@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: none;
}
article, aside, footer, header, nav, section {
	display: block;
}
header {
	background-image: url(../../img/top/head.jpg);
	background-repeat: repeat-x;
	height: 115px;
	width: 100%;
}
#modal {
	display: none;
	padding: 16px;
	height: 100%;
}
#modal a {
	color: #FFF;
}
#modal .b_close {
	padding: 16px 25px;
	border: 1px solid #FFF;
	width: 100%;
	height: 50px;
}
#pageslide {
	font-size: 26px;
	/* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    z-index: 999999;
	/* Specify the width of your pageslide here */
    width: 100%;
	height: 100%;
	/* These styles are optional, and describe how the pageslide will look */
    background-color: #000;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
}
#pageslide ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	margin-top: 30px;
}
#pageslide ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	list-style-type: none;
	background-image: url(../img/arrow5.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 28px;
	letter-spacing: 1px;
}
#pageslide ul li a {
	color: #FFF;
	display: block;
	padding: 12px 0 10px 0;
	width: 100%;
}
h3 , h4{
	font-size: 24px;
}
p, th, td {
	font-size: 24px;
	line-height: 160%;
}
ol li, ul li, dl {
	font-size: 24px;
	line-height: 160%;
}
img {
	border: 0;
	margin: 0px;
	padding: 0px;
	-ms-interpolation-mode: bicubic;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
}
a:hover img {
	filter: Alpha(opacity=90);
	opacity:0.8;
}
a:hover .noalpha {
	filter: Alpha(opacity=100);
	opacity:1;
}
#content {
	text-align: left;
	padding-bottom: 20px;
}
#content .post-entry {
	padding: 16px 0;
}
.post-tit {
	font-size: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding: 0 16px 16px 16px;
}
.post-entry p {
	margin-bottom: 20px;
}
#topmenu li {
	list-style-type: none;
}
#topmenu li img:nth-child(odd) {
 float: left;
 width: 50%;
}
#topmenu li img {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
}
.midashi {
	background-color: #000;
	color: #FFF;
	height: 44px;
	font-size: 28px;
	line-height: 155%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 2px;
	clear: both;
	padding: 7px 10px 7px 15px;
}
.midashi span {
	float: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight: normal;
}
.midashi2 {
	background-color: #000;
	color: #FFF;
	font-size: 25px;
	clear: both;
	padding: 7px 15px;
	letter-spacing: 1px;
}
.midashi3 {
	background-color: #000;
	color: #FFF;
	font-size: 25px;
	clear: both;
	padding: 7px 15px;
	margin-bottom:20px;
	letter-spacing: 1px;
}
.feedlist {
	margin-bottom: 30px;
}
.feedlist section {
	padding: 16px 16px 17px 16px;
}
.feedlist section:nth-child(even) {
 border: solid 1px;
 border-color: #fff transparent #ccc;
}
.feedlist section:nth-child(odd) {
 background-color: #ECECEC;
 border: solid 1px;
 border-color: #fff transparent #ccc;
}
.feedlist section a {
	padding-right:35px;
	display:block;
	overflow:hidden;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
/*	カテゴリ画像　*/
.feedlist section figure {
	width: 170px;
	height: 170px;
	overflow:hidden;
	float:left;
	padding-right: 20px;
}
.feedlist section figure img {
	display: inline;
	float: left;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 170px;
}
 @media screen and (min-width:480px) {
 .feedlist section figure {
 padding-bottom:0.5%;
}
}
/*	カテゴリ画像の説明文字　*/
.feedlist section div {
	float: left;
	width: 65%;
}
.feedlist section div .day {
	line-height: 140%;
	height: 35px;
}
.feedlist section div h2 {
	font-size: 26px;
	line-height: 130%;
	padding: 5px 0;
}
.feedlist section div p {
	font-size: 22px;
	line-height: 130%;
}
/*	カテゴリアイコン　*/
.cat-life .day {
	background-image: url(../img/icon_life.gif);
	background-repeat: no-repeat;
	padding-left: 155px;
}
.cat-recipe .day {
	background-image: url(../img/icon_recipe.gif);
	background-repeat: no-repeat;
	padding-left: 100px;
}
.t_box {
	padding: 0 16px 10px 16px;
}
.t_box p, .t_box ul .t_box ol {
	padding-bottom: 20px;
}
.t_box2 {
	padding: 0 16px 30px 16px;
}
.t_box2 p, .t_box2 ul .t_box2 ol {
	padding-bottom: 20px;
}
.t_box2 ul {
	margin-left: 30px;
}
.t_box2 ol {
	margin-left: 40px;
}
.t_red {
	color: #900;
}
.t_green {
	color: #657641;
}
footer {
	clear: both;
}
footer .menulist {
	margin: 15px 0 0 0;
}
footer .menulist:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
footer .menulist ul {
	border-left: 1px solid #fff;
}
footer .menulist ul li {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: 0px;
	background-color: #ECECEC;
	background-image: url(../img/arrow2.png);
	background-position: right center;
	background-repeat: no-repeat;
	font-size: 24px;
}
footer .menulist ul li:nth-child(odd) {
 float: left;
 width: 50%;
}
footer .menulist ul li a {
	display: block;
	height: 45px;
	margin: 0px;
	padding: 15px 10px 9px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	color: #333;
}
footer .footinfo {
	margin: 0;
}
footer .footinfo:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
footer .footinfo ul {
}
footer .footinfo ul li {
	margin: 0px;
	padding: 20px 0;
	font-size: 22px;
	text-align: center;
	list-style-type: none;
}
footer .footinfo ul li:nth-child(odd) {
 float: left;
 width: 50%;
}
footer .footinfo ul li a {
	height: 45px;
	margin: 0px;
	padding: 20px 10px 14px 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	color: #657641;
	font-weight: bold;
}

.iconsp {
	background-image: url(../img/icon_sp.png);
	background-repeat: no-repeat;
	background-position: 0 23px;
}
.iconpc {
	background-image: url(../img/icon_pc.png);
	background-repeat: no-repeat;
	background-position: 0 23px;
}


#copyright {
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	background-image: -moz-linear-gradient(top, #fdfdfd, #d5d6d4);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fdfdfd), to(#d5d6d4));
	background-image: -o-linear-gradient(top, #fdfdfd, #d5d6d4);
	background-image: linear-gradient(top, #fdfdfd, #d5d6d4);
	padding:15px;
	border:solid 1px #9CA695;
	border-top:solid 1px #D7E5CF;
	color: #333;
}
#pagetop {
	padding: 16px 16px 16px 30px;
	background-image: url(../img/arrow4.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 22px;
	line-height: 120%;
}

#accordion {
	cursor: hand;
}
#sns_icon {
	padding-left: 16px;
}
#sns_icon li {
	float: left;
	list-style-type: none;
	width: 31%;
	padding-bottom: 20px;
}
/* SNSボタン系
----------------------------------------------- */
#snsbtn {
	height: 23px;
	list-style-image: none !important;
	list-style-position: outside;
	list-style-type: none;
	margin: 2px 0 10px 16px;
	clear: both;
}
#snsbtn li {
	float: left;
	padding-right: 12px;
}
.fb-like {
	padding-bottom: 5px;
}
.twi {
	width: 80px;
}
.g-plusone {
	padding: 25px 0 0 10px;
}
.clr {
	clear: both;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.mg_t5 {
	margin-top: 5px;
}
.mg_t10 {
	margin-top: 10px;
}
.mg_t20 {
	margin-top: 20px;
}
.mg_t30 {
	margin-top: 30px;
}
.mg_t50 {
	margin-top: 50px;
}
.mg_tb15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mg_tb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mg_tb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mg_tb50 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.mg_b5 {
	margin-bottom: 5px;
}
.mg_b10 {
	margin-bottom: 10px;
}
.mg_b20 {
	margin-bottom: 20px;
}
.mg_b30 {
	margin-bottom: 30px;
}
.mg_b35 {
	margin-bottom: 35px;
}
.mg_b50 {
	margin-bottom: 50px;
}
.mg_b60 {
	margin-bottom: 60px;
}
.mg_r7 {
	margin-right: 7px;
}
.mg_r10 {
	margin-right: 10px;
}
.mg_r20 {
	margin-right: 20px;
}
.mg_r30 {
	margin-right: 30px;
}
.mg_l16 {
	margin-left: 16px;
}
.mg_l20 {
	margin-left: 20px;
}
.mg_l30 {
	margin-left: 30px;
}
.mg_l40 {
	margin-left: 40px;
}
.pd_t15 {
	padding-top: 15px;
}
.icon a {
	background-image: url(../img/icon2.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 13px;
}
.btn {
	background: #EEE;
	border: 1px solid #DDD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #111;
	width: 100%;
	padding: 10px 0;
	text-align: center;
}
.btn2 {
	background: -moz-linear-gradient(top, #FFF 0%, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	border: 1px solid #ccc;
	color:#111;
	padding: 13px;
}
.link_a {
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	padding: 3px 8px;
	border: 1px solid #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #666;
}
.infobtn {
	padding-bottom:20px;
}
.infobtn li {
	margin: 0 16px 10px 16px;
	padding: 20px;
	background: #000;
	list-style-type: none;
	background-image: url(../img/arrow5.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	border: 1px solid #000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 28px;
	letter-spacing: 2px;
}
.infobtn a {
	color: #fff;
	display: block;
}
.noli li {
	list-style-type: none;
}
.yokoli li {
	list-style-type: none;
	float: left;
	line-height: 0px;
}
dl.b_table {
	padding: 0 16px 30px 16px;
	overflow: auto;
}
dl.b_table dt {
	clear: left;
	float: left;
	width: 30%;
	padding: 15px 0;
	font-weight: bold;
	line-height: 150%;
}
dl.b_table dd {
	line-height: 150%;
	border-bottom: 1px #CCCCCC solid;
	padding: 15px 0 15px 35%;
}
dl.b_table dd:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



.menulist2 ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	margin-top: 30px;
}
.menulist2 ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	list-style-type: none;
	background-image: url(../img/arrow2.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 28px;
	letter-spacing: 1px;
}
.menulist2 ul li a {
	color: #000;
	display: block;
	padding: 12px 0 10px 0;
	width: 100%;
}
