@charset "utf-8";


.centers {margin: 0 auto;}
.textcenter {text-align: center;}
.kadomaru {border-radius: 12px;}      /* 角を丸くする */
.blockbottom {margin-bottom: 300px;}



/* ========= bar系 ======== */

.bar_only {
    color: #383636;
    font-size: 120%;
    margin: 5px 0px 5px 0px;
    background: url(../img/bar/bar_only.png) repeat-x;
    height: 50px;
    text-indent: 1em;
    font-weight: bold;
    padding: 12px 0px 50px 0px;
}
.bar_parpleline {
    border-top: 1px solid #eee;
    background-repeat: repeat-x;
    margin: 17px 0px 7px 0px;
}
.bartensen {
    color: #333;
    font-size: 120%;
    margin: 7px 0px 5px 0px;
    height: 50px;
    text-indent: 1em;
    font-weight: bold;
    padding-top: 7px;
    background-image: url(../img/bar/bar_onlyblue.png);
    background-repeat: repeat-x;
}



/* 以下吹き出しの見出し
------------------------------------------------------------------------------- */

.fukidashih1 {
    font-size: 135%;
    font-weight: 800;
    background: #ff9900;
    color: #fff;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 12px;
    /* 角を丸く */
    position: relative;
}
.fukidashih1:before {
    /* 疑似要素にborderを使った三角マークを記述 */
    content: "";
    position: absolute;
    bottom: -23px;
    left: 20%;
    /* 左から20％の位置へ */
    border: 12px solid transparent;
    border-top: 12px solid #ff9900;
}
.fukidashih2 {
    font-size: 135%;
    font-weight: 800;
    background: #ff3366;
    color: #fff;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 12px;
    /* 角を丸く */
    position: relative;
}
.fukidashih2:before {
    /* 疑似要素にborderを使った三角マークを記述 */
    content: "";
    position: absolute;
    bottom: -23px;
    left: 20%;
    /* 左から20％の位置へ */
    border: 12px solid transparent;
    border-top: 12px solid #ff3366;
}
.fukidashih3 {
    /* 水色 */
    font-size: 135%;
    font-weight: 800;
    background: #6495ed;
    color: #fff;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 12px;
    /* 角を丸く */
    position: relative;
}
.fukidashih3:before {
    /* 疑似要素にborderを使った三角マークを記述 */
    content: "";
    position: absolute;
    bottom: -23px;
    left: 20%;
    /* 左から20％の位置へ */
    border: 12px solid transparent;
    border-top: 12px solid #6495ed;
}
.fukidashih4-1 {
    /* 青色 */
    font-size: 135%;
    font-weight: 800;
    background: #00008b;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 12px;
    /* 角を丸く */
    position: relative;
}
.fukidashih4-1:before {
    /* 疑似要素にborderを使った三角マークを記述 */
    content: "";
    position: absolute;
    bottom: -23px;
    left: 20%;
    /* 左から20％の位置へ */
    border: 12px solid transparent;
    border-top: 12px solid #00008b;
}
.fukidashih4-2 {
    /* 緑色 */
    font-size: 135%;
    font-weight: 800;
    background: #228b22;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 12px;
    /* 角を丸く */
    position: relative;
}
.fukidashih4-2:before {
    /* 疑似要素にborderを使った三角マークを記述 */
    content: "";
    position: absolute;
    bottom: -23px;
    left: 20%;
    /* 左から20％の位置へ */
    border: 12px solid transparent;
    border-top: 12px solid #228b22;
}
.fukidashih4-3 {
    /* 橙色 */
    font-size: 135%;
    font-weight: 800;
    background: #ff69b4;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 12px;
    /* 角を丸く */
    position: relative;
}
.fukidashih4-3:before {
    /* 疑似要素にborderを使った三角マークを記述 */
    content: "";
    position: absolute;
    bottom: -23px;
    left: 20%;
    /* 左から20％の位置へ */
    border: 12px solid transparent;
    border-top: 12px solid #ff69b4;
}
.fukidashih4-4 {
    /* ちいさい用 */
    font-size: 115%;
    font-weight: 600;
    background: #87cefa;
    color: #fff;
    text-align: center;
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 12px;
    /* 角を丸く */
    position: relative;
}
.fukidashih4-5 {
    /* 橙色 */
    font-size: 135%;
    font-weight: 800;
    background: #ff69b4;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 12px;
    /* 角を丸く */
    position: relative;
}
.fukidashih4-5:before {
    /* 疑似要素にborderを使った三角マークを記述 */
    content: "";
    position: absolute;
    right: -23px;
    top: 20%;
    /* 左から20％の位置へ */
    border: 12px solid transparent;
    border-left: 12px solid #ff69b4;
}

/*ここから元気に暮らすアイデア帖
-------------------------------------------------------------- */
.bigb {
	font-weight: 700;
	font-size: 110%;
}






/* ========= img系 ======== */

.imghover a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=90);
	-moz-opacity:0.6;
}
.imgfloatleft {float: left;}
.img5 {margin: 5px;}
.img_bottom30 {margin: 0px 0px 30px 0px;}
.img_top30 {margin: 30px 0px 0px 0px;}
.imgtop10 {margin-top: 10px;}
.img_top7 {margin-top: 7px;}
.img_topbottom30 {margin: 30px 0px 30px 0px;}
.img_topbottom10 {margin: 10px 0px 10px 0px;}
.img_bottom3 {margin-bottom: 3px;}
.img_bottom5 {margin-bottom: 5px;}
.img_bottom7 {margin-bottom: 7px;}
.img_bottom12 {margin-bottom: 12px;}
.img_bottom30 {margin-bottom: 30px;}
.img_bottom5em {margin-bottom: 5em;}
.img_left15bottom30 {margin: 0px 15px 0px 30px;}
.img_left7bottom10 {margin: 0px 7px 0px 10px;}
.img_left7 {margin: 0px 0px 0px 7px;}
.img_left12 {margin: 0px 0px 0px 12px;}
.img_right7 {margin: 0px 7px 0px 0px;}
.img_leftright7 {margin: 0px 7px;}
.img_leftright12 {margin: 0px 12px;}
.imgwide10 {margin: auto 10px;}
.imgkadomaru {border-radius: 12px;}
.imgright {float: right;}

.border1 {border: 1;}

.imgcenter {margin: 0 auto;}    /* イメージをセンターに指定する */




/*  font系
=================================================== */

.bigward2 {font-weight: bold;font-size: 18px;}
.bigward20 {font-weight: bold;font-size: 20px;}
.bigward24 {font-weight: 800;font-size: 24px;}
.bigward54 {font-weight: 800;font-size: 300%;}
.bigward {font-weight: 800;font-size: 150%;}
.bigward120 {font-weight: bold;font-size: 120%;}
.bigwardred {font-weight: bold;font-size: 130%;color: #F00;}
.caption {color: #009;}
.caption2 {color: #f00;font-size: 80%;}
.caption3 {font-size: 90%;}
.pcommon {font-size: 110%;line-height: 160%;}
.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}


/* 汎用の文字指定 */

.underred {border-bottom: 1px solid #f00;}
.red {color: #f00;}
.fontred {color: #f00;}
.blue {color: #00f;}
.fontblue {color: #00f;}
.font_color_darkred {color: #8b0000}
.brown-p {color: #630;}
.green {color: #008000;}

.bigfontb {font-size: 140%;font-weight: bold;}
.bigfont {font-size: 140%;}
.bold {font-weight: bold;}
.barleft {border-left: 1px solid #aaa;}
.font6 {font-size: 200%;}
.font4 {font-size: 140%;}

.marukakomi {border: 1px solid #555;padding: 10px;border-radius: 12px;}

.left50pxw420 {width: 420px;padding-left: 50px;}    /* ---------- 左50px空ける暮らす ---------- */




.p_last {margin-bottom: 100px;}
.biginpact {
    font-size: 200%;
    font-weight: 900;
}
.biginpact02 {
    font-size: 180%;
    font-weight: 400;
    line-height: 125%;
}
.biginpact03 {
    font-size: 140%;
    font-weight: 900;
    line-height: 125%;
}

/* 恵庭カラー */

.bodyblock {
    font-size: 120%;
    line-height: 180%;
}

/* 『ミネラルくん』3本セット！ */
.f-through {text-decoration: line-through;}

/* 文字に線を入れる */

.mincho {font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;}
.mincho2 {font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}


.clearall {clear: both;}
.clearLeft {clear: left;}
.clearfloat {
    /* このクラスは、div またはブレークエレメントに適用される必要があり、また、子フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

/*  news-font系
=================================================== */

.newsred {color: #F00;font-weight: bold;}
.newsblue {color: #00F;font-weight: bold;}





.shadow {		/* シャドウを入れる */
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.0);  /* シャドーにする */
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.0);
	-o-box-shadow: 1px 1px 1px rgba(0,0,0,0.0);
	-ms-box-shadow: 1px 1px 1px rgba(0,0,0,0.0);
	background-color: #fff;
}




/* 角丸囲み指定
------------------------------------------------------------- */


.keikakomi {
  width: 500px;
  border: 1px solid #b3b3b3;
	border-radius: 12px;
	font-weight: 700;
	text-align: center;
	padding: 5px 10px;
  margin-top: 0.5em;
  margin-bottom: 1em;
	display: block;
	position: relative;
	/* ボックス全体にposition:relativeを指定 */
	text-decoration: none;
	overflow: hidden;
}

.kadokakomi {
  padding-left: 50px;
  width: 500px;
}
.kadokakomi h3 {
	font-weight: 700;
}
.kadokakomi a {
	border: 1px solid #b3b3b3;
	border-radius: 12px;
	font-weight: 700;
	text-align: center;
	padding: 5px 10px;
  margin-top: 0.5em;
  margin-bottom: 1em;
	display: block;
	position: relative;
	/* ボックス全体にposition:relativeを指定 */
	text-decoration: none;
	overflow: hidden;
}
.kadokakomibar a {
	border-top: 1px solid #b3b3b3;
	font-weight: 700;
	text-align: center;
	padding: 5px 10px;
  margin-top: 0.5em;
  margin-bottom: 1em;
	display: block;
	position: relative;
	/* ボックス全体にposition:relativeを指定 */
	text-decoration: none;
	overflow: hidden;
}
.kadokakomi a:link, .kadokakomi a:visited {
	background-color: transparent;
}
.kadokakomi a:hover, .kadokakomi a:active {
	background-color: #f5f5f5;
}
.kadokakomi .icon {  /* アイコンの指定 */
	font-size: 1.5em;
	margin-right: 5px;
  font-family: 'icomoon';   /* リンクアイコンをWebフォントとして指定 */
}

.kadokakomi .icon-untitled15 {
  font-family: 'icomoon';
  content: "\e60e";
}







/*-----------------------------------------------------	*/


/*	for - 649px					*/


/*-----------------------------------------------------	*/

@media screen and (max-width: 768px) {
    /* === 以下吹き出しの見出し === */
    .fukidashih1, .fukidashih2, .fukidashih3, .fukidashih4-1, .fukidashih4-2, .fukidashih4-3, .fukidashih4-4 {
        font-size: 110%;
        padding: 5px;
    }
    .pcommon {
        font-size: 100%;
    }
}

/* iPHone4,iPhone5,iPhone5s,iPhone6,iPhone6 Plus */

@media screen and (max-width: 640px) {
  .keikakomi {
    width: 100%;
  }
  .kadokakomi {
    padding-left: 0px;
    width: 90%;
  }
  .left50pxw420 {width: 100%;padding: 10px;}    /* ---------- 左50px空ける暮らす ---------- */

}
