/*-----------------------------
Webフォント：Noto Sans JP
-----------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
 
body {
     font-family: 'Noto Sans JP', sans-serif;
     font-size: 100%;
     font-weight: 300;
     letter-spacing: 0.1em;
}

/*-----------------------------
見出し
-----------------------------*/
.entry-content h2 {
 margin-top: 2em!important;
 margin-bottom: 1em!important;
 }

.entry-content h3 {
border-bottom: 3px solid #61bdf2!important;
border-left:none!important;
margin-top:2em!important;
margin-bottom: 1em!important;
padding-bottom:0.3em!important;
}

.entry-content h4 {
margin-top:2.5em!important;
margin-bottom: 0.5em!important;
color: #49B4F2 !important;
}

/*-----------------------------
余白（下）
-----------------------------*/
.m10-b{ margin-bottom: 10px!important; }
.m20-b{ margin-bottom: 20px!important; }
.m30-b{ margin-bottom: 30px!important; }
.m40-b{ margin-bottom: 40px!important; }
.m50-b{ margin-bottom: 50px!important; }
.m60-b{ margin-bottom: 60px!important; }
.m70-b{ margin-bottom: 70px!important; }
.m80-b{ margin-bottom: 80px!important; }
.m90-b{ margin-bottom: 90px!important; }

/*-----------------------------
【ボックスの設定】
-----------------------------*/
.box_gray {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
  box-shadow: 0 0 3px rgba(0,0,0,.3);
	width: 90%;
	margin: 1.5em 1em auto;
	padding: 15px 20px 10px 40px;
	background: #fbfaf8;
  overflow: hidden;
}/*BOX（グレー）*/

.box_mizuiro {
	border: dotted 2px #61bdf2;/*点線*/
	border-radius: 10px;
	padding: 15px 20px 10px 40px;
	margin: 2em 0;
}/*BOX（水色）*/

.box_mizu_kado {
	border: solid 2px #61bdf2;
	padding: 15px 20px 10px 40px;
	margin: 2em 0;
}/*BOX（水色）*/

.box_beidge {
	background :#FFFFFB;
	padding: 15px 20px 10px 40px;
	width: auto;
	margin: 2em 0.5em;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #AAA;
	border: dotted 2px #f2d100;/*点線*/
}/*BOX（ベージュ）*/


/*-----------------------------
【フォントの設定】
-----------------------------*/
.black_b{
	color: #000;
	font-weight: bold; 
}

.orange_b{
	color: #ff6600;
	font-weight: bold; 
}

.orange{
	color: #ff6600;
}

.red{
	color: #cc0000;
}

