@charset "UTF-8";
/* CSS Document */

/* 初期値設定 */
html, body, img, p, h1, h2, h3, h4, h5, header{
	margin:0;
	padding:0;
	vertical-align:top;
}
img{
	width:100%;
	height:auto;
}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:90%;
	line-height:170%;
	color:#333;
	width:100%;
}

/* フロートクリア */
#writer:after, .writer_info:after, #main_title_box:after, .f_uriba:after{
	content:"";
	clear:both;
	display:block;
}



/* ヘッダー */
header{
	padding:0px 0 0px 0;
	font-size:18pt;
	font-weight:600;
	text-align:center;
	color:#333;
}
#writer{
	background:#F8F8F3;
	border-top:#FFF 1px solid;
	border-bottom:#E6E6E6 1px solid;
	padding:3px 0;
}
.writer_info{
	background:url(../img/writer_ph.png) no-repeat 0 50%;
	background-size:40% auto;
	display:inline-block;
	margin-left:10px;
	padding:8px 15px 8px 45px;
	box-sizing:border-box;
}
.writer_count01{
	background:url(../img/writer_heart.png) no-repeat 0 50%;
	background-size:35% auto;
	display:block;
	padding-left:25px;
	box-sizing:border-box;
	float:right;
	margin:9px 10px;
	color:#C1272D;
	font-weight:500;
}
.writer_count02{
	float:right;
	margin:9px 5px 0 0;
	color:#AA8400;
	font-weight:500;
	padding-right:3%;
}
.writer_view{
	font-size:10.5pt;
	color:#555;
	font-weight:300;
}


/* メインタイトル */
#main_title_box{
	padding:3% 3% 0 3%;
}
.main_box{
}
.main_title_date{
	color:#6F6F6F;
	font-size:10.5px;
	display:block;
}
.main_title_ph{
	float:left;
	width:22%;
	padding-right:1%;
}
.maintitle_deco{
	font-size: 17pt;
	font-weight: bold;
	line-height: 150%;
	color: #4EAF81;
	padding-top: 15px;
}

/* 記事 */
.title_bottom_line{
	border-bottom:#FFBA19 1px dashed;
	margin:0 3% 20px 3%;
}

.text_tag{
	margin:3% 3% 0 3%;
	display:inline-block;
	text-align:justify;
	text-justify:inter-ideograph;
	color:#333;
	font-size:18px;
}
.text_tag2{
	margin:3% 3% 6% 3%;
	display:inline-block;
	text-align:justify;
	text-justify:inter-ideograph;
	color:#333;
	font-size:20px;
}

.text_box{
	margin:3% 3% 6% 3%;
	display:inline-block;
	text-align:justify;
	text-justify:inter-ideograph;
	color:#333;
	font-size:16px;
}
.text_box2{
	margin:10px 0 0 10px;
	display:inline-block;
	color:#333;
	font-size:16px;
}

.first_title{
	margin:4% 2% 2% 2%;
	padding:3% 3%;
	font-size:14pt;
	font-weight:bold;
	line-height:120%;
	display:block;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	border-top:#D6F8DF 3px solid;
}



#wrapper{
	background:#FAFAF5;
	padding:2% 0;
}

.colum_box2{
	background:#FFFFFF;
	box-shadow:#BBBBBB 0 0 2px;
	margin-bottom:5%;
	margin-top:5%;
	padding-bottom:10%;
}


.colum_box{
	background:#FFFFFF;
	box-shadow:#BBBBBB 0 0 2px;
	margin-bottom:5%;
	margin-top:5%;
	padding-bottom:10%;
}
.colum_title{
	font-size:150%;
	font-weight:bold;
	line-height:150%;
	padding:6% 0 2% 0;
	display:block;
	text-align:justify;
	text-justify:inter-ideograph;
	position: relative;
	border-bottom:#415e9b 3px solid;
	margin:0 3%;
}

.ph_kihon{
	width:94%;
	margin:3%;
	box-sizing:border-box;
}
.ph_naka{
	width:70%;
	margin:0 auto;
	box-sizing:border-box;
	border:#FFF 3px solid;
	box-shadow:#BBBBBB 0 0 2px;
}
.ph_shima{
	width:92%;
	margin:0 auto;
	padding-bottom:4%;
}
.comment{
	color:#777;
}

.atogaki_title{
	background:#F9F6DA;
	border-top:#FEFFF3 1px solid;
	border-bottom:#E6E8AD 1px solid;
	padding:5px 0;
	font-size:12pt;
	text-align:center;
	margin-top:20px;
}
.atogaki{
	border-left:#64BFAA 4px solid;
	border-right:#64BFAA 4px solid;
	border-top:#64BFAA 1px solid;
	border-bottom:#64BFAA 1px solid;
	margin:5% 3% 0 3%;
	padding:2%;
	font-size:12pt;
	font-weight:bold;
	line-height:120%;
}


/* 装飾 */
.deco_marker_yellow{
	background:#FFF5A2;
	border-radius:3px;
	padding:2px 3px 0 3px;
}
.deco_red_moji{
	color:#BF0A0D;
}
.strong_point{
	font-weight:bold;
	font-size:1.0em;
	color:#415e9b;
	padding:5px 0;
	line-height:2em;
}
.point_text{
	/*	padding: 5px .5em .2em 2em;*/
/*	border-bottom: 1px solid #ccc;*/
	font-weight: 600;
	color: #8BBED7;
}
.text_matome{
	border:#E18B3F 1px solid;
	display:block;
	padding:2%;
	font-weight:bold;
}


/* 売り場 */
.info_title{
	position:absolute;
}
.uriba_box{
	background:url(../img/uriba_back_p.jpg) repeat-y;
	border-radius:5px;
	box-sizing:border-box;
	padding:3%;
	font-size:95%;
	line-height:1.8em;
	margin-top:16%;
	box-shadow:#BBBBBB 0px 0px 5px;
}

.uriba_midashi{
	font-size:12pt;
	font-weight:600;
	padding:2% 0;
}

.f_uriba{
	text-align:justify;
	text-justify:inter-ideograph;
}
.f_right{
	float:right;
	width:29%;
}

.button_box{
	background:url(../img/uriba04_oshi_title.jpg) no-repeat 50% 0%, #FFFFFF;
	background-size:contain;
	border:#ED7D6B 2px solid;
	border-radius:8px;
	padding:0 2%;
	box-shadow:#BBBBBB 1px 1px 3px;
	padding-top:17%;
	margin-top:2%;
}

.button_web img, .button_tel img{
	box-shadow:#555555 1px 1px 3px;
	border-radius:9px;
	margin:2% 0;
}

#teiki_system{
	margin:30px 15px 30px 15px;
	background:#FFFBF4;
	background-size:100%;
	padding:2% 3%;
	font-size:9.5pt;
	line-height:14pt;
	border-radius:10px;
	box-shadow:#BBBBBB 1px 1px 3px;
	text-align:justify;
	text-justify:inter-ideograph;
}

.teiki_p{
	padding-bottom:3%;
}

.s_moji{
	font-size:8pt;
}

.button_box a:hover{
	opacity:0.8;
}

.ph_spec{
	text-align:center;
	line-height:110%;
	padding-top:1%;
	font-size:90%;
	color:#434343;
}

/* twitter部分 */

.twitter_id{
	color:#868686;
}
.twitter_date{
	color:#868686;
}
.tsubuyaki11, .tsubuyaki12, .tsubuyaki21, .tsubuyaki22, .tsubuyaki31, .tsubuyaki41, .tsubuyaki42, .tsubuyaki51, .tsubuyaki52, .tsubuyaki61{
	border:#BBB 1px solid;
	padding:3% 3% 3% 24%;
	margin:3%;
	font-size:80%;
}

.tsubuyaki11{background:url(../img/twitter_icon1.jpg) no-repeat 4% 10%;background-size:20%;}
.tsubuyaki12{background:url(../img/twitter_icon2.jpg) no-repeat 4% 10%;background-size:20%;}
.tsubuyaki21{background:url(../img/twitter_icon3.jpg) no-repeat 4% 10%;background-size:20%;}
.tsubuyaki22{background:url(../img/twitter_icon4.jpg) no-repeat 4% 10%;background-size:20%;}
.tsubuyaki31{background:url(../img/twitter_icon5.jpg) no-repeat 4% 10%;background-size:20%;}
.tsubuyaki41{background:url(../img/twitter_icon6.jpg) no-repeat 4% 10%;background-size:20%;}
.tsubuyaki42{background:url(../img/twitter_icon7.jpg) no-repeat 4% 10%;background-size:20%;}
.tsubuyaki51{background:url(../img/twitter_icon8.jpg) no-repeat 4% 10%;background-size:20%;}
.tsubuyaki52{background:url(../img/twitter_icon9.jpg) no-repeat 4% 10%;background-size:20%;}
.tsubuyaki61{background:url(../img/y/aa.jpg) no-repeat 4% 10%;background-size:20%;}


.fot{
	font-size:10px;
}


.blue{
	color:#4363E0;
}










