@charset "shift_jis";
/* =========================================

nasuluckitchen > blog > contents.css

title : 料理ブログ
scope : main共通
 
last modify : 2016/09/26 183_aoyama　ページナビ下部 バナー追加

2016/03/02 227_suzuki ブログ改修 #8052
2015/07/07 222_souda タイトルの可変対応、タブレット向けアキ修正
memo : 
============================================ */

#main {
	float:left;
	width:640px;
	margin:0;
	padding-top: 28px;
}

.clearfix:after {
	content: "";
  display: block;
  clear: both;
}

/*　リード文--------------------------------------------------------*/

#contents .lead_text {
	font-size: 17px;
	line-height: 1.6;
	margin: 0 auto 40px;
	width: 680px;
	/*width: 45em;*/
}

/*　ブログ記事部分--------------------------------------------------------*/

/* 記事背景 */
#main div.main_header {
	display:block;
	width:640px;
	margin:0;
	padding-top:24px;
	background:url(/blog/image_cmn/main_header.gif) no-repeat 0 0;
}
		
#main div.outline {
	height:110px;
	background:url(/blog/image_cmn/main_top_txt_ttl.gif) no-repeat 0 0;
	position:relative;
}

/* トップページの最新タブ背景*/
#main div.outline h2.tab_new {
	position:absolute;
	width:178px;
	height:34px;
	top: -70px;
	left: 15px;
} 

#main div.outline h2.title_new {
	position:absolute;
	width: 520px;
	height: 34px;
	top: -67px;
	left: 15px;
} 

/*　先生の写真がある場合　*/
#main div.outline img.writer {
	position:absolute;
	top:15px;
	left:30px;
}
#main div.outline span.data {
	color:#C33;
	font-weight:bold;
	position:absolute;
	top:15px;
	left:130px;
}

/* タイトルの可変対応 */	
#main div.outline .ttl {
	width:430px;
	padding:5px 0 5px 55px;
	color:#6c4d21;
	font-weight:bold;
	font-size:19px;
	line-height:1.5;
	background:url(/blog/image_cmn/main_ttl_bgline.gif) no-repeat 0 bottom;
	position:absolute;
	top:40px;
	left:130px;
	min-height:40px;
}

#main div.outline span.rss {
	position:absolute;
	top: -52px;
	left:564px;
}
	
/* 文章 */
#main div.articleArea {
	margin: 0 0 20px 0;
	padding:0;
	background:url(/blog/image_cmn/main_txt_bg.jpg) repeat-y 0 0;
}

#main div.articleArea div.txt_passage {
	padding:25px 50px 10px;
	background:url(/blog/image_cmn/main_txt_header.gif) no-repeat 0 0;
}
#main div.articleArea div.txt_passage p {
	padding:10px 0;
	/*line-height:1.5;*/
	color:#000;
	vertical-align:middle;
}
	
#main div.articleArea div.txt_passage .style1 {
	font-size:120%;
	color:#F36;
}
#main div.articleArea div.txt_passage .style2 {
	font-size:120%;
	color:#090;
}
#main div.articleArea div.txt_passage .style3 {
	font-size:120%;
	color:#F30;
}

.illust {
	width:640px;
	margin: 0 auto;
	text-align: center;
}

#base .illust img {
	border: 1px solid #aaa;
}

/* リンク部分 */
#main div.articleArea div.bottom_menu {
	width:640px;
	padding: 0 0 30px;
	margin: 10px 0 0 0;
	background:url(/blog/image_cmn/main_footer.jpg) no-repeat 0 bottom;
}
#main div.articleArea div.bottom_menu ul {
	width:620px;
	padding:0 20px 0 0;
}

/*--- CLEAR FIX --*/
#main div.articleArea div.bottom_menu ul:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	
#main div.articleArea div.bottom_menu ul {display: inline-block;} 

#main div.articleArea div.bottom_menu ul li {
	float:right;
	list-style:none;
	margin:0;
	padding:4px 10px 3px 25px;
	font-size: 17px;
}
#main div.articleArea div.bottom_menu ul li.memo {background: url(/blog/image_cmn/icon_memo.gif) no-repeat 0 center;}
#main div.articleArea div.bottom_menu ul li.apple {background: url(/blog/image_cmn/icon_app.gif) no-repeat 0 center;}
/*#main div.articleArea div.bottom_menu ul li.rss { margin-top:-5px; padding:0;}*/
#main div.articleArea div.bottom_menu a { color:#6F3700;}
#main div.articleArea div.bottom_menu a:hover { color:#F63;} 	

/*　ページ送り部分--------------------------------------------------------*/

.mod_page_nav{
	width: 630px;
	margin:0 auto;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.mod_page_nav a{
	display:inline-block;
	vertical-align:top;
}
.mod_page_nav a:first-child,
.mod_page_nav > img:first-child{
	margin-right: 6px;
}
.mod_page_nav a:last-child,
.mod_page_nav > a+img:first-child{
	margin-left: 6px;
}
.mod_page_nav a[href]:hover{
	opacity:0.8;
}

/*　ページナビ下部 バナー追加--------------------------------------------------------*/
.bnr_box {
	width:620px;
	margin:30px auto 10px;
	padding:20px 10px;
	background:#f2f6e2;
}
.bnr_box:after {
	content:"";
	clear:both;
	display:block;
}
.bnr_box > div {
	width:260px;
	float:left;
	margin:0 25px 15px;
	background:#fff;
}
.bnr_box > div:nth-last-of-type(1),
.bnr_box > div:nth-last-of-type(2){
	margin-bottom:0;
}

.bnr_box img.bd {
	border:1px solid #aaa!important;	
}

.bnr_box > div.center {
	float:none;
	margin:0 auto 20px;
}
.bnr_box a:hover img {
	opacity:.7;
}
@media screen and (max-device-width: 1024px) {
	a:hover img {
		opacity: 1!important;
	}
}

/* ページナビ下部 バナー追加 */
#base .bnr {
  box-sizing: border-box;
  width:100%;
  margin:30px auto 10px;
  padding: 1.5em 20px;
  background:#fffcf1;
  clear: both;
}

#base .bnr .box_group {
  margin-top: 2em;
  width: 100%;
}

#base .bnr .box_group:first-of-type {
  margin-top: 0;
}

#base .bnr .ttl {
  background: #9c7b48;
  box-shadow:2px 2px 5px 0px #bdc1b2;;
  color: #fff;
  font-size: 25px;
  line-height: 1em;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0.3em 0;
  width: 100%;
}

#base .bnr .box_group ul {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 850px;
}

#base .bnr .box_group ul li {
  margin-top: 1em;
  margin-left: 1em;
  width: 270px!important;
}

#base .bnr .box_group ul li img {
  width: 270px!important;
	height: 68px!important;
}

#base .bnr .box_group ul li:nth-child(3n+1),
#base .bnr .box_group ul li:first-child {
  margin-left: 0
}

#base .bnr .box_group ul li a {
  display: block;
}

#base .bnr .box_group ul li a:hover {
  opacity: .8;
  transition: .5s all;
}

/* ad area */

.ad_blog .ad_zone {
	float:left;
	width:300px;
	height:250px;
	margin-right: 28px;
}

.ad_blog {
	overflow: hidden;
	width:630px;
	margin:35px auto 15px;
}
