/* 画面の横幅が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;
}
#main-wrapper {
				
}

#contents-wrapper{

}

/*コンテンツ幅*/
.content-inner{
	width:1200px;
	margin:0 auto;
	text-align:left;
}
.content-innerS{
	width:900px;
	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 -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;
}


	
	
}
