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

/*コンテンツ幅*/
.content-inner{ margin:0 auto; text-align:left; }

/* ページトップ 
------------------------------------------------------------ */
.pagetop{
	position:fixed;
	bottom:40px;
	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;
}
 
 #anc { padding-top: 120px; margin-top: -120px;}

/* width
------------------------------------------------------------ */ 
.wdp10 { width: 10%; } .wdp15 { width: 15%; } .wdp20 { width: 20%; } .wdp23 { width: 23%; } .wdp25 { width: 25%; } .wdp30 { width: 30%; } .wdp32 { width: 32%; } .wdp35 { width: 35%; } .wdp40 { width: 40%; } .wdp45 { width: 45%; } .wdp46 { width: 46%; } .wdp48 { width: 48%; } .wdp50 { width: 50%; } .wdp55 { width: 55%; } .wdp60 { width: 60%; } .wdp65 { width: 65%; } .wdp70 { width: 70%; } .wdp75 { width: 75%; } .wdp80 { width: 80%; } .wdp85 { width: 85%; } .wdp90 { width: 90%; } .wdp95 { width: 95%; } 

 
/* margin 
------------------------------------------------------------ */
 .mgb20 {margin-bottom: 2rem;}  .mgb40 {margin-bottom: 4rem;}  .mgb90 {margin-bottom: 9rem;}

/* padding 
------------------------------------------------------------ */
 .pdt10 { padding-top: 10rem;}
}
