/* ************************************************ 
 *  all
 * ************************************************ */
 * {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	font-size: 90%;
	font-family: 'Open Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Sans-serif;
	background: url(https://img02.shop-pro.jp/PA01317/047/etc/bg_body.jpg?20150407191858) repeat-x 50% 0;
	text-align: center;
}
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 {
    max-width: 100%;
	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; }

@media screen and (max-width: 767px) {
	.sp-none {
		display: none !important;
	}
	.pc-none {
		display: block !important;
	}
}
@media screen and (min-width: 767px) {
	.sp-none {
		display: block !important;
	}
	.pc-none {
		display: none !important;
	}
}

/* ************************************************ 
 *  layout
 * ************************************************ */
/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	width: 960px;
	margin: 0px auto;
	padding: 10px;
	text-align: left;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
    #container {
        width: 100%;
        box-sizing: border-box;
    }
}
/*ヘッダー*/
#header {
	width: 980px;
	height: 160px;
	overflow: hidden;
	text-align: left;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
    #header {
		padding-bottom: 10px;
        width: 100%;
        height: auto;
    }
}
/*サイド*/
#side {
	float: left;
	width: 230px;
}
@media screen and (max-width: 767px) {
    #side {
        float: none;
        width: 100%;
    }
}
/*メイン*/
#main {
	float: right;
	width: 700px;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    #main {
        float: none;
        width: 100%;
    }
}
/*フッター（コピーライト）*/
#footer {
	padding: 15px 0;
	width: 100%;
	clear: both;
	background: url(https://img02.shop-pro.jp/PA01317/047/etc/bg_footer.jpg?20150407203043) no-repeat 0 0;
	color: #898340;
}
@media screen and (max-width: 767px) {
	#footer {
		padding: 15px 0 0;
	}
	#footer .copy {
		text-align: center;
	}
}
/* ************************************************ 
 *  header
 * ************************************************ */
#header div.header_link {
	width: 350px;
	float: right;
	padding-top: 60px;
}
@media screen and (max-width: 767px) {
    #header div.header_link {
        width: 100%;
        float: none;
        padding-top: 0;
    }
}
#header div.header_link ul {
	width: 100%;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
    #header div.header_link ul {
        padding-left: 10px;
    }
}
#header div.header_link ul li {
	list-style-type: none;
	float: left;
	height: 30px;
	line-height: 30px;
}
@media screen and (max-width: 767px) {
	#header div.header_link ul li {
		font-weight: bold;
	}
}
#header div.header_link ul li.phone,
#header div.header_link ul li.contact {
	font-size: 130%;
	padding-left: 40px;
}
#header div.header_link ul li.phone {
	width: 145px;
	background: url(https://img02.shop-pro.jp/PA01317/047/etc/header_tel.jpg) no-repeat 0 50%;
}
#header div.header_link ul li.contact {
	text-align: right;
	width: 115px;
	background: url(https://img02.shop-pro.jp/PA01317/047/etc/header_mail.jpg) no-repeat 0 50%;
}
#header div.header_link ul li.login,
#header div.header_link ul li.entry,
#header div.header_link ul li.cart {
	font-size: 110%;
	padding-left: 20px;
}
#header div.header_link ul li.login {
	width: 70px;
	background: url(https://img02.shop-pro.jp/PA01317/047/etc/listmark_header.jpg) no-repeat 0 50%;
}
#header div.header_link ul li.entry {
	width: 110px;
	background: url(https://img02.shop-pro.jp/PA01317/047/etc/listmark_header.jpg) no-repeat 0 50%;
}
#header div.header_link ul li.cart {
	width: 110px;
	background: url(https://img02.shop-pro.jp/PA01317/047/etc/listmark_header.jpg) no-repeat 0 50%;
}
#header div.header_link ul li a { text-decoration: none; }
#header div.header_link ul li.view_cart span.count {
	background: #ff3355;
	color: #fff;
	font-weight: bolder;
	padding: 5px 10px;
	margin-left: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#header div.search {
	float: left;
	margin-bottom: 40px;
}
#header h1.logo {
	width: 390px;
	height: 160px;
	float: left;
}
@media screen and (max-width: 767px) {
    #header h1.logo {
		margin-bottom: 0;
        width: 100%;
        height: auto;
        float: none;
    }
}
#header h1.logo a { text-decoration: none; }
#header h1.logo img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0;
}
@media screen and (max-width: 767px) {
    #header h1.logo img {
        margin: 0 auto;
        width: 200px;
    }
}
/* ************************************************ 
 *  footer
 * ************************************************ */#footer a {
	text-decoration: none;
	color: #898340;
}
#footer a:hover {
	text-decoration: none;
	color: #c00;
}
.ptop {
	text-align: right;
	margin: 0;
	padding: 0;
	line-height: 30px;
}
#footer ul.footer_menu { margin-bottom: 20px; }
#footer ul.footer_menu li {
	display: inline;
	margin: 0 5px;
}
.footer-info {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}
.footer-info dl {
	width: 300px;
	float: left;
	margin-right: 20px;
}
@media screen and (max-width: 767px) {
    .footer-info dl {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}
.footer-info dl.right-info { margin-right: 0; }
.footer-info dt {
	font-size: 130%;
	margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
	.footer-info dt {
		margin-top: 25px;
		margin-bottom: .5em;
		font-weight: bold;
		font-size: 120%;
	}
}
/* ************************************************ 
 *  Gnav
 * ************************************************ */
#container-head {
	width: 100%;
	margin-bottom: 30px;
	padding-top: 180px;
	background: url(https://img02.shop-pro.jp/PA01317/047/etc/bg_header.jpg) no-repeat 0 0;
}
#container-head ul {
	width: 100%;
	height: 50px;
	overflow: hidden;
	padding-top: 7px;
	border-top: 3px solid #910;
}
#container-head li {
	list-style: none;
	width: 160px;
	float: left;
	text-align: center;
	line-height: 50px;
	background: url(https://img02.shop-pro.jp/PA01317/047/etc/gnav.jpg) no-repeat;
}
@media screen and (max-width: 767px) {
    #container-head {
        margin-bottom: 10px;
        padding-top: 180px;
    }
    #container-head ul {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        padding-top: 7px;
    }
    #container-head li {
        flex: 0 0 33.33%;
        width: 100%;
        float: none;
        background-image: none;
    }
}
#container-head li.nav01 { background-position: 0 0; }
#container-head li.nav02 { background-position: -160px 0; }
#container-head li.nav03 { background-position: -320px 0; }
#container-head li.nav04 { background-position: -480px 0; }
#container-head li.nav05 { background-position: -640px 0; }
#container-head li.nav06 { background-position: -800px 0; }
#container-head li a {
	text-decoration: none;
	display: block;
	width: 100%;
	background-image: none;
	background-color: transparent;
}
#container-head li a:hover {
	text-decoration: none;
	background: url(https://img02.shop-pro.jp/PA01317/047/etc/gnav.jpg) no-repeat;
}
@media screen and (max-width: 767px) {
	#container-head li a {
		font-weight: bold;
		font-size: 16px;
	}
    #container-head li a:hover {
        background-image: none;
    }
}
#container-head li.nav01 a:hover { background-position: 0 -50px; }
#container-head li.nav02 a:hover { background-position: -160px -50px; }
#container-head li.nav03 a:hover { background-position: -320px -50px; }
#container-head li.nav04 a:hover { background-position: -480px -50px; }
#container-head li.nav05 a:hover { background-position: -640px -50px; }
#container-head li.nav06 a:hover { background-position: -800px -50px; }
/*202003調整*/	
#container-head li{ margin-right: 40px; }
#container-head li.nav06{ margin-right: 0; }
@media screen and (max-width: 767px) {
    #container-head li{ margin-right: 0; }
}
/* ************************************************ 
 *  main
 * ************************************************ */
@media screen and (max-width: 767px) {
    .topBanner img {
        height: auto;
    }
}
#main div.box {
	clear: both;
	margin-bottom: 40px;
}
#main div.box h3 {
	margin-bottom: 20px;
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	#main div.box {
		margin-bottom: 0;
	}
	#main div.box h3 {
		font-weight: bold;
	}
}
/* ************************************************ 
 *  item_box
 * ************************************************ */
.item_box {
	width: 205px;
	margin: 0 0 20px 20px;
	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 { max-width: 100%; }
.item_box .item_detail { margin: 10px; }
.item_box .item_detail p.item_name {
	font-size: 15px;
	margin-bottom: 10px;
}
.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; }
@media screen and (max-width: 767px) {
	.item_wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.item_box {
		flex: 0 0 48%;
		width: 100%;
		margin: 0 0 20px 4%;
	}
	.item_box:nth-child(2n+1) {
		margin-left: 0;
	}
	.item_box .item_detail p.item_name {
		font-size: 14px;
	}
}
/* ************************************************ 
 *  Top_Page
 * ************************************************ */
#main #box_news { }
#main #box_news p { line-height: 20px; }
#main #box_recommend { }
#main #box_sellers { }
#main #box_free {
	/*background: #f5f5f5;*/
	padding: 20px;
}
#main #box_free p { line-height: 20px; }
#box_recentlychecked { margin: 20px 0 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-bottom: 15px;
}
div.product_detail_area {
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}
div.product_images {
	/*width: 500px;*/
	width: 420px;
	float: left;
	display: inline;
}
@media screen and (max-width: 767px) {
    div.product_images {
        width: 100%;
        float: none;
    }
}
div.product_images div { margin-bottom: 20px; }
div.product_images div img { max-width: 100%; }
div.product_images div p.caption {
	margin-top: 10px;
	line-height: 20px;
}
div.add_cart {
	/*width: 180px;*/
	width: 240px;
	float: right;
}
@media screen and (max-width: 767px) {
    div.add_cart {
        position: static !important;
        width: 100%;
        float: none;
    }
}
/*
table.add_cart_table {width: 100%;border-top: 1px solid #ccc;margin-bottom: 10px;}
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 {
	width: 100%;
	margin-bottom: 10px;
}
table.add_cart_table th,
table.add_cart_table td { display: block; }
table.add_cart_table th {
  border-top: 1px solid #ccc;
  padding: 5px 0 2px;
  font-size: 11px;
}
table.add_cart_table td { padding: 2px 0 15px; }

table.add_cart_table table{ margin-bottom: 15px;}
table.add_cart_table table th,
table.add_cart_table table td { display: table-cell; }

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 { margin-bottom: 20px; }
div.button_area input { width: 100%; }
div.product_description {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	clear: both;
	word-wrap: break-word;
}
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; }
/* ************************************************ 
 *  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;
}
@media screen and (max-width: 767px) {
    .zoom-small-image {
        width: 100%;
        float: none;
    }
}
.zoom-small-image #wrap {
	top: 0px;
	z-index: 9999;
	position: relative;
}
@media screen and (max-width: 767px) {
    .zoom-small-image #wrap {
        /* overflow: hidden; */
    }
}
.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: 20px;}
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-desc {
	width: 100%;
	overflow: hidden;
}
a.cloud-zoom-gallery {
	display: block;
	cursor: pointer;
}
.zoom-tiny-image {
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;
	margin: 0 2px 2px 0;
	padding: 3px;
	float: left;
}
.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 {
	height: 100%;
	background: #f5f5f5;
	margin-bottom: 20px;
	padding: 10px 10px 0px 10px;
}
div.sub_category_area div.sub_category {
	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; }
/*
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;
}
div.none {
	text-align: center;
	margin: 50px 0;
}
/* ************************************************ 
 *  policy
 * ************************************************ */
div#policy { }
div#policy h2 { margin-bottom: 30px; }
.policy_box,
#policy_lead { margin-bottom: 30px; }
div.sk_box { margin-bottom: 50px; }
div.sk_box h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
div#sk tr { border-bottom: 1px solid #eee; }
div#sk th {
	width: 150px;
	text-align: left;
	padding: 10px 20px 10px 0;
}
@media screen and (max-width: 767px) {
	div.sk_box h3 {
		font-weight: bold;
	}
	div#sk th {
		width: 105px;
		padding: 10px 15px 10px 0;
		font-size: 13px;
	}
}
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;
}
@media screen and (max-width: 767px) {
	div#sk td {
		font-size: 13px;
	}
}
div#payment_method { margin-top: 40px; }
div#payment_method table.table { width: 100%; }
div#payment_method table.table th {
	width: 200px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	div#payment_method table.table th {
		width: 80px;
	}
}
div#shipping_method { margin-top: 40px; }
div#shipping_method table.table { width: 100%; }
div#shipping_method table.table th {
	width: 200px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	div#shipping_method table.table th {
		width: 80px;
	}
}
/* ************************************************ 
 *  side 230px
 * ************************************************ */
#side div.box {
	clear: both;
	margin-bottom: 20px;
}
#side div.box h3 {
	margin-bottom: 10px;
	padding: 5px;
	background: #f5f5f5;
	text-align: center;
}
#side div.box ul { margin: 0; }
#side div.box ul li { list-style: none; }
#side div#box_cart { }
#side div#box_cart div.cart_button { text-align: right; }
#side div#box_owner { }
#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;}
*/
/* ************************************************************ */
/* グループ */
/* ************************************************************ */
.page-default #group-list { border-top: 1px solid #ad0003; }
/* ************************************************************ */
/* 価格の時　「ご利用シーンから選ぶ」は表示しない
   ご利用シーンから選ぶ　の時　「価格で選ぶ」は表示しない       */
.page-scene .group-1110145 { display: none; }
.page-price .group-1110131 { display: none; }
/* ************************************************************ */
#group-list li { border-bottom: 1px solid #ad0003; }
#group-list li a {
	color: #ad0003;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	#group-list li a {
		display: block;
		padding: 10px 5px;
	}
}
#main div.sub_group_area {
	height: 100%;
	background: #f8f7f0;
	margin-bottom: 20px;
	padding: 10px 10px 0px 10px;
}
#main div.sub_group_area div.sub_group {
	float: left;
	margin: 0 20px 10px 0;
}
#side .sub_group_area {
	border-left: 1px solid #ad0003;
	border-right: 1px solid #ad0003;
	border-bottom: 1px solid #ad0003;
}
#side div.box .sub_group_area .sub_group { padding: 5px 10px; }
#side div.box .sub_group_area .sub_group li { padding: 2px 0; }
#side div.box .sub_group_area .sub_group li a {
	text-decoration: none;
	padding-left: 25px;
	background: url(https://img02.shop-pro.jp/PA01317/047/etc/arrow_darkred.gif) no-repeat 0 50%;
}
#side div.box .sub_group_area .sub_group li a:hover {
	text-decoration: none;
	background: url(https://img02.shop-pro.jp/PA01317/047/etc/arrow_orange.gif) no-repeat 0 50%;
	color: #f90;
}
/* 以下カスタム設定 */
#side div.box .mainNav li {
	width: 220px;
	height: 50px;
	overflow: hidden;
	margin-bottom: 1px;
	padding: 5px;
	background-color: #f8f7f0;
}
@media screen and (max-width: 767px) {
	#side div.box .mainNav li {
		width: 100%;
		height: 50px;
		margin-bottom: 1px;
		padding: 5px;
	}
}
#side div.box .mainNav li img {
	display: block;
	width: 60px;
	float: left;
}
@media screen and (max-width: 767px) {
	#side div.box .mainNav li img {
		width: 60px;
		float: none;
	}
}
#side div.box .mainNav li span {
	display: block;
	float: right;
	width: 150px;
	height: 50px;
	padding: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
	#side div.box .mainNav li span {
		display: flex;
		flex: 1;
		align-items: center;
		float: none;
		width: 100%;
		height: 50px;
		padding: 0 0 0 10px;
	}
}
#side div.box .mainNav li a {
	text-decoration: none;
	display: block;
	width: 100%;
	background-color: transparent;
}
@media screen and (max-width: 767px) {
	#side div.box .mainNav li a {
		display: flex;
	}
}
#side div.box .mainNav li a:hover {
	text-decoration: none;
	color: #f00;
	opacity: 0.4;
}
#side div.box .banner li {
	width: 230px;
	height: 80px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 auto;
	padding: 0;
	background: url(https://img02.shop-pro.jp/PA01317/047/etc/side_btn.jpg) no-repeat;
}
#side div.box .banner li.banner01 { background-position: 0 0; }
#side div.box .banner li.banner02 { background-position: 0 -80px; }
#side div.box .banner li.banner03 { background-position: 0 -160px; }
#side div.box .banner li a {
	display: block;
	width: 100%;
	height: 80px;
	background-image: none;
	background-color: transparent;
}
#side div.box .banner li a:hover {
	text-decoration: none;
	background: url(https://img02.shop-pro.jp/PA01317/047/etc/side_btn.jpg) no-repeat;
}
#side div.box .banner li.banner01 a:hover { background-position: -230px 0; }
#side div.box .banner li.banner02 a:hover { background-position: -230px -80px; }
#side div.box .banner li.banner03 a:hover { background-position: -230px -160px; }
#side div.box .sns li {
	width: 230px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
#side div.box .sns li.blog {
  height: 60px;
  margin-bottom: 20px;
}
#side div.box .sns li.fb {
  height: 500px;
}
#side div.box .sns li.blog a:hover{ opacity: .5; }
/* ************************************************ 
 *  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;
	clear: both;
	text-align: center;
}
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: #d9d9d9 9;
	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: #e6e6e6;
	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;
	line-height: normal;
	-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: #0074cc;
	*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: #0055cc #0055cc #003580;
	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: #0055cc; *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; }
/* --------------------------------------------- */
/* FAQ */
/* --------------------------------------------- */
.faq dt {
	margin: 0;
	padding: 0 0 0 25px;
	background: url(https://img02.shop-pro.jp/PA01317/047/etc/img_Q.jpg) no-repeat 0 5px;
}
.faq dd {
	margin-bottom: 1em;
	padding: 0 0 0 25px;
	background: url(https://img02.shop-pro.jp/PA01317/047/etc/img_A.jpg) no-repeat 0 5px;
}
/* --------------------------------------------- */
/* --------------------------------------------- */
.strong { font-weight: bold; }
ul.default,
ol.default {
	margin: 0 0 1em;
	padding: 0;
}
ul.default li,
ol.default li {
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 5px;
	margin-right: 0;
	padding: 0;
}
ul.default li {
	list-style: disc;
	margin-left: 20px;
}
ol.default li {
	list-style: decimal;
	margin-left: 24px;
}
.mt0 { margin-top: 0!important; }
.mb0 { margin-bottom: 0!important; }
.ml0 { margin-left: 0!important; }
.mr0 { margin-right: 0!important; }
/* --------------------------------------------- */
/* --------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 0.5em;
}
h2.product_name,
.img_title {
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 0.5em;
	padding: 0.35em 0 0.35em 2em;
	background: #ad0003 url(https://img02.shop-pro.jp/PA01317/047/etc/bg_headline.jpg) no-repeat 0 50%;
	color: #fff;
}
/* --------------------------------------------- */
/* --------------------------------------------- */
/* フォント調整 */
.font120,
.font140,
.font160,
.font180,
/* .font200 { line-height: 1 !important; } */
.font120 { font-size: 120% !important; }
.font140 { font-size: 140% !important; }
.font160 { font-size: 160% !important; }
.font180 { font-size: 180% !important; }
.font200 { font-size: 200% !important; }
/* 色調整 */
.red { color: #f00 !important; }
.darkred { color: #ad0003 !important; }
.orange { color: #FF9900 !important; }
.blue { color: #0000FF !important; }
.lightblue { color: #00a5e7 !important; }
.green { color: #006600 !important; }
.lightgreen { color: #a0c238 !important; }
.glay { color: #666666 !important; }
.pink { color: #d06da3 !important; }
.lightpink { color: #f7c9de !important; }
.black { color: #000 !important; }
.lightbeige { color: #dddabe !important; }
/* --------------------------------------------- */
/* --------------------------------------------- */
/* 見出し調整 */
/* 背景色 */
.bg_red,
.bg_darkred,
.bg_orange,
.bg_blue,
.bg_lightblue,
.bg_green,
.bg_lightgreen,
.bg_glay,
.bg_pink,
.bg_lightpink,
.bg_black,
.bg_lightbeige {
	margin-bottom: 0.5em;
	padding: 0.35em 1em;
	color: #fff;
}
.bg_red { background-color: #f00; }
.bg_darkred { background-color: #ad0003; }
.bg_orange { background-color: #FF9900; }
.bg_blue { background-color: #00f; }
.bg_lightblue { background-color: #00a5e7; }
.bg_green { background-color: #060; }
.bg_lightgreen { background-color: #a0c238; }
.bg_glay { background-color: #666; }
.bg_pink { background-color: #f3a9c9; }
.bg_lightpink { background-color: #f7c9de; }
.bg_black { background-color: #000; }
.bg_lightbeige { background: #f8f7f0; }
.title_border_red,
.title_border_darkred,
.title_border_orange,
.title_border_blue,
.title_border_lightblue,
.title_border_green,
.title_border_lightgreen,
.title_border_glay,
.title_border_pink,
.title_border_lightpink,
.title_border_black,
.title_border_lightbeige,
.title_dot_red,
.title_dot_darkred,
.title_dot_orange,
.title_dot_blue,
.title_dot_lightblue,
.title_dot_green,
.title_dot_lightgreen,
.title_dot_glay,
.title_dot_pink,
.title_dot_lightpink,
.title_dot_black,
.title_dot_lightbeige {
	margin-bottom: 0.5em;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
/*solid*/
.title_border_red {
	border-bottom: 1px solid #f00;
	color: #f00;
	background-image: url(https://img02.shop-pro.jp/PA01317/047/etc/arrow_red.gif);
}
.title_border_darkred {
	font-weight: bold;
	border-bottom: 1px solid #ad0003;
	color: #ad0003;
	background-image: url(https://img02.shop-pro.jp/PA01317/047/etc/arrow_darkred.gif);
}
.title_border_orange {
	border-bottom: 1px solid #f90;
	color: #f90;
	background-image: url(https://img02.shop-pro.jp/PA01317/047/etc/arrow_orange.gif);
}
.title_border_blue {
	border-bottom: 1px solid #00f;
	color: #00f;
	background-image: url(https://img02.shop-pro.jp/PA01317/047/etc/arrow_blue.gif);
}
.title_border_lightblue {
	border-bottom: 1px solid #00a5e7;
	color: #00a5e7;
	background-image: url(https://img02.shop-pro.jp/PA01317/047/etc/arrow_lightblue.gif);
}
.title_border_green {
	border-bottom: 1px solid #060;
	color: #060;
	background-image: url(https://img02.shop-pro.jp/PA01317/047/etc/arrow_green.gif);
}
.title_border_lightgreen {
	border-bottom: 1px solid #a0c238;
	color: #a0c238;
	background-image: url(https://img02.shop-pro.jp/PA01317/047/etc/arrow_lightgreen.gif);
}
.title_border_glay {
	border-bottom: 1px solid #666;
	color: #666;
	background-image: url(https://img02.shop-pro.jp/PA01317/047/etc/arrow_glay.gif);
}
.title_border_pink {
	border-bottom: 1px solid #cb5393;
	color: #cb5393;
	background-image: url(https://img02.shop-pro.jp/PA01317/047/etc/arrow_pink.gif);
}
.title_border_lightpink {
	border-bottom: 1px solid #cb5393;
	color: #f7c9de;
	background-image: url(https://img02.shop-pro.jp/PA01317/047/etc/arrow_lightpink.gif);
}
.title_border_black {
	border-bottom: 1px solid #000;
	color: #000;
	background-image: url(https://img02.shop-pro.jp/PA01317/047/etc/arrow_black.gif);
}
.title_border_lightbeige {
	border-bottom: 1px solid #dddabe;
	color: #dddabe;
	background-image: url(https://img02.shop-pro.jp/PA01317/047/etc/arrow_lightbeige.gif);
}
/*dot*/
.title_dot_red {
	border-bottom: 1px dotted #f00;
	color: #f00;
	background-image: url(https://img02.shop-pro.jp/PA01317/047/etc/arrow_red.gif);
}
.title_dot_darkred {
	border-bottom: 1px dotted #ad0003;
	color: #ad0003;
	background-image: url(https://img02.shop-pro.jp/PA01317/047/etc/arrow_darkred.gif);
}
@media screen and (max-width: 767px) {
	.title_dot_darkred {
		margin-top: 20px;
		font-weight: bold;
		font-size: 18px;
	}
}
.title_dot_orange {
	border-bottom: 1px dotted #f90;
	color: #f90;
	background-image: url(https://img02.shop-pro.jp/PA01317/047/etc/arrow_orange.gif);
}
.title_dot_blue {
	border-bottom: 1px dotted #00f;
	color: #00f;
	background-image: url(https://img02.shop-pro.jp/PA01317/047/etc/arrow_blue.gif);
}
.title_dot_lightblue {
	border-bottom: 1px dotted #00a5e7;
	color: #00a5e7;
	background-image: url(https://img02.shop-pro.jp/PA01317/047/etc/arrow_lightblue.gif);
}
.title_dot_green {
	border-bottom: 1px dotted #060;
	color: #060;
	background-image: url(https://img02.shop-pro.jp/PA01317/047/etc/arrow_green.gif);
}
.title_dot_lightgreen {
	border-bottom: 1px dotted #a0c238;
	color: #a0c238;
	background-image: url(https://img02.shop-pro.jp/PA01317/047/etc/arrow_lightgreen.gif);
}
.title_dot_glay {
	border-bottom: 1px dotted #666;
	color: #666;
	background-image: url(https://img02.shop-pro.jp/PA01317/047/etc/arrow_glay.gif);
}
.title_dot_pink {
	border-bottom: 1px dotted #cb5393;
	color: #cb5393;
	background-image: url(https://img02.shop-pro.jp/PA01317/047/etc/arrow_pink.gif);
}
.title_dot_lightpink {
	border-bottom: 1px dotted #cb5393;
	color: #f7c9de;
	background-image: url(https://img02.shop-pro.jp/PA01317/047/etc/arrow_lightpink.gif);
}
.title_dot_black {
	border-bottom: 1px dotted #000;
	color: #000;
	background-image: url(https://img02.shop-pro.jp/PA01317/047/etc/arrow_black.gif);
}
.title_dot_lightbeige {
	border-bottom: 1px dotted #dddabe;
	color: #dddabe;
	background-image: url(https://img02.shop-pro.jp/PA01317/047/etc/arrow_lightbeige.gif);
}
/* --------------------------------------------- */
/* --------------------------------------------- */
table.default {
	width: 100%;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
}
table.default th,
table.default td {
	border-spacing: 0;
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
	padding: 0.75em 1em;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
}
@media screen and (max-width: 767px) {
	table.extable td.bg_lightbeige {
		width: 75px;
	}
}
table.default th{ width: 5em; font-weight: normal; }
/* Table Border 上書き */
.table_border_red,
.table_border_red th,
.table_border_red td { border-color: #f00 !important; }
.table_border_darkred,
.table_border_darkred th,
.table_border_darkred td { border-color: #ad0003 !important; }
.table_border_blue,
.table_border_blue th,
.table_border_blue td { border-color: #00f !important; }
.table_border_lightblue,
.table_border_lightblue th,
.table_border_lightblue td { border-color: #00a5e7 !important; }
.table_border_green,
.table_border_green th,
.table_border_green td { border-color: #060 !important; }
.table_border_lightgreen,
.table_border_lightgreen th,
.table_border_lightgreen td { border-color: #a0c238 !important; }
.table_border_glay,
.table_border_glay th,
.table_border_glay td { border-color: #666 !important; }
.table_border_pink,
.table_border_pink th,
.table_border_pink td { border-color: #d06da3 !important; }
.table_border_lightpink,
.table_border_lightpink th,
.table_border_lightpink td { border-color: #f7c9de !important; }
.table_border_black,
.table_border_black th,
.table_border_black td { border-color: #000 !important; }
.table_border_lightbeige,
.table_border_lightbeige th,
.table_border_lightbeige td { border-color: #dddabe !important; }

.smpContainer iframe {
    width: 100%!important;
}
#youtube{ width: 300px; height: 169px; position: relative; margin: 0 0 30px; overflow: hidden; }
#youtube iframe{ position: absolute; top:0; right:0; width:100%!important; height:100%!important; }

@media screen and (max-width: 767px) {
    .top_mainbtn li {
        margin: 0 auto 20px;
    }

	.photo_img {
		margin-bottom: 20px;
		text-align: center;
	}
	.photo_img img {
		float: none !important;
		display: block;
		margin: 0 auto 10px;;
	}
	.photo_img strong {
		display: inline-block;
		font-size: 18px;
	}
	img.eximg {
		float: none !important;
		display: block;
		margin: 10px auto;

	}

	#youtube {
		position: relative;
		width: 100%;
		height: auto;
		margin-top: 20px;
		padding-top: 56.25%;
	}
	#youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
}
@media screen and (max-width: 768px) {
.pc_sys{display:none;}
.sp_sys{display:block;}
}
@media screen and (min-width: 767px) {
.sp_sys{display:none;}
}
/* Side Banner Button settings added in 2024 */
@media screen and (max-width: 767px) {  
  #side div.box .banner li { width: 100%; background-image: none; background-position: 50% 0!important; background-repeat: no-repeat!important; }
  #side div.box .banner li.banner01{ background-image: url("https://img02.shop-pro.jp/PA01317/047/etc_base64/c2lkZV9iYW5uZXIwMQ.jpg?cmsp_timestamp=20240113111313"); }
  #side div.box .banner li.banner02{ background-image: url("https://img02.shop-pro.jp/PA01317/047/etc_base64/c2lkZV9iYW5uZXIwMg.jpg?cmsp_timestamp=20240113111313"); }
  #side div.box .banner li.banner03{ background-image: url("https://img02.shop-pro.jp/PA01317/047/etc_base64/c2lkZV9iYW5uZXIwMw.jpg?cmsp_timestamp=20240113111313"); }  
  #side div.box .sns li.blog  { height: auto; margin-bottom: 20px; }
  #side div.box .sns li.blog img { width: 100%; max-width: 340px; height: auto; margin: 0 auto; display: block; }
  #side div.box .sns li { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; } 
  .fb-page, .fb-page span, .facebook_wrap iframe{ width: 100% !important; height: 500px !important; }  
}
/* Global NAV settings added in 2024 */
@media screen and (max-width: 767px) {
  #container-head { background-image: none; padding-top: 0; }
  #container-head li { width: calc(100% / 3); float: none; line-height: 40px; background-color: rgba(212,204,126,0.2); }
  #container-head li a { box-sizing: border-box; border-right: 2px solid #fff;border-bottom: 2px solid #fff; }
  #container-head li:nth-child(3n) a { border-right: 0;}
}
.footer-category {
  margin: 30px 0;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.footer-category h3 {
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.footer-category ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.footer-category li {
  display: inline-block;
  margin: 0 10px;
  font-size: 13px;
}

.footer-category a {
  text-decoration: none;
  color: #333;
}

.footer-category a:hover {
  color: #b30000;
}
