@charset "Shift_JIS";

/* --------------------------------------------------------------------
	カート画面
-------------------------------------------------------------------- */
div.cartlist_ {
}
div.order_flow_ {
	margin: 40px 0;
	text-align: center;
}
table.cartlist_ {
	margin: 0 auto;
	width: 800px;
	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_ span img {
	width:30%;
}
table.cartlist_ td.name_ div.name_ {
	margin-bottom:5px;
}
table.cartlist_ td.money_ {
	/*width:80px;*/
	width: 100px;
	white-space:nowrap;
	text-align:right;
}
table.cartlist_ td.money_ span.price_ {
	font-weight:normal;
}
table.cartlist_ td.qty_ {
	/*width:80px;*/
	width:130px;
	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: 200px;
	margin-right: 20px;
	margin-top: 10px;
    display:inline-table;
}

table.cartlist_ div.promotionmsg_box_ {
	padding: 5px;
	text-align: left;
	border: 1px solid #f60;  
	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.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;
}
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:20px 0;
}
#block_of_recommend h2.ttl_recommend_ {
	margin-bottom: 10px;
	padding: 8px 8px 8px 10px;
	font-size: 18px;
	font-weight: normal;
	color:#ffffff;
	background:#001960;
	clear: both!important;
}

#block_of_history {
	width: 800px;
	margin: 85px auto 150px;
}
#block_of_history h2.ttl_history_ {
/*	margin-bottom: 10px;
	padding: 8px 8px 8px 10px;
	font-size: 18px;
	font-weight: normal;
	color:#ffffff;
	background:#999999;
	clear: both!important;*/
}
#block_of_history .goods_ {
	position: relative;
}
#block_of_history .goods_ div.StyleT_Frame_ div.StyleT_Item_ {
	width: 145px;
}
#block_of_history .goods_ div.StyleT_Frame_ div.StyleT_Item_ div.img_ {
	width: 145px;
	height: 145px;
}
#block_of_history .goods_ div.StyleT_Frame_ div.StyleT_Item_ div.img_ img {
	max-width: 145px;
	max-height: 145px;
}
#block_of_history .goods_ .bx-controls .bx-prev,
#block_of_history .goods_ .bx-controls .bx-next {
	width: 60px;
	height: 60px;
	top: 80px;
}
#block_of_history .goods_ .bx-controls .bx-prev::after,
#block_of_history .goods_ .bx-controls .bx-next::after {
	top: 22px;
	width: 15px;
	height: 15px;
}
#block_of_history .goods_ .bx-controls .bx-prev  {
	left: -80px;
}
#block_of_history .goods_ .bx-controls .bx-prev::after  {
	transform: rotate(45deg);
	left: 24px;
}
#block_of_history .goods_ .bx-controls .bx-next  {
	right: -80px;
}
#block_of_history .goods_ .bx-controls .bx-next::after  {
	transform: rotate(-135deg);
	left: 19px;
}
#block_of_history .goods_ .bx-controls .bx-prev.disabled,
#block_of_history .goods_ .bx-controls .bx-next.disabled {
	display: none;
}








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;
}
#cart_freespace {
	padding: 22px 0px 55px 0px;
}
#cart_freespace div{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	background: #001960 url(../img/usr/cart/icon.png) 11px center no-repeat;
	padding: 11px 0px 10px 11px;
	display: block;
}
#cart_freespace ul{
	background: #e5e5e5;
	padding: 20px 0px 0px 20px;
	overflow: hidden;
}
#cart_freespace ul li{
	margin: 0px 20px 20px 0px;
	float: left;
}
#cart_freespace ul li a{
	background: #fff url(../img/usr/cart/shape.png) 20px center no-repeat;
	width: 222px;
	border: 1px solid #001960;
	display: block;
	height: 44px;
	line-height: 44px;
	color: #001960;
	font-size: 18px;
	text-align: center;
  border-radius: 3px;
}

#cart_freespace ul li a span{
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
	color: #001960;
	font-size: 14px;
}
/* --------------------------------------------------------------------
	メールニュース
-------------------------------------------------------------------- */
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: 8px 8px 8px 20px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #CCC;
	background: url(../img/usr/common_h2.png) 0 0 no-repeat;
}
div.topic_ div.comment_ {
}
div.topic_ div.contents_ {
}
/* トピック一覧 */
div.topiclist_ {
	margin: 0 0 30px 0;
}
div.top_wrapper_ div.topiclist_ {
	margin: 0;
}
div.topiclist_ .topiclist_head_ {
	padding:30px 35px;
	font-size: 14px;
	font-weight: bold;
	background:#eee;
	overflow: hidden;
	text-align:center;
}
div.topiclist_ .topiclist_head_ h2 {
	display: inline;
	font-size: 14px;
	font-weight: bold;
}
div.topiclist_ .topiclist_head_ .rss_ {
	float: right;
	display: inline;
	text-align: right;
}
div.topiclist_ .topiclist_body_ {
	padding: 0 74px 14px 74px;
	background:#eee;
}
div.topiclist_ .topiclist_body_ ul.topicline_ {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
div.topiclist_ ul.topicline_ li {
	padding: 8px 7px 7px 15px;
	background:#ffffff url(../img/usr/common/topic_arrow.png) 10px center no-repeat;
	border-bottom: 1px dotted #efefef;
	position:relative;
}
div.topiclist_ ul.topicline_ li a p.img{
	text-align:center;
	min-height:132px;
	margin-bottom:10px;
	position:relative;
}

div.topiclist_ ul.topicline_ li a p.img img{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	max-width: 100%;
	max-height: 100%;
}

div.topiclist_ ul.topicline_ li.img_ {
	vertical-align:top;
	padding: 5px 0;
	margin-left: 15px;
	background: none;
	float: left;
	width: 198px;
	height: auto;
}
div.topiclist_ ul.topicline_ li.img_:nth-of-type(4n+1){
	margin-left: 0;
}

div.topiclist_ ul.topicline_ li p.icon_ {
        margin-bottom: 10px;

}
div.topiclist_ ul.topicline_ li a p.icon_ img {
	display: block;
    max-height:15px;
}

/* トピック詳細一覧 */
div.topicdetaillist_ {
	margin: 0 0 30px 0;
}
div.topicdetaillist_ ul.topicline_ li {
	padding: 8px 7px 7px 15px;
	border-bottom: 1px dotted #efefef;
}
div.topicdetaillist_ ul.topicline_ li.img_ {
	padding: 8px 7px 7px 15px;
	background: none;
}
/*NEWS一覧*/
ul.topics_list_ li{
  overflow: hidden;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #555;
}
ul.topics_list_ li:first-child{
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
ul.topics_list_ span{
  display: block;
}

ul.topics_list_ li a{
  display:table;
}

ul.topics_list_ span.topics_list_img_{
  display:table-cell;
  width:320px;
  vertical-align:middle;
}

ul.topics_list_ span.topics_list_img_ img{
  max-width:320px;
}

ul.topics_list_ span.topics_list_dsp_{
  margin-left: 30px;
}
ul.topics_list_ span.topics_list_dsp_ .topics_list_day_,
ul.topics_list_ span.topics_list_dsp_ .topics_list_ttl_{
  margin-bottom: 5px;
}
ul.topics_list_ span.topics_list_dsp_ .topics_list_ttl_{
  font-size: 16px;
  font-weight: bold;
}
/* --------------------------------------------------------------------
	アンケート
-------------------------------------------------------------------- */
/* 入力画面 */
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;
}
/**/

/* --------------------------------------------------------------------
	追加認証
-------------------------------------------------------------------- */
input.certify_ {
	width:0px;
	height:0px;
}

div.certify_escape_ {
	text-align:center;
}
div.certify_escape_ a {
	text-decoration:underline;
}

/**/

/* --------------------------------------------------------------------
	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;
}

