@charset "UTF-8";
/* CSS Document */


html{overflow-y:scroll;}
	
body{
 font-family:'Hiragino Kaku Gothic ProN','メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size: 100%;
	line-height: 100%;
	text-align: center;
	}
	
img(width:100%;)


/* ************************************************************
リンク
************************************************************ */
 
a{color:#534135}
a:hover{color:#866f60;}
	
/*画像リンク*/
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
		transition: 0.3s;
}


/* ************************************************************
コンテンツ
************************************************************ */
 
div#wrapper {
position:relative;
}
	
/* ▼▼▼▼▼▼▼▼MaxWidth768(tablet)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 768px) {
 /* ************** */

.mobile_hidden{
	overflow:hidden;
	width:100%;
	}
	
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth480(mobile)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 480px) {
 /* ************** */

.mobile_hidden{
	overflow:hidden;
	width:100%;
	}
	
 /* *************** */
	}
		
	
/* ************************************************************
クリアフィックス
************************************************************ */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
	
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.clear{clear:both;}
	
	
	
	
/* ************************************************************
レスポンシブ画像切り替え
************************************************************ */

.mb{display:none}


/* ▼▼▼▼▼▼▼▼MaxWidth1024(tablet)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 1024px) {
 /* ************** */
	
 /* *************** */
}
	
/* ▼▼▼▼▼▼▼▼MaxWidth768(tablet)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 768px) {
 /* ************** */
.mb{display:block}
.pc{display:none}

 /* *************** */
}

    
/* ▼▼▼▼▼▼▼▼MaxWidth480(mobile)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 480px) {
 /* ************** */
 /* *************** */
}
	
/* ************************************************************
レスポンシブ画像切り替え 480px
************************************************************ */

.mb02{display:none}


/* ▼▼▼▼▼▼▼▼MaxWidth1024(tablet)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 1024px) {
 /* ************** */
	
 /* *************** */
}

	
/* ▼▼▼▼▼▼▼▼MaxWidth768(tablet)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 768px) {
 /* ************** */

 /* *************** */
}
    
/* ▼▼▼▼▼▼▼▼MaxWidth480(mobile)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 480px) {
 /* ************** */
.mb02{display:block}
.pc02{display:none}

 /* *************** */
}
