/*ポイントボックス　青*/
.boxPB {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.boxPB .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.boxPB p {
    margin: 0; 
    padding: 0;
}
/*ポイントボックス　青終了*/
/*ポイントボックス　赤*/
.boxPR {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #e4477e;
}
.boxPR .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #e4477e;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.boxPR p {
    margin: 0; 
    padding: 0;
		font-size: 20px;
		font-weight: bold;
}
/*ポイントボックス　赤終了*/
/* h1　見出し変更 */
h1 {
	position: relative;
	padding: 20px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 22px;
	background: url(http://sng.curipre.com/wp-content/uploads/2018/03/H2_head.png) no-repeat left center;
	background-position: 10px;
/* ↑アイコンの位置を右にずらす */
	padding-left: 80px;
	/*border: 3px #16eebc solid;*/
	margin-right: 0;
	margin-bottom: 10px;
	/*box-shadow: 5px 5px 5px #AAA;*/
}

/* h1　見出し変更 終了 */
/* 中太文字 */
.mbfnt{
	font-size: 16pt;
	line-height: 30px;
	font-weight:bold;
}
/* 中太文字 終了 */
/*--------------------------------
サイドメニューの下線を削除する
---------------------------------*/
#side .st-aside a{
text-decoration: none;
}
/*--------------------------------
フッターの文字色変更
---------------------------------*/
/* お休み
#footer a {
color: #96bd0eff !important;
}
#footer .menu_underh2 {
}
#footer .cat-item a {
}
*/
/*フッター　バックの色 */
#footer{
   background:#3e4e06ff;
}
/*ヘッダー　バックの色 */
#headbox-bg{	
   background:#3e4e06ff;
}
/*サイト名　文字の色 */
.sitename{
   color: #ffffff;
}
/*ヘッダー　文字の色 */
#header-l{
   color: #ffffff;
}
/*--------------------------------
サイドメニューの区切り線
---------------------------------*/
.menu_underh2{
        margin-bottom:10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #38b48b;
}
/* ヘッダータイトル文字　色の変更 */
header .sitename a{
	color: #fff;
}
/* ページ先頭に戻るボタン */
#page-top{
	right:20px; /*右からの幅*/
}
#page-top a{
	background-color:rgb(22,236,42); /*背景色*/
	opacity:0.5;/*透明度*/
	border-radius:30px;/*丸くする強さ*/
	padding:20px 24px;/*ボタンの大きさ*/
	font-size:25px; /*アイコンの大きさ*/
}
/* グリーンボーダー設定 */
.GB {
	padding: 10px 15px;
	margin: 20px 0;
	color: #fff;
	background-color: #3d4d09;
	font-size: 17px;
	line-height: 20px;
}
/* 終了 */