@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------
		MEMO
------------------------------------------------------*/
/*
フォントファミリー


文字列の均等揃え
	text-align: justify;
文字列の均等揃え IE
	text-justify:inter-ideograph;

*/


/*=== IE hasLayout true ===*/
/*
 {
	display: inline-block;
}
*/
/*=== IE hasLayout true ===*/



/*----------------------------------------------------
		タグの定義
------------------------------------------------------*/

body {
	color: #2F3251;	/*文字色*/
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	line-height: 1.66;
	font-family: "メイリオ", Meiryo, Yu Gothic, YuGothic, "游ゴシック", "游ゴシック体", Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	background: #FFF;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
table {
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
/*chromeでtextareaのみ文字が小さくなるバグ対応*/
}
form {
	margin: 0px;
}
table {
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
address {
	font-style: normal;
}
/*----------------------------------------------------
		リンクの定義
------------------------------------------------------*/
a:hover {
	color: rgba(113,157,255,1.00);			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*----------------------------------------------------
		コンテンツ格納ブロック
------------------------------------------------------*/
#wrapper {
	width: 958px;	/*ブロック幅*/
	margin-right: auto;
	margin-left: auto;
}
/*----------------------------------------------------
		ヘッダー（サイト名ロゴが入ったブロック）
------------------------------------------------------*/

header {
	width: 100%;	/*ブロックの幅*/
	height: 101px;	/*ブロックの高さ*/
	background: url(../images/header_bg_3s.jpg) no-repeat right top;	/*背景画像の読み込み＆リピートしない＆右側上部に配置*/
	position: relative;
}
/*h1タグの設定*/
header h1 {
	font-size: 13px;		/*文字サイズ*/
	color: #F0F0F0;			/*文字色*/
	line-height: 1;
	text-align: right;		/*右寄せ*/
	position: absolute;
	right: 4px;
	top: 1px;
	font-weight: lighter;
	z-index: 5;
}


/*----------------------------------------------------
		header直下のメインメニュー
------------------------------------------------------*/

nav#menu ul {
	position: absolute;
	left: 0px;		/*ヘッダーブロックに対して左から0pxの場所に配置*/
	bottom: 0px;	/*ヘッダーブロックに対して下から0pxの場所に配置*/
	width: 100%;
}

/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: left;
	/*border-top: 4px solid rgba(0,0,0,0);	上の線の幅、線種、色。rgbaはRGBカラー(0,0,0は黒)に透明度(0は0％の事、1で100%の事になります。)を追加しています。*/
	margin-left: 1px;
	font-size: 14px;
}
nav#menu ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	width: 136px;	/*メニュー幅*/
	text-align: center;
	padding: 5px 0px;
	background-color: #FF5700;
}
/*最初のメニューの設定*/
nav#menu ul li:first-child {
	margin-left: 0;
}
/*マウスオン時の設定*/
nav#menu ul li a:hover {
	background-color: #FFE6E7;
	color: #FFF;
	background-image: -webkit-linear-gradient(270deg,rgba(255,87,0,1.00) 0%,rgba(255,230,231,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,87,0,1.00) 0%,rgba(255,230,231,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,87,0,1.00) 0%,rgba(255,230,231,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,87,0,1.00) 0%,rgba(255,230,231,1.00) 100%);
}
/*表示中のメニューをハイライト*/
nav#menu ul li#position a {
	color: #FF5700;	/*文字色*/
	background-color: #FFF8F8;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(255,240,240,1.00) 100%);	
	background-image: -moz-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(255,240,240,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(255,240,240,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(255,240,240,1.00) 100%);			
}


/*----------------------------------------------------
		コンテンツ (main,side_columnを囲むブロック)
------------------------------------------------------*/

#contents {
	clear: left;
	width: 100%;
	padding-top: 20px;
}


/*----------------------------------------------------
		メインコンテンツ
------------------------------------------------------*/

#main_column {
	float: right;	/*右側に回り込み*/
	width: 734px;	/*メインコンテンツ幅*/
	padding-bottom: 17px;
}
#main_column #top_information {
	width: 100%;
	margin-bottom: 1.5rem;
/*	display: none; */
}
#main_column #top_information p {
	margin: 0 0 0.8rem 0;
}

/*mainコンテンツのh1タグの設定*/
#main_column h1 {
	background-image: url(../images/h1_3.png);
	-webkit-box-shadow: 1px 2px 5px #bcbcbc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #bcbcbc;			/*同上*/
	font-size: 100%;
	color: #FFF;	/*文字色*/
	padding: 3px 0px 5px 15px;	/*左から、上、右、下、左側への余白*/
	clear: both;
	background-repeat: repeat-x;
	/*	border-bottom: 4px solid #4E4E4E;	下側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	background-position: left bottom;
}
/*mainコンテンツのh2タグの設定*/
#main_column h2 {
	font-size: 1em;
	line-height: 1.4;
	color: #222222;	/*文字色*/
	padding: 0px 0px 0px 13px;	/*左から、上、右、下、左側への余白*/
	clear: both;
	border-bottom: 2px dotted #717171;	/*下側の線の幅、線種、色*/
	border-left: 7px solid #717171;
	margin-top: 1.7em;
}
#main_column h3 {
	font-size: 15px;
	padding: 0px 0px 0px 19px;	/*左から、上、右、下、左側への余白*/
	margin: 1.5em 0 1.1em 0;
	clear: both;
border-bottom: 1px dotted #717171;	/*下側の線の幅、線種、色*/
}
#main_column table h3 {
	font-size: 15px;
	padding: 0px 0px 0px 5px;	/*左から、上、右、下、左側への余白*/
	margin: 0;
	clear: both;
	border-bottom: 1px dotted #717171;	/*下側の線の幅、線種、色*/
}
#main_column h1 + h2 {
	margin-top: 1.2em;
}

/*mainコンテンツの段落タグ設定*/
#main_column .article {
	clear: both;
}
#main_column .box {
	margin-top: 1em;
	margin-bottom: 1em;
	clear: both;
}
#main_column p {
	margin-top: 1em;
	margin-bottom: 1em;
}

#main_column .last_child {
	margin-bottom: 2em;
}
#main_column address img.mail_ad {
	vertical-align: -30%;
}
#main_column address img.phone_num {
	display: inline;
}
/* 	display: none; */
/*----------------------------------------------------
		商品購入ページ
------------------------------------------------------*/

h2 + table.item_cart {
	margin-top: 1.6em;	
} 
#item .section_block {
	margin-top: 2em;
}
/*カート中央のセル内テキスト*/
table.item_cart td[rowspan] aside div {
	margin-top: 1em;
	margin-bottom: 0.5em;
	text-align: left;
	line-height: 1.4em;
	font-size: 0.9em;
}
/*カート画像2個ある場合*/
table.item_cart th a + a {
	display: inline-block;
	margin-left: 8px;
}
/*
#item form {
	display: none;
}
*/
/*フォームボタンの設定*/
table.item_cart td:first-child form input[type="submit"] {
	font-size: 13px;
}

#item div form input[value="カゴの中を見る"] {
	margin: 1.5em 0.5em 1.5em auto;	/*左から、上、右、下、左へのマージン*/
	display: block;
	font-size: 13px;
}

/*----------------------------------------------------
		サイドカラム (サイドメニュー)
------------------------------------------------------*/

#side_column {
	float: left;	/*左側に回り込み*/
	width: 210px;	/*サブコンテンツ幅*/
}
#side_column .banner {
	width: 210px;	/*画像幅*/
	line-height: 1em;

}
#side_column .banner img {
	display: block;
}
#side_column .top {
	margin-bottom: 1em;
}
#side_column .bottom {
	margin-top: 1em;
}
#nav_area {
	-webkit-box-shadow: 1px 2px 5px #bcbcbc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #bcbcbc;			/*同上*/
	border: 1px solid #3B3B3B;
	background-color: #707070;
}
#nav_area ul li {
/*	background-color: #FFFFFF; */
}
/*サイドカラム内のh1タグ設定*/
#side_column #nav_area h1 {
	color: #FFF;	/*文字色*/
	font-size: 100%;
	padding: 5px 0px 5px 7px;	/*左から、上、右、下、左への余白*/
	background-color: #2c2d2f;
/*	background-image: url(../images/side_menu22.png); */
}

/*----------------------------------------------------
		サイドカラムのリンク
------------------------------------------------------*/

#side_column ul li a {
	text-decoration: none;
	display: block;
	padding-left: 5px;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	border-bottom: 1px dashed #717171;	/*下の線の幅、線種、色*/
	color: #2F3251;	/*文字色*/
	background-color: #FFF;
/* 	background-color: rgba(0,0,0,0.35); */
}
/*マウスオンの設定*/
#side_column ul li a:hover {
	background-image: url(none);
	background-color: #D3D3D3;	/*背景色*/
	color: #FF5358;			/*文字色*/
}
#side_column aside ul li a {
	text-decoration: none;
	display: block;
	padding-left:5px;
}
/*----------------------------------------------------
		サイドカラム内のコンテンツプロック
------------------------------------------------------*/

#side_column .block {
	color: #FFF;		/*文字色*/
	padding: 0px 0px 5px 0px;		/*ボックス内 左から、上、右、下、左の余白*/
}
#side_column aside .block {
	margin: 17px 0px 0px 0px;		/*ボックス内 左から、上、右、下、左の余白*/
}

/*----------------------------------------------------
		フッター設定
------------------------------------------------------*/

footer {
	clear: both;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 7px;
}
footer small {
	color: #BEB8C3;
}


/*----------------------------------------------------
		テーブル
------------------------------------------------------*/

/*テキストコンテンツ用テーブル*/
.text_t {
	width: 97%;
	margin-left: auto;
	margin-right: auto;
}
.text_t, .text_t th, .text_t td {
	border: 1px solid #c1c1c1;
}
.text_t th {
	width: 30%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-color: #E8E8FF;
	padding-right: 8px;
}
.text_t td {
	width: 70%;
	padding: 8px 5px 8px 5px;
	vertical-align: middle;
}
/* */
.text_t td img {
	display: inline;
}

/*テキストコンテンツ用テーブル 2*/

.text_t2 {
	width: 100%;
	font-size: 0.9em;
}
.text_t2 colgroup col#grouping {
	width: 22%;
}
.text_t2 colgroup col#cell1 {
	width: 13%;
}
.text_t2 colgroup col#cell2 {
	width: 13%;
}
.text_t2 colgroup col#cell3 {
	width: 13%;
}
.text_t2 colgroup col#cell4 {
	width: 13%;
}
.text_t2 colgroup col#cell5 {
	width: 13%;
}
.text_t2 colgroup col#cell6 {
	width: 13%;
}
.text_t2, .text_t2 th, .text_t2 td {
	border: 1px solid #c1c1c1;
}
.text_t2 thead tr th {
	background-color: #E9DDAE;
}
.text_t2 th {
	background-color: #E8E8FF;
}
.text_t2 th, .text_t2 td {
	padding: 4px;
}
.text_t2 td.center_td {
	text-align: center;
}

/*配送料表示用テーブル*/

.carriage_t {
	width: 97%;
	margin-left: auto;
	margin-right: auto;
}
.carriage_t colgroup col#grouping {
	width: 20%;
}
.carriage_t colgroup col#area {
	width: 63%;
}
.carriage_t colgroup col#charge {
	width: 17%;
}

.carriage_t, .carriage_t th, .carriage_t td {
	border: 1px solid #c1c1c1;
}
.carriage_t thead tr th {
	background-color: #E9DDAE;
}
.carriage_t th {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-color: #E8E8FF;
	padding-right: 8px;
}
.carriage_t td {
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-right: 8px;
}
.carriage_t td.center_td {
	text-align: center;
}

/*アイテム買い物カゴ用テーブル*/
table.item_cart {
	width: 100%;
	border: 1px solid #c1c1c1;
}
/*カートの商品画像のセル設定*/
table.item_cart th {
	padding: 0;
	color: #2F3251;
	display: table-cell;
	vertical-align: middle;
	line-height: 0;
}
/*価格セル設定*/
table.item_cart td {
	width: 30%;
	padding: 6px 0px;
	text-align: center;
	color: #a81952;
	line-height: 1.4em;
}
/*価格セル設定のコメント*/
table.item_cart td .p_comment {
	text-align: center;
	color: #2F3251;
	font-size: 0.8em;
}
/*中央のセル設定*/
table.item_cart td[rowspan] {
	width: 30%;
	padding: 5px;
	text-align: left;
	color: #2F3251;
}

/*フォームボタンのセル設定*/
table.item_cart td:first-child {
	text-align: center;
	color: #2F3251;
	line-height: 1.4em;
	font-size: 0.9em;
}
table.item_cart + table.item_cart {
	border-top: none;
}
/*空白のセル*/
.empty {
	border-style: none;	
}
/*買い物ガイド テーブル*/
#main_column .shop_guide td h2 {
	margin-top: 3px;
}
#main_column .shop_guide td p {
	margin-top: 1em;
	margin-bottom: 1em;
}
.shop_guide {
	width: 100%;
	margin-top: 2.7em;
}
.shop_guide td {
	border: 1px solid #c1c1c1;
	vertical-align: top;
}
.shop_guide tr.area_a td {
	width: 33%;
}
.shop_guide td .calendar {
	width: 420px;
	margin-left: auto;
	margin-right: auto;
}
.shop_guide td {
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-right: 8px;
}
.shop_guide .center_td {
	text-align: center;
}
/*=-=-=-=-= 買い物ガイド バナー =-=-=-=-=*/
.shop_guide .banner {
	margin-bottom: 1.7em;
}
.shop_guide .banner p {
	text-align: center;
}
#main_column .shop_guide .banner p {
	margin: 0;
}
/*----------------------------------------------------
		タイル表示
------------------------------------------------------*/
/*アイテムサムネイル用*/
.thumbnail_list {
	padding: 0;
	text-align: center;
	clear: both;
	overflow : hidden
}
.thumbnail_list .list_box {
	width: 19.837%;
	margin: 0;
	padding: 1% 0 0 0;
	float: left;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
}
/*  */
.thumbnail_list .list_img {
	max-height: 90px;
	overflow: hidden;
	text-align: center;
}
.thumbnail_list .list_img img {
	width: 120px;
}

/* 中身のデザインに関する記述 */
.thumbnail_list .list_box a {
	text-decoration: none;
}
.thumbnail_list .list_text h4 {
	font-size: 1em;
	line-height: 1.4;
	color: #2F3251;	 /*文字色*/
	margin: 0px;
	padding: 0px;
	border: none;
	font-weight: normal;
	text-decoration: underline;
}
.thumbnail_list .list_text span {
	color: #eb2031;
}
.thumbnail_list .list_text h4:hover,
.thumbnail_list .list_text span:hover {
	color: rgba(113,157,255,1.00); /*:hoverマウスオン時の文字色*/
	text-decoration: none;
}
.thumbnail_list .list_box:nth-of-type(1),
.thumbnail_list .list_box:nth-of-type(2),
.thumbnail_list .list_box:nth-of-type(3),
.thumbnail_list .list_box:nth-of-type(4),
.thumbnail_list .list_box:nth-of-type(5) {
	border-top: 1px solid #c1c1c1;
}
.thumbnail_list .list_box:nth-of-type(5n+1) {
	clear: both;
	border-left: 1px solid #c1c1c1;
}

/*----------------------------------------------------
		PAGE TOP設定
------------------------------------------------------*/

#pagetop {
	clear: both;
	text-align: right;
}
#pagetop a {
	color: #FFF;	/*文字色*/
	background-color: #000;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 14em;
	font-size: 10px;
	letter-spacing: 0.1em;
	display: inline-block;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #333;
	color: #FFF;
}

/*----------------------------------------------------
		注意書き・注釈
------------------------------------------------------*/
/*asterisk*/
ul.notes {
	margin-left: 15px;
	line-height: 1.5;
	clear: both;
/*	margin-bottom: 1.5em; */
}
ul.notes li {
	background-image: url(../images/asterisk.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	list-style-type: none;
	padding: 0px 0px 0px 19px;
}
/*dot*/
ul.dot li {
	margin-left: 1.3em;
	line-height: 1.7;
	list-style-position: outside;
	list-style-type: disc;
}
/*----------------------------------------------------
		画像等オブジェクトのレイアウト
------------------------------------------------------*/
#main_column .layout_center {
	display: block;
	margin: 13px auto;
	text-align: center;
}
#main_column .layout_center p {
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 0px;
	text-align: center;
}
#main_column .first_child {
	margin-top: 0;
}
.float_l {
	display: block;
	float: left;
	margin: 0px 17px 9px 0px;
}
.float_r {
	display: block;
	float: right;
	margin: 0px 0px 9px 17px;
}
#main_column .float_l p, #main_column .float_r p {
	line-height: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.item_image {
	margin: 0px 0px 17px 0px;
	text-align: center;
}
/*----------------------------------------------------
		etc
------------------------------------------------------*/
/*赤文字*/

/*	color: #2F3251;	デフォルト色*/
/*
.warning {
	color: #a81952;
}
*/
.warning {
	color: #eb2031;	/*赤色*/
}
/*黒文字*/
.b_text {
	color: #2F3251;	/*デフォルト色*/
}
/*太文字*/
.bold_t {
	font-weight: bold;
}
/*文字大*/
.text_l {
	font-size: 1.37rem;
}
.item_cart .text_l {
	font-size: 1.1rem;
}
/*文字小*/
.text_s {
	font-size: 0.9rem;
}
/*テキストアンダーライン*/
.underl {
	text-decoration: underline;
}
/*テキスト取り消し線*/
.midl {
	text-decoration: line-through;
}
.arrow {
	clear: both;
	display: block;
	width: 100%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
}
.banner {
	width: 100%;
	margin-bottom: 10px;
}
.look {
	background: #dcdcdc;
}
.clear {
	clear: both;
}
figcaption {
	font-size: 11px;
}

.pagetop {
	clear: both;
	text-align: right;
	font-size: 11px;
	letter-spacing: 0.2em;
}
/*----------------------------------------------------
		fancyzoom
------------------------------------------------------*/
.zoompng {
	height: 0px;
	width: 0px;
}

.zoom .zoompng {
	height: 23px;
	width: 23px;
	position: absolute;
	top: 0;
	left: 0;
}
/*----------------------------------------------------
		ページネーション
------------------------------------------------------*/
.pagination {
	text-align: center;
}
.pagination a, .pagination span {
	display: inline-block;
	width: 24px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border: 1px solid rgba(173,173,173,1.00);
}

.this_page {
	color: rgba(181,203,255,1.00);
}
a.back, a.next {
	width: 8em;
}
.pagination a:hover {
	color: rgba(113,157,255,1.00);			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
	border: 1px solid rgba(240,82,0,1.00);
	background-color: rgba(255,233,223,1.00);
}

