@charset "Shift_JIS";

/* --------------------------------------------------------------------
	カート画面
-------------------------------------------------------------------- */

div.cartlist_ {
}
div.order_flow_ {
	margin: 15px 0 20px;
	text-align: center;
}
div.cart_banner_ {
	margin: 15px 0 20px;
	text-align: center;
}
table.cartlist_ {
	width: 800px;
	margin: 10px auto 20px;
	border-left: none;
	border-right: none;
}
table.cartlist_ td.banner_ {
	width: 50px;
}
table.cartlist_ td.img_ {
	width: 50px;
}
table.cartlist_ td.img_ img {
	width: 50px;
}
table.cartlist_ td.name_ img {
	height: 18px;
}
table.cartlist_ td.money_ {
	width:80px;
	white-space:nowrap;
	text-align:right;
}
table.cartlist_ td.qty_ {
	width: 120px;
	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 {
}
input.calc_ {
	width:0px;
	height:0px;
}
div.cartlist_ .submit_ input[name=gift] {
	margin-top: 10px;
}
div.cartlist_ .common_headline2_ {
	padding: 15px;
	font-weight: bold;
	margin-bottom: 0;
}
div.cartlist_ .StyleD_Frame_ {
	margin-bottom: 30px;
}


/* --------------------------------------------------------------------
	メールニュース
-------------------------------------------------------------------- */
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_ {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 16px 20px 14px;
	margin: 0 0 20px;
	background: #0251a9;
}
h2.topic_title_ img {
	height: 16px;
	margin-left: 5px;
}
div.topic_ div.comment_ {
}
div.topic_ div.contents_ {
}
div.topic_ .topiclist_body_ .article_ {
	line-height: 1.6;
	padding: 20px 15px;
	background: #fff;
}

/* トピック一覧 */
div.topiclist_ {
	padding: 6px 5px 6px 19px;
	margin: 0 0 20px;
	background: #fff;
}
div.topiclist_:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
div.topiclist_ h2 {
	float: left;
	margin-top: 11px;
}
div.topiclist_ .topiclist_body_ {
	float: right;
	width: 762px;
	background: #f8f8f8;
	box-sizing: border-box;
}
div.topiclist_ ul.topicline_ {
	padding: 5px 0;
}
div.topiclist_ ul.topicline_ li {
}
div.topiclist_ ul.topicline_ li dl {
	display: table;
	width: 100%;
	text-align: left;
	padding: 5px 16px;
	box-sizing: border-box;
}
div.topiclist_ ul.topicline_ li dt,
div.topiclist_ ul.topicline_ li dd {
	display: table-cell;
	vertical-align: top;
	line-height: 18px;
}
div.topiclist_ ul.topicline_ li dt {
	width: 94px;
	color: #666;
	font-size: 16px;
	white-space: nowrap;
	padding-right: 20px;
}
div.topiclist_ ul.topicline_ li dd {
	font-size: 16px;
	line-height: 20px;
}
div.topiclist_ ul.topicline_ li dd.icon_ {
	width: 60px;
	padding-right: 12px;
}
div.topiclist_ ul.topicline_ li dd a {
	display: block;
	color: #0251a9;
	padding-left: 20px;
	background: url(../img/usr/arrow_blue_r2.png) left 2px no-repeat;
}
div.topiclist_ ul.topicline_ li dd img {
	height: 18px;
	width: 60px;
}

/* --------------------------------------------------------------------
	アンケート
-------------------------------------------------------------------- */

/* 入力画面 */
div.questionnaire_ {
}
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;
}
/**/

/* --------------------------------------------------------------------
	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_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;
}

