@charset "utf-8";

/*-------------------------
スマホ： 649px以下
--------------------------*/

@media all and (max-width: 649px){

html body{
	border-top: solid 3px #b07b39;
    margin: 0 auto;
    width: 100%;
    font-family:  'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
    overflow-y:scroll;
    font-size: 16px;
}

#wrapper{
   width: 100%;
}
#header{
    margin: 0;
}
#container{
    
}
#main{
    width: 100%;
    float: none;
    margin: 0px 0 10px;
    overflow: hidden;
}
#sub{
	width: 100%;
    float: none;
    margin: 0 0 10px;
}
#body_back{
    display: none;
}
.logo{
	margin: 0;
    padding: 10px 10px 0 10px;
	float: left;
    text-align: left;
    width: 70%;
}
.logo_coment{
	margin: 0;
    padding: 0 0 10px 10px;
	float: none;
    clear: both;
    text-align: left;
}

/* /////////////////////////////////////////////////////////////////////////////////// */



.sp{
	float: right;
    width: 36px;
}

#headerpost{
	background:none;
}
#header #Menu {
	float: right;
	margin-top: 3%;
	padding: 10px 5px 0 0;
	z-index: 9999 !important;
}

	#header #Menu img {
		width: 100%;
		height: auto;
	}
	
#header #MenuNav {
	width: 100%;
	background: #fff;
	border-bottom: solid 3px #34516d;
	position: absolute;
	top:0;
	left: 0;
	display: none;
	z-index: 9999 !important;
}
	#header #MenuNav ul {
		margin-bottom: 7%;
	}
		#header #MenuNav ul li {
			width: 100%;
			text-align: left;
			border-bottom: solid 1px #34516d;
		}
			#header #MenuNav ul li a {
				display: block;
				padding: 7% 0 !important;
    			text-decoration: none;
			}	
			#header #MenuNav ul li img {
				width: 65%;
    			height: auto;
			}

	#header #MenuNav #close {
		width: 100%;
		text-align: center;
    	text-decoration: none;
		margin-bottom: 7%;
	}
	
	#header #MenuNav #close a{
		text-decoration: none;
    	display: block;		
	}
	
		



/* /////////////////////////////////////////////////////////////////////////////////// */



#gnavi{
    display: none;
}
#headerpost img{
	float:none;
	width:100%;
    height: 100px;
	background-size: 100% auto;
}
#headerpost #lead{
    float: none; 
    width: 100%;  
}
.pankuzu{
	display: none;
}

/* ここからコンテナ */

/* ここからメイン */

.post{
	float: none;
    width: 100%;
    box-sizing: border-box;
	margin-right: 0;
    margin-top: 10px;
}
.post img{
	max-width: 35%;
    height: auto;
}
.head{
    width: 5px;
    height: 37px;
}
.post h2{
	font-size: 18px;
}
.ad_index_main{
	width: 100%;
    height: auto;
}
.image{
	width: 100%;
	height: auto;
    text-align: center;
    margin-bottom: 15px;
}
.link{
	float: none;
    margin-left: 0;
}
.news{
	display: none;
}
.jiten_container th{
	width:80px;
}


/* ここからサブ */

.ad{
    text-align: center;
    width: 100%;
    height: auto;
}
.ad::before{
	content: 'スポンサード リンク';
    display: block;
    color: #cccccc;
    background-color: #ffffff;
    margin-bottom: 10px;
    font-size: 12px;
}



/* ここらページのメイン */

.pages_head{
	width: 100%;
    height: 134px;
}
.pages_head h2{
    font-size: 20px;
}
.pages_head p{
	font-size: 14px;
}

.update{
    font-size:90%;
}
.update p{
    font-size:90%;
}
.pages_content{
	width: 100%;
    box-sizing: border-box;
	border: solid 5px #cccccc;
    padding: 10px;
    font-size:16px;
}
.pages_content p{
    line-height: 190%;
}
.pages_content img{
	width: 100%;
    height: auto;
}
.ad_main{
    text-align: center;
    width: 100%;
    height: auto;
}

.ad_main::before{
	content: 'スポンサード リンク';
    display: block;
    color: #cccccc;
    background-color: #ffffff;
    margin-bottom: 10px;
    font-size: 12px;
}
.send_button {
    width: 90%;
}

}
