@charset "utf-8";

/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design		
 
//////////////////////////////////////////////////////////*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio[controls], canvas, video {
	display: inline-block;
*display: inline;
	zoom: 1;
}
html {
	overflow-y: scroll;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea {
	font-size: 100%;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
small {
	font-size: 75%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
ul, ol {
	margin: 0;
	padding: 0;
}
dd {
	margin: 0px;
}
nav ul, nav ol {
	list-style: none;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
*margin-left: -7px;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;
}
button, input {
	line-height: normal;
 *overflow: visible;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
img, abbr, acronym, fieldset {
	border: 0;
}
li {
	list-style: none;
}
.ie6_error, .no_script {
	background:#F66;
	padding: 100px;
	text-align:center;
	font-size:150%;
	color:#333;
}
.flt {
	float: left;
}
.flr {
	float: right;
}
.txt_l, td.txt_l, .txt_l td {
	text-align: left;
}
.txt_r, td.txt_r, .txt_r td {
	text-align: right;
}
.txt_c, td.txt_c, .txt_c td {
	text-align: center;
}
.valign_t, td.valign_t, .valign_t td {
	vertical-align: top;
}
.valign_m, td.valign_m, .valign_m td {
	vertical-align: middle;
}
.valign_b, td.valign_b, .valign_b td {
	vertical-align: bottom;
}
.clear {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: block;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.img_bd {
	border:solid 1px #E8E8E8;
}
.c_red {
	color:#FF3425
}


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

/* ------------------------------------- 
 *	商品カテゴリｰエリア背景色
 * ------------------------------------- */
.side_cat_bg {
	margin-bottom:25px;
	}

.side_cat_text {
	width:195px;
	background:#FFFFFF;
	overflow:hidden;
	}
	
.side_cat_text_group {
	width:195px;
	background:#FFFFFF;
	overflow:hidden;	
}
	
.side_cat_text .st_contents {
	border-top:1px #e6e6e6 solid;
}

.side_cat_text_group .st_contents {
	border-top:1px #e6e6e6 dotted;
}
	
.side_cat_text .st_contents,
.side_cat_text_group .st_contents{
	padding:10px;
	background:#FFFFFF url(https://img.shop-pro.jp/tmpl_img/31/left-navi_bg.gif) 0px 0px repeat-y;
	}
	
.side_cat_text .st_contents a,
.side_cat_text_group .st_contents a {
	background:transparent url(https://img.shop-pro.jp/tmpl_img/31/rs_m_rect.gif) 0px 3px no-repeat;
	padding-left:15px;
}
	
.side_cat_img {
	padding:10px 0px 0px;
	}

.side_cat_text a,.side_cat_text_group a                 {color:#0000cc; text-decoration:underline;}
.side_cat_text a:link ,.side_cat_text_group a:link      {color:#0000cc; text-decoration:underline;}
.side_cat_text a:visited,.side_cat_text_group a:visited {color:#0000cc; text-decoration:underline;}
.side_cat_text a:active,.side_cat_text_group a:active   {color:#0000cc; text-decoration:underline;}
.side_cat_text a:hover,.side_cat_text_group a:hover     {color:#ee0000; text-decoration:underline;}

/* ------------------------------------- 
 *	カートの中 - 商品名・価格ボタン色/枠線色
 * ------------------------------------- */
.cart_item {
	width:175px;
	overflow:hidden;
	margin:3px 0px 3px 0px;
	padding:5px;
	font-size:10px;
	border-left:3px solid #6699CC;
	border-right:3px solid #6699CC;
	}
.incart_name {
	text-align:left;
}
.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	border-top:1px dotted #C3C3C3;
	text-align:right;
	margin:0;
}

.postage {
	border-top:1px solid #C3C3C3;
	border-bottom:1px solid #C3C3C3;
	padding:5px 0;
}

.postage li {
	margin:5px 0;
	color:red;
	text-align:left;
}

.viewcart {
	padding:5px 0;
	text-align:center;
}	
/* ------------------------------------- 
 *	会員専用ページ
 * ------------------------------------- */
#btn_members_login,
#btn_members_logout,
#btn_members_signup{
	text-align:center;
	}

#btn_members_signup span,
#btn_members_logout span {
	display:block;
	font-size:10px;
	line-height:1.1em;
	padding:8px 0px 3px;
	text-align:center;
	}


/* ************************************************ 
 *	コンテンツ共通
 * ************************************************ */

.main_title {
	width:726px;
	padding-bottom:15px;
	}
	
/* ------------------------------------- 
 *	会員専用価格の表示　トップページ用
 * ------------------------------------- */
.regular_price_top {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_top {
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#ff0000;
	}

.discount_rate_top {
	padding:0px;
	margin:0px;
	color:#333333;
	}
	
.common_image img{
	margin-bottom:15px;
	display:block;
}

	
/* ------------------------------------- 
 *	コンテンツ下部 決済・配送方法指定・特定商取引法
 * ------------------------------------- */
#shop_info {
	margin-top:60px;
}

#shop_info_pay .tit,
#shop_info_deli .tit {
	
}

#shop_info .cont {
	padding:15px 20px;
}

#shop_info_pay {background:transparent url(https://img.shop-pro.jp/tmpl_img/31/shop_info_pay_bg.gif) 0px 0px repeat-y;}
#shop_info_deli {background:transparent url(https://img.shop-pro.jp/tmpl_img/31/shop_info_deli_bg.gif) 0px 0px repeat-y;}
#shop_info_sct_img {margin-top:20px;}

#right_pay_deli_bg {
	height:2px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/31/right-pay_deli_bg.gif) 0px 0px no-repeat;
	width:726px;
}


/* ************************************************ 
 *	TOPコンテンツ
 * ************************************************ */

/* ------------------------------------- 
 *	お知らせエリア
 *	箇条書きでお知らせを掲載する際にご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */
.info_block {
	width:726px;
	margin:0px 0px 30px;
	border:#e5e5e5 solid 1px;
	}
	
.info_title {
	font-weight:bold;
	margin:0px 0px 10px;
	padding:15px 15px 0px;
}

.info_text {
	padding:0px 15px 15px;
	color:#333333;
	}


/* ------------------------------------- 
 *	フリースペース
 * ------------------------------------- */
.free_space {
	text-align:left;
	color:#333333;
	}

/* ************************************************ 
 *	商品一覧　レイアウト
 * ************************************************ */

/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
	width:726px;
	height:28px;
	color: #333333;
	background:#e7e7e7;
	margin-bottom:1px;
	}

.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
	text-decoration:underline;
	color:#0000cc;
	}

.sort_01 a:active,
.sort_01 a:hover {
	text-decoration:underline;
	color:#ee0000;
	}

/* 会員専用価格の表示 商品一覧用 */
.regular_price_all {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_all {
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#ff0000;
	}

.discount_rate_all {
	padding:0px;
	margin:0px;
	color:#333333;
	}


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */
.sort_02 {
	width:726px;
	height:28px;
	color:#333333;
	background:#e7e7e7;
	margin-bottom:1px;
	}

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
	text-decoration:underline;
	color:#0000cc;
	}

.sort_02 a:active,
.sort_02 a:hover {
	text-decoration:underline;
	color:#ee0000;
	}

/* 会員専用価格の表示 商品検索結果用 */
.regular_price_search {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_search {
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#ff0000;
	}

.discount_rate_search {
	padding:0px;
	margin:0px;
	color:#333333;
	}

/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	width:700px;
    padding: 10px 0;
	height:35px;
	background:#e7e7e7;
	margin-bottom:30px;
	}

.pagenavi a {
	color:#0000cc; text-decoration:underline;
	}


/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */
.product_list {
	float:left;
	text-align:center;
	margin: 0 0 20px 0;
	}

.product_item {
	text-align:center;
	margin-right: 18px;
	}

.product_item img {
	max-width: 155px;
	}

.product_item .name {
    margin: 10px 0px 0px;
    color: #333333;
    font-size: 100%;
    text-align: center;
    line-height: 160%;
    height: 110px;
   	}
	
.product_item .name img{
	vertical-align:middle;
	}

.product_item .price {
	margin:5px 0px 0px;
	font-weight:bold;
	}

.product_item .expl {
	color:#333333;
	line-height:120%;
	text-align:left;
	margin:5px 0px;
	}

.product_list a         {color:#0000cc; text-decoration:underline;}
.product_list a:link    {color:#0000cc; text-decoration:underline;}
.product_list a:visited {color:#0000cc; text-decoration:underline;}
.product_list a:active  {color:#0000cc; text-decoration:underline;}
.product_list a:hover   {color:#ee0000; text-decoration:underline;}


/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */

.footstamp {
	width:726px;
	color:#333333;
	margin-bottom:15px;
	}

.footstamp a         {color:#0000cc; text-decoration:underline;}
.footstamp a:link    {color:#0000cc; text-decoration:underline;}
.footstamp a:visited {color:#0000cc; text-decoration:underline;}
.footstamp a:active  {color:#0000cc; text-decoration:underline;}
.footstamp a:hover   {color:#ee0000; text-decoration:underline;}

.txt-f10 {
	font-size:10px;
	}

.footstamp img {
	vertical-align:middle;
	}

/* ------------------------------------- 
 *	商品が無い時の表示
 * ------------------------------------- */
.nodata {
	padding-top:20px;
	text-align:center;
	}

/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */

.ci_main_title {
	border-bottom: 5px solid #ABABAB;
	font-weight: bolder;
	margin-top: 30px;
	padding-bottom: 5px;
	text-align: left;
	}

.checkitem_list {
	float:left;
	margin: 15px 0;
	padding: 0 9px 0 12px;
	width: 100px;
	}

.checkitem .price {
	font-weight:bold;
	}

.checkitem .ci_img {
	width:98px;
	margin-bottom:3px;
	border:1px solid #999999;
	}

/* ************************************************ 
 *	商品詳細　レイアウト
 * ************************************************ */

.detail_cont {
	width: 700px;
    margin-bottom: 50px;
}

.detail_img_block {
	width:405px;
	float:left;
}

.detail_txt_block {
	width:294px;
	float:right;
	text-align:left;
}


.detail_img_block img {
	border:1px solid #999999;
	max-width: 100%;
}

.product_name {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.expl_block {
	margin-bottom:30px;
}

.detail_img {
    margin-bottom: 20px;
    width: 90%;
}
.detail_other {
	width:405px;
}

/*.detail_other .sub {
	width:135px;
	float:left;
}*/

.detail_other .sub_tp {
	padding-top:15px;
}

.detail_other .sub img {
	width: 120px;
}

.detail_txt_block table.table {
	width:294px;
	border-left:#e7e7e7 solid 1px;
	border-top:#e7e7e7 solid 1px;
	margin-bottom:20px;
}

.detail_txt_block table.table td.tit,
.detail_txt_block table.table td.cont {
	padding:15px;
	border-right:#e7e7e7 solid 1px;
	border-bottom:#e7e7e7 solid 1px;
}

.detail_txt_block table.table td.tit {
	width:100px;
}

.sk_link_other {
	margin-bottom:20px;
}

.txt_option {
	margin-bottom:20px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/31/icon_option.gif) 0px 3px no-repeat;
	padding-left:15px;
}

.txt_back {
	margin-bottom:10px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/31/icon_back.gif) 0px 0px no-repeat;
	padding-left:22px;
}

.txt_tell {
	margin-bottom:10px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/31/icon_tell.gif) 0px 3px no-repeat;
	padding-left:22px;
}

.txt_inq {
	margin-bottom:10px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/31/icon_inq.gif) 0px 0px no-repeat;
	padding-left:22px;
}

.txt_review {
	margin-bottom:10px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/31/icon_review.gif) 0px 0px no-repeat;
	padding-left:22px;
}
.txt_reviewpost {
	margin-bottom:20px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/31/icon_post.gif) 0px 0px no-repeat;
	padding-left:22px;
}

/* オプションリンク */
.txt-optionLink {
	margin-bottom:20px;
}

.rs_pd_cart_btn {
	margin-bottom:10px;
}

.btn_quick {
}


/* 会員専用価格の表示 商品詳細用 */	
.regular_price_detail {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_detail {
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#ff0000;
	font-weight:bold;
	}

.discount_rate_detail {
	padding:0px;
	margin:0px;
	color:#333333;
	}

p#sk_link_other {
	text-align:center;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}

/* ------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */
#together {
	margin:65px 0px 0px;
	}

#together .tog_main_title {
	margin:0px 0px 15px;
	}

#together .together_list {
	margin:0px 3px;
	float:left;
	width:175px;
	}

#together .together_list img {
	border:1px solid #999999;
	max-width: 155px;
	}

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */
#trackback {
	margin:30px 0px 15px;
}

#trackback .tb_main_title {
	font-weight:bold;
	margin:0px 0px 5px;
}


#trackback .tb_url {
	padding:6px 8px;
	border:1px solid #e7e7e7;
	}

#trackback .tb {
	}

#trackback .tb_date {
	padding:10px 0px;
	}

#trackback .tb_title {
	padding:0px 0px 10px;
	}

#trackback .tb_body {
	line-height:150%;
	padding:10px 0px;
	border-top:1px dotted #e7e7e7;
	border-bottom:1px dotted #e7e7e7;
	}

#trackback .tb_state {
	padding:0px;
	}

/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */
#Option .main_title {
	margin:15px auto;
	padding:5px 0px;
	background:#e7e7e7;
	height:auto;
	width:564px;
}

#Option .main_title .cont {
	padding:0px 5px;
}
 
 
#Option .option_table {
	width:564px;
	margin-bottom:5px;
	border-left:1px solid #eaeaea;
	border-top:1px solid #eaeaea;
	}

#Option .option_cell1 {
	text-align:left;
	font-weight:normal;
	padding:5px 5px 5px 6px;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}

#Option .option_cell2 {
	text-align:left;
	padding:5px;
	background-color:#FFFFFF;
	padding:2px 6px 2px 6px;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}

#Option .option_cell3 {
	text-align:left;
	padding:5px;
	background-color:#FFFFFF;
	padding:2px 10px 2px 6px;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}

div#Option table.main_title td{
	text-align:left;
}

/* 会員専用価格の表示 オプション用 */
.regular_price_stock {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#333333;
	}

.price_detail_stock {
	padding:0px;
	margin:0px;
	}

.discount_rate_stock {
	padding:0px;
	margin:0px;
	color:#333333;
	}

/* ************************************************ 
 *	特定商取引法・お支払い方法・配送設定について
 * ************************************************ */
 
.payment_img {
	width:30px;
	height:30px;
	margin:3px;
	}

#ShopKeeper {
	width:700px;
	margin-bottom:15px;
	color:#333333;
	border-top:1px solid #eaeaea;
	}

#ShopKeeper th {
	width:200px;
	overflow:hidden;
	padding:10px;
	font-weight:normal;
	text-align:left;
	border-left: 1px solid #eaeaea;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}

#ShopKeeper td {
	padding:10px;
	text-align:left;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}
	
#ShopKeeper td table th,
#ShopKeeper td table td,
#ShopKeeper td table,
#ShopKeeper td table {
	border-right:none;
	border-top:none;
	border-left:none;
	border-bottom:none;
	}
	
#ShopKeeper th img,
#ShopKeeper td img {
	vertical-align:middle;
	}

/* 検索結果 */
.txt-search {
	padding:5px 10px;
	background:#e7e7e7;
	border-bottom:1px solid #FFFFFF;
	}

.txt-hitNum {
	margin-bottom:15px;
	padding:5px 10px;
	background:#e7e7e7;
	}

.txt-search strong,
.txt-hitNum strong {
	font-weight:bold;
	}




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

#PrivacyExplain {
	margin-bottom:15px;
	color:#333333;
	}

.pe_title {
	padding-top:15px;
	color:#333333;
	border-top:1px solid #eaeaea;
	}

.pe_note {
	line-height:150%;
	margin:5px 5px 20px 30px;
	}

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


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:
	hidden;
	}
	
.clearfix {
	display:inline-block;
	}
	
/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
	}
	
.clearfix {
	display: block;
	}
/* End hide from IE-mac */

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     margin:10px auto 10px;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
     width:100%;
}
#option_tbl th{
     padding:5px;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#option_tbl td input{
     float:none;
     margin:0 0 5px;
     width:auto;
}
#option_tbl th,
#option_tbl td.none {
     background:#eee;
}
#option_tbl td {
     padding:5px;
     text-align:center;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
.stock_zero {
     color:red;
}
table.spec th {
    width: 100px;
}
table.spec td {
    line-height: 130%;
}



/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  layout.css
 style info :  レイアウトファイル
 admin info :  apricot-design		
 
//////////////////////////////////////////////////////////*/


/*
0:セット
------------------------------------------------------------
*/
body {
	font-family: "メイリオ",Meiryo,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	color: #351E0D;
	font-size: 13px;
	line-height: 200%;
	text-align: left;
	letter-spacing: 1px;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
}
.win body {
	font-family: "メイリオ",Meiryo,"Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
}
a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #351E0D;
	transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
}
a:hover {
	color: #B7B6B6;
}
a:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}
.opacity:hover{
	-moz-opacity:0.5;
	-ms-opacity:0.5;
	-webkit-opacity:0.5;
	opacity:0.5;
}


/*
1：全体のレイアウト
------------------------------------------------------------
*/
#containerWrap {
}
header {
	overflow: hidden;
	clear:both;
	margin:0 auto
	width: 100%;
}
.headerBox {
	width: 100%;
	padding: 17px 0px 15px;
	margin: 0 auto 0;
	overflow: hidden;
	clear:both;
	background: url(https://img21.shop-pro.jp/PA01358/791/etc/header_back01.png) repeat-x  0 0;
}
.headerBox2 {
	width: 100%;
    padding: 0 0px;
    margin: 0 auto 0;
    overflow: hidden;
    clear: both;
    background: url(https://img21.shop-pro.jp/PA01358/791/etc/header_back02.png) repeat-x 0 0;
    background-size: cover;
    border-bottom: 10px solid #CCC;
}

#headerLeft {
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 25%;
}
#headerRight {
	float: right;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 70%;
}
#container {
	overflow: hidden;
	clear:both;
	width: 1000px;
	margin: 30px auto;
	position:relative;
}
#content {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}
#main {
	float: right;
	width: 700px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear: both;
	overflow: hidden;
}

#mainone {
	width: 100%;
	overflow: hidden;
	padding: 0 0 0 0;
	margin: 0 0 50px 0;
	clear: both;
}
#topMain {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 50px 0;
	clear: both;
	overflow: hidden;
}
#topLeft{
	width:50%;
	float:left;
	overflow:hidden;
}
#topRight{
	width: 50%;
	float:right;
	overflow:hidden;
}
#sub {
	float: left;
    width: 250px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    overflow: hidden;
}
#footerWrap {
	clear: both;
	width: 100%;
	overflow: hidden;
}
#footer {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    background: #000;
    color: #FFF;
    text-align: center;
    padding: 15px 0 5px;
}
.footerBox {
	width: 100%;
	overflow: hidden;
}
.footerLeft {
	float: left;
	width: 50%;
}
.footerRight {
	float: right;
	text-align: right;
	width: 50%;
}
.secound {
	clear: both;
	width: 1100px;
	margin: 0 auto;
	height: 90px;
	background: url(https://img21.shop-pro.jp/PA01358/791/etc/secoundBg.png) no-repeat 0 0;
	padding-bottom: 25px;
}
.section {
	margin-bottom: 30px;
	clear: both;
	overflow: hidden;
}
.sectionC {
	margin-bottom: 30px;
	clear: both;
	overflow: hidden;
	text-align:center;
}
.sideSection {
	width: 100%;
	margin-bottom: 30px;
}
.sideContact {
	text-align: center;
	margin-bottom: 30px;
}
article {
}
.widthBox{
	width: 1000px;
	margin: 0 auto;
}
/*
4:ナビゲーション系
------------------------------------------------------------
*/
#gnavi {
    margin: 0px auto;
    clear: both;
    text-align: center;
    background: #C5162A;
    height: 60px;
}
#gnavi ul {
    padding-top: 17px;
    margin-left: -22px;
}

#gnavi li {
    float: left;
    padding: 0 0 0 25px;
	display:block;
}
#gnavi li a{
	color: #FFF;
}

.logo {
	text-align:left;
}
ul.hNavi {
    float: right;
    overflow: hidden;
    margin-bottom: -10px;
}
ul.hNavi li {
    float: right;
    margin-right: -2px;
}
ul.fNavi {
	margin-bottom: 25px;
	border-bottom: 1px dotted #FFF;
	padding-bottom: 10px;
	text-align: center;
}
ul.fNavi li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid  #FFF;
	color: #FFF;
	font-size: 93%;
}
ul.fNavi li a:link,#footer ul li a:visited {
	color: #FFF;
}
ul.fNavi li a:hover {
	color: #D3AD90;
}
ul.fNavi li.lastChild {
	border-right: 1px solid #FFF;
}

ul.hNavi2 {
	/*float: right;*/
	margin-top: 17px;
  width:110%;
}
ul.hNavi2 li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFF;
}
ul.hNavi2 li a{
    color:#FFF !important;
}
ul.fNavi2 {
	margin-bottom: 25px;
	border-bottom: 1px dotted #FFF;
	padding-bottom: 10px;
	text-align: center;
}
ul.fNavi2 li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid  #FFF;
	color: #FFF;
	font-size: 93%;
}
ul.fNavi2 li a:link,#footer ul li a:visited {
	color: #FFF;
}
ul.fNavi2 li a:hover {
	color: #D3AD90;
}
ul.fNavi2 li.lastChild {
	border-right: 1px solid #FFF;
}


/*
5:div
------------------------------------------------------------
*/
.leftCol {
	float:left;
	padding: 2%;
	width: 46%;
}
.leftCol2{
display:inline-block;
padding:2%;
width:45%;
vertical-align:top;
}

.rightCol2{
display:inline-block;
padding:2%;
width:45%;
vertical-align:top;
}

.leftCol2 img{
width:100%;
}
.rightCol {
	float:right;
	padding: 2%;
	width: 46%;
}
.leftBox {
	float: left;
	padding: 2%;
	width: 46%;
}
.rightBox {
	padding: 2%;
	width: 46%;
	float: right;
}
.ate {
	padding:15px;
	border: 1px dotted #1d1d1d;
}
.box {
	padding: 15px;
	background: #F7F7F7;
}
.box2{
padding:15px;
  border-bottom:solid 1px #CCC;
}
.mainImg {
	margin-bottom: 30px;
}
.mainImg ul li ul li{
	float: left;
    margin-right: 24px;
}
.mainImg ul li ul{
    margin-right: -25px;
    overflow: hidden;
}
.map {
	padding: 20px 0;
}
ul.ImgList li{
	float: left !important;
    margin-right: 12px !important;
}
ul.ImgList{
    margin-right: -12px !important;
	overflow:hidden;
}

	
/*
6:ul
------------------------------------------------------------
*/
ul.bnrList {
    clear: both;
    margin-right: -17px;
    margin-top: 10px;
}
ul.bnrList li {
	float: left;
    margin:0 17px 0 0;
}
ul.bnrList2 {
    clear: both;
    margin-bottom: 20px;
}
ul.bnrList2 li {
    margin:0 17px 20px 0;
}
ul.menu {
	margin-bottom: 20px;
}
ul.menu  li{
	margin:0 auto;
	padding:7px 0 7px;
	line-height: 180%;
}
ul.menu li a {
	color:#000;
}
ul.menu  li:nth-last-child(5) {
    /*background: url(https://img21.shop-pro.jp/PA01358/791/etc/icona_e1.png) no-repeat 0 0;*/
    background-position: 20px;
}
ul.menu  li:nth-last-child(4) {
    /*background: url(https://img21.shop-pro.jp/PA01358/791/etc/icona_e2.png) no-repeat 0 0;*/
    background-position: 20px;
}
ul.menu  li:nth-last-child(3) {
    /*background: url(https://img21.shop-pro.jp/PA01358/791/etc/icona_e3.png) no-repeat 0 0;*/
    background-position: 20px;
}
ul.menu  li:nth-last-child(2) {
    /*background: url(https://img21.shop-pro.jp/PA01358/791/etc/icona_e4.png) no-repeat 0 0;*/
    background-position: 20px;
}
ul.menu  li:nth-last-child(1) {
    
    background-position: 20px;
}

ul.menu1-2 {
	margin-bottom: 20px;
}
ul.menu1-2  li{
	margin:0 auto;
	padding:7px 0 7px;
	line-height: 180%;
}
ul.menu1-2 li a {
	color:#000;
}
ul.menu1-2  li:nth-last-child(5) {
    
    background-position: 20px;
}
ul.menu1-2  li:nth-last-child(4) {
    
    background-position: 20px;
}
ul.menu1-2  li:nth-last-child(3) {
    
    background-position: 20px;
}
ul.menu1-2  li:nth-last-child(2) {
    
    background-position: 20px;
}
ul.menu1-2  li:nth-last-child(1) {
    
    background-position: 20px;
}


ul.menu1-3 {
	margin-bottom: 20px;
}
ul.menu1-3  li{
	margin:0 auto;
	padding:7px 0 7px;
	line-height: 180%;
}
ul.menu1-3 li a {
	color:#000;
}
ul.menu1-3  li:nth-last-child(5) {
    
    background-position: 20px;
}
ul.menu1-3  li:nth-last-child(4) {
    
    background-position: 20px;
}
ul.menu1-3  li:nth-last-child(3) {
    
    background-position: 20px;
}
ul.menu1-3  li:nth-last-child(2) {
    
    background-position: 20px;
}
ul.menu1-3  li:nth-last-child(1) {
   
    background-position: 20px;
}

ul.menu1-4 {
	margin-bottom: 20px;
}
ul.menu1-4  li{
	margin:0 auto;
	padding:7px 0 7px;
	line-height: 180%;
}
ul.menu1-4 li a {
	color:#000;
}
ul.menu1-4  li:nth-last-child(5) {
    
    background-position: 20px;
}
ul.menu1-4  li:nth-last-child(4) {
    
    background-position: 20px;
}
ul.menu1-4  li:nth-last-child(3) {
    
    background-position: 20px;
}
ul.menu1-4  li:nth-last-child(2) {
    
    background-position: 20px;
}
ul.menu1-4  li:nth-last-child(1) {
    
    background-position: 20px;
}

ul.menu1-5 {
	margin-bottom: 20px;
}
ul.menu1-5  li{
	margin:0 auto;
	padding:7px 0 7px;
	line-height: 180%;
}
ul.menu1-5 li a {
	color:#000;
}
ul.menu1-5  li:nth-last-child(5) {
    
    background-position: 20px;
}
ul.menu1-5  li:nth-last-child(4) {
   
    background-position: 20px;
}
ul.menu1-5  li:nth-last-child(3) {
    
    background-position: 20px;
}
ul.menu1-5  li:nth-last-child(2) {
    
    background-position: 20px;
}
ul.menu1-5  li:nth-last-child(1) {
   
    background-position: 20px;
}


ul.menu1-6 {
	margin-bottom: 20px;
}
ul.menu1-6  li{
	margin:0 auto;
	padding:7px 0 7px;
	line-height: 180%;
}
ul.menu1-6 li a {
	color:#000;
}
ul.menu1-6  li:nth-last-child(5) {
    
    background-position: 20px;
}
ul.menu1-6  li:nth-last-child(4) {
    
    background-position: 20px;
}
ul.menu1-6  li:nth-last-child(3) {
    
    background-position: 20px;
}
ul.menu1-6  li:nth-last-child(2) {
    
    background-position: 20px;
}
ul.menu1-6  li:nth-last-child(1) {
    
    background-position: 20px;
}

ul.menu2 {
	margin-bottom: 20px;
}
ul.menu2  li{
    margin: 0 auto;
    border-bottom: 1px dotted #CCC;
    padding: 7px 0 7px 25px;
    line-height: 180%;
    background: url(https://img21.shop-pro.jp/PA01358/791/etc/bicon.png) no-repeat 0 0;
    background-position: 220px 12px;
}
ul.menu2 li a {
	color:#000;
}

ul.blogList {
	margin-bottom: 30px;
}
ul.blogList li {
	padding-bottom: 12px;
	border-bottom: 1px dotted #666;
	margin-bottom: 12px;
	padding:7px 0 7px 10%;
	background:#FFF url(https://img21.shop-pro.jp/PA01358/791/etc/righty.png) no-repeat 5% center;
	text-decoration:none;
	background-size: 10px;
}
ul.worksList {
	overflow: hidden;
	margin-bottom: 30px;
	margin-right: -40px;
}
ul.worksList li{
	width: 214px;
	float: left;
	margin-right: 40px;
	line-height: 1.6em;
}
ul.worksList li img{
	margin-bottom: 20px;
	max-width: 100%;
	height: auto;
}
ul.infoList {
	border-top: #000 3px solid;
	border-bottom: #000 3px solid;
	padding: 16px 0 8px;
	margin-bottom: 25px;
}
ul.infoList li {
	background:#FFF url(https://img21.shop-pro.jp/PA01358/791/etc/righty.png) no-repeat 5% center;
	text-decoration:none;
	background-size: 10px;
	padding: 0 0 30px;
}
ul.basicList {
	margin-bottom: 2em;
}
ul.basicList li {
	padding: 0 0 5px 10px;
}
ul.basicList li  a{
	color: #000;
}
ul.photo {
	clear:both;
	margin-right: -22px;
}
ul.photo li {
	float:left;
	margin-right: 22px;
	margin-bottom: 20px;
	width: 225px;
}
ul.photo li img {
	width: 225px;
	height: auto;
}
ul.photoList {
	clear:both;
	margin-right: -25px;
}
ul.photoList li {
	float: left;
    margin-right: 25px;
    margin-bottom: 30px;
    line-height: 1.2em;
}
ul.photoList li dl dd {
    font-size: 98%;
}
ul.photoList li img {
	margin-bottom: 10px;
}
ul.photoList2 {
	clear:both;
	margin-right: -2%;
}
ul.photoList2 li {
	float:left;
	margin-right: 2%;
	margin-bottom: 30px;
	width: 23%;
	line-height: 1.6em;
}
ul.photoList2 li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
ul.photoList3 {
	clear:both;
	margin-right: -30px;
}
ul.photoList3 li {
	float:left;
	margin-right: 30px;
	margin-bottom: 30px;
	width: 230px;
	line-height: 1.6em;
}
ul.photoList3 li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
ul.subList {
	margin-bottom: 30px;
	margin-right: -2%;
}
ul.subList li {
	float:left;
	width: 100%;
	margin-right: 2%;
}
ul.subList li img {
	width: 100%;
	height: auto;
}
ul.iconList{
	overflow: hidden;
}
ul.iconList li{
	float: left;
	margin-right: 20px;
}


/*
7:dl
------------------------------------------------------------
*/
dl.qa {
	overflow:hidden;
	clear:both;
}
dl.qa dt {
	background: url(https://img21.shop-pro.jp/PA01358/791/etc/q.png) no-repeat 0 0;
	padding-left: 60px;
	font-size: 114%;
	font-weight:bold;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #e7e7e7;
}
dl.qa dd {
	background: url(https://img21.shop-pro.jp/PA01358/791/etc/a.png) no-repeat 0 0;
	padding-left: 60px;
	margin-bottom: 40px;
}
dl.flow{
	padding:20px;
	background:#FFF;
	width:70%;
	overflow:hidden;
	margin:0 auto 20px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
dl.flow dt{
	float:left;
	margin-right:20px;
}
dl.flow dd{
	overflow:hidden;
}
dl.flow dd .flowTi{
	font-size:122%;
	font-weight:bold;
	margin-bottom:10px;
	color:#e0aa55;
}
dl.flow dd .flowTi span{
	font-size:170%;
	padding-right:7px;
}


/*
8:table
------------------------------------------------------------
*/
.basicTable  {
	margin-bottom:30px;
	width: 100%;
}
.basicTable th {
	padding: 3%;
    border-top: #FFF solid 5px;
    border-bottom: #FFF solid 5px;
    border-right: #FFF solid 5px;
    background: #e7e7e7;
    font-weight: bold;
    text-align: left;
}
.basicTable td {
	padding: 3%;
    border-top: #FFF solid 5px;
    border-bottom: #FFF solid 5px;
    background: #f7f7f7;
    text-align: left;
	vertical-align: top;
}
table.menuTable {
	margin-bottom:30px;
}
table.menuTable th {
	padding: 3%;
	width: 24%
}
table.menuTable td {
	padding: 3%;
	width: 14%;
}

/*
9:タイトル
------------------------------------------------------------
*/
h1 {
	padding-top: 15px;
}
h2.mainTi {
	margin-bottom: 35px;
	padding: 15px 0;
	font-size: 157%;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	text-align: center;
	font-weight:bold;
	color: #000;
}
h2.title {
    background: #292C77;
    padding: 10px 0 10px 15px;
    /* font-weight: bold; */
    color: #FFF;
    font-size: 115%;
    margin-bottom: 25px;
}
h3.title {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 125%;
    text-align: left;
    color: #000;
    letter-spacing: 0px;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    padding-left: 10px;
}
h3.title2 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 125%;
    text-align: left;
    color: #000;
    letter-spacing: 0px;
    border-bottom: 2px solid #000;
    padding: 10px 0;
    padding-left: 10px;
	background:url(https://img21.shop-pro.jp/PA01358/791/etc/sideTi_back.png) repeat-x 0 0;
}
h3.mainTi {
	margin-bottom: 20px;
	font-size: 138.5%;
    padding: 10px 0px 5px 0;
    font-weight:bold;
    color: #000;
}
h3.subTi {
	font-weight: bold;
	font-size: 131%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #351E0D;
	border-bottom: 1px solid #000;
}
h4.mainTi {
	border:1px solid #111;
	padding: 5px;
	text-align: center;
	color: #111;
	font-size: 123.1%;
	margin-bottom: 15px;
}
h4.subTi {
	font-weight: bold;
	font-size: 116%;
}
.worksTi {
	font-size: 108%;
	margin-bottom: 15px;
}
.infoTi{
	margin-right: 10px;
	font-size: 114%;
	font-weight:bold;
}
/*
10：装飾
------------------------------------------------------------
*/
.tel {
	font-size: 124%;
	color: #111;
}
.name {
	margin-bottom: 15px;
	font-size: 129%;
}
.big {
	font-weight:bold;
	font-size: 129%;
	margin-bottom: 15px;
}
.disc {
	padding-bottom: 0px;
	font-size: 86%;
	line-height: 1.6em;
}
.hr {
	clear: both;
	height: 1px;
	margin: 1em 0;
	border-top: #999 1px dotted;
}
.bold {
	font-weight: bold;
	font-size: 108%;
	padding-bottom: 5px;
}
.day {
	padding-right: 15px;
}
.data {
	padding-bottom: 5px;
	font-size: 86%;
}
.posted {
	width: 25%;
	font-size: 86%;
	text-align:center;
	background: #000;
	color: #FFF;
	margin: 0 0 20px;
}
.price {
	color: #e71616;
	font-weight:bold;
	font-size: 129%;
	margin-bottom: 20px;
}
.priceMini {
	font-size: 86%;
}
.fLogo {
	margin-bottom: 15px;
}
.copy {
	clear: both;
	font-size: 86%;
}
.order {
    text-align: center;
    width: 215px;
    padding: 25px 20px 5px 25px;
    background: url(https://img21.shop-pro.jp/PA01358/791/etc/sidebnr0.png) no-repeat;
}
.bold2 {
    font-weight: bold;
    font-size: 130%;
}
.date {
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
    color: #BE0000;
    font-size: 130%;
    font-weight: bold;
    padding: 5px 0;
    margin-bottom: 10px;
}
.attention {
    font-size: 90%;
    letter-spacing: 0;
    line-height: 180%;
}
/*
11:ボタン系
------------------------------------------------------------
*/
#topcontrol{
	width:35px;
	height:35px;
	background:url(https://img21.shop-pro.jp/PA01358/791/etc/pageTop.png) no-repeat 0 0;
}	
.more {
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-size: 114%;
	color: #CCC;
	margin: 0 5%;
	width: 90%;
}
.more a:link {
	display:block;
	padding: 3px 0;
	width: 100%;
	margin: 0 0;
	border: 1px solid #666;
}
.more a:hover {
	border:1px dotted #111;
	color: #CCC;
}
.btn2 {
	padding-bottom: 10px;
}
.btn {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 114%;
    color: #FFF;
    margin:0 180px 20px;
    width: 40%;
    display: inline-block;
    padding: 7px 0 0 10px;
    background: #292C77 url(https://img21.shop-pro.jp/PA01358/791/etc/yazirushi.png) no-repeat 0 0;
    background-position: 70px 16px;
    height: 35px;
}
.btn a{
    color: #FFF;
    background-color:# 
    margin: 0 5%;
    display: inline-block;
}	

/*
12:その他パーツ
------------------------------------------------------------
*/
#breadcrumbList {
	margin:0 0 40px;
	font-size: 96%;
	padding: 2%;
	background: #f7f7f7;
}
.wp-pagenavi {
	clear:both;
	padding: 15px 0 !important;
}
.alignleft {
	float: left;
	padding: 0 15px 15px 0;
}
.alignright {
	float: right;
	padding: 0 0 15px 15px;
}
.aligncenter {
	display: block;
	margin:0 auto 20px;
}
.photoL {
	float: left;
	padding: 0 15px 15px 0;
}
.photoL p {
	overflow: auto;
}
.photoR {
	float: right;
	padding: 0 0 15px 15px;
}
.photoR p {
	overflow: auto;
}

/*
/*
15:マージン・パディング
------------------------------------------------------------
*/
.m05 {
	margin-bottom: 5px;
}
.m10 {
	margin-bottom: 10px;
}
.m12 {
	margin-bottom: 12px;
}
.m15 {
	margin-bottom: 15px;
}
.m20 {
	margin-bottom: 20px;
}
.m30 {
	margin-bottom: 30px;
}
.m40 {
	margin-bottom: 40px;
}
.m50 {
	margin-bottom: 50px;
}
.m60 {
	margin-bottom: 60px;
}
.mt05 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt12 {
	margin-top: 12px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.ml05 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml12 {
	margin-left: 12px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.ml50 {
	margin-left: 50px;
}
.ml60 {
	margin-left: 60px;
}
.mr05 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
.mr50 {
	margin-right: 50px;
}
.mr60 {
	margin-right: 60px;
}
.pt05 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pb05 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
.pl05 {
	padding-left: 5px;
}
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pl20 {
	padding-left: 20px;
}
.pl30 {
	padding-left: 30px;
}
.pl40 {
	padding-left: 40px;
}
.pr05 {
	padding-right: 5px;
}
.pr10 {
	padding-right: 10px;
}
.pr15 {
	padding-right: 15px;
}
.pr20 {
	padding-right: 20px;
}
.pr30 {
	padding-right: 30px;
}
.pr40 {
	padding-right: 40px;
}
.imgTi {
	margin-bottom: 15px;
}
.imgTi0 {
	margin-bottom: 0px;
}
.imgTi5 {
	padding-bottom: 5px;
}
.imgTi10 {
	padding-bottom: 10px;
}
.imgTi15 {
	padding-bottom: 15px;
}
.imgTi20 {
	padding-bottom: 20px;
}
.imgTi30 {
	padding-bottom: 30px;
}
/*
16:オリジナル
------------------------------------------------------------
*/
.topList {
    width: 210px;
    float: left;
    margin-right: 20px;
}
.FboxL{
	width: 335px;
	float: left;
}
.FboxR{
	width: 335px;
	float: right;
}
.teamList {
    margin-bottom: 40px;
    letter-spacing: 0px;
}
#gotop{
    text-align: right;
    z-index: 1;
}
.searchBox {
    background: #efefef;
    padding: 17px 0;
    width: 250px;
    text-align: center;
}
.search{
	margin-bottom:10px;
}
.infoBox{
	margin:20px 0;
}
/*
17:メガメニュー
------------------------------------------------------------
*/

.MegaMenuContent {
	display:none;
	background: rgba(255,255,255,0.3);
	display:none;
}
#MegaMenuContent ul{
	overflow:hidden;
	clear:both;
}
#MegaMenuContent ul img {
	width: 100%;
	height: auto;
}
#MegaMenuContent ul li {
	width: 220px !important;
	margin-right: 20px;
}
#MegaMenuContent ul li dl {
	width: 220px;
}
#MegaMenuContent ul li dl dt {
	width: 220px;
	height: auto;
}
#MegaMenuContent ul li dl dt img  {
	text-align:center;
	width: 100% !important;
	height: auto !important;
	margin-bottom: 15px;
}
#MegaMenuContent ul li dl dd {
	font-size: 12px;
	width: 220px;
}
#MegaMenuContent ul li dl dd p {

}
ul.megamenu {
	float: left;
    padding: 20px 10px 20px 25px;
    width: 270px;
}

ul.megamenu li {
	float:none !important;
	margin-right: 10px !important;
	text-align:left !important;
}
ul.megamenu li a {
	display:inline !important;
	float:none !important;
	margin: 0 !important;
	height:auto !important;
	color:#351E0D !important;
}
dl.megamenuin {
	width: 220px !important;
}
dl.megamenuin dd{
	width: 220px !important;
	text-align:center !important;
	margin: 0 !important;
	padding: 0 !important;
}

ul.megamenu2 {
    float: left;
    padding: 20px 10px 20px 25px;
    width: 275px;
    font-size: 97%;
    letter-spacing: -1px;
}
ul.megamenu2 li {
	float:none !important;
	margin-right: 10px !important;
	text-align:left !important;
}
ul.megamenu2 li a {
	display:inline !important;
	float:none !important;
	margin: 0 !important;
	height:auto !important;
	color:#351E0D !important;
}

/*
18:モーダルウィンドウ
------------------------------------------------------------
*/
.modalwindow_base {
	height: 0px;
}
.modalwindow {
    z-index: 1;
    display: block;
    background-color: rgba(255,255,255,0.95);
    width: 850px;
    border-radius: 5px;
	position:absolute;
	left:50%;
	right:50%;
}
.modalwindow2 {
    z-index: 1;
    display: block;
    background-color: rgba(255,255,255,0.95);
    width: 850px;
    border-radius: 5px;
	position:absolute;
	left:10%;
}
.modalwindow3 {
    z-index: 1;
    display: block;
    background-color: rgba(255,255,255,0.95);
    width: 850px;
    border-radius: 5px;
	position:absolute;
	left:100%;
}
.modalwindowP {
    z-index: 1;
    display: block;
    background-color: rgba(255,255,255,0.95);
    width: 1450px;
    border-radius: 5px;
	position:absolute;
	left:100%;
}

.a_e1{
   
    background-position: 20px; 
    padding-left: 50px !important;
}
.a_e2{
   
    background-position: 20px; 
    padding-left: 50px !important;
}
.a_e3{
 
    background-position: 20px; 
    padding-left: 50px !important;
}
.a_e4{
   
    background-position: 20px; 
    padding-left: 50px !important;
}
.a_e5{
    
    background-position: 20px; 
    padding-left: 50px !important;
}
.a_c1{

    background-position: 20px; 
    padding-left: 50px !important;
}
.a_c2{
   
    background-position: 20px; 
    padding-left: 50px !important;
}
.a_c3{
  
    background-position: 20px; 
    padding-left: 50px !important;
}
.a_c4{
    
    background-position: 20px; 
    padding-left: 50px !important;
}
.a_c5{
   
    background-position: 20px; 
    padding-left: 50px !important;
}
.a_w1{
   
    background-position: 20px; 
    padding-left: 50px !important;
}
.a_w2{
    
    background-position: 20px; 
    padding-left: 50px !important;
}
.a_w3{
  
    background-position: 20px; 
    padding-left: 50px !important;
}
.a_w4{
   
    background-position: 20px; 
    padding-left: 50px !important;
}
.a_w5{
    
    background-position: 20px; 
    padding-left: 50px !important;
}



.n_e1{
 
    background-position: 20px; 
    padding-left: 50px !important;
}
.n_e2{
    
    background-position: 20px; 
    padding-left: 50px !important;
}
.n_e3{
  
    background-position: 20px; 
    padding-left: 50px !important;
}
.n_e4{
  
    background-position: 20px; 
    padding-left: 50px !important;
}
.n_e5{
   
    background-position: 20px; 
    padding-left: 50px !important;
}
.n_c1{
 
    background-position: 20px; 
    padding-left: 50px !important;
}
.n_c2{
   
    background-position: 20px; 
    padding-left: 50px !important;
}
.n_c3{
 
    background-position: 20px; 
    padding-left: 50px !important;
}
.n_c4{
    
    background-position: 20px; 
    padding-left: 50px !important;
}
.n_c5{
    
    background-position: 20px; 
    padding-left: 50px !important;
}
.n_w1{
   
    background-position: 20px; 
    padding-left: 50px !important;
}
.n_w2{
    
    background-position: 20px; 
    padding-left: 50px !important;
}
.n_w3{
    
    background-position: 20px; 
    padding-left: 50px !important;
}
.n_w4{
    
    background-position: 20px; 
    padding-left: 50px !important;
}
.n_w5{
    
    background-position: 20px; 
    padding-left: 50px !important;
}

.p1{
    
    background-position: 20px; 
    padding: 10px 50px !important;
}
.p2{
    
    background-position: 20px; 
    padding: 10px 50px !important;
}
.p3{
    
    background-position: 20px; 
    padding: 10px 50px !important;
}
.p4{
    
    background-position: 20px; 
    padding: 10px 50px !important;
}
.p5{
    
    background-position: 20px; 
    padding: 10px 50px !important;
}
.p6{
    
    background-position: 20px; 
    padding: 10px 50px !important;
}
.p7{
   
    background-position: 20px; 
    padding: 10px 50px !important;
}
.p8{
    
    background-position: 20px; 
    padding: 10px 50px !important;
}
.p9{
    
    background-position: 20px; 
    padding: 10px 50px !important;
}
.p10{
    
    background-position: 20px; 
    padding: 10px 50px !important;
}
.p11{
    
    background-position: 20px; 
    padding: 10px 50px !important;
}
.p12{
   
    background-position: 20px; 
    padding: 10px 50px !important;
}
.p13{
    
    background-position: 20px; 
    padding: 10px 50px !important;
}
.p14{
    
    background-position: 20px; 
    padding: 10px 50px !important;
}
.p15{
    
    background-position: 20px; 
    padding: 10px 50px !important;
}
.p16{
    
    background-position: 20px; 
    padding: 10px 50px !important;
}
.p17{
    background-position: 20px; 
    padding: 10px 50px !important;
}
.p18{
    background-position: 20px; 
    padding: 10px 50px !important;
}
.p19{
    background-position: 20px; 
    padding: 10px 50px !important;
}
.p20{
    background-position: 20px; 
    padding: 10px 50px !important;
}
.p21{
    background-position: 20px; 
    padding: 10px 50px !important;
}
.p22{
    background-position: 20px; 
    padding: 10px 50px !important;
}
.p23{
    background-position: 20px; 
    padding: 10px 50px !important;
}
.p24{
    background-position: 20px; 
    padding: 10px 50px !important;
}
.p25{
    background-position: 20px; 
    padding: 10px 50px !important;
}
.p26{
    background-position: 20px; 
    padding: 10px 50px !important;
}
.p27{
    background-position: 20px; 
    padding: 10px 50px !important;
}
.p28{
    background-position: 20px; 
    padding: 10px 50px !important;
}
.p29{
    background-position: 20px; 
    padding: 10px 50px !important;
}
.p30{
    background-position: 20px; 
    padding: 10px 50px !important;
}


/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  jquery.megamenu.css
 style info :  megamenu
 admin info :  apricot-design		
 
//////////////////////////////////////////////////////////*/



/*jQuery MegaMenu Plugin
  Author: Devadatta Sahoo
  Author URI: http://www.geektantra.com */


.MegaMenu {
   background: #254156;
   padding: 5px 7px 0px;
   margin-bottom: -1px;
}
.MegaMenu a.MegaMenuLink:link, .MegaMenu a.MegaMenuLink:visited {
   display: inline-block;
   padding: 5px 20px 9px;
   margin: 1px 2px 0px 1px;
   color: #FFF;
   text-decoration: none;
   font-size: 15px;
   outline: none;
   z-index: 1000;
}
.MegaMenu a.MegaMenuLinkOff:link, .MegaMenu a.MegaMenuLinkOff:visited {
   display: inline-block;
   padding: 5px 20px 5px;
   margin: 1px 2px 4px 1px;
   color: #FFF;
   text-decoration: none;
   font-size: 15px;
   outline: none;
   z-index: 1000;
}
.MegaMenu a.MegaMenuLinkOff:hover {
   background: #000;
   color: #555;
/*   margin: 0px;*/
   padding: 4px 18px 4px 17px;
   border: 1px solid #9A9A9A;
   padding-right: 21px;
}
.MegaMenu a.MegaMenuLinkActive:link, .MegaMenu a.MegaMenuLinkActive:visited {
   background: #FFF;
   color: #555;
   margin: 0px;
   border: 1px solid #9A9A9A;
   padding-right: 21px;
   border-bottom: none;
}
.MegaMenu .MegaMenuContent{
   display: none;
}
#MegaMenuContent, #MegaMenuContentShadow {
   background: #FFF; 
   border: 1px solid #9A9A9A;
   border-top: none;
   padding: 20px 20px;
   margin-left: 5px;
   position: absolute;
   z-index: 10;
   top: 200px !important;
   text-align:center;
}
#MegaMenuContentShadow {
display:none !important;
   background: #111;
   margin-left: 8px;
   margin-top: 4px;
   top:200px !important;
   z-index: 9;
   opacity: 0.5;
   -moz-opacity: 0.5;
   filter:alpha(opacity=50);
}
.MegaMenuTable {
  border-collapse: collapse;
  border: 1px solid #FFF;
}
.MegaMenuTable th {
  text-align: left;
  padding: 5px 10px;
  font-size: 13px;
}
.MegaMenuTable .MegaMenuHead {
  padding: 0px 5px 5px;
  border-bottom: 5px solid #EEE;
}
.MegaMenuTable td {
  vertical-align: top;
  border-right: 3px dotted #CCC;
}
.MegaMenuTable td.LastCell {
  border: none;
}
.MenuFoot div {
  border-top: 1px solid #CCC;
  margin: 10px 10px 5px 10px; 
  font-size: 10px;
  color: #555;
  padding: 10px 0px 0px 0px;
}
.MenuFoot h2 {
  padding: 0px 0px 3px 0px;
  margin: 0px;
  font-size: 14px;
  color: #000;
}
.MegaMenuTable {
  cursor: default;
}
.MegaMenuTable a {
  cursor: pointer;
}
.MegaMenuTable .MegaMenuLists {
  margin: 0px 15px;
  padding: 0px;
  color: #BBB;
  list-style-type: square;
  list-style-position: inside;
}
.MegaMenuLists li {
  margin: 5px 0px 8px;
  font-weight: bold;
  font-size: 12px;
}
/*Non IE CSS Starts*/
html>body .MegaMenu a.MegaMenuLink:link,html>body .MegaMenu a.MegaMenuLink:visited {
   position: relative;
}
html>body #MegaMenuContent, html>body #MegaMenuContentShadow {
}



/*//////////////////////////////////////////////////////////

カラーミー調整
 
//////////////////////////////////////////////////////////*/

div#gbn9_form {
    position: relative !important;
}

.gbn9_form_select {
    width: 200px !important;
    margin-bottom: 15px !important;
    padding: 5px !important;
    border: 1px solid #000 !important;
}

input.gbn9_form_input{
    padding: 7px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border: solid 1px #000 !important;
    float: left;
    margin-left: 10px;
    margin-bottom: 15px;
}

.searchBtn{
    background: url(https://img21.shop-pro.jp/PA01358/791/etc/search.png?cmsp_timestamp=20160916211052) no-repeat !important;
    padding: 8px !important;
    border: none !important;
    background-position: -4px -8px !important;    
    overflow: hidden !important;  
    cursor: pointer !important;  
    position: absolute !important;  
    left: 190px !important;  
    top: 44px !important;  
    text-indent: -9999px !important;  
    width:70px;
}
@-moz-document url-prefix() {
.searchBtn {
    background: url(https://img21.shop-pro.jp/PA01358/791/etc/search.png?cmsp_timestamp=20160916211052) no-repeat !important;
    padding: 8px !important;
    border: none !important;
    background-position: -4px -8px !important;
    overflow: hidden !important;
    cursor: pointer !important;
    position: absolute !important;
    left: 185px !important;
    top: 46px !important;
    text-indent: -9999px !important;
    width: 70px;
}
input.gbn9_form_input {
    padding: 7px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border: solid 1px #000 !important;
    float: left;
    margin-left: 20px;
    margin-bottom: 15px;
    width: 180px;
}
}
@media all and (-ms-high-contrast:none){
.searchBtn {
    background: url(https://img21.shop-pro.jp/PA01358/791/etc/search.png?cmsp_timestamp=20160916211052) no-repeat !important;
    padding: 8px !important;
    border: none !important;
    background-position: -4px -8px !important;
    overflow: hidden !important;
    cursor: pointer !important;
    position: absolute !important;
    left: 185px !important;
    top: 46px !important;
    text-indent: -9999px !important;
    width: 70px;
}
input.gbn9_form_input {
    padding: 7px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border: solid 1px #000 !important;
    float: left;
    margin-left: 20px;
    margin-bottom: 15px;
    width: 180px;
}
}

.slide{
background-image: url("https://img21.shop-pro.jp/PA01358/791/etc/background2.jpg?cmsp_timestamp=20180621214519");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 5px;
    width: 100%;
}
.bx-wrapper {
        margin: 0 auto;
        box-shadow: none !important;
        border: none !important;
        background: transparent !important;
  padding-top:30px !important;
    }
    
    .slider > li {
        height: 350px;
    }
.bx-viewport {
    -moz-box-shadow: none !important;
    -webkit-box-shadow:  none !important;
    box-shadow: none !important;
    border: none !important;
  background:transparent !important;
}
.lead{
font-weight:bold;
font-size:1.4em;}
.pull-right{
float:right;
margin-top:10px;}
.rightCol p{
margin-top:10px;}

.text_title{
line-height:180px;
text-align:center;
}
.table-cell {
 display: table-cell; /* IE8から使用可能 */
 vertical-align: middle;
}
.bootstrap {
  @import "http://nucklepart.hippy.jp/app/_bootstrap.scss";
}