@charset "Shift_JIS";

/* --------------------------------------------------------------------
	カート画面
-------------------------------------------------------------------- */
div.cartlist_ {
}
div.order_flow_ {
	margin: 40px 0;
	text-align: center;
}
div.order_flow_ img {
	width: 712px;
	height: auto;
}
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 {
	max-width:100px;
	max-height: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.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: 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_ {
	width: 802px;
	height: 40px;
	background: url(../img/usr/common/title_bg.png) left bottom repeat-y;
	border-top: 3px solid #388e3c;
	border-bottom: 1px solid #dfdfdf;
	font-size: 16px;
	color: #388e3c;
	font-weight: bold;
	padding: 0px 9px;
	position: relative;
	line-height: 40px;
	overflow: hidden;
}

#block_of_history {
	margin:20px 0;
}
#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;
}

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_ {
}

/* --------------------------------------------------------------------
	トピックス
-------------------------------------------------------------------- */
/* トピック詳細 */
div.topic_ {
	margin: 0px 0px 32px 0px;
}
.wrapper_ .container_ .contents_ .mainframe_ .topic_ .topiclist_head_ h1{
	background: url(../img/usr/common/categorynamebg.png) no-repeat;
	width: 793px;
	height: 48px;
	line-height: 48px;
	display: block;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 27px;
	font-size: 19px;
	color: #fff;
	font-weight: bold;
}
h2.topic_title_ {
	width: 802px;
	background: url(../img/usr/common/title_bg.png) left bottom repeat-y;
	border-top: 3px solid #388e3c;
	border-bottom: 1px solid #dfdfdf;
	font-size: 16px;
	color: #388e3c;
	font-weight: bold;
	padding: 12px 9px;
	position: relative;
	line-height: 150%;
	overflow: hidden;
	margin-bottom: 15px;
}
.topiclist_head_ h2 {
	width: 820px;
	height: 46px;
	line-height: 46px;
	background: url(../img/usr/common/ttl_topic_bg.png) 0 0 no-repeat;
}
.topiclist_head_ h2 img{
	padding: 9px 0px 0px 7px;
}

div.topic_ div.comment_ {
}
div.topic_ div.contents_ {
}
/* トピック一覧 */
div.topiclist_ {
	margin: 0 0 30px 0;
}
div.topiclist_ .topiclist_head_ {

}
div.topiclist_ .topiclist_head_ h2 {
	float: left;
	display: inline;
	font-size: 14px;
	font-weight: bold;
}
.topiclist_body_{
	background: #f4f4f4;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	clear: both;
	height: 125px;
	overflow-y: scroll;
	padding: 25px 20px 25px 20px;
}
.topiclist_body_ li{
	margin: 0px 0px 9px 0px;
	overflow: hidden;
}
.topiclist_body_ li span.date_{
	float: left;
	margin: 0px 14px 0px 0px;
	font-size: 13px;
	color: #000000;
	width: 84px;
}
.topiclist_body_ li span.icon_{
	float: left;
	margin: 0px 15px 0px 0px;
	float: left;
	width: 80px;
}
.topiclist_body_ li span.icon_ img{
	width: 80px;
	height: 20px;
}
.topiclist_body_ h2.topic_title_ img{
	width: 80px;
	height: 20px;
	margin: 0 20px;
}
.topiclist_body_ li span.nolink_{
	color: #000000;
	font-size: 13px;
	float: left;
	width: 569px;
}
.topiclist_body_ li{
	line-height: 180%
}
.topiclist_body_ li a{
	color: #0066ff;
	text-decoration: underline;
	font-size: 13px;
	float: left;
	width: 569px;
}
.topiclist_body_ li a:hover{
	text-decoration: none;
}
.topiclist_body_,
.jspPane,
.jspContainer{
	width: auto!important;
}
/* トピック詳細一覧 */
div.topicdetaillist_ {
	margin: 0 0 30px 0;
}
div.topicdetaillist_ ul.topicline_ li {
	padding: 10px 7px 9px 15px;
	border-bottom: 1px dotted #efefef;
	overflow: hidden;
	line-height: 180%;
}
div.topicdetaillist_ ul.topicline_ li.img_ {
	padding: 5px 0;
	background: none;
}
div.topicdetaillist_ ul.topicline_ li span.date_ {
	float: left;
	margin: 0px 15px 0px 0px;
	font-size: 13px;
	color: #000000;
	width: 84px;
}
div.topicdetaillist_ ul.topicline_ li span.icon_ {
	float: left;
	margin: 0px 15px 0px 0px;
	float: left;
	width: 80px;
}
div.topicdetaillist_ li a{
	color: #0066ff;
	text-decoration: underline;
	font-size: 13px;
	float: left;
	width: 569px;
}

/* --------------------------------------------------------------------
	アンケート
-------------------------------------------------------------------- */
/* 入力画面 */
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;
}
/**/