@charset "utf-8";
/*
Theme Name: NIIDA BUSSAN
Theme URI: 
Description: 
Version: 1.0
Author: cate_title
Author URI: 
*/


/* default style - 基本設定・共通のベース枠
----------------------------------------------------------- */
@import url("./css/layout.css");

/* 各ページのスタイル
----------------------------------------------------------- */
@import url("./css/sub.css");

/* カート関連スタイル
----------------------------------------------------------- */
/*@import url("./css/cart.css");*/

/* エディタ共用のスタイル
----------------------------------------------------------- */
/*
@import url("./css/style-edit.css");
*/


/* print style - 印刷用スタイル
----------------------------------------------------------- */
/*@import url("print.css");*/



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

 WP固有・エントリー関連

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

.entry-content{}
.entry-content p{
	margin:2px 0px 12px 0px;
	line-height:1.6em;
	}
.entry-content ul{
	margin:2px 10px 14px 20px;}
.entry-content ol{
	list-style-type:decimal;
	margin:2px 10px 14px 30px;	}	
.entry-content ul li,
.entry-content ol li{
	line-height:1.4em;	
}

/*
.entry{
	padding:3%;}*/

/*タイトル*/




.sub_page h3,
.sub_page h4,
.sub_page h5{
	clear:both;

}


.entry-content ul,
.entry ul{ margin:0 0 10px 10px;}

.entry-content ul li,
.entry ul li{
	padding:5px 5px  5px  20px;
	}

.entry-content p,
.entry p{
	margin-bottom:15px;
	font-size:90%;
	line-height:1.6em;
/*	text-indent:1em;*/
}


table{
	border-collapse:collapse;
	width:100%;
	margin-bottom:15px;
	}

table th,
table td{
	padding:7px;
	border:1px solid #DDD;
	}

table th{
	font-weight:bold;
	background: #EEE;
	}

/*


table td{
	background:url(images/common/bg_td.png) ;
	}

.entry-content table.tbl_normal{
	border-collapse:collapse;
	}
.entry-content table.tbl_normal th{}
.entry-content table.tbl_normal td{}
.entry-content table.tbl_simple{
	border-collapse:collapse;
	}
.entry-content table.tbl_simple th{
	padding:8px;}
.entry-content table.tbl_simple td{
	padding:8px;
	border-bottom:1px solid #DDD;
	font-size:14px;
	}
*/
blockquote{
	background:#FDEEEA;
	padding:15px 15px;
	margin-bottom:20px;
	
	}
blockquote h4{
	color:#DD4668;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho",serif;
	font-size:18px;
	text-align:center;
	}
	
/*
----------------------------------------------------------------------*/
.thum{ border:5px solid #EEE;}
	

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

 WP　固有

-------------------------------------------------------------------------------------*/
/*#sidebar ul{ list-style-type:none !important;}*/

.widget-container{ font-size:13px;}
.widget-container h3{
	background:#000;
	text-align:center;
	color:#FFF;
	padding:3px;
	margin-bottom:3px;
	font-size:14px;}
#wp-calendar{
	width:266px;
	border-collapse:collapse;
	margin-bottom:5px;}
#wp-calendar caption{
	background:#999;
	color:#FFF;
	font-size:13px;
	padding:3px;
	}
#wp-calendar th{ text-align:center;
border:1px solid #DDD;
font-size:12px;
background:#EEE;}
#wp-calendar td{ text-align:center;
border:1px solid #DDD;
font-size:14px;
}

.blogInfoUp{}
.blogInfoUp .cal{
	list-style-type:none;
	text-align:right;
	font-size:13px;
	padding:0;
	margin:0;
	}
	
.blogInfoBtm{
		clear:both;
		zoom:100%;
		padding:10px;
		margin:30px 0 10px 0;

}

.blogInfoBtm:after{
content:"";
display:block;
clear:both;
}
.blogInfoBtm ul{
	padding:0;
	list-style-type:none;
	}
.blogInfoBtm ul li{
	font-size:12px;
	padding:2px 5px;
	}
.blogInfoBtm ul li.cat{
	background:#000;
	float:left;
	}
	
.blogInfoBtm ul .cat a{
	color:#FFF;
	text-decoration:none;}

.more-link{
	clear:both;
	background:url(images/common/btn_detail.gif) no-repeat;
	display:block;
	width:83px;
	height:17px;
	text-indent:-9999px;
	float:right;
	}
.edit_link{
	clear:both;
}
.edit_link a{
	display:block;
	padding:3px;
		background-color:#ECF7FF;
		color:#000;
		text-align:center;}

.edit_link a:hover{
	background-color:#9CC;
	text-decoration:none;
}
/*ページ送り*/
.nav-below{}
.nav-below span{
	display:block;
	}
.nav-below span a{
	font-size:12px;
	color:#333;
}
.nav-below span.prev{
	float:left;
	}
.nav-below span.next{
	float:right;
	}

/**/
.navBelow {text-align:center; padding:5%;}
.navBelow a{ margin-right:10px; font-size:15px;}

.blog{}




.alignleft{
	float:left;
	}
/*ページ別使用*/

.tbl_seibun{
	border-collapse:collapse;}
.tbl_seibun td{
	vertical-align:top;
	padding:3px 3px 15px 3px;
	font-size:12px;
	margin-bottom:5px;
	line-height:1.3em;
	}
.tbl_seibun td h3{
	font-size:15px;
	color:#C36;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin-bottom:5px;
	}

/*成分表*/
.side_seibun{
	border:#322C8F solid 5px;
	margin-bottom:15px;

}
.side_seibun table{
	border-collapse:collapse;
}
.side_seibun table th,
.side_seibun table td{
	border:1px solid #EEE;
	font-size:12px;
	}
.side_seibun table th{
	text-align:center;
	padding:8px;
	background:#303E8D;	

	color:#FFF;
	line-height:1.1em;
	
	}
.side_seibun table td{
	padding:1px 1px 1px 5px;
	}

.side_seibun table td a{
	display:block;
	}

.side_seibun table td a:hover{
	background:#CCC;
	color:#036;
	text-decoration:none;
}

#ingredient{}
#ingredient h4{
	clear:both;
	margin-bottom:10px;
	}
#ingredient .alignleft{
	padding:0 30px 30px 0px;
	}
#ingredient p{
	font-size:19px;}

.aligncenter{ text-align:center !important; margin:auto;}


