@charset "UTF-8";
 
/*=========================================================================
Type : Specified Directory IndexPages Layout
Page : /recipe/
=========================================================================*/

/* Common Import Setting
--------------------------------------------- */

/* Basic Setting */
@import "/css/common_basic.css";

/* Whole Layout */
@import "/css/common_layout.css";

/* ReWrite Common Layout
--------------------------------------------- */
/* localNav */
div#localNav{
	height:20px;
	background:url(/images/common/locnav_bg_large.gif) repeat-x 0px 0px;
	overflow:hidden;
}

/* Common Layout
--------------------------------------------- */
/* manga */
body#manga div#coMain .header div {
	margin-left:50px;
	width:580px;
	height:99px;
	background:url(/images/manga/header.gif) no-repeat;
	text-indent:-9999px;
}
body#manga div#coMain .header h1 {
	font-size:155%;
	font-weight:bold;
	text-align:center;
}
body#manga h2 {
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 12px;
	background-color: transparent;
	background-image: url(/images/item/common/title_middle_bg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px bottom;
	font-size: 1.1em;
	font-weight: bold;
}
body#manga div#coMain ul.mangaContents {
	margin:30px 0 200px 70px;
	width:540px
}
body#manga div#coMain ul.mangaContents li {
	margin-bottom:5px;
}
body#manga div#coMain ul.mangaContents li a {
	padding:12px 0 12px 95px;
	border:1px solid #ccc;
	display:block;
	width:445px;
	min-height:21px;
	height: auto !important;
	height:21px;
	position:relative;
	top:0;
	left:0;
	overflow:hidden;
	font-size:115%;
	font-weight:bold;
}
body#manga div#coMain ul.mangaContents li a img {
	margin-top:1px;
	position:absolute;
	z-index:1;
}
body#manga div#coMain ul.mangaContents li a.manga01 {
	background:url(/images/manga/icon_manga01.gif) left center no-repeat;
}
body#manga div#coMain ul.mangaContents li a.manga02 {
	background:url(/images/manga/icon_manga02.gif) left center no-repeat;
}
body#manga div#coMain ul.mangaContents li a.manga03 {
	background:url(/images/manga/icon_manga03.gif) left center no-repeat;
}
body#manga div#coMain ul.mangaContents li a.manga04 {
	background:url(/images/manga/icon_manga04.gif) left center no-repeat;
}
body#manga div#coMain ul.mangaContents li a.manga05 {
	background:url(/images/manga/05/icon_manga05.gif) left center no-repeat;
}
body#manga div#coMain ul.mangaContents li a.manga06 {
	background:url(/images/manga/06/icon_manga06.gif) left center no-repeat;
}
body#manga div#coMain ul.mangaContents li a.manga07 {
	background:url(/images/manga/07/icon_manga07.gif) left center no-repeat;
}
body#manga div#coMain ul.mangaContents li a.manga08 {
	background:url(/images/manga/08/icon_manga08.gif) left center no-repeat;
}
body#manga div#coMain ul.mangaContents li a.manga09 {
	background:url(/images/manga/09/icon_manga09.gif) left center no-repeat;
}
body#manga div#coMain ul.mangaContents li a.manga10 {
	background:url(/images/manga/10/icon_manga10.gif) left center no-repeat;
}
body#manga div#coMain ul.mangaContents li a.manga11 {
	background:url(/images/manga/11/icon_manga11.gif) left center no-repeat;
}
body#manga div#coMain ul.mangaContents li a.manga12 {
	background:url(/images/manga/12/icon_manga12.gif) left center no-repeat;
}
body#manga div#coMain ul.mangaContents li a.manga13 {
	background:url(/images/manga/13/icon_manga13.gif) left center no-repeat;
}
body#manga div#coMain ul.mangaContents li a.manga14 {
	background:url(/images/manga/14/icon_manga14.gif) left center no-repeat;
}
body#manga div#coMain ul.mangaContents li a.manga15 {
	background:url(/images/manga/15/icon_manga15.gif) left center no-repeat;
}
body#manga div#coMain ul.mangaContents li a.manga16 {
	background:url(/images/manga/16/icon_manga16.gif) left center no-repeat;
}
body#manga div#coMain ul.mangaContents li a.manga17 {
	background:url(/images/manga/17/icon_manga17.gif) left center no-repeat;
}
body#manga div#coMain ul.mangaContents li a.manga18 {
	background:url(/images/manga/18/icon_manga18.gif) left center no-repeat;
}
body#manga div#coMain ul.mangaContents li a.manga19 {
	background:url(/images/manga/19/icon_manga19.gif) left center no-repeat;
}
body#manga div#coMain ul.mangaContents li a.manga20 {
	background:url(/images/manga/20/icon_manga20.gif) left center no-repeat;
}
body#manga div#coMain ul.mangaContents li a.manga21 {
	background:url(/images/manga/21/icon_manga21.gif) left center no-repeat;
}

body#manga div#coMain .manga {
	margin:0;
	padding:0;
	text-align:center;
}

body#manga div#coMain .pageNavi {
	margin:10px 0 20px;
	text-align:center;
}


/* itemMainWrapper */
div#coMain div.itemMainWrapper{
	padding:5px 0 0 20px;
}

div#coMain div.itemMainWrapper table.hinabe{
	margin:30px auto 20px;
}
div#coMain div.itemMainWrapper table.hinabe td.info{
	padding:10px 0 0 10px;
}

div#coMain div.itemMainWrapper p.recommend {
	margin:30px 0 20px 30px;
}
div#coMain div.itemMainWrapper .explain {
	width:640px;
	margin-bottom:10px;
}

div#coMain div.itemMainWrapper dl.entry dt{
	margin-top:15px;
	font-size:1.1em;
	font-weight:bold;
}
div#coMain div.itemMainWrapper dl.entry dd{
	padding-left:0.6em;
	text-indent:-0.6em;
	margin-left:15px;
}
div#coMain div.itemMainWrapper div.arrow{
	margin:30px 0 20px 180px;
}

/* itemMainArea */
div#coMain div.itemMainArea{
	width:650px;
	margin-bottom:20px;
}
div#coMain div.itemMainArea div.pict{
	float:left;
	width:310px;
}

div#coMain div.itemMainArea div.pict p.icon {
	margin-top:7px;
}

div#coMain div.itemMainArea div.pict p.icon img {
	margin-right:10px;
}

div#coMain div.itemMainArea div.nameBtn{
	float:right;
	width:330px;
}
div#coMain div.itemMainArea div.nameBtn p.copy{
	margin-bottom:0.1em;
	color:#d00;
	font-size:1.1em;
}
div#coMain div.itemMainArea div.nameBtn h3{
	margin-bottom:0.1em;
	font-size:1.7em;
	font-weight:bold;
	line-height:1.1;
}

div#coMain div.itemMainArea div.nameBtn p.itemLead {
	margin-top:10px;
	width:260px;
}


/* p.price_s通常価格 */
div#coMain div.itemMainArea div.nameBtn p.price_s{
	margin:10px 0px 0px;
}
div#coMain div.itemMainArea div.nameBtn p.price_s span{
	font-size:1em;
	font-weight:bold;
	color: #666;
}
div#coMain div.itemMainArea div.nameBtn p.price_s em{
	margin:0px 0px 0px 0.2em;
	color:#666;
	font-size:1.3em;
	font-weight:bold;
}
/* p.price_sキャンペーン価格 */
div#coMain div.itemMainArea div.nameBtn p.price_c{
	margin-bottom:10px;
}
div#coMain div.itemMainArea div.nameBtn p.price_c span{
	font-size:1.1em;
	font-weight:bold;
	color: #FF0000;
}
div#coMain div.itemMainArea div.nameBtn p.price_c em{
	margin:0px 0.3em;
	color:#d00;
	font-size:1.7em;
	font-weight:bold;
}


div#coMain div.itemMainArea div.nameBtn p.price{
	margin-bottom:10px;
}
div#coMain div.itemMainArea div.nameBtn p.price span{
	font-size:1.1em;
	font-weight:bold;
}
div#coMain div.itemMainArea div.nameBtn p.price em{
	margin:0px 0.3em;
	color:#d00;
	font-size:1.7em;
	font-weight:bold;
}
div#coMain div.itemMainArea div.nameBtn ul.form{
	width:200px;
}
div#coMain div.itemMainArea div.nameBtn ul.form li{
	margin-bottom:10px;
}
div#coMain div.itemMainArea div.nameBtn ul.form li.quantity{
	text-align:right;
}
div#coMain div.itemMainArea div.nameBtn ul.form li.quantity span{
	margin-right:1.0em;
}
div#coMain div.itemMainArea div.nameBtn ul.form li.btn a{
	display:block;
	width:200px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-indent:-9999px;
	overflow:hidden;
}
div#coMain div.itemMainArea div.nameBtn ul.form li.btn.addCart a{
	height:35px;
	background-image:url(/images/common/main_btn_addcart.gif);
}
div#coMain div.itemMainArea div.nameBtn ul.form li.btn.addFavorite a{
	height:30px;
	background-image:url(/images/common/main_btn_addfavorite.gif);
}
div#coMain div.itemMainArea div.nameBtn ul.form li.btn.addCart a:hover{
	background-position:0px -35px;
}
div#coMain div.itemMainArea div.nameBtn ul.form li.btn.addFavorite a:hover{
	background-position:0px -30px;
}
/* specTable */
div#coMain div.specTable{
	margin-bottom:20px;
}
div#coMain div.specTable table{
	width:100%;
}
div#coMain div.specTable table th,
div#coMain div.specTable table td{
	padding:5px 15px;
	border:#666 solid 1px;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}
div#coMain div.specTable table th{
	white-space:nowrap;
}
div#coMain div.specTable table td{
}



div#coMain .itemInfomation {
	margin:20px 0 15px 15px;
	padding:10px 15px;
	width:620px;
	border:#F60 solid 2px;
}

div#coMain .itemInfomation p {
	margin-bottom:15px;
	font-size:1.3em;
	font-weight:bold;
}

div#coMain .itemInfomation .emphasis {
	color:#F00;
	font-size:1.4em;
	font-weight:bold;
}

div#coMain .itemInfomation .detailLink {
	text-align:right;
	font-size:1.3em;
	font-weight:bold;
}

/*---------------------------------
.dietPlanBlock
---------------------------------*/
div#coMain .dietPlanBlock {
	padding:5px 0 30px;
}

div#coMain .dietPlanBlock table {
	margin-bottom:15px;
	width:100%;
	border:1px solid #A21700;
	border-collapse:separate;
	border-spacing:2px;
}

div#coMain .dietPlanBlock table tr.itemRow th {
	color:#FFF;
	border-right:1px solid #6F1100;
	border-bottom:1px solid #6F1100;
	background-color:#A21700;
	font-weight:bold;
	text-align:center;
}

div#coMain .dietPlanBlock table th,
div#coMain .dietPlanBlock table td {
	padding:7px;
	border-right:1px solid #A21700;
	border-bottom:1px solid #A21700;
	vertical-align:middle;
}

div#coMain .dietPlanBlock table th {
	background-color:#FFF5F4;
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
}

div#coMain .dietPlanBlock table th.name {
	width:60px;
}

div#coMain .dietPlanBlock table td {
	text-align:right;
}

div#coMain .dietPlanBlock table td.faceBold {
	color:#F00;
	font-size:1.4em;
	font-weight:bold;
}

div#coMain .dietPlanBlock table td.supplement {
	text-align:left;
}

div#coMain .dietPlanBlock p {
	margin-bottom:15px;
}

div#coMain .dietPlanBlock p.center {
	text-align:center;
}

div#coMain .dietPlanBlock p.center a {
	color:#FF4617;
	font-size:1.2em;
	font-weight:bold;
}

/*---------------------------------
.bannerBlock
---------------------------------*/
div#coMain .bannerBlock {
	padding-bottom:30px;
}

div#coMain .bannerBlock .catch {
	margin-bottom:5px;
	color:#CE0106;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
}

div#coMain .bannerBlock .catch a {
	color:#C2920C;
	font-weight:bold;
}

/*---------------------------------
.refinancingBlock
---------------------------------*/
div#coMain .refinancingBlock {
	margin:0 auto;
	padding-bottom:7px;
	width:630px;
	background:url(/images/manga/16/refinancing_bottom.gif) no-repeat left bottom;
}

div#coMain .refinancingBlock .refinancingBox {
	padding:0 16px 0 17px;
	width:595px;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}

div#coMain .refinancingBlock .refinancingBox .leftBox {
	float:left;
	width:283px;
}

div#coMain .refinancingBlock .refinancingBox .arrow {
	padding:49px 6px 51px 9px;
	float:left;
}

div#coMain .refinancingBlock .refinancingBox .rightBox {
	float:left;
	width:282px;
}

div#coMain .refinancingBlock .refinancingBox .clear {
	padding-bottom:4px;
	display:block;
}

div#coMain .refinancingBlock .refinancingBox ul {
	padding:10px 0 4px;
}

div#coMain .refinancingBlock .refinancingBox ul li {
	padding-left:1em;
	text-indent:-1em;
	font-size:89%;
}

/*---------------------------------
.homeLoanBlock
---------------------------------*/
div#coMain .homeLoanBlock {
	margin:25px auto 40px;
	width:630px;
}

div#coMain .homeLoanBlock .catch {
	margin:0 auto;
	width:425px;
	display:block;
}

div#coMain .homeLoanBlock .requestArea {
	margin:20px 0 26px;
	padding-top:19px;
	width:630px;
	background: url(/images/manga/16/request_box_top.gif) no-repeat left top;
}

div#coMain .homeLoanBlock .requestBox {
	height:106px;
	padding:3px 23px 5px;
	background: url(/images/manga/16/request_box_bg.gif) no-repeat left bottom;
}

div#coMain .homeLoanBlock .requestBox .requestLeft {
	width:266px;
	margin-right:52px;
	text-align:center;
	float:left;
}

div#coMain .homeLoanBlock .requestBox .requestLeft a {
	width:266px;
	height:63px;
	margin-bottom:6px;
	display:block;
	background: #FFFAE6 url(/images/manga/16/button_borrowing.gif) no-repeat left top;
	overflow:hidden;
	text-indent:-9999px;
}

div#coMain .homeLoanBlock .requestBox .requestLeft a:hover {
	background-position:0 -63px;
}

div#coMain .homeLoanBlock .requestBox .requestRight {
	width:266px;
	text-align:center;
	float:left;
}

div#coMain .homeLoanBlock .requestBox .requestRight a {
	width:266px;
	height:63px;
	margin-bottom:6px;
	display:block;
	background: #FFFAE6 url(/images/manga/16/button_refinancing.gif) no-repeat left top;
	overflow:hidden;
	text-indent:-9999px;
}

div#coMain .homeLoanBlock .requestBox .requestRight a:hover {
	background-position:0 -63px;
}

div#coMain .homeLoanBlock .freeDialArea {
	background:url(/images/manga/16/freedial_bottom.gif) no-repeat left bottom;
	padding-bottom:7px;
}

div#coMain .homeLoanBlock .freeDialArea .freeDialBox {
	background: url(/images/manga/16/freedial_bg.gif) repeat-y left top;
}

div#coMain .homeLoanBlock .freeDialArea .freeDialBlock {
	background:url(/images/manga/16/freedial_top.gif) no-repeat left top;
	padding-top:7px;
	text-align:left;
}

div#coMain .homeLoanBlock .freeDialArea .freeDialBlock a {
	width:300px;
	margin-left:304px;
	padding:3px 0 3px 24px;
	display:block;
	font-weight:bold;
	background:url(/images/manga/16/freedial_icon.gif) no-repeat left 0.5em;
}


