html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size: 14px;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
	-webkit-text-size-adjust: none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted inherit;
	cursor:help;
}

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

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

small {
	font-size: 12px;
}

input, select {
	vertical-align:middle;
}

/* 共通 */

body {
	color:#404040;
	background:#ffffff;
	font-size: 14px;
	line-height:1.5;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 320px;
}

input, textarea {
}

input[type=text], input[type=password], textarea, select{
/*
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius:6px;
*/
	border:1px solid #959595;
	min-height:20px;
}
input[type=text], input[type=password], textarea{
	padding:0 2px;
}


a, a:link, a:visited {
	text-decoration: underline;
	color: #00377F;
}

/* 文字サイズ */
.large_ {
	font-size: 16px;
}
.xlarge_ {
	font-size: 18px;
}
.small_ {
	font-size: 12px;
}
.xsmall_ {
	font-size: 10px;
}
/**/

.leftfloat_ {
	float: left;
}
.rightfloat_ {
	float: left;
}
.clear_ {
	clear: both!important;
}
.lefttext_ {
	text-align: left;
}
.righttext_ {
	text-align: right;
}
.centertext_ {
	text-align: center;
}

/* 特定メッセージ（インライン） */
.error_ {
	color:#CC0000;
	font-size: 14px;
}
.notice_ {
	color:#993300;
}
.info_ {
	font-weight:bold;
}
/**/

/* 特定メッセージ（ブロック） */
div.error_, table.error_ {
	background-color:#ffffff;
	border:solid 1px #ff5500;
	padding:4px;
	margin:4px 0;
}
div.notice_, table.notice_ {
	background-color:#ffffff;
	border:solid 1px #996666;
	padding:4px;
	margin:4px 0;
}
div.info_, table.info_ {
	background-color:#ffffff;
	border:solid 1px #666666;
	padding:4px;
	margin:4px 0;
}
ul.error_ {
	margin-left: 16px;
}
.box_ {
	padding: 0 10px 10px;
}
/**/

.message_ {
	padding: 0 10px 10px;
}

/* 入力フォーム */
.hidden_ {
	display: none;
}
li.title_ {
	background-color: #e5f3ff;
	border-left: 5px solid #e5f3ff;
	padding: 1px 10px;
	margin-top: 3px;
}

.input_must_ input, .input_must_ textarea, .input_must_ select {
	background-color: #ffebeb;
}

li.must_ {
	border-left: 5px solid #ff6666;
}

span.must_ {
	color: #ffc0cb;
	background-color: #ffc0cb;
	padding: 0 2px;
}

.hiddenEnter_ {
	width:0;
	height:0;
}

.classrequired {
	background: #ffeeee;
}
.classerror {
	background: #ffeeee;
}

/**/

/* ボタン */
.button_ {
	color: #fff;
}

.large_button_ {
	width: 100%;
	font-size: 16px;
	text-align: center;
	margin:5px 0;
	padding: 5px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px #999;
	-webkit-box-shadow: 0 1px 2px #999;
	box-shadow: 0 1px 2px #999;
}
.large_button_s_ {
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin:5px 0;
	padding: 7px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px #999;
	-webkit-box-shadow: 0 1px 2px #999;
	box-shadow: 0 1px 2px #999;
}

.small_button_ {
	font-size: 14px;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px #999;
	-webkit-box-shadow: 0 1px 2px #999;
	box-shadow: 0 1px 2px #999;
}

.auto_small_button_ {
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.orange_button_ {
	-moz-text-shadow: 0 -1px 1px #F66;
	-webkit-text-shadow: 0 -1px 1px #F66;
	text-shadow: 0 -1px 1px #F66;
	background: #FF6A00 -moz-linear-gradient(top,#FF9900,#FF6A00);
	background: #FF6A00 -webkit-gradient(linear,left top,left bottom,from(#FF9900),to(#FF6A00));
	background: #FF6A00 linear-gradient(top,#FF9900,#FF6A00);
	border: 2px solid #FF9900;
}

.blue_button_ {
	-moz-text-shadow: 0 -1px 1px #003381;
	-webkit-text-shadow: 0 -1px 1px #003381;
	text-shadow: 0 -1px 1px #003381;
	background-image: -moz-linear-gradient(top, #509696, #2d7171);
	background-image: -webkit-linear-gradient(top, #509696, #2d7171);
	background-image: linear-gradient(top, #509696, #2d7171);
	border: 2px solid #5A9E9E;
}

.green_button_ {
	background: #40a956 -moz-linear-gradient(top,#9ce2a9,#40a956);
	background: #40a956 -webkit-gradient(linear,left top,left bottom,from(#9ce2a9),to(#40a956));
}

.gray_button_ {
	background-color:#999;
	background: -moz-linear-gradient(top,#ccc,#999);
	background: -webkit-gradient(linear,left top,left bottom,from(#ccc),to(#999));
}

.black_button_ {
	background-color:#000;
	background: -moz-linear-gradient(top,#999,#000);
	background: -webkit-gradient(linear,left top,left bottom,from(#999),to(#000));
}
/**/

.common_headline1_ {
	background: #3b8585 url("../img/usr/h1_bg.gif") no-repeat scroll 5px center;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 15px 10px 13px 40px;
}

.common_headline2_ {
	background: transparent url("../img/usr/h2_bg.gif") no-repeat scroll 0 bottom;
	border-bottom: 2px solid #3b8585;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 15px 8px 0px 35px;
}
.common_headline3_ {
	border-bottom: 1px solid #cccccc;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 5px 0;
}

/* 価格表示 */
.price_pop_ {
	color:#CC0000;
	font-size: 12px;
}
.price_ {
	color:#CC0000;
	font-weight:bold;
}
.price_cancel_ {
    font-size:14px;
    font-weight:bold;
    text-decoration: line-through;
}
.discount_ {
	color:#CC0000;
}


/* --------------------------------------------------------------------
	共通ヘッダー
-------------------------------------------------------------------- */
header {
	margin-bottom:15px;
}
header .header_top_ {
	display: -moz-box;
	display: -webkit-box;
	display: box;
	width: 100%;
}
header .header_top_ #sitelogo {
	margin: 0 0 0 0;
	-moz-box-flex: 0;
	-webkit-box-flex: 0;
	box-flex: 0;
	vertical-align: middle;
}
header .header_top_ #welcomeMessage{
	padding: 10px 0 0 0;
	text-align: right;
	font-size: 12px;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	vertical-align: middle;
}
header nav#globalnav {
	clear: both;
	color: #FFF;
	width: 100%;
	overflow: hidden;
	background: #003881 -moz-linear-gradient(top, #0068B6, #003881);
	background: #003881 -webkit-gradient(linear, left top, left bottom, from(#0068B6), to(#003881));
	background: #003881 linear-gradient(top, #0068B6, #003881);
	border-top: #80B4DB;
	border-bottom: #4E77A6;
}
header nav#globalnav a {
	color: #FFF;
	text-decoration: none;
}
header nav#globalnav ul {
	display: -moz-box;
	display: -webkit-box;
	display: box;
	width: 100%;
}
header nav#globalnav ul li {
	text-align: center;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}
header nav#globalnav ul li a {
	padding: 15px 0;
	display: block;
	text-shadow: 0 -1px 1px #00004B;
	font-weight: bold;
	border-left: 1px solid #003B80;
	border-right: 1px solid #0052A5;
	background: #003881 -moz-linear-gradient(top, #0068B6, #003881);
	background: #003881 -webkit-gradient(linear, left top, left bottom, from(#0068B6), to(#003881));
	background: #003881 linear-gradient(top, #0068B6, #003881);
}

/* --------------------------------------------------------------------
	検索フォーム
-------------------------------------------------------------------- */
form.search_form_ {
	margin-bottom: 10px;
	padding: 10px 95px 10px 10px;
	position: relative;
	background: #F0F0F0;
	-moz-box-shadow: #333 0 10px 10px -10px inset;
	-webkit-box-shadow: #333 0 10px 10px -10px inset;
	box-shadow: #333 0 10px 10px -10px inset;
}

form.search_form_ input.keyword_{
	padding: 5px 0;
	height: 20px;
	font-size: 16px;
	width: 100%;
	text-indent: 5px;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: #999 0 0 1px 1px inset;
	-webkit-box-shadow: #999 0 0 1px 1px inset;
	box-shadow: #999 0 0 1px 1px inset;
}
form.search_form_ .placeholder_ {
	position: absolute;
	top: 15px;
	left: 15px;
	color: #999;
}
form.search_form_ .search_button_ {
	display: block;
	position: absolute;
	top: 5px;
	right: 10px;
	padding: 0;
	font-size: 16px;
	width: 80px;
	height: 30px;
}

dl.goodssearch_ dd input[type="input"],
dl.goodssearch_ dd textarea,
dl.goodssearch_ dd select {
	max-width: 95%;
}



/* --------------------------------------------------------------------
	トップページ
-------------------------------------------------------------------- */
div.flash_ctrl_ {
	white-space:nowrap;
	text-align:right;
	float:right; /* */
}
div.search_ {
	white-space:nowrap;
}

img.top_banner_ {
	max-width: 100%;
}

/* --------------------------------------------------------------------
	ログイン
-------------------------------------------------------------------- */
div.login_ {
}

div.login_ div.loginform_ {
	margin-bottom: 10px;
}

div.login_ div.loginform_ div.form_text_ {
	margin: 5px 0;
}
div.login_ div.askpass_ {
	margin:10px auto;
}
.login-list {
	overflow:hidden;
	text-align:left;
	border-top:1px solid #9fb7d4;
	margin-bottom: 10px;
}
.login-list li.inputimage_ {
	width:100%;
}
.login-list li.inputimage_ a {
	display:block;
	padding-left:50px;
	height:43px;
	line-height:43px;
	border-bottom:1px solid #9fb7d4;
	color:#000;
	background-repeat:no-repeat;
	background-position:5px 50%;
}

/* --------------------------------------------------------------------
	新規会員登録
-------------------------------------------------------------------- */
.agreebody_ {
	width:90%;
	margin: 0 10px 10px;
	padding: 4px;
	border: 1px solid #999999;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

div.customer_ table.customer_,
div.customer_ table.customerconfirm_ {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #cccccc;
}
div.customer_ table.customer_ th,
div.customer_ table.customerconfirm_ th {
	width: 30%;
	background-color: #e5f3ff;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}
div.customer_ table.customer_ td,
div.customer_ table.customerconfirm_ td {
	border-bottom: 1px solid #cccccc;
	padding: 3px;
}

/* --------------------------------------------------------------------
	マイページ
-------------------------------------------------------------------- */

div.customer_status_ {
	margin: 0 10px 10px;
	padding: 5px;
	background:#F8F8F8;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
}
div.customer_name_ {
}
.loginname_ {
}
.mypoint_ {
}
.point_ {
	font-weight: bold;
}

#mypagenav {
	margin-bottom: 10px;
}
#mypagenav li {
	border-bottom: 1px solid #CCC;
}
#mypagenav li:first-child {
	border-top: 1px solid #CCC;
}
#mypagenav li a {
	display: block;
	padding: 5px 25px 5px 10px;
	text-decoration: none;
	background: url(../img/usr/link_mypage.png) right center no-repeat;
}
#mypagenav li img {
	margin-right: 5px;
	width: 40px;
	vertical-align: middle;
}
#mypagenav #dest_change a {
	cursor: pointer;
	background: url(../img/usr/link_mypage.png) right center no-repeat;
}
#mypagenav #dest_change ul#destnav {
}
#mypagenav #dest_change ul#destnav li {
}
#mypagenav #dest_change ul#destnav li:last-child {
	border-bottom: none;
}
#mypagenav #dest_change ul#destnav li a {
	padding-left: 30px;
	background: #F0F0F0 url(../img/usr/link_dest.png) right center no-repeat;
}

/* 担当者情報 */
div.staff_ {
	padding: 4px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	margin-bottom: 10px;
	background-color:#ffbfbf;
	-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
}
div.staff_ div.staff_head_ {
	width: 100%;
	overflow: hidden;
}
div.staff_ div.staff_head_ h2 {
	float: left;
	display: inline;
	line-height:1.1;
	font-weight: bold;
	padding-left: 4px;
	padding-bottom: 4px;
}
div.staff_ div.staff_info_ {
	background: url(../img/usr/topiclist.png) 5px 9px no-repeat;
	padding: 5px 5px 5px 15px;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	background-color:#ffffff;
}

/* トピック一覧 */
div.mymenu_topic_ {
	margin-bottom: 10px;
	padding: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	background-color:#eeeeee;
	-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
}
div.mymenu_topic_ .topiclist_head_ {
	overflow: hidden;
}
div.topiclist_head_ h2 img {
}
 div.mymenu_topic_ .topiclist_head_ h2 {
	float: left;
	display: inline;
	line-height: 1.1;
	font-weight: normal;
	text-shadow: 1px 1px 2px #ccc;
	padding-left: 4px;
	padding-bottom: 4px;
}
div.mymenu_topic_ .topiclist_head_ .rss_ {
	float: right;
	display: inline;
	text-align: right;
}
div.mymenu_topic_ .topiclist_body_ {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	background-color:#ffffff;
	padding: 2px;
}
div.mymenu_topic_ div.topiclist_ ul.topicline_ {
	margin: 0;
	padding: 0;
}
div.mymenu_topic_ ul.topicline_ li {
	border-bottom: 1px dotted #cccccc;
	background: url(../img/usr/topiclist.png) 5px 9px no-repeat;
	padding: 2px 0px 2px 15px;
}
div.mymenu_topic_ ul.topicline_ li:last-child {
	border-bottom-style: none
}
div.mymenu_topic_ ul.topicline_ li.img_ {
	padding: 5px 0;
	background: none;
}

.customer_ {
	margin-bottom: 10px;
}

.customer_ p {
}

.submit_ {
	margin: 0 10px 20px;
	text-align: center;
}

/* --------------------------------------------------------------------
	マイページ　法人会員一覧　カード情報確認
-------------------------------------------------------------------- */
div.customer_ table.bizuserlist_,
div.customer_ table.cardlist_ {
	width: 100%;
	margin: 5px 0;
	border: 1px solid #cccccc;
}
div.customer_ table.bizuserlist_ th,
div.customer_ table.cardlist_ th {
	width: 30%;
	background-color: #e5f3ff;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}
div.customer_ table.bizuserlist_ td,
div.customer_ table.cardlist_ td {
	border-bottom: 1px solid #cccccc;
	padding: 3px;
}

/* --------------------------------------------------------------------
	マイページ　購入履歴、見積履歴、法人別購入履歴、法人別見積履歴、承認、法人別承認
-------------------------------------------------------------------- */
div.customer_ .method_addr_ {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 0 0 10px;
}
div.customer_ .destgoodslist_ {
	margin-bottom: 10px;
}
div.sales_info_ {
	margin: 0 10px 10px;
}
table.order_ th,
table.sales_ th,
table.method_ th,
table.purchase_ th,
table.ship_ th,
table.approval_ap_user_ th,
table.historydetail_ th
{
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	width: 40%;
	font-weight: normal;
	padding: 3px;
	white-space: nowrap;
}
table.order_ td,
table.sales_ td,
table.method_ td,
table.purchase_ td,
table.ship_ td,
table.approval_ap_user_ td,
table.historydetail_ td
{
	border: 1px solid #CCCCCC;
	border-left: none;
	padding: 3px;
}
table.order_ td.nocell_,
table.sales_ td.nocell_,
table.method_ td.nocell_,
table.purchase_ td.nocell_,
table.ship_ td.nocell_,
table.approval_ap_user_ td.nocell_ {
	border: none !important;
}
table.order_ {
}
table.sales_,
table.method_ {
}
table.sales_ td,
table.method_ td {
	text-align: right;
}
table.purchase_ {
	margin-bottom: 10px;
	width: 100%;
}
table.purchase_ th{
	width: 22%;
}
table.ship_ {
	margin: 0 0 10px;
	width: 100%;
}
table.ship_ th{
}

/* 購入履歴 */
div.history_table_ {
	margin: 0 10px;
}
table.history_ {
	margin: 0 0 10px;
	width: 100%;
	border: 1px solid #CCCCCC;
	border-bottom: none;
}
table.history_ td {
	padding: 1px 5px;
	border-bottom: 1px solid #CCCCCC;
}
table.history_ th {
	background-color: #F8F8F8;
	vertical-align: middle;
	width: 35%;
	font-weight: normal;
	text-align: left;
	padding: 1px 5px;
	border-bottom: 1px solid #CCCCCC;
	white-space: nowrap;
}
table.history_ td.order_dt_ {
}
table.history_ td.order_id_ {
}
table.history_ td.order_detail_ {
	padding: 0px;
}
table.history_ td.order_detail_ ul {
	width: 100%;
}
table.history_ td.order_detail_ ul li {
	list-style: none;
	border-bottom: 1px dotted #CCCCCC;
}
table.history_ td.order_detail_ ul li div.name_ {
	margin: 5px;
}
table.history_ td.order_detail_ .order_again_ {
	margin: 5px;
}
table.history_ td.order_detail_ .order_again_ span {
	padding: 5px;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius:6px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	border: 1px solid #CCCCCC;
	background-color: #f6f6f6;
	background: #DFDFDF -moz-linear-gradient(top,#FFF,#DFDFDF);
	background: #DFDFDF -webkit-gradient(linear,left top,left bottom,from(#FFF),to(#DFDFDF));
	background: #DFDFDF linear-gradient(top,#FFF,#DFDFDF);
}
table.history_ td.status_ {
	padding-top: 5px;
}
table.history_ td.status_ img {
	width: 160px;
}
table.history_ td.total_ {
	font-size: 16px;
}
div.historydetail_ {
	width: 100%;
	margin: 10px 0;
	text-align: center;
}

/* 20190802 add↓↓*/
div.historydetail_customer_status_ {
	margin: 0 10px 10px;
	padding: 5px;
	background:#F8F8F8;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	overflow: hidden;
}
div.historydetail_customer_status_ > div.loginname_ {
	width: 50%;
	float: left;
}
div.historydetail_company_name_ {
	width: 50%;
	float: right;
	text-align:right;
}
div.historydetail_tax_reduced_message_ {
	margin: 3px 0;
}
span.historydetail_tax_reduced_ {
	margin-left: 30px;
}
div.historydetail_total_for_tax_ratio_,
div.estimatedetail_total_for_tax_ratio_ {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
div.historydetail_total_for_tax_ratio_list_,
div.estimatedetail_total_for_tax_ratio_list_ {
	text-align: right;
}
div.historydetail_total_for_tax_ratio_list_ ul,
div.estimatedetail_total_for_tax_ratio_list_ ul {
	display: flex;
}
li.historydetail_tax_ratio_ {
	min-width: 50px;
	margin-right: 5px;
	font-size: 80%;
}
li.estimatedetail_tax_ratio_ {
	min-width: 50px;
	margin-right: 5px;
	font-size: 80%;
}
li.historydetail_total_for_tax_ratio_amount_,
li.estimatedetail_total_for_tax_ratio_amount_ {
	min-width: 55px;
	font-size: 80%;
}
/* 20190802 add↑↑*/

/**/
div.estimate_box_content_ {
	margin-left:10px;
	margin-bottom:10px;
}
table.formlist_ td.cancel_{
	background-color: #f6f6f6;
}
table.destgoodslist_ {
	width: 100%;
	margin-bottom: 10px;
}
table.destgoodslist_ th.name_, table.destgoodslist_ td.name_{
}
table.destgoodslist_ th.qty_, table.destgoodslist_ td.qty_{
}
table.destgoodslist_ th.gift_spec_, table.destgoodslist_ td.gift_spec_{
}
table.destgoodslist_ th.cancel_dt_, table.destgoodslist_ td.cancel_dt_{
}
table.destgoodslist_ td.cancel_dt_{
	color: #cc0000;
}

div.processimage_{
	margin: 0 10px 10px;
	text-align: center;
}
div.processimage_ img {
	max-width: 320px;
	width: 100%;
}

/* 法人購入履歴検索 法人承認検索 */
dl.bizsearch_,
dl.bizapproval_,
dl.doapproval_ {
}
dl.bizsearch_ dt, dl.bizsearch_ dd,
dl.bizapproval_ dt, dl.bizapproval_ dd,
dl.doapproval_ dt, dl.doapproval_ dd {
	display: block;
	white-space: nowrap;
}
dl.bizsearch_ dt,
dl.bizapproval_ dt,
dl.doapproval_ dt{
	margin-left: 0;
}
dl.bizsearch_ dd,
dl.bizapproval_ dd,
dl.doapproval_ dd {
	margin-left: 5px;
}
/**/

/* 承認 */
div.approval_ table th {
	white-space: nowrap;
}
div.approval_ table td.total_ {
	text-align:right;
}

div.approval_ table.approvallist_.approval_r_ td {
	background-color:#fffff0;
}
div.approval_ table.approvallist_.approval_target_ td {

}
div.approval_ table.approvallist_.approval_1st_ok_ td {
	background-color:#fffff0;
}
div.approval_ table.approvallist_.approval_ng_ td {
	background-color:#ffefec;
}
div.approval_ table.approvallist_.approval_sales_ok_ td {
}
div.approval_ table.approvallist_.approval_sales_ng_ td {
	background-color:#f3f3f3;
}
table.approval_cart_ {
	width: 100%;
}
table.approval_cart_ tr.linespace_ {
	border-style: none;
}
table.approval_cart_ tr.linespace_ td {
	border-style: none;
	height: 10px;
}
table.approval_cart_ .goods_name_ {
	width: auto;
}
table.approval_cart_ td.money_ {
	text-align:right;
	width: 80px;
}
table.approval_cart_ td.money_ ul {
	width: 100%;
}
table.approval_cart_ li.money_ {
	white-space:nowrap;
	text-align:right;
	width: 80px;
}
table.approval_cart_ li.qty_ {
	white-space:nowrap;
	text-align:right;
	width: 80px;
}
table.approval_cart_ td.button_ {
	text-align: center;
	width: 66px;
}
table.approval_cart_ td.total_ {
	text-align:right;
}
table.approval_cart_ td.cancel_dt_ {
	color: #cc0000;
	font-weight: bold;
	width: 66px;
}
table.approval_cart_ .qty_ input {
}
td.reapproval_ {
	background-color:#ffffe0;
}
.doapproval_ {
	background-color:#ffffe0;
}

table.approval_comment_ {
	width: 100%;
}
table.approval_comment_ td {
	border-style:none;
	padding: 3px;
}
table.approval_comment_ th {
	padding: 3px;
	text-align: left;
}

table.approval_purchase_,
table.approval_date_,
table.approval_approval_,
table.approval_ap_user_,
table.approval_cart_ {
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #CCCCCC;
}
table.approval_purchase_ th,
table.approval_date_ th,
table.approval_approval_ th,
table.approval_ap_user_ th {
	width: 30%;
	white-space: nowrap;
	background-color: #e5f3ff;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px;
	font-weight: normal;
	text-align: left;
}
table.approval_purchase_ td,
table.approval_date_ td,
table.approval_approval_ td,
table.approval_ap_user_ td,
table.approval_cart_ td {
	border-bottom: 1px solid #CCCCCC;
	padding: 3px;
}
table.approval_cart_ th {
	white-space: nowrap;
	background-color: #e5f3ff;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px;
	font-weight: normal;
	text-align: left;
}

table.approvallist_ input, table.approvallist_ textarea,
table.approval_comment_ input, table.approval_comment_ textarea {
	width: 100%;
}

/* 製品一覧 */
table.approval_ {
	text-align:left;
	margin-bottom: 10px;
}
table.approval_ {
	border: 1px solid #CCCCCC;
}

table.approval_ td {
	padding: 3px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
table.approval_ .goods_ {
	width: 20%;
}
table.approval_ .name_ {
}
table.approval_ .qty_ {
	width: 16%;
	text-align: right;
}
table.approval_ .amt_ {
	width: 20%;
	text-align: right;
}
table.approval_ .money_ {
	width: 20%;
	text-align: right;
}
table.approval_ th {
	text-align: left;
	white-space:nowrap;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #e5f3ff;
	padding: 3px;
}

/* --------------------------------------------------------------------
	マイページ　お気に入り
-------------------------------------------------------------------- */
div.customer_ .bookmark_frame_ {
	margin: 0 10px 10px;
}
div.customer_ li.bookmark_item_ {
	padding: 10px 0;
	vertical-align: top;
	display: table;
	width: 100%;
	border-bottom: 1px dotted #CCC;
}
div.customer_ li.bookmark_item_:first-child {
	border-top: 1px dotted #CCC;
}


li.bookmark_item_ div.cartgoods_ {
	padding: 5px;
	display: inline;
	width: 20px;
	display: table-cell;
	vertical-align: top;
}
li.bookmark_item_ div.img_ {
	padding: 5px;
	display: inline;
	overflow: hidden;
	width: 100px;
	display: table-cell;
	vertical-align: top;
}
li.bookmark_item_ div.img_ img {
	width: 100px;
}
li.bookmark_item_ div.desc_ {
	padding: 5px;
	width: auto;
	display: table-cell;
	vertical-align: top;
}
li.bookmark_item_ div.name_ {
	display: inline;
}
li.bookmark_item_ div.spec_ {
	margin-bottom: 10px;
}

li.bookmark_item_ .edit_memo_ {
	margin-top: 5px;
	font-weight: bold;
}
li.bookmark_item_ .comment_ {
	margin-bottom: 10px;
	width: 100%;
}
li.bookmark_item_ .comment_ textarea {
	width: 100%;
}
div.customer_  div.del_ {
	text-align: right;
}
div.bookmark_ {
	width: 100%;
}
table.bookmark_ {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	border-bottom: none;
}
table.bookmark_ td.form_ {
	text-align: left;
	border-bottom: 1px solid #cccccc;
	background-color: #e5f3ff;
}
table.bookmark_ td.form_ p.input_title_ input {
	width: 95%;
}
table.bookmark_ td.img_ {
	padding: 5px;
	width: 60px;
	border-bottom: 1px solid #cccccc;
}
table.bookmark_ td.img_ img {
	width: 50px;
}
table.bookmark_ td.name_ {
	padding: 5px;
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
}


/* --------------------------------------------------------------------
	マイページ　お問い合わせ
-------------------------------------------------------------------- */
div.contact_ .show_message {
	display: block;
	box-sizing: border-box;
	width: calc(100% - 20px);
	margin: 30px auto 20px;
	padding: 10px;
	color: #000;
	text-align: center;
	text-decoration: none;
	border: 3px solid #00a7ea;
}
div.contact_ .show_message * {
	line-height: 1;
}
div.contact_ .show_message p {
	font-size: 14px;
	line-height: 1.5;
}
div.contact_ .show_message p + p {
	margin-top: 10px;
}
div.contact_ .show_message img {
	width: 100%;
}
div.contact_ .show_message .ib {
	display: inline-block;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: inherit;
}
div.contact_ .show_message .title {
	font-size: 16px;
	text-decoration: underline;
}
div.contact_ .show_message .tel {
	color: #00a7ea;
	font-family: Arial, sans-serif;
	font-size: 38px;
	font-weight: bold;
	line-height: 1;
}


/* --------------------------------------------------------------------
	マイページ　お問い合わせ履歴
-------------------------------------------------------------------- */
/* お問合せ履歴 */
div.contact_ ul.contactlist_ {
	margin-bottom: 10px;
}
div.contact_ ul.contactlist_ li {
	border-bottom: 1px solid #CCC;
}
div.contact_ ul.contactlist_ li:first-child {
	border-top: 1px solid #CCC;
}
div.contact_ ul.contactlist_ li a {
	padding: 10px;
	display:block;
	text-decoration: none;
	background: url(../img/usr/link_mypage.png) right center no-repeat;
}
div.contact_ table.detaillistline_ {
	border: dotted 1px;
	margin:2px auto;
}
/* お問合せ詳細 */
.contactdetail_title_ {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
.contactdetail_title_ .subject_ {
}
.contactdetail_title_ .date_ {
	margin-left: 10px;
	float: left;
}
.contactdetail_title_ .id_ {
	margin-right: 10px;
	float: right;
}
div.goods_info_ {
	margin: 0 10px 10px;
}
/* スレッド */
div.contactlist_ {
	margin: 0 10px 10px;
}
div.contactlist_ .contactlist_order_id_ {
	margin: 0 0 0 20px;
}
div.contactlist_ .contactlist_goods_ {
	margin: 0 0 0 20px;
}
dl.contactlist_line_ {
	margin-bottom: 10px;
	padding: 5px;
	overflow: hidden;
	background: #F0F0F0;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
dl.contactlist_line_ .contactlist_head_ {
	width: 100%;
	overflow: hidden;
}
dl.contactlist_line_ .contactlist_head_ .name_ {
	padding: 5px;
	float: left;
	display: inline;
	font-weight: bold;
	width: 40%;
}
dl.contactlist_line_ .contactlist_head_ .updt_ {
	padding: 5px;
	float: right;
	display: inline;
	text-align: right;
	width: 40%;
}
dl.contactlist_line_ .comment_ {
	padding: 10px;
	background: #FFF;
}
.contact_reform_comment_ {
	margin: 0 10px 10px;
	padding: 10px;
	border: 1px solid #CCC;
}

/* --------------------------------------------------------------------
	カート画面
-------------------------------------------------------------------- */

div.cartlist_ {
}
div.cartlist_ p.tokuten_ {
	padding:0 10px 10px 10px;
}
div.order_flow_ {
	text-align: center;
	margin:0 10px 10px;

}
div.order_flow_ img {
	width: 100%;
	max-width:660px;
}

table.cartlist_ {
	margin: 0 auto;
	width: 100%;
	border-top: 1px solid #CCCCCC;
}
table.cartlist_ tr.list_ {
	border-bottom: 1px solid #CCCCCC;
}
table.cartlist_ td {
	padding: 3px;
}
table.cartlist_ td.img_ {
	width: 52px;
}
table.cartlist_ td.img_ img {
	width: 48px;
}
table.cartlist_ td.name_ {
	width: 115px;
	vertical-align: top;
}
table.cartlist_ td.name_ .name1_ {
	font-weight: bold;
}
table.cartlist_ td.name_ .name2_ {
	font-size: 12px;
}
table.cartlist_ td.price_box_ {
	vertical-align: top;
	text-align:right;
	width:115px;
}
table.cartlist_ td.money_ {
	width:90px;
	text-align:right;
}
table.cartlist_ .price_box_ li.money_ {
	width:90px;
	text-align:right;
	padding: 2px;
}
table.cartlist_ .price_box_ li.qty_ {
	text-align:right;
	width:90px;
	padding: 2px;
}
table.cartlist_ td.button_ {
	vertical-align: middle;
	text-align: center;
	width: 64px;
}
table.cartlist_ td.total_ {
	text-align:right;
}
table.cartlist_ .qty_ input {
	text-align: right;
}

input.calc_ {
	width:0px;
	height:0px;
}

div.postage_comment_ {
	padding: 5px 5px 0 5px;
	margin: 5px 0 0 auto;
	text-align: right;
	font-weight: bold;
	color: #ff0000;
}

div.postage_comment2_ {
	padding: 0 5px 0 5px;
	margin: 0 0 0 auto;
	text-align: right;
	color: #ff0000;
}


/* --------------------------------------------------------------------
	ご注文方法の指定
-------------------------------------------------------------------- */

div.order_ {
}

/* ご注文主（ログイン時） */
div.method_host_ {
}

div.method_host_ div.host_info_ {
	margin: 0 10px 10px;
	padding: 5px;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.method_host_ .host_name_ {
	padding-bottom: 5px;
}
div.method_host_ address {
	padding: 10px;
	background: #FFF;
	font-style: normal;
}
table.method_host_ {
	margin-bottom: 20px;
	width: 100%;
}
tr#host_mail input,
tr#host_cmail input,
tr#host_addr input,
tr#host_addr2 input,
tr#host_addr3 input,
tr#host_comp input,
tr#host_dept input {
	width: 300px;
}

/**/
/* 送り主（ログイン時） */
div.method_sender_ {
	margin-bottom: 10px;
}
div.method_sender_ div.sender_info_ {
	margin-bottom: 5px;
	padding-left: 10px;
}
div.sender_change_ {
	padding: 5px;
	margin: 0 10px 10px 10px;
	background: #F0F0F0;
	border: 1px solid #CCC;
	width: auto;
}
div.method_sender_ ul.method_sender_ {
	width: 90%;
	padding-left: 20px;
}
/**/
/* 宛て先（ログイン時） */
div.method_address_ {
}
div.addresslist_ {
}
div.address_item_ {
	margin: 0 10px 10px;
	padding: 5px;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.address_item_ .address_title_ {
	padding-bottom: 5px;
}
div.address_item_ .dest_disp address {
	padding: 10px;
	background: #FFF;
	font-style: normal;
}
div.address_item_ .address_change_ {
	margin-top: 5px;
	text-align: right;
}
div.address_bottom_ {
	padding: 0 10px;
	text-align: right;
}
div.address_bottom_ input {
	margin-bottom: 10px;
}
/**/
/* 配送方法 */
div.method_box_ {
}
div.method_box_ h3 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: bold;
	background: #F0F0F0;
}
div.method_box_ div.method_box_content_ {
	padding: 0 10px 10px;
}
div.method_box_ div.method_box_content_ input[type="radio"] {
	padding: 5px 0;
	display: inline-block;
	vertical-align: baseline;
}
div.method_box_ div.method_box_content_ label {
	padding: 5px 0;
	margin-right: 20px;
	display: inline-block;
}

/**/
/* 配送希望日時指定 */
#method_date dl {
	margin: 0 0 10px 0;
}
#method_date dl dt {
	margin-bottom: 5px;
	float: left;
	display: inline;
	font-weight: bold;
}
#method_date dl dd {
	margin-left: 8em;
	margin-bottom: 5px;
}
/**/
/* ポイント */
.currentpoint_ {
	margin-bottom: 10px;
}
div.point_use_ {
	margin-bottom: 10px;
	padding: 10px;
	background: #F8F8F8;
	border: 1px solid #CCC;
}
/**/

div.StylePC_Frame_ {
	padding : 0 10px 10px;
	overflow: hidden;
}

/* clearfix */
div.StylePC_Frame_:before,
div.StylePC_Frame_:after {
	content: "";
	display: table;
}

div.StylePC_Frame_:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
div.StylePC_Frame_ {
	zoom: 1;
}

div.StylePC_Item_ {
	float: left;
	border : 1px solid #ccc;
	margin : 0 10px 10px 0;
	padding : 10px;
	float: left;
	display: inline;
	text-align: center;
	width: 95%;
}
div.StylePC_Item_ div.img_ {
	margin-bottom: 5px;
}
div.StylePC_Item_ div.img_ img {
	width: 100px;
}
div.StylePC_Item_ div.name_ {
	margin: 0 10px 5px 10px;
}
div.StylePC_Item_ div.stock_ {
	margin: 0 10px 5px 10px;
}

/* --------------------------------------------------------------------
	ご注文内容の確認
-------------------------------------------------------------------- */
div.spandual_ {
}
div.spandual_ table {
	width: 100%;
}

/* ご注文の製品 */
table.estimate_ {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	width: 100%;
}
table.estimate_ th{
	border-bottom: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	padding: 3px;
	font-weight: normal;
	text-align:left;
}
table.estimate_ td{
	padding: 3px;
}
table.estimate_ td textarea {
	max-width: 95%
}
table.estimate_.sales_,
table.estimate_method_ {
	border-top: 1px solid #CCCCCC;
}
table.estimate_.sales_ th,
table.estimate_method_ th {
	width: 40%;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	white-space:nowrap;
	background-color: #F8F8F8;
	padding: 3px;
}
table.estimate_.sales_ td,
table.estimate_method_ td {
	width: 60%;
	padding: 3px;
	text-align: right;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
table.estimate_.sales_ td.nocell_ {
	border: none !important;
}

/* 製品一覧 */
table.goodslist_ {
	text-align:left;
}
table.goodslist_ {
	border: 1px solid #CCCCCC;
}

table.goodslist_ td {
	padding: 3px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
table.goodslist_ .goods_ {
	width: 20%;
}
table.goodslist_ .name_ {
}
table.goodslist_ .qty_ {
	width: 16%;
	text-align: right;
}
table.goodslist_ .amt_ {
	width: 20%;
	text-align: right;
}
table.goodslist_ .money_ {
	width: 20%;
	text-align: right;
}
table.goodslist_ th, table.goodslist_ .title_ {
	text-align: left;
	white-space:nowrap;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	padding: 3px;
}
/* 配送情報 */
table.host_, table.sender_ {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
table.host_ th, table.sender_ th{
	border-bottom: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	padding: 3px;
	font-weight: normal;
	text-align:left;
}
table.host_ td, table.sender_ td{
	padding: 3px;
}

div.order_ .method_addr_ {
	margin: 0 10px 10px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	border: 5px solid #F0F0F0;
}

table.card_,
table.convinience_{
	width: 100%;
}
table.card_ label {
	margin: 0 20px 0 5px;
}
table.convinience_ th {
	width: 16em;
}

/* お支払い方法 */
div.order_ table.estimate_method_ {
}
div.order_ table.estimate_method_ th {
	width:40%;
	text-align:left;
	background-color: #F8F8F8;
	font-weight: normal;
}
div.order_ table.estimate_method_ td {
	width:60%;
	text-align:right;
}
div.order_ table.method_gift_ {
	border:none;
}
div.order_ div.method_gift_ .gift_comment_ {
	margin-bottom: 10px;
}
div.order_ div.method_gift_ input[type="radio"],
div.order_ div.method_gift_ label {
	padding: 5px 0;
	display: inline-block;
}
div.order_ div.method_gift_ label {
	margin-right: 20px;
}
div.order_ div.method_gift_ p.comment_{
	margin: 5px 0 10px 0;
}
div.order_ table.method_gift_ td {
	border:none;
}
div.estimate_card_form_ {
}


/* お届け先 */
div.order_ table.dest_ {
	width:100%;
}
div.destgoodslist_ {
	padding: 0 10px 10px;
}
table.destgoodslist_ {
	width:100%;
}
table.destgoodslist_ {
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
table.destgoodslist_ th {
	width: 30%;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #F8F8F8;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	white-space:nowrap;
}
table.destgoodslist_ td {
	border-top: 1px solid #CCCCCC;
	vertical-align: top;
	padding: 3px;
}
table.destgoodslist_ span.img_s_ {
	float: left;
	width: 20%;
}
table.destgoodslist_ span.img_s_ img {
	width: 46px;
}
table.destgoodslist_ span.name_ {
}
table.destgoodslist_ th.method_gift_, table.destgoodslist_ th.dest_comment_{
	text-align: left;
}
table.destgoodslist_ td.method_comment_detail_ input, table.destgoodslist_ td.method_comment_detail_ textarea {
	width: 95%;
}
table.destgoodslist_ td.method_qty_ , td.dest_qty_{
}
table.destgoodslist_ td.sublist_{
	margin: 0;
	padding: 0;
}
table.destgoodslist_ input[type="text"], table.destgoodslist_ textarea {
	width: 95%;
}
table.approval_purchase_ th {
	border-right-style: none;
	background-color: #e5f3ff;
	font-weight: normal;
	text-align: left;
}
div.order_ ul.card_ {
	padding: 3px;
}

/* order method.aspx */
div.order_ table.method_ {
	width: 100%;
}

/*配送先*/
div.order_ .method_method_ {
	text-align:left;
}
/* order order.aspx */
div.order_ table.order_ {
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 3px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
div.order_ table.order_ td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
div.order_ table.order_ th {
	width: 25%;
	background-color: #F8F8F8;
	font-weight: normal;
	text-align: left;
}


/* カードで支払う */
div.order_ table.formdetailcard_ {
	margin-bottom: 10px;
	padding: 3px;
}
div.order_ table.formdetailcard_ th {
	width: 12em;
	background-color: #e5f3ff;
	font-weight: normal;
	text-align: left;
}
div.order_ dl.card_ dd input[type="radio"] {
	padding: 5px 0;
	display: inline-block;
	vertical-align: baseline;
}
div.order_ dl.card_ dd label {
	padding: 5px 0;
	margin-right: 20px;
	display: inline-block;
}

/* コメント */
.order_ dl.formdetail_.estimate_ textarea{
	max-width: 95%;
}

div.method_promotionchoice_ {
}
div.method_pch_ {
    margin: 0 10px 10px;
}
div.promotionchoicegoodslist_ {
	padding: 0 10px 10px;
}
table.promotionchoicegoodslist_ {
	width:100%;
}
table.promotionchoicegoodslist_ {
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
table.promotionchoicegoodslist__ th {
	width: 30%;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #F8F8F8;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	white-space:nowrap;
}
table.promotionchoicegoodslist_ td {
	border-top: 1px solid #CCCCCC;
	vertical-align: top;
	padding: 3px;
}

/* --------------------------------------------------------------------
	製品紹介ページ
-------------------------------------------------------------------- */
div.intro_box_{
	margin-bottom: 10px;
}
div.intro_box_ table {
	width: 100%;
}
div.intro_box_ table.intro_address_ {
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}
div.intro_box_ table th {
	font-weight: normal;
	text-align: left;
	background-color: #e5f3ff;
	padding: 3px;
}
div.intro_box_ table td  {
	padding: 3px;
}
div.intro_box_ table td.title_  {
	width: 24%;
}
div.intro_box_ table.intro_address_ .even td  {
	background-color: #ffffe0;
}
.mail_ input  {
	width: 95%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input.p95 {
	width: 95%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* --------------------------------------------------------------------
	テーブル系
-------------------------------------------------------------------- */
dl.formdetail_ {
	margin:0 10px;
	border:1px solid #CCC;
	margin-bottom:10px;
}
div.box_ dl.formdetail_ {
	margin-left: 0;
	margin-right: 0;
}
dl.formdetail_ dt {
	padding:2px 2px 2px 6px;
	background-color: #F0F0F0;
}
dl.formdetail_ dt img.must_ {
	margin-left: 5px;
	vertical-align: middle;
}
dl.formdetail_ dd {
	padding:2px 2px 2px 12px;
}
dl.formdetail_ dd input[type="input"],
dl.formdetail_ dd textarea,
dl.formdetail_ dd select {
	max-width: 95%;
}
.inputBox_name_ {
	width: calc(100vw - 30px);
	margin: 0 auto;
	display: flex;
	align-items: center;
}
dl.formdetail_ dd .inputBox_name_ > span {
	flex-grow: 1;
	max-width: calc(100% - 32px);
	display: flex!important;
	align-items: center;
	justify-content: flex-start;
}
dl.formdetail_ dd .inputBox_name_ > span input {
	margin-left: 5px;
	flex-grow: 1;
}
dl.formdetail_ dd .inputBox_name_ > img.efo_icon_ {
	top: 0;

}
dl.formdetail_ dd .efo_icon_ {
	position: relative;
	top: -6px;
	display: inline-block;
	width: 22px;
	margin-left: 10px;
}

/* --------------------------------------------------------------------
	住所２の強調表示
-------------------------------------------------------------------- */
.add2_ {
}


/* --------------------------------------------------------------------
	フリーページ系
-------------------------------------------------------------------- */
div.freepage_ {
	margin: 0 auto;
	width: 100%;
}
div.freespace_ {
	margin: 0 auto;
}
div.freepage_:after, div.freespace_:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
div.freepage_narrow_ {
	padding: 0 60px;
}
div.freepage_ .section_, div.freespace_ .section_ {
	margin-bottom: 10px;
	padding:0 10px;
	overflow: hidden;
}div.freepage_ .section_, div.freespace_ .section_ > .section_ {
	padding:0;
}
div.freepage_ .section_, div.freespace_ .section_ > center > img {
	width:100%;
	height:auto;
}
div.col1_ > div.freepage_ > .section_.indent_ > p {
 padding:0 10px;
}
div.freepage_ .section_.indent_ p, div.freespace_ .section_.indent_ p {
	margin-bottom: 10px;
}
div.freepage_ p.go_pagetop_, div.freespace_ p.go_pagetop_ {
	margin: 15px 0;
	text-align: right;
}
div.freepage_ p.go_pagetop_, div.freespace_ p.go_pagetop_ {
}
div.freepage_ .common_headline1_, div.freespace_ .common_headline1_ {
	border-left: 5px solid #3B8585;
	font-weight: normal;
	margin: 0 0 20px;
}
.col1_ .common_headline1_ {
	background: #3b8585 url("../img/usr/h1_bg.gif") no-repeat scroll 5px center;
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 20px;
	padding: 15px 10px 13px 40px;
}
div.freepage_ h3, div.freespace_ h3 {
	padding: 5px 5px 5px 0;
}
div.freepage_ h4, div.freespace_ h4 {
	background: none repeat scroll 0 0 #EFEFEF;
	font-size: 12px;
	margin: 10px 0;
	padding: 5px;
}
div.freepage_ .clear_, div.freespace_ .clear_ {
	clear: both;
}
div.contents_ p {
	padding:0 0;
}
#low {
}
#low div.law-dl {
	padding: 20px 10px;
}
#low div.law-dl dl {
	background: none repeat scroll 0 0 #EFEFEF;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
#low div.law-dl dl dt {
	display:block;
	margin: 0;
	padding: 5px 2%;
	text-align: left;
	width: 100%;
}
#low div.law-dl dl dd {
	display:block;
	background: none repeat scroll 0 0 #FFFFFF;
	margin: 0;
	padding: 5px 0;
	width: 100%;
}
#low div.law-dl ul li {
	list-style: disc outside none;
	margin:0 0 0 15px;
}
#privacy {
}
#privacy p {
	line-height: 1.6;
	padding:0 10px;
}
#privacy ul {
	padding:0 10px;
}
#privacy ul li {
	/* list-style: disc outside none; */
}
#privacy ul li {
	margin-top: 3px;
	padding-left: 1em;
	text-indent: -1em;
}
#siteuse {
}
#siteuse p {
	padding:0 10px;
}
#contact1 {
}
#sitemap {
}
#sitemap h2 {
	font-weight: bold;
	margin-bottom:10px;
}
#sitemap div.section_ {
	border-top: 2px solid #3B8585;
	padding: 20px 10px 10px 10px;
}
#sitemap ul {
	width: 100%;
}
#sitemap ul li {
	background-image: url("../img/usr/top/arrow.gif");
	background-position: 2px center;
	background-repeat: no-repeat;
	margin: 0 0 5px;
	padding: 0 0 0 20px;
}
#sitemap ul li.child1_ {
	background-position: 22px center;
	padding: 0 0 0 40px;
}
#revision {
	padding:0 10px;
}
#qa {
}
#qa dl.qa_list {
	margin: 15px 10px;
}
#qa dl.qa_list dt {
	background-image: url("../img/usr/hyakudoku_qa_q.jpg");
	background-size:2em;
	background-position: left center;
	background-repeat: no-repeat;
	color: #AB3B3A;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 10px 40px;
	text-decoration: underline;
}
#qa dl.qa_list dt:hover {
	text-decoration: none;
}
#qa dl.qa_list dt a {
	color: #AB3B3A;
}
#qa dl.qa_list dd {
	background-image: url("../img/usr/hyakudoku_qa_a.jpg");
	background-size:2em;
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 1.6;
	margin: 0 0 0 0px;
	min-height: 50px;
	padding: 0 0 25px 40px;
}
#agreement {
}
#agreement h3 {
	padding:5px 5px 5px 10px;
}
#agreement p {
	line-height: 1.6;
	padding:0 10px;
}
#agreement ol {
	margin: 15px;
}
#agreement ol li {
	list-style:decimal outside none;
	margin:0 0 0 15px;
}
#review_agreement {
}
#review_agreement p {
	line-height: 1.6;
	padding:0 10px;
}
#review_agreement ol {
	margin: 15px;
}
#review_agreement ol li {
	list-style:decimal outside none;
	margin:0 0 0 15px;
}
div.credit_cards {
	padding:0 10px;
}
div.credit_cards img {
	width:100%;
	height:auto;
}
#guide {
}
#guide p {
	line-height: 1.6;
	padding:0 10px;
}
#guide h3 {
	padding: 5px 10px 5px 10px;
}
#guide h4 {
	background: none repeat scroll 0 0 #EFEFEF;
	font-size: 12px;
	margin: 15px;
	padding: 5px 10px;
}
#guide ul, #guide ol {
	padding:0 10px 0 15px;
}
#guide li {
	list-style-type:decimal;
	list-style-position:outside;
	margin:0 0 0 1em;
}
#guide .notice01 {
	color: #CC0000;
}
#guide table#table01 {
	background-color: #666666;
	border: 1px solid #CCCCCC;
	margin: 30px 40px;
	padding: 0;
}
#guide table#table01 th {
	background-color: #F9F8DF;
	border: 1px solid #CCCCCC;
	color: #25936F;
	font-weight: normal;
	padding: 10px;
	text-align: center;
}
#guide table#table01 td {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-weight: normal;
	padding: 10px;
	text-align: center;
}
#guide table#table01 td p {
	font-size: 0.8em;
	padding: 5px 0 0;
}
#guide table#table01 td.red, #guide table#table01 td.blue {
	line-height: 1;
	vertical-align: middle;
}
#guide table#table01 td.red strong {
	color: #CE1917;
	font-size: 50px;
	font-weight: bold;
}
#guide table#table01 td.blue strong {
	color: #2A1EA3;
	font-size: 50px;
	font-weight: bold;
}
#guide table#table01 td.blue strong .small_ {
	display: block;
	font-size: 10px;
	position: relative;
	top: 0.5em;
}

#intro_products {
}
#intro_products .indent_ .right_frame_ img {
	width:100%;
	height:auto;
}
#intro_products .right_box_ img {
	width:100%;
	height:auto;
}

#intro_products table {
	background-color: #666666;
	border: 1px solid #CCCCCC;
	margin: 30px 0;
	padding: 0;
	width:100%;
}
#intro_products table th {
	background-color: #F9F8DF;
	border: 1px solid #CCCCCC;
	color: #25936F;
	font-weight: normal;
	padding: 3px;
	text-align: left;
	vertical-align:middle;
}
#intro_products table td {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-weight: normal;
	padding: 3px;
	text-align: left;
}
#intro_products table.no_border_ {
	margin: 10px 0;
}
#intro_products table.no_border_, #intro_products table.no_border_ th, #intro_products table.no_border_ td {
	border: medium none;
	padding: 3px 3px 3px 0;
}
#intro_products div.image_ {
	margin: 30px 20px;
}
#intro_products div.left_box_ {
}
#intro_products div.right_box_ {
}
#intro_products div.left_frame_ {
}
#intro_products div.right_frame_ {
}
#intro_products ul.marklist_ {
	margin: 20px 0;
	overflow: hidden;
}
#intro_products ul.marklist_ li {
	list-style: disc inside url("../img/usr/freepage/icon03.gif");
	margin-bottom: 5px;
	padding: 0 0 0 1.5em;
	text-indent: -1.5em;
}
#intro_products div.main_releache_ img {
	width:100%;
	height:auto;
}
#intro_products div.main_hyakudoku_ {
	padding-bottom:60px;
	margin-bottom: 20px;
	position: relative;
}
#intro_products div.main_hyakudoku_ img {
	width:100%;
	height:auto;
}
#intro_products img.hyakudoku_use_ {
	left: 0;
	position: absolute;
	bottom:0;
}
#intro_products img.hyakudoku_use_ img {
	width:100%;
	height:auto;
}
#intro_products div.main_kenkouhokou_ {
	margin-bottom: 20px;
	position: relative;
}
#intro_products div.main_kenkouhokou_ img {
	width:100%;
	height:auto;
}
#intro_products div.btn_form_ {
	overflow: hidden;
	padding: 0 20px;
	text-align:center;
}
#intro_products div.btn_form_ div.left_frame_ {
}
#intro_products div.btn_form_ div.right_frame_ {
}
#intro_products .check_ {
	text-decoration: underline;
}
#mame_top {
	overflow: hidden;
	width: 100%;
}
#mame_top ul {
	overflow: hidden;
	padding:0 5px;
}
#mame_top ul.list_ li {
	background: none repeat scroll 0 0 #FFFFFF;
	border-left: 2px solid #7BCABF;
	border-top: 2px solid #7BCABF;
	margin: 0 0 10px 0;
	padding: 10px 0 5px 10px;
}
#mame_top ul.list_ h2 {
	margin: 0 0 5px;
}
#mame_top ul.list_ h2 a:hover img {
	opacity: 0.8;
}
#mame_01 {
}
#mame_01 div.image_ {
	text-align: center;
}
#mame_01 div.image_ img {
	width:100%;
}
#mame_02 {
}
#mame_03 {
}
#mame_04 {
}
#mame_05 {
}
#mame_06 {
}
#mame_06 table {
	border: 1px solid #CCCCCC;
	margin: 20px auto;
	padding: 0;
	width: 100%;
}
#mame_06 table th {
	background-color: #F9F8DF;
	border: 1px solid #CCCCCC;
	color: #25936F;
	font-weight: normal;
	padding: 10px;
	text-align: center;
}
#mame_06 table td {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-weight: normal;
	padding: 10px;
	text-align: center;
}
#mame_07 {
}
#mame_07 .image_ {
	margin: 20px 0;
	text-align: center;
}
#mame_07 .image_ img {
	width:100%;
}
#course {
	padding:0 10px;
}
#shop_top {
}
#shop_top ul.hyakudoku-shop-left {
	border-top: 1px dotted #CCCCCC;
	width:100%;
}
#shop_top ul.hyakudoku-shop-right {
	width:100%;
}
#shop_top ul.hyakudoku-shop-left li, #shop_top ul.hyakudoku-shop-right li {
	background-image: url("../img/usr/top/arrow.gif");
	background-position: 2px center;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CCCCCC;
	height: 40px;
	line-height: 40px;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 0 0 0 20px;
}
#shop_top ul.hyakudoku-shop-left li img, #shop_top ul.hyakudoku-shop-right li img {
	float: right;
	padding: 4px 0 0;
}
#shop_top div.left_frame_ {
	float: left;
	width: 500px;
}
#shop_top div.right_frame_ {
	float: right;
	width: 190px;
}
#aboutcompany {
}
#aboutcompany ul p {
	line-height: 1.4em;
	padding:0 10px;
}
#aboutcompany #company_summary {
	margin-bottom:15px;
}
#aboutcompany #company_summary dl {
	background: none repeat scroll 0 0 #EFEFEF;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#aboutcompany #company_summary dl dt {
	margin: 0;
	padding: 5px;
}
#aboutcompany #company_summary dl dd {
	background: none repeat scroll 0 0 #FFFFFF;
	margin: 0;
	padding: 5px 0;
}
#aboutcompany #company_obtain ul {
	margin: 0;
}
#aboutcompany #company_obtain ul li {
	margin-bottom: 15px;
}
#aboutcompany #company_obtain ul li p.date_ {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
#aboutcompany #company_obtain ul li p.obtain_ {
	padding: 0 0 0 1em;
}
#aboutcompany #company_history h3 {
	border-bottom: 1px dotted #C0C0C0;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 5px 0 10px 0;
}
#aboutcompany #company_history div.text_ {
}
#aboutcompany #company_history div.chirashi_ {
	overflow: hidden;
	text-align: center;
}
#aboutcompany #company_history div.chirashi_ p {
	float: left;
	padding: 0;
	text-align: center;
	width: 120px;
}
#aboutcompany #company_history div.chirashi_ p img {
	padding: 5px 0 0;
}
#aboutcompany #company_history ul {
	margin: 10px 0;
}
#aboutcompany #company_history ul li {
	margin-bottom: 10px;
	padding: 0 0 0 4.5em;
	text-indent: -4.5em;
}
#aboutcompany table.drug_ {
	margin-bottom: 15px;
	width:100%
}
#aboutcompany table.drug_ caption {
	padding-bottom: 5px;
	padding-right:5px;
	text-align:left;
}
#aboutcompany table.drug_ th, #aboutcompany table.drug_ td {
	display:block;
}
#aboutcompany table.drug_ th {
	background-color:#999;
	color:#FFF;
	text-align: left;
	font-weight:normal;
	padding: 5px 5px;
}
#aboutcompany table.drug_ td {
	background-color: #FFFFFF;
	padding: 5px 0;
}
#aboutcompany table.drug_descrip_ {
	width:100%;
	margin: 10px 0;
	text-align: center;
	border-bottom:1px solid #333;
}
#aboutcompany table.drug_descrip_ td {
	display:table-cell;
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #333;
	vertical-align:middle;
	padding:3px;
}
table.drug_ tbody tr td dl dd img {
	display:block;
	padding: 5px;
}



table.tbl_usr01 {
	background-color: #ffffff;
	border-collapse: collapse;
	border-left: 1px solid #663300;
	border-spacing: 0;
	border-top: 1px solid #663300;
	empty-cells: show;
}
.tbl_usr01 th {
	font-weight:normal;
	background-color: #87cefa;
	background-position: left top;
	border-bottom: 1px solid #663300;
	border-right: 1px solid #663300;
	color: #330000;
	padding: 3px;
	text-align: center;
}
.tbl_usr01 td {
	border-bottom: 1px solid #663300;
	border-right: 1px solid #663300;
	padding: 3px;
}


#mame_01 iframe {
	width:100%;
}
#mame02-check {
	background-color:#000;
}

#benpi-check ul {
	margin:0;
}

/* --------------------------------------------------------------------
	図羅追加
-------------------------------------------------------------------- */

/* clearfix */
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* top
------------------------------------*/
.sp_top {
	width:100%;
	margin:0 auto;
	background:url(../img/usr/top/sp_hd_bgimg.png) no-repeat;
	background-size:cover;
	}
.sp_topLogo img {
	width:65%;
	margin:3% 0 3% 2%;
	float:left;
	}
.sp_topMenu img {
	width:15%;
	margin:3% 2% 0 3%;
	float:right;
	display:block;
	position:relative;
	z-index:100;
}

/* グローバルナビ スマホ開閉メニュー
-------------------------*/
#nav {
	width:100%;
	margin:3% 0;
	border-top:2px solid #92C3C2;
	background-color:#FFF;
}
#MenuBox{
	margin:0 auto;
	padding:0;
	text-align:center;
	clear:both;
}
#LoginBox{
	margin:0 auto;
	padding:0;
	text-align:center;
	clear:both;
	background:-moz-linear-gradient(bottom, #DFEFEF, #fff);
	background:-webkit-gradient(linear, center bottom, center top, from(#DFEFEF), to(#fff));
}
.LoginBox_L{
	width:46%;
	margin:3% 2%;
	float:left;
}
.LoginBox_L img {
	width:100%;
}

.LoginBox_R{
	width:46%;
	margin:3% 2%;
	float:right;
	}
.LoginBox_R img {
	width:100%;
}
.LoginDrawer{
	position:absolute;
	z-index:2;
	opacity:0;
	box-shadow: 0 2% 2% rgba(0,0,0,0.2);
	-webkit-transform:translate(0, -450px);
	transform:translate(0px, -450px);
	-webkit-transition:opacity 1s,-webkit-transform 0.6s/*,box-shadow 1s*/;
	transition:opacity 1s,transform 0.6s/*,box-shadow 1s*/;
}
.LoginDrawer.active{
	opacity:1;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
.LoginDrawer.activeC{
	opacity:1;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
.close {
	padding:2% 0;
	border-top:2px solid #92C3C2;
	text-decoration:none;
	box-shadow:rgba(0, 0, 0, 0.65098) 0px 6px 6px -6px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.65098) 0px 6px 6px -6px;
	-moz-box-shadow:rgba(0, 0, 0, 0.65098) 0px 6px 6px -6px;
}
.close img {
	width:30%;
}

/* tel_banner
------------------------------------*/
#tel_bannerArea.tel_sp_ {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 10px;
	width: 95%;
	max-width: 375px;
	margin: 0 auto;
    line-height: 0;
    z-index: 9999;
}
#tel_bannerArea.tel_sp_ img {
	width: 100%;
    backface-visibility: hidden;
}
#tel_bannerArea.tel_sp_.fade_in {
	animation: fadeIn 0.4s;
	animation-fill-mode: both;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#tel_bannerArea.tel_sp_.fade_out {
	animation: fadeOut 0.4s;
	animation-fill-mode: both;
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* footer
------------------------------------*/

footer {
	padding:5% 0 3% 0;
	background:url(../img/usr/top/sp_ft_bgimg.png) top left repeat-y;
	text-align:center;
}

footer .chage_mode_ img {
	width:96%;
}
.ft_whiteBox {
	width:96%;
	margin:2% auto;
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	font-family: "Hiragino Mincho ProN", serif; font-weight: bold; /* iphone用太字設定 */
	text-align: center;
	background-color:#FFF;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	}
.ft_whiteBox li {
	padding:2% 0;
	border-bottom:1px dotted #333333;
	}
.ft_whiteBox li:last-child {
	border-bottom:0px;
	}
.ft_whiteBox li a {
	font-size:130%;
	color:#333333;
	text-decoration:none;
	display:block;
	}
.ft_tel img {
	width:96%;
	margin:2% auto;
	}
.ft_linkBox {
	width:96%;
	margin:2% auto;
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	font-family: "Hiragino Mincho ProN", serif; font-weight: bold; /* iphone用太字設定 */
	text-align: center;
	background-color:#FBF8F2;
	border:#9B8549 2px solid;
	}
.ft_linkBox ul {
	width:100%;
}
.ft_linkBox li {
	width:50%;
	height:70px;
	display:table;
	float:left;
	border-right:1px dotted #9B8549;
	border-bottom:1px dotted #9B8549;
}
.ft_linkBox li:nth-child(2n)/*,2行目全て*/
{
	border-right:none;
}

.ft_linkBox li:last-child,/*,最終行2行目*/
.ft_linkBox li:nth-last-child(2):nth-child(odd)/*,最終行1行目*/
{
	border-bottom: none;
}

.ft_linkBox li a {
	display:table-cell;
	vertical-align:middle;
	font-size:120%;
	line-height:120%;
	color:#998547;
	text-decoration:none;
}

.copyright {
	font-size:70%;
	color:#FFF;
}



/* --------------------------------------------------------------------
	common　ヘッドライン
-------------------------------------------------------------------- */
h1.goods_name_ {
	background: #3b8585 url("../img/usr/h1_bg.gif") no-repeat scroll 5px center;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 15px 10px 13px 40px;
}


h1.category_name_ {
	background: #3b8585 url("../img/usr/h1_bg.gif") no-repeat scroll 5px center;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 15px 10px 13px 40px;
}
h1.category_name_img_ {
	margin: 10px 0;
	text-align: center;
}
h1.genre_name_ {
	margin: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #00377F;
}
h1.genre_name_img_ {
	margin: 10px 0;
	text-align: center;
}
h1.event_name_ {
	margin: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #00377F;
}
h1.event_name_img_ {
	margin: 10px 0;
	text-align: center;
}
.top_comment_ {
	margin: 0 10px 10px;
}

/* --------------------------------------------------------------------
	common　ナビゲーション
-------------------------------------------------------------------- */
/* パンくず */
.navitopicpath_ {
	margin: 10px 10px 20px;
	padding: 10px;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.navitopicpath_ a {
	margin: 0 0.5em;
	white-space: nowrap;
}
.navitopicpath_ span.current_ {
	margin: 0 0.5em;
	white-space: nowrap;
}
/* ページジャンプ */
.navipage_ {
	margin: 0 10px;
	text-align:right;
}
.navipage_.top_ {		/* ページジャンプ上部 */
	margin-bottom: 10px;
}
.navipage_.bottom_ {	/* ページジャンプ下部 */
	margin-top: 10px;
}
.navipage_ .navipage_sum_ {
}
.navipage_ nav a,
.navipage_ nav span {
	margin: 0 1px;
}
.navipage_ a {
	white-space: nowrap;
	padding: 3px 6px;
	display: inline-block;
	background-color: #F6FEFF;
	border: 1px solid #BFCDDF;
}
.navipage_now_ {
	padding: 3px 6px;
	display: inline-block;
	color:#C00;
	font-weight:bold;
	text-decoration:none;
	background: #FEE;
	border: 1px solid #F99;
}
.navipage_ .navipage_reverse_ {
}
.navipage_ .navipage_forward_ {
}
/* 並び替え */
.navisort_ {
	margin: 2px 0;
	overflow: hidden;
	border-bottom: 2px solid #FFCCCC;
}
.navisort_ dt {
	float: left;
	text-align: right;
	font-weight: bold;
	width: 8em;
}
.navisort_ dd {
	margin-left: 8em;
}
.navisort_now_ {
	color:#CC0000;
	text-decoration:none;
	margin:2px 5px;
	white-space: nowrap;
}
.navisort_ a {
	margin:2px 5px;
	white-space: nowrap;
}
/* 表示切替 */
.navistyle_ {
	margin: 0 10px 10px;
	overflow: hidden;
	border: 1px solid #CCC;
	background: #F0F0F0;
}
.navistyle_ dt {
	padding: 2px 2px 2px 6px;
}
.navistyle_ dd {
	padding: 0 0 0 7px;
	font-size: 12px;
	background: #FFF;
}
.navistyle_now_ {
	color:#CC0000;
	text-decoration:none;
	padding: 5px;
	display: inline-block;
	white-space: nowrap;
}
.navistyle_ a {
	padding: 5px;
	display: inline-block;
	white-space: nowrap;
}
/* ブランド絞込 */
.brand_name_ {
}
.brand_name_now_ {
	color:#CC3300;
	text-decoration:none;
	padding: 5px;
	display: inline-block;
	white-space: nowrap;
	font-weight: bold;
}
.brand_name_ a {
	padding: 5px;
	display: inline-block;
}
/* メーカー絞込 */
.maker_name_ {
}
.maker_name_now_ {
	color:#CC3300;
	text-decoration:none;
	padding: 5px;
	display: inline-block;
	white-space: nowrap;
	font-weight: bold;
}
.maker_name_ a {
	padding: 5px;
	display: inline-block;
	white-space: nowrap;
}
/* 製品分類絞込 */
#goods_class_filter_ {
	padding-bottom: 3px;
}
#goods_class_filter_ dd {
}
#goods_class_filter_ .class_filter_ {
	margin-right: 10px;
}
#goods_class_filter_ .class_filter_ .selected_ {
	background-color: #ffeeff;
}

/* --------------------------------------------------------------------
	Ajax　Zip
-------------------------------------------------------------------- */
#suggestZipArea {
	background-color: #ffffff;
	border: 1px solid #999999;
	display: none;
	padding: 2px 0;
	position: absolute;
	z-index: 9999;
}
#suggestZipArea .itemNotFound {
	padding: 0 4px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #999999;
	font-style: italic;
}
#suggestZipArea .itemLine {
	padding: 0 4px;
	height: 20px;
	line-height: 20px;
	list-style:none;
	white-space:nowrap;
	color: #000000;
}
#suggestZipArea .selected {
	background-color: #ffdddd;
	color: #c00000;
}
#suggestZipArea .itemLine .itemCode {
	float: left;
	font-weight: bold;
	margin-right: 4px;
}
#suggestZipArea .itemLine .itemName {
}


/* --------------------------------------------------------------------
	トピックス
-------------------------------------------------------------------- */
/* トピック詳細 */
.topiclist_body_ {
	width:96%;
	margin:0 auto;
	padding-bottom:3%;
}
.topiclist_body_ .topic_title_ {
}
.topiclist_body_ figure {
}
.topiclist_body_ article {
}
/* トピック一覧 */
div.topiclist_ {
}
div.topiclist_ .topiclist_head_ {
	overflow:hidden;/* テキスト追い出し */
	text-indent:100%;/* テキスト追い出し */
	white-space:nowrap;/* テキスト追い出し */
	background:url(../img/usr/top/sp_top_h2_03.png) no-repeat;
	background-size:contain;
	padding-top:12.5%;
}
div.topiclist_ .topiclist_body_ {
	font-weight:bold;
}
div.topiclist_ .topiclist_body_ li {
	background: rgba(0, 0, 0, 0) url("../img/usr/top/arrow.gif") no-repeat scroll left 4px;
	padding-left:20px;
	margin:3% 0;
	line-height:150%;
}
div.topiclist_ .topiclist_body_ li img {
	width:71px;
	padding-left:2%;
   	vertical-align: top;
}
div.topiclist_ .topiclist_body_ li:last-child {
}
div.topiclist_ .topiclist_body_ li a,
div.topiclist_ .topiclist_body_ li span.nolink_ {
}
div.topiclist_ .topiclist_body_ li a {
}

/* --------------------------------------------------------------------
	製品詳細
--------------------------------------------------------------------- */
div.goods_ {
	clear: both;
}

div.goodsproductdetail_ {
	margin-bottom: 10px;
	width:100%;
	overflow: hidden;
}
table.goodsproductdetail_ {
	width: 100%;
}
table.goodsproductdetail_ td {
	vertical-align: top;
}

/* 製品画像 */
div.goodsimg_ {
}
div.goodsimg_ .img_L_ {
	margin-bottom: 10px;
	text-align:center;
}
div.goodsimg_ .img_L_ .comment_ {
	text-align:left;
	margin-top: 5px;
}
div.goodsimg_ .img_c_{
	margin-bottom: 10px;
	text-align: center;
}
div.goodsimg_ .img_c_ .comment_ {
	margin-top: 5px;
}
/**/

/* 製品画像バリエーション */
div.etc_goodsimg_ {
}
div.etc_goodsimg_line_ {
}
div.etc_goodsimg_item_ {
}
div.etc_goodsimg_item_ img {
}
/**/

/* 製品スペック */
div.goodsspec_ {
	margin-bottom:10px;
}
dl.goodsspec_ {
	margin:0 10px;
	border:1px solid #CCC;
	margin-bottom:10px;
}
dl.goodsspec_ dt
, dl.goodsspec_ dd {
	display: block;
}
dl.goodsspec_ dt {
	padding:2px 2px 2px 6px;
	background-color: #F0F0F0;
}
dl.goodsspec_ dd {
	font-size: 14px;
	padding:2px 2px 2px 12px;
}
dl.goodsspec_ dd .price_box_ small {
	display: block;
}
div.goodsspec_ div.togetherlist_ {
}
.to_detaillink_ {
	margin: 0 10px 0 0;
	text-align: right;

}
.to_detaillink_ a {
	padding-left: 20px;
	display: inline-block;
	background: url(../img/usr/blank.png) left center no-repeat;
}
/**/

/* セット製品 */
div.goodsset_ {
	margin-bottom:10px;
}
h2.goodsset_title_ {
	margin: 0;
	padding: 4px 0;
	font-weight: bold;
}
dl.goodsset_ {
	margin:0 10px;
}

dl.goodsset_ dt
, dl.goodsset_ dd {
	display: block;
	white-space: nowrap;
}
dl.goodsset_ dt {
	padding:1px 2px 1px 12px;
	background-color:#ffe6e0;
	border:1px solid #ffe6e0;
}
dl.goodsset_ dd {
	padding:2px 2px 2px 12px;
	border:1px solid #ffe6e0;
}
dl.goodsset_ dt:first-child {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
dl.goodsset_ dd:last-child {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}
/**/

/* カートボタン関係 */
div.cartbox_ {
	margin: 0 10px 20px;
	padding: 10px;
	vertical-align:middle;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.cartbox_ span.valiationlist_ {
	padding-right:4px;
	vertical-align:top;
}
/**/
/* バリエーションプルダウン */
div.cartbox_ .valiation_pulldown_ {
	margin-bottom: 10px;
}
/**/
/* バリエーションボックス */
div.cartbox_ p.guide_ {
	background: #FFF;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.cartbox_ p.message_ {
	padding-left: 5px;
}
div.cartbox_ div.colors_ {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
div.cartbox_ div.colors_ div.color_ {
	display: inline-block;
	margin:2px 5px 2px 5px;
	white-space: nowrap;
	width:30px;
	height:30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.cartbox_ div.colors_ div.color2_ {
	display: inline-block;
	margin: 2px 5px 2px 5px;
	white-space: nowrap;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-align: left;
	background-position: center;
}
div.cartbox_ div.colors_ div.color_EnableStock_ {
	border:solid 2px #d0d0d0;
	background-color:#FFF;
	cursor:pointer;
}
div.cartbox_ div.colors_ div.color_DisableStock_ {
	border:dashed 2px #d0d0d0;
	background-color:#909090;
	cursor:pointer;
}
div.cartbox_ div.colors_ div.color_Selected_ {
	border:solid 2px #ffc0c0;
	background-color:#ffe0e0;
}
div.cartbox_ div.colors_ div.color_DisableSelected_ {
	border:dashed 2px #ffc0c0;
	background-color:#909090;
	color:#ffc0c0;
}
div.cartbox_ div.colors_ br,div.cartbox_ div.sizes_ br {
	clear:left;
}
div.cartbox_ div.sizes_ {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
div.cartbox_ div.sizes_ div.size_ {
	display: inline-block;
	padding:5px 10px;
	margin:2px 5px 2px 5px;
	white-space: nowrap;
	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.cartbox_ div.sizes_ div.size_EnableStock_ {
	border:solid 1px #d0d0d0;

	background-color:#FFF;
	cursor:pointer;
}
div.cartbox_ div.sizes_ div.size_DisableStock_ {
	border:solid 1px #d0d0d0;
	background-color:#909090;
	cursor:pointer;
}
div.cartbox_ div.sizes_ div.size_Selected_ {
	border:solid 1px #ffc0c0;
	background-color:#ffe0e0;
}
div.cartbox_ div.sizes_ div.size_DisableSelected_ {
	border:solid 1px #d0d0d0;
	background-color:#909090;
	color:#ffc0c0;
}
.goodsproductdetail_ .goodsimg_ div.mask_ {
	position:absolute;
	z-index:10;
	color:#ff4a4a;
	font-weight:bold;
}
/**/

div.goodscomment1_ {
	padding:0 10px;
	margin-bottom: 10px;
}
div.goodscomment2_ {
	padding:0 10px;
	margin-bottom: 10px;
}
div.goodscomment3_ {
	padding:0 10px;
	margin-bottom: 10px;
}
div.goodscomment4_ {
	padding:0 10px;
	margin-bottom: 10px;
}
div.goodscomment5_ {
	padding:0 10px;
	margin-bottom: 10px;
}
div.goods_ div.accessory_list_ {
	margin:10px 0px;
}
.option_buttons_ {
	margin: 0 10px 10px;
}
.option_buttons_ li {
}
.option_buttons_ li.social_ {
/*	text-align: center;*/
}
.option_buttons_ li.social_ div.socialbutton_ {
	margin-bottom:15px;
}

/* --------------------------------------------------------------------
	製品一覧
-------------------------------------------------------------------- */
div.goods_ {
	margin: 0 10px 10px;
}
ul.goods_p_ {
}
ul.goods_p_ li {
	border-bottom: 1px solid #CCC;
}
ul.goods_p_ li:first-child {
	border-top: 1px solid #CCC;
}
ul.goods_p_ li a {
	padding: 10px 30px 10px 0;
	display: block;
	text-decoration: none;
	background: url(../img/usr/link_goods.png) right center no-repeat;
}
ul.goods_p_ li div.nolink_ {
	padding: 10px 0;
	display: block;
	text-decoration: none;
}
ul.goods_p_ li figure.img_,
ul.goods_p_ li div.desc_ {
	display: table-cell;
	vertical-align: top;
}
ul.goods_p_ li figure.img_ {
	width: 100px;
}
ul.goods_p_ li figure.img_ img {
	width: 100px;
	display: block;
}
ul.goods_p_ li div.desc_ {
	padding-left: 10px;
}
ul.goods_p_ li div.desc_ div.name_ {
}
ul.goods_p_ li div.desc_ div.name_ .name1_ {
	font-weight: bold;
}
ul.goods_p_ li a div.desc_ div.name_ .name1_ {
	color: #00377F;
}
ul.goods_p_ li div.desc_ div.name_ .name2_ {
	font-size: 12px;
}
ul.goods_p_ li div.desc_ .price_box_ small {
	display: block;
}

/* --------------------------------------------------------------------
	製品一覧　バリエーション
-------------------------------------------------------------------- */
div.cartvariation_ {
	margin: 0 10px 10px;
}
ul.cartvariation_ {
	border-top: 1px solid #CCC;
}
ul.cartvariation_ li {
	padding: 10px 0;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	width: 100%;
	border-bottom: 1px solid #CCC;
}
ul.cartvariation_ li a {}
ul.cartvariation_ li div.nolink_ {
}
ul.cartvariation_ li div.img_,
ul.cartvariation_ li div.desc_ {
	vertical-align: top;
}
ul.cartvariation_ li div.img_ {
	width: 100px;
	-moz-box-flex: 0;
	-webkit-box-flex: 0;
}
ul.cartvariation_ li div.img_ img {
	width: 100px;
	display: block;
}
ul.cartvariation_ li div.desc_ {
	padding-left: 10px;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
}
ul.cartvariation_ li div.desc_ div.name_ {
}
ul.cartvariation_ li div.desc_ div.name_ .name1_ {
	font-weight: bold;
}
ul.cartvariation_ li a div.desc_ div.name_ .name1_ {
	color: #00377F;
}
ul.cartvariation_ li div.desc_ div.name_ .name2_ {
	font-size: 12px;
}
ul.cartvariation_ li div.desc_ .price_box_ small {
	display: block;
}
ul.cartvariation_ li div.desc_ .cart_ {
	text-align: right;
}
ul.cartvariation_ li div.desc_ .cart_ .variation_ {
	margin-bottom: 5px;
}


/* --------------------------------------------------------------------
	製品検索
--------------------------------------------------------------------- */
dl.goodssearch_ {
	margin:0 10px;
	border:1px solid #CCC;
	margin-bottom:10px;
}
dl.goodssearch_ dt
, dl.goodssearch_ dd {
	display: block;
	white-space: nowrap;
}
dl.goodssearch_ dt {
	padding:2px 2px 2px 6px;
	background-color: #F0F0F0;
}
dl.goodssearch_ dd {
	padding:5px;
}
/**/

/* --------------------------------------------------------------------
	カテゴリー
-------------------------------------------------------------------- */
/* カテゴリー詳細 */
div.sub_category_ {
	margin-top: 10px;
	background-color:#F36;
}
/* カテゴリー一覧 */
nav.CategoryStyleG_ {
	border-bottom: 2px solid #CDBB8F;
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	font-family: "Hiragino Mincho ProN", serif; font-weight: bold; /* iphone用太字設定 */
}
nav.CategoryStyleG_ ul.layer0_ {
	padding-left: 0;
	background-color:#F2E7D4;
}
nav.CategoryStyleG_ ul.layer1_ {
	background-color:#FBF2E4;
}
nav.CategoryStyleG_ ul.layer2_ {
	background-color:#FFF;
}
nav.CategoryStyleG_ ul.layer3_ {
	background-color:#FBF2E4;
}
nav.CategoryStyleG_ ul li {
	border-top: 2px solid #CDBB8F;
	width: 100%;
	word-break:break-all;
}
nav.CategoryStyleG_ ul li.nochild_ {
}
nav.CategoryStyleG_ ul.layer0_ li {
}
nav.CategoryStyleG_ ul.layer1_ li,
nav.CategoryStyleG_ ul.layer2_ li,
nav.CategoryStyleG_ ul.layer3_ li {
}
nav.CategoryStyleG_ ul li p.parent_,
nav.CategoryStyleG_ ul li a,
nav.CategoryStyleG_ ul li span.nolink_ {
	vertical-align: top;
	display: table-cell;
}
nav.CategoryStyleG_ ul li a,
nav.CategoryStyleG_ ul li span.nolink_ {
	padding: 10px 10px 10px 0;
	text-decoration: none;
}
nav.CategoryStyleG_ ul li a .name_{
	color:#99844E;
	font-size:130%;
}
nav.CategoryStyleG_ ul li a .comment_,
nav.CategoryStyleG_ ul li span.nolink_ .comment_ {
	font-size: 12px;
	text-decoration: none;
}
nav.CategoryStyleG_ ul li p.parent_ {
	padding: 0;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	vertical-align: top;
	overflow: hidden;
}
nav.CategoryStyleG_ ul li p.parent_ {
	background: url(../img/usr/top/sp_ico_close02.png) right 10px center no-repeat;
}
nav.CategoryStyleG_ ul li p.parent_.img_hidden_ {
	background: url(../img/usr/top/sp_ico_open02.png) right 10px center no-repeat;
}
nav.CategoryStyleG_ ul.layer1_ li p.parent_{
	padding-left: 30px;
}
nav.CategoryStyleG_ ul.layer2_ li p.parent_{
	padding-left: 60px;
}
nav.CategoryStyleG_ ul.layer3_ li p.parent_{
	padding-left: 90px;
}
nav.CategoryStyleG_ ul.layer0_ li.nochild_ .name_,
nav.CategoryStyleG_ ul.layer0_ li.nochild_ .comment_ {
	padding-left: 40px;
}
nav.CategoryStyleG_ ul.layer1_ li.nochild_ .name_,
nav.CategoryStyleG_ ul.layer1_ li.nochild_ .comment_ {
	padding-left: 70px;
}
nav.CategoryStyleG_ ul.layer2_ li.nochild_ .name_,
nav.CategoryStyleG_ ul.layer2_ li.nochild_ .comment_ {
	padding-left: 100px;
}
nav.CategoryStyleG_ ul.layer3_ li.nochild_ .name_,
nav.CategoryStyleG_ ul.layer3_ li.nochild_ .comment_ {
	padding-left: 130px;
}

div.CategoryStyleL_ div.name_ {
	margin: 0;
	padding: 5px 10px;
	border-top: 1px solid #eae5e3;
	border-left: 1px solid #eae5e3;
	border-right: 1px solid #eae5e3;
	background: #ffffff url(../img/usr/sp/menu_arrow2.png) 50% right no-repeat;
}
div.CategoryStyleL_ div.name_ {
	border-bottom: 2px solid #eae5e3;
	margin-bottom: 2px;
}
div.CategoryStyleL_ div.comment_ {
	padding: 2px 2px 4px 10px;
}

/* --------------------------------------------------------------------
	ジャンル
-------------------------------------------------------------------- */
/* ジャンル詳細 */
div.sub_genre_ {
	margin-top: 10px;
}
/* ジャンル一覧 */
nav.GenreStyle_ {
	border-top: 5px solid #6396E2;
	border-bottom: 5px solid #6396E2;
}
nav.GenreStyle_ ul.layer0_ {
	padding-left: 0;
}
nav.GenreStyle_ ul.layer1_ {
}
nav.GenreStyle_ ul.layer2_ {
}
nav.GenreStyle_ ul.layer3_ {
}
nav.GenreStyle_ ul li {
	border-top: 1px solid #CCC;
	width: 100%;
	word-break:break-all;
}
nav.GenreStyle_ ul li.nochild_ {
}
nav.GenreStyle_ ul.layer0_ li {
	background-color: #FFF;
}
nav.GenreStyle_ ul.layer1_ li,
nav.GenreStyle_ ul.layer2_ li,
nav.GenreStyle_ ul.layer3_ li {
	background-color: transparent;
}
nav.GenreStyle_ ul li p.parent_,
nav.GenreStyle_ ul li a,
nav.GenreStyle_ ul li span.nolink_ {
	vertical-align: top;
	display: table-cell;
}
nav.GenreStyle_ ul li a,
nav.GenreStyle_ ul li span.nolink_ {
	padding: 10px 10px 10px 0;
	text-decoration: none;
}
nav.GenreStyle_ ul li a .name_{
	text-decoration: underline;
}
nav.GenreStyle_ ul li a .comment_,
nav.GenreStyle_ ul li span.nolink_ .comment_ {
	font-size: 12px;
	text-decoration: none;
}
nav.GenreStyle_ ul li p.parent_ {
	padding: 0;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	vertical-align: top;
	overflow: hidden;
}
nav.GenreStyle_ ul li p.parent_ {
	background: url(../img/usr/minus.png) right top no-repeat;
}
nav.GenreStyle_ ul li p.parent_.img_hidden_ {
	background: url(../img/usr/plus.png) right top no-repeat;
}
nav.GenreStyle_ ul.layer1_ li p.parent_{
	padding-left: 30px;
}
nav.GenreStyle_ ul.layer2_ li p.parent_{
	padding-left: 60px;
}
nav.GenreStyle_ ul.layer3_ li p.parent_{
	padding-left: 90px;
}
nav.GenreStyle_ ul.layer0_ li.nochild_ .name_,
nav.GenreStyle_ ul.layer0_ li.nochild_ .comment_ {
	padding-left: 40px;
}
nav.GenreStyle_ ul.layer1_ li.nochild_ .name_,
nav.GenreStyle_ ul.layer1_ li.nochild_ .comment_ {
	padding-left: 70px;
}
nav.GenreStyle_ ul.layer2_ li.nochild_ .name_,
nav.GenreStyle_ ul.layer2_ li.nochild_ .comment_ {
	padding-left: 100px;
}
nav.GenreStyle_ ul.layer3_ li.nochild_ .name_,
nav.GenreStyle_ ul.layer3_ li.nochild_ .comment_ {
	padding-left: 130px;
}

/* --------------------------------------------------------------------
	イベント
-------------------------------------------------------------------- */
/* イベント詳細 */

/* イベント一覧 */
div.event_ {
}
div.event_ h2.event_banner_ {
	width:96%;
	margin:0 auto;
}
div.event_ h2.event_title_ {
	clear: both;
	text-shadow: 0 -1px 1px #999;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #DFDFDF -moz-linear-gradient(top, #FFF, #DFDFDF);
	background: #DFDFDF -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DFDFDF));
	background: #DFDFDF linear-gradient(top, #FFF, #DFDFDF);
}

div.event_ h2.event_title_ a {
	padding: 15px 25px 15px 15px;
	display: block;
	text-decoration: none;
	background: url(../img/usr/link_event_title.png) right center no-repeat;
}
div.event_ h2.event_title_ span.nolink_ {
	padding: 15px;
	display: block;
}

/* --------------------------------------------------------------------
	タグ
-------------------------------------------------------------------- */
h1.tag_name_ {
	margin: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #00377F;
}

.side_tag_cloud_ {
}
.side_tag_cloud_ span {
	line-height: 140%;
}
.tag_lowest_ {
	font-size:80%;
}
.tag_low_ {
	font-size:100%;
}
.tag_medium_ {
	font-size:120%;
}
.tag_high_ {
	font-size:144%;
	font-weight:bold;
}
.tag_highest_ {
	font-size: 173%;
	font-weight:bold;
}

.tag_cloud_ {
}

.tag_cloud_ .tag_list_ {
	margin: 10px;
}
.tag_cloud_ span {
	line-height: 140%;
}
.tag_cloud_more_ {
	margin: 10px 0 0 0;
	font-weight: bold;
}
.tag_add_shaping_ {
	margin: 0 10px 10px;
	overflow: hidden;
	border: 1px solid #CCC;
	background: #FFFFFF;
}
.tag_add_shaping_ dt {
	padding: 2px 2px 2px 6px;
	background: #F0F0F0;
}
.tag_add_shaping_ dd {
	padding: 0 0 0 7px;
	font-size: 12px;
}
.tag_add_shaping_ h2 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}
.tag_add_shaping_ span {
	margin-right: 10px;
	padding-left:15px;
	float: left;
	white-space: nowrap;
	background: url(../img/usr/icon_tag.gif) 0 center no-repeat;
}
.tag_other_ {
	margin: 10px 10px 10px;
	overflow: hidden;
	border: 1px solid #CCC;
	background: #FFFFFF;
}

.tag_other_ dt {
	padding: 2px 2px 2px 6px;
	background: #F0F0F0;
}
.tag_other_ dd {
	padding: 0 0 0 7px;
	font-size: 12px;
}
.tag_other_ h2 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}
.tag_other_ span {
	margin-right: 10px;
	padding-left:15px;
	float: left;
	white-space: nowrap;
	background: url(../img/usr/icon_tag.gif) 0 center no-repeat;
}
.tag_info_ {
	margin: 10px;
}
.tag_info_ p.name_ {
	margin: 0 0 5px 0;
	padding: 0 0 5px 15px;
	background: url(../img/usr/icon_tag.gif) 0 center no-repeat;
	border-bottom: 1px dotted #CCC;
}


/* --------------------------------------------------------------------
	カスタマーレビュー一覧
--------------------------------------------------------------------- */
/* レビュー情報 */
div.review_info_ {
	padding: 0 10px 10px;
}
div.review_count_summary_ {
	margin-bottom: 5px;
	padding: 6px;
	background: #F8F8F8;
	border: 1px solid #CCC;
}
div.review_count_summary_ dl dt
, div.review_count_summary_ dl dd {
	display: inline;
}
div.review_count_summary_ dl.review_score_ {
}
div.review_count_summary_ dl.review_score_ dt {
	font-weight: bold;
}
div.review_count_summary_ dl.review_count_ {
}
div.review_count_summary_ dl.review_count_ dt {
	font-weight: bold;
}
div.review_count_summary_ dl.review_count_ dd {
	padding-left: 4px;
}
div.review_desc_ {
}
div.review_desc_ .btn_review_ {
	text-align: right;
}
.review_pagenav_ {
	margin: 0 0 10px 0;
	clear: both;
	background: #F0F0F0;
	padding: 5px;
	border-bottom: 1px solid #CCC;
}
/**/
/* レビュー ページ切換 */
div#page_changer_top {
}
div#page_changer_top .pager_ref_ {
	margin: 2px 5px;
	color: #003780;
	text-decoration: underline;
	font-weight: bold;
	white-space: nowrap;
}
div#page_changer_top .pager_now_ {
	margin: 2px 5px;
	color:#CC0000;
	font-weight: bold;
	white-space: nowrap;
}
/**/
/* レビュー記事 */
.review_line_ {
	padding: 10px;
	border-bottom:1px solid #CCC;
}
.review_line_:first-child {
	border-top:1px solid #CCC;
}
.review_line_title_ {
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.review_line_body_ {
	padding: 5px;
}

div.review_line_summary_ {
}

div.review_line_summary_ dl dt
, div.review_line_summary_ dl dd {
	display: inline;
}
div.review_line_summary_ dl.review_line_name_ {
}
div.review_line_summary_ dl.review_line_name_ dt {
	font-weight: bold;
}
div.review_line_summary_ dl.review_line_name_ dd {
	padding-left: 4px;
}
div.review_line_summary_ dl.review_line_score_ {
}
div.review_line_summary_ dl.review_line_score_ dt {
	font-weight: bold;
}
.review_line_comment_ {
	padding: 2px;
	word-break:break-all;
}
.review_line_ .moderate_vote_ {
	padding: 5px 0 0;
	border-top: 1px dotted #CCC;
}
.review_line_ .mode_lay_ {
	position:absolute;
	display:none;
	z-index:1;
	padding: 0;
	background-color:#ffffff;
	border:solid 1px #ffcc33;
}
.review_line_ .mode_lay_ .mode_select_line_top_ {
	text-align: right;
	padding: 10px;
	background-color:#ffcc33;
}
.review_line_ .mode_lay_ .mode_select_line_ {
	padding: 10px 20px;
	border-top:solid 1px #ffcc33;
}

.review_line_ .moderate_info1_ {
	margin-top: 5px;
}
.review_line_ .moderate_info2_ {
	margin-top: 5px;
}
.review_line_ .moderate_info2_ span {
	text-decoration:underline!important;
}
.review_line_ .moderate_other_ {
	display:none;
}
.review_line_ .moderate_other_ dl dt
, .review_line_ .moderate_other_ dl dd {
	display: inline;
}
.review_line_ .moderate_other_ dl{
	padding-left: 10px;
}
.review_line_ .moderate_other_ dl dd {
	padding-left: 4px;
}


#review_form {
	margin: 0 10px 20px;
}

/**/
/* --------------------------------------------------------------------
	カスタマーレビュー投稿画面
--------------------------------------------------------------------- */
/* 入力画面 */
div.review_ {
}
div.review_ div.review_header_,
div.review_ div.review_middle_,
div.review_ div.review_footer_,
div.review_ div.review_complete_ {
	margin: 0 10px 10px;
}
dl.review_list_ {
	margin:0 10px;
	border:1px solid #CCC;
	border-bottom: none;
	margin-bottom:10px;
}
dl.review_list_ dt
, dl.review_list_ dd {
	display: block;
	white-space: nowrap;
}
dl.review_list_ dt {
	padding: 5px;
	background-color: #F0F0F0;
}
dl.review_list_ dd {
	padding: 5px 10px;
	border-bottom: 1px solid #CCC;
}
div.review_ input[type=text]
, div.review_ textarea {
	display: block;
}
dl.review_list_ li .count_msg_ {
}

/**/

/* 確認画面 */
div.confirm_layer_frame_ {
	margin-top: 5px;
}
/**/

/* --------------------------------------------------------------------
	クイックオーダー
-------------------------------------------------------------------- */

div.quickorder_ {
}
div.quickorder_ div.add_order_block_ {
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	background: #F0F0F0;
}
div.quickorder_ div.add_order_block_ span {
	display: inline-block;
	padding: 5px 20px;
	cursor: pointer;
	-moz-text-shadow: 0 -1px 1px #CCC;
	-webkit-text-shadow: 0 -1px 1px #CCC;
	text-shadow: 0 -1px 1px #CCC;
	background: #DFDFDF -moz-linear-gradient(top,#FFFFFF,#DFDFDF);
	background: #DFDFDF -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#DFDFDF));
	background: #DFDFDF linear-gradient(top,#FFFFFF,#DFDFDF);
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: #333 0 1px 1px -1px;
	-webkit-box-shadow: #333 0 1px 1px -1px;
	box-shadow: #333 0 1px 1px -1px;
}
div.quickorder_ ul.quickorder_list_ {
	margin-bottom: 10px;
	border-top: 1px solid #CCC;
}
div.quickorder_ ul.quickorder_list_ li {
	padding: 10px;
	border-bottom: 1px solid #CCC;
}
div.quickorder_ ul.quickorder_list_ li div.code_qty_ {
	margin-bottom: 10px;
	padding-right: 45px;
	position: relative;
}
div.quickorder_ ul.quickorder_list_ li div.code_qty_ input[type="text"] {
	padding: 5px 0;
	text-indent: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.quickorder_ ul.quickorder_list_ li div.code_qty_ input.code_ {
	text-align: left;
	width: 96%;
}
div.quickorder_ ul.quickorder_list_ li div.code_qty_ input.qty_ {
	padding-right: 5px;
	position: absolute;
	right: 0;
	text-align: right;
	width: 35px;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ {
	display: table;
	width: 100%;
}


div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ figure {
	padding: 10px;
	display: table-cell;
	vertical-align: top;
	width: 100px;
	background: #F0F0F0;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ figure img {
	max-width: 100px;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ figure figcaption.price_box_ small {
	display: block;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ {
	padding: 0 0 0 10px;
	display: table-cell;
	vertical-align: top;
}

div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ div.name_ {
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ div.name_ .name1_ {
	font-weight: bold;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ div.name_ .name1_ {
	color: #00377F;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ div.name_ .name2_ {
	font-size: 12px;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.stock_ {
	font-size: 12px;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.stock_ dt {
	float: left;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.stock_ dd {
	padding-left: 3em;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.amt_ {
	margin-bottom: 10px;
	font-size: 12px;
	color: #C00;
	font-weight: bold;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.amt_ dt {
	float: left;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.amt_ dd {
	padding-left: 3em;
}


div.quickorder_ .onProcess_ {
	background-image: url(../img/usr/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
div.quickorder_ .selected {
	color: #00dd00;
	background-color: #FFF;
}
div.quickorder_ span.unit_ {
	margin: 5px;
}
#suggestArea {
	background-color: white;
	border: 1px solid black;
	display: none;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	top: 50px;
	left: 5px;
	color: black;
}
.itemNotFound {
	text-align: center;
	color: #777777;
	padding: 0 5px;
	height: 18px;
	line-height: 18px;
}
.itemLine {
	padding: 0px 5px 0px 5px;
	height: 20px;
	line-height: 20px;
	list-style:none;
	white-space:nowrap;
}
.itemLine .itemCode {
	float: left;
	font-weight: bold;
	margin-right: 5px;
}
.itemLine .itemName {
}
.delButton {
}

/* --------------------------------------------------------------------
	アンケート
-------------------------------------------------------------------- */

div.questionnaire_ {
	padding:0 10px;
}
div.questionnaire_ .formdetail_ {
	margin:10px 0 10px;
}
div.questionnaire_ div.submit_ {
	margin:0 0 20px;
}
div.questionnaire_ div.questionnaire_name_ {
	font-weight: bold;
}
div.questionnaire_ h3 {
	font-weight: bold;
}
.questionnaire_input_ textarea {
	width: 95%;
}

/* --------------------------------------------------------------------
	マイページ　クーポン一覧
-------------------------------------------------------------------- */
div.coupon_table_ {
	margin: 0 10px;
}
table.coupon_ {
	width: 100%;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	margin: 0 0 10px;
}
table.coupon_ th
, table.coupon_ td {
	padding: 1px 5px;
	border-bottom: 1px solid #CCCCCC;
	text-align:left;
}
table.coupon_ th {
	background-color: #F8F8F8;
	vertical-align: middle;
	width: 35%;
	font-weight: normal;
}

/* --------------------------------------------------------------------
	マイページ　承認設定
-------------------------------------------------------------------- */
table.approvallist_ {
	width: 100%;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	margin: 5px 0;
}
table.approvallist_ th
, table.approvallist_ td {
	padding: 1px 5px;
	border-bottom: 1px solid #CCCCCC;
	text-align:left;
}
table.approvallist_ th {
	background-color: #e5f3ff;
	vertical-align: middle;
	width: 35%;
	font-weight: normal;
}
table.approvallist_ td.sys_msg_ {
	color: #cc0000;
}


/* --------------------------------------------------------------------
	関連製品
--------------------------------------------------------------------- */
div.title_block_ {
	padding: 5px 5px 5px 8px;
	margin-top: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
}


/* --------------------------------------------------------------------
	図羅追加
-------------------------------------------------------------------- */

/* --------------------------------------------------------------------
	カテゴリー（ヘッダー部分）
-------------------------------------------------------------------- */

/* カテゴリー一覧 */
nav.hd_CategoryStyleG_ {
	/* border-bottom: 2px solid #CDBB8F; */
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	font-family: "Hiragino Mincho ProN", serif; font-weight: bold; /* iphone用太字設定 */
}
nav.hd_CategoryStyleG_ ul.hd_layer0_ {
	padding-left: 0;
	background-color:#C7E0E0;
}
nav.hd_CategoryStyleG_ ul.hd_layer1_ {
	background-color:#E0EFEF;
}
nav.hd_CategoryStyleG_ ul.hd_layer2_ {
	background-color:#FFF;
}
nav.hd_CategoryStyleG_ ul.hd_layer3_ {
	background-color:#E0EFEF;;
}
nav.hd_CategoryStyleG_ ul li {
	border-top: 2px solid #92C3C2;
	width: 100%;
	word-break:break-all;
}
.borderGreen {
	border-top: 2px solid #92C3C2;
	}
nav.hd_CategoryStyleG_ ul li p.parent_,
nav.hd_CategoryStyleG_ ul li a,
nav.hd_CategoryStyleG_ ul li span.nolink_ {
	vertical-align: top;
	display: table-cell;
}
nav.hd_CategoryStyleG_ ul li a,
nav.hd_CategoryStyleG_ ul li span.nolink_ {
	padding: 10px 10px 10px 0;
	text-decoration: none;
}
nav.hd_CategoryStyleG_ ul li a .name_{
	color:#1A8585;
	font-size:130%;
}
nav.hd_CategoryStyleG_ ul li a .comment_,
nav.hd_CategoryStyleG_ ul li span.nolink_ .comment_ {
	font-size: 12px;
	text-decoration: none;
}
nav.hd_CategoryStyleG_ ul li p.parent_ {
	padding: 0;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	vertical-align: top;
	overflow: hidden;
}
nav.hd_CategoryStyleG_ ul li p.parent_ {
	background: url(../img/usr/top/sp_ico_close01.png) right 10px center no-repeat;
}
nav.hd_CategoryStyleG_ ul li p.parent_.img_hidden_ {
	background: url(../img/usr/top/sp_ico_open01.png) right 10px center no-repeat;
}
nav.hd_CategoryStyleG_ ul.hd_layer1_ li p.parent_{
	padding-left: 30px;
}
nav.hd_CategoryStyleG_ ul.hd_layer2_ li p.parent_{
	padding-left: 60px;
}
nav.hd_CategoryStyleG_ ul.hd_layer3_ li p.parent_{
	padding-left: 90px;
}
nav.hd_CategoryStyleG_ ul.hd_layer0_ li.nochild_ .name_,
nav.hd_CategoryStyleG_ ul.hd_layer0_ li.nochild_ .comment_ {
	padding-left: 40px;
}
nav.hd_CategoryStyleG_ ul.hd_layer1_ li.nochild_ .name_,
nav.hd_CategoryStyleG_ ul.hd_layer1_ li.nochild_ .comment_ {
	padding-left: 70px;
}
nav.hd_CategoryStyleG_ ul.hd_layer2_ li.nochild_ .name_,
nav.hd_CategoryStyleG_ ul.hd_layer2_ li.nochild_ .comment_ {
	padding-left: 100px;
}
nav.hd_CategoryStyleG_ ul.hd_layer3_ li.nochild_ .name_,
nav.hd_CategoryStyleG_ ul.hd_layer3_ li.nochild_ .comment_ {
	padding-left: 130px;
}

/* --------------------------------------------------------------------
	フォーム　必須項目キャプション
-------------------------------------------------------------------- */
.fAssist_reqCap {
	position: absolute;
	left: 5vw;
	right: 5vw;
	top: 15px;
	z-index: 150;
	border: solid 2px #333333;
	background: #666666;
	padding: 8px 10px 8px 15px;
	border-radius: 3px;
	color: #ffffff;
	text-align: center;
}
.fAssist_reqCap span {
	color: #FFAAAA;
	font-weight: bold;
}
.fAssist_reqCap02 ,
.fAssist_reqCap03 {
	padding: 8px 16px 8px 20px;
	border: 3px solid #004130 !important;
	background: #ffffff;
	color: #333333;
	font-weight: bold;
}
.fAssist_reqCap02 span ,
.fAssist_reqCap03 span {
	display: inline-block;
	margin: 0 5px;
	color: #FFAAAA;
	font-size: 20px;
}
.fAssist_reqCap03 {
	font-size: 8px;
}
.fAssist_reqCap03 span {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}

#method_date {
	position: relative;
}
.date_detail_spec_comment {
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px 5px;
	border-radius: 5px;
	background: #777777;
	color: #ffffff;
}
.date_detail_spec_comment:after {
	position: absolute;
	left: 18px;
	bottom: -10px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #777777 transparent transparent transparent;
}
.inputTextForm_comment {
	position: relative;
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
}
.inputTextForm_comment > p {
	position: absolute;
	left: 0;
	bottom: 13px;
	padding: 5px 5px;
	border-radius: 5px;
	background: #777777;
	color: #ffffff;
	white-space: nowrap;
	font-size: 12px;
}
.inputTextForm_comment > p:after {
	position: absolute;
	left: 18px;
	bottom: -9px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #777777 transparent transparent transparent;
}
.classrequired {
	background: rgb(255, 221, 221)!important;
}
.mailAddOptionList_ {
	position: relative;
	display: block;
	width: 0;
	height: 0;
}
.mailAddOptionList_ ul {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	top: -1px;
	border: solid 1px #cccccc;
	background: #ffffff;
	border-radius: 3px;
}
.mailAddOptionList_ ul li {
	display: block;
	padding: 3px 8px;
	cursor: pointer;
}
.mailAddOptionList_ ul li.selected_ ,
.mailAddOptionList_ ul li:hover {
	background: #eee;
}

/* 消費者還元バナー設置 20191210 */
.cashless_bnr {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 15px;
}
.cashless_bnr.pc {
	display: block;
}
.cashless_bnr.sp {
	display: none;
}
.cashless_bnr.border {
	border: solid 1px #999;
}
@media screen and (max-width: 767px) {
	.cashless_bnr.pc {
		display: none;
	}
	.cashless_bnr.sp {
		display: block;
	}
}
/* 消費者還元バナー設置 20191210 End */

/* --------------------------------------------------------------------
	蝗ｳ鄒�ｿｽ蜉�
-------------------------------------------------------------------- */
.main_visual_ img {
	width:100%;
	margin:-15px auto 3% auto;
	padding-top:3%;
	}
.mainframe_ {
	width:100%;
	margin:0;
	padding:0;
	}
.mainframe_ h2 img {
	width:100%;
	padding-bottom:3%;
	}
.mainframe_ h3 {
	padding-bottom:3%;
	}
.CategoryStyleP_Line_ {
	width:100%;
	}
.CategoryStyleP_Line_ p {
	width:96%;
	margin:0 auto 5% auto;
	line-height:120%;
	}
.CategoryStyleP_Line_ img {
	width:100%;
	margin:7% auto 0 auto;
	}
.CategoryStyleP_Item_ {
	width:96%;
	margin:0 auto;
	border-top:#D3C09D 3px solid;
	}
.CategoryStyleP_Item_:last-child {
	border-bottom:#D3C09D 3px solid;
	margin-bottom:5%;
	}

	.tempo {
		position: absolute;
		text-align: center;
		font-size: 4vw;
		top: 8%;
		left: 50%;
		transform: translate(-50%,0);
		width: 90%;
		line-height: 1.6;
	}
	
	span.anno {
		font-size: 15px;
	}