/* 画面の横幅が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:1280px;
}

#contents-wrapper{

}

/*コンテンツ幅*/
.content-inner{
    width: 800px;
    margin: 0 auto;
	text-align:left;
}
.content-innerS{
	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 -10px;
}
.col2box .box{
	width:50%;
	float:left;
}
.col2box .box .box-inner{
	padding:0 10px;/*body min-widthより小さく*/
}


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


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


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


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


/* ヘッダー
------------------------------------------------------------ */
#main-wrapper {
    padding-top: 150px;
    position:relative;
}

#header	{
	position:fixed;
	z-index:1020;
	width:91%;
	height:85px;
    padding: 40px 4.5% 0px 4.5%;
    background-color: #f8f8f8;
    top:0;
    left: 0;
}

#header h1{
    width: 220px;
    float: left;
}


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

#navi{
	display:block;
	position:relative;
    float: right;
    text-align: right;
}

#navi #global{
    float: left;
}
#navi #global li{
    list-style: none;
    float: left;
    letter-spacing: 0.1em;
}
#navi #global li a{
    display: block;
    text-decoration: none;
    color: #333;
    padding: 0 20px;
}


#navi #utility{
    float: left;
    margin-left: 5px;
}
#navi #utility li{
    list-style: none;
    float: left;
    letter-spacing: 0.1em;
}
#navi #utility li a{
    display: block;
    width: 23px;
    padding: 0 15px;
}


/*トップ*/

.top-contents{
    position: relative;
    top:0;
}




/* サイトレイアウト基本
--------------------------------------------*/

.side-area{
    width: 250px;
    position: absolute;
    top:150px;
    left: 0;
    padding: 20px 0px 70px 4.5%;
    z-index: 10;
}


.top-contents .side-area{
    top:0;
}


.side-area-inner{
    text-align: left;
}

.contents-area{
    width: auto;/*jsで取得*/
    float: right;
    padding: 0 0 0 0;

}
.contents-area-full{
    width: 100%;
    padding: 0 0 0 0;
    position: relative;
}
.contents-area-inner{
    text-align: left;
    padding: 0 90px 0 90px;
}



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

#footer{
    clear: both;
    padding: 30px 0 60px 0;
}

#footer-inner{
    width: auto;
    padding: 0 120px 0 70px;
    text-align: right;
}

address{
    font-size: 12px;
    color: #898989;
}
	
	
}
