@charset "utf-8";

/************************************************
 共通設定
************************************************ */
body {
    color: #444;
	font-family:"Meiryo UI",Meiryo,"Yu Gothic","MS PGothic","Segoe UI",Tahoma,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 1.6em;
}

/* 写真 */
img.picture {
    /*border: 1px solid #ccc;*/
}

.pc_none{display:none !important;}

/* ==============================================
 SVGアイコン
=============================================== */
#svg_logo,
.icon_title_sidemenu,
#icon_form_user,
#icon_form_key,
#icon_case_seach,
#icon_tab_seach,
#icon_title_ranking,
#icon_guide_01,
#icon_guide_02,
#icon_guide_03,
.icon_plus_blue {
	position: absolute;
	left: 0px;
	top: 0px;
}
#icon_form_user svg,
#icon_form_key svg{
	width: 30px;
	height: 30px;
}
.icon_title_sidemenu svg,
#icon_title_ranking svg {
	width: 24px;
	height: 24px;
}
.icon_title_sidemenu,
#icon_title_ranking{
	left: 14px;
	top: 14px;
}
#icon_guide_01,
#icon_guide_02,
#icon_guide_03 {
	left: 34px;
	top: 18px;
}
.icon_stock {
	margin-top: 1px;
}
.icon_cart svg {
	width: 25px;
	margin-top: 2px;
}

.icon_list_photo_pc svg,
.icon_list_pc svg,
.icon_list_history svg,
.icon_list_stock svg {
	height: 25px;
}
.icon_list_photo_pc svg,
.icon_list_pc svg {
	width: 25px;
}
.icon_list_history svg,
.icon_list_stock svg  {
	width: auto;
}
.icon_list_photo_pc svg .cls-1,
.icon_list_pc svg .cls-1,
.icon_list_history svg .cls-1,
.icon_list_stock svg .cls-1 {
	fill: #1e2c5b;
} 
.active .icon_list_photo_pc svg .cls-1,
.active .icon_list_pc svg .cls-1,
.active .icon_list_history svg .cls-1,
.active .icon_list_stock svg .cls-1 {
	fill: #fff;
} 

/* ==============================================
 テーマカラー
=============================================== */
.theme_color {
	fill: #0071CE !important;
	background-color: #0071CE !important;
}
.theme_line_color {
	border-color: #0071CE;
}
.theme_font_color,
.theme_font_color:link,
.theme_font_color:hover,
.theme_font_color:visited {
	color: #0071CE;
	text-decoration: none;
}
.thin_color {
	fill: #DAF0FF;
	background: #DAF0FF;
}
.thin_line_color {
	border-color: #DAF0FF;
}

.sub_color {
	fill: #EA5413;
	background: #EA5413;
}
.sub_line_color {
	border-color: #EA5413;
}

.submit_color {
	background-color: #7AB400;
	color: #fff !important;
}
.back_color {
	background-color: #d9d9d9;
	color: #444 !important;
}

/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
	padding-bottom: 56px;
	position: relative;
	/*overflow: hidden;*/
}

/* コンテンツ */
#container {
    margin: 0 auto 30px;
    padding: 180px 0 56px;
    width: 1180px;
    background: #fff;
    text-align: left;
	overflow-x: hidden;
}

#container.no-top-padding {
	padding-top: 0;
}

#container.propose {
    width: 933px;
}
#container fotter {
    clear: both;
}

/* ==============================================
 カラム指定
=============================================== */

/* メイン部
----------------------------------------------- */
#main_column {
    /*padding: 10px 0 0;*/
}

/* 1カラム時 */
#main_column.colnum1 {
    margin: 0 auto;
    width: 100%;
}

/* 2カラム時 (共通) */
#main_column.colnum2 {
    /*width: 78%;*/
	width: 929px;
}

/* 2カラム時 (メイン部が左) */
#main_column.colnum2.left {
    padding-left: 1.5%;
    float: left;
}

/* 2カラム時 (メイン部が右) */
#main_column.colnum2.right {
    padding-right: 1.5%;
    float: right;
	padding: 0;
	margin: 0 0 24px 0;
}

/* 3カラム時 */
#main_column.colnum3 {
    /*padding-left: 0.5%;*/
    width: 741px;
    float: left;
}

/* サイドカラム
----------------------------------------------- */
.side_column {
    /*padding: 10px 0 0;*/
}
#leftcolumn {
    float: left;
    width: 233px;
	border-radius: 4px;
	/*border: #dedede solid 1px;*/
}
#rightcolumn {
	float: right;
	width: 177px;
}
#search_rule_cotegory_names {
	display: inline-block;
    max-height: 40px;
    overflow: hidden;
	position: relative;
}
#afterTxt,
#afterTxt_use_cotegory{
	background: #fff;
    bottom: 0;
	right: 0;
    display: block;
    line-height: 1;
    padding: 4px;
    position: absolute;
	display: none;
}
/* 他
----------------------------------------------- */
/* ヘッダーとフッターの上下 */
#topcolumn,
#bottomcolumn,
#footerbottomcolumn {
    margin: 0px;
    background: #fff;
    text-align: left;
    clear: both;
}

/* 下層コンテンツ */
#undercolumn {
    width: 100%;
    /*margin: 0 0 30px 0;*/
}


/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}
.clear {
    clear: both;
}

/* リンク指定
----------------------------------------------- */
a:link,
a:visited {
    color: #0071CE;
    text-decoration: none;
}
a:link:hover,
a[href]:hover {
    color: #0071CE;
    text-decoration: underline;
}
#header_utility a:hover,
a.hover img:hover,
/*#main_column a img:hover,*/
/*#main_column input:hover,*/
#footer a img:hover{
	opacity: 0.6;
}


/* フォント
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5 {
    font-size: 100%;
    line-height: 150%;
}
.sale_price {
    color: #f00;
		line-height: 1.6;
}
.normal_price {
    font-size: 90%;
}
.point {
    color: #f00;
    font-weight: bold;
}
.user_name {
    font-weight: bold;
}
.recommend_level {
    color: #ecbd00;
}

.attention {
    color: #f00;
}
.attentionSt {
    color: #f00;
    font-weight: bold;
}
.st {
    font-weight: bold;
}
.mini {
    font-size: 90%;
}
.fs10 {font-size: 10px !important;}
.fs11 {font-size: 11px !important;}
.fs12 {font-size: 12px !important;}
.fs14 {font-size: 14px !important;}
.fs16 {font-size: 16px !important;}
.fs24 {font-size: 24px !important;}
.fs32 {font-size: 32px !important;}

/* 行揃え
----------------------------------------------- */
.alignC {
    text-align: center !important;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}
.pricetd em {
    font-weight: bold;
}
.fltL {
	float: left
}
.fltR {
	float: right
}


/* カラー
----------------------------------------------- */
.red{color:#F00 !important;}
.orange{color:#F60 !important;}

/* フォーム
----------------------------------------------- */
select {
    border: solid 1px #ccc;
	padding: 4px 8px;
	font-size: 14px;
}
input[type='text'],
input[type='password'] {
	background: #f7f7f7;
    /*border: solid 1px #ccc;*/
    /*padding: 2px;*/
	border-top: #d7d7d7 solid 1px;
	border-left: #d7d7d7 solid 1px;
	padding: 4px 8px;
	font-size: 14px;
}
input[type='text']:focus,
input[type='password']:focus {
	background: #dae8f5;
	border-top: #006dc8 solid 1px;
	border-left: #006dc8 solid 1px;
}
.box40 {
    width: 40px !important;
}
.box48 {
    width: 48px !important;
}
.box60 {
    width: 60px !important;
}
.box100 {
    width: 100px !important;
}
.box120 {
    width: 120px !important;
}
.box140 {
    width: 140px !important;
}
.box145 {
    width: 145px !important;
}
.box150 {
    width: 150px !important;
}
.box240 {
    width: 240px !important;
}
.box300 {
    width: 300px !important;
}
.box320 {
    width: 320px !important;
}
.box350 {
    width: 350px !important;
}
.box380 {
    width: 380px !important;
}
.box90p {
	width: 90% !important;
}
.box100p {
	width: 100% !important;
}
.box50p {
	width: 50% !important;
}
.fltL {
	float: left;
}
.fltR {
	float: right;
}
.alnC {
	text-align: center !important;
}

.alnR {
	text-align: right !important;
}

/* フォームが縦に重なり合う場合に併用する余白 */
.top { /* FIXME 簡素な単語は、単独で、込み入った指定に使用しない */
    margin-bottom: 5px;
}

/*背景
----------------------------------------------- */
.bg_stripe {
	background:url(../img/background/bg_stripe.png) ;
}

/* スペース
----------------------------------------------- */
.mg0 { margin:0 !important;}
.mgt0 { margin-top:0 !important;}
.mgb0 { margin-bottom:0 !important;}
.mgT05 {margin-top: 5px !important;}
.mgT08 {margin-top: 8px !important;}
.mgT16 {margin-top: 16px !important;}
.mgT24 {margin-top: 24px !important;}
.mgT32 {margin-top: 32px !important;}
.mgT40 {margin-top: 40px !important;}
.mgT240 {margin-top: 240px !important;}

.mgR08 {margin-right: 8px !important;}
.mgR16 {margin-right: 16px !important;}
.mgR24 {margin-right: 24px !important;}
.mgR32 {margin-right: 32px !important;}
.mgR40 {margin-right: 40px !important;}
.mgR48 {margin-right: 48px !important;}

.mgB05 {margin-bottom: 5px !important;}
.mgB08 {margin-bottom: 8px !important;}
.mgB16 {margin-bottom: 16px !important;}
.mgB24 {margin-bottom: 24px !important;}
.mgB32 {margin-bottom: 32px !important;}
.mgB40 {margin-bottom: 40px !important;}
.mgB75 {margin-bottom: 75px !important;}

.mgL08 {margin-left: 8px !important;}
.mgL16 {margin-left: 16px !important;}
.mgL24 {margin-left: 24px !important;}
.mgL32 {margin-left: 32px !important;}
.mgL40 {margin-left: 40px !important;}
.mgL48 {margin-left: 48px !important;}
.mgL72 {margin-left: 72px !important;}

.pdT05 {padding-top: 5px !important;}
.pdT08 {padding-top: 8px !important;}
.pdT16 {padding-top: 16px !important;}
.pdT24 {padding-top: 24px !important;}
.pdT32 {padding-top: 32px !important;}
.pdR08 {padding-right: 8px !important;}
.pdR16 {padding-right: 16px !important;}
.pdR24 {padding-right: 24px !important;}
.pdR32 {padding-right: 32px !important;}
.pdR40 {padding-right: 40px !important;}
.pdB05 {padding-bottom: 5px !important;}
.pdB08 {padding-bottom: 8px !important;}
.pdB16 {padding-bottom: 16px !important;}
.pdB24 {padding-bottom: 24px !important;}
.pdL08 {padding-left: 8px !important;}
.pdL16 {padding-left: 16px !important;}
.pdL24 {padding-left: 24px !important;}
.pdL32 {padding-left: 32px !important;}
.pdL40 {padding-left: 40px !important;}
.pd0 {padding: 0 !important;}
.pdA08 {padding: 8px !important;}
.pdA16 {padding: 16px !important;}


/* タイトル
----------------------------------------------- */
/*#main_column h1 ,
#main_column .main_column,
#main_column .special_title{
	background: url(../img/background/line_blue.gif) repeat-x left bottom;
	font-size: 20px;
	font-weight: bold;
	color: #0071CE;
	margin-bottom: 8px;
	padding: 0px 0px 7px;
}
h1.title {
    margin-bottom: 10px;
    padding: 8px;
    border-top: solid 1px #ebeced;
    color: #f60;
    background: url("../img/background/bg_tit_sub_01.jpg") repeat-x left bottom;
    background-color: #fef3d8;
    font-size: 170%;
}
h2.title {
	background: url(../img/background/line_blue.gif) repeat-x left bottom;
	font-size: 20px;
	font-weight: bold;
	color: #0071CE;
	margin-bottom: 8px;
	padding: 0px 0px 7px;
}
#main_column .sub_area h3,
#undercolumn_login .login_area h3,
#undercolumn_shopping h3,
#mypagecolumn h3,
#undercolumn_cart h3 {
    margin-bottom: 24px;
	padding: 0 0 0 4px;
	border-left: #3D7DCA solid 6px;
    color: #000;
    background: url("../img/background/line_01.gif") repeat-x left bottom;
    font-size: 16px;
	font-weight: normal;
	line-height: 1;
}
*/

/*　250617 pending---
#main_column h1 {
    color: #000080;
    font-size: 22px;
    border-bottom: solid 3px #000080;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 0px 0px 7px;
}

#main_column h2 {
    background: url(../img/background/line_blue.gif) repeat-x left bottom;
    font-size: 18px;
    font-weight: bold;
    color: #0071CE;
    margin-bottom: 8px;
    padding: 0px 0px 7px;
}

#main_column h3 {
    padding: 0 0 0 4px;
    border-left: #3D7DCA solid 6px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
	margin-bottom: 24px;
}
*/

div#undercolumn_login .login_area h4 {
    font-size: 16px;
    /*font-weight: normal;*/
    padding-bottom: 14px;
	/*color: #3D7DCA;*/
}

.admin_login_bar{
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 25px;
  font-weight: bold;

	position: fixed;
	top: 0;
	right: 0;
	z-index: 101;
	writing-mode: vertical-rl;
	letter-spacing: 2px;
}

/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */
#header_wrap {
	transition: 0.2s;
}
#header {
    width: 1180px;
	margin: 0 auto;
	position: relative;
	background-color:#EEE;
}
#header_utility {
    float: right;
	width: 680px;
}
#header_utility li.pull {
	float: right;
	width: 120px;
	height: 59px;
	position: relative;
	padding-top: 20px;
	margin-left: 16px;
}
#header_utility li.pull a {
	background: url(../img/common/btn_header_06.png) no-repeat left top;
	color: #000;
	padding: 17px 0 17px 40px;
	overflow: hidden;
	display: block;
}
#header_utility li.pull .content {
	display: none;
}

#errorHeader {
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 5px;
}

#cart_area.pull {
	/* background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); */

	/* width: 135px; */
	width: 28%;
	/* border: 2px solid #ccc; */
	/* position: relative; */
	
	/* border-radius: 4px; */
	overflow: hidden;
	/* border: #999 solid 1px; */
	/* float: right; */
}
#cart_area.pull .content {
	display: none;
}
#cart_area.pull a{
	height: 30px;
	color: #000;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #ccc;
	padding: 4px 5px;
	line-height: 1.2;
	background: #fff;
}
#cart_area.pull a:hover {
	text-decoration: none;
	opacity: 0.8;
}
#cart_area.pull a span.jp{
	margin-left: 6px;
	font-size: 12px;
	font-weight: bold;
	color: #717071;
}
#cart_area.pull a span.icon_cart {
	margin-top: 2px;
}
.header_btn {
	width: 34%;
	height: auto;
}
.header_btn > .menu > a {
	line-height: 2.5;
	position: relative;
}
.header_btn .btn_01 {
	width: 50px;
}
.header_btn .btn_02 {
	width: 60px;
}
.header_btn > .menu{
	width: 100%;
	overflow: hidden;
}
#header_wrap ul.gmenu{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
#header_wrap ul.gmenu li{
	/* float: left;
	width: 130px; */
	width: 19.91% !important;
}
#header_wrap ul.gmenu li:first-child a{
  border: 1px solid #2a7f00 !important;
  color: #454545 !important;
  background: #fff !important;
}

#header_wrap ul.gmenu li:nth-child(2) {
	background-color: #9bbb59;
}
#header_wrap ul.gmenu li:nth-child(3),
#header_wrap ul.gmenu li:nth-child(4),
#header_wrap ul.gmenu li:nth-child(5){
    background-color: #da9694;
}
#header_wrap ul.gmenu li:nth-child(6) {
	background-color: #948a54;
}
/*
#header_wrap ul.gmenu li:first-child,
#header_wrap ul.gmenu li:nth-child(2),
#header_wrap ul.gmenu li:nth-child(3),
#header_wrap ul.gmenu li:nth-child(4){
    width: 142px;
}

#header_wrap ul.gmenu li:nth-child(2) {
	background:url(../img/background/BG_senmon_item.jpg) no-repeat left top;
	background-size:200px 50px !important;
}

#header_wrap ul.gmenu li:nth-child(2):hover{
	background: #39b54a;
	background: -moz-linear-gradient(top, #39b54a 0%, #a7d28d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#39b54a), color-stop(100%,#a7d28d));
	background: -webkit-linear-gradient(top, #39b54a 0%,#a7d28d 100%);
	background: -o-linear-gradient(top, #39b54a 0%,#a7d28d 100%);
	background: -ms-linear-gradient(top, #39b54a 0%,#a7d28d 100%);
	background: linear-gradient(to bottom, #39b54a 0%,#a7d28d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39b54a', endColorstr='#a7d28d',GradientType=0 );
	opacity: 1;
}

#header_wrap ul.gmenu li:nth-child(3) {
	background:url(../img/background/BG_senmon_work.jpg) no-repeat left top;
	background-size:200px 50px !important;
}

#header_wrap ul.gmenu li:nth-child(3):hover{
	background: #29abe2;
	background: -moz-linear-gradient(top, #29abe2 0%, #87cefa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#29abe2), color-stop(100%,#87cefa));
	background: -webkit-linear-gradient(top, #29abe2 0%,#87cefa 100%);
	background: -o-linear-gradient(top, #29abe2 0%,#87cefa 100%);
	background: -ms-linear-gradient(top, #29abe2 0%,#87cefa 100%);
	background: linear-gradient(to bottom, #29abe2 0%,#87cefa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29abe2', endColorstr='#87cefa',GradientType=0 );
	opacity: 1;
}

#header_wrap ul.gmenu li:nth-child(4) {
	background:url(../img/background/BG_senmon_use.jpg) no-repeat left top;
	background-size:200px 50px !important;
}

#header_wrap ul.gmenu li:nth-child(4):hover{
	background: #f5b1aa;
	background: -moz-linear-gradient(top, #f5b1aa 0%, #f29c9f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5b1aa), color-stop(100%,#f29c9f));
	background: -webkit-linear-gradient(top, #f5b1aa 0%,#f29c9f 100%);
	background: -o-linear-gradient(top, #f5b1aa 0%,#f29c9f 100%);
	background: -ms-linear-gradient(top, #f5b1aa 0%,#f29c9f 100%);
	background: linear-gradient(to bottom, #f5b1aa 0%,#f29c9f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b1aa', endColorstr='#f29c9f',GradientType=0 );
	opacity: 1;
}*/

#header_wrap ul.gmenu li a{
	padding: 2px 0;
	display: block;
	text-align: center;
	color: #fff;
	line-height: 2.4;
	font-size: 14px;
	font-weight: bold;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}

#header_wrap ul.gmenu li:first-child a{
    border-left: 1px solid #fff;
   /* font-size: 12px;*/
    line-height: 2.4;
}
/*#header_wrap ul.gmenu li:first-child a span{display: block;}*/

#header_wrap ul.gmenu li a:hover {
	text-decoration: none;
}
/*
#header_wrap ul.gmenu li:nth-child(2) a,
#header_wrap ul.gmenu li:nth-child(4) a{
	color: #000;
}
#header_wrap ul.gmenu li:nth-child(3) a{color:#f00;}*/

#header_wrap ul.gmenu li:hover {
	/*background-color: #f8f8f8;*/
	/*opacity: 0.8;*/
	opacity: 0.7;
}
#header_wrap ul.gmenu li:nth-child(2):hover,
#header_wrap ul.gmenu li:nth-child(3):hover,
#header_wrap ul.gmenu li:nth-child(4):hover,
#header_wrap ul.gmenu li.active
{
	/*background: #f0f0f0*/
}
/*#header_wrap ul.gmenu li.active a{
	color: #f00;
}*/


.megamenu a.close_child_category,
.megamenu input.check_category_flg {
	display: none;
}
.megamenu {
	position: absolute;
	left: 0px;
	top: 36px;
	z-index: 10;
}
.megamenu ul {
	/*background: #DAF0FF;*/
	/*border: #0071CE solid 4px;*/
	overflow: hidden;
}
.megamenu ul li {
	float: left;
}
.megamenu ul li a {
	background: url(../img/icon/icon_arrow_list.png) no-repeat 20px center;
	background-size: 8px auto;
	width: 96px;
	height: 44px;
	font-size: 14px;
	padding: 8px 8px 8px 40px;
	display: block;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	color: #000;
	border: #fff solid 2px;
	border-left: none;
	border-top: none;
	line-height: 1.2
}
.megamenu ul li a:hover {
	background-color: #fff;
}
.megamenu ul li:nth-child(8n) a{
	width: 110px;
	border-right: none;
}


/* ロゴ
----------------------------------------------- */
#logo_area {
 padding-right: 7px;
}
/* @media screen and (max-width: 950px){
  #logo_area{
    width: 264px;
  }
} */
#logo_area a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
}

#logo_area .logo_image{
 width: 184px;
 position: absolute;
 left: 50%;
 -webkit-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
         transform: translateX(-50%);
 top: 0;
    z-index: 1;
}

#logo_area .logo_image img{
 width: 100%;
}

/*#logo01{
	width: 184px;
}
#logo01 *[fill="#22388E"]{
	fill: #0071CE !important;
}*/
#logo_area .logo_area_name{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#logo_area .logo_area_name p {
	font-weight: normal;
	font-size: 14px;
	background: #DAF0FF;
	padding: 12px 6px;
	white-space: nowrap;
	border-radius: 40px;
	position: relative;
	text-align: center;
	width: auto;
	min-width: 184px;
	/* max-width: 284px; */
	box-sizing: border-box;
}
#logo_area .logo_area_name p::after{
	content: '';
	width: 14px;
	height: 25px;
	position: absolute;
	background:url(../img/common/shippo.png) no-repeat;
	right: -5px;
	top: -5px;
	background-size: 100%;
}
#site_description {
    font-size: 90%;
}


/* ヘッダーナビ
----------------------------------------------- */
#header_login_form {
	display: none;
}
.header-right_txt {
	display: flex;
	justify-content: space-between;
	text-align: left;
	font-weight: bold;
	margin-bottom: 8px;
}
.header-right_tel {
	font-size: 16px;
	color: #0071CE;
}
.header-right_telNum {
	font-size: 16px;
	color: #f00;
}
.header-right_hours {
	line-height: 1.7;
}
.header-right_nav {
	display: flex;
	align-items: center;
	justify-content: end;
}
.header-right_navItem {
	width: 23.5%;
	margin-left: 1%;
}
.header-right_navItem a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	padding: 5px 4px;
	text-align: center;
	font-weight: bold;
	line-height: 1.1;
	color: #717071;
	border: 2px solid #ccc;
	background: #fff;
}
.header-right_navItem.history a,
.header-right_navItem.stock a {
	line-height: 1.2;
}
.header-right_navItem a:hover {
	text-decoration: none;
	color: #717071;
	opacity: 0.8;
}
.header-right_navItem a span {
	margin-right: 4px;
	line-height: 1.1;
}
.header-right_navItem a span svg {
	width: 100%;
	height: 100%;
}
.header-right_navItem .icon_honten {
	width: 30px;
	height: 30px;
}
.header-right_navItem .icon_history,
.header-right_navItem .icon_stock ,
.header-right_navItem .icon_login,
.header-right_navItem .icon_mypage 
{
	width: 25px;
	height: 25px;
}
.header-right_navItem .icon_logout {
	width: 28px;
	height: 28px;
	margin-right: 3px;
}
div#header_navi {
  float: right;
	height: 60px;
	padding-top: 20px;
}
div#header_navi ul li {
    display: block;
    float: left;
	margin-right: 16px;
}
div#header_navi ul li.member {
	width: 192px;
}
div#header_navi ul li:last-child {
	margin-right: 0px;
	/*width: 192px;*/
}
div#header_navi ul li a {
	display: block;
	width: 90px;
	height: 59px;
	text-indent: -9999px;
}
div#header_navi ul li.beginer a {
	background: url(../img/common/btn_header_01.png) no-repeat left top;
}
div#header_navi ul li.mylist a{
	background: url(../img/common/btn_header_02.png) no-repeat left top;
}
div#header_navi ul li.mypage a{
	background: url(../img/common/btn_header_03.png) no-repeat left top;
}
div#header_navi ul li.member a {
	width: 89px;
	height: 25px;
	float: right;
	margin-right: 16px;
}
div#header_navi ul li.member a:last-child {
	margin-right: 0px;
}
div#header_navi ul li.member a.login,
div#header_navi ul li.member a.logout {
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
div#header_navi ul li.member a.login {
	background-image: url(../img/common/btn_header_04.png);
}
div#header_navi ul li.member a.logout {
	background-image: url(../img/common/btn_header_04_out.png);
}
div#header_navi ul li.member a.members {
	background: url(../img/common/btn_header_05.png) no-repeat left top;
}
div#header_navi ul li.member p {
	width: 100%;
	height: 34px;
	text-align: left;
}
/* ==============================================
 フッター
=============================================== */
#footer_wrap {
	/*background: #006dc8;*/
    margin: 0 auto;
	/*overflow: hidden;*/
  /*width: 100%;*/
    width: 1200px;
}
#footer_wrap h3 {
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	border-bottom: #fff dotted 1px;
	padding-bottom: 8px;
	margin-bottom: 24px;
    font-weight: bold;
}
#footer_wrap h4 {
	color: #fff;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: normal;
	border-left: #fff solid 4px;
	padding-left: 4px;
	line-height: 1;
}
#footer_wrap .category {
	border-bottom: #fff dotted 1px;
	padding-bottom: 24px;
	overflow: hidden;
	margin-bottom: 32px;
}
#footer_wrap .category.list ul {
	margin-bottom: 16px;
}
#footer_wrap .category > div {
	width: 100%;
	overflow: hidden;
}
#footer_wrap .category > div > div {
	margin-right: 26px;
}
#footer_wrap .category a {
	color: #fff;
}
#footer_wrap .category.list li {
	margin-bottom: 16px;
}
#footer_wrap .category.list a{
	background: url(../img/icon/icon_arrow_right.svg) no-repeat left center;
	background-size: 10px;
	width: 144px;
	padding-left: 16px;
	display: block;
	font-size: 14px;
}
#footer {
    margin: auto;
    /*padding-top: 40px;*/
	padding: 24px 0 24px 0;
    width: 1200px;
	
	text-align: left;
}

#footer > div > div.fltL{width: 656px;}
#footer > div > div.fltR{width: 504px;}
#pagetop_wrap {
	/*background: #fff;*/
    width: 100%;
	/*overflow: hidden;*/
	border-bottom-style: solid;
	border-bottom-width: 4px;
	/*border-bottom: #a0c5e7 solid 4px;*/
}
#pagetop_wrap p {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#pagetop_wrap a{
	position: absolute;
	display: block;
	/*background: url(../img/button/btn_footer_top.png) no-repeat left top;*/
    width: 168px;
	height: 48px;
	text-align: center;
	padding-top: 8px;
	display: block;
	right: 0;
	top: -56px;
	z-index: 1;
	overflow: hidden;
	border-radius: 8px 8px 0px 0px;
	color: #000;
}
#pagetop_wrap > a {
	display: none;
}
#copyright {
    width: auto;
    /*float: left;*/
    text-align: center;
	color: #fff;
}
#copyright p {
	width: 100%;
	clear: both;
	margin-bottom: 16px;
	float: left;
}
#copyright p a {
	display: block;
	border-right: #fff solid 1px;
	padding-right: 8px;
	margin-right: 8px;
	padding-bottom:3em;
}
#copyright p a:link,
#copyright p a:visited{
	color: #fff;
}
#copyright p a:hover{
	color: #fff;
	text-decoration: underline;
}
#bn_area {
	/*float: right;*/
	overflow: hidden;
}
#bn_area > div a:last-child {
	margin-right: 0px;
}

#bn_area img {
	width: 208px;
}
#bn_area.bn_sm img {
	width: auto;
}

#bn_area li{float: left;margin-right: 8px;}
#bn_area li:last-child{margin-right: 0;}
#bn_area a {
	display: block;
	text-align: center;
}

/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.btn_area {
	background: url(../img/background/line_dotted_gray.gif);
    margin-top: 10px;
	padding: 16px 0;
    width: 100%;
    text-align: center;
    direction: rtl;
}

.btn_area li {
	/*background: #fff;*/
	width: auto;
    margin:0 16px;
    display: inline-block;
}
.btn_area li:last-child{
	margin-right: 0px;
}
.btn_gray, a.btn_gray_new {
	background: -moz-linear-gradient(top,#FFF 0%,#EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	border: 1px solid #DDD;
	color:#111;
	padding: 6px 8px;
	border-radius: 4px;
	display: inline-block;
}
/* 完了メッセージ
----------------------------------------------- */
div#complete_area {
    margin-bottom: 20px;
}
div#complete_area .message,
div#undercolumn_entry .message {
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: bold;
    font-size: 120%;
}
div#complete_area .shop_information {
    margin-top: 40px;
    padding: 20px 0 0 0;
    border-top: solid 1px #ccc;
}
div#complete_area .shop_information .name {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 140%;
}

/* Tipsy
----------------------------------------------- */
.tipsy {
    padding: 5px;
    font-size: 10px;
    position: absolute;
    z-index: 100000;
}
.tipsy-inner {
    padding: 5px 8px 4px 8px;
    background-color: black;
    color: white;
    max-width: 200px;
    text-align: center;
}
.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.tipsy-arrow {
    position: absolute;
    background: url('../img/ajax/tipsy.gif') no-repeat top left;
    width: 9px;
    height: 5px;
}
.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -4px;
}
.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
}
.tipsy-ne .tipsy-arrow {

    top: 0;
    right: 10px;
}
.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    background-position: bottom left;
}
.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    background-position: bottom left;
}
.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    background-position: bottom left;
}
.tipsy-e .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    right: 0;
    width: 5px;
    height: 9px;
    background-position: top right;
}
.tipsy-w .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 5px;
    height: 9px;
}
/* Add by XROSS CUBE, Inc. */
#mainWrapper{
    float: right;
    width: 933px;
}

#menu_bar p.tagline {
	width: 1180px;
	margin: 0px auto;
	padding: 2px 0;
	text-align: left;
	font-weight: bold;
}

.my_last_btn{
    margin-left:40%;
    margin-right:40%;
}
.my_btn{
    width:200px;
    font-size:18px;
    font-weight:bold;
    line-height:50px;
    display:block;
    border: #0071CE solid 1px;
    background-color:#3399CC;
    margin-bottom:5px;
    text-align:center;
    border-radius: 6px;
}
.my_btn a{
    text-decoration:none;
    color:#FFF;
    width:100%;
    height:100%;
    display:block;
}
.my_btn a:hover{
    color:#fff;
    text-decoration:none;
    width:100%;
    background-color:#0071CE;
}

.estimates_color {
     fill: #880000 !important;
     background-color: #880000 !important;
 }
.estimates_line_color {
    border-color: #880000;
}

.sample_color {
    fill: #00AA00 !important;
    background-color: #00AA00 !important;
}
.sample_line_color {
    border-color: #00AA00;
}

.rtn{
    width:350px;
    height:50px;
    font-size:18px;
    font-weight:bold;
    line-height:50px;
    display:block;
    background-color:#0071CE;
    margin-bottom:5px;
    text-align:center;
    float:left;
}

.rtn a{
    text-decoration:none;
    color:#FFF;
    width:100%;
    height:100%;
    display:block;
}

.rtn a:hover{
    color:#fff;
    text-decoration:none;
    width:100%;
    background-color:#155284;
}

.btn_new_area {
    background: none;
    margin-top: 10px;
    padding: 16px 0;
    width: 100%;
    text-align: center;
    direction: ltr;
}

.btn_new_area li {
    /*background: #fff;*/
    width: auto;
    margin:0 25px;
    display: inline-block;
}
.btn_new_area li:last-child{
    margin-right: 0px;
}
