@charset "Shift_JIS";

/* --------------------------------------------------------------------
	カート画面
-------------------------------------------------------------------- */
div.cart_top_message_ {
	margin:0 0 20px;
	color:#333333;
}
div.cart_top_message_ p {
	margin-bottom:5px;
}
div.cartlist_ {
}
div.order_flow_ {
	margin: 15px 0 30px;
	text-align: center;
}
table.cartlist_ {
	width:100%;
	margin: 0 auto;
	border: none;
}
table.cartlist_ td{
	box-sizing: border-box;
}
table.cartlist_ td.img_ {
	width:90px;
}
table.cartlist_ td.img_ img {
	width:70px;
}
table.cartlist_ td.name_ div.name_ {
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
	color:#333333;
}
table.cartlist_ td.name_ div.name_ a {
	font-size:14px;
	font-weight:bold;
	color:#333333;
}
table.cartlist_ td.name_ p.price_ {
	margin-bottom:5px;
}
table.cartlist_ td.money_ {
	width:110px;
	white-space:nowrap;
	text-align:right;
}
table.cartlist_ td.qty_ {
	width:190px;
	white-space:nowrap;
	text-align:right;
}
table.cartlist_ td.qty_ span.small_ {
	margin:0 5px 0 0;
	font-size:11px;
}
table.cartlist_ .qty_ input {
	font-size:16px;
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
	width: 60px;
	box-sizing: border-box;
	text-align: center;
}
table.cartlist_ td.button_ {
	text-align: center;
	width: 60px;
}
table.cartlist_ td.total_ {
	text-align:right;
}
input.calc_ {
	width:0px;
	height:0px;
}

/* --------------------------------------------------------------------
	ご注文完了
-------------------------------------------------------------------- */
p#this_order_id {
	text-align:center;
	font-size:20px;
	font-weight:bold;
}
p#this_order_id span.ttl_ {
	margin:0 20px 0 0;
	font-size:18px;
	font-weight:normal;
}

/* --------------------------------------------------------------------
	メールニュース
-------------------------------------------------------------------- */
div.mail_ {
}
div.mail_ div.mailmag_frame_wrap_ {
	padding:0 0 10px 0;
	margin-bottom:20px;
	background:url(../img/usr/common/col1_frame_bottom.png) left bottom no-repeat; 
}
div.mail_ div.mailmag_frame_ {
	padding:10px 0 0 0;
	background:url(../img/usr/common/col1_frame_top.png) left top no-repeat; 
	text-align:left;
}
div.mail_ div.mailmag_frame_inner_ {
	padding:10px 40px;
	border-left:#f4f4f4 5px solid;
	border-right:#f4f4f4 5px solid;
}
div.mail_ .agreebody_ {
	width: 95%;
	padding:20px 22px;
	margin: 10px 0 20px 0;
	border:#f4f4f4 5px solid;
color: #666666;
}
div.mail_ table {
	width: 100%;
}
div.mail_ table th {
	width: 25%;
}
div.mail_ table td input {
	width: 420px;
	padding:10px;
	border:#dddddd 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

/* --------------------------------------------------------------------
	トピックス
-------------------------------------------------------------------- */
/* トピックスブロック */
#block_of_topic {
	margin-bottom:20px;
}
#block_of_topic .topiclist_body_ {
	padding:0 0 10px 0;
	background: url(../img/usr/common/topics_block_bottom.png) left bottom no-repeat;
}
#block_of_topic .topiclist_head_ {
	height:42px;
	overflow:hidden;
}
#block_of_topic .topiclist_head_ h2 {
	float: left;
}
#block_of_topic .topiclist_head_ p {
	float:right;
}
#block_of_topic .topiclist_body_ ul.topicline_ {
	padding:10px 0 0 0;
	background: url(../img/usr/common/topics_block_top.png) left top no-repeat;
}
#block_of_topic .topiclist_body_ ul.topicline_ li {
	padding:5px 10px;
	border-left:#f6f2ef 5px solid;
	border-right:#f6f2ef 5px solid;
}
#block_of_topic .topiclist_body_ ul.topicline_ li .topic_line_inner_ {
	padding:5px 10px;
	overflow:hidden;
}
#block_of_topic .topiclist_body_ ul.topicline_ li a,
#block_of_topic .topiclist_body_ ul.topicline_ li span.nolink_ {
	padding:5px 10px;
	overflow:hidden;
}
#block_of_topic .topiclist_body_ ul.topicline_ li .topic_line_inner_:hover {
	background:#eeeeee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#block_of_topic .topiclist_body_ ul.topicline_ li .date_ {
	width:85px;
	color:#555555;
	font-weight:bold;
	float:left;
}
#block_of_topic .topiclist_body_ ul.topicline_ li .text_ {
	width:640px;
	float:right;
}

/* トピック詳細 */
div.topic_ {
	color: #444444;
    font-size: 14px;
    line-height: 1.8;
}
h2.topic_title_ {
	/*padding: 8px 0 8px 0;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;*/
	margin: 1.5em 0;
    padding: 0em 0 0.5em 0em;
    border-bottom: 3px solid #fed136;
    color: #444444;
    font-size: 18px;
    clear: both;
}
div.topic_ div.comment_ {
}
div.topic_ div.contents_ {
}
.topics_back_btn{
  clear: both;
  text-align: center;
  margin: 40px 0 50px;
}
.topics_back_btn a{
  display: inline-block;
  margin: 0 10px;
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
.topics_back_btn a:hover{
  opacity: 0.5;
}
.topics_back_btn a img{
  width: auto;
  height: 37px;
}

/* トピック一覧 */
div.topiclist_ {
	margin: 0 0 10px 0;
}
div.topiclist_ .topiclist_head_ {
	height: 32px;
	overflow: hidden;
}
div.topiclist_ .topiclist_head_ h2 {
	float: left;
	display: inline;
	font-size: 16px;
	font-weight: bold;
}
div.topiclist_ .topiclist_head_ .rss_ {
	float: right;
	display: inline;
	text-align: right;
}
div.topiclist_ .topiclist_body_ {
}
div.topiclist_ div.topiclist_ ul.topicline_ {
	margin: 0;
	padding: 0;
}
div.topiclist_ ul.topicline_ li {
	padding: 5px 5px 5px 15px;
}
div.topiclist_ ul.topicline_ li.img_ {
	padding: 5px 0;
	background: none;
}

/* --------------------------------------------------------------------
	アンケート
-------------------------------------------------------------------- */
/* 入力画面 */
div.questionnaire_ {
}
div.questionnaire_box_ {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
div.questionnaire_box_ div.desc_ {
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	color:#999999;
}
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;
}

/* --------------------------------------------------------------------
	タグ一覧
-------------------------------------------------------------------- */
#block_of_tag {
	padding:0 0 10px 0;
	margin-bottom:20px;
	background:url(../img/usr/common/goods_bottom_s.png) left bottom no-repeat;
}
#block_of_tag #tagList {
	padding:12px 0 0 0;
	background:url(../img/usr/common/goods_top_s.png) left top no-repeat;
}
#block_of_tag #tagList ul {
	padding:10px 20px 1px 20px;
	border-left:#f4f4f4 5px solid;
	border-right:#f4f4f4 5px solid;
	background:#ffffff;
	overflow:hidden;
}
#block_of_tag #tagList ul li {
	margin:0 5px 8px 0;
	float:left;
}
#block_of_tag #tagList ul li a {
	padding:2px 5px;
	border:#666666 1px solid;
	color:#666666;
	display:block;
}
#block_of_tag #tagList ul li:hover a { 
	border:#3190cd 1px solid;
	color:#3190cd;
}

/* --------------------------------------------------------------------
	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;
}

.grecaptcha-badge {
	margin-bottom: -11px;
}
