@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*
Theme Name: ブログスマホ用
*/


*{margin:0;padding:0;}

* html body{  
    overflow: hidden;  
}

body{
font-size:12px;
line-height:1.5;
color:#252525;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
background-repeat:repeat-x;
padding: 0px;
}

* html div#container{  
    height: 100%;  
    overflow: auto;
} 

#main{padding:0 10px;}

a{color:#006898;text-decoration:none;}
a:hover{color:#2cafe3;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}
.color-a{color:#CC0000;}


/*************
全体
*************/

img {
     max-width: 100%;
     height: auto;
     }

.pc{display:none;}

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

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}


#header{
	overflow:hidden;
	clear:both;
	height: 45px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: solid 3px #f8b500;
	background-color:#fff;
	z-index:1000;
}

#header-l{width:40%;
float:left;}

#header-l img{
	margin-top:3px;
	max-width:100%;
	width:auto;
}

#header-r{width:60%;
text-align:right;
float:right;
box-sizing: border-box;
padding-right: 47px;}

#header-r img{height:45px;
margin-left:2px;
width:auto;}

.topimg img{width:100%;
height:auto;}

.kugiri{height:5px;
	margin-top:5px;
	margin-bottom:5px;
	background-repeat:repeat;
background-image:url(image/kugiri.png);}

/*----------------------------------------------------------------------コンテンツ部分*/

#text{padding:10px;}

/*----------------------------------------------------------------------フッター部分*/


/*************
フッター固定用
*************/
#footer {
    position: fixed !important;  
    position: absolute;  
    bottom: 0;  
    left: 0;  
    width: 100%;  
    height: 70px;  
    background-color: #ffffff;  
    color: #fff; 
    text-align:center;
	z-index:500;
}
#footer img{width:20%;
max-width:80px;
max-height:80px;}


.rightbn{
position:fixed;
bottom: 80px; 
right: 0px; 
z-index: 1500;
}
.rightbn img{width:50px;
height:auto;}

/**************************************************************
18.10追記
**************************************************************/
.drawer-hamburger {
	width: auto !important;
	padding: 7px 0 0 !important;
}

.drawer-menu-item{padding:10px 15px!important;
	font-size:13px!important;
	text-align:left;
border-bottom:dashed 1px #ccc;}
