@charset "UTF-8";

body {
	min-width:1020px;
	color:#000;
	font-size:13px;
	text-align:center;
	line-height:1.6;
	letter-spacing:0.1em;
}

.inner {
	width:1020px;
	margin:0 auto;
}

a {color:#0080FF; text-decoration:none;}
a:link {color:#0080FF;}
a:hover {text-decoration:underline;}
a:visited {color:#0080FF;}
a:active {color:#0080FF;}


.white, .gray {padding-bottom:30px; overflow: hidden;}
.white {background:url(../img/gray_line_bottom.gif) top repeat-x, #FFF;}
.gray {background:url(../img/white_line_bottom.gif) top repeat-x, #EDEDED;}

.text {
	width:1020px;
	margin:30px auto;
}

/* header, footer */
#header {
	padding:20px 0;
	border-bottom:5px solid #4BAE51;
}
#h_block{
	width:1020px;
	margin:0 auto;
	overflow: hidden;
}

#footer {
	padding:20px 0;
	border-top:5px solid #4BAE51;
	background:#FFFDEB;
}
#f_block{
	width:1020px;
	margin:0 auto;
	overflow: hidden;
}

#header,
#footer {
	position:relative;
}

h1 {
	float:left;
}


.header_btn,
.footer_btn {
	width:336px;
	float: right;
}

.header_btn {bottom:18px;}

.header_btn img {padding-top: 25px;}

.footer_btn {bottom:40px;}

.footer_btn img {padding-top: 25px;}

.header_btn a,
.footer_btn a {
	margin-top:3px;
	display:block;
}

.copyright {
	clear: both;
	width:100%;
	color:#4BAE51;
	text-align:center;
	line-height:20px;
	margin-top:10px;
}


/* nav */
#nav {padding:60px 0;}

#nav ul {
	width:612px;
	margin:0 auto;
	overflow:hidden;
}

#nav li {
	width:204px;
	float:left;
}

#nav_bottom {padding:60px 0;}

#nav_bottom ul {
	width:828px;
	margin:0 auto;
	overflow:hidden;
}

#nav_bottom li {
	width:264px;
	margin-right:12px;
	float:left;
}

#nav_bottom li:last-child {margin-right:0;}


/* contents */
#contents {background:#FFF;}


/* main */
#main {}


/* index.html */
.studio_list li {width:25%;}

.studio_list li a {
	height:300px;
	display:block;
	position:relative;
	transition:0.8s ease-in-out;
}

.studio_list li a:hover {background:rgba(0,0,0,0.5);}

.studio_list li a img {
	left:0;
	bottom:0;
	position:absolute;
}

#seijo {background:url(../img/index/seijo_bg.jpg) center top no-repeat;}
#hamadayama {background:url(../img/index/hamadayama_bg.jpg) center top no-repeat;}
#aobadai {background:url(../img/index/aobadai_bg.jpg) center top no-repeat;}
#akihabara {background:url(../img/index/akihabara_bg.jpg) center top no-repeat;}
#roppongi_a {background:url(../img/index/roppongi_a_bg.jpg) center top no-repeat;}
#roppongi_b {background:url(../img/index/roppongi_b_bg.jpg) center top no-repeat;}

.kwicks,
.kwicks > * {
	margin:0;
	padding:0;
}

.kwicks {
	height:300px;
	list-style:none;
	list-style-type:none;
	display:block;
	position:relative;
}

.kwicks > * {
	display:block;
	overflow:hidden;
}

.kwicks.kwicks-processed > * {
	margin:0;
	position:absolute;
}

.kwicks-horizontal > * {float:left;}

.kwicks-horizontal > :first-child {margin-left:0;}

.kwicks-vertical > :first-child {margin-top:0;}

.whats .inner h2 img{
	padding: 20px 0px;
}

.whats {
	padding-bottom:60px;
	background:#C7E05F;
}

.whats .news_list {
	width:1020px;
	margin:0 auto;
	overflow:hidden;
}

.whats .news {
	width:246px;
	margin:12px 12px 0 0;
	text-align:left;
	border-radius:5px;
	float:left;
	background:#FFF;
}
.whats .news:nth-child(4n+4) {margin-right:0;}
.whats .news:nth-child(-n+4) {margin-top:0;}

.whats .news .date {
	height:45px;
	padding-left:10px;
	text-align:left;
	line-height:45px;
	position:relative;
}

.whats .news .date span {
	width:110px;
	height:25px;
	color:#FFF;
	text-align:center;
	line-height:25px;
	top:10px;
	right:0;
	position:absolute;
}

.whats .news .date span.tag_news {background:#C30D23;}
.whats .news .date span.tag_campaign {background:#00A0E9;}


.whats .news h3{
	padding:15px 15px 0 15px;
	font-weight: bold;
}
.whats .news .text {
	padding:10px 15px 15px;
	width:auto;
	margin:0;
}

.whats .news .text a {color:#000;}


/*text_style*/
.text_style{
	font-size: 0.9em;
}
/*sub_title*/
.sub_title {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width:auto;
	margin:0 auto;
	padding:0 30px;
	color:#FFF;
	font-size:22px;
	font-family:'ヒラギノ丸ゴ Pro W4','ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro','HG丸ｺﾞｼｯｸM-PRO','HGMaruGothicMPRO';
	line-height:50px;
	border-radius:8px;
	background:#F2B90C;
}

.sub_title2 {
	font-size:2em;
	font-family:'ヒラギノ丸ゴ Pro W4','ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro','HG丸ｺﾞｼｯｸM-PRO','HGMaruGothicMPRO';
	line-height:2;
}

.redmoji{
	color: #f00;
}

.text_center{
	text-align: center;
}
.text_right{
	text-align: right;
}
.text_left{
	text-align: left;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
img.alignleft {
	float: left;
	margin:0 5px 5px 0;
}

img.alignright {
	float: right;
	margin:0 0 5px 5px;
}

.aligncenter{
	margin-left:auto !important;
	margin-right:auto !important;
}

.w430{
	width:430px !important;
}
.w570{
	width:570px !important;
}

/*cont_block*/
.cont_block{
	clear:both;
	width:auto;
	margin-top:10px !important;
	overflow:hidden;
}

.cont_block2{
	clear:both;
	width:auto;
	margin-top:20px !important;
	overflow:hidden;
}

.cont_block3{
	clear:both;
	width:auto;
	margin-top:30px !important;
	overflow:hidden;
}

/*base_block*/
.base_block{
	width: 1020px;
	margin: 0 auto;
	overflow:hidden;
	text-align: center;
}

/*bg_style*/
.bg_style{background:#ededed;}

/*tb_style*/
.tb_style{
	border-collapse:collapse;
}
.tb_style caption{
	font-size: 2em;
}
.tb_style th{
	text-align: center;
	border:1px solid #ccc;
	background:#4bae51;
	color: #fff;
}

.tb_style td{
	border:1px solid #ccc;
	background:#fff;
}

.tb_style td span.status{
	font-family : "ＭＳ ゴシック", "メイリオ", "Verdana", "Helvetica", "Osaka－等幅";
}
.tb_style td span.cl_memo{
	font-size: 0.8em;
	line-height: 1;
}

/*bt_style*/
.bt_style{
	width:195px;
	height:45px;
	padding-left:55px;
	color:#FFF;
	text-decoration:none;
	line-height:45px;
	border-radius:8px;
	display:block;
}


.bt_style2{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width:auto;
	background:#4bae51;
	border: 5px solid #b6e498;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-weight: normal;
	cursor: pointer;
	font-size: 1.6em;
	padding:10px 40px;
	color: #fff !important;
	text-decoration: none;
	position: relative;
}
.bt_style2:hover{
	color: #fff !important;
	text-decoration: none;
}

.bt_style2:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%;
	background: #fff;
}
.bt_style2:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #4bae51;
}



.bt_style3{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width:auto;
	background:#d02929;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-weight: normal;
	cursor: pointer;
	font-size: 1.3em;
	line-height: 1.6;
	padding:10px 20px;
	color: #fff !important;
	text-decoration: none;
	position: relative;
}
.bt_style3:hover{
	text-decoration: none;
}


.org_list{
	margin-left:1em !important;
	text-indent: -1em;
	padding-bottom: 30px;
}


/*ul_style*/
.ul_set, .ul_set li{
	margin:0;
	padding:0;
	list-style-type: none;
	overflow: hidden;
}

.ul_style{
	width:110%;
}

.ul_style li{
	float:left;
	margin:0 15px 15px 0;
}



div.ul_center {
	position:relative;
	overflow:hidden;
}

div.ul_center ul {
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	float:left;
}

div.ul_center li {
	list-style-type: none;
	margin:0 10px;
	padding:0;
	position:relative;
	left:-50%;
	float:left;
	text-align: left;
}

.sp_display_none {
	display: none;
}


.toiawase {
    border: 0 none;
    height: 1030px;
    overflow: hidden;
    text-align: center;
    width: 800px;
}


.touroku {
    border: 0 none;
    height: 700px;
    overflow: hidden;
    text-align: center;
    width: 800px;
}

.textFrame {
	padding: 0px 10px 10px;
}

#topBanner {
	overflow: hidden;
	width: 1020px;
	margin: 0 auto 30px;
}

#topBanner li:nth-child(-n+2) img {
	width: 1000px;
}

#topBanner li img {
	padding-bottom: 10px;
}

#topBanner a:hover img{ /* 透過ロールオーバー用（他のタイプを使う場合は削除）*/ 
	opacity			: 0.8;
	filter			: alpha(opacity=80);
}
