body {
  background-color: #eee;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic","游ゴシック","YuGothic",sans-serif;
  	} 


	
	
/* 見出し装飾*/
h1 {
	position: relative;
	padding: 0 .4em .1em;
	color: #12b9cd;
	font-size:150%;

}
h1::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 10px;
	background-color: #8A8B8B;
}
/* 見出ししましまここまで */

h2 {
	font-size: 28px;
	margin: 0;
	padding: 5px 0;
	font-weight: bold;
	text-align: center;
	color:#666666;
	font-family: 'Kranky', cursive;
	}

P{
 text-align:left;
 font-size:88%;
 color:#666666;
 line-height:1.4em;
}

/* nico文字*/
.nico { font-family: "Nico Moji";
	 	font-size:100%;
	 	 line-height:2.4em;}


/* リンク標準 */
A:link{color:#0baecb; text-decoration: none;font-weight: bold;}
A:visited{color:#0baecb;text-decoration:none;font-weight: bold;} 
A:hover{color: #dc285b;text-decoration:none;font-weight: bold;}


/* ボタンリンク小さ目大量用 */
A.ebi_btn001:link{color:#0ca6b8; text-decoration: none;
background: linear-gradient(transparent 0, #e3e5e5 0);
line-height:2.5em;padding: 0.2em 0.5em;}
A.ebi_btn001:visited{color:#0ca6b8;text-decoration:none;
background: linear-gradient(transparent 0, #e3e5e5 0);
line-height:2.5em;padding: 0.2em 0.5em;} 
A.ebi_btn001:hover{color: #e3e5e5;
background: linear-gradient(transparent 0, #12b9cd 0);
line-height:2.5em;padding: 0.2em 0.5em;}

/* ボタンリンクメニュー用 */
A.ebi_btn002:link{color:#f0f1ef; text-decoration: none;font-size:125%;font-weight: bold;
background: linear-gradient(transparent 0, #12b9cd 0);
line-height:2.5em;padding: 0.2em 0.5em;}
A.ebi_btn002:visited{color:#f0f1ef;text-decoration:none;font-size:125%;font-weight: bold;
background: linear-gradient(transparent 0, #12b9cd 0);
line-height:2.5em;padding: 0.2em 0.5em;} 
A.ebi_btn002:hover{color: #12b9cd;
background: linear-gradient(transparent 0, #d3f5f9 0);
line-height:2.5em;padding: 0.2em 0.5em;font-size:125%;font-weight: bold}



/* まんなか*/
div.mannaka{
   	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width:95%; /* 600px以下は幅いっぱいに広げる */
	max-width:1000px; /* 最大幅の指定 */
}




.page-top {
    position: fixed;
    bottom: 60px;
    right: 40px;
    padding: 10px;
    background: #4a5237;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

/* 太い点線のみ */
p.b_box {
   border-bottom: 2px dashed #999; 
}

/* 薄い点線のみ */
p.box {
   border-bottom: 0.5px dashed #c5c5c5; 
}

/* 薄い点線文字の下全部 */
.under {
    padding-bottom: 0.1em;
    background-color: #f5f5f5;
    background-image: linear-gradient(to right, #f5f5f5 1.1px, transparent 1px), linear-gradient(to bottom, #c5c5c5 1.1px, transparent 1px);
    background-size: 2px 2.2em;
    line-height: 2.2;
  }

/* 角丸背景色 */
.bg_kakumaru{
	border-radius:12px;
	padding: 8px;
	max-width:98%; /* 最大幅の指定 */
	background-color: #f5f5f5;
}
/* 更新履歴 */
.up_kakomi{
	border-radius:12px;
	padding: 8px;
	max-width:98%; /* 最大幅の指定 */
	background-color: #f5f5f5;
}


/* 右よせ */
.migi{
 text-align: right;
}



/* サブハンバーガーメニュー */
nav .bg_menu			{ width:25px; height:30px; top: 80px; right:10px; position:fixed; cursor:pointer; overflow:hidden; z-index:9999; }
nav .menu1			{ width:25px; height:2px; background-color: #000; top:0px; position:absolute; } 
nav .menu2			{ width:25px; height:2px; background-color: #000; top:8px; position:absolute; } 
nav .menu3			{ width:25px; height:2px; background-color: #000; top:16px; position:absolute; }

nav .menu1,nav .menu2,nav .menu3
					{ transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; /* Opera */ -moz-transition: all 0.5s ease-out; /* Firefox */
					 -webkit-transition: all 0.5s ease-out; /* GoogleChrome, Safari */ -ms-transition: all 0.5s ease-out; /* IE */ }
					
					nav .menuclick1		{ top:8px; -o-transform: rotate(405deg); -moz-transform: rotate(405deg); -webkit-transform: rotate(405deg);
				 	-ms-transform: rotate(405deg); transform: rotate(405deg); }
nav .menuclick2		{ background-color:rgba(255,255,255,0);  }
nav .menuclick3		{ top:8px; -o-transform: rotate(-405deg); -moz-transform: rotate(-405deg);
					-webkit-transform: rotate(-405deg); -ms-transform: rotate(-405deg); transform: rotate(-405deg); }




/*===============================================
●style.css 画面の横幅が640px以上
===============================================*/
@media screen and (min-width: 640px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}
/* PCで表示させない*/	
.ebi_pc_none {display:none}


}


/*===============================================*/



