/* ************************************************ 
 *  all
 * ************************************************ */
* {
  margin: 0px;
  padding: 0px;
}

html {
  height: 100%;
  overflow-y: scroll;
}

body {
  color: #666;
  font-size: 12px;
  font-family: 'Open Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Sans-serif;
  /*background設定*/
  background-color: #fcfcfc;
  /*background: url() fixed;*/
  text-align:center;
  border-top: 2px solid #01007b;
}

a {
  outline: none;
  color: #333;
}

a:visited {
  text-decoration: underline;
}

a:hover {
  color: #3579bf;
  text-decoration: underline;
}

br.clear {
  clear: both;
  font: 0pt/0pt sans-serif;
  line-height: 0;
}

hr {
  margin: 10px 0;
  border: 0;
  clear: left;
}

img {
  border: none;
  vertical-align: middle;
}

img.new_mark_img1 {
  margin-right: 5px !important;
}

img.new_mark_img2 {
  margin-left: 5px !important;
}

.sold_out {
color: #FF0000;
}

/* ************************************************ 
 *  layout
 * ************************************************ */
/*ページ全体の幅、レイアウトをセンタリング*/
#container {
  width:1000px;
  margin:-2px auto;
  text-align:left;
  background-color:#FFF;
}

/*ヘッダー*/
#header {
  width:1000px;
  padding:0 0 15px 0;
  clear:left;
}

/*ヘッダー下細見バナー*/
#banner_underheader {
  width:1000px;
  margin:-30px 0 30px 0;
  margin-bottom: 5px;
  clear:left;
}

/*サイド*/
#side {
  float: left;
  width: 200px;
  margin-left:10px;
}

/*メイン*/
#main {
  float: right;
  width: 755px;
  margin-right:10px;
}

/*フッター（コピーライト）*/
#footer {
  padding: 90px 0 20px 0;
  width:100%;
  clear:both;
  color: #666;
  text-align: center;
  background-position: center bottom;
  background-repeat: no-repeat;
  border-bottom: 10px solid #010066;

}

p.banner {
	margin-bottom: 2px;
	}

p.underbanner {
	margin:0 0 10px 0;
	padding:0 3px 0 3px;
	}
	
#banner_leftharf {
	float:left;
	width:367px;
	margin-bottom: 20px;
	margin-right:13px;
	}
	
	
#banner_righttharf {
	float:right;
	width:367px;
	margin-bottom: 20px;
	}
	
#underbanner_leftharf {
	float:left;
	width:360px;
	margin:-20px 10px 20px 0;
	padding:0 3px 0 3px;
	}
	
#underbanner_righttharf {
	float:right;
	width:350px;
	margin:-20px 0 10px 0;
	padding:0 3px 0 3px;
	}

/* ************************************************ 
 *  header
 * ************************************************ */
 .header {
 width:970px;
height:89px;
padding:7px 0 15px 0;
margin:3px 5px 10px 15px;
clear:left;
}
 
.header-left h1 {
font-weight:normal;
font-size:12px;
margin:2px 0 8px 0;
}


.float-left {
float:left;
}

.float-right {
float:right;
}

.header-left {
float:left;
padding:15px 0 0 32px;
}

.header-right{
float:right;
width:200px;
margin:15px 0 0 0;
height:px;
}

.header-cart {
width:160px;
float:right;
margin:15px 0 0 0;
}

.mr10 {
margin-right:10px;
}

.mt10 {
margin-top:10px;
}

.mb10 {
margin-bottom:10px;
}

.mb15 {
margin-bottom:15px;
}

.mb20 {
margin-bottom:20px;
}

.ml15 {
margin-left:15px;
}


.clear {
clear:both;
}

.align-center {
text-align: center;
}


/* SNSボタン */
#snsbtn {
	position: static;
	align: left;
	text-align: left;
	width: 100%;
	margin-left: 5px;
	overflow: hidden;
}


/* ************************************************ 
 *  footer
 * ************************************************ */
#footer a {
  color: #666;
}



#footer #footer_in{
	color:#000099;
}

#footer #footer_in p{
		font-size: 19px;
		color:#000099;
		line-height:21px;
		font-weight:bold;
		width:650px;
		margin:10px 0 5px 17px;
}

#footer ul.footer_menu {
  margin-bottom: 20px;
}

#footer ul.footer_menu li {
  display: inline;
  margin: 0 5px;
}

/* ************************************************ 
 *  main
 * ************************************************ */
#main div.box {
clear: both;
margin-bottom: 20px;
}

#main div.box h3 {
margin-bottom: 20px;
font-size: 18px;
}

/* ************************************************ 
 *  item_box
 * ************************************************ */
.item_box {
width: 150px;
margin: 0 15px 15px 15px;
text-align: center;
display:inline-block; 
/display:inline; 
/zoom:1;
vertical-align:top;
}

.item_box .item_photo {
margin: 0px;
}

.item_box .item_photo img.item {
	border: 1px #e1e1e1 solid;
max-width: 100%;
}

.item_box .item_detail {
margin: 5px;
}

.item_box .item_detail p.item_name {
font-size: 13px;
margin-bottom: 5px;
}

.item_box .item_detail p.item_regular_price {
margin-bottom: 10px;
}

.item_box .item_detail p.item_price {
margin-bottom: 10px;
}

.item_box .item_detail p.item_discount {
margin-bottom: 10px;
}


/* ************************************************ 
 *  支払・送料パート
 * ************************************************ */
 
 .footer-info {
background:#FFFFFF;
text-align:left;
margin:80px 0 50px 0;
}

.left-siharai {
float:left;
width:350px;
}


.right-soryo{
float:right;
width:350px;
margin-right:15px;
}

.footer-info .title {
border-left:3px #000165 solid;
border-bottom:1px #7f6840 dashed;
padding:2px 0 5px 10px;
font-weight:bold;
margin:0 0 13px 0;
font-size:116.7%;
line-height: 170%;
}

.footer-info .title2 {
border-left:3px #000165 solid;
border-bottom:1px #7f6840 dashed;
padding:2px 0 5px 10px;
font-weight:bold;
margin:28px 0 13px 0;
font-size:116.7%;
line-height: 170%;
}

.footer-info .word {
margin:5px 0 3px 5px;
font-size:116.7%;
line-height: 160%;
}

.footer-info .word2 {
margin:5px 0 1px 5px;
color: #cc0000;
font-size:116.7%;
line-height: 170%;
}

.footer-info .line {
margin:5px 0 10px 0;
}


table.soryo {
    width: 340px;
    border: 1px #dddddd solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin:0 0 5px 5px;
	font-size:12px;
}

table.soryo th {
    padding:3px;
    border: #dddddd solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    text-align: center;
}
table.soryo td {
    padding:3px;
    border: 1px #dddddd solid;
    border-width: 0 0 1px 1px;
    text-align: center;
background: #FFFFFF;
}

.footer-top {
border-top:1px solid #FFFFFF;
background:#d4ec7f;
padding:30px 0;
}

.footer-top-cont {
width:960px;
margin:0 auto;
text-align:left;
}

ul.footer-list {
float:left;
width:191px;
}

ul.footer-list02 {
float:left;
width:176px;
border-left:1px dotted #7f6840;
padding:0 0 0 15px;
}

ul.footer-list li {
background:url(https://img14.shop-pro.jp/PA01181/873/etc/li-arrow.gif?20120805212815) no-repeat left center;
list-style-type:none;
padding:0 5px 0 10px;
}

ul.footer-list02 li {
background:url(https://img14.shop-pro.jp/PA01181/873/etc/li-arrow.gif?20120805212815) no-repeat left center;
list-style-type:none;
padding:0 5px 0 10px;
}

.footer-bottom {
background-color:#99cc33;
height:70px;
}

.footer-bottom-cont {
width:960px;
margin:0 auto;
text-align:left;
}

.page-top {
margin:0 auto;
width:960px;
text-align:right;
}

/* ************************************************ 
 *  Top_Page
 * ************************************************ */
#main #box_news {
}
#main #box_news h3{
		width:744px;
		height:31px;
		margin:0 0 15px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/%A5%C8%A5%C3%A5%D7h3%A4%AA%C3%CE%A4%E9%A4%BB.jpg?cmsp_timestamp=20160404115018) no-repeat 0 0;
	}

.news {
  overflow-y: scroll;
  color:#333;
  width:712px;
  height:120px;
  margin:0 0 15px 0;
  padding:5px 15px;
  border:solid 1px #c3c3c3;
  background-color:#FFFFFF;
}

.news p {
font-size: 110%;
line-height: 180%;
border-bottom:dotted 1px #7f6840;
padding:4px 0 3px 0;
}

#main #box_recommend {
	margin-top:35px;
}

#main #box_recommend h3{
		width:740px;
		height:31px;
		margin:0 0 13px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/%A5%C8%A5%C3%A5%D7h3%A4%AA%A4%B9%A4%B9%A4%E1.jpg?cmsp_timestamp=20160404115335) no-repeat 0 0;
	}

#main #box_sellers {
	margin-bottom:10px;
}

#main #box_sellers h3{
		width:744px;
		height:31px;
		margin:0 0 13px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/%A5%C8%A5%C3%A5%D7h3%C7%E4%A4%EC%B6%DA.jpg?cmsp_timestamp=20160404172417) no-repeat 0 0;
	}

#main #box_column {
	margin-bottom:10px;
}

#main #box_column h3{
		width:744px;
		height:31px;
		margin:0 0 13px 2px;
		font-size:100%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/%A5%C8%A5%C3%A5%D7h3%C7%E4%A4%EC%B6%DA.jpg?cmsp_timestamp=20160404172417) no-repeat 0 0;
	}
	
#main #box_column p {
line-height: 14px;
}


#main #box_free {
background: #f5f5f5;
padding: 20px;
}

#main #box_free p {
line-height: 20px;
}

#box_recentlychecked{
margin: 20px 0 0 0;
}

#box_recentlychecked h3{
		width:744px;
		height:31px;
		margin:0 0 13px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/%A5%C8%A5%C3%A5%D7h3%BA%C7%B6%E1%A5%C1%A5%A7%A5%C3%A5%AF%A4%B7%A4%BF%BE%A6%C9%CA.jpg?cmsp_timestamp=20160404172720) no-repeat 0 0;
	}

div.footstamp {
margin-bottom: 10px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}

div.footstamp span {
margin: 0 5px;
color: #999;
}

.stock_error{
font-weight:bold;
color:red;
padding:10px 0;
display:none;
}



/* ************************************************ 
 *  product_detail_page　商品詳細ページ
 * ************************************************ */
h2.product_name {
font-size: 20px;
margin:8px 0 5px 0;
padding:5px 15px 20px 15px;
background:url(https://img08.shop-pro.jp/PA01207/861/etc/h2%A1%CA%BE%A6%C9%CA%CC%BE%A4%CE%A5%D0%A5%C3%A5%AF%A1%CB.jpg?cmsp_timestamp=20160406232527) no-repeat 0 0;
}


div.product_detail_area {
margin-bottom: 20px;
position: relative;
width: 95%;
margin-right:100px;
}

div.product_images {
width: 500px;
float: left;
display: inline;
}

div.product_images div {
margin-bottom: 20px;
}

div.product_images div img {
	border: 1px #e1e1e1 solid;
max-width: 100%;
}

div.product_images div p.caption {
margin-top: 10px;
line-height: 20px;
}

div.add_cart {
width: 180px;
float: right;
margin-right:15px;
}
table.add_cart_table {
width: 100%;
border-top: 1px solid #ccc;
margin-bottom: 10px;
margin-top:270px;
}
table.add_cart_table th {
border-bottom: 1px solid #ccc;
padding: 5px;
font-size: 11px;
}
table.add_cart_table td {
border-bottom: 1px solid #ccc;
padding: 5px;
}
table.add_cart_table td input {
width: 30px;
font-size: 14px;
}
table.add_cart_table td strong.price {
font-size: 14px;
}

table#option_tbl {
width: 100%;
margin-bottom: 20px;
}
table#option_tbl th,
table#option_tbl td.none {
background: whiteSmoke;
}
table#option_tbl th,
table#option_tbl td {
border: 1px solid #ccc;
padding: 10px;
text-align: center;
}
table#option_tbl th {
background: whiteSmoke;		
}
table#option_tbl td div input {
margin-bottom: 5px;
}

ul.option_price {
margin: 0 0 20px 0px;
}
ul.option_price li {
list-style-type: none;
}

div.button_area {
}
div.button_area input {
width: 100%;
}

div.product_description {
	width:750px;
font-size: 14px;
line-height: 24px;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;
color:#252525;
clear: both;
word-wrap: break-word;
}

div.product_description img{
		margin:5px 0 10px 0;
		}

div.product_image_extra {
text-align: center;
margin-bottom: 20px;
}
div.product_image_extra img.item {
margin-bottom: 20px;
}


div.product_link_area {
float: left;
margin-left: 0px;
}
div.product_link_area div.twitter {
float: left;
width: 100px;
}
div.product_link_area div.pinterest {
float: left;
margin-right: 30px;
}
div.product_link_area div.fb-like {
float: left;
width: 200px;
}

div.product_link_area ul.other_link {
clear: both;
margin-top: 20px;
margin-left: 20px;
}
div.product_link_area ul.other_link li {
margin-bottom: 10px;
}

#tb_cap_tb{
}
#tb_cap_tb{
margin-top: 20px;
}

.tb {
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid #CCC;	
}
#tb_stitle {
margin-bottom: 20px;
}
.tb_date, .tb_title, .tb_body, .tb_state {
margin-bottom: 5px;
}

table.spec {
    width: 420px;
    border: 1px #dddddd solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-size:14px;
	margin-top:20px;
}

table.spec  th {
    padding:4px 10px;
    border: #dddddd solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    text-align:left;
	width:80px;
}
table.spec td {
    padding:4px 10px;
    border: 1px #dddddd solid;
    border-width: 0 0 1px 1px;
    text-align:left;
	
}

.description_main  {
	text-align:left;
	color:#333;
	margin:0 0 20px 5px;
}

.description_red  {
	text-align:left;
	color:#cc0000;
	margin:0 0 20px 5px;
}

.description_reserve  {
	text-align:left;
	color:#cc0000;
	font-size: 125%;
	margin:0 0 20px 5px;
}

.note  {
	text-align:left;
	font-size:108.4%;
	color:#333;
	padding:5px 0px;
}

table.point {
    width: 90%;
    border-bottom:1px dotted #999999;
  	margin:40px 0 10px 0px;
}

/* ************************************************ 
 *  cloud_zoom
 * ************************************************ */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
border: 4px solid #888;
margin:-4px;	/* Set this to minus the border thickness. */
background-color:#fff;	
cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
font-family:Arial, Helvetica, sans-serif;
position:absolute !important;
background-color:#000;
color:#fff;
padding:3px;
width:100%;
text-align:center;	
font-weight:bold;
font-size:10px;
top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
border: 4px solid #000;
overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
color:white;	
background:#222;
padding:3px;
border:1px solid #000;
}

/* Feature section in ZoomEngine page */
.zoom-section {
clear:both;
}

* html .zoom-section { 
display:inline;
clear:both;
}

.zoom-small-image {
margin-bottom: 20px;
width: 420px;
float: left;
margin-top: 4px;
}
.zoom-small-image #wrap {
top: 0px;
z-index: 9999;
position: relative;
}
.cloud-zoom {
margin-bottom: 20px;
}
.zoom-small-image .mousetrap {
z-index:999;
position: absolute;
width: 100%;
left:0px;
top:0px;
}

/* Feature descriptions in ZoomEngine page */
.zoom-desc {
width: 60px;
float: left;
margin-left: 10px;
}

a.cloud-zoom-gallery {
display: block;
margin: 0 0 5px 0;
cursor: pointer;
}
.zoom-tiny-image {
width: 50px;
height: 50px;
border: 1px solid #ccc;
padding: 3px;
}
.zoom-tiny-image.selected {
background: #333;
border: 1px solid #000;
}
.zoom-tiny-image:hover {
border: 1px solid #000;
}

/* ************************************************ 
 *  product_option_window
 * ************************************************ */
div#product_option {
margin: 20px;
padding: 20px;
background: #fff;
}

div#product_option h2 {
margin-bottom: 20px;
}

table.table_option {
background: #fff;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
margin-bottom: 20px;
}
table.table_option th {
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
padding: 10px;
background: #f5f5f5;
}
table.table_option td {
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
padding: 10px;
}

div#product_option div.button_area {
}

/* ************************************************ 
 *  product_list_page
 * ************************************************ */
div.sub_category_area,
div.sub_group_area {
height: 100%;
background: #f5f5f5;
margin-bottom: 20px;
padding: 10px 10px 0px 10px;
}

div.sub_category_area div.sub_category,
div.sub_group_area div.sub_group {
float: left;
margin: 0 20px 10px 0;
}

div.sub_category_area div.sub_category img,
div.sub_group_area div.sub_group img {
margin-right: 10px;
}

/* ************************************************ 
 *  search_page
 * ************************************************ */
div.search_result {
background: #f5f5f5;
margin: 20px 0;
padding: 10px 0;
text-align: center;
font-size:13px;
}

div.none {
text-align: center;
margin: 50px 0;
}



/* ************************************************ 
 *  policy
 * ************************************************ */
div#policy {
		width:690px;
}

div#policy h2 {
		width:690px;
		height:31px;
		margin:20px 0 15px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/h3%C6%C3%C4%EA%BE%A6%BC%E8%B0%FA%CB%A1%A4%CB%B4%F0%A4%C5%A4%AF%C9%BD%B5%AD%A1%CA%CA%D6%C9%CA%A4%CA%A4%C9%A1%CB.jpg?2131) no-repeat 0 0;
}

.policy_box,
#policy_lead{
margin-bottom: 30px;
}

div.sk_box {
margin:0 10px 50px 10px;
}
div.sk_box h3 {
font-size: 15px;
margin:20px 0 10px 0;
}
div#sk tr {
border-bottom: 1px solid #eee;
}
div#sk th {
width: 150px;
text-align: left;
padding: 10px 20px 10px 0;
}
div#sk th img.poricy_img {
margin-bottom: 5px;
}	
div#sk td {
padding: 10px 0;
}	
div#sk th,
div#sk td {
vertical-align: top;
line-height: 1.8;
}


div#payment_method {
margin-top: 40px;
}
div#payment_method table.table {
width: 100%;
}
div#payment_method table.table th {
width: 200px;
text-align: center;
}


div#shipping_method {
margin-top: 40px;
}
div#shipping_method table.table {
width: 100%;
}
div#shipping_method table.table th {
width: 200px;
text-align: center;
}

/* ************************************************ 
 *  privacy 個人情報ページ
 * ************************************************ */
div#privacy {
		width:690px;
}

div#privacy h2 {
		width:690px;
		height:31px;
		margin:20px 0 15px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/h3%B8%C4%BF%CD%BE%F0%CA%F3%A4%CE%BC%E8%A4%EA%B0%B7%A4%A4%A4%CB%A4%C4%A4%A4%A4%C6.jpg?20560845) no-repeat 0 0;
}

div#privacy .privacy_box h3 {
		font-size:134%;
		font-weight:bold;
		color:#4C4949;
		margin:0 0 10px 0;
}

.privacy_box,

.privacy_box p {
	width:630px;
	margin:0 0 25px 15px;
}

#privacy_lead{
margin:20px 10px 30px 10px;
}

/* ************************************************ 
 *  お支払い方法ページ
 * ************************************************ */
div#payhow {
		width:690px;
}

div#payhow h2 {
		width:690px;
		height:31px;
		margin:20px 0 15px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/h3%A4%AA%BB%D9%CA%A7%A4%A4%CA%FD%CB%A1%A4%CB%A4%C4%A4%A4%A4%C6.jpg?20530547) no-repeat 0 0;
}

div#payhow .payhow_box h3 {
		font-size:134%;
		font-weight:bold;
		color:#4C4949;
		margin:0 0 10px 0;
}

.payhow_box,

.payhow_cate{
		width:630px;
		border-bottom: 1px solid #cccccc;
		margin:18px 10px 35px 20px;
		padding:0 0 15px 0;
}

.payhow_cate p{
		font-size: 13px;
		color:#333;
		line-height:22px;
		width:630px;
		margin:10px 0 5px 0;
}


		
.payhow_box p {
	width:630px;
	margin:0 0 25px 15px;
}

#payhow_lead{
	font-size: 13px;
	color:#333;
	margin:10px 8px 0 8px;
	line-height:22px
}

/* ************************************************ 
 *  お取扱い方法ページ
 * ************************************************ */
div#usehow {
		width:690px;
}

div#usehow h2 {
		width:690px;
		height:31px;
		margin:20px 0 15px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/h3%A4%AA%BC%E8%A4%EA%B0%B7%A4%A4%A4%CB%A4%C4%A4%A4%A4%C6.jpg?2037091207) no-repeat 0 0;
}

div#usehow .usehow_box h3 {
		font-size:134%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
}

.usehow_box,

.usehow_cate{
		width:640px;
		border-bottom: 1px solid #cccccc;
		margin:18px 10px 35px 20px;
		padding:0 0 15px 0;
}

		
.usehow_box p {
	width:630px;
	margin:0 0 25px 15px;
}

#usehow_lead{
	margin:10px 8px 0 8px;
}

#usehow ul.uselist {
	margin-top:15px;
	margin-bottom: 15px;
}

#usehow ul.uselist li {
	font-size:14px;
	color:#333333;
	padding-left:20px; 
	list-style:none;
	background:url('https://img08.shop-pro.jp/PA01207/861/etc/listicon_squre.gif?2083') left top no-repeat;   
	line-height:22px;
	margin-bottom:7px;
}

/* ************************************************ 
 *  配送・送料ページ
 * ************************************************ */
div#shiphow {
		width:744px;
}

div#shiphow h2 {
		width:744px;
		height:31px;
		margin:20px 0 15px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/h3%C7%DB%C1%F7%A1%A6%C1%F7%CE%C1%A4%CB%A4%C4%A4%A4%A4%C6.jpg?2125) no-repeat 0 0;
}

div#shiphow .shiphow_box h3 {
		font-size:134%;
		font-weight:bold;
		color:#4C4949;
		margin:0 0 10px 0;
}

.shiphow_box,

.shiphow_cate{
		width:720px;
		border-bottom: 1px solid #cccccc;
		margin:18px 10px 35px 20px;
		padding:0 0 15px 0;
}

.shiphow_cate p{
		font-size: 15px;
		color:#333;
		line-height:26px;
		width:700px;
		margin:10px 0 5px 0;
}


		
.shiphow_box p {
	width:700px;
	margin:0 0 25px 15px;
}


div.spprice_box {
margin:14px 10px 5px 10px;
}
div.sk_box p {
font-size: 15px;
margin:10px 0 0 0;
}
div#spprice tr {
border-bottom: 1px solid #eee;
}
div#spprice th {
width: 130px;
font-size: 14px;
text-align: left;
padding: 10px 20px 10px 0;
}

div#spprice td {
	color:#666666;
padding: 10px 0;
font-size: 14px;
}	
div#spprice th,
div#spprice td {
vertical-align: top;
line-height: 1.8;
}

/* ************************************************ 
 *  肥前びーどろについてページ
 * ************************************************ */
div#abouthv {
		width:690px;
}

div#abouthv h2 {
		width:744px;
		height:31px;
		margin:20px 0 15px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/h3%A4%D3%A1%BC%A4%C9%A4%ED%A4%CB%A4%C4%A4%A4%A4%C6.jpg?2129) no-repeat 0 0;
}

div#abouthv p {
		font-size: 15px;
		color:#333;
		line-height:27px;
		width:720px;
		margin:10px 0 5px 15px;
}



div#abouthv img {
		margin:0 0 0 10px;
}




div#abouthv2 {
		width:690px;
		margin-top:40px;
}

div#abouthv2 h3 {
		width:744px;
		height:31px;
		margin:20px 0 15px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/h3%CC%BE%C1%B0%A4%CE%CD%B3%CD%E8.jpg?cmsp_timestamp=20160404225452) no-repeat 0 0;
}

div#abouthv2 p {
		font-size: 15px;
		color:#333;
		line-height:27px;
		width:720px;
		margin:10px 0 10px 15px;
}



div#abouthv3 {
	margin-top:40px;
		width:744px;
}

div#abouthv3 h3 {
		width:744px;
		height:31px;
		margin:20px 0 15px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/h3%A4%D3%A1%BC%A4%C9%A4%ED%A4%CE%BB%CF%A4%DE%A4%EA.jpg?cmsp_timestamp=20160404231346) no-repeat 0 0;
}

div#abouthv3 p {
		font-size: 15px;
		color:#333;
		line-height:27px;
		width:720px;
		margin:10px 0 5px 15px;
}

div#abouthv3 img {
		margin:0 0 0 10px;
}

div#abouthv4 {
		width:744px;
		margin-top:40px;
}

div#abouthv4 h3 {
		width:744px;
		height:31px;
		margin:20px 0 15px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/h3%A4%D3%A1%BC%A4%C9%A4%ED%A4%CE%C6%C3%C4%A7.jpg?cmsp_timestamp=20160404234928) no-repeat 0 0;
}

div#abouthv4 p {

		font-size: 15px;
		color:#333;
		line-height:27px;
		width:720px;
		margin:10px 0 5px 15px;
}

div#abouthv4 img {
		margin:0 0 0 10px;
}

/* ************************************************ 
 *  お買い物手順ページ
 * ************************************************ */
div#payflow {
		width:744px;
}

div#payflow h2 {
		width:744px;
		height:31px;
		margin:20px 0 15px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/h3%A4%AA%C7%E3%A4%A4%CA%AA%BC%EA%BD%E7.jpg?cmsp_timestamp=20160405001013) no-repeat 0 0;
}



#payflow_lead{
	font-size: 13px;
	color:#333;
	margin:10px 8px 10px 0;
	line-height:22px
}

div#payflow img {
		margin:0 0 0 17px;
}



.payflow_box,

.payflow_cate{
		width:680px;
		border-bottom: 1px solid #e2e2e2;
		margin:0 10px 20px 20px;
		padding:0 0 12px 0;
		min-height:195px;
		position:relative;
}

.payflow_cate h3{
		font-size: 15px;
		color:#333;
		line-height:22px;
		width:380px;
		margin:2px 0 0 0;
		font-weight:bold;
	}

.payflow_cate p{
		font-size: 14px;
		color:#333;
		line-height:22px;
		width:380px;
		margin:0 0 5px 0;
}

.payflow_cate img{
	position:absolute;
		top:0px;
		left:400px;
}


		
.payflow_box p {
	width:630px;
	margin:0 0 25px 15px;
}



div#payflow2 {
		width:744px;
		margin-top:40px;
}

div#payflow2 h2 {
		width:744px;
		height:31px;
		margin:20px 0 15px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/h3%A4%B4%C3%ED%CA%B8%BC%F5%C9%D5%A4%AB%A4%E9%A4%AA%C6%CF%A4%B1%A4%DE%A4%C7%A4%CE%CE%AE%A4%EC.jpg?cmsp_timestamp=20160405001245) no-repeat 0 0;
}

div#payflow2 p {
		font-size: 14px;
		color:#333;
		line-height:27px;
		width:550px;
		margin:10px 0 5px 15px;
		padding:15px;
		background-color:#f5f5f5;
}

#payflow2_lead{
	font-size: 14px;
	color:#333;
	margin:10px 8px 0 0;
	line-height:22px
}

div#payflow2 img {
		margin:15px 0 10px 10px;
}

/* ************************************************ 
 *  ラッピング・お熨斗等についてページ
 * ************************************************ */
div#wrapping1 {
	margin-top:30px;
		width:690px;
}

div#wrapping1 h2 {
		width:690px;
		height:31px;
		margin:20px 0 15px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/h3%A5%E9%A5%C3%A5%D4%A5%F3%A5%B0.jpg?2114) no-repeat 0 0;
}


div#wrapping1_lead{
	font-size: 13px;
	color:#333;
	margin:10px 8px 0 0;
	line-height:22px;
	width:630px;
	margin:0 0 15px 17px;
}

div#wrapping1 img {
		margin:0 0 0 17px;
}

div#wrapping1 p{
		font-size: 13px;
		color:#333;
		line-height:21px;
		width:610px;
		margin:5px 0 5px 17px;
}

.wrapping_box,


		
.wrapping_box p {
	width:630px;
	margin:0 0 25px 15px;
}



div#wrapping2 {
	margin-top:70px;
		width:690px;
}


div#wrapping2 img {
		margin:0 0 0 17px;
}

div#wrapping2 p{
		font-size: 13px;
		color:#333;
		line-height:21px;
		width:610px;
		margin:15px 0 5px 17px;
}

.wrapping_box,


div#wrapping3 {
	margin-top:70px;
	margin-bottom:50px;
		width:690px;
}


div#wrapping3 img {
		float:left;
		margin:0 0 0 17px;
}

div#wrapping3 p{
		float:left;
		font-size: 13px;
		color:#333;
		line-height:21px;
		width:350px;
		margin:25px 0 5px 25px;
}

.wrapping_box,



/* ************************************************ 
 *  ポイント説明ページ
 * ************************************************ */
div#point {
		width:690px;
}

div#point h2 {
		width:690px;
		height:31px;
		margin:20px 0 35px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/h3%A5%DD%A5%A4%A5%F3%A5%C8%A4%CB%A4%C4%A4%A4%A4%C6.jpg?20650554) no-repeat 0 0;
}


#point_lead{
	font-size: 13px;
	color:#333;
	margin:15px 8px 0 20px;
	line-height:22px
}

div#point img {
		margin:0 0 0 20px;
}



.point_box,

.point_cate{
		width:630px;
		margin:5px 10px 5px 0px;
		padding:0 0 15px 0;
}

.point_cate p{
		font-size: 13px;
		color:#333;
		line-height:22px;
		width:630px;
		margin:10px 0 5px 30px;
}

.point_cate p span{
		font-weight:bold;
}

.point_cate img{
		margin:0 0 0 20px;
}




/* ************************************************ 
 *  side
 * ************************************************ */
#side div.box {
clear: both;
margin-bottom: 15px;
margin-top:2px;
}

#side div.box h3 {
text-align: center;
}

#side div.box ul {
margin-left: 0px;
list-style-type: none;
}
#side div.box ul a {
display:block;
width:183px;
padding:2px 0 2px 15px;
}
#side div.box ul a:hover{
background:#f5f5f5;
color:#3579bf;
}



#side div.box ul li {
margin-bottom: 6px;
}

.left-cate {
border-left:1px solid #e4e2e2;
border-right:1px solid #e4e2e2;
border-bottom:1px solid #e4e2e2;
margin:0 0 15px 0;
padding:10px 0 5px 0;
}

#side div#box_cart {
}

#side div#box_cart div.cart_button {
text-align: right;
}

#side div#box_owner {
}

#side div#left_banner {
	margin-bottom:14px;
	margin-left:1px;
}

#side div#left_sgbanner {
	margin-top:-4px;
	margin-bottom:10px;
	margin-left:1px;
}

#side div#box_owner div.owner_photo {
padding-left: 20px;
}

#side div#box_owner img.owner_photo_inner {
width: 152px;
margin-bottom: 10px;
padding: 3px;
border: 1px solid #ccc;
}

#side div#box_owner p.name {
font-size: 20px;
margin-bottom: 10px;
padding-left: 20px;
}

#side div#box_owner p.memo {
font-size: 11px;
line-height: 18px;
margin-bottom: 10px;
padding-left: 20px;
}

#side div#box_owner p.website {
padding-left: 20px;
}

div#box_mailmaga a {
padding-left: 20px;
}

div#box_mobile img {
padding-left: 26px;
}

#group-list {
border-top:#838383 dotted 1px;
padding:10px 0px 0px;
margin:10px 20px 0px 0px;
}

/* ************************************************ 
 *  shopping Gide Pages ショッピングガイドページ
 * ************************************************ */
 
#main #box_first {
	margin:220px 0 160px 0;
	}


#main #box_first h3{
		width:744px;
		height:31px;
		margin:20px 0 15px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/h3%BD%E9%A4%E1%A4%C6%A4%CE%A4%AA%B5%D2%CD%CD.jpg?cmsp_timestamp=20160404224043) no-repeat 0 0;
	}


#main #box_first .first p {
font-size: 14px;
color:#242424;
margin:10px 8px 0 8px;
width:670px;
line-height:25px
}

#main #box_first .link{
		margin:15px 15px 0 0;
		float: right;
		font-size:14px;
		line-height: 180%;
		}


#main #box_spguide {
}

#main #box_spguide h3{
		width:744px;
		height:31px;
		margin:20px 0 15px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/h3%A5%B7%A5%E7%A5%C3%A5%D4%A5%F3%A5%B0%A5%AC%A5%A4%A5%C9.jpg?cmsp_timestamp=20160404223921) no-repeat 0 0;
	}

#main #box_spguide .left{
	position:relative;
	float:left;
	width:440px;
	margin:0 0 0px 10px;
	padding:0 0 0 0;
}

#main #box_spguide ul.itemlist_s{
	width:440px;
	list-style:none;
	margin:0 0 0 0;
	}
		#main #box_spguide ul.itemlist_s li{
		float:left;
		width:205px;
		min-height:28px;
		padding:2 2px 2px 2px;
		}
		*#main #box_spguide ul.itemlist_s li{
			height:28px;
		}
		#main #box_spguide ul.itemlist_s li img{
			position:left;
}

#main #box_spguide .right{
	width:234px;
	float:right;
	margin-right:16px;
}



/* ************************************************ 
 *  Common Elements
 * ************************************************ */
/* @group Common Elements */

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

	table.table {
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		margin-bottom: 20px;
		}
		table.table th {
			border-bottom: 1px solid #ccc;
			border-left: 1px solid #ccc;
			padding: 5px;
			background: #f5f5f5;
			}
		table.table td {
			border-bottom: 1px solid #ccc;
			border-left: 1px solid #ccc;
			padding: 5px;
			}


div.footstamp {
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	}
	div.footstamp span {
		margin: 0 5px;
		color: #999;
		}

div.sort {
	margin-bottom: 20px;
	text-align: right;
	float: right;
	}
	div.sort strong {
		margin-right: 5px;
		}
	div.sort a {
		margin-right: 5px;
		text-decoration: underline;
		}
	div.sort span {
		margin-right: 5px;
		font-weight: bolder;
		text-decoration: none;
		background: #eee;
		}

div.pager {
	margin: 20px 0 30px 0;
	clear: both;
	text-align: center;
	font-size:13px;
	}

div.pager_bottom {
	margin: 20px 0 50px 0;
	clear: both;
	text-align: center;
	font-size:13px;
	}

div.none {
	clear: both;
	text-align: center;
	margin: 50px 0;
	}

/* radius */
.r3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	}

.r5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	}

.r7 {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
	}

/* @group button */

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;

  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc 9;
}

.btn:first-child {
  *margin-left: 0;
}


.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #ff9900;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #ff9900;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  font-weight:bold;
  line-height: normal;
  color:#FFF;
  background-color:#ff9a18;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.btn-large [class^="icon-"] {
  margin-top: 1px;
}

.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}

.btn-small [class^="icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;

}

.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  background-color: #f9c202;
  *background-color: #0055cc;
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #e4b101 #e4b101 #e4b101;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #fece26;
  *background-color: #004ab3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #004099 9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn_quick {
  margin: 10px 0;
}

/* ************************************************ 
 *  よくあるご質問ページ　
 * ************************************************ */
div#qanda {
		width:690px;
}

div#qanda h2 {
		width:690px;
		height:31px;
		margin:20px 0 15px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/%A4%E8%A4%AF%A4%A2%A4%EB%BC%C1%CC%E4_h2.jpg?2152) no-repeat 0 0;
}


#qanda_lead{
	font-size: 13px;
	color:#333;
	margin:10px 8px 0 0;
	line-height:22px
}

div#qanda img {
		margin:0 0 0 17px;
}



.qanda_box,

.qanda_cate{
		width:630px;
		margin:0 10px 20px 15px;
		padding:0 0 12px 0;
		min-height:195px;
		position:relative;
}

.qanda_cate h3{
		font-size: 14px;
		color:#333;
		line-height:22px;
		width:630px;
		margin:5px 0 20px 0;
		padding:0 0 3px 2px;
		font-weight:bold;
		border-bottom: 1px solid #e2e2e2;
	}
	
.qanda_cate h4{
		font-size: 14px;
		color:#00145e;
		width:600px;
		margin: 0 0px 0px 15px;
		background: url(https://img08.shop-pro.jp/PA01207/861/etc/%A4%E8%A4%AF%A4%A2%A4%EB%BC%C1%CC%E4_mark_q.gif?2123) no-repeat 0 2px;
		padding: 0 0 0 25px;
	}

.qanda_cate p{
		font-size: 13px;
		color:#333;
		line-height:20px;
		width:600px;
		margin: 12px 0px 20px 15px;
		background: url(https://img08.shop-pro.jp/PA01207/861/etc/%A4%E8%A4%AF%A4%A2%A4%EB%BC%C1%CC%E4_mark_a.gif?2161) no-repeat 0 2px;
		padding: 0 0 10px 25px;
}


.qanda_cate img{
	position:absolute;
		top:0px;
		left:340px;
}


		
.qanda_box p {
	width:630px;
	margin:0 0 25px 15px;
}






/* ************************************************ 
 *  【特設ページ】　虹色ページ　
 * ************************************************ */

div#rainbowseries1 {
	margin-top:20px;
		width:692px;
}

div#rainbowseries1 h2 {
		width:750px;
		height:330px;
		margin:5px 0 5px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/%C6%FA%BF%A7%A5%B7%A5%EA%A1%BC%A5%BA%A5%C8%A5%C3%A5%D7%A5%A4%A5%E1%A1%BC%A5%B84.jpg?cmsp_timestamp=20600114) no-repeat 0 0;
}



div#rainbowseries1 img {
		margin:10px 0 0 17px;
}

div#rainbowseries1 p{
		font-size: 125%;
		color:#333;
		line-height:200%;
		width:740px;
		margin:10px 0 5px 17px;
}

.rainbowseries_box,


		
.rainbowseries_box p {
	width:630px;
	margin:0 0 25px 15px;
}



div#rainbowseries2 {
	margin-top:40px;
		width:690px;
}


.rainbowseries_cate{
		width:650px;
		border-bottom: 1px solid #e2e2e2;
		margin:5px 10px 20px 20px;
		padding:0 0 20px 0;
}

.rainbowseries_cate h3{
		font-size: 16px;
		color:#3e3e3e;
		line-height:22px;
		width:330px;
		margin:2px 0 0 0;
		font-weight:bold;
	}

.rainbowseries_cate p{
		font-size: 13px;
		color:#333;
		line-height:22px;
		width:330px;
		margin:0 0 5px 0;
}

.rainbowseries_cate img{
}

.rainbowseries_box,


table.rainbowseries {
    width: 650px;
	font-size:14px;
}

table.rainbowseries th {
    background: #F5F5F5;
    text-align: center;
}
table.rainbowseries td {
    text-align: left;
	background: #FFFFFF;
	vertical-align:bottom;
	color:#333;
}



.rainbowseries_cate2{
		width:650px;
		border-bottom: 1px solid #e2e2e2;
		margin:0 10px 20px 20px;
		padding:0 0 20px 0;
		min-height:430px;
}


.rainbowseries_small{
		width:320px;
		float:left;
		margin-right:5px;
}

.rainbowseries_small p{
		width:300px;
		font-size: 13px;
		color:#333;
		line-height:22px;
		margin:0 0 5px 0;
}

.rainbowseries_small img{
		margin:0 0 5px 0;
}


.rainbowseries_small h3{
		font-size: 16px;
		color:#3e3e3e;
		line-height:22px;
		width:300px;
		margin:2px 0 0 0;
		font-weight:bold;
	}
	
/* ************************************************ 
 *  【特設ページ】　ちろりページ　
 * ************************************************ */

div#chirorisp1 {
	margin-top:20px;
		width:735px;
}

div#chirorisp1 h2 {
		width:735px;
		height:405px;
		color:#4C4949;
		float:left;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/%A4%C1%A4%ED%A4%EA%A5%DA%A1%BC%A5%B8_%BC%CC%BF%BF%AD%A1.jpg?cmsp_timestamp=20170106141519) no-repeat 0 0;
		margin:0 0 0 2px;
}

div#chirorisp1 h3 {
		width:199px;
		height:55px;
		color:#4C4949;
		float:left;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/%A4%C1%A4%ED%A4%EA%A5%DA%A1%BC%A5%B8_%BC%CC%BF%BF%AD%A2.gif?20150327132453) no-repeat 0 0;
		margin:0 0 0 17px;
}

div#chirorisp1_mainpic {
		margin:0 0 0 2px;
}

div#chirorisp1 img {
		margin:0 0 0 5px;
}

div#chirorisp1 p{
		font-size: 14px;
		color:#333;
		line-height:24px;
		width:700px;
		margin:20px 0 15px 17px;
}

div#chirorisp1_link{
		font-size: 12px;
		color:#333;
		width:665px;
		margin:4px 0 15px 0;
		text-align:right;
}

.chirorisp_box,


		
.chirorisp_box p {
	width:630px;
	margin:0 0 25px 15px;
}



div#chirorisp2 {
	margin-top:40px;
		width:690px;
}

div#chirorisp2 p{
		font-size: 14px;
		color:#333;
		line-height:22px;
		width:300px;
		float:left;
		margin:8px 0 15px 20px;
}

div#chirorisp2 p span{
		font-size: 16px;
		line-height:26px;
		font-weight:bold;
}

div#chirorisp2 img {
		margin:0 0 0 17px;
}

div#chirorisp2_link{
		font-size: 13px;
		color:#333;
		width:300px;
		float:right;
		margin:70px 20px 0 0;

		text-align:right;
}


/* ************************************************ 
 *  【特設ページ】　縄文シリーズページ　
 * ************************************************ */

div#jyomon_sp1 {
	margin-top:20px;
		width:692px;
}

div#jyomon_sp1 h2 {
		width:694px;
		height:392px;
		margin:5px 0 10px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/%C6%EC%CA%B8%A5%B7%A5%EA%A1%BC%A5%BA%A5%DA%A1%BC%A5%B8_%BC%CC%BF%BF%AD%A1.jpg?2157) no-repeat 0 0;
}



div#jyomon_sp1 img {
		margin:10px 0 0 17px;
}

div#jyomon_sp1 p{
		font-size: 14px;
		color:#333;
		line-height:21px;
		width:650px;
		margin:10px 0 5px 17px;
}

.jyomon_sp_box,


		
.jyomon_sp_box p {
	width:630px;
	margin:0 0 25px 15px;
}

.jyomon_sp_button{
		font-size: 12px;
		color:#333;
		width:665px;
		margin:4px 0 15px 0;
		text-align:right;
}

.jyomonseries_cate2{
		width:650px;
		border-bottom: 1px solid #e2e2e2;
		margin:40px 10px 20px 20px;
		padding:0 0 20px 0;
		min-height:460px;
}


.jyomonseries_small{
		width:320px;
		float:left;
		margin-right:5px;
}

.jyomonseries_small p{
		width:300px;
		font-size: 13px;
		color:#333;
		line-height:20px;
		margin:0 0 5px 0;
}

.jyomonseries_small img{
		margin:0 0 5px 0;
}


.jyomonseries_small h3{
		font-size: 16px;
		color:#3e3e3e;
		line-height:22px;
		width:300px;
		margin:2px 0 0 0;
		font-weight:bold;
	}






/* ************************************************ 
 *  （f25）佐川急便　時間指定不可地域一覧
 * ************************************************ */
div#notspec {
		width:744px;
}

div#notspec h2 {
		width:744px;
		height:31px;
		margin:20px 0 15px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/%BB%D8%C4%EA%C9%D4%B2%C4_h2.jpg?cmsp_timestamp=20191206150830) no-repeat 0 0;
}



#notspec_lead{
	font-size: 15px;
	color:#000000;
	margin:10px 8px 10px 15px;
	line-height:24px
}

div#notspec img {
		margin:0 0 0 17px;
}



.notspec_box,

div#toparea_notspec {
		font-size: 15px;
		width:744px;
		margin:10px 8px 50px -30px;
		float: left;
}


#main #box_nspecguide {
}


#main #box_nspecguide .left{
	position:relative;
	float:left;
	width:730px;
	margin:0 0 0px 0px;
	padding:0 0 0 0;
}

#main #box_nspecguide ul.itemlist_s{
	width:720px;
	list-style:none;
	margin:0 0 0 0;
	}
		#main #box_nspecguide ul.itemlist_s li{
		float:left;
		width:238px;
		min-height:45px;
		padding:2 2px 2px 2px;
		}
		*#main #box_nspecguide ul.itemlist_s li{
			height:45px;
		}
		#main #box_nspecguide ul.itemlist_s li img{
			position:left;
}


div#area_notspec {
		width:710px;
		margin:0px 8px 10px 20px;
}

dl.arealist{  
   width : 715px;
   margin-bottom: 40px;
}

dt{
  font-size : 17px;
  color:#000000;
  font-weight : bold;
  margin-bottom : 10px; 
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #666666;
  padding-top : 2px;
  padding-left : 8px;
  padding-bottom : 2px;
}

dd{  
  font-size : 15px;
  line-height : 1.8;    
  margin-bottom : 45px;      
  padding-left : 5px;
  padding-right : 15px;
}

table.notspec {
    width: 700px;
    border: 1px #dddddd solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin:0 0 5px 0;
	font-size:14px;
}

table.notspec th {
	font-size: 15px;
	color:#0b0b0b;
	width: 130px;
    padding:3px;
    border: #dddddd solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    text-align: center;
}

table.notspec td {
	font-size : 15px;
  	color:#0b0b0b;
    padding:15px;
    border: 1px #dddddd solid;
    border-width: 0 0 1px 1px;
    text-align: left;
background: #FFFFFF;
}


/* ************************************************************************************************ 
 *  □□□□□□□　　一時的な物 ここから下　□□□□□□□
 * ************************************************ */

/* ************************************************ 
 *  【特設ページ】　台風19号による影響について
 * ************************************************ */

div#typhoon1 {
	margin-top:20px;
		width:692px;
}

div#typhoon1 h2 {
		width:750px;
		height:60px;
		margin:5px 0 5px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/h3_%C2%E6%C9%F719%B9%E6%A4%CB%A4%E8%A4%EB%B1%C6%B6%C1%A4%CB%A4%C4%A4%A4%A4%C6.jpg?cmsp_timestamp=20191017154928) no-repeat 0 0;
}



div#typhoon1 img {
		margin:10px 0 0 17px;
}

div#typhoon1 p{
		font-size: 125%;
		color:#333;
		line-height:200%;
		width:720px;
		margin:10px 0 5px 25px;
}

.typhoon_box,


		
.typhoon_box p {
	width:630px;
	margin:0 0 25px 15px;
}

/* ************************************************ 
 *  ５周年記念特設ページ
 * ************************************************ */
div#anniv {
		width:690px;
}

div#anniv h2 {
		width:744px;
		height:31px;
		margin:20px 0 15px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/f26_h2.jpg?cmsp_timestamp=20191223165526) no-repeat 0 0;
}

div#anniv p {
		font-size: 15px;
		color:#333;
		line-height:27px;
		width:720px;
		margin:10px 0 5px 20px;
}



div#anniv img {
		margin:0 0 0 10px;
}



div#anniv2 {
	margin-top:40px;
		width:744px;
}

div#anniv2 h3 {
		width:744px;
		height:31px;
		margin:20px 0 15px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/f26_h3.jpg?cmsp_timestamp=20191223171447) no-repeat 0 0;
}

div#anniv2 p {
		font-size: 15px;
		color:#333;
		line-height:27px;
		width:720px;
		margin:10px 0 5px 20px;
}

div#anniv2 img {
		margin:0 0 0 10px;
}

div#anniv3 {
		width:744px;
		margin-top:40px;
}

div#anniv3 h3 {
		width:744px;
		height:31px;
		margin:20px 0 15px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/h3%A4%D3%A1%BC%A4%C9%A4%ED%A4%CE%C6%C3%C4%A7.jpg?cmsp_timestamp=20160404234928) no-repeat 0 0;
}

div#anniv3 p {
		font-size: 15px;
		color:#333;
		line-height:27px;
		width:720px;
		margin:10px 0 5px 15px;
}

div#anniv3 img {
		margin:0 0 0 10px;
}



 
 /* ********  送料半額キャンペーン********** */
 
 
 div#shiphow2 {
		width:744px;
}

div#shiphow2 h2 {
		width:744px;
		height:31px;
		margin:20px 0 15px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/f27_h3.jpg?cmsp_timestamp=20200411161114) no-repeat 0 0;
}

div#shiphow2 .shiphow_box h3 {
		font-size:134%;
		font-weight:bold;
		color:#4C4949;
		margin:0 0 10px 0;
}

.shiphow2_box,

.shiphow2_cate{
		width:720px;
		border-bottom: 1px solid #cccccc;
		margin:18px 10px 35px 20px;
		padding:0 0 15px 0;
}


.shiphow2_cate p{
		font-size: 14px;
		color:#333;
		line-height:23px;
		width:700px;
		margin:10px 0 5px 0;
}


		
.shiphow2_box p {
	width:700px;
	margin:0 0 25px 15px;
}


/* ************************************************ 
 *  母の日キャンペーン
 * ************************************************ */
div#mother {
		width:690px;
}

div#mother h2 {
		width:744px;
		height:31px;
		margin:20px 0 15px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/%CA%EC%A4%CE%C6%FCh2.jpg?cmsp_timestamp=20200423162429) no-repeat 0 0;
}

div#mother p {
		font-size: 15px;
		color:#333;
		line-height:27px;
		width:720px;
		margin:10px 0 5px 20px;
}



div#mother img {
		margin:0 0 0 10px;
}



div#mother2 {
	margin-top:40px;
		width:744px;
}

div#mother2 h3 {
		width:744px;
		height:31px;
		margin:20px 0 15px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/%CA%EC%A4%CE%C6%FCh3_1.jpg?cmsp_timestamp=20200423164344) no-repeat 0 0;
}

div#mother2 p {
		font-size: 15px;
		color:#333;
		line-height:27px;
		width:720px;
		margin:10px 0 5px 20px;
}

div#mother2 img {
		margin:0 0 0 10px;
}

div#mother3 {
		width:744px;
		margin-top:40px;
}

div#mother3 h3 {
		width:744px;
		height:31px;
		margin:20px 0 15px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/%CA%EC%A4%CE%C6%FCh3_2.jpg?cmsp_timestamp=20200423164416) no-repeat 0 0;
}

div#mother3 p {
		font-size: 15px;
		color:#333;
		line-height:27px;
		width:720px;
		margin:10px 0 5px 15px;
}

div#mother3 img {
		margin:0 0 0 10px;
}


div#mother4 {
		width:744px;
		margin-top:40px;
}

div#mother4 h3 {
		width:744px;
		height:31px;
		margin:20px 0 15px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/%CA%EC%A4%CE%C6%FCh3_3.jpg?cmsp_timestamp=20200423164835) no-repeat 0 0;
}

div#mother4 h4 {
		font-size: 16px;
		font-weight: 600;
}

div#mother4 p {
		font-size: 15px;
		color:#333;
		line-height:27px;
		width:700px;
		margin:10px 0 5px 15px;
}

table.mother4 {
    width: 650px;
	font-size:14px;
}

table.rainbowseries th {
    background: #F5F5F5;
    text-align: center;
}
table.mother4 td {
    text-align: left;
	background: #FFFFFF;
	vertical-align:bottom;
	color:#333;
}


/* ************************************************ 
 *  父の日キャンペーン
 * ************************************************ */
div#father {
		width:690px;
}

div#father h2 {
		width:744px;
		height:31px;
		margin:20px 0 15px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/%C9%E3%A4%CE%C6%FCh2.jpg?cmsp_timestamp=20200601175233) no-repeat 0 0;
}

div#father p {
		font-size: 15px;
		color:#333;
		line-height:27px;
		width:720px;
		margin:10px 0 5px 20px;
}



div#father img {
		margin:0 0 0 10px;
}



div#father2 {
	margin-top:40px;
		width:744px;
}

div#father2 h3 {
		width:744px;
		height:31px;
		margin:20px 0 15px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/%C9%E3%A4%CE%C6%FCh3.jpg?cmsp_timestamp=20200602142133) no-repeat 0 0;
}

div#father2 p {
		font-size: 15px;
		color:#333;
		line-height:27px;
		width:720px;
		margin:10px 0 5px 20px;
}

div#father2 img {
		margin:0 0 0 10px;
}

div#father3 {
		width:744px;
		margin-top:40px;
}

div#father3 h3 {
		width:744px;
		height:31px;
		margin:20px 0 15px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/%CA%EC%A4%CE%C6%FCh3_2.jpg?cmsp_timestamp=20200423164416) no-repeat 0 0;
}

div#father3 p {
		font-size: 15px;
		color:#333;
		line-height:27px;
		width:720px;
		margin:10px 0 5px 15px;
}

div#father3 img {
		margin:0 0 0 10px;
}


div#father4 {
		width:744px;
		margin-top:40px;
}

div#father4 h3 {
		width:744px;
		height:31px;
		margin:20px 0 15px 2px;
		font-size:108.4%;
		font-weight:bold;
		color:#4C4949;
		text-indent:-9999px;
		background:url(https://img08.shop-pro.jp/PA01207/861/etc/%CA%EC%A4%CE%C6%FCh3_3.jpg?cmsp_timestamp=20200423164835) no-repeat 0 0;
}

div#father4 h4 {
		font-size: 16px;
		font-weight: 600;
}

div#father4 p {
		font-size: 15px;
		color:#333;
		line-height:27px;
		width:700px;
		margin:10px 0 5px 15px;
}

table.father4 {
    width: 650px;
	font-size:14px;
}

table.rainbowseries th {
    background: #F5F5F5;
    text-align: center;
}
table.father4 td {
    text-align: left;
	background: #FFFFFF;
	vertical-align:bottom;
	color:#333;
}


