@charset "Shift_JIS";

input[type="submit"] {
	-webkit-appearance: none;
}

/* --------------------------------------------------------------------
	カート画面
-------------------------------------------------------------------- */

div.cartlist_ {
}
div.order_flow_ {
	margin: 0 0 25px;
	text-align: center;
}
div.order_flow_ img {
	width: 950px;
}
div.cartlist_frame_ {
	width: 590px;
	margin: 10px auto 0;
	float: left;
}
table.cartlist_ {
	width: 590px;
	margin: 0;
	border: 0;
}
.order_ .rules_comment_ + table.cartlist_ {
	margin: 0 auto 15px;
	font-size: 14px;
}
table.cartlist_ tr {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
table.cartlist_ tr.title_ {
	border: 0;
	padding: 0;
}
table.cartlist_ td {
	border: 0;
}
table.cartlist_ td:first-child {
	border-left: 1px solid #CCC;
}
table.cartlist_ td:last-child {
	border-right: 1px solid #CCC;
}
table.cartlist_ td.img_ {
	width: 100px;
	padding: 15px;
	background: transparent;
}
.order_ .rules_comment_ + table.cartlist_ td.img_ {
	padding: 10px 20px 10px 10px;
}
table.cartlist_ td.img_ > a {
	display: block;
	width: 100px;
}
table.cartlist_ td.img_ img {
	width: 100%;
	vertical-align: top;
}
table.cartlist_ td.img_ div.icon_ {
	margin: 5px 0 0;
}
table.cartlist_ td.img_ div.icon_ img {
	margin-bottom: 5px;
}
table.cartlist_ td.img_ div.icon_ img:last-child {
	margin-bottom: 0;
}
table.cartlist_ td.money_ {
	width:80px;
	white-space:nowrap;
	text-align:right;
}
table.cartlist_ td.name_ {
	padding: 0;
	overflow: hidden;
}
table.cartlist_ td.name_ span {
	font-size: 11px;
	vertical-align: sub;
}
table.cartlist_ td.name_ div.name_ {
	margin: 0 0 12px;
}
table.cartlist_ td.name_ div.name_ a {
	font-size: 16px;
	font-weight: bold;
	color: #222;
	line-height: 140%;
}
table.cartlist_ td.name_ div.include_ {
	font-size: 13px;
	margin: 0 0 5px;
}
table.cartlist_ td.name_ div.delivery_limit_ {
	font-size: 13px;
	margin: 0 0 5px;
	color: #D10000;
}
table.cartlist_ td.name_ p.price_ {
	float: left;
	margin: 0 10px 10px 0;
	color: #D10000;
	font-size: 18px;
	font-weight: bold;
}
table.cartlist_ td.name_ p.price_ span {
	color: #222;
	font-size: 11px;
	font-weight: normal;
}
table.cartlist_ td.qty_ {
	width: 90px;
	padding: 20px 10px;
	text-align: right;
}
table.cartlist_ td.button_ {
	position: relative;
	text-align: center;
	width: 60px;
	padding: 0;
	background: transparent;
}
table.cartlist_ td.button_ div.delete_ {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	height: calc(100% - 40px);
	border-left: 1px dotted #CCC;
}
table.cartlist_ td.button_ div.delete_ input[name^="del"] {
	position: absolute;
	top: calc(50% - 20px);
	left: 0;
	width: 100%;
	height: 40px;
	border: 0;
	padding: 0;
	background: none;
	color: #0072B9;
	cursor: pointer;
}
table.cartlist_ td.total_ {
	text-align: right;
	padding: 15px 20px 15px 300px;
}
table.cartlist_ td.total_ div.price_frame_ {
	padding: 2px 0;
	overflow: hidden;
	font-size: 14px;
	text-align: left;
}
table.cartlist_ td.total_ div.price_frame_.total_ {
	line-height: 21px;
}
table.cartlist_ td.total_ div.price_frame_ span.desc_ {
	font-size: 11px;
}
table.cartlist_ td.total_ div.price_frame_ div.price_ {
	float: right;
	color: #222;
	font-weight: normal;
}
table.cartlist_ td.total_ div.price_frame_.total_ div.price_ {
	color: #D10000;
	font-size: 18px;
	font-weight: bold;
}
table.cartlist_ .qty_ select.qty_select_,
.order_gift_ .qty_ select.qty_select_,
.order_gift_ .qty_ select.option_qty_{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 90px;
  min-width: 90px;
	height: 30px;
	padding: 1px 20px 1px 10px;
	background: url(../img/usr/common/header/icon_arrow2.png) no-repeat right 10px top 12px;
	border: 1px solid #AAA;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	vertical-align: top;
}
table.cartlist_ .qty_ select::-ms-expand,
.order_gift_ .qty_ select::-ms-expand{
  /*display: none;*/
}
table.cartlist_ .qty_ input[name^="qty"],
.order_gift_ .qty_ input[name^="qty"]{
	/*display: none;*/
	width: 90px;
	height: 30px;
	padding: 2px 10px;
	margin: 0;
	border: 1px solid #AAA;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	line-height: 1.5;
	vertical-align: top;
}
table.cartlist_ .qty_ input[name="update"],
.order_gift_ .qty_ input[name="update"]{
	/*display: none;*/
	width: 90px;
	padding: 11px 1px;
	margin: 5px 0 0;
	font-size: 14px;
	background: -moz-linear-gradient(top, #FFDA3C 0%, #FFCB3C 100%);
	background: -webkit-linear-gradient(top, #FFDA3C 0%,#FFCB3C 100%);
	background: linear-gradient(to bottom, #FFDA3C 0%,#FFCB3C 100%);
	border: 1px solid #F2AF19;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
}
.order_gift_ .qty_ input[name="update"]{
  margin: 10px auto 0;
  padding: 4px 1px;
}
table.cartlist_ .qty_ div.update_,
.order_gift_ .qty_ div.update_{
	/*display: none;*/
	margin: 5px 0 0;
	font-size: 11px;
	color: #757575;
	text-align: left;
}
input.calc_ {
	width:0px;
	height:0px;
}
div.cartlist_ form[name="form"] {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}
div.cartlist_header_ {
	width: 950px;
	margin: 0 auto;
}
div.cartlist_header_ h1 {
	color: #222;
	font-size: 32px;
	margin: 0 0 30px;
}
div.cartlist_header_ h1.nm_ {
	margin-bottom: 0;
}
div.cartlist_header_ h1.agree_ {
	margin-bottom: 30px;
}
div.cartlist_ div.info_ {
	width: 950px;
	margin: 0 auto;
	border: 0;
	background: none;
}
div.cartlist_ div.info_ {
	width: 950px;
	border: 0;
	background: none;
	font-size: 14px;
	margin: 10px 0 0;
	box-sizing: border-box;
}
div.cartlist_ div.info_ .info_ {
	display: block;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	color: #D10000;
	padding: 2px 0;
	margin: 0 0 10px;
}
div.cartlist_ div.info_ .info_ > *:last-child {
	margin-bottom: 0;
}
div.cartlist_ div.info_ ul {
	margin: 2px 0;
}
div.cartlist_ div.info_ ul.error_ {
	margin: 0 0 10px;
}
div.cartlist_ div.info_ ul li {
	font-size: 14px;
	font-weight: normal;
	color: #222;
	line-height: 140%;
}
div.cartlist_ a.btn_back_top_ {
	display: block;
	width: 320px;
	padding: 13px 0;
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
	border: 1px solid #CCC;
	border-radius: 4px;
	font-size: 15px;
	color: #222;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none;
	margin: 30px auto 0;
}
div.cartlist_ div.cartlist_info_ {
	width: 950px;
	margin: 2px auto 10px;
	font-size: 14px;
	font-weight: normal;
	color: #003CAD;
	line-height: 140%;
}
div.cartlist_ .cartlist_message_frame_ {
	width: 950px;
	margin: 0 auto;
}
div.cartlist_ .cartlist_message_frame_ p.cartlist_message_ {
	font-size: 14px;
	line-height: 1.25;
}
div.cartlist_ .cartlist_banner_ {
	width: 426px;
	margin: 30px auto 0;
	padding: 22px 0 22px 174px;
	background: #FFA8A8 url(../img/sys/cart_icon.png) left 108px center / 52px auto no-repeat;
	border-radius: 4px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
div.cartlist_ .cartlist_banner_ span {
	font-size: 12px;
	padding-left: 0.5em;
}
div.cartlist_ form[name="form"] h2 {
	width: 950px;
	margin: 52px auto 20px;
	padding-bottom: 3px;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 2px solid #D10000;
	line-height: 1.5;
	float: left;
}
div.cartlist_ form[name="form"] h2.pcart_ {
	margin-top: 30px;
}
div.cartlist_ form[name="form"] h2 img {
	padding-right: 5px;
}
div.cartlist_ p.cartlist_ttl_ {
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
table.cartlist_ tr {
	width: 590px;
}

table.cartlist_ td span.promotion_point_total_ ,
table.cartlist_ td p.pointup_name_tag_ {
    color: #cc0000;
}

table.cartlist_ td p.pointup_name_tag_ {
    color: #cc0000;
		word-break: break-word;
}

table.cartlist_ td.name_ .name2_ {
		word-break: break-word;
}

div.cartlist_frame_ + center {
	width: 320px;
	margin: 0 0 0 40px;
	float: right;
}

table.cartlist_ td p.price_long_ {
	margin-bottom: 0 !important;
}

table.cartlist_ td p.price_long_ ~ span {
	line-height: 21px;
}

div.cartlist_frame_ + center .sum_frame_ {
	padding: 20px;
	margin: 20px 0 0;
	background: #FFF2BA;
	border: 1px solid #EBDBAE;
}
div.cartlist_frame_ + center .sum_frame_ .subtotal_ ,
div.cartlist_frame_ + center .sum_frame_ .postage_ ,
div.cartlist_frame_ + center .sum_frame_ .total_ ,
div.cartlist_frame_ + center .sum_frame_ .point_ ,
div.cartlist_frame_ + center .sum_frame_ .message_ ,
div.cartlist_frame_ + center .sum_frame_ .promotion_point_,
div.cartlist_frame_ + center .sum_frame_ .tax_subtotal_ {
	padding: 3px 0;
	text-align: left;
	font-size: 14px;
	color: #222;
	overflow: hidden;
}
div.cartlist_frame_ + center .sum_frame_ .point_  {
	font-weight: bold;
}
div.cartlist_frame_ + center .sum_frame_ .total_ {
	padding-top: 12px;
	font-weight: bold;
	line-height: 26px;
	border-top: 1px solid #EBD8AE;
}
div.cartlist_frame_ + center .sum_frame_ .message_ {
	font-size: 12px;
	color: #D10000;
	line-height: 1.5;
}
div.cartlist_frame_ + center .sum_frame_ .total_ .sum_qty_ {
	font-size: 18px;
	padding: 0 0 0 5px;
}
div.cartlist_frame_ + center .sum_frame_ .subtotal_ .price_ ,
div.cartlist_frame_ + center .sum_frame_ .postage_ .price_ ,
div.cartlist_frame_ + center .sum_frame_ .total_ .price_ ,
div.cartlist_frame_ + center .sum_frame_ .promotion_point_ .promotion_point_cnt_,
div.cartlist_frame_ + center .sum_frame_ .tax_subtotal_ .tax_subtotal_default_ , 
div.cartlist_frame_ + center .sum_frame_ .tax_subtotal_ .tax_subtotal_reduced_ ,
div.cartlist_frame_ + center .sum_frame_ .tax_subtotal_ .tax_subtotal_taxfree_ {
	color: #222;
	font-weight: normal;
	float: right;
}
div.cartlist_frame_ + center .sum_frame_ .total_ .price_ {
	font-weight: bold;
	font-size: 22px;
	color: #D10000;
}
div.cartlist_frame_ + center .sum_frame_ .desc_ ,
div.cartlist_frame_ + center .sum_frame_ .tax_ {
	font-size: 11px;
}
div.cartlist_frame_ + center .sum_frame_ .point_ .point_cnt_ {
	font-size: 14px;
	color: #D10000;
	float: right;
}
div.cartlist_frame_ + center .sum_frame_ .point_ .point_cnt_ span {
	font-weight: bold;
}
div.cartlist_frame_ + center .sum_frame_ div.promotion_point_,
div.cartlist_frame_ + center .sum_frame_ div.tax_subtotal_ {
	padding-top: 0px;
	padding-left: 20px;
}
div.cartlist_frame_ + center input[name^="home"] {
	width: 320px;
	padding: 15px 0;
	margin: 0 0 10px;
	border: 1px solid #F2AF19;
	border-radius: 4px;
	background: -moz-linear-gradient(top, #FFDA3C 0%, #FFCB3C 100%);
	background: -webkit-linear-gradient(top, #FFDA3C 0%,#FFCB3C 100%);
	background: linear-gradient(to bottom, #FFDA3C 0%,#FFCB3C 100%);
	text-align: center;
	color: #222;
	font-size: 15px;
	cursor: pointer;
	-webkit-appearance: none;
}
div.cartlist_frame_ + center input[name^="guest"] {
	display: block;
	width: 320px;
	padding: 13px 0;
	margin: 0 0 10px;
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
	border: 1px solid #CCC;
	border-radius: 4px;
	font-size: 15px;
	color: #222;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}
dl.postage-message_ {
	margin: 20px 0 0;
	text-align: left;
}
dl.postage-message_ dt {
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: bold;
}
dl.postage-message_ dd {
	font-size: 12px;
	line-height: 1.5;
}
div.cartlist_frame_ + center div.submit_ a {
	display: block;
	width: 320px;
	padding: 13px 0;
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
	border: 1px solid #CCC;
	border-radius: 4px;
	font-size: 15px;
	color: #222;
	text-align: center;
	box-sizing: border-box;
}
div.cartlist_frame_ + center div.submit_ a:hover {
	text-decoration: none;
}
div.faq_ {
	width: 950px;
	margin: 40px auto 0;
}
div.faq_ h2 {
	border: 0;
	border-bottom: 2px solid #CCC;
	font-size: 22px;
	font-weight: bold;
	line-height: 2.0;
}
div.faq_ dl dt {
	padding: 0 0 0 10px;
	border-top: 1px dotted #CCC;
	font-size: 14px;
	line-height: 50px;
	cursor: pointer;
	background: url(../img/icon/icon_arrow_down.png) right 10px center / 10px auto no-repeat;
}
div.faq_ dl dt.open_ {
	background-image: url(../img/icon/icon_arrow_up.png);
}
div.faq_ h2 + dl dt {
	border-top: 0;
}
div.faq_ dl:last-child {
	border-bottom: 1px dotted #CCC;
}
div.faq_ dl dd {
	display: none;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 1.5;
	border-top: 1px dotted #CCC;
}
div.faq_ dl dd p.question_,
div.faq_ dl dd p.answer_,
div.faq_ dl dd p.topic_ {
	position: relative;
	padding: 0 0 0 18px;
}
div.faq_ dl dd p.question_ {
	margin: 0 0 5px;
}
div.faq_ dl dd p.answer_ {
	margin: 0 0 15px;
}
div.faq_ dl dd p.answer_:last-of-type {
	margin: 0;
}
div.faq_ dl dd p.question_:before {
	content: 'Q.';
	position: absolute;
	top: 0;
	left: 0;
}
div.faq_ dl dd p.answer_:before {
	content: 'A.';
	position: absolute;
	top: 0;
	left: 0;
}
div.faq_ dl dd p.topic_:before {
	content: '○';
	position: absolute;
	top: 0;
	left: 0;
}
div.faq_link_ {
	margin: 40px 0;
}
div.faq_link_ a {
	display: block;
	width: 315px;
	padding: 13px 0;
	margin: 0 auto;
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
	border: 1px solid #CCC;
	border-radius: 4px;
	font-size: 15px;
	color: #222;
	text-align: center;
	box-sizing: border-box;
}
div.faq_link_ a:hover {
	text-decoration: none;
}
/* --------------------------------------------------------------------
	メールニュース
-------------------------------------------------------------------- */
div.mail_ {
}
div.mail_ .agreebody_ {
	margin: 10px 0 20px 0;
	width: 100%;
}
div.mail_ table {
	width: 100%;
}
div.mail_ table th {
	width: 25%;
}
div.mail_ div.mailnewstitle_ {
}

/* --------------------------------------------------------------------
	トピックス
-------------------------------------------------------------------- */
/* トピック詳細 */
div.topic_ {
}
h2.topic_title_ {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 8px 5px;
    margin-bottom: 15px;
    background: #dddddd;
    word-break: break-all;
}
h2.topic_title_ img {
    margin: 5px 0 0 5px;
    vertical-align: bottom;
}
div.topic_ div.comment_ {
}
div.topic_ div.contents_ {
}
div.topic_ .article_ {
    margin: 0 10px;
    word-break: break-all;
}
div.topic_ .article_ h2{
	margin-top: 20px;
}
div.topic_ .article_ p{
	line-height: 1.4em;
}
/* トピック一覧 */
div.topiclist_ {
    padding: 0;
    margin: 0;
}
div.topiclist_ .topiclist_head_ {
}
div.topiclist_ .topiclist_head_ h2 {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    padding: 0 0 0 8px;
    letter-spacing: 0.5px;
    border-left: 4px solid #cc0000;
}
div.topiclist_ .topiclist_head_ .rss_ {
}
div.topiclist_ .topiclist_body_ {
}
div.topiclist_ div.topiclist_ ul.topicline_ {
}
div.topiclist_ ul.topicline_ li {
    font-size: 14px;
    border-bottom: 1px dotted #bfbfbf;
    overflow: hidden;
    margin: 0 10px 0 12px;
    padding: 17px 0 17px 5px;
}
div.topiclist_ ul.topicline_ li:nth-of-type(n+5) {
    display: none;
}
div.topiclist_ ul.topicline_ li:first-child {
}
div.topiclist_ ul.topicline_ li img.icon_ {
  margin-left: 10px;
}
div.topiclist_ ul.topicline_ li span.data_ {
  margin-right: 4px;
}
div.topiclist_ ul.topicline_ li span.data_ img {
}
div.topiclist_ ul.topicline_ li a,
div.topiclist_ ul.topicline_ li span.nolink_ {
    line-height: 1.4;
}
div.topiclist_ ul.topicline_ li span.day_ {
    color: #cc0000;
    margin-right: 8px;
}
div.topiclist_ .topiclist_body_ .more_link {
  margin: 28px 0;
}
div.topiclist_ .topiclist_body_ .more_link span {
  background: url(../img/icon/icon_arrow_down2.png) no-repeat right center;
  padding: 0 23px 0 13px;
  color: #1d3994;
  cursor: pointer;
}
div.topiclist_ .topiclist_body_ .more_link .open {
  background: url(../img/icon/icon_arrow_up2.png) no-repeat right center;
}
div.topiclist_ .topiclist_body_ .more_link span:hover {
  text-decoration: underline;
}
/* --------------------------------------------------------------------
	アンケート
-------------------------------------------------------------------- */

/* 入力画面 */
div.questionnaire_ {
}
div.questionnaire_box_ {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}
div.questionnaire_box_ div.desc_ {
	margin-bottom: 20px;
	padding: 0 0 10px 10px;
	border-bottom: 1px dotted #CCC;
}
div.questionnaire_box_ table {
	width: 100%;
}
div.questionnaire_box_ table.formdetail_ th {
	width: 16em;
}
div.questionnaire_box_ div.questionnaire_box_content_ {
	padding: 0 10px;
}
div.questionnaire_box_ .must_ {
	margin-right: 5px;
	margin-left: 0px;
	float: left;
}
/**/

/* 確認画面 */
table.questionnaire_confirm_ {
	width: 100%;
}
table.questionnaire_confirm_ th {
	width: 16em;
}
/**/

/* --------------------------------------------------------------------
	追加認証
-------------------------------------------------------------------- */
input.certify_ {
	width:0px;
	height:0px;
}
/**/