@charset "utf-8";


/*==-----------------------------------------------
CSS Information

 File name:      layout.css
 Author:         Crea.,Inc.
 Style Info:     レイアウト関連のスタイル

-------------------------------------------------*/


/* IE */
@font-face {
font-family: KozGo;
src: url(../../../src/pc/default/font/kozgoproregular.eot);
}
/* Firefox, Opera, Safari */
@font-face {
font-family: KozGo;
src: url(../../../src/pc/default/font/KozGoPro-Regular.otf) format("opentype");
}
/*css-font未使用*/

/*==-----------------------------------------------
body
-------------------------------------------------*/


html, body {
height: 100%;
min-width:980px;}


* html div#container{
    height:100%;
}


/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


body {
	text-align: center;
	line-height: 1.4;
	color:#333;
	font-size: 0.75em;
	background: url(../../../src/pc/default/image/common/bg.jpg) center 0 ;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",Sans-Serif;

}
* + html body {
	font-family: "メイリオ","Meiryo";
}

/*AB-TEST用*/
body#contact02 {
	background: #f5f2e0;
}



/*==-----------------------------------------------
container
-------------------------------------------------*/
#container{
	min-height: 100%;
	width:100%;
	text-align: center;
	position:relative;
	overflow: hidden;
}

body > #container {
	height: auto;
}

* html #container {display:table;}



/*==-----------------------------------------------
header
-------------------------------------------------*/
#header{
	width:100%;
	text-align: center;
	background: #494949;
	box-shadow: 0 3px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.3);
	-o-box-shadow: 0 3px 4px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 3px 4px rgba(0,0,0,0.3);
	position: fixed;
	top:0;
	left:0;
	color: #fff;
	padding-bottom:4px;
	z-index: 550;
	/*behavior: url(script/pc/PIE.htc);*/
}
#header .section{
	width:100%;
	height:69px;/*98*/
	margin: 0 0 5px 0;
	padding-top:29px;
	background:#fff;
	box-shadow: 0 3px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.3);
	-o-box-shadow: 0 3px 4px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 3px 4px rgba(0,0,0,0.3);
	z-index: 999;
	/*behavior: url(script/pc/PIE.htc);*/
}

#header .section .inner{
	width:980px;
	margin: 0 auto;
	text-align:left;
	position: relative;
	z-index: 555;
}

#header .section .inner .sns_btn{
	position: absolute;
	top:-11px;
	right:0;
	width:155px;
	height: 20px;
	z-index: 560;
}
#header .section .inner .sns_btn li{
	float:right;
	width: 65px;
	height:20px;
	margin-left:10px;
	overflow:hidden;
}
#header .section .inner .sns_btn li.fb{
	width: 70px;
}

#header .section .inner h1{
	width:265px;
	height:52px;
	float:left;
	
}

#header p{
	margin: 0 auto;
	width:980px;
	text-align:left;
	font-size: 95%;
}

/*==-----------------------------------------------
navigation
-------------------------------------------------*/
#header .section .inner .nav{
	/*width:585px;*/
	margin-top:25px;
	text-align:left;
	float:right;
}
#header .section .inner .nav li{
	padding:0;
	margin:0;
	float:left;
	border-left:1px solid #d4d4d4;
	text-align:center;
	line-height: 1.3;
	font-size: 110%;
}
#header .section .inner .nav li.last{
	border-right:1px solid #d4d4d4;
}

#header .section .inner .nav li a{
	padding:0 24px;
	display:block;
	height:100%;
	text-decoration:none;
	color:#000;
	/* CSS3 Transition Magic */
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
}

#header .section .inner .nav li a:hover{
	color:#969696;
}

#header .section .inner .nav li a span{
	color:#9a9a9a;
	font-size:80%;
}



/*==-----------------------------------------------
sns
-------------------------------------------------*/

#sns{
	position: fixed;
	/*right: 0;
	bottom: 150px;*/
	top:129px;
	right:5px;
	width: 67px;
	height:31px;
	z-index: 450;
}

#sns .sns_link{
}
#sns .sns_link li{
	float:left;
	width: 25px;
	height:25px;
	background: #222222;
	border:3px solid #222222;
}
#sns .sns_link li.fb{
	margin-right:5px;
}
#sns .sns_link li a{
	display:block;
	width: 100%;
	height:100%;
	text-indent:-9999px;
}
#sns .sns_link li.tw a{background:url(/src/pc/default/image/common/header/twitter.png) 0 0 no-repeat;}
#sns .sns_link li.fb a{background:url(/src/pc/default/image/common/header/facebook.png) 0 0 no-repeat;}
#sns .sns_link li.tw a:hover{background:url(/src/pc/default/image/common/header/twitter.png) 0 -25px no-repeat;}
#sns .sns_link li.fb a:hover{background:url(/src/pc/default/image/common/header/facebook.png) 0 -25px no-repeat;}



/*==-----------------------------------------------
contents
-------------------------------------------------*/
#contents {
    width:600%;
    height:100%;
    position:absolute;
    left:0px;
    bottom:0px;
    /*background: url(../../../src/pc/default/image/common/contents_bg.png) 0 50% repeat-y;*/
    z-index: 2;
}

#contents-inner {
	margin-top:124px;
}

#contents .page{
    width:16.66%;
    float:left;
    height:100%;
    position: relative;
}

#contents .page .top_bg{
    width:100%;
    margin-top:165px;
}

#contents .page .white_bg{
    width:100%;
    height:530px;
    top:165px;
    background:url(/src/pc/default/image/common/white_bg.png) center 0 ;
    position:relative;
    z-index: 12;
}

#contents .row{
	height: 100%;
}

#contents .vertical-space{
	width: 100%;
	height: 40%;
}

#contents .space{
    width:3.32%;
    float: left;
    height: 300px;
}

#contents .page .inner{
	max-width:960px;
	margin:0 auto;
	text-align:left;
	height:90.5%;
	padding:30px 0 20px 20px;
	
}
#contents #top.page .inner{
	max-width:980px;
	padding:0;
/*	overflow:auto;
	overflow-x:hidden;
	height:350px;*/
}

#contents .inner p,
#contents .inner li,
#contents .inner dt,
#contents .inner dd{
	font-size:110%;
}

#contents p.pick{
	font-size:130%;
	line-height:1.45;
	margin:0 0 20px 0;
}
#contents p.indent{
	padding-left:28px;
	padding-right:20px;
}

#contents h2{
	position: absolute;
	top:141px;
	left: 50%;
	margin-left:-490px;
}

#contents h3{
	margin-bottom: 23px;
}

#contents h4{
	background: url(/src/pc/default/image/common/h4_icon.png) 0 0 no-repeat;
	padding:0 0 0 30px;
	font-weight: bold;
	font-size:155%;
	color:#333333;
}

#contents .inner h3,
#contents .inner h4,
#contents .inner p,
#contents .inner li,
#contents .inner dt,
#contents .inner dd{
	text-shadow:0px 0px 1px #fff,1px 1px 1px #fff;
	-webkit-text-shadow:0px 0px 1px #fff,1px 1px 1px #fff;
	-o-text-shadow:0px 0px 1px #fff,1px 1px 1px #fff;
	-ms-text-shadow:0px 0px 1px #fff,1px 1px 1px #fff;
}


/*==-----------------------------------------------
background
-------------------------------------------------*/

#background {
	position: absolute;
	left: 0;
	z-index: -2;
	width: 1500%;
	width: 15000px;
	height: 100%;
}

#background div {
	position: absolute;
	margin: 0;
	width: 100%;
	height: 279px;
	transform: rotate(-11deg);
	-webkit-transform: rotate(-11deg);
	-o-transform: rotate(-11deg);
	-ms-transform: rotate(-11deg);
	-sand-transform: rotate(-11deg);
}
#background1 {
	top: -22%;
	left: -45%;
	background: url(../../../src/pc/default/image/common/bg_red.png) 0 0 repeat-x;
}
#background2 {
	top: 90%;
	left: -45%;
	background: url(../../../src/pc/default/image/common/bg_blue.png) 0 0 repeat-x;
}
#background3 {
	top: 180%;
	left: -45%;
	background: url(../../../src/pc/default/image/common/bg_yellow.png) 0 0 repeat-x;
}
#background4 {
	top: 270%;
	left: -45%;
	background: url(../../../src/pc/default/image/common/bg_red.png) 0 0 repeat-x;
}
#background5 {
	top: 360%;
	left: -45%;
	background: url(../../../src/pc/default/image/common/bg_blue.png) 0 0 repeat-x;
}




/*==-----------------------------------------------
footer
-------------------------------------------------*/
#footer{
	width:100%;
	clear:both;
	position:fixed;
    bottom:-215px;
    left:0;
	height:355px;
	z-index: 500;
}

#footer .section.s01{
	background:url(../../../src/pc/default/image/common/footer/footer_1st_bg.png) center 0 no-repeat;
	height:140px;
}

#footer .section .inner{
	width:980px;
	margin: 0 auto;
}
#footer .section.s01 .toggle{
	float:right;
	display:block;
	text-indent:-9999px;
	width:62px;
	height:19px;
	margin:4px 24px 0 0;
}
#footer .section.s01 .up{background:url(../../../src/pc/default/image/common/footer/up.png) 0 0 no-repeat;}
#footer .section.s01 .down{background:url(../../../src/pc/default/image/common/footer/down.png) 0 0 no-repeat;}

#footer .section.s01 .inner .flo_left{
	width: 490px;
}
#footer .section.s01 .inner .flo_left dt{
	background: url(../../../src/pc/default/image/common/footer/footer_1st_dt_bg.gif) 0 4px no-repeat;
	font-size: 125%;
	padding-left:18px;
}
#footer .section.s01 .inner .flo_left dt span{
	color: #9a9a9a;
	font-size: 75%;
	margin-left:10px;
}

#footer .section.s01 .inner .flo_left.f01{
	width: 445px;/*490*/
	padding:20px 10px 0 35px;
}
#footer .section.s01 .inner .flo_left.f01 dd{
	color:#333333;
	line-height:1.7;
	margin-top: 5px;
}
#footer .section.s01 .inner .flo_left.f01 dd a{
	width: 415px;
	height: 40px;/*51*/
	display:block;
	text-decoration:none;
	color:#333333;
	padding:3px 0 8px 2px;
	border-bottom:1px dotted #878787;
	/* CSS3 Transition Magic*/
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#footer .section.s01 .inner .flo_left.f01 dd a:hover{
	background:#f7f7f7;
}
#footer .section.s01 .inner .flo_left.f01 dd span.date{
	color:#2f68ae;
	font-size: 90%;
}

#footer .section.s01 .inner .flo_left.f02{
	padding:20px 0 0 0;
}
#footer .section.s01 .inner .flo_left.f02 dt{
	margin-bottom:5px;
}
#footer .section.s01 .inner .flo_left.f02 dt span.service a,
#footer .section.s01 .inner .flo_left.f01 dt span.news a{
	display:block;
	background: #333;
	color: #fff;
	text-decoration:none;
	padding: 2px 4px 1px;
	font-size:90%;
	margin-right:28px;
	/* CSS3 Transition Magic*/
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#footer .section.s01 .inner .flo_left.f02 dt span.service a:hover,
#footer .section.s01 .inner .flo_left.f01 dt span.news a:hover{
	filter: alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
}
#footer .section.s01 .inner .flo_left.f02 dt span.service a img,
#footer .section.s01 .inner .flo_left.f01 dt span.news a img{
	vertical-align:-3px;
}
#footer .section.s01 .inner .flo_left.f02 dd{
	font-size:93%;
	line-height:1.5;
}

#footer .section.s01 .inner .flo_left.f02 dd #carou03 li{
	width:176px;
	height:50px;
	float:left;
	margin-right: 10px;
}

#footer .section.s01 .inner .flo_left.f02 dd p.flo_left{
	width:176px;
	margin-right:10px;
}



#footer .section.s02{
	background:#fff;
	height:204px;/*215*/
	padding-top:11px;
}

#footer .section.s03{
	background:#f1f1f1;
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	padding:20px 0 20px 0;
}
#footer .section.s03 ul.flo_left{
	width:320px;
	padding: 8px 0 0 0;
}
#footer .section.s03 ul.flo_left li{
	width:144px;/*160*/
	padding-left:16px;
	margin-bottom:3px;
	float: left;
	text-align:left;
	background: url(../../../src/pc/default/image/common/footer/footer_3rd_li_bg.png) 0 2px no-repeat;
}
#footer .section.s03 ul.flo_left li a{
	text-decoration:none;
	color:#393939;
	/* CSS3 Transition Magic*/
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#footer .section.s03 ul.flo_left li a:hover{
	text-decoration:underline;
	color:#969696;
}

#footer .section.s03 ul.flo_right li{
	width:176px;
	height:50px;
	float: right;
	margin-left:10px;
}


#footer .section.s04{
	padding:20px 0 0 0;
}
#footer .section.s04 ul.flo_left{
}
#footer .section.s04 ul.flo_left li{
	float:left;
	font-size: 80%;
	color:#454545;
	text-align:left;
	margin-right:15px;
}
#footer .section.s04 ul.flo_left li.l02{
	margin-top:20px;
	line-height:1.5;
}

#footer .section.s04 .flo_right.f01{
	margin-top:20px;
	width: 610px;
	text-align:right;
}
#footer .section.s04 .flo_right.f01 a{
	text-decoration:none;
	color:#000;
	/* CSS3 Transition Magic*/
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#footer .section.s04 .flo_right.f01 a:hover{
	text-decoration:underline;
	color:#969696;
}
#footer .section.s04 .flo_right.copy{
	margin-top:18px;
	font-size: 80%;
	color: #454545;
}



/*==-----------------------------------------------
#overlay
-------------------------------------------------*/

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: #FFFFFF url("/src/pc/default/image/common/bg.jpg") repeat center 0;
}
#overlay .inner {
	position: relative;
	top: 50%;
	margin: -70px auto 0;
	width: 450px;
}
#progressbar {
	width: 100%;
	height:8px;
	background: #dcdcd0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#progressbar span {
	display: block;
	width: 0;
	height: 100%;
	background: #1D4272;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}



/*==-----------------------------------------------
clearfix
-------------------------------------------------*/


.clearfix {clear:both; }

.clearfix:after,
#container:after,
#nav:after,
#header:after,
#inner:after,
.article:after,
.section:after,
.aside:after{
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
     font-size:0.1em;
}

.clearfix,
#container,
#nav,
#header,
#inner,
.article,
.section,
.aside{
display: inline-block;
}

.clearfix,
#container,
#nav,
#header,
#inner,
.article,
.section,
.aside{
display: block;
}


/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */






/*==-----------------------------------------------
#back-home
-------------------------------------------------*/

#back-home {
	position:fixed;
	bottom:40px;
	right:40px;
}
#back-home a{
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
}
#back-home a:hover{
	filter: alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
}