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


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

.content-innerW{
	width:92%;
	margin:0 auto;
	text-align:left;
}



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


	
	
}
