@charset "utf-8";
/* =======================================

	Structure CSS
	
========================================== */
/* ページ全体
========================================== */
html, body {
	background-color:#FFF;
	color: #333;
	text-align: center;
	line-height: 2.3;
	text-align: center;
	font-size: 12px;
	height: 100%;
}
#wrapper {
	margin-bottom: 0px;
	min-height: 100%;
	height: auto;
	width: 100%;
	position: relative;
}
#contents {
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: left;
	height: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#contents .left_box {
	float: left;
}
/* 見出し-ページタイトル用(表面上は見えない) */
h1 {
	display: none;
}
/* 見出し(下線) */
h2 {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #004EA2;
	color: #004EA2;
	font-size: 18px;
	line-height: 26px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 20px;
}
/* 見出し(左に緑) */
h3 {
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	line-height: 20px;
	margin-bottom: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #390;
}
/* 見出し(オレンジ) */
h4 {
	color: #333;
	background-color: #CCC;
	line-height: 18px;
	margin-right: 5px;
	margin-bottom: 15px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
/* 見出し(フッター用) */
h5 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
	color: #FFF;
}
/* 区切り線 */
hr {
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin-bottom: 15px;
}
/* テキスト強調 */
.look {
	font-weight: bold;
	color: #F60;
}
/* 但し書きなど小さい文字用 */
.sub_text {
	font-weight: normal;
	font-size: 10px;
	line-height: 15px;
	margin-bottom: 10px;
}
/* テキストをオレンジにする */
.red{
	color: #FF9933;
	border-bottom-color: #FF9933;
	}
.no-mg{
	margin-bottom: 0px;
	}
/* テキスト(全体用) */
 p {
	line-height: 20px;
	font-size: 12px;
	margin-bottom: 15px;
}
.bold{
	font-weight: bold;	
	}
/* クリアボス */
.clear_both {
	clear: both;
}
/* テキスト装飾 */
.txt-16 {
	font-size: 15px;
	font-weight: bold;
}
/* 左フロート */
.left {
	float: left;
}

/* text-align */
.al{
	text-align:left;
}
.ac{
	text-align:center;
}
.ar{
	text-align:right;
}

/* 右マージン */
.mr-10{
	margin-right: 10px;
}
.mr-15{
	margin-right: 15px;
}
.mr-20{
	margin-right: 20px;
}
.mr-22{
	margin-right: 22px;
}
.mr-25{
	margin-right: 25px;
}
.mr-30{
	margin-right: 30px;
}
.mr-35{
	margin-right: 35px;
}
.mr-45{
	margin-right: 45px;
}
/* 左マージン */
.ml-10{
	margin-left: 10px;
}
.ml-20{
	margin-left: 20px;
}
.ml-30{
	margin-left: 30px;
}
.ml-45{
	margin-left: 45px;
}
/* 下マージン */
.mb-0 {
	margin-bottom: 0px;
}
.mb-05{
	margin-bottom: 5px;
}
.mb-10{
	margin-bottom: 10px;
}
.mb-15{
	margin-bottom: 15px;
}
.mb-25{
	margin-bottom: 25px;
}
.mb-30{
	margin-bottom: 30px;
}
.mb-35{
	margin-bottom: 35px;
}
.mb-45{
	margin-bottom: 45px;
}
/* 上マージン */
.mt-10{
	margin-top: 10px;
}
.mt-15{
	margin-top: 15px;
}
.mt-30{
	margin-top: 30px;
}
.mt-45{
	margin-top: 45px;
}
.mt-100{
	margin-top: 100px;
}
/* boxサイズ */
.w-65{
	width: 65px;
}
.w-55{
	width: 55px;
}
.w-100{
	width: 100px;
}
.w-175{
	width: 175px;
	padding: 0px;
}
.w-210{
	width: 210px;
}
.w-220{
	width: 220px;
}
.w-290{
	width: 290px;
}
.w-300{
	width: 300px;
}
.w-310{
	width: 310px;
}
.w-315{
	width: 315px;
}
.w-320{
	width: 320px;
}
.w-335{
	width: 335px;
}
.w-390{
	width: 390px;
}
.w-450{
	width: 450px;
}
.w-510{
	width: 510px;
}
.w-595{
	width: 595px;
}


/* ぶら下げインデント */
.indent-12px{
	text-indent:-12px;
	padding-left:12px;
}

/* 打消線 */
.strike{
	text-decoration:line-through;
}

/* ページタイトル
========================================== */
/* TOPページタイトルのシルバー背景 */
#index_ttl {
	background-image: url(../../image/contents/bck_index-ttl.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	height: 338px;
	margin: 0px;
}
/* TOPページタイトルのメイン背景 */
#index_ttl .ttl-box {
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../image/contents/ttl_index_8.jpg);
	position: relative;
	height: 338px;
	background-repeat: no-repeat;
}
/* TOPページのボタン4つ */
#index_ttl .ttl-box .index-btn_01 {
	position: absolute;
	top: 170px;
	left: 223px;
}
#index_ttl .ttl-box .index-btn_02 {
	position: absolute;
	top: 170px;
	left: 402px;
}
#index_ttl .ttl-box .index-btn_03 {
	position: absolute;
	top: 170px;
	left: 583px;
}
#index_ttl .ttl-box .index-btn_04 {
	position: absolute;
	top: 170px;
	left: 765px;
}
/* 下層ページタイトル用 */





/* コンテンツ
========================================== */
/* 3つのポイント */
#contents .index-3point {
	margin-top: 30px;
	margin-bottom: 30px;
}
/* 日記がパワーアップ */
#contents .index-3point .point_01 {
	float: left;
	height: 225px;
	width: 300px;
	position: relative;
	margin-right: 23px;
	background-image: url(../../image/contents/bck_index-3point_01.gif);
	background-repeat: no-repeat;
}
#contents .index-3point .point_01 .text_01-1 {
	position: absolute;
	left: 25px;
	top: 48px;
	width: 272px;
}
#contents .index-3point .point_01 .text_01-2 {
	position: absolute;
	left: 114px;
	top: 91px;
	width: 182px;
}
#contents .index-3point .point_01 .btn_3point-1 {
	position: absolute;
	left: 140px;
	top: 180px;
}
/* ボタンデザイン一新 */
#contents .index-3point .point_02 {
	float: left;
	width: 300px;
	margin-right: 22px;
	height: 225px;
	position: relative;
	background-image: url(../../image/contents/bck_index-3point_02.gif);
	background-repeat: no-repeat;
}
#contents .index-3point .point_02 .text_02-1 {
	position: absolute;
	left: 25px;
	top: 48px;
}
#contents .index-3point .point_02 .text_02-2 {
	position: absolute;
	left: 120px;
	top: 91px;
	width: 172px;
}
#contents .index-3point .point_02 .btn_3point-2 {
	position: absolute;
	left: 140px;
	top: 180px;
}
/* テンプレートで簡単！ */
#contents .index-3point .point_03 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 225px;
	width: 300px;
	position: relative;
	background-image: url(../../image/contents/bck_index-3point_03.gif);
	background-repeat: no-repeat;
}
#contents .index-3point .point_03 .text_03-1 {
	position: absolute;
	left: 25px;
	top: 48px;
}
#contents .index-3point .point_03 .text_03-2 {
	position: absolute;
	left: 125px;
	top: 91px;
	width: 167px;
}
#contents .index-3point .point_03 .btn_3point-3 {
	position: absolute;
	left: 140px;
	top: 180px;
}
/* 新着情報 */
#contents .news {
	float: left;
	margin-right: 30px;
	width: 405px;
	position: relative;
}
/* 新着情報-日付 */
#contents dl dt {
	margin-right: 15px;
	background-image: url(../../image/contents/ico_news.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	padding-left: 30px;
	background-position: left 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 22px;
}
/* 新着情報-文章 */
#contents dl dd {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 5px;
	line-height: 22px;
	padding-left: 29px;
}
/* ご購入いただいた方へ */
#contents .buy {
	width: 245px;
	margin-right: 20px;
	float: left;

}
/* 関連商品紹介 */
#contents .other-products {
	margin-bottom: 30px;
	width: 510px;

}
/* 企業向け情報 */
#contents .left_box .company {
	float: left;
	width: 245px;
}
#contents .list_01 li {
	background-image: url(../../image/contents/ico_for-comp.jpg);
	background-repeat: no-repeat;
	padding-left: 23px;
	list-style-position: inside;
	background-position: left 3px;
	line-height: 22px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom: 10px;
}
#contents .left_box .company .list_01 {
	font-size: 14px;
	border: 1px solid #999;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 15px;
}
/* 企業向け情報-一番下は下線なし */
#contents .left_box .company .list_01 .end {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-bottom: 0px;
}
/* 下層ページのタイトル */
#other_ttl {
	background-image: url(../../image/contents/bck_other-ttl.jpg);
	background-repeat: repeat-x;
	height: 153px;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#other_ttl .ttl-box {
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	height: 147px;
}
/* [・]のリストタグ */
#contents .disc {
	margin-left: 20px;
	line-height: 18px;
}
#contents .disc li {
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 5px;
}


#contents .decimal {
	margin-left: 20px;
	line-height: 18px;
}
#contents .decimal li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-bottom: 5px;
}


/* 製品情報ページの【NEW】アイコン */
#contents .product_new {
	line-height: 18px;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}
#contents .product_new li {
	background-image: url(../../image/contents/ico_product-new.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-position: left top;
	padding-left: 55px;
	font-weight: bold;
	color: #F60;
	min-height: 21px;
}
/* 画像とテキストを同じ行に置いた際の位置調整 */
.img-bottom {
	vertical-align: bottom;
}
/* 横並びリスト */
#contents .list_left {
	line-height: 24px;
}
#contents .list_left li{
	margin-right: 20px;
	display: inline;
	}
/* 【ページTOPへ】 */
#top_link {
	text-align: right;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	clear: both;
}
/* サイトマップ用 */
#contents .sitemap {
	line-height: 22px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#contents .sitemap .ttl {
	list-style-image: url(../../image/contents/ico_sitemap-ttl.gif);
	list-style-position: outside;
	margin-left: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
#contents .sitemap .normal {
	list-style-image: url(../../image/contents/ico_sitemap-main.gif);
	margin-left: 20px;
}
/* 販売店一覧用リスト */
#contents .shop_list li {
	float: left;
	display: inline;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 30px;
	line-height: 28px;
	background-image: url(../../image/contents/ico_sitemap-ttl.gif);
}
#contents .shop_list {
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}
/* センター寄せ用 */
#contents .center {
	text-align: center;
}
.line-l{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-left-style: dotted;
	}
#index_ttl .ttl-box .sns_btn {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 330px;
	position: absolute;
	top: 10px;
	text-align: right;
	right: 5px;
	vertical-align: top;
}
#index_ttl .ttl-box .sns_btn .fb-like {
	vertical-align: top;
}
#contents .qa-q {
	background-image: url(../../image/contents/ico_qa-q.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
#contents .qa-a {
	background-image: url(../../image/contents/ico_qa-a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#contents .qa-box{
	margin-left: auto;
	margin-right: auto;
	border: 1px;
	border-color: #004EA2;
	border-style:solid;
	text-align:left;
	padding: 10px 30px;
		
}

.look_blue {
	font-weight: bold;
	color: #00469B;
}
#contents .news .past-news {
	position: absolute;
	left: 247px;
	top: 5px;
}
#contents .shop_list li a {
	color: #004EA2;
}
#contents .shop_list li a:hover {
	text-decoration: underline;
}


#contents .comment_box {
	background-color: #F0FAFF;
	border-top-color: #004EA1;
	border-right-color: #004EA1;
	border-bottom-color: #004EA1;
	border-left-color: #004EA1;
	padding: 10px;
	color: #004EA1;
	line-height: 1.8em;
	margin-bottom: 20px;
	font-size: 140%;
}
