@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,figure { margin: 0; padding: 0; background: transparent; border: 0; outline: 0; font-size: 1em; }
body, table, input, textarea, select, option { font-family: HiraKakuProN-W3; font-size: 1em; } article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, figure  { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }

table{ border-collapse:collapse;border-spacing:0; }

.mg-b5{
	margin-bottom:5px;
}
.mg-b10{
	margin-bottom:10px;
}
.mg-b15{
	margin-bottom:15px;
}
.mg-b20{
	margin-bottom:20px;
}
.mg-b25{
	margin-bottom:25px;
}
.mg-b30{
	margin-bottom:30px;
}
.mg-b40{
	margin-bottom:40px;
}
.mg-b50{
	margin-bottom:50px;
}
.mg-b60{
	margin-bottom:60px;
}
.mg-b70{
	margin-bottom:70px;
}

img{vertical-align:bottom;}

/**************************************************************************************************

CLEARFIX CLASS

**************************************************************************************************/

.clearfix:after{
display:block;
clear:both;
height:0;
visibility:hidden;
content:".";
line-height:0;
}
.clearfix{
display:inline-table;
min-height:1%;
}
/* FOR MAC IE \*/
* html .clearfix{
height:1%;
}
.clearfix{
display: block;
}
.clear { clear: both; width:0px; height:0px; display:block; overflow:hidden; }
/* END OF FOR MAC IE */



/*------------------------------------------------------------
	共通部分
------------------------------------------------------------*/

header #head{
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #dcdcdc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#dcdcdc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#dcdcdc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#dcdcdc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
	border-bottom:1px solid #959898;
	position:relative;
	
	height:42px;
}

	
#head h2{
	padding:12px 0px 0px 10px;
}

header{
	position:fixed;
	width:100%;
    top: 0;
	left:0;
	z-index:9999;
}
header #head a.logo{
	background:url(../images/h_1.png) no-repeat 0 0;
	width:292px;
	
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-indent:100%;
	background-size:146px;


}
header #head a.right-menu{
	position:absolute;
	right:0px;
	top:0px;
	padding:9px 4px 0px 0px;
	width:35px;
	height:26px;
}
header #head a.right-menu img{
	width:30px;
}
nav ul {
	display: table;
	width: 100%;
box-shadow:rgba(0, 0, 0, 0.811765) 0px -12px 21px 14px;
-webkit-box-shadow:rgba(0, 0, 0, 0.811765) 0px -12px 21px 14px;
-moz-box-shadow:rgba(0, 0, 0, 0.811765) 0px -12px 21px 14px;
}

/*------------------------------------------------------------
	トップ
------------------------------------------------------------*/


body{
	background:#000;
	padding-top:42px;
		
}

#intro{
	background:url(../images/index_photo.jpg) repeat-x bottom;
    background-size: auto 230px;
	height:200px;
	text-align:center;
	padding-top:30px;
	
}
#intro h1{
	margin-bottom:10px;
}

#read{
	text-align:center;
	padding:20px 0;
}

#update{
	text-align:center;
	margin-bottom:40px;
}
#update #inner{
	background:url(../images/bg_dott.png);
	padding:20px 0;
	background-size:2px;
}
#update #inner p{
	display:inline-block;
	font-weight:bold;
	font-size:11px;

}
#update #inner p a{
	color:#ffffff;
	display:block;
	padding:7px 25px;
	text-decoration:none;
}
#update #inner p.red{
	background:#ff2c75;
}
#update #inner p.blue{
	background:#00a3ef;
}
#update #inner p.green{
	background:#17b631;
}

#line{
	text-align:center;
	margin-bottom:20px;
}
#collaboman{
	width:320px;
	margin:0 auto;
}
#collaboman a{
	text-decoration:none;
	width:320px;
}
#collaboman_update{
	color:#ffffff;
	font-size:12px;
	background-color:#353535;
	text-align:center;
	padding:7px 0;
	margin-bottom:30px;
}

.box_btn{
	text-align:center;
}
.box_btn a.mr{
	margin-right:80px;
}

section{
	padding-top:300px;
}
section h3{
	background-color: rgba( 255, 255, 255, 0.6 );
	position:absolute;
	bottom:0;
	padding:10px 0;
	height:55px;
	width:100%;
}
section h3:after {
	bottom: 100%;
	left: 40px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	background-color: rgba( 255, 255, 255);
	 filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;

	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
section .detail{
	text-align:center;
	margin-bottom:15px;
}

section h3 img{
	height:55px;
	margin-left:10px;
}
section span {
  position: relative;
  top: -73px;
  display: block;
}
section div.image{	
	position:relative;
	height:320px;
	
	box-shadow:rgba(0, 0, 0, 0.25) 0px 3px 6px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.25) 0px 3px 6px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.25) 0px 3px 6px 3px;
}
section div.image p{
	position:absolute;
	top:0;
	left:0px;
	background-color: rgba( 0, 0, 0, 0.6 );
	color:#fff;
	font-size:12px;
	padding:7px 10px;
}
section div.image div{
	position:absolute;
	top:-20px;
	right:17px;
}
section div.image div.contracted{
	position:absolute;
	top:195px;
	right:0px;
}
.status{
	width:60px;
	height:36px;
	overflow:hidden;
	border:none;
	padding:0;
	margin:0;
}



#pagetop{
	text-align:center;
	margin-top:60px;
}
#foot_logo{
	text-align:center;
	margin-top:30px;
}
#foot_logo #middle{
	margin:0 5px;
}
#foot_logo img{
	vertical-align:middle;
}
footer{
	text-align:center;
	background:#FFFFFF;
	padding:15px;
	margin-top:25px;
}
footer div{
	text-align:center;
	margin-bottom:5px;
}
footer small{
	font-size:10px;
}

p{display:none;}




section div#img_01{	background:url(../images/01.jpg) no-repeat center;	background-size:cover;}
section div#img_02{	background:url(../images/02.jpg) no-repeat center;	background-size:cover;}
section div#img_03{	background:url(../images/03.jpg) no-repeat center;	background-size:cover;}
section div#img_04{	background:url(../images/04.jpg) no-repeat center;	background-size:cover;}
section div#img_05{	background:url(../images/05.jpg) no-repeat center;	background-size:cover;}
section div#img_06{	background:url(../images/06.jpg) no-repeat center;	background-size:cover;}
section div#img_07{	background:url(../images/07.jpg) no-repeat center;	background-size:cover;}
section div#img_08{	background:url(../images/08.jpg) no-repeat center;	background-size:cover;}
section div#img_09{	background:url(../images/09.jpg) no-repeat center;	background-size:cover;}
section div#img_10{	background:url(../images/10.jpg) no-repeat center;	background-size:cover;}

section div#img_11{	background:url(../images/11.jpg) no-repeat center;	background-size:cover;}
section div#img_12{	background:url(../images/12.jpg) no-repeat center;	background-size:cover;}
section div#img_13{	background:url(../images/13.jpg) no-repeat center;	background-size:cover;}
section div#img_14{	background:url(../images/14.jpg) no-repeat center;	background-size:cover;}
section div#img_15{	background:url(../images/15.jpg) no-repeat center;	background-size:cover;}
section div#img_16{	background:url(../images/16.jpg) no-repeat center;	background-size:cover;}
section div#img_17{	background:url(../images/17.jpg) no-repeat center;	background-size:cover;}
section div#img_18{	background:url(../images/18.jpg) no-repeat center;	background-size:cover;}
section div#img_19{	background:url(../images/19.jpg) no-repeat center;	background-size:cover;}
section div#img_20{	background:url(../images/20.jpg) no-repeat center;	background-size:cover;}

section div#img_21{	background:url(../images/21.jpg) no-repeat center;	background-size:cover;}
section div#img_22{	background:url(../images/22.jpg) no-repeat center;	background-size:cover;}
section div#img_23{	background:url(../images/23.jpg) no-repeat center;	background-size:cover;}
section div#img_24{	background:url(../images/24.jpg) no-repeat center;	background-size:cover;}
section div#img_25{	background:url(../images/25.jpg) no-repeat center;	background-size:cover;}
section div#img_26{	background:url(../images/26.jpg) no-repeat center;	background-size:cover;}
section div#img_27{	background:url(../images/27.jpg) no-repeat center;	background-size:cover;}
section div#img_28{	background:url(../images/28.jpg) no-repeat center;	background-size:cover;}
section div#img_29{	background:url(../images/29.jpg) no-repeat center;	background-size:cover;}
section div#img_30{	background:url(../images/30.jpg) no-repeat center;	background-size:cover;}

section div#img_31{	background:url(../images/31.jpg) no-repeat center;	background-size:cover;}
section div#img_32{	background:url(../images/32.jpg) no-repeat center;	background-size:cover;}
section div#img_33{	background:url(../images/33.jpg) no-repeat center;	background-size:cover;}
section div#img_34{	background:url(../images/34.jpg) no-repeat center;	background-size:cover;}
section div#img_35{	background:url(../images/35.jpg) no-repeat center;	background-size:cover;}
section div#img_36{	background:url(../images/36.jpg) no-repeat center;	background-size:cover;}
section div#img_37{	background:url(../images/37.jpg) no-repeat center;	background-size:cover;}
section div#img_38{	background:url(../images/38.jpg) no-repeat center;	background-size:cover;}
section div#img_39{	background:url(../images/39.jpg) no-repeat center;	background-size:cover;}
section div#img_40{	background:url(../images/40.jpg) no-repeat center;	background-size:cover;}