@charset "utf-8";
/*
Theme Name:cubelic3
Theme URI:
Description:
Author:
Author URI:
Version:
*/
/*-----------------------------------------------------------

	Reset Style

---------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form,
fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
	list-style: none;
	clear: both;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  line-height:140%;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

hr.hr {
  border: none;
  background-image: url(images/common/bar.png);
  background-repeat: no-repeat;
  height: 21px;
  margin-bottom: 50px;
}

hr.hr2 {
  border: none;
  background-image: url(images/common/bar2.png);
  background-repeat: no-repeat;
  height: 21px;
  margin-bottom: 50px;
}

hr.hr3 {
  border: none;
  background-image: url(images/common/bar3.png);
  background-repeat: no-repeat;
  height: 34px;
}

/*-----------------------------------------------------------

	Common
		
---------------------------------------------------------- */

body {
	font-size: 16px;
	line-height: 2.15;
	-webkit-text-size-adjust: 100%;
	font-family:  "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
background-color : #333437;
}


.menu{display:table;margin:auto;padding:0px;list-style:none;}


.menu ul{
  margin:0;
  padding:0 ;

}
.menu ul li {
  list-style: none;
  margin:0;
  padding:0;
  font-size:12px;
  float: left;
  position: relative;
  width: 160px;/*親メニューの幅*/
  height: 40px;/*親メニューの高さ*/
  line-height: 40px;
  background:#222222;/*親メニューの背景色*/
  color: #ffffff;/*親メニューの文字色*/
  text-align:center;
  font-weight:bold;
background-color: rgba(0, 0, 0, 0.0)
}
.menu ul li a {
  color: #ffffff;
  display: block;
  text-decoration: none;
}
.menu ul li:hover, .menu ul li a:hover {
	background: #666666;/*ホバー時の親メニューの背景色*/
	color: #ffffff;/*ホバー時の親メニューの文字色*/
	height: 40px;/*親メニューの高さ*/
	font-style: normal;
}
.menu ul li ul {
  position: absolute;
  top: 40px;/*親メニューの高さと同じにする*/
  width: 160px;
  z-index: 100;
  
}
.menu ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 160px;/*サブメニューの幅*/
  height: 0;
  background:#222222;/*サブメニューの背景色*/
  background-color: rgba(0, 0, 0, 0.7)
}


menu ul li ul li:hover, .menu ul li ul li a:hover {
  background:666666;/*ホバー時のサブメニューの背景色*/
}
.menu ul li:hover ul li, .menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:40px;/*サブメニューの高さ*/

 z-index: 10;
}




.menu ul li.Sign {
  list-style: none;
  margin:0;
  padding:0;
  font-size:12px;

  float: left;
  position: relative;
  width: 130px;/*親メニューの幅*/
  height: 40px;/*親メニューの高さ*/
  line-height: 40px;

 background:#666666;/*親メニューの背景色*/
  color: #ffffff;/*親メニューの文字色*/
  text-align:center;
  font-weight:bold;
background-color: rgba(0, 0, 0, 0.0)
}

.menu ul li.Sign:hover {
	background: #222222;/*ホバー時の親メニューの背景色*/
	color: #ffffff;/*ホバー時の親メニューの文字色*/
	height: 40px;/*親メニューの高さ*/
	font-style: normal;
}
.menu ul li.Sign ul {
  position: absolute;
  top: 40px;/*親メニューの高さと同じにする*/
  width: 300px;
  z-index: 100;
  
}
.menu ul li.Sign ul li {
  visibility: hidden;
  overflow: hidden;
  width: 315px;/*サブメニューの幅*/
height: 0;
  background:#222222;/*サブメニューの背景色*/
  background-color: rgba(0, 0, 0, 0.7)
}




.menu ul li.Sign:hover ul li{
  visibility: visible;
  overflow: visible;
  height:60px;/*サブメニューの高さ*/

 z-index: 10;
}




.menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}






iframe { border: none; }




.img-block {

  overflow: hidden;
}
.img-block img {
  transition: 0.5s;
}
.img-block img:hover {
  -moz-transform: rotatex(360deg);
  -webkit-transform: rotatex(360deg);
  -o-transform: rotatex(360deg);
  -ms-transform: rotatex(360deg);
}








#item div.item-slides img  {
	float:left;
	margin-right:14px;
}


/* decoration
------------------------------------------------ */
/* text */
a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  color: #FFE700;
  text-decoration: underline;
}

a:active, a:focus {
  outline: 0;
}

.gosic {
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.serif {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho",  serif;
}

.t-right {
  text-align: right;
}

.blank {
  background-image: url(images/common/link-icon.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 15px;
}

.strong-orange {
  font-weight: bold;
  color: #ff4400;
}

/* float */
.f-left {
  float: left;
}

.f-right {
  float: right;
}

/* img */
a .linkimg {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover img {
  opacity: 0.95;
  filter: alpha(opacity=95);
  -ms-filter: "alpha( opacity=95 )";
}




/* line */
.lineBlue {
  background: linear-gradient(transparent 40%, #eaf4fc 40%);
}

.lineGreen {
  background: linear-gradient(transparent 40%, #d6e9ca 40%);
}

/* margin */
.mt15 {
  margin-top: 15px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

table {
margin: 0 0 1.5em;
width: auto;
}
table caption {
text-align: left;
color: #666;
}
table th,
table td {
border: none;
border:1px solid #8D969F;
padding: 5px;
background-color:#fff;
font-size: 100%;
}

table th {
font-weight:bold;
background-color: #E8EBEE;
text-align: left;
}
table td {

text-align: left;
}

table.noborder th,
table.noborder td {
border: none;
background-color:#fff;
}

table.dash {
border-bottom: 2px solid #069;
border-top: none;
border-left:none;
border-right:none;
}
table.dash th,
table.dash td {
border-bottom: 1px dashed #069;
border-top: 1px dashed #069;
border-left:none;
border-right:none;
background-color:#fff;
}
table.border-out {
padding: 2px;
border: 1px solid #069;
}
table.border-out th,
table.border-out td {
padding: 5px;
border: none;
}
table p {
margin: 0 0 1em;
}

/* clearfix */
.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;

/*font-size:0.1em;*/
}

.clearfix {
min-height: 1px;


}


/*-----------------------------------------------------------

	ページトップへ
		
---------------------------------------------------------- */
#pagetop {
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 20px;
	 right: 20px;

}

/*-----------------------------------------------------------

	stracture
		
---------------------------------------------------------- */

#contents {
  width: 1200px;
  margin-top:50px; 
margin-bottom:0px;
margin-right:auto;
margin-left:auto;
  padding: 0px 0 0 0;
background:#eeeeee;
}

#contents-top {
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0 0 0;

}

#page-contents {
  width: 760px;
  margin: 15px auto 30px;

}

/* トップページ メインバナー*/
#top-mainbn-bg {
	width: 100%;
	margin: 0;

}

#top-mainbn-bg div.top-mainbn {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	zoom: 1;
}

#top-mainbn-bg div.top-mainbn div.bx-wrapper {
	width: 1200px;
	background-color:#000000;
	margin:0px;
	padding:0px;
	line-height:none;
}

#top-mainbn-bg div.top-mainbn #slider2 {
	width: 1200px;
	margin:0;
	padding:0;
}

#top-mainbn-bg div.top-mainbn #slidernavi2 {
	width: 340px;
	float:left;
}

#top-mainbn-bg div.top-mainbn #slidernavi2 ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height:none;
}

#top-mainbn-bg div.top-mainbn #slidernavi2 ul li {
	margin:0;
	padding:0;
}


/*-----------------------------------------------------------

	header
		
---------------------------------------------------------- */
#header {
	width: 100%;

	text-align: center;
	clear:both;
	position:relative;
	margin: 0 auto;
	padding:0px 0 0;
	background:url(images/head_bg2.jpg) repeat-x top;

}

#header #inner {
	width: 1200px;
	margin:0px auto 0px;
	clear:both;
	position:relative;
	overflow:hidden;
}
#header #inner h1 {
	padding: 5px 0 10px 20px;
	float: left;
}
#header #inner h1 a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#header #inner h1 a:hover img {
  filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#header #inner h2 {
	font-size: 12px;
	text-align: left;
	color: #231815;
	float: left;
	font-weight: normal;
	margin: 10px 0 10px 25px;
}

#header #inner h2 img {
	margin: 0 0 5px 0;
}



/****カテゴリー****/
.head_g {
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	height: 50px;
	background-color:#000000; 
	display:table;
	z-index:9999; 
 background-color: rgba(0, 0,0, 0.7);
position:fixed; top:0px;
} 



.head_g_2 {
	margin-top: 0px;
	padding: 0px;
	width: 100%;
	height: 50px;
min-height: 50px;
	background-color:#000000; 

position:relative; top:0px;


} 


.head_navi {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/dot_bg.jpg);
	overflow: hidden; /*floatの解除、ここがポイント*/
	zoom: 1; /*IE6でレイアウト崩れを防ぐためのものです。*/
	width:100%;
	height:35px;
	position: absolute;
	top: 50px;
	left: 690px;
}

.head_navi ul {
	margin: 6px 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

.head_navi ul.w_bg {
	padding: 3px 5px;
	margin:6px 15px 6px 6px;
}

.head_navi li {
	margin: 0 20px 0 0;
	padding: 2px 0 0 22px;
	font-size: 14px;
	font-weight:bold;
	display: inline;
	float: left;
	background-image: url(images/list.png);
	background-repeat: no-repeat;
	background-position: left;
}

.head_navi li.end {
	margin:0;
}

.head_btn {
	margin: 0px;
	padding: 0px;
}

.head_btn ul {
	margin: 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

.head_btn li {
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
}

.head_search {
	margin: 0 0 0 10px;
	padding: 0px;

	float: left;
}

.head_search ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	clear:both;
	overflow:hidden;
}

.head_search li {
	margin: 0px;
	padding: 0px;
	float: left;
}


#search_c {
	width:980px;
	position: relative;
	overflow:hidden;
	zoom:1;
}

#search_button{
background:url(../images/search_btn.jpg) no-repeat  ;
margin:2px 10px 0 5px;
border:0px;
width:45px;
height:20px;
float: left;
text-indent:-9999px;
}

#search_box{
border:#A9A9A9 1px solid;
padding:5px;
margin:0px;

font-size:11px;
color: #808080;
width:200px;
float: left;
background: -moz-linear-gradient(top, #eeeeee, #ffffff);
background: -webkit-gradient(linear, center top, center bottom, from(#eeeeee), to(#ffffff));
}



.head_searchword {
	margin-top: 5px;
	margin-bottom: 0;
	padding: 0px;
	float: left;
	
}

.esearch_word {
	padding: 0px;
	margin: 0px;
	float:left;
	overflow: hidden;
	display: block;
	color: #231815;
	vertical-align: middle;
	width: 550px;
}

.esearch_word ul {
	clear: both;
}

.esearch_word li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}


#header #item {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin:30px 0;
}

.item-slides {
	width: 94%;
	margin:0 auto;
}

#header #item #inner {
	width: 1200px;
	height:215px;
	margin: 0 auto;
	overflow: hidden;
}



body.is-fixed #header div#inner {
  margin-bottom: 55px;
}
body.is-fixed .nav--typeA {
  position: fixed;
  top: 0;
  left: 0;
  z-index:9999;
}



/* ログインウィジェットのボタン */
.newmember, .loginout, .memberpage{
    width:120px;

    text-align: center;
    margin: 0px;


    text-decoration:none;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #222222), color-stop(100%, #dfdfdf) );
    background:-moz-linear-gradient( center top, #222222 5%, #dfdfdf 100% );
    background:-ms-linear-gradient( top, #222222 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#dfdfdf');
    background-color:#222222;
    color:#777777;
    text-shadow:1px 1px 0px #777777;
    -webkit-box-shadow:inset 1px 1px 0px 0px #777777;
    -moz-box-shadow:inset 1px 1px 0px 0px #777777;
    box-shadow:inset 1px 1px 0px 0px #777777;
    margin: 0;
}
.newmember:hover, .loginout:hover, .memberpage:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}

.newmember:active, .loginout:active, .memberpage:active {
    box-shadow: inset 1px 1px 1px rgba(000,000,000,0.7);/*ボタンプッシュ時の動き*/
}


.newmember a, .loginout a, .memberpage a{
    text-decoration: none;
    display: block;
    color: #333;
    padding: 0;
}





/*-----------------------------------------------------------

	contents
		
---------------------------------------------------------- */
/* top
-------------------------------------- */
#eventnav {
  width: 760px;
  margin: 0 0 20px 0;
}

#eventnav ul li {
    width: 235px;
    height: 150px;
	background:#D71342;
	line-height:150px;
	color:#FFFFFF;
	text-align:center;
	float:left;
	margin:8px;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
}

#eventnav ul li a {
	color:#FFFFFF;
}
#eventnav ul li a:hover {
	color:#999999;
}





/* single.php
-------------------------------------- */
/* news */

#main dl.single_area_top dd {
	display:block;
	margin:10px 0;
	overflow:hidden;
}

#main dl.single_area_top dd.main-img {
	width:620px;
	margin:0 auto;
	padding:0 0 10px 0;
	display:block;
}


single_area_top {
	margin: 0;
	padding:0;
	width: 620px;
}

#pagenavi {
	width: 100%;
	margin-top: 60px;
	position: relative;
}
#pagenavi .nextpost {
  width: 250px;
  display: block;
  float: right;
  text-align: right;
  background-color: #dddddd;
  padding: 10px 20px 10px 10px;
  border-radius: 10px;        /* CSS3草案 */  
  -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 10px;   /* Firefox用 */  
}
#pagenavi .nextpost .next {
  color: #D71342;
}
#pagenavi .nextpost .title {
  color: #231815;
}
#pagenavi .nextpost:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  text-decoration: none;
}
#pagenavi .prevpost {
  width: 250px;
  display: block;
  float: left;
  background-color: #dddddd;
  padding: 10px 10px 10px 20px;
  border-radius: 10px;        /* CSS3草案 */  
  -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 10px;   /* Firefox用 */  
}
#pagenavi .prevpost .prev {
  color: #D71342;
}
#pagenavi .prevpost .title {
  color: #231815;
}
#pagenavi .prevpost:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  text-decoration: none;
}
#pagenavi .saishin {
  width: 250px;
  height: 38px;
  line-height: 38px;
  float: right;
  text-align: right;
  background-color: #D71342;
  padding: 10px;
  opacity: 0.7;
  color: #FFFFFF;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  border-radius: 5px;        /* CSS3草案 */  
  -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 5px;   /* Firefox用 */  
}
#pagenavi .saigo {
  width: 250px;
  height: 38px;
  float: left;
  line-height: 38px;
  background-color: #D71342;
  padding: 10px;
  opacity: 0.7;
  color: #FFFFFF;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  border-radius: 5px;        /* CSS3草案 */  
  -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 5px;   /* Firefox用 */  
}

#main div#thanks_voice {
  font-size: 14px;
  line-height:200%;
  margin:30px 0;
  width:620px;
  height:255px;
  overflow:hidden;
  position:relative;
}

#main div#thanks_voice h4 {
  font-size: 12px;
  line-height:160%;
  width:390px;
  padding-bottom:5px;
  color:#D71342;
}

#thanks_voice ul {
}

#thanks_voice li {
	float:left;
	list-style:none;
	margin:0 10px 0 0;
}

#sidebar-right div#write_staff {
	  margin:0px 0 0;
	  width:235px;
	  overflow:hidden;
	  text-align:center;

}

#sidebar-right div#write_staff div {
	  width:235px;
	  overflow:hidden;
	  clear:both;
	  zoom: 1;
}

#sidebar-right div#write_staff h4 {
  font-size: 16px;
  font-weight:bold;
  line-height:160%;
  margin:0 auto 10px;
  padding-bottom:5px;
  color:#333333;
}

#sidebar-right div#write_staff p {
  font-size: 14px;
  font-weight:bold;
  line-height:160%;
  margin:0px 0 0;
  display:block;
padding-bottom:5px;
  overflow:hidden;
  clear:both;
  color:#333333;
}

.lineupnavi {
margin:0px 0;
	width:235px;
}

.lineupnavi.fixed {
    position:fixed;
    top:45px;
    z-index:100;
    
}

#main div.thanks_fukuyama_k{
	background:url(images/thanks_fukuyama_k.png) no-repeat;
}

#main div.thanks_sakai {
	background:url(images/thanks_sakai.png) no-repeat;
}

#main div.thanks_sasaki {
	background:url(images/thanks_sasaki.png) no-repeat;
}

#main div.thanks_fukuyama_i {
	background:url(images/thanks_fukuyama_i.png) no-repeat;
}

#main div.thanks_nakamichi {
	background:url(images/thanks_nakamichi.png) no-repeat;
}


#main div#news {
	display:block;
	margin:0;
	width:100%;
	overflow:hidden;
	zoom: 1;
}

#main div#news h3 {
	margin:50px 0 20px;
}

#main dl.news_area {
	width:400px;
	float:left;
	margin:0 60px 0 0;
}

#main dl.news_area:nth-child(odd) {
	margin: 0;
}

#main dl.news_area:nth-child(4) {
	clear:both;
}

#main div#news dl.news_area h3 {
	margin:20px 0 10px 0;
}

#main dl.news_area dd.left {
	float:left;
	margin:0 20px 0 0;
}

#main dl.news_area dd.right {
	float:right;
	margin:0;
	width:200px;
}

#main dl.news_area dd.right a {
	width:200px;
	text-align:right;
	display:block;
	margin:10px 0 10px;
}




/* page.php
-------------------------------------- */
#breadcrumb {
  width: 100%;
  margin: 0px auto 15px;
  text-align:left;
}
#breadcrumb ul li {
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
}

#page-header h1 {
  margin-bottom: 15px;
}
#page-header p {
  margin-bottom: 5px;
}

#page-nav {
  margin: 30px 0;
  padding: 20px 15px 15px 15px;
  border: 6px solid #f7f7f7;
}
#page-nav ul li {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 10px;
  background-image: url(images/common/arrow-right.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: 0 -2px;
}


.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}
 
.pagination a:hover{
color:#fff;
background: #3279BB;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}



/* main
-------------------------------------- */
figure {
	position: relative;
	overflow: hidden;
	width: 280px;
	height:187px;
	float:left;
	margin: 10px 13px 0 0;
	padding:0;

}
figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;

}
figure:hover figcaption {
	opacity: 1;
}

figcaption h3 {
	color:#FFFFFF;
	padding:20px 10px;
	font-size:18px;
	text-align:center;
	line-height:160%;
}

figcaption p {
	color:#FFFFFF;
	padding:0 10px;
	font-size:14px;
	text-align:center;
	line-height:160%;

}


#top-main2 {
	width: 1200px; /* 打ち消し用のパディング */
	margin:10px 0;
	float:left;

}

#top-main2 div.home {
	margin: 0;
	padding:0 0 0 20px;
	overflow:hidden;
	zoom:1;
}

#top-main2 div.home img{
	position:absolute;
	bottom:0px;
	right:0px;

}





#top-main2 h3 a {
  color: #FFFFFF;
}

#top-main2 h3 a:hover {
  color: #FFE700;
}

#top-main2 dl.home_area {
	margin: 10px 13px 0 0;
	padding:0;
	width: 280px;
	height:190px;
	float:left;
	overflow:hidden;
	position:relative;
}

#top-main2 dl.home_area dt.ttl {
	position:absolute;
	left:5px;
	top:5px;
	z-index:2;
	text-indent:-9999px;
}

#top-main2 dl.home_area dd.img {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}

#top-main2 dl.home_area dd.txt {
	position:absolute;
	left:5px;
	top:50px;
	z-index:2;
	text-indent:-9999px;
}

#top-main2 dl.home_area a {
	text-indent:-9999px;
}
#top-main2 dl.home_area a:hover {
	text-indent:0px;
}

#top-main2 dl.home_area:nth-child(4n) {
	clear: right;
	margin: 10px 0 0;
}

#top-main2 div.home_area_bottom {
	margin: 60px auto 0;
	width: 620px;
	text-align:center;
}


#top-main {
	width: 620px; /* 打ち消し用のパディング */
	margin:0px 35px 0;
	float:left;

}


#main {
	width: 620px; /* 打ち消し用のパディング */
	margin:10px 35px 0 0px;
	float: left;
background:#eeeeee;
}

#main p {
	overflow:hidden;
	zoom:1;
	margin:0px 35px 0;
}

#top-main h3 p {
	padding:13px 15px 0;
}

#top-	 h3 a, #top-main h3 a,#main h3 a {
  color: #FFFFFF;

}
#top-main h3 a:hover, #main h3 a:hover, #top-main h3.cinema-4d a:hover {
  color: #FFE700;
}

#top-main div.home, #main div.home, #main div.posts {
	margin: 0;
	padding:0;
	overflow:hidden;
	zoom:1;

}

#top-main dl.home_area_top, #main dl.home_area_top {
	margin: 0;
	padding:0;
	width: 620px;
}

#top-main dl.home_area_top dd, #main dl.home_area_top dd {
	display:block;
	margin:5px 0;
	overflow:hidden;
}

#top-main dl.home_area_top dt p, #main dl.home_area_top dt p, #top-main dl.home_area dt p, #main dl.home_area dt p, #main dl.single_area_top dt p, #main div#news dl.news_area dt p, #main dl.posts_area dt p, #main dl.posts_area2 dt p, #main dl.posts_area3 dt p {
	position:relative;
	width:100%;
	text-align:right;
	overflow: inherit;

}

#top-main dl.home_area_top dt p img, #main dl.home_area_top dt p img, #top-main dl.home_area dt p img, #main dl.home_area dt p img, #main dl.single_area_top dt p img, #main div#news dl.news_area dt p img, #main dl.posts_area dt p img, #main dl.posts_area2 dt p img, #main dl.posts_area3 dt p img {
	position:absolute;
	top:-20px;
	right:10px;
}

#top-main dl.home_area_top dd a, #main dl.home_area_top dd a {
	width:620px;
	margin:0 auto;
	padding:0 0 10px 0;
	display:block;
}

#top-main dl.home_area_top dd a.arrow, #main dl.home_area_top dd a.arrow, #top-main dl.home_area dd a.arrow, #main dl.home_area dd a.arrow {
	text-align:right;
}

#top-main dl.home_area_top dd a.arrow img, #main dl.home_area_top dd a.arrow img, #top-main dl.home_area dd a.arrow img, #main dl.home_area dd a.arrow img {
	border:none;
	box-shadow:none;
}

#top-main dl.home_area, #main dl.home_area {
	margin: 10px 20px 0 0;
	padding:0;
	width: 300px;
	float:left;
	overflow:hidden;
}

#top-main dl.home_area:nth-child(odd), #main dl.home_area:nth-child(odd) {
	margin: 10px 0 0;
}

#top-main dl.home_area:nth-child(2n+4) {
	clear:both;
}

#top-main dl.home_area dd, #main dl.home_area dd {
	display:block;
	margin:5px 0;
	overflow:hidden;
}

#top-main dl.home_area dd a, #main dl.home_area dd a {
	width:300px;
	margin:0 auto;
	padding:0 0 10px 0;
	display:block;
}


#top-main div.home_area_bottom, #main div.home_area_bottom {
	margin: 50px 0 0;
	width: 620px;
}


#main dl.posts_area {
	width: 1000px; 
	margin: 0;
	padding:0;
	overflow:hidden;
	zoom:1;

}

#main dl.posts_area  dd.left {
	margin:0px 15px 0 0;
	float: left;
}

#main dl.posts_area  dd.right {
	width:680px;
	margin:0 auto;
	display:block;
	float: right;
}

#main dl.posts_area  dd.right a {
	width:680px;
	margin:0 auto;
	display:block;
	text-align:right;
}


#main dl.posts_area2 {
	width: 620px; 
	margin: 0;
	padding:0;
	overflow:hidden;
	zoom:1;
}

#main dl.posts_area2  dd.left {
	margin:0px 15px 0 0;
	float: left;
}

#main dl.posts_area2  dd.right {
	width:320px;
	margin:0 auto;
	display:block;
	float: right;
}

#main dl.posts_area2  dd.right a {
	width:320px;
	margin:0 auto;
	display:block;
	text-align:right;
}

#main dl.posts_area3 {
	width: 100%; 
	margin: 0;
	padding:0;
	overflow:hidden;
	zoom:1;
}

#main dl.posts_area3  dd.left {
	margin:0px 15px 0 0;
	float: left;
}

#main dl.posts_area3  dd.right {
	width:700px;
	margin:0 auto;
	display:block;
	float: right;
}

#main dl.posts_area3  dd.right a {
	width:400px;
	margin:0 auto;
	display:block;
	text-align:right;
}


#main ul.service {
	width: 620px; 
	overflow:hidden;
	zoom:1;
}

#main ul.service  li.left {
	margin:0px 15px 0 0;
	float: left;
}

#main ul.service  li.right {
	width:300px;
	margin:0 auto;
	display:block;
	float: right;
}


#main h1, #main895 h1 {
	width: 100%;
	margin: 30px 0 10px;
	padding:10px 10px 10px 10px;
	background: #dddddd;
	font-size: 26px;
	font-weight: bold;
	display: block;
	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main h2, #main895 h2 {
	width: 100%;
	margin: 30px 0 10px;
	padding:10px 10px 10px 10px;
	background: #dddddd;
	font-size: 20px;
	font-weight: bold;
	display: block;

	-moz-box-sizing: border-box;
    box-sizing: border-box;
}


#main h3, #main895 h3 {
	width: 100%;
	margin: 30px 0 10px;
	padding:10px 10px 10px 10px;
	background: #dddddd;
	font-size: 18px;
	font-weight: bold;
	display: block;
	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main h2.ttl01 {
	width: 100%;
	margin: 80px 0 10px;
	padding:10px 10px 10px 10px;
	background: #E21B7E;
	color:#FFFFFF;
	font-size: 20px;
	font-weight: bold;
	display: block;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}


#top-main h3 {
	width: 100%;
	height:112px;
	overflow:hidden;
	margin: 20px 0 10px;
	padding:10px 10px 10px 10px;
	background: #dddddd;
	font-size: 18px;
	font-weight: bold;
	display: block;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

#top-main dl.home_area_top h3 {
	height:auto;
}

#main h3.after-effects, #top-main h3.after-effects, #main h1.after-effects {
	background: #dc81e9;
	color:#FFFFFF;
	padding:33px 10px 10px 10px;
}

#main h3.photo-shop, #top-main h3.photo-shop, #main h1.photo-shop {
	background: #7983c7;
	color:#FFFFFF;
	padding:33px 10px 10px 10px;
}

#main h3.adobe-premiere, #top-main h3.adobe-premiere, #main h1.adobe-premiere {
	background: #b78ad6;
	color:#FFFFFF;
	padding:33px 10px 10px 10px;

}

#main h3.cinema-4d, #top-main h3.cinema-4d, #main h1.cinema-4d {
	background: #d4d4d4;
	color:#FFFFFF;
	padding:33px 10px 10px 10px;
}

#main h3.nouhin-authoring, #top-main h3.nouhin-authoring, #main h1.nouhin-authoring {
	background: #efd792;
	color:#FFFFFF;
	padding:33px 10px 10px 10px;
}

#main h3.beginner, #top-main h3.beginner, #main h1.beginner {
	background: #91ba8d;
	color:#FFFFFF;
	padding:33px 10px 10px 10px;
}

#main h3.info, #top-main h3.info, #main h1.info {
	color:#FFFFFF;
	padding:33px 10px 10px 10px;
}

#main h3.diary, #top-main h3.diary, #main h1.diary {
	color:#FFFFFF;
	padding:33px 10px 10px 10px;
}

#main h3 p {
	padding:13px 15px 0;

}

#main div.img_box {
	width: 200px; float: left; margin: 20px 20px 0 0;
}

#main div.txt_box {
	float: left;
	margin: 0;
	width: 540px;
}

#main h4 {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: bold;
	color: #D71342;
}

#main h5 {
  font-size:16px;
  font-weight:bold;
  color:#000000;
}

#main div.main_img {
	overflow:hidden;
	zoom:1;
}


.table_a {
	margin: 10px auto;
	padding: 0;
	width: 100%;
	border:none;
}
.table_a th{
	margin: 0;
	padding: 10px;
	text-align: center;
	font-size:16px;
	color: #231815;
	font-weight: bold;
	line-height: 140%;
	background: #5a8fcb;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}
.table_a td{
	margin: 0;
	padding: 10px;
	font-size:14px;
	line-height: 140%;
	background: #dae2ef;
	border-bottom: 2px solid #FFFFFF;
}
.table_a td label{
	margin-right:10px;
}


.table_b {
	margin: 10px auto;
	padding: 0;
	width: 100%;
	border:none;
}
.table_b th{
	margin: 0;
	padding: 10px;
	text-align: center;
	font-size:16px;
	color: #231815;
	font-weight: bold;
	line-height: 140%;
	background: #5a8fcb;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}
.table_b td{
	margin: 0;
	padding: 10px;
	font-size:14px;
	line-height: 140%;
	background: #dae2ef;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}
.table_b td label{
	margin-right:10px;
}


.table_b2 {
	margin: 10px auto;
	padding: 0;
	width: 100%;
	border: none;
}
.table_b2 th{
	margin: 0;
	padding: 10px;
	text-align: center;
	font-size:12px;
	color: #231815;
	font-weight: bold;
	line-height: 140%;
	background: #5a8fcb;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}
.table_b2 td{
	margin: 0;
	padding: 10px;
	font-size: 12px;
	line-height: 120%;
	background: #dae2ef;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}
.table_b2 td label{
	margin-right:10px;
}

.table_b2 a {
	color: #FF0000;
	text-decoration: none
}

.table_b2 a:hover {
	color: #1849A8;
	text-decoration: underline;
}

/*-----------------------------------------------------------

	FAQ
		
---------------------------------------------------------- */

#main dl#faq {
	width: 620px; 
	overflow:hidden;
	zoom:1;
	margin:0 0 40px 0;
}

#main dl#faq dt {
	background:url(images/faq_q.png) no-repeat 15px;
	padding:0 0 0 40px;
	margin:0 0 10px 0;
}

#main dl#faq dd {
	background:url(images/faq_a.png) no-repeat 15px 5px;
	padding:0 0 20px 40px;
	margin:0 0 20px 0;
	border-bottom:dotted #CCCCCC 1px;
}


/*-----------------------------------------------------------

	LIneup
		
---------------------------------------------------------- */

#main895 {
	width: 895px; /* 打ち消し用のパディング */
	margin:0 0 0 35px;
	position: relative;
	float:right;

}

#main895 dl#lineup {
	 width:210px;
	 float:left;
	 margin:0 5px;
	 text-align:center;
}

#main895 dl#lineup dt {
	 font-weight:bold;
	 line-height:140%;
	 margin:10px 0;
}

#main895 dl#lineup dd.item_img img {
	height:210px;
	
}

#main895 dl#lineup dd.item_price {
	 font-weight:bold;
}

#main895 dl#lineup dd.item_arrow {
	 margin:10px auto 40px;
}

#main895 h2 {
	clear:both;
	overflow:hidden;
	float:left;
	margin-top:50px;
}
#main895 h2.etc {
	background: #a8e5ff;
	padding:10px 10px 10px 10px;
}

#main895 h2.beginner {
	background: #91ba8d;
	padding:10px 10px 10px 10px;
text-align: center;  

}

#main895 h2.after-effects {
	background: #dc81e9;
	padding:10px 10px 10px 10px;
text-align: center;
}

#main895 h2.photo-shop {
	background: #7983c7;
	padding:10px 10px 10px 10px;
text-align: center;
}

#main895 h2.cinema-4d {
	background: #d4d4d4;
	padding:10px 10px 10px 10px;
text-align: center;
}

#main895 h2.adobe-premiere {
	background: #b78ad6;
	padding:10px 10px 10px 10px;
text-align: center;
}
#main895 h2.other {
	background: #abcfee;
	padding:10px 10px 10px 10px;
text-align: center;
}


/*-----------------------------------------------------------

	side
		
---------------------------------------------------------- */

#sidebar-left {
  float: left;
  width: 270px;
  margin: 10px 0 0;
}

#sidebar-left div.left_news dl#feed {
	width: 270px;
	margin: 0 auto;
	padding: 10px 0;
}

#sidebar-left div.left_news dl#feed dt {
	margin: 0px 10px 0px 10px;
	padding:0px;
}

#sidebar-left div.left_news dl#feed dd {
	color: #db1b7e;
	margin: 0px 10px 10px 10px;
	height:30px;
	line-height:30px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
	border-bottom: 1px dotted #a8a8a8;
	padding-bottom: 5px;
	padding-left: 0px;
}

#sidebar-right {
  float: right;
  width: 235px;
  margin: 0px 0 0;
  background-color: #131422;
}

#sidebar-left h3, #sidebar-right h3 {
	width: 100%;
	margin: 20px 0 0;
	padding:0px;
}

#sidebar-right h3.twitter {
	background: #55acee;
	color:#FFFFFF;
}

#sidebar-right h3.facebook {
	background: #3B5998;
	color:#FFFFFF;
}

#sidebar-left .bnr, #sidebar-right .bnr {
  margin-bottom: 20px;
}

#sidebar-left #navi, #sidebar-left div.left_news {
	width: 270px;
	margin-bottom:50px;
	background:url(images/270_bg.png) bottom center no-repeat;
}

#sidebar-right #navi {
	width: 235px;
	background:url(images/235_bg.png) bottom center no-repeat;
}

#sidebar-left #navi ul, #sidebar-right #navi ul {
	margin-left: 13px;
	list-style: outside;
	padding: 10px 0;
	list-style:none;
}

#sidebar-left #navi ul li, #sidebar-right #navi ul li {
	margin: 5px 0 15px;
	background-image: url(images/list.png);
	background-repeat:no-repeat;
	background-position:left;
	padding: 0 0 0px 25px;
}

#sidebar-left #navi ul li p, #sidebar-right #navi ul li p {
	color:#FFE700;
}

#sidebar-left #navi ul li a, #sidebar-right #navi ul li a {
	color:#231815;
	font-weight:bold;
}

#sidebar-left #navi ul li a:hover, #sidebar-right #navi ul li a:hover {
	color:#999999;
	text-decoration:underline;
}


#sidebar-left div.left_news dl#feed a {
	color:#db1b7e;
	font-weight:bold;
}


/*-----------------------------------------------------------

	footer
		
---------------------------------------------------------- */

#footer {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	padding-top: 20px;
	clear: both;
	overflow: hidden;

}

#footer #work {
	width: 100%;
	background:url(images/work_bg.png) repeat-x;
background: #d1d1d0;
	clear: both;
	overflow: hidden;
	padding-bottom:30px;
}

#footer #work #inner h3 {
	margin:0px 0 20px;
	clear: both;
	overflow: hidden;
}

#footer #cate {
	width: 100%;
	font-size:14px;
	background-color:#ffffff;
	clear: both;
	overflow: hidden;
	padding:25px 0;
}

#footer #cate #inner h3 {
	margin:10px 0 0;
	clear: both;
	overflow: hidden;
}

#footer #copyright {
	width: 100%;
	background-color:#111320;
	clear: both;
	overflow: hidden;
}

#footer #work #inner, #footer #cate #inner,  #footer #copyright #inner {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

 #footer #cate #inner dl {
	width: 270px;
	margin:10px 0;
	padding:0 0 0 20px;
	overflow: hidden;
	float: left;
	border-right:#CBCBCB solid 1px;
}

 #footer #cate #inner dl dt {
	margin: 0px;
	padding: 15px 0 0 0;
	line-height:250%;
}

 #footer #cate #inner dl dd {
	width: 200px;
	float: left;
	margin:0 0 0 10px;
	padding:0;
	line-height:180%;
}

 #footer #cate #inner dl a {
	color:#231815;
	font-weight:bold;
}
 #footer #cate #inner dl a:hover {
	color:#999999;
}

#footer #copyright #inner p {
	clear: both;
	text-align: center;
	margin: 10px 0 10px 0;
	color: #999999;
	width: 100%;
}

#footer #copyright #inner ul {
	clear: both;
	overflow: hidden;
	text-align: center;
	margin: 10px 0;
	width: 100%;
}

#footer #copyright #inner li {
	display:inline;
	color: #ffffff;
	margin:15px 20px 0 0;
	background:url(images/list.png) no-repeat left;
	padding:0 0 0 25px;
}

#footer #copyright #inner li a {
	color:#FFFFFF;
}
#footer #copyright #inner li a:hover {
	color:#999999;
}

.works-slides {
	width: 94%;
	margin:0 auto;
}

/*-----------------------------------------------------------

	CUBELiCについて
		
---------------------------------------------------------- */

#main ul#profile_btns {
	overflow:hidden;
	zoom:1;
	clear:both;
}

#main ul#profile_btns li {
	float:left;
	margin:10px 7px 5px;
	text-align:center;
}

#main ul#sns_icon {
	width:110px;
	margin:0 auto;
}

#main ul#sns_icon li {
	float:left;
	margin:0px 3px;
}



/*-----------------------------------------------------------

	Default
		
---------------------------------------------------------- */

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	


/*-----------------------------------------------------------

	ae3dlp
		
---------------------------------------------------------- */
	
#ae3dlp {
	width:1100px;
	margin:0 auto;
	padding:0;
	text-align:center;
	background: url(http://cubelic3.jp/store/wp-content/themes/cubelic3/images/bg3.png) repeat;
position: relative;left :-40px;
}




/*-------------------------------
recommend （画像4枚ローテーション）
-------------------------------*/
:focus {
	outline:none;
}

#MainTopics {
	position:relative;
	width:1200px;
	height:360px;
	margin:0 auto;
	background:url(images/maintopics_bg.png) no-repeat left top;
}
ul.thumbnail {
	float: left;
}
ul.thumbnail li {
	border:0px solid #666;
	width:340px;
	height:90px;
}
ul.thumbnail li a {
	display:block;
	width:340px;
	height:90px;
	text-indent:-9999px;
}
ul.thumbnail li.topics01 a {background:url(images/topics01_navi.jpg) no-repeat;}
ul.thumbnail li.topics02 a {background:url(images/topics02_navi.jpg) no-repeat;}
ul.thumbnail li.topics03 a {background:url(images/topics03_navi.jpg) no-repeat;}
ul.thumbnail li.topics04 a {background:url(images/topics04_navi.jpg) no-repeat;}
ul.thumbnail li a:hover,
ul.thumbnail li.ui-tabs-selected a {
	background-position:0 -90px;
}
ul.thumbnail li.topics01,
ul.thumbnail li.topics02,
ul.thumbnail li.topics03,
ul.thumbnail li.topics04 {
	margin-bottom:0px;
}
.MainImg #fragment-1,
.MainImg #fragment-2,
.MainImg #fragment-3,
.MainImg #fragment-4,
.MainImg #fragment-5 {
	float:left;
}
.MainImg img {
	border:0px solid #333;
}

#MainTopics .ui-tabs-hide{
   display:none;
}


#wpadminbar{

top:-20px;
opacity: 0;
transition:all linear 0.2s;

    }
#wpadminbar:hover{

top:0px;
opacity: 1;
transition:all linear 0.2s;

}

html { margin-top: 0px !important; }
	* html body { margin-top: 0px !important; }

 /* カートボタンカスタマイズ */


 /* 小サイズ */
.skubutton1{
width:139px;
height: 46px;
border-radius: 3px;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
-moz-border-radius: 3px;
border-color：#ffffff;

background: linear-gradient(#6bc73b,#2f9800);

border-style:solid;
color:#ffffff;
cursor:pointer ;
}

 /* 通常サイズ */
.skubutton2{
width:155px;
height: 53px;
border-radius: 3px;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
-moz-border-radius: 3px;
border-color：#ffffff;

background: linear-gradient(#6bc73b,#2f9800);

border-style:solid;
color:#ffffff;
cursor:pointer ;
}
