@charset "Shift_JIS";

/* --------------------------------------------------------------------
	カート画面
-------------------------------------------------------------------- */

div.cartlist_ {
}
div.order_flow_ {
	margin: 15px 0;
	text-align: center;
}
table.cartlist_ {
	margin: 0 auto;
	width: 640px;
	border-left: none;
	border-right: none;
}
table.cartlist_ td.img_ {
	width: 50px;
}
table.cartlist_ td.img_ img {
	width: 50px;
}
table.cartlist_ td.money_ {
	width:80px;
	white-space:nowrap;
	text-align:right;
}
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 {
}
input.calc_ {
	width:0px;
	height:0px;
}



/* --------------------------------------------------------------------
	メールニュース
-------------------------------------------------------------------- */
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_ {
	margin-bottom: 10px;
	padding: 5px 20px;
	font-size: 14px;
    color: #8c6b3a;
    background: #d2be8e;
    font-weight: bold;
	clear: both!important;
}
div.topic_ div.comment_ {
}
div.topic_ div.contents_ {
}
/* トピック一覧 */
div.topiclist_ {
	margin: 0 60px 10px 60px;
}
div.topiclist_ .topiclist_head_ {
	margin-bottom: 10px;
	padding: 5px 20px;
	font-size: 14px;
    color: #8c6b3a;
    background: #d2be8e;
    font-weight: bold;
	clear: both!important;
    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;
    margin-top: 3px;
}
div.topiclist_ .topiclist_body_ {
	margin: 0 20px 0px 20px;
	padding: 0 10px 0px 10px;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.topiclist_ div.topiclist_ ul.topicline_ {
	margin: 0;
	padding: 0;
}
div.topiclist_ ul.topicline_ li {
	padding: 6px 5px 4px 25px;
	background: url(/img/usr/topiclist.png) 5px 11px no-repeat;
	border-bottom: 1px dotted #CCC;
}
div.topiclist_ ul.topicline_ li:last-child {
	border-bottom: none;
}
div.topiclist_ ul.topicline_ li.img_ {
	padding: 5px 0;
	background: none;
}
div.topic_ .topiclist_body_ .article_ {
    margin: 10px;
}
/**/
/* --------------------------------------------------------------------
	アンケート
-------------------------------------------------------------------- */

.clear_{
  clear:both;
}
/* 入力画面 */
div.questionnaire_ {
}
/* 2013/3/7 修正 */
div.questionnaire_box_ {
	margin-bottom: 20px;
	padding-bottom: 20px;
	/* border-bottom: 1px dotted #CCC; */
}
/* 2013/3/7 修正 */
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;
}
div.questionnaire_box_ div.questionnaire_box_content_ label{
  float:left;
}
div.questionnaire_box_ div.questionnaire_box_content_ input[type="checkbox"]{
  float:left;
  clear:both;
  margin:5px 0 3px 0;
}
div.questionnaire_box_ div.questionnaire_box_content_ input[type="radio"]{
  float:left;
  clear:both;
  margin:5px 0 3px 0;
}
/**/

/* 確認画面 */
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;
} 