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], input[type=email], 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;
}

/**/

/* ボタン */
.button_ {
	color: #fff;
	display:block;
}
a.button_{
	color: #fff !important;
	text-decoration:none !important;
}
/*.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;
	box-sizing: border-box; 
}*/
.large_button_ {
width: 100%;
font-size: 120%;
text-align: center;
margin: 14px 0;
padding: 0.8em;
font-weight: bold;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
box-sizing: border-box;
font-size: 18px;
}
.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;
}
.medium_button_ {
	width: 80%;
	font-size: 14px;
	text-align: center;
	margin:5px auto;
	padding: 5px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-sizing: border-box; 
}
.small_button_ {
	font-size: 14px;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.auto_small_button_ {
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.orange_button_ {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #a30721), color-stop(0.00, #c41230));
	background: -webkit-linear-gradient(#c41230, #a30721);
	background: -moz-linear-gradient(#c41230, #a30721);
	background: -o-linear-gradient(#c41230, #a30721);
	background: -ms-linear-gradient(#c41230, #a30721);
	background: linear-gradient(#c41230, #a30721);
	border: 1px solid #940f24;
}

.blue_button_ {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0464a5), color-stop(0.00, #0577c6));
	background: -webkit-linear-gradient(#0577c6, #0464a5);
	background: -moz-linear-gradient(#0577c6, #0464a5);
	background: -o-linear-gradient(#0577c6, #0464a5);
	background: -ms-linear-gradient(#0577c6, #0464a5);
	background: linear-gradient(#0577c6, #0464a5);
	border: 1px solid #045d9a;
}

.green_button_ {
	background: #2e7d0f -moz-linear-gradient(top,#13a713,#2e7d0f);
	background: #2e7d0f -webkit-gradient(linear,left top,left bottom,from(#13a713),to(#2e7d0f));
		border: 1px solid #2e7d0f;
}

.gray_button_ {
	border: 1px solid #c9c9c9;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e6e5e5), color-stop(0.49, #f1f1f1), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #f1f1f1 49%, #e6e5e5 100%);
	background: -moz-linear-gradient(top, #fff 0%, #f1f1f1 49%, #e6e5e5 100%);
	background: -o-linear-gradient(top, #fff 0%, #f1f1f1 49%, #e6e5e5 100%);
	background: -ms-linear-gradient(top, #fff 0%, #f1f1f1 49%, #e6e5e5 100%);
	background: linear-gradient(to bottom, #fff 0%, #f1f1f1 49%, #e6e5e5 100%);
	color:#F39800 !important;
}

.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_ {
	margin: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #00377F;
}

.common_headline2_ {
	clear: both;
	font-weight:normal;
	border-bottom:solid 3px #F39800;
	color:#F39800;
	margin:20px 0 10px 0;
	padding-left:10px;
}
.common_headline3_ {
	margin: 10px 0;
	padding: 5px;
	background: #F6F4ED;
	color:#1d7dbf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* 価格表示 */
.price_pop_ {
	color:#CC0000;
	font-size: 12px;
}
.price_ {
	color:#CC0000;
	font-weight:bold;
}

.price_box .price_  span{
	padding-right:10px;
}

.o_normal_{
	color:#434343;
	font-weight:normal;
}


/* --------------------------------------------------------------------
	共通ヘッダー
-------------------------------------------------------------------- */

div.wrapper_ {
}
header {
}
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;
}
header .header_top_ #sitelogo img {
	width:200px;
	vertical-align: bottom;
	padding-top:5px;
}
header .header_top_ #welcomeMessage{
	padding:5px 10px 5px 5px;
	text-align: right;
	font-size: 12px;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	text-align:right;
	vertical-align: middle;
}
header nav#globalnav {
	clear: both;
	color: #FFF;
	width: 100%;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.67, #e5f1fe), color-stop(0.14, #fff));
	background: -webkit-linear-gradient(top, #fff 14%, #e5f1fe 67%);
	background: -moz-linear-gradient(top, #fff 14%, #e5f1fe 67%);
	background: -o-linear-gradient(top, #fff 14%, #e5f1fe 67%);
	background: -ms-linear-gradient(top, #fff 14%, #e5f1fe 67%);
	background: linear-gradient(to bottom, #fff 14%, #e5f1fe 67%);
	border-bottom: solid 4px #F39800;
}
header nav#globalnav a {
	color: #FFF;
	text-decoration: none;
}
header nav#globalnav ul {
	display: -moz-box;
	display: -webkit-box;
	display: box;
	width: 100%;
	border-right: 1px solid #f6ebc6;
}
header nav#globalnav ul li {
	text-align: center;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	border-bottom:solid 1px #f6ebc6;
	border-top:solid 1px #f6ebc6;
}
header nav#globalnav ul li a {
	display: block;
/*	text-shadow: 0 -1px 1px #00004B;
	font-weight: bold;*/
	border-left: 1px solid #f6ebc6;
/*	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);*/
}
header nav#globalnav ul li a img{
	vertical-align:bottom;
}

/* --------------------------------------------------------------------
	検索フォーム
-------------------------------------------------------------------- */
form.search_form_ {
	margin-bottom: 10px;
	padding: 5px 65px 10px 10px;
	position: relative;
/*	-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;*/
}
div.o_search_ {
	background: #F6F4ED;
}
div.o_search_ p{
	font-weight:bold;
	color:#F39800;
	padding: 5px 15px 0 15px;
}
form.search_form_ input.keyword_{
	padding: 5px 0;
	height: 24px;
	font-size: 16px;
	width: 100%;
	border: solid 1px #f6ebc6;
}
form.search_form_ .placeholder_ {
	position: absolute;
	top: 10px;
	left: 5px;
	color: #999;
}
form.search_form_ .search_button_ {
	position: absolute;
	top: 5px;
	right: 10px;
	padding: 0;
	font-size: 16px;
	width: 40px;
	height: 35px;
}

dl.goodssearch_ dd input[type="input"],
dl.goodssearch_ dd textarea,
dl.goodssearch_ dd select {
	max-width: 95%;
}

/* --------------------------------------------------------------------
	共通フッター
-------------------------------------------------------------------- */
ul.buttons_ {
	padding: 10px 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
	background: #F0F0F0;
	border-top: 1px solid #CCC;
}
ul.buttons_ li {
	display: inline;
	text-align: center;
}
ul.buttons_ li a {
}
ul.buttons_ li a img {
	vertical-align: middle;
}
footer {
	padding-top: 20px;
	text-align: center;
}

footer .chage_mode_ {
	margin-bottom: 10px;
}
footer nav#footernav {
}
footer nav#footernav ul li {
	margin-bottom: 10px;
	text-align:left;
}
footer nav#footernav ul li a{
	color:#F39800;
	text-decoration:none;
	display:block;
	margin:0 5px 5px;
	padding:15px 15px 15px 7px;
	border:1px solid #6BB1E1;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ecf2f8), color-stop(0.74, #e5e9ef), color-stop(0.28, #f6faff), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #f6faff 28%, #e5e9ef 74%, #ecf2f8 100%);
	background: -moz-linear-gradient(top, #fff 0%, #f6faff 28%, #e5e9ef 74%, #ecf2f8 100%);
	background: -o-linear-gradient(top, #fff 0%, #f6faff 28%, #e5e9ef 74%, #ecf2f8 100%);
	background: -ms-linear-gradient(top, #fff 0%, #f6faff 28%, #e5e9ef 74%, #ecf2f8 100%);
	background: linear-gradient(to bottom, #fff 0%, #f6faff 28%, #e5e9ef 74%, #ecf2f8 100%);
}
footer nav#footernav ul li a span{
	background: url(../img/usr/barrett01.gif) left center no-repeat;
	padding-left:15px;
}
footer nav#footernav ul li img {
	vertical-align: central;
}
#copyright {
	padding: 10px 0;
	display: block;
	text-align: center;
	font-size: 12px;
	background-color:#F39800;
	color:#FFF;
}
footer #o_footernav_1{
	border-bottom:1px solid #6BB1E1;
}
footer #o_footernav_1 ul {
	display: -moz-box;
	display: -webkit-box;
	display: box;
	width: 100%;
	border-top:1px solid #6BB1E1;
	border-right:1px solid #6BB1E1;
}
footer #o_footernav_1 ul li {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	padding: 15px 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ecf2f8), color-stop(0.74, #e5e9ef), color-stop(0.28, #f6faff), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #f6faff 28%, #e5e9ef 74%, #ecf2f8 100%);
	background: -moz-linear-gradient(top, #fff 0%, #f6faff 28%, #e5e9ef 74%, #ecf2f8 100%);
	background: -o-linear-gradient(top, #fff 0%, #f6faff 28%, #e5e9ef 74%, #ecf2f8 100%);
	background: -ms-linear-gradient(top, #fff 0%, #f6faff 28%, #e5e9ef 74%, #ecf2f8 100%);
	background: linear-gradient(to bottom, #fff 0%, #f6faff 28%, #e5e9ef 74%, #ecf2f8 100%);
	border-left:1px solid #6BB1E1;
}
footer #o_footernav_1 ul li a{
    text-decoration: none;
	display: block;
	width: 8em;
	margin: 0 auto;
	color:#F39800;
}
.change_mode_ {
	margin: 20px 0 10px 0;
	text-align:center;
}
.change_mode_ a{
	color:#F39800;
	text-decoration:none;
}


/* --------------------------------------------------------------------
	トップページ
-------------------------------------------------------------------- */
div.flash_ctrl_ {
	white-space:nowrap;
	text-align:right;
	float:right; /* */
}
div.search_ {
	white-space:nowrap;
}

img.top_banner_ {
	max-width: 100%;
}
div.o_main_v_{
	text-align:center;
}
div.o_main_v_ img{
	width:100%;
	max-width:640px;
}
h2.o_top_t_{
	line-height:2.5em;
	border-left: solid 10px #c41230;
	border-top: solid 1px #c41230;
	border-bottom: solid 1px #c41230;
	padding-left: 5px;
	font-weight:normal;
	color:#c41230;
}
div.o_top_bnr_{
	text-align:center;
	margin:20px 0 10px 0;
}
/* --------------------------------------------------------------------
	ログイン
-------------------------------------------------------------------- */
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_ {
	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;
}

.customer_ {
	margin-bottom: 10px;
}

.customer_ p {
}

.submit_ {
	margin: 0 10px 20px;
	text-align: center;
}

/* --------------------------------------------------------------------
	マイページ　購入履歴
-------------------------------------------------------------------- */
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.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.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_
{
	border: none !important;
}
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%;
}

/* 購入履歴 */
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;
}

/**/
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.sales_detail_append_spec_, table.destgoodslist_ td.sales_detail_append_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%;
}


/* --------------------------------------------------------------------
	マイページ　お気に入り
-------------------------------------------------------------------- */
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%;
}
li.bookmark_item_ .comment_ .bookmark_comment_ {
	word-break: break-all;
}
div.customer_  div.del_ {
	text-align: right;
}

/* --------------------------------------------------------------------
	マイページ　お問い合わせ履歴
-------------------------------------------------------------------- */
/* お問合せ履歴 */
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;
}
div.contact_ .contact_body_ {
	word-break: break-all;
}
/* お問合せ詳細 */
.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.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: 5px;
	font-size: 80%;
}
table.cartlist_ td.img_ {
	width: 52px;
}
table.cartlist_ td.img_ img {
	width: 48px;
}
table.cartlist_ td.name_ {
	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:90px;
}
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.dest_select_type_ {
	margin-bottom: 10px;
	padding: 10px;
	background: #F8F8F8;
	border: 1px solid #CCC;
}
/**/
/* 配送方法 */
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;
}

/**/
/* お届け先サイクル */
div.teiki_cicle_item_ {
	margin: 0 10px 10px;
	padding: 5px;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.teiki_cicle_item_ .address_title_ {
	padding-bottom: 5px;
}
div.teiki_cicle_item_ .dest_disp address {
	padding: 10px;
	background: #FFF;
	font-style: normal;
}
div.teiki_cicle_item_ .address_change_ {
	margin-top: 5px;
	text-align: right;
}

/**/
/* ポイント */
.currentpoint_ {
	margin-bottom: 10px;
}
div.point_use_ {
	margin-bottom: 10px;
	padding: 10px;
	background: #F8F8F8;
	border: 1px solid #CCC;
}
/**/
/* 注文拡張情報 */
div.method_salesappend_ {
}
dl.salesappend_ dd span {
	display: block;
}
dl.salesappend_ dd.salesappend_radio input,
dl.salesappend_ dd.salesappend_checkbox input {
	display: block;
	float: left;
	clear: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
dl.salesappend_ dd.salesappend_radio label,
dl.salesappend_ dd.salesappend_checkbox label {
	display: block;
	clear: none;
	margin-left: 20px;
}
/**/

/* --------------------------------------------------------------------
	ご注文内容の確認
-------------------------------------------------------------------- */
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_sales_detail_append_ {
	border:none;
}
div.order_ div.method_sales_detail_append_ .sales_detail_append_comment_ {
	margin-bottom: 10px;
}
div.order_ div.method_sales_detail_append_ input[type="radio"],
div.order_ div.method_sales_detail_append_ label {
	padding: 5px 0;
	display: inline-block;
}
div.order_ div.method_sales_detail_append_ label {
	margin-right: 20px;
}
div.order_ div.method_sales_detail_append_ p.comment_{
	margin: 5px 0 10px 0;
}
div.order_ table.method_sales_detail_append_ 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_sales_detail_append_, 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%;
}

/* Amazonペイメント　必須項目背景色 */
.o_formred {background-color:#ffebeb;outline: none;}

/* メッセージカード */
.destcardmessagelist_ {padding: 0 10px 10px;} 	
table.destcardmessagelist_ 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.destcardmessagelist_ td{ 	
width: 60%; 	
padding: 3px; 	
border-bottom: 1px solid #CCCCCC; 	
border-right: 1px solid #CCCCCC; 	
} 
/* --------------------------------------------------------------------
	Amazonペイメント
-------------------------------------------------------------------- */
#LoginWithAmazonButton {
	text-align: center;
}

#AmazonPayButton {
	text-align: center;
}

#addressBookWidgetDiv {
	padding: 0 10px 10px;
	width: auto;
	height: 100%;
}

#walletWidgetDiv {
	padding: 0 10px 10px;
	width: auto;
	height: 100%;
}

div.amazon_pay_button_method_ {
	padding-top: 18px;
}

div.login_with_amazon_button_method_ {
	padding-bottom: 10px;
}
/* --------------------------------------------------------------------
	テーブル系
-------------------------------------------------------------------- */
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%;
}


/* --------------------------------------------------------------------
	余白
-------------------------------------------------------------------- */
.o_mrgn_10_{
	margin:10px !important;
}
.o_mrgn_lrb10_{
	margin: 0 10px 10px;
}
.o_main_b0_{
	margin-bottom:0 !important;
}
.o_regular_purchase_td {
	background: #DBEFDA;
	vertical-align: middle;
}
.o_regular_purchase_td span {
	font-weight: bold;
	color: #C00;
}
.o_regular_purchase_btn {
	display: table-cell;
	margin-right: 6px;
}


/* ---------------------------------------------------------------------
ネイチャーメイド テキスト化用
--------------------------------------------------------------------- */

/*   全体囲み　　*/
.o_item_txt_contents {
	width: 100%;
	max-width: 640px;
/*	font-size: 14px;*/
	line-height: 1.4em;
	margin: 0px auto;
}

/*　画像横幅 100％ */
.o_item_txt_contents img {
	width:80%;
	max-width:80%;
	display:block;
	margin:auto;
}

/*   テキスト1ブロック用 BOX　　*/
.nm_box {
	background: url(/images/item/detail/nm/back_img.gif);
	border: 3px solid;
	overflow: hidden;
	zoom: 1;
}

/*   スーパー〜用 青枠　上記BOXに追加　*/
.nm_lineBlue {
	border-color:#004aa5;
}
/*   通常用オレンジ青枠　上記BOXに追加　　*/
.nm_lineOrange {
	border-color: #F79C18;
}

/*   最上部BOX用 角丸　　*/
.nm_boxRadius_top   {  
	border-radius: 5px 5px 0px 0px;
    }  
/*   最下部BOX用 角丸　　*/
.nm_boxRadius_bottom   {  
	border-radius: 0px 0px 5px 5px;   
    }  

/*　小見出し用　*/	
.nm_title {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 5px 5px 30px;
	border:0;
}
/*　小見出し用　青背景色指定　*/	
.nm_box.nm_lineBlue .nm_title {
	background: #004aa5;
}
/*　小見出し用　オレンジ背景色指定　*/
.nm_box.nm_lineOrange .nm_title {
	background: #F79C18;
}

.nm_left_box {
	padding: 14px;
}
.nm_right_box {
	padding: 14px;
}
.nm_super_table {
	margin-top: 20px;
}
.nm_super_table tr td {
	font-size: 14px;
	margin:0;
	padding: 3px 3px 6px 3px;
	border-style: none;
	background: url(none);
}
.nm_super_table tr th {	width: 10%;vertical-align: middle;}
.nm_super_table tr th img {	width: 100%;}

.nm_super_table tr td h4 {font-size: 16px; color: #8A1500; font-weight: bold;}
.nm_super_table tr .nm_table_border01 {
	border-bottom: 1px solid #8A1500;
}
.nm_txt_red {
	color: #d4151c;
}
/*　テキスト用 */
.nm_left_box p,
.nm_right_box p {
	font-weight: bold;
	padding: 14px;
}
/* 注釈 */
.nm_annotate12 {font-size: 12px; color: #666;}
.nm_annotate10 {font-size: 10px; color: #666;}

.nm_kinoulink {font-size: 16px;font-weight: bold;display: block;margin: 10px 0px 20px;}
.nm_subtit {background: #F79C18;padding: 6px;}
.nm_subtit p {margin: 0;padding: 4px 4px 4px 12px;border-left: 8px solid #fff;font-weight: bold;color: #FFF;font-size: 1.2em;}
.nm_upsale_melit {margin: 6px auto;width: 98%;background: #F8EE8C;overflow: hidden;}
.nm_upsale_melit dt,
.nm_upsale_melit dd {display: block;padding: 5px;box-sizing:border-box;	background: #F8EE8C;}
.nm_upsale_melit dt {float: left;width: 30%;color: #CA001A;font-weight: bold;}
.nm_upsale_melit dd {float: left;width: 70%;}
.nm_upsale {width: 100%;}
.nm_hr {clear: both;border: 0;background: #03c3f2;margin-top: 10px;}
.nm_icon01 {background: #CA001A;padding:2px 8px;width: 80px;color: #FFF;text-align: center;margin:0 8px 0 0;font-size: 0.9em;font-weight: bold;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;float: left;box-sizing: border-box;}
.nm_price{color: #CA001A;font-size: 2.4em;font-weight: bold;float: left;margin-top: 2px;line-height: 1em}
.nm_price span {font-size: 16px;}
a.nm_teiki_btn {clear: both;display: block;background: #393;text-align: center;color: #FFF;text-decoration: none;font-size: 1.2em;font-weight: bolder;width: 100%;background: #54b738;background: -moz-linear-gradient(top, #54b738 0%, #009944 98%);background: -webkit-linear-gradient(top, #54b738 0%, #009944 98%);background: linear-gradient(to bottom, #54b738 0%, #009944 98%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54b738', endColorstr='#009944', GradientType=0 );					border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;padding: 14px 0px;}
.nm_teiki_txt01 {margin: 10px 3px 3px;font-weight: bold;font-size: 1.2em;color: #333333;}
.nm_haisotitle span {color: #009A44;}
.nm_teiki_itemimg {width: 60%;border: 1px solid #CCC;margin: 14px auto;display: block;}
.nm_teiki_itemname {font-size: 1.2em;font-weight: bold;margin-bottom: 8px;}
.nm_teiki_itemcapa {margin-bottom: 12px;text-align: right;}
.nm_hr {height: 0;margin: 30 0;padding: 0;border-top: 1px solid #F5D18F;border-bottom: 1px solid #FCF7CB;border-right: 0;border-left: 0;clear: both;}
.nm_teiki_inner {margin: 0 auto 20px;padding: 20px;width: 650px;background: #FFF;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;position: relative;}
.nm_teiki {background: #F8EE8C;padding: 8px;margin: 20px auto;width: 100%;max-width: 640px;box-sizing: border-box;}
.nm_haiso dt {display: block;float: left;background: #009A44;color: #FFFFFF;padding: 3px;width: 100px;text-align: center;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;}
.nm_haiso dd {display: block;padding: 3px 0 8px 110px;}
.nm_teiki_haiso {margin: 10px auto 0;padding: 0;position: relative;width: 100%;}
.nm_teiki_attention {font-size: 12px;}
.nm_teikiBox {background: #FFF url(/images/item/detail/nm/back_img.gif);text-align: left;padding: 5px;color: #5B3E2C;border-radius: 0 0 5px 5px;-webkit-border-radius: 0 0 5px 5px;-moz-border-radius: 0 0 5px 5px;position: relative;border: 2px solid #EB8D04;position: relative;width: 96%;margin: auto;box-sizing: border-box;}
.nm_teikiTit {margin: 20px 0 0;background: #EB8D04;color: #FFF;font-size: 1.1em;font-weight: bold;padding: 10px 6px 6px;border-radius: 5px 5px 0 0;-webkit-border-radius: 5px 5px 0 0;-moz-border-radius: 5px 5px 0 0;width: 96%;margin: 12px auto 0;box-sizing: border-box;}
.nm_teikiTit2 {font-size: 18px;font-weight: bold;color: #E70012;margin: 20px 0 4px;clear: both;}
.nm_teiki_otodoke dt {color: #FFF;background: #009A44;text-align: center;display: block;padding: 4px;width: 90px;float: left;border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.nm_teiki_otodoke dd {display: block;padding-left: 100px;margin-bottom: 8px;}
.nm_teiki_otodoke dd p {font-size: 18px;font-weight: bold;color: #E70012;margin: 3px 0 0;padding: 0px;}
.nm_adnagare {width: 100%;display: table;background: #FDDC95;}
.nm_adnagare dt {display: table-cell;width: 40%;text-align: center;padding: 5px;box-sizing: border-box;}
.nm_adnagare dd {display: table-cell;padding: 5px;box-sizing: border-box;vertical-align: top;}
.nm_adnagare dd span {font-size: 1.2em;color: #E70012;}
.nm_pricearea {text-align: center;line-height: 2em;height: 2.2em;margin-bottom: 10px;vertical-align: middle;}

/* ---------------------------------------------------------------------
リッチコンテンツ用
--------------------------------------------------------------------- */
.o_item_wrap {margin: 0px auto;width: 98%;padding: 0px;font-size: 14px;line-height: 1.6em;max-width: 640px;}
.o_item_wrap img {vertical-align: bottom;}
.o_itemsubtit {padding: 6px;margin: 24px 0 14px;}
.o_itemsubtit p {border-left: 8px solid #fff;margin: 0px;padding: 0px 0px 0px 12px;font-weight: bold;font-size: 1.2em;}
.o_item_flr {display: block;float: right;}
.o_item_fll {display: block;float: left;}
.o_item_alc {text-align: center;}
.o_item_ov {overflow: hidden;}
.o_item_cl {clear: both;}
.o_item_mt10 {margin-top: 10px;}
.o_item_mt20 {margin-top: 20px;}
.o_item_mt30 {margin-top: 30px;}
.o_item_mb10 {margin-bottom: 10px;}
.o_item_mb20 {margin-bottom: 20px;}
.o_item_mb30 {margin-bottom: 30px;}
.o_item_ml10 {margin-left: 10px;}
.o_item_ml20 {margin-left: 20px;}
.o_item_ml30 {margin-left: 30px;}
.o_item_mr10 {margin-right: 10px;}
.o_item_mr20 {margin-right: 20px;}
.o_item_mr30 {margin-right: 30px;}
.o_price_area {margin: 4px auto;overflow: hidden;display: table;}
.o_tcwrap {display: table-cell;vertical-align: middle;text-align: center;}
.o_icon01 {background: #CA001A;padding: 2px 8px;width: 80px;color: #FFF;text-align: center;font-size: 0.9em;font-weight: bold;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;box-sizing: border-box;margin-right: 8px}



/* ---------------------------------------------------------------------
1609 マイページ改修
--------------------------------------------------------------------- */
.op_mp_contents {width:96%;margin:0 auto;}
.op_mp_comment {background:#d5e8fd;padding:10px ;margin:10px auto;border-radius:10px;}
.op_mp_teiki_list {width:100%;border-top: 1px solid #006CB5;margin:0 auto 10px;}
.op_mp_teiki_list th,
.op_mp_teiki_list td {width:100%;display:block;padding: 2px 8px;color: #333;border: 1px solid #006CB5;text-align: left;vertical-align: middle;box-sizing:border-box;} 
.op_mp_teiki_list th {background-color: #D5E8FD;border-top: 1px;border-bottom: 1px;}
.op_mp_teiki_img {width:26%;}
.op_mp_teiki_name {width:100%}
.op_mp_teiki_name dt {float:left;width:70%;padding-right:5px;box-sizing:border-box;}
.op_mp_teiki_name dd {border-bottom:1px dashed #006CB5;margin:0;padding:2px;box-sizing:border-box;}
.op_mp_teiki_name dd:last-of-type {border:0;}
.op_mp_teiki_list:last-of-type {margin:0;}
.op_mp_teiki_btn {text-align:center !important;}
p.op_mp_teiki_info {margin:3px 0 ;padding:0 0 0 1em;text-indent:-1em;font-size:80%;}
.op_mp_bnr_concierge {margin:12px auto 0;width:96%;border:solid 1px #C0C0C0;text-align:center;padding:0 0 10px;background:#F0F0F0;}
.op_mp_con_txt {width:90%;font-size:1.2em;font-weight:bold;margin:0 auto 10px;background:#FFF;border-radius:5px;}
.op_mp_bnr_concierge {margin-bottom:12px;}
.op_mp_bnr_concierge .con_txtR {color:#c41230;}
.op_mp_bnr_concierge a img,
.op_mp_bnr_voice a img {width:80%;}
.op_mp_bnr_voice {margin:12px auto 0;width:96%;border:solid 1px #C0C0C0;text-align:center;padding:0 0 10px;background:#d7eaff;}
.op_mp_bnr_voice_txt {width:90%;font-weight:bold;margin:0 auto 10px;color:#434345;font-size:1.2em;}


/* ---------------------------------------------------------------------
1609 メールパーミッション変更
--------------------------------------------------------------------- */
.op_mp_mdv_txt img {float:right;width:40%;margin-left:2%;}
.op_mp_mdv_txt .button_ {margin-top:15px;}
.op_mp_mdv_ {margin-bottom:30px !important;clear:both;}
.op_mp_mdv_ dt,.op_mp_mdv_ dd {box-sizing:border-box;}

.op_form_des_ input[type=radio],
.op_form_des_ input[type=checkbox] {display: inline-block;margin-right: 6px;}
.op_form_des_ input[type=radio] + label,
.op_form_des_ input[type=checkbox] + label {position: relative;display: inline-block;margin-right: 12px;font-size: 14px;line-height: 30px; cursor: pointer;}
@media (min-width: 1px) {
.op_form_des_ input[type=radio],
.op_form_des_ input[type=checkbox] {display: none;margin: 0;}
.op_form_des_ input[type=radio] + label,
.op_form_des_ input[type=checkbox] + label {padding: 0 0 0 34px;}
.op_form_des_ input[type=radio] + label::before,
.op_form_des_ input[type=checkbox] + label::before {content: "";position: absolute;top: 50%;left: 0;-moz-box-sizing: border-box;box-sizing: border-box;display: block;width: 24px;height: 24px;margin-top: -12px;background: #FFF;}
.op_form_des_ input[type=radio] + label::before {border: 2px solid #ccc;border-radius: 30px;}
.op_form_des_ input[type=checkbox] + label::before {border: 2px solid #ccc;}
.op_form_des_ input[type=radio]:checked + label::after,
.op_form_des_ input[type=checkbox]:checked + label::after {content: "";position: absolute;top: 50%;-moz-box-sizing: border-box;box-sizing: border-box;display: block;}
.op_form_des_ input[type=radio]:checked + label::after {left: 7px;width: 10px;height: 10px;margin-top: -5px;background: #006CB5;border-radius: 8px;}
.op_form_des_ input[type=checkbox]:checked + label::after {left: 3px;width: 20px;height: 8px;margin-top: -6px; border-left: 4px solid #006CB5;border-bottom: 4px solid #006CB5;-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
}

/* ---------------------------------------------------------------------
1609 スライド パンくず
--------------------------------------------------------------------- */
#op_breadCrumb{background: #EBF3FD;overflow: hidden;width: 100%;border-radius:5px;margin:20px auto auto;}
#op_breadCrumb ul{display:table;}
#op_breadCrumb li{display:table-cell;white-space:nowrap;padding: 5px;}
#op_breadCrumb a{text-decoration: none;color: #1868B3;position: relative;text-shadow: 0 1px 0 rgba(255,255,255,.5);padding: 0 15px 0 10px;background-image: url(/images/sp/common/arrow03.png);background-size: 0.4rem;background-repeat: no-repeat;background-position: right center;}
#op_breadCrumb li:first-child a{padding-left: 5px;border-radius: 5px 0 0 5px;}
#op_breadCrumb a:hover{background: #fff;}
#op_breadCrumb .current,
#op_breadCrumb .current:hover{font-weight: bold;background: none;}
#op_breadCrumb .current::after,
#op_breadCrumb .current::before{content: normal;}
#op_breadCrumb li:last-child {padding-right: 10px;}
#op_breadCrumb li.last {padding-left: 13px;}
#op_breadCrumb div {display: none;}

.op_breadCrumbs{background: #EBF3FD;overflow: hidden;width: 100%;border-radius:5px;margin:3px auto auto;}
.op_breadCrumbs ul{display:table;}
.op_breadCrumbs li{display:table-cell;white-space:nowrap;padding: 5px;}
.op_breadCrumbs a{text-decoration: none;color: #1868B3;position: relative;text-shadow: 0 1px 0 rgba(255,255,255,.5);padding: 0 15px 0 10px;background-image: url(/images/sp/common/arrow03.png);background-size: 0.4rem;background-repeat: no-repeat;background-position: right center;}
.op_breadCrumbs li:first-child a{padding-left: 5px;border-radius: 5px 0 0 5px;}
.op_breadCrumbs a:hover{background: #fff;}
.op_breadCrumbs .current,
.op_breadCrumbs .current:hover{font-weight: bold;background: none;}
.op_breadCrumbs .current::after,
.op_breadCrumbs .current::before{content: normal;}
.op_breadCrumbs li:last-child {padding-right: 10px;}
.op_breadCrumbs li.last {padding-left: 13px;}
.op_breadCrumbs div {display: none;}