﻿/* 画面の横幅が641px以上　Portrait tablet to landscape and desktop */
@media screen and (min-width: 641px){

.PC{
	display:block;
}
.SP{
	display:none;
}
.PC-inline{
	display:inline;
}
.SP-inline{
	display:none;
}


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;
}
a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
		
/* コンテンツ基本
------------------------------------------------------------ */		
body{
	min-width:1380px;
}
#main-wrapper {
	
}

#contents-wrapper{
    padding-top: 95px;
}

/*コンテンツ幅*/
.content-inner{
	width:1300px;
	margin:0 auto;
	text-align:left;
}
.content-innerS{
	width:1100px;
	margin:0 auto;
	text-align:left;
}
.content-innerSS{
	width:960px;
	margin:0 auto;
	text-align:left;
}
.full-inner{ 
	width:100%;
}

.inner{
}



/*基本レイアウト*/
.photo-left .imgbox{
	float:left;
	margin:0 15px 15px 0;
	width:320px;
}
.photo-left .txtbox{
	
}

.photo-right .imgbox{
	float:right;
	margin:0 0px 15px 15px;
	width:320px;
}
.photo-right .txtbox{
	
}


.col2box .inner{
	margin:0 -30px;
}
.col2box .box{
	width:50%;
	float:left;
}
.col2box .box .box-inner{
	padding:0 30px;/*body min-widthより小さく*/
}


.col3box .inner{
	margin:0 -20px;
}
.col3box .box{
	width:33.33333%;
	float:left;
}
.col3box .box .box-inner{
	padding:0 20px;
}


.col4box .inner{
	margin:0 -20px;
}
.col4box .box{
	width:25%;
	float:left;
}
.col4box .box .box-inner{
	padding:0 20px;
}


.col5box .inner{
	margin:0 -10px;
}
.col5box .box{
	width:20%;
	float:left;
}
.col5box .box .box-inner{
	padding:0 10px;
}


/* ページトップ 
------------------------------------------------------------ */
.pagetop{
	position:fixed;
	bottom:30px;
	right:3%;
	display:none;
	z-index:1000;
}
.pagetop a{
	display: block;
	text-indent: -9999px;
	width: 50px;
	height: 50px;
	background: url(../image/btn_pagetop.png) center center no-repeat;
	background-size: cover;
}


/* ヘッダー
------------------------------------------------------------ */

#header	{
	position:fixed;
	z-index:1020;
	width:100%;
	height:95px;
	background-color:rgba(255,255,255,0.00);
    min-width:1280px;
}

#header #header-inner{
    line-height: 0;
    display: table;
    width: 100%;
}
#header h1,
#header strong{
    display: table-cell;
    width: 293px;
    text-align: center;
    padding: 32px 0 0 40px;
}



/* ナビ部分 
------------------------------------------------------------ */
#menuBtn,
#menuClose,
#shadows{
	display:none;
}

#navi{
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#navi ul li{
    list-style: none;
    display: inline-block;
}
#navi ul li a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    padding: 48px 15px;
}


#utility-logo{
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 230px !important;
    padding: 0px 30px 0 0px;
}

#utility-logo li{
    list-style: none;
    display: block;
    padding: 8px 15px;
    width: 200px !important;
    border-bottom: solid #dcdcdc 1px;
}
#utility-logo li img{
    width: 200px;
}

#utility-logo li:last-child{
    border-bottom:none;
}
#utility-logo li:last-child img{
    width: 145px;
}

#sp-utility{
    display: none;
}

.cbtn{
    display: none !important;
}


/* フッター
------------------------------------------------------------ */

#footer{
    background-color: #3050a2;
    padding: 70px 0 150px 0;
}
#footer strong{
    text-align: center;
    width: 293px;
    display: block;
    margin: 0 auto;
}

#footer-inner{
    padding: 60px 0 60px 0;
}

#footer-inner a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 15px 0;
}

#footer-inner li{
    list-style: none;
}

#footer-inner ul#footer-navi01{
    width: 17%;
    float: left;
    position: relative;
}
#footer-inner ul#footer-navi02{
    width: 17%;
    float: left;
    position: relative;
}
#footer-inner ul#footer-navi03{
    width: 17%;
    float: left;
    position: relative;
}
#footer-inner ul#footer-navi04{
   width: 17%;
    float: left;
    position: relative;
}
#footer-inner ul#footer-navi05{
    width: 17%;
    float: left;
    position: relative;
}

#footer-inner ul#footer-navi01 li{
    
    width: 50%;
}

#footer-inner ul#footer-navi01 li.fn01{
    
}
#footer-inner ul#footer-navi01 li.fn02{
    
}

#footer-inner ul#footer-navi01 li.fn03{
    position: absolute;
    left: 50%;
    top:0;
}

#footer-inner ul#footer-navi01 li.fn04{
    position: absolute;
    left: 50%;
    top:190px;
}



#footer-inner ul#footer-navi01 li ul li{
    float: none;
    padding-left: 40px;
    font-size: 14px;
    position: relative;
}
#footer-inner ul#footer-navi01 li ul li:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #fff;
    top:1.2em;
    left: 20px;
}

#footer-inner ul#footer-navi01 li ul{
    margin-top: -10px;
}
#footer-inner ul#footer-navi01 li ul li a{
    font-size: 13px;
    padding: 4px 0 !important;
}



address{
    color: #fff;
    font-size: 12px;
    text-align: center;
}
	
	
}
