﻿@charset "UTF-8";
/* ----カート画面---- */
div.order_flow_ {
	margin: 40px 0;
	text-align: center;
}
table.cartlist_ {
	margin: 0 auto;
	width: 1000px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom:#e5e5e5 1px solid;
	border-collapse:collapse;
}
table.cartlist_ th {
	border-bottom:#e5e5e5 1px solid;
	border-collapse:collapse;
}
table.cartlist_ td {
	border-bottom:#e5e5e5 1px solid;
	border-collapse:collapse;
}
table.cartlist_ td.img_ {
	width:100px;
}
table.cartlist_ td.img_ img {
	width:100px;
}
table.cartlist_ td.name_ div.name_ {
	margin-bottom:5px;
}
table.cartlist_ td.money_ {
	width:80px;
	white-space:nowrap;
	text-align:right;
}
table.cartlist_ td.money_ span.price_ {
	font-weight:normal;
}
table.cartlist_ td.hem_ {
	width: 120px;
}
table.cartlist_ td.qty_ {
	width:80px;
	white-space:nowrap;
	text-align:right;
}
table.cartlist_ td.button_ {
	text-align: center;
	width: 60px;
}
table.cartlist_ td.total_ {
	text-align:right;
}
table.cartlist_ .qty_ input {
	height:30px;
	padding:0;
	line-height:30px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	border: 1px solid #CCC;
}
table.cartlist_ .qty_ img {
	width: 30px;
	height: 30px;
}
table.cartlist_ tr.total_line_ td.money_ span.price_ {
	color:#ff0000;
	font-size:20px;
	font-weight:bold;
}
table.cartlist_ td.promotion_ {
	text-align: center;
	padding: 0px 0px 10px 0px;
}
table.cartlist_ div.promotionmsg_ {
	width: 210px;
	margin-right: 20px;
	margin-top: 10px;
	display:inline-table;
}
table.cartlist_ div.promotionmsg_box_ {
	padding: 5px;
	text-align: left;
	border: 1px solid #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
table.cartlist_ span.promotionmsg_title_ {
	font-size:12px;
	display:block;
	/*background: url(../img/usr/common/h2_arrow.png) left top no-repeat;*/
	padding-left:18px;
}
table.cartlist_ span.promotionmsg_title_ .hilight_{
	color:#ff6600;
	font-size:14px;
	font-weight:bold;
}
table.cartlist_ div.promotionshortmsg_ {
	width: 200px;
	margin-right: 20px;
	margin-top: 10px;
	display:inline-table;
}
table.cartlist_ div.promotionshortmsg_box_ {
	padding: 5px;
	text-align: left;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
table.cartlist_ span.promotionshortmsg_title_ {
	font-size:12px;
	display:block;
	background: url(../img/sys/kiken.gif) left top no-repeat;
	padding-left:25px;
}
table.cartlist_ span.promotionshortmsg_title_ .hilight_{
	color:#ff6600;
	font-size:14px;
	font-weight:bold;
}
table.cartlist_ span.short_price_ {
	color:#ff0000;
	font-size:14px;
	font-weight:bold;
}
input.calc_ {
	width:0px;
	height:0px;
}
div.cart_submit_ {
	width:800px;
	margin:20px auto;
	overflow:hidden;
}
div.cart_submit_ div.back_ {
	width:220px;
	height:35px;
	float:left;
}
div.cart_submit_ div.back_ a {
	position: relative;
	display: block;
}
div.cart_submit_ div.back_ a:after {
	content: "";
	background: url(/img/sys/button/cart_back_on.gif) no-repeat center;
	background-size: cover;
	width: 220px;
	height: 35px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity .2s;
}
div.cart_submit_ div.back_ a:hover:after {
	opacity: 1;
}
div.cart_submit_ div.next_ {
	width:360px;
	float:right;
}
div.cart_submit_ div.next_ p.note_ {
	margin:10px 0;
	text-align:center;
}
div.cart_submit_ div.order_btn_ {
	margin-bottom:20px;
	position: relative;
	height: 60px;
}
div.cart_submit_ div.order_btn_ input {
	padding: 0;
}
div.cart_submit_ div.order_btn_:after {
	content: "";
	background: url(/img/sys/button/cart_next_on.gif) no-repeat center;
	background-size: cover;
	width: 360px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity .2s;
	pointer-events: none;
}
div.cart_submit_ div.order_btn_:hover:after {
	opacity: 1;
}
div.cart_submit_ div.gift_btn_ {
}
#order_service {
	width:100%;
	overflow:hidden;
}
#order_service ul {
	width:105%;
	overflow:hidden;
}
#order_service ul li {
	width:225px;
	margin:0 20px 0 0;
	float:left;
}
#order_service ul li div.img_ {
	margin-bottom:10px;
}
#block_of_recommend {
	margin: 0 0 30px;
}
#block_of_recommend h2.ttl_recommend_ {
	color: #000000;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	clear: both!important;
}
#block_of_recommend h2.ttl_recommend_ span {
	display: block;
	color: #666666;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.388;
}
#block_of_history {
}
#block_of_history h2.ttl_history_ {
	color: #000000;
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 25px;
	padding-top: 80px;
	clear: both!important;
	letter-spacing: 0.1em;
}
#block_of_history h2.ttl_history_ span {
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.388;
	letter-spacing: 0.1em;
}
div.cartinfo_ {
	margin:0 10px 10px;
	text-align: center;
	font-size:12px;
}
div.cartinfo_ span.price_ {
	padding:0 2px;
	font-size: 14px;
	font-weight:bold;
	color:#ff0000;
}
div.cartinfo_ span.free_ {
	padding:0 2px;
	font-size: 14px;
	font-weight:bold;
	color:#ff6600;
}
/* ----メールニュース---- */
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_ {
}
/* ----トピックス---- */
/* トピック詳細 */
h2.topic_title_ {
	font-size: 24px;
	line-height: 1.25;
	margin-bottom: 23px;
	padding-top: 5px;
	clear: both;
}
div.topic_ .topiclist_body_ {
	overflow: hidden;
}
div.topic_ .topiclist_body_ .day_ {
	float: left;
	margin-right: 10px;
}
div.topic_ .topiclist_body_ .icon_ {
	float: left;
	padding-top: 6px;
}
div.topic_ .topiclist_body_ .icon_ img {
	height: 9px;
}
div.topic_ .topiclist_body_ .article_ {
}
div.topic_ .topiclist_body_ .article_ p {
	font-size: 14px;
	line-height: 2.14285;
	letter-spacing: 0.01em;
}
div.topic_ .topiclist_body_ .article_ .img_ {
	text-align: center;
	margin-bottom: 10px;
}
div.topic_ .topiclist_body_ .article_  img {
	max-width: 80%;
	display:block;
	margin:0 auto;
	padding:40px 0;
}
/* トピック一覧 */
div.topiclist_ {
	width: 1000px;
	margin: 0 auto;
	padding: 90px 0 120px;
}
div.topiclist_ .topiclist_head_ {
}
div.topiclist_ .topiclist_head_ h2 {
	color: #000000;
	font-size: 40px;
	font-weight: 900;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin-bottom: 28px;
}
div.topiclist_ .topiclist_head_ h2 strong {
	display: inline-flex;
	flex-direction: column-reverse;
	align-items: center;
	letter-spacing: 0.1em;
}
div.topiclist_ .topiclist_head_ h2 strong span {
	border-bottom: 3px solid #e66c2a;
	font-weight: bold;
}
div.topiclist_ .topiclist_head_ h2 span {
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.388;
}
div.topiclist_ .topiclist_head_ .rss_ {
	float: right;
	display: inline;
	text-align: right;
}
div.topiclist_ .topiclist_body_ {
}
div.topiclist_ .topiclist_body_ ul.topicline_ {
	overflow: hidden;
	width: 105%;
}
div.topiclist_ ul.topicline_ li {
	float: left;
	width: 220px;
	margin: 0 39px 54px 0;
}
div.topiclist_ ul.topicline_ li a {
	display: block;
}
div.topiclist_ ul.topicline_ li div.img_ {
	width:220px;
	height:220px;
	text-align:center;
	vertical-align:middle;
	layout-grid-line:220px;
	display:table-cell;
}
div.topiclist_ ul.topicline_ li div.img_ img {
	max-width:220px;
	max-height:220px;
}
div.topiclist_ ul.topicline_ li div.desc_ {
	padding: 14px 4px 0;
	overflow: hidden;
}
div.topiclist_ ul.topicline_ li div.day_ {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.333;
	letter-spacing: 0.03em;
	float: left;
	width: 100px;
	margin-bottom: 4px;
}
div.topiclist_ ul.topicline_ li div.icon_ {
	float: right;
	padding-top: 4px;
	text-align: right;
	width: 111px;
}
div.topiclist_ ul.topicline_ li div.icon_ img {
	height: 9px;
}
div.topiclist_ ul.topicline_ li p {
	font-size: 16px;
	line-height: 1.625;
	clear: both;
}
div.topiclist_ ul.topicline_ li.banner_ {
	width: 480px;
}
/* トピック詳細一覧 */
div.topicdetaillist_ {
	margin: 0 0 30px 0;
}
div.topicdetaillist_ ul.topicline_ {
	width: 105%;
	overflow: hidden;
}
div.topicdetaillist_ ul.topicline_ li {
	float: left;
	width: 180px;
	margin: 0 20px 30px 0;
}
div.topicdetaillist_ ul.topicline_ li a {
	display: block;
}
div.topicdetaillist_ ul.topicline_ li div.img_ {
	width: 180px;
	height: 180px;
	text-align:center;
	vertical-align:middle;
	layout-grid-line:220px;
	display:table-cell;
}
div.topicdetaillist_ ul.topicline_ li div.img_ img {
	max-width: 180px;
	max-height: 180px;
}
div.topicdetaillist_ ul.topicline_ li div.desc_ {
	padding: 10px 4px 0;
	overflow: hidden;
}
div.topicdetaillist_ ul.topicline_ li div.day_ {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.333;
	letter-spacing: 0.03em;
	margin-bottom: 4px;
}
div.topicdetaillist_ ul.topicline_ li div.icon_ {
	text-align: right;
}
div.topicdetaillist_ ul.topicline_ li div.icon_ img {
	height: 9px;
}
div.topicdetaillist_ ul.topicline_ li p {
	margin-top: 10px;
}
/* ----アンケート---- */
/* 入力画面 */
div.questionnaire_box_ {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}
div.questionnaire_box_ div.desc_ {
	margin-bottom: 10px;
	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;
}
/**/
/* 確認画面 */
table.questionnaire_confirm_ {
	width: 100%;
}
table.questionnaire_confirm_ th {
	width: 16em;
}
/**/
/* ----追加認証---- */
input.certify_ {
	width:0px;
	height:0px;
}
div.certify_escape_ {
	text-align:center;
}
div.certify_escape_ a {
	text-decoration:underline;
}
div.reissue_ {
	text-align:center;
}
div.reissue_ a {
	text-decoration:underline;
	line-height: 20pt;
}
/**/
/* ----Amazonペイメント---- */
#LoginWithAmazonButton {
	text-align: center;
}
#AmazonPayButton {
	text-align: center;
}
#addressBookWidgetDiv {
	width: 600px;
	height: 270px;
	padding: 5px 0;
}
#walletWidgetDiv {
	width: 600px;
	height: 270px;
	padding: 5px 0;
}
div.amazon_pay_button_login_ {
	text-align: left !important;
	padding-bottom: 18px;
}
div.amazon_pay_button_method_ {
	padding-top: 18px;
}
div.login_with_amazon_button_method_ {
	padding-bottom: 10px;
}
div.amazon_address_area_ {
	width: 600px;
	margin: 0 auto;
}
div.amazon_wallet_area_ {
	width: 600px;
	margin: 0 auto;
}
img.cart_bnr_ {
    display: none;
}