@charset "utf-8";

/* CSS 毎日コミュニケーション */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　ページ共有のスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ======================================================================================
	デザインリセット
====================================================================================== */

*{
	margin: 0;
	padding: 0;
	font-style: normal;
}

body {
	color: #484864;
	font-family:	"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #d5efdf;
}
	
body,div,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal;}

img,table { border: none;}

th, td, textarea { font-size: 12px; }

ol,ul {	list-style: none;}

address,em,cite { font-style: normal;}

img{ border: 0; vertical-align: bottom;	}


/* --------------------------------------------------------------------------------------
	共通設定
--------------------------------------------------------------------------------------- */

/* リンクカラー -------------------- */

a { overflow: hidden; text-decoration: none; }
a:link { color: #484864; }
a:visited { color: #484864; }
a:hover { color: #484864; text-decoration: underline; }


/* 位置 -------------------- */

.alnR { text-align: right; }
.alnC { text-align: center; }
.alnL { text-align: left; }

.fltR { float: right; }
.fltL { float: left; }


/* マージン・余白 -------------------- */

.mgT05 { margin-top: 5px; }
.mgT06 { margin-top: 6px; }
.mgT10 { margin-top: 10px; }
.mgT15 { margin-top: 15px; }
.mgT20 { margin-top: 20px; }
.mgT25 { margin-top: 25px; }
.mgT30 { margin-top: 30px; }


/* float解除 -------------------- */

.clear {
	overflow: hidden;
	display: block !important;
	display: inline-block;
}

/* ======================================================================================
	レイアウト　　
====================================================================================== */

/* 全体
--------------------------------------------------------------------------------------*/
#wrapper {
	width: 800px;
	margin: 0 auto;
	border-right: 3px solid #4e8fb9;
	border-bottom: 3px solid #4e8fb9;
	border-left: 3px solid #4e8fb9;
	background: #fff;
}

/* 最上部
--------------------------------------------------------------------------------------*/
#header {
	position: relative;
	height: 84px;
	background: url(../img/header_bg.gif) repeat-x left bottom #fff;
}

/* 中央部
--------------------------------------------------------------------------------------*/
#content {
	width: 800px;
	padding-bottom: 25px;
	background: #fff;
}

/* 最下部
--------------------------------------------------------------------------------------*/
#footer {
	padding: 6px 0 5px;
	border-top: 1px solid #4e8fb9;
	color: #484864;
	clear: both;
}

/* ======================================================================================
	#header
====================================================================================== */

/* キャッチコピー
--------------------------------------------------------------------------------------*/
h1 {
	position: absolute;
	top: 5px;
	right: 5px;
}

/* サイトロゴ
--------------------------------------------------------------------------------------*/
.header_logo {
	display: inline;
	float: left;
	margin: 12px 0 0 12px;
}

/* ヘッダのショッピングカート
--------------------------------------------------------------------------------------*/
#button_cart {
	float: right;
	display: inline;
	margin: 34px 10px 0 0;
	width: 152px;
	height: 22px;
}

/* グローバルナビ
--------------------------------------------------------------------------------------*/
#global_navi {
	display: inline-block;
	overflow: hidden;
	border-bottom: 1px solid #d5efdf;
}

#global_navi li {
	display: inline;
	float: left;
	width: 200px;
	height: 36px;
	font-weight: bold;
	text-align: left;
	line-height: 36px;
}

#global_navi a {
	display: block;
	height: 36px;
	padding-left: 25px;
}

#global_navi a:link    { color: #484864; }
#global_navi a:visited { color: #484864; }
#global_navi a:hover   { color: #484864; text-decoration: none; }

#global_navi .gn01 { background: url(../img/global_navi_bg01.gif) no-repeat; }
#global_navi .gn02 { background: url(../img/global_navi_bg02.gif) no-repeat; }
#global_navi .gn03 { background: url(../img/global_navi_bg03.gif) no-repeat; }
#global_navi .gn04 { background: url(../img/global_navi_bg04.gif) no-repeat; }

#global_navi .gn01 a:hover { background: url(../img/global_navi_bg01_on.gif) no-repeat; }
#global_navi .gn02 a:hover { background: url(../img/global_navi_bg02_on.gif) no-repeat; }
#global_navi .gn03 a:hover { background: url(../img/global_navi_bg03_on.gif) no-repeat; }
#global_navi .gn04 a:hover { background: url(../img/global_navi_bg04_on.gif) no-repeat; }

/* ======================================================================================
 	#footer
====================================================================================== */

.footernavi {
	display: inline;
	float: left;
	margin: 7px 0 0 15px;
	font-size: 11px;
}

.footerIn {
	margin: 0 auto;
	padding: 2px 0 5px;
	width: 792px;
	background: #a2d3b7;
}

/* コピーライト
--------------------------------------------------------------------------------------*/
#footer address {
	display: inline;
	float: right;
	margin: 5px 10px 0 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　トップページのスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* トップ画像
--------------------------------------------------------------------------------------*/
.main_img {
	margin: 0 auto;
	padding: 15px 0;
}

/* ======================================================================================
	左カラム
====================================================================================== */
.index_left {
	display: inline;
	float: left;
	margin-left: 15px;
	width: 295px;
	text-align: left;
}

.index_left h2 {
	clear: both;
	background: url(../../img/index_title_bg.gif) no-repeat;
	height: 28px;
	width: 460px;
	font-size: 13px;
	font-weight: bold;
	text-indent: 35px;
	line-height: 28px;
}

/* --------------------------------------------------------------------------------------
	ピックアップ
-------------------------------------------------------------------------------------- */
.index_left .leftBox01 {
	margin-bottom: 10px;
	padding: 10px 13px;
	border-right: 1px solid #4e8fb9;
	border-bottom: 4px solid #4e8fb9;
	border-left: 1px solid #4e8fb9;
}

.leftBox01 h3 {
	color: #4e8fb9;
	font-size: 16px;
	font-weight: bolder;
}

.showcase { margin-top: 10px; }
.showcase li {	width: 205px;}
.showcase li .name { color: #4e8fb9; }
.showcase li .detail {
	padding-top: 10px;
	font-size: 11px;
	line-height: 1.3;
}
.showcase img {
	float: left;
	margin-right: 8px;
}

/* --------------------------------------------------------------------------------------
	更新情報
-------------------------------------------------------------------------------------- */
.news_list {
	padding: 10px 13px 3px;
	border-right: 1px solid #4e8fb9;
	border-bottom: 4px solid #4e8fb9;
	border-left: 1px solid #4e8fb9;
	line-height: 1em;
	clear: both;
}

.news_list dt {
	width: 7em;
	float: left;
	color: #4e8fb9;
	font-size: 11px;
	line-height: 1.3em;
}

.news_list dd {
	margin-bottom: 5px;
	padding-left: 7em;
	font-size: 11px;
	line-height: 1.3em;
}

.index_right {
	display: inline;
	float: right;
	margin-right: 15px;
	width: 460px;
	text-align: left;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　サブページのスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 	サブページ共通
--------------------------------------------------------------------------------------- */

#sub_main {
	margin: 0 20px;
	padding-top: 15px;
	clear: both;
	text-align: center;
}

#sub_main h2 {
	margin-bottom: 27px;
	background: url(../../img/sub_title_bg01.gif) no-repeat;
	height: 37px;
	line-height: 37px;
	font-weight: bold;
	padding-left: 45px;
	font-size: 14px;
	text-align: left;
}

#side_navi {
	float: left;
	width: 135px;
	background: url(../img/bg_line01.gif) repeat-x left top;
	padding-top: 2px;
	text-align: left;
}

#side_navi li {
	background: url(../img/bg_line01.gif) repeat-x left bottom;
	width: 135px;
	font-weight: bold;
}

#side_navi a {
	display: block;
	background: url(../../img/side_navi_p01.gif) no-repeat left 11px;
	padding: 7px 5px 9px 10px;
}

#content_two {
	float: right;
	width: 600px;
	text-align: left;
}

#content_one {
	margin: 0 auto;
	width: 670px;
	text-align: left;
}

#content_two h3 {
	line-height: 28px;
	text-align: center;
	height: 28px;
	width: 600px;
	font-size: 15px;
	font-weight: bold;
	background: url(../../img/sub_title_bg02.gif) no-repeat;
	clear: both;
}

.pagetop {
	clear: both;
	padding-top: 10px;
	font-size: 11px;
	text-align: right;
}


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

.product_set {
	margin-top: 10px;
	background: url(../img/bg_line02.gif) repeat-x left bottom;
	padding-bottom: 17px;
}

.product_set .detail_set {
	float: right;
	width: 330px;
	padding-top: 10px;
}

.product_set .detail_set h4 {
	font-size: 15px;
	font-weight: bold;
	color: #4e8fb9;
}

.product_set .detail_set p {
	padding-top: 12px;
	line-height: 1.4;
}

.product_set .detail_set table {
	border-collapse: collapse;
	border-top: 1px solid #b4ccc6;
	margin-top: 10px;
}

.product_set .detail_set th {
	background: #d5efde;
	padding: 7px 5px 7px 10px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #b4ccc6;
}

.product_set .detail_set td {
	padding: 2px 5px 2px 10px;
	border-bottom: 1px solid #b4ccc6;
}

.product_set .photo {
	float: left;
	width: 250px;
}

.outline_set h4 {

	font-size: 14px;
	font-weight: bold;
	color: #9e2e00;
}

.outline_set p {

	padding-top: 12px;
	line-height: 1;
}

.outline_set table {
	border-collapse: collapse;
	border-top: 1px solid #b4ccc6;
	margin-top: 10px;
}

.outline_set th {
	background: #d5efde;
	padding: 7px 5px 7px 10px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #b4ccc6;
	width: 80px;
}

.outline_set td {

	padding: 2px 5px 2px 10px;
	border-bottom: 1px solid #b4ccc6;
}

.outline_img {
	float: left;
	padding: 5px;
	margin: 0%;
}

.outline_img_clear {
	clear: both;
	margin: 0 0 10px 0;
}



/* --------------------------------------------------------------------------------------
 	特定取引法に基づく表記
--------------------------------------------------------------------------------------- */

table.law {
	border: 1px solid #484864;
	border-left: 4px solid #484864;
	border-collapse: collapse;
	text-align: left;
}

table.law th,
table.law td {
	padding: 10px 12px;
	border: 1px solid #484864;
	line-height: 1.6;
}

table.law th {
	width: 130px;
	background: #d5efdf;
	vertical-align: text-top;
}

table.law span {
	display: block;
	margin-top: 10px;
	color: #4e8fb9;
}

table.law a:link { color: #4e8fb9; }
table.law a:visited { color: #4e8fb9; }
table.law a:hover { color: #4e8fb9; }
table.law a:active { color: #4e8fb9; }

ul.henpin li{
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 0 0 20px;
}


/* --------------------------------------------------------------------------------------
 	決済・お問い合わせ
--------------------------------------------------------------------------------------- */

ul.faq { line-height: 1.6; }

ul.faq li {
	margin-bottom: 12px;
	min-height: 22px;
	height: auto !important;
	height: 22px;
	background: url(../img/bg_line01.gif) repeat-x left bottom;
}

ul.faq li ul li ul {
	margin: 10px 0;
	list-style: inside disc;
}

ul.faq li ul li ul li {
	margin: 0;
	background: none;
}

ul.faq li.faqQ {
	margin-bottom: 10px;
	padding-left: 32px;
	background: url(../../img/faq_img01.gif) no-repeat;
	color: #4e8fb9;
	font-weight: bold;
}

ul.faq li.faqA {
	padding: 0 0 13px 32px;
	background: url(../../img/faq_img02.gif) no-repeat;
}

li.faqA ul.henpin li{
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 0 0 20px;
}

li.faqA span {
	display: block;
	margin-top: 10px;
	color: #4e8fb9;
}

div.contact {
	overflow: hidden;
	margin-top: 17px;
	height: 123px;
	background: #d5efdf;
	line-height: 1.6;
}

div.contact .contactL {
	float: left;
	width: 180px;
	color: #4e8fb9;
	font-size: 15px;
	font-weight: bold;
	line-height: 67px;
	text-align: center;
}

div.contact .contactR {
	margin-left: 180px;
	padding: 15px 0;
}

div.contact span { color: #4e8fb9; }


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

dl.privacy {
	padding-bottom: 1px;
	background: url(../img/bg_line02.gif) repeat-x left bottom;
}

dl.privacy dt {
	padding-left: 10px;
	height: 26px;
	background: url(../../img/privacy_bg.gif) repeat-x;
	font-weight: bold;
	line-height: 26px;
	padding-top: 3px;
}

dl.privacy dd {
	margin: 12px 0 20px;
	line-height: 1.4;
}

dl.privacy ol {
	margin: 10px 0;
	padding-left: 1.8em;
}

dl.privacy li { text-indent: -1.8em; }

dl.privacy span {
	display: block;
	margin-top: 1em;
	color: #4e8fb9;
}

p.privacy {
	margin-bottom: 1.6em;
	padding-bottom: 1.4em;
	background: url(../img/bg_line02.gif) repeat-x left bottom;
	line-height: 1.4;
}
.index_right h2 {

	clear: both;
	background: url(../../img/index_title_bg.gif) no-repeat;
	height: 28px;
	width: 460px;
	font-size: 13px;
	font-weight: bold;
	text-indent: 35px;
	line-height: 28px;
}
.index_right .rightBox01 {

	margin-bottom: 10px;
	padding: 10px 13px;
	border-right: 1px solid #4e8fb9;
	border-bottom: 4px solid #4e8fb9;
	border-left: 1px solid #4e8fb9;
}

/* --------------------------------------------------------------------------------------
 	会社概要
--------------------------------------------------------------------------------------- */

table.company {
	border: 1px solid #484864;
	border-left: 4px solid #484864;
	border-collapse: collapse;
	text-align: left;
}

table.company th,
table.company td {
	padding: 10px 12px;
	border: 1px solid #484864;
	line-height: 1.6;
}

table.company th {
	width: 130px;
	background: #d5efdf;
	vertical-align: text-top;
}

table.company span {
	display: block;
	margin-top: 10px;
	color: #4e8fb9;
}

table.company a:link { color: #4e8fb9; }
table.company a:visited { color: #4e8fb9; }
table.company a:hover { color: #4e8fb9; }
table.company a:active { color: #4e8fb9; }

ul.henpin li{
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 0 0 20px;
}


.product_set dd {
	margin-left: 10px;
	text-indent: -5px;
}
.outline_set dd {
	margin-left: 10px;
	text-indent: -5px;
}
