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

.PC{
	display:block;
}
.SP{
	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:1240px;
	
}
#main-wrapper {
				
}

#contents-wrapper{
	background-color:#fff;
}

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

.inner{
}

/*パターンcss*/
.bgcolor01{
	background-color:#09ACFF;
	color:#fff;
}

/*基本レイアウト*/
.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 -40px;
}
.col5box .box{
	width:20%;
	float:left;
}
.col5box .box .box-inner{
	padding:0 40px;
}


/* ページトップ 
------------------------------------------------------------ */
.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;
}


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

#header	{
	position:absolute;
	top:0;
	left:0;
	z-index:1020;
	width:100%;
	height:98px;

}

#header h1{
	position: absolute;
	top:0;
	left: 0;
	width: 176px;
	padding: 20px 25px;
}


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

#menuBtn{
	position:absolute;
	top:0;
	right:0;
	width:31px;
	height:30px;
	z-index:1050;
	padding: 30px 30px;
	cursor: pointer;
	background-color: #000;
}
#menuBtn.open{
	display: none;
}
#menuClose{
	position:fixed;
	top:0;
	right:0;
	z-index:1060;
	cursor: pointer;
	width:60px;
	height:60px;
	color: #fff;
	padding: 20px;
	
}
#shadows{
	position:fixed;
	width:100%;
	height:120%;
	top:0;
	left:0;
	background-color:#000;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index:1001;
}

#navi{
	display:none;
	position:fixed;
	top:150px;
	left:0;
	width:100%;
}


#navi ul li a{
	display: block;
	padding: 30px 0;
	text-decoration: none;
	color: #fff;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 0.1em;
}


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

#footer{
	text-align: center;
	padding: 60px 0;
	border-top: solid #dcdcdc 1px;
}
.footer-inner{
	text-align: center;
}
.footer-inner span{
	display: inline-block;
	margin: 0 20px;
}
.footer-inner span img{
	height: 70px;
}

#footer address{
	display: block;
	text-align: center;
	padding-top: 40px;
	font-size: 12px;
	color: #b8b8b8;
	letter-spacing: 0.1em;
}



.archive-section .entry-area .archive-inner ul li{
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.archive-section .entry-area .archive-inner ul li:hover{
	
	transform: scale(1.2);
}
.archive-section .entry-area .archive-inner ul li a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}

	
	
}
