@charset "UTF-8";


/*--------------------------------------------------------
1、サイト全体の背景設定
------------------------------------------------------*/

#container{ background-color: #fff; }


/*--------------------------------------------------------
2、サイト全体の共通設定
-------------------------------------------------------*/

body{ color: #333; }

/*●リンク文字*/
a{ text-decoration: underline; }

a:link,
a:visited{ color: #39f; }
a:hover,
a:active{ color: #f60; }

input{padding:2px 5px;}

.article ol {margin-left:20px!important;}

.article li {margin-left:20px!important;}

/*--------------------------------------------------------
3、エリアの設定
--------------------------------------------------------*/

#container{
	position: relative;
	padding-top: 25px;
}


/*--------------------------------------------------------
トップ
--------------------------------------------------------*/

#top{
	position: absolute;
	top: 0em;
	right:2em;
	background: none;
	font-size: 1em;
}

#top-in{
	position: relative;
	padding: 0px 0;
}

#goto_bland{
	
	padding-top:2em;
	float:right;
	}
	
#goto_bland a{
	background: url(images/header/header_link_bland.gif) left center no-repeat;
	width:319px;
	height:21px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
	
#bt-cart{
	clear:right;
	padding-top:2em;
	float:right;
	}



/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header{
	background-color: #fff;
	font-size: 1.2em;
	width:900px;
	margin-bottom:10px;
}

#header-in{
	padding: 0;
	margin:13px 10px 13px 10px;
	position:relative;
	}

/*●ヘッダーロゴ（メインタイトル）*/
#header #header-title{
	float: left;
	width: 240px; /*ロゴ（メインタイトル）下の<h1>の1行の幅はこちらのwidthの値を変更*/
}

#header .header-logo{
	background:url(images/header/ttl_shop.gif) no-repeat;
}


/*●ヘッダーロゴテキスト*/
.header-logo a{ text-decoration: none; }

.header-logo a{
	display: block;
	width:240px;
	height:159px;
	text-indent:-9999px;
	overflow: hidden;
	}


/*●ヘッダーテキスト・右上の文章*/
#header-in #header-link{
	float: right;
	width: 40%; /*・1行の幅はwidthの値を変更*/
	color: #333;
}

#header h1{
	float:left;
	margin-bottom: 0em;
	padding-left: 0.5em;
	font-size: 1em;
	color: #aaa;
	width:300px;
}


/*--------------------------------------------------------
グローバルナビ
--------------------------------------------------------*/

#global-nav{
	position:absolute;
	/*float:left;
	margin-left:260px;*/
	top:130px;
	left:260px;
	font-size:0.9em;
	
}

#global-nav dl{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#global-nav dt,
#global-nav dd{ 
	margin: 0;
	padding: 0;
}


/*●メニューボタンを非表示*/
#global-nav .btn-gnav{ display:none; }


/*●グローバルメニュー*/
#global-nav .menu-wrap{ display: block; }

#menu{
	padding-bottom: 5px;
	font-size: 1.4em;
}

#global-nav #menu li{
	position: relative;
	float: left;
	margin: 0;
	border-right: solid 1px #999; /*右側のボーダーの色*/
	list-style: none;
	font-weight: bold;
}

#global-nav #menu li.first{ border-left: solid 1px #999; } /*一番左のメニューだけに追加指示*/

#global-nav #menu li{ white-space: nowrap; }

/*メニューのデザイン*/
#global-nav #menu li a{
	display: block;
	padding: 0.3em 0.8em;
	color: #777; /* メニューのフォントの色*/
	text-decoration: none;
}

#global-nav #menu li a:link{}
#global-nav #menu li a:visited{}
#global-nav #menu li a:hover,
#global-nav #menu li a:active{ color:#c4181f;background-color: transparent; } /*マウスカーソルを乗せた時の背景色*/

#global-nav #menu li ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 12em;
}

/*ドロップダウンメニューのデザイン*/
#global-nav #menu li ul li{
	margin: 0;
	padding: 0;
	width: 12em;
	background-color: #eaeaea;
	border-top: 0;
	border-right: 0;
	white-space: normal;
}

#global-nav #menu li ul li a{
	display: block;
	padding: 0.5em 0.2em;
}

#global-nav #menu li ul ul{
	top: 0;
	left: 100%;
}

#global-nav .showMenu{ display: block!important; }


/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#main-in{ padding-top: 1.5em; }


/*●メイン画像*/

#mainimage{
	margin:0 auto;
}

#main-image{
	
}


#main-image img{
	width: auto;
	height: auto;
}

.bxslider img{margin:0 -10px 0 0;padding:0;}


/*●パン屑ナビ*/
#breadcrumbs{
	clear: both;
	margin-bottom: 1.5em;
	font-size: 1.2em;
}

#breadcrumbs li{
	display: inline;
	margin-right: 0.5em;
	line-height: 1.8;
	text-align: right;
	list-style: none;
}

#breadcrumbs li a{
	padding-right: 15px;
	background: url(images/icon/icon-brc.gif) center right no-repeat;
}


/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

#main-contents{ font-size: 1.4em; }

#main-contents .contents{
	margin-bottom: 3.5em;
	padding: 0 0px;
}

#main-contents .contents_ichiran{
	margin-bottom: 1.5em;
	padding: 0 0px;
}

/*●H2タグ*/
#main-contents h2{
	background:#eaeaea;
	font-size: 1.286em;
	margin:0 0 0.5em 0;
	padding:0.4em 0.4em;
}

#main-contents h2 a:link,
#main-contents h2 a:visited{ color: #333; }

#main-contents h2 a:hover,
#main-contents h2 a:active{ color: #f60; }

#main-contents h2.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H3タグ*/
#main-contents h3{
/*	background:url(images/common/bg_h3.gif) no-repeat bottom left;*/
	background:#999999;
	color:#ffffff;
	font-size: 1.143em;
	font-weight: bold;
	padding:0.3em 0.4em;
	margin:0 0 0 0;
}

#main-contents h3 a:link,
#main-contents h3 a:visited{ color: #fff; }

#main-contents h3 a:hover,
#main-contents h3 a:active{ color: #f60; }

#main-contents h3.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H4タグ*/
#main-contents h4{
	margin: 0 0 1.0em;
	color: #6bc;
	padding: 0.8em 0;
	font-weight: bold;
	font-size: 1.143em;
}

#main-contents h4 a:link,
#main-contents h4 a:visited{ color: #333; }

#main-contents h4 a:hover,
#main-contents h4 a:active{ color: #f60; }

#main-contents h4.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H5タグ*/
#main-contents h5{
	margin: 0 0 1em;
	padding: 0 0 0.3em 0;
	/*border-bottom: 2px solid #414141;*/
	font-weight: bold;
	color:#4ba53a;
	font-size:1.1em;
}

#main-contents h5.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}

#main-contents h5 a:link,
#main-contents h5 a:visited{ color: #333; }

#main-contents h5 a:hover,
#main-contents h5 a:active{ color: #f60; }


h5 span{padding-left:15px;font-weight:normal;}

/*●段落タグ*/
#main-contents p{ margin-bottom: 1.5em; }


/*●リストタグ*/
#main-contents ul,
#main-contents ol{
	margin: 0 0em 1.5em 0em;
	padding: 0;
}

#main-contents li{
	margin-bottom: 0.5em;
	line-height: 1.5em;
}


/*●引用タグ*/
#main-contents q{
	margin: 0 2px;
	padding: 0 8px;
	background: #efefef;
}

#main-contents blockquote{
	overflow: auto;
	margin: 0 1em 1.5em;
	padding: 1em;
	border: 3px solid #ddd;
	background: #efefef;
	color: #444;
}


/*●テーブルタグ*/
#main-contents table{
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}

/*「table」の1行目に「colspan」を利用する場合は「auto」を指定する*/
/*#main-contents table{ table-layout: auto; }*/

#main-contents th,
#main-contents td{
	padding: 0.5em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

#main-contents th{
	background-color: #f0f0f0;
	font-weight: bold;
	text-align: left;
}


/*●テーブルタグ スタイル01*/
#main-contents table.table-style01 th,
#main-contents table.table-style01 td{
	text-align: left;
	vertical-align: top;
}


/*●最新情報（リストタグ）*/
#main-contents ul.news{
	margin: 0 0 3.5em;
	padding: 0;
	padding-bottom: 0;
}

#main-contents ul.news li{
	margin-bottom: 1em;
	padding: 0 1em 1em;
	border-bottom: 1px dotted #414141;
	line-height: 1.4em;
	list-style: none;
}


/*●最新情報（定義タグ）*/
#main-contents dl.news{
	margin: 0;
	margin-bottom: 3.5em;
	padding: 0;
}

#main-contents dl.news dt{
	float: left;
	width: 9em;
	margin: 0;
	padding: 0;
	padding-left: 1em;
}

/*最新情報のアイコン設定*/
#main-contents dl.news dd.cat{
	float: left;
	overflow: hidden;
	width: 6em;
	height: 1.5em;
	padding: 0.1em 0.3em 0;
	border-bottom: none;
	background: #333;
	color: #fff;
	font-size: 0.858em;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#main-contents dl.news dd{
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 16.5em;
	border-bottom: 1px dotted #414141;
}

/*カテゴリの文字数が多い場合はコメントアウトを解除*/
/*#main-contents dl.news dd.cat{
	clear: none;
	width: auto;
}

#main-contents dl.news dd{
	clear: both;
	padding: 0 1em 0.8em 1em;
}*/

#main-contents dl.news dd.cat{ font-weight: bold; }
#main-contents dl.news dd.cat.color01{ background: #4784bf; }
#main-contents dl.news dd.cat.color02{ background: #dd6673; }
#main-contents dl.news dd.cat.color03{ background: #39a869; }
#main-contents dl.news dd.cat.color04{ background: #e8ac51; }
#main-contents dl.news dd.cat.color05{ background: #a55b9a; }
#main-contents dl.news dd.cat.color06{ background: #aac863; }


/*●定義タグ スタイル01*/
#main-contents dl.dl-style01{
	margin: 0 0 3.5em;
	padding: 0;
}

#main-contents dl.dl-style01 dt{
	float: left;
	width: 9em;
	margin: 0;
	padding: 0 0 0 1em;
}

#main-contents dl.dl-style01 dd{
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 10em;
	border-bottom: 1px dotted #414141;
}


/*●定義タグ スタイル02*/
#main-contents  dl.dl-style02{
	margin-bottom: 1.2em;
	padding: 0;
	border: 1px solid #777;
	border-top: 0;
	background-color: #ddd;
}

#main-contents dl.dl-style02 dt{
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-weight: bold;
}

#main-contents dl.dl-style02 dd{
	margin: 0;
	padding: 0.8em 1.0em;
	background-color: #fff;
}


/*●チェックリスト（リストタグ）*/
#main-contents ul.checklist{
	margin: 0 0 1.5em;
	padding: 1em;
	padding-bottom: 0;
	border: 1px solid #414141;
}

#main-contents ul.checklist li{
	margin-bottom: 1.5em;
	padding-top: 5px;
	padding-left: 24px;
	background: url(images/icon/icon-check01-red.png) left top no-repeat;
	list-style-type: none;
}


/*●戻る＆進むリンク*/
.link-next,
.link-back,
.link-next02,
.link-back02{ clear: both; }

.link-next,
.link-next02{ text-align: right; }

.link-back,
.link-back02{ text-align: left; }

.link-next a{
	padding: 3px 0 3px 15px;
	background: url(images/icon/icon-arrow_r.png) 0 5px no-repeat;
}
.link-back a{
	padding: 3px 0 3px 15px;
	background: url(images/icon/icon-arrow_l.png) 0 5px no-repeat;
}

.link-next02 a{
	padding: 3px 0 3px 15px;
	background: url(images/icon/icon-arrow_r-red.png) 0 5px no-repeat;
}
.link-back02 a{
	padding: 3px 0 3px 15px;
	background: url(images/icon/icon-arrow_l-red.png) 0 5px no-repeat;
}


/*●段組み*/
.box-wrap .box-l{
	float: left;
	width: 48%;
	margin: 0 0 1.5em;
	border: 1px solid #aaa; /*boxの枠線の指示*/
}

.box-wrap .box-r{
	float: right;
	width: 48%;
	margin: 0 0 1.5em;
	border: 1px solid #aaa;
}

#main-contents .box-wrap .title{
	margin-bottom: 1.5em;
	background-color: #999; /*boxのタイトルの背景色*/
}

#main-contents .box-wrap .title p{
	margin: 0 10px;
	padding: 5px 0;
	color: #fff;
	font-weight: bold;
}


/*●ランキング（リストタグ）*/
#main-contents .box-wrap .ranking{
	margin: 0 0 15px;
}

#main-contents .ranking li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa; /*区切り線の指示*/
	background: none;
	list-style: none;
}

#main-contents .ranking li.end{
	padding-bottom: 0;
	border-bottom: none;
}

#main-contents .ranking p{ margin: 0 0 10px; }


/*●ページネーション スタイル01*/
#main-contents .cont-menu01{
	position: relative;
	overflow: hidden;
	width: 100%;
}

#main-contents .cont-menu01 ul{
	position: relative;
	left: 50%;
	float: left;
	margin-left: 10px;
}

#main-contents .cont-menu01 li{
	position: relative;
	left: -50%;
	float: left;
	margin-right: 10px;
	list-style: none;
}

#main-contents .cont-menu01 li:last-child{ margin-right: 0; }

#main-contents .cont-menu01 li.cur{
	padding: 3px 10px;
	border: 1px solid #ccc;
	background-color: #959595;
	color: #fff;
	font-weight: bold;
}

#main-contents .cont-menu01 li a{
	display: block;
	padding: 3px 10px;
	border: 1px solid #ccc;
}

#main-contents .cont-menu01 li a:link,
#main-contents .cont-menu01 li a:visited{ background-color: transparent; }

#main-contents .cont-menu01 li a:hover,
#main-contents .cont-menu01 li a:active{
	background-color: #959595;
	color: #fff;
}

#main-contents .text-field{ width: 90%; }


/*●ページネーション スタイル02*/
#main-contents .cont-menu02{
	position: relative;
	overflow: hidden;
	width: 100%;
}

#main-contents .cont-menu02 ul{
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}

#main-contents .cont-menu02 li{
	max-width: 50%;
	list-style: none;
}

* html #main-contents .cont-menu02 li{ white-space: nowrap; } /* IE6 */

#main-contents .cont-menu02 li.prev{ float: left; }

#main-contents .cont-menu02 li.next{ float: right; }

#main-contents .cont-menu02 li a{
	display: block;
	padding: 3px 10px;
	border: 1px solid #ccc;
}

#main-contents .cont-menu02 li a:link,
#main-contents .cont-menu02 li a:visited{ background-color: transparent; }

#main-contents .cont-menu02 li a:hover,
#main-contents .cont-menu02 li a:active{
	background-color: #959595;
	color: #fff;
}


/*●サイトマップ*/
#main-contents .sitemap li{ list-style: none; }

#main-contents .sitemap li a{
	display: block;
	padding: 3px 0 3px 20px;
	background: url(images/icon/icon-arrow_r.png) 0 5px no-repeat;
}

#main-contents .sitemap ul{ margin-top: 1em; }

#main-contents .sitemap li li a{
	padding: 0 0 0 15px;
	border-left: none;
	background: url(images/icon/icon-menu02.png) 0 6px no-repeat;
}


/*●Twitterウィジェット用*/
#main .twtr-widget{ margin-bottom: 15px; }

#main .twtr-doc{ margin: auto; }

#main .twtr-hd h3,
#main .twtr-hd h3{
	clear: none;
	width: auto;
	border: 0;
	background: none;
}


/*--------------------------------------------------------
サブコンテンツ / サイドバー
--------------------------------------------------------*/

#sub-contents,
#sidebar,
#sub-contents dd,
#sidebar dd{
	margin: 0;
	padding: 0;
}

* html #sub-contents,
* html #sidebar{ overflow: hidden; }

#sub-contents .sub-contents-btn,
#sidebar .sidebar-btn{ display: none; }

.sub-column{ font-size: 1.2em; }

.sub-column li{ list-style: none; }


/*●コンテンツ*/
.sub-column .contents{
	margin-bottom: 1.5em;
	padding: 0.5em;
}

.sub-column hr{ clear: both; }

.sub-column h3{
	padding: 0.7em;
	border: 1px solid #959595; /*サイドバー見出しの枠線*/
	border-top: 3px solid #414141; /*見出しの上部の太線*/
	color: #454545; /*見出し文字の色*/
	font-weight: bold;
}

.sub-column .contents h3{
	margin: -0.5em;
	margin-bottom: 0.8em;
}


/*●プロフィール*/
.sub-column .profile-img img{
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

.sub-column .profile-txt p{ margin-bottom: 1em; }

.col1 .sub-column .profile-img,
.col2 #sub-contents .profile-img,
.col2r #sub-contents .profile-img{
	float: left;
	padding-right: 20px;
}


/*●テーブルタグ*/
.sub-column table caption{
	font-weight: bold;
	text-align: center;
}

.sub-column table{
	width: 90%;
	margin: auto;
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}

.sub-column table th,
.sub-column table td{
	padding: 0.5em 0.2em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

.sub-column table th{
	background: #f0f0f0;
	font-weight: bold;
	text-align: center;
}


/*●カレンダー*/
.sub-column table#wp-calendar tbody td{ text-align: center; }

.sub-column table#wp-calendar tfoot td{ border-right: none; }

.sub-column table#wp-calendar tfoot td#next{
	border-right: 1px solid #959595;
	text-align: right;
}

.sub-column table#wp-calendar tbody td a{ display: block; }


/*●検索ボックス*/
.sub-column dl.search-box{
	margin: 0 0 16px;
	width: 100%;
}

.sub-column dl.search-box dt{
	display: block;
	float: left;
	width: 63%;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}

.sub-column dl.search-box dt input{
	width: 95%;
	height: 1.4em;
	padding: 2px;
	border: 1px solid #aaa;
	color: #aaa;
	line-height: 1.4em;
}

.sub-column dl.search-box dt input.onfocus{ color: #333; }

.sub-column dl.search-box dd{
	float: left;
	margin: 0;
	padding: 0;
}

.sub-column dl.search-box dd input{
	height: 2em;
	padding: 0.1em 1em;
	line-height: 1.4em;
}


/*●お問い合わせ*/
.sub-column .contact .icon-contact{
	float: left;
	padding: 0 10px 10px 0;
}

.sub-column .contact .text-contact{ overflow: hidden; }


/*●サイドメニュー*/
.sub-column .side-menu{ margin: 0; }

.sub-column .side-menu li{ list-style: none; }

.sub-column .side-menu li a{
	display: block;
	padding: 12px 10px 12px 20px;
	background: url(images/icon/icon-arrow_r.png) 2px 15px no-repeat;
}

.sub-column .side-menu li a:active,
.sub-column .side-menu li a:hover{
	background-color: #fc6;
	color: #fff;
}

.sub-column .side-menu ul{
	padding: 0;
	margin: 0;
}

.sub-column .side-menu ul ul{ padding: 0; }

.sub-column .side-menu li li{
	width: 95%;
	margin-bottom: 0;
	padding-left: 5%;
	border: 0;
}

.sub-column .side-menu li li a:link,
.sub-column .side-menu li li a:visited{
	padding: 6px 10px 6px 15px;
	border-left: none;
	background: url(images/icon/icon-menu02.png) 2px 12px no-repeat;
}

.sub-column .side-menu li li a:active,
.sub-column .side-menu li li a:hover{ background: url(images/icon/icon-menu02.png) 2px 12px no-repeat #fc6; }


/*●ランキング*/
.ranking{
	margin: 0;
	padding: 5px 8px;
}

.ranking li{
	margin-bottom: 10px;
	padding: 0;
	border-bottom: 1px dotted #7070ba;
	background: none;
	font-weight: normal;
}

.ranking li p{ margin-bottom: 10px; }
.ranking li.end{ border-bottom: none; }

.ranking .no01 .item-name,
.ranking .no02 .item-name,
.ranking .no03 .item-name{
	color: #fe8528;
	font-size: 1.167em;
}

.ranking .no01 .item-name, .ranking .no02 .item-name,
.ranking .no03 .item-name, .ranking .no04 .item-name,
.ranking .no05 .item-name, .ranking .no06 .item-name,
.ranking .no07 .item-name, .ranking .no08 .item-name,
.ranking .no09 .item-name, .ranking .no10 .item-name{
	padding: 4px 0 4px 30px;
	font-weight: bold;
}

.no01 .item-name{ background: url(images/icon/icon-rank01-01.png) left top no-repeat; }
.no02 .item-name{ background: url(images/icon/icon-rank01-02.png) left top no-repeat; }
.no03 .item-name{ background: url(images/icon/icon-rank01-03.png) left top no-repeat; }
.no04 .item-name{ background: url(images/icon/icon-rank01-04.png) left top no-repeat; }
.no05 .item-name{ background: url(images/icon/icon-rank01-05.png) left top no-repeat; }
.no06 .item-name{ background: url(images/icon/icon-rank01-06.png) left top no-repeat; }
.no07 .item-name{ background: url(images/icon/icon-rank01-07.png) left top no-repeat; }
.no08 .item-name{ background: url(images/icon/icon-rank01-08.png) left top no-repeat; }
.no09 .item-name{ background: url(images/icon/icon-rank01-09.png) left top no-repeat; }
.no10 .item-name{ background: url(images/icon/icon-rank01-10.png) left top no-repeat; }

.ranking .item-img{ text-align: center; }


.col1 .ranking .item-img,
.col2 #sub-contents .ranking .item-img,
.col2r #sub-contents .ranking .item-img{
	float: left;
	padding-right: 20px;
}


/*●バナーエリア*/
.sub-column .banner{ margin-bottom: 10px; }

.sub-column .banner li{
	margin-bottom: 18px;
	list-style: none;
	text-align: center;
}

.col1 .sub-column .banner li,
.col2 #sub-contents .banner li,
.col2r #sub-contents .banner li{
	display: inline;
	margin-right: 8px;
}

/*--------------------------------------------------------
商品一覧 footer
--------------------------------------------------------*/

#f-ichiran{
	clear: both;
	width: 900px;
	margin: auto;
	padding:10px 0 10px 0;
	border-top:#c5c5c5 1px dotted;
	font-size: 1.2em;
	
}

#f-ichiran h2{
	width:260px;
	height:40px;
	background:url(http://www.shop.d-core.jp/wp-content/themes/shop_template/images/ichiran/h2_ichiran.gif) no-repeat;
	text-indent:-9999px;
	}

#f-ichiran a:link,
#f-ichiran a:visited{ color: #333; text-decoration:none;}
#f-ichiran a:hover,
#f-ichiran a:active{ color: #f60; }

#f-ichiran a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}

.ichiran_box {
	
	float:left;
	border:#c5c5c5 1px solid;
	width:118px;
	height:140px;
	padding:10px 10px 5px 10px;
	margin-right:8px;
	margin-bottom:10px;
	text-align:center;
	}

.ichiran_box  img{margin-bottom:5px;}

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

#footer{
	clear: both;
	padding:30px 10px 10px 10px;
	border-top:#c5c5c5 1px solid;
	font-size: 1.2em;
}

#footer a:link,
#footer a:visited{ color: #333; }
#footer a:hover,
#footer a:active{ color: #f60; }

#footer h3{
	margin-bottom: 1em;
	padding: 0;
	color: #333;
	font-weight: bold;
}

#footer-in li{ list-style: none; }

#footer .area01{
	float: left;
	width: 39%;
	padding-bottom: 20px;
}

#footer .area02{
	float: right;
	width: 60%;
	padding-bottom: 20px;
}

/*●アクセス情報*/
#footer .access{ padding: 0 1em; }

#footer .access p{ margin-bottom: 1em; }

p.accessmap{
	padding: 0px 0 3px;
	padding-left: 25px;
	background: url(images/icon/icon-arrow02.png) left center no-repeat;
}

div.footerlogo{
	margin:0 auto;
	width:90px;
	}

/*●フッターメニュー*/
#footer .footer-menu{
	overflow: hidden;
	width: 100%;
	padding: 0;
}

#footer .footer-menu ul{
	float: left;
	width: 42%;
	margin-right: 5%;
	padding: 1%;
}

#footer .footer-menu ul ul{
	float: none;
	width: auto;
	margin-top: 1em;
	margin-right: 0;
}

.footer-menu li{
	margin-bottom: 2px;
	padding: 0px 0 3px;
	padding-left: 15px;
	/*background: url(images/icon/icon-arrow02.png) left top no-repeat;*/
}

.footer-menu li li{
	padding-left: 15px;
	padding-top: 0;
	/*background: url(images/icon/icon-arrow03.png) left 5px no-repeat;*/
}


/*●フッターバナー*/
#footer-banner{
	clear: both;
	padding: 20px 0;
	border-top: 1px solid #ccc;
}

#footer-banner li{
	display: inline;
	list-style: none;
}


/*●コピーライト*/
.copyright{
	padding: 15px 0;
	background: #eaeaea;
	font-size: 1.2em;
	text-align: center;
}


/*--------------------------------------------------------
ページトップ
--------------------------------------------------------*/

.page-top{
	position: fixed;
	right: 0;
	bottom: 15px;
	z-index: 99;
	width: 175px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

* html .page-top{ display: none; }

.page-top a{
	display: block;
	padding: 5px;
	padding-left: 42px;
	border: 1px solid #fff;
	border-right: 0;
	text-decoration: none;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
}

.page-top a:link,
.page-top a:visited{
	background: url(images/common/bg-pagetop.gif) 14px center no-repeat #bbb;
	color: #fff;
}

.page-top a:hover,
.page-top a:active{
	background: url(images/common/bg-pagetop.gif) 14px center no-repeat #999;
	color: #fff;
}


/*------------------------------------------------------------
ソーシャルボタン
-------------------------------------------------------------*/

#main-contents .sb{
	width:100%;
	margin: 0;
	padding: 0;
}

#main-contents .sb li{
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	list-style: none;
}

* html #main-contents .sb li{
	float: left;
	width: 130px;
	list-style: none;
} /* IE6 */

*+html #main-contents .sb li{
	display: inline;
	list-style: none;
} /* IE7 */

#main iframe.twitter-share-button{ width: 100px!important; }


/*------------------------------------------------------------
WordPress用
-------------------------------------------------------------*/

#main-contents  h2.post-title{
	margin-bottom: 0.5em;
}

#main-contents .contents h3{
	margin: 0 0px 0.5em;
}

.archive-title{
	margin-bottom: 2em;
	padding: 1em;
	background-color: #333;
	color: #fff;
	font-weight: bold;
}

/*●ウィジェットメニュー*/
.sub-column .widget-conts ul{ margin: 0; }

.sub-column .widget-conts ul li{
	padding: 3px 10px 3px 20px;
	background: url(images/icon/icon-arrow_r.png) 2px 6px no-repeat;
}

.sub-column .widget-conts ul li li{
	padding: 6px 10px 6px 15px;
	background: url(images/icon/icon-menu02.png) 2px 12px no-repeat;
}

.sub-column .widget_recent_entries ul li,
.sub-column .widget_recent_entries ul li li,
.sub-column .widget_pages ul li,
.sub-column .widget_pages ul li li,
.sub-column .widget_nav_menu ul li,
.sub-column .widget_nav_menu ul li li,
.sub-column .widget-conts .ranking li,
.sub-column .widget-conts .ranking li li,
.sub-column .widget-conts .banner li,
.sub-column .widget-conts .banner li li{
	padding: 0;
	background: none;
	list-style: none;
}

.sub-column .widget_recent_entries ul li a,
.sub-column .widget_pages ul li a,
.sub-column .widget_nav_menu ul li a{
	display: block;
	padding: 12px 10px 12px 20px;
	background: url(images/icon/icon-arrow_r.png) 2px 15px no-repeat;
}

.sub-column .widget_recent_entries ul li a:active,
.sub-column .widget_recent_entries ul li a:hover,
.sub-column .widget_pages ul li a:active,
.sub-column .widget_pages ul li a:hover,
.sub-column .widget_nav_menu ul li a:active,
.sub-column .widget_nav_menu ul li a:hover{
	background-color: #fc6;
	color: #fff;
}

.sub-column .widget_recent_entries ul ul,
.sub-column .widget_pages ul ul,
.sub-column .widget_nav_menu ul ul{
	padding: 0;
	margin: 0;
}

.sub-column .widget_recent_entries ul ul ul,
.sub-column .widget_pages ul ul ul,
.sub-column .widget_nav_menu ul ul ul{ padding: 0; }

.sub-column .widget_recent_entries ul li li,
.sub-column .widget_pages ul li li,
.sub-column .widget_nav_menu ul li li{
	width: 95%;
	margin-bottom: 0;
	padding-left: 5%;
	border: 0;
}

.sub-column .widget_recent_entries ul li li a:link,
.sub-column .widget_recent_entries ul li li a:visited,
.sub-column .widget_pages ul li li a:link,
.sub-column .widget_pages ul li li a:visited,
.sub-column .widget_nav_menu ul li li a:link,
.sub-column .widget_nav_menu ul li li a:visited{
	padding: 6px 10px 6px 15px;
	border-left: none;
	background: url(images/icon/icon-menu02.png) 2px 12px no-repeat;
}

.sub-column .widget_recent_entries ul li li a:active,
.sub-column .widget_recent_entries ul li li a:hover,
.sub-column .widget_pages ul li li a:active,
.sub-column .widget_pages ul li li a:hover,
.sub-column .widget_nav_menu ul li li a:active,
.sub-column .widget_nav_menu ul li li a:hover{ background: url(images/icon/icon-menu02.png) 2px 12px no-repeat #fc6; }

.sub-column .rss-date,
.sub-column cite{
	display: block;
	margin: 0.5em 0;
}

.sub-column .widget_links li{ overflow: hidden; }

.sub-column .widget_links li img{
	display: block;
}

.sub-column .banner{ margin-bottom: 10px; }

.sub-column .banner li{
	margin-bottom: 18px;
	list-style: none;
	text-align: center;
}

.col1 .sub-column .banner li,
.col2 #sub-contents .banner li,
.col2r #sub-contents .banner li{
	display: inline;
	margin-right: 8px;
}

#main .sub-column ul.banner li a{
	display: inline;
	padding-left: 0;
	background: none;
}

#main .sub-column ul.banner li a:link,
#main .sub-column ul.banner li a:visited{ color: #39f; }
#main .sub-column ul.banner li a:hover,
#main .sub-column ul.banner li a:active{ color: #f60; }


/*●メインコンテンツ内での検索*/
#main-contents dl.search-box{
	margin: 0 0 16px;
	width: 100%;
}

#main-contents dl.search-box dt{
	display: block;
	float: left;
	width: 63%;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}

#main-contents dl.search-box dt input{
	width: 95%;
	height: 1.4em;
	padding: 2px;
	border: 1px solid #aaa;
	color: #aaa;
	line-height: 1.4em;
}

#main-contents dl.search-box dt input.onfocus{ color: #333; }

#main-contents dl.search-box dd{
	float: left;
	margin: 0;
	padding: 0;
}

#main-contents dl.search-box dd input{
	height: 2em;
	padding: 0.1em 1em;
	line-height: 1.4em;
}

#main-contents .post-tag{
	padding: 1em;
	background-color: #f3f3f3;
}

#main-contents .post-tag p{
	margin-bottom: 0;
}

#main-contents .sb{
	text-align: right;
}


/*コメントフォーム*/
#main-contents .trackback-url{ width: 70%; }

#main-contents p textarea{ width: 70%; }

#main-contents #submit{ padding: 0.3em 1em; }

#main-contents #author,
#main-contents #email,
#main-contents #url{
	width: 50%;
	padding: 0.3em;
}

#main-contents .comment-body em{
	font-weight: bold;
}

#main-contents .commentlist,
#main-contents .commentlist ul{
	margin-right: 0!important;
	margin-left: 0!important;
	padding: 0;
}

#main-contents .commentlist{ padding: 10px; }

#main-contents .commentlist li{
	margin-bottom: 2.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
	list-style: none;
}

#main-contents .commentlist li li{
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: none;
}

#main-contents .comment-author,
#main-contents .comment-meta{ margin-bottom: 1em; }

#main-contents .reply{ clear: both; }

#main-contents .reply a{
	padding-left: 17px;
	background: url(images/icon/icon-arrow_r.png) 0 4px no-repeat;
}


/*画像の回り込み*/
img.alignleft{
	float: left;
	padding-right: 20px;
}

img.alignright{
	float: right;
	padding-left: 20px;
}

img.aligncenter{
	display: block;
	margin: auto;
}


/*PS Auto Sitemap基本デザイン*/
ul#sitemap_list,
ul#sitemap_list ul{ margin: 0; }

#sitemap_list li{
	list-style: none;
	padding: 3px 10px 3px 20px;
	background: url(images/icon/icon-arrow_r.png) 2px 8px no-repeat;
}

#sitemap_list li ul{
	margin-top: 0.5em;
	margin-bottom: 0;
}

#sitemap_list li li{
	padding: 6px 10px 6px 15px;
	border-left: none;
	background: url(images/icon/icon-menu02.png) 2px 12px no-repeat;
}



/*●ページネーション WP用*/
#main-contents .cont-menu-wp{
	position: relative;
	overflow: hidden;
	width: 100%;
	/zoom : 1;
}

#main-contents .cont-menu-wp:after{ content : ''; display : block; clear : both; height:0; }

#main-contents .cont-menu-wp ul{
	overflow: hidden;
	width: 100%;
	margin: 0;
	margin-bottom: 1.5em;
	padding: 0;
}

#main-contents .cont-menu-wp li{
	max-width: 50%;
	list-style: none;
}

* html #main-contents .cont-menu-wp li{ white-space: nowrap; } /* IE6 */

#main-contents .cont-menu-wp li.nav-prev{ float: right; }

#main-contents .cont-menu-wp li.nav-next{ float: left; }

#main-contents .cont-menu-wp li.nav-next a{
	padding: 3px 0 3px 15px;
	background: url(images/icon/icon-arrow_l.png) left 7px no-repeat;
}

#main-contents .cont-menu-wp li.nav-prev a{
	padding: 3px 15px 3px 0;
	background: url(images/icon/icon-arrow_r.png) right 7px no-repeat;
}


/*------------------------------------------------------------
floatの回り込みを解除
-------------------------------------------------------------*/

#top-in:after,
#header-in:after,
#global-nav-in #menu:after,
#main-in:after,
#main-and-sub:after,
.contents:after,
#main-contents dl.dl-style01:after,
.box-wrap:after,
dl.search-box:after,
#footer-in:after,
#main-contents .sb:after,
.contact:after,
#main-contents .cont-menu01:after,
#main-contents .cont-menu02:after,
.clearfix:after{ content : ''; display : block; clear : both; height:0; }

#top-in,
#header-in,
#global-nav-in #menu,
#main-in,
#main-and-sub,
.contents,
#main-contents dl.dl-style01,
.box-wrap,
dl.search-box,
#footer-in,
#main-contents .sb,
.contact,
#main-contents .cont-menu01,
#main-contents .cont-menu02,
.clearfix{ /zoom : 1; }


/*-----------------------------------トップページレイアウト*/

#oshirase_unit{
	margin-bottom:15px;
	}


#oshirase_unit h2{
	display: block;
	width:100%;
	height:36px;
	margin:0 0 8px 0px;
	padding:0;
	background-color:transparent;
	background:url(images/toppage/toph2_2.gif) no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	}

.oshirase_date{
	clear: left;
	width:8em;
	margin-left:1em;
	height:2em;
	float:left;
	}

.oshirase_title{
	float:left;
	height:2em;
	}

.oshirase_title a:link{color:#333;text-decoration:none;}
.oshirase_title a:visited{color:#555;text-decoration:none;}
.oshirase_title a:hover{color:#880d12;text-decoration:underline;}
.oshirase_title a:active{color:#555;text-decoration:underline;}

.top-about{
	width:640px;
	height:320px;
	background:#fff url(images/toppage/top_about.jpg) no-repeat;
	margin-bottom:5px;
	/*display:none;*/
	}

.top-about p{
	display:block;
	width:446px;
	margin-left:192px;
	padding-top:70px;
	font-size:14px;
	line-height:19px;
	font-weight:bold;
	color:#111;
	}

.top-about a:link,
.top-about a:visited,
.top-about a:hover,
.top-about a:active{color:#800;text-decoration:none;}

.toppage_banner1{
	margin-bottom:12px;
	}

.toppage_banner1 img{
	width: 100%;
	height: auto;
	}

.bigbanner1{
	width:316px;
	margin:0 6px 5px 0;
	float:left;
	}

.bigbanner2{
	width:316px;
	margin:0 0 5px 0;
	float:left;
	}

.bigbanner3{
	clear:both;
	width:640px;
	margin:0 0 20px 0;
	}

.bigbanner1 a:hover img,
.bigbanner2 a:hover img,
.bigbanner3 a:hover img,
.health_in a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


#health_unit{
	margin-bottom:15px;
	overflow:hidden;
	}


#health_unit h2{
	display: block;
	width:100%;
	height:36px;
	margin:0 0 8px 0px;
	padding:0;
	background-color:transparent;
	background:url(images/toppage/toph2_3.gif) no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	}

.health_in{
	margin:0 auto 25px 20px;
	}

#main-contents h2.toph2_syohin{
	display: block;
	width:100%;
	height:36px;
	margin:0 0 15px 0px;
	padding:0;
	background-color:transparent;
	background:url(images/toppage/toph2_1.gif) no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	}



.toppage_goods{
	width:292px;
	padding:0px;
	float:left;
	margin:0 15px 0px 0;
	}

.toppage_goods a:link{color:#860808;text-decoration:none;}
.toppage_goods a:visited{color:#860808;text-decoration:none;}
.toppage_goods a:hover{color:#880d12;text-decoration:underline;}
.toppage_goods a:active{color:#860808;text-decoration:underline;}

.toppage_goods a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#main-contents .toppage_goods p{margin:5px 0 0 0;}

#toppage_goods1 h2{
	width:208px;
	height:23px;
	margin:0 0 15px 0px!important;
	padding:0!important;
	background-color:transparent!important;
	background:url(images/toppage/toppage_h2_dcore0.gif) no-repeat!important;
	text-indent:-9999px;
	}

#toppage_goods1{
	margin:0 auto 25px 20px;
	}
	
#toppage_goods2{
	margin:0 auto 25px 20px;
	}

#toppage_goods2 h2{
	width:208px;
	height:23px;
	margin:0 0 15px 0px!important;
	padding:0!important;
	background-color:transparent!important;
	background:url(images/toppage/toppage_h2_gr0.gif) no-repeat!important;
	text-indent:-9999px;
	}


#toppage_osusume{
	clear:both;
	border:2px solid #ffb0b0;
	padding:10px;
	margin-bottom:10px;
	}

#toppage_osusume h2{
	border:none!important;
	background-color:transparent!important;
	margin:0!important;
	padding:0!important;
	}
/*-----------------------------------サイドバーエリア１*/

/*サイドバー　商品リスト部分*/

.sidelist{
	border-top:1px solid #c5c5c5;
	margin-bottom:8px;
	}

.sidelist a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.sidelist ul{
	margin-left:90px;
	margin-bottom:1em;
	}

.sidelist li{
	font-size:1.2em;
	line-height:1.2em;
	margin-bottom:0.8em;
	}

.sidelist li a:link,.sidelist li a:visited{
	color:#3d3d3d;
	text-decoration:none;
	}

.sidelist li a:hover{
	color:#c4181f;
	text-decoration:underline;
	}

.sidelist h3{
	font-size:1.2em;
	line-height:2em;
	color:#c4181f;
	margin:0.6em auto 0 90px;
	padding:0;
	border:none;
	}

.side_name a:link{color:#c4181f;text-decoration:none;}
.side_name a:visited{color:#c4181f;text-decoration:none;}
.side_name a:hover{color:#880d12;text-decoration:none;}
.side_name a:active{color:#880d12;text-decoration:none;}
	
#sidebar_area1{
	width:240px;
	background:url(images/sidebar/side_bg_denshichi.jpg) top left no-repeat;
	}

#sidebar_area2{
	width:240px;
	background:url(images/sidebar/side_bg_jr.jpg) top left no-repeat;
	}

#sdb1 a:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}

/*-----------------------------------サイドバー ショッピングガイド*/
#side_guide{
	margin-bottom:20px;}

#side_guide h3{
	font-size:1.2em;
	line-height:2em;
	color:#c4181f;
	margin:0.6em auto 0 14px;
	padding:0;
	border:none;
	}
	
#side_guide ul{
	padding:0;
	margin:0;
	}

#side_guide li{
	margin-left:14px;
	font-size:1.2em;
	line-height:2em;
	}

.guide{
	margin-top:10px;
	margin-bottom:8px;}
	
.guide a:link{
	display:block;
	width:147px;
	height:24px;
	background:url(images/sidebar/side_guide2.gif) top left no-repeat;
	text-indent:-9999px;
	}

.guide a:hover{
	display:block;
	width:147px;
	height:24px;
	background:url(images/sidebar/side_guide2.gif) bottom left no-repeat;
	}

/*-----------------------------------サイドバー お客さま窓口*/
#side_mado{
	margin-bottom:20px;
	background:url(images/sidebar/bg_side_madoguchi.gif) no-repeat;
	height:155px;
	position:relative;
	}

.side_mado_link a:link{
	position:absolute;
	top:50px;
	left:5px;
	display:block;
	width:229px;
	height:30px;
	text-indent:-9999px;
	background:url(http://www.shop.d-core.jp/wp-content/themes/shop_template/images/sidebar/bt_side_madoguchi.gif) top left no-repeat;
	overflow:hidden;
	}


.side_mado_link a:hover{
	display:block;
	width:229px;
	height:30px;
	background:url(http://www.shop.d-core.jp/wp-content/themes/shop_template/images/sidebar/bt_side_madoguchi.gif) bottom left no-repeat;
	overflow:hidden;
	}
/*-----------------------------------サイドバーエリア２*/

#oshirase_unit_side{
	padding:0px 5px 5px 5px;
	margin-bottom:1em;
	font-size:1em;
	}
	
#oshirase_unit_side h2{
	margin:0 0 8px 0px;
	padding:0 0 3px 0;
	color:#c4181f;
	background:none;
	font-weight:bold;
	font-size:1.2em;
	border-bottom:1px solid #c5c5c5;
	}

.oshirase_side{margin-bottom:0.6em;font-size:1.2em;}
.oshirase_side span{color:#888;font-size:0.8em;font-weight:bold;}


#sdb2{
	border-bottom:1px solid #c5c5c5;
	margin-bottom:10px;
	}

#sdb2 li a{
	text-indent:-9999px;
	}
	
.sdb_voice a{
	display:block;
	width:240px;
	height:64px;
	background:url(images/common/sidebar-bticon1.gif) no-repeat left top;
	}
	
.sdb_voice a:hover{
	display:block;
	width:240px;
	height:64px;
	background:url(images/common/sidebar-bticon1.gif) no-repeat left bottom;
	}
	
.sdb_faq a{
	display:block;
	width:240px;
	height:64px;
	background:url(images/common/sidebar-bticon2.gif) no-repeat left top;
	}
	
.sdb_faq a:hover{
	display:block;
	width:240px;
	height:64px;
	background:url(images/common/sidebar-bticon2.gif) no-repeat left bottom;
	}

.sdb_toiawase a{
	display:block;
	width:240px;
	height:64px;
	background:url(images/common/sidebar-bticon3.gif) no-repeat left top;
	}
	
.sdb_toiawase a:hover{
	display:block;
	width:240px;
	height:64px;
	background:url(images/common/sidebar-bticon3.gif) no-repeat left bottom;
	}

.sdb_staffblog a{
	display:block;
	width:240px;
	height:64px;
	background:url(images/common/sidebar-bticon4.gif) no-repeat left top;
	}
	
.sdb_staffblog a:hover{
	display:block;
	width:240px;
	height:64px;
	background:url(images/common/sidebar-bticon4.gif) no-repeat left bottom;
	}

.sdb_melmaga a{
	display:block;
	width:240px;
	height:64px;
	background:url(http://www.shop.d-core.jp/wp-content/themes/shop_template/images/common/sidebar-bticon5.gif) no-repeat left top;
	}
	
.sdb_melmaga a:hover{
	display:block;
	width:240px;
	height:64px;
	background:url(http://www.shop.d-core.jp/wp-content/themes/shop_template/images/common/sidebar-bticon5.gif) no-repeat left bottom;
	}
/*-----------------------------------商品ページ　カスタム*/





/*-----------------------------------記事*/

#power{
	width:640px;
	height:650px;
	background:url(images/kiji/img_3power.jpg) no-repeat top left;
	position:relative;
	}

#power .power1{
	position:absolute;
	width:187px;
	height:230px;
	left:2px;
	top:110px;
	}
#power .power2{
	position:absolute;
	width:217px;
	height:217px;
	left:420px;
	top:45px;
	}

#power .power3{
	position:absolute;
	width:312px;
	height:auto;
	left:328px;
	top:495px;
	}

.kakomi1{
	padding:10px 10px;
	margin:0 0 1em 0;
	border:2px solid #DDD;
	}

.kakomi2{
	padding:15px 20px;
	margin:0 0 1em 0;
	background: #f0f0f0;
	}
	
/*商品ページ用*/

/*商品詳細*/

.setumei1{
	line-height:1.4em;
	}
	

.syohin{
	width:350px;
	float:left;
	margin-right:20px;
	}

#main-contents .syohin h3{
	
	color:#fff;
	margin:0 0 0.5em 0;
	padding:0.1em 0.2em;
	}



/*カート部分*/

.syohin2{
	width:250px;
	float:left;
	}
	
.syohin2 h5{
	color:#c4181f!important;
	margin:0 0 0 0!important;
	padding:0;
	}

.syohin2 p{
	font-size:0.9em;
	margin:0 0 0.3em 0!important;
	}

.syohin2 form{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #b1b1b1;}
	
.syohin dl{}

.syohin dt{
	float:left;
	width:100px;
	padding:2px 0 2px 0px;
	clear:both;
	font-weight:bold;
	}
 
.syohin dd{
 	width:250px;
 	margin-left:100px;
 	padding:2px 0 2px 0;
 	}
 	

.ichiran-cart h5{
	color:#c4181f!important;
	margin:0 0 0 0!important;
	padding:0;
	}

.ichiran-cart p{
	font-size:0.9em;
	margin:0 0 0.3em 0!important;
	}


/*定期コース変更フォーム用*/
.henko dl{margin-bottom:5px;}

.henko dt{
	float:left;
	width:160px;
	padding:2px 0 2px 0px;
	clear:both;
	font-weight:bold;
	}
 
.henko dd{
 	margin-left:160px;
 	padding:2px 0 2px 0;
 	}
 	
	
/*食品成分表示*/

.seibun{clear:both;}
.seibun dl{
	width:18em;
	border:1px solid #DDD;
	background-color:#eee;
	padding:10px 10px;
	margin:0 0 1em 0;}

.seibun dt{
	float:left;
	width:8em;
	padding:5px 0 5px 0px;
	clear:both;
	font-weight:bold;
	border-bottom: 1px solid #ccc;}
 
.seibun dd{
 	width:10em;
 	margin-left:8em;
 	padding:5px 0 5px 0;
 	border-bottom: 1px solid #ccc;
 	}

dt.lineblack{border-bottom: 1px solid #000;}
dd.lineblack{border-bottom: 1px solid #000;}

/*２列　表組み*/

.seibun2{clear:both;}

.seibun2 dl{
	margin:0 0 1em 0;}

.seibun2 dt{
	float:left;
	width:10em;
	padding:5px 5px 5px 5px;
	clear:both;
	font-weight:bold;
	}
 
.seibun2 dd{
 	
 	margin-left:11em;
 	padding:5px 5px 15px 5px;
	line-height:160%;
 	}

/*想い*/

#main-contents .h3_ideal1{
	height:200px;
	width:100%;
	background-color:#cbe9e9;
	background:url(images/img_page/bg_h3_ideal1.jpg) no-repeat;
	color:#999;
	text-indent:-9999px;
	}

#main-contents .h3_ideal2{
	height:200px;
	width:100%;
	background-color:#cbe9e9;
	background:url(images/img_page/bg_h3_ideal2.jpg) no-repeat;
	color:#999;
	text-indent:-9999px;
	}

#main-contents .h3_ideal3{
	height:200px;
	width:100%;
	background-color:#cbe9e9;
	background:url(images/img_page/bg_h3_ideal3.jpg) no-repeat;
	color:#999;
	text-indent:-9999px;
	}

#main-contents .ideal_honbun{

	text-align:center;
	line-height:1.8em;
	margin-bottom:50px;
	}

#main-contents .waku-seven{
	padding:50px 10px 0px 25px;
	background:url(images/img_page/waku-seven.jpg) no-repeat;
	text-align:left;
	width:545px;
	height:390px;
	margin:0 auto 20px auto;
	line-height:1.8em;
	}
	
#main-contents .h2_339{
	background:url(images/img_page/ttl_omoi.jpg) no-repeat;
	text-align:center;
	width:100%;
	height:450px;
	text-indent:-9999px;
	margin-bottom:55px;
	}

.omoi_banner1{
	margin-bottom:0 auto 12px auto;
	text-align:center;
	}

.omoi_banner1 img{
	
	height: auto;
	}

/*商品ページ用*/

#main-contents  h4.shopmidashi4{
	clear:both;
	margin: 0 0 1em;
	color: #516201;
	padding: 0.3em 0.5em;
	border-left:10px solid #d4e585;
	font-weight: bold;
	font-size: 1.143em;
	line-height:1.4em;
}

#main-contents  h4.shopmidashi5{
	margin: 0 0 1em;
	color: #516201;
	padding: 0.3em 0em;
	font-weight: bold;
	font-size: 1.143em;
	line-height:1.4em;
}

div.shophonbun{
	width:93%;
	margin:0 auto 2em auto;
	line-height:1.7em;
	color:#000;}

div.area22{
	background:#f0e8e4;
	width:86%;
	padding:1em 1.5em;
	margin:0 auto 2em auto;
	color:#000;
	}

div.ssl1{
	position:relative;
	background:url(images/img_goods/gr/bg_sisl1.jpg) no-repeat;
	height:380px;
	margin-bottom:25px;
	line-height:1.7em;
	color:#000;
	}

div.ssl1_in{
	position:absolute;
	width:330px;
	left:188px;
	top:30px;
	}

div.ssl2{
	position:relative;
	background:url(images/img_goods/gr/bg_sisl2.jpg) no-repeat;
	height:380px;
	margin-bottom:25px;
	line-height:1.7em;
	color:#000;
	}

div.ssl2_in{
	position:absolute;
	width:330px;
	left:188px;
	top:30px;
	}

.ssl1_in strong{background:url(images/bg_line_pk.gif) repeat-x;}
.ssl2_in strong{background:url(images/bg_line_pk.gif) repeat-x;}

div.shophonbun_grbt{
	width:88%;
	margin:0 auto 2em auto;
	line-height:1.7em;
	color:#000;}

.shophonbun_grbt a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;}

.m13-r{ margin-right: 13px!important; }

.bt-link-konyu{
	width:595px;
	height:58px;
	margin:0 auto 3em auto;
	text-indent:-9999px;
	}

.bt-link-konyu a{
	width:595px;
	height:58px;
	display:block;
	}

.bt-link-konyu a:link,
.bt-link-konyu a:visited,
.bt-link-konyu a:active{
	display:block;
	width:595px;
	height:58px;
	background:url(images/img_goods/ekijo/bt-link-konyu.jpg) no-repeat 0px 0px;
	}

.bt-link-konyu a:hover{
	display:block;
	width:595px;
	height:58px;
	background:url(images/img_goods/ekijo/bt-link-konyu.jpg) no-repeat 0 -58px;
	}

.shophonbun strong{
	text-decoration:none;
	font-weight:normal;
	background:url(images/img_page/yomigaeru/txline-red.gif) 0 1.1em repeat-x;}
	
/*ガイヴォーダ*/

div#water01{
	position: relative;
	width: 640px;
		height: auto;
	overflow: visible;
	background: #47342e;
	margin-bottom: 30px;
	color: #fff;
	font-size: 15px; 
	line-height: 170%;
	}

div#water01 span{
	display: block;
	padding: 15px 20px;
	}
	
div#water02{
	position: relative;
	width: 640px;
	height: 684px;
	overflow: visible;
	background:url(images/kiji/water/bg_02.jpg) 0px 0px no-repeat;
	margin-bottom: 30px;
	}

div#water02 span{
	display: block;
	position: absolute;
	left: 29px;
	top: 80px;
	width: 580px;
	height: auto;
	color: #004c4f;
	font-size: 15px; 
	line-height: 170%;
	/*text-shadow: -1px 1px 0 rgba(0,0,0,0.7);*/
	}
	
div#water03{
	position: relative;
	width: 640px;
	height: 431px;
	overflow: visible;
	background:url(images/kiji/water/bg_03.jpg) 0px 0px no-repeat;
	margin-bottom: 30px;
	}

div#water03 span{
	display: block;
	position: absolute;
	left: 16px;
	top: 115px;
	width: 505px;
	height: auto;
	color: #fff;
	font-size: 15px; 
	line-height: 170%;
	text-shadow: -1px 1px 0 rgba(0,0,0,0.4);
	}

ul.w-link {
	display: block;
	width: 100%;
	margin: 0 0 40px 0!important;
	padding: 0!important;
	}
ul.w-link li{
	display: block;
	width: 100%;
	list-style: none;
	margin: 0 auto 5px auto!important;
	padding: 0!important;
	
	}

ul.w-link li a{
	display: block;
	width: 522px;
	height: 55px;
	line-height: 55px;
	background:url(images/kiji/water/water-link.jpg) top center no-repeat;
	color: #fff;
	fontw-weight: bold;
	font-size: 22px;
	text-align: center;
	margin: 0 auto;
	text-decoration: none;
	}

ul.w-link li a:hover{color: #eeff5b;}

/*お買い物ガイド*/

.archive-title-sguide{
	margin-bottom: 2em;
	padding: 0.1em;
	background-color: #333;
	color: #fff;
	
}

#main-contents h2.midashi_guide1{
	width:640px;
	height:38px;
	background:url(images/guide/midashi-guide01.gif) no-repeat;
	text-indent:-9999px;
	}

#main-contents h2.midashi_guide2{
	width:640px;
	height:38px;
	background:url(images/guide/midashi-guide02.gif) no-repeat;
	text-indent:-9999px;
	}

#main-contents h2.midashi_guide3{
	width:640px;
	height:38px;
	background:url(images/guide/midashi-guide03.gif) no-repeat;
	text-indent:-9999px;
	}

#main-contents h2.midashi_guide4{
	width:640px;
	height:38px;
	background:url(images/guide/midashi-guide04.gif) no-repeat;
	text-indent:-9999px;
	}

#main-contents h2.midashi_guide5{
	width:640px;
	height:38px;
	background:url(images/guide/midashi-guide05.gif) no-repeat;
	text-indent:-9999px;
	}

#main-contents h3.midashi_henpin1{
	width:550px;
	height:38px;
	background:url(images/guide/midashi-henpin1.gif) no-repeat;
	text-indent:-9999px;
	padding:0em 0.2em;
	}

#main-contents h3.midashi_henpin2{
	width:550px;
	height:38px;
	background:url(images/guide/midashi-henpin2.gif) no-repeat;
	text-indent:-9999px;
	padding:0em 0.2em;
	}

#main-contents h5.midashi-pp{
	color:#a8226b;}

/*プライバシーポリシー*/


#main-contents h2.midashi_privacy0{
	width:600px;
	height:38px;
	background:url(images/privacy/midashi-privacy00.gif) no-repeat;
	text-indent:-9999px;
	}
	
#main-contents h2.midashi_privacy1{
	width:600px;
	height:38px;
	background:url(images/privacy/midashi-privacy01.gif) no-repeat;
	text-indent:-9999px;
	}

#main-contents h2.midashi_privacy2{
	width:600px;
	height:38px;
	background:url(images/privacy/midashi-privacy02.gif) no-repeat;
	text-indent:-9999px;
	}

#main-contents h2.midashi_privacy3{
	width:600px;
	height:38px;
	background:url(images/privacy/midashi-privacy03.gif) no-repeat;
	text-indent:-9999px;
	}

#main-contents h2.midashi_privacy4{
	width:600px;
	height:38px;
	background:url(images/privacy/midashi-privacy04.gif) no-repeat;
	text-indent:-9999px;
	}


.bg_baige{background-color:#E9E5C0;}
.bg_white_kadomaru{
	background-color:#ffffff;
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	}

.font-bold-red{
	color:#AD2E27;
	font-weight:bold;
	}

/*お得に定期購入を利用ページ用に追加*/

.kaiwa1{
	min-height:125px;
	background:url(images/kiji/bg_kaiwa1.gif) 0px 0px no-repeat;
	margin-left:15px;
	margin-bottom:15px;
	}
.kaiwa2{
	min-height:125px;
	background:url(images/kiji/bg_kaiwa2.gif) 0px 0px no-repeat;
	margin-left:15px;
	margin-bottom:25px;
	}

.kaiwa1 span,
.kaiwa2 span{
	display:block;
	width:395px;
	margin:0px auto auto 165px;
	padding-top:18px;
	color:#222;
	font-weight:bold;
	}

/*錠剤ページ　追加*/

#den7power{
	width:640px;
	height:630px;
	background:url(images/img_goods/tsubu/bg_den7_power.jpg) no-repeat top left;
	position:relative;
	margin:0 auto 1em 0;
	}

#den7power .power1{
	position:absolute;
	width:167px;
	height:230px;
	left:2px;
	top:110px;
	}
#den7power .power2{
	position:absolute;
	width:170px;
	height:217px;
	left:430px;
	top:65px;
	
	}

#den7power .power3{
	position:absolute;
	height:auto;
	left:305px;
	width:330px;
	top:505px;
	}


.three-column{
	width: 32%;
	margin-right:2%;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.three-column:nth-child(3n+1){
	margin-right:0;
	}
/*------------------------------------------------------------
　template created by d-core.jp
-------------------------------------------------------------*/