/* サイト内共通背景*/
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;
	}
	
	/*** 見出し ***/
h4 {
font-size:88%;
color: #666666;
border-bottom: solid 3px #9fc0be;
position: relative;
line-height:1.2em;
}

h4:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #c5c4c3;
bottom: -3px;
width: 30%;
}
	
	

	
	h6 {
	margin: 20px 0 -10px;
	color: #666;
	font-size: 140%;
	line-height:2.5em;
}



/* でかセンター文字*/
.ebi_dekamoji {
	font-size: 180%;
	margin: 0;
	padding: 5px 0;
	font-weight: bold;
	text-align: center;
	color:#666666;
	}


P{
 text-align:left;
 font-size:88%;
 color:#666666;
 line-height:1.4em;
}

/* WEBフォントnico文字*/
.nico { font-family: "Nico Moji";
	 	 line-height:2.4em;}
	
/* WEBフォント自家製フォント*/
.wf-mplus1p { font-family: "M PLUS 1p"; }


/* 横並びメニュー大きめ*/
.ebi_menu00 {
font-size: 120%;
font-family: "M PLUS 1p"; 
line-height:1.0em;} 



/* リンク標準 */
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}


/* ボタンリンク小さ目大量用_色違い赤 */
A.ebi_btn004:link{color:#fff; text-decoration: none;
background: linear-gradient(transparent 0, #FFB1B5 0);
line-height:2.5em;padding: 0.2em 0.5em;}
A.ebi_btn004:visited{color:#fff;text-decoration:none;
background: linear-gradient(transparent 0, #FFB1B5 0);
line-height:2.5em;padding: 0.2em 0.5em;} 
A.ebi_btn004:hover{color: #e3e5e5;
background: linear-gradient(transparent 0, #999999 0);
line-height:2.5em;padding: 0.2em 0.5em;}


/* ボタンリンクclapとか */
A.ebi_btn_c:link{color:#fff; text-decoration: none;
background: linear-gradient(transparent 0, #999 0);
line-height:2.5em;padding: 0.2em 0.5em;}
A.ebi_btn_c:visited{color:#fff;text-decoration:none;
background: linear-gradient(transparent 0, #e3e5e5 0);
line-height:2.5em;padding: 0.2em 0.5em;} 
A.ebi_btn_c:hover{color: #f5f5f5;
background: linear-gradient(transparent 0, #999 0);
line-height:2.5em;padding: 0.2em 0.5em;}


/*要素 まんなか*/
div.mannaka{
   	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width:95%; /* 600px以下は幅いっぱいに広げる */
	max-width:1000px; /* 最大幅の指定 */
}
/*画像インラインまんなか*/
p.img_center{
text-align: center;
}

p.mannaka{
	text-align: center
}

/*埋め込みセンター*/
.mn_naka01{
	margin: auto;
	width:95%; /* 600px以下は幅いっぱいに広げる */
	max-width:800px; /* 最大幅の指定 */
}


.page-top {
    position: fixed;
    bottom: 60px;
    right: 40px;
    padding: 10px;
    background: #2F2D2C;
    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;
}


/* 蛍光ペン風文字強調*/
.moji_penaka {
color:#FFB1B5;
background: linear-gradient(transparent 43%, #FFB1B5 30%);
}

/* 太い点線のみ */
p.b_box {
   border-bottom: 2.5px dashed #999; 
}

/* 薄い点線のみ */
p.box {
   border-bottom: 0.8px dashed #c5c5c5; 
}

/* 薄い白点線のみ */
p.siro_box {
   border-bottom: 0.8px dashed #fff; 
}






/* 薄い点線文字の下全部 */
.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;
}

/* 角丸背景色センター小さめ */
.bg_kakumaru02{
 margin:0 auto;
	border-radius:12px;
	padding: 8px;
	max-width:85%; /* 最大幅の指定 */
	background-color: #f5f5f5;
}



/* 更新履歴 */
.up_kakomi{
	border-radius:12px;
	padding: 8px;
	max-width:98%; /* 最大幅の指定 */
	background-color: #f5f5f5;
}


/* 右よせ */
.migi{
 text-align: right;
}





*===============================================
●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}





}


/*===============================================*/



