@charset "Shift_JIS";

/* --------------------------------------------------------------------
	カート画面
-------------------------------------------------------------------- */

div.cartlist_ {
}
/**
div.order_flow_ {
	margin: 15px 0;
	text-align: center;
}
*/
table.cartlist_ {
	margin: 0 auto;
/**	width: 640px;*/
	width: 800px;
	border-style: none;
	border-top: 1px solid #cccccc;
}
table.cartlist_ td{
}
table.cartlist_ tr:first-child td{
/*
	border-top-style: none;
*/
	border-top: 1px solid #cccccc;
}
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_ {
}
div.topic_detail_ { /** add */
	width: 617px;
}
div.topic_detail_ h2.topic_title_ {
/**
	margin-bottom: 10px;
	padding: 0 6px 0 15px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background: #2D313A;
	height: 42px;
	line-height: 42px;
*/
	padding: 0 6px 0 15px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background-color: #4E4F5E;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #4E4F5E), color-stop(0.00, #595B6A));
	background: -webkit-linear-gradient(#595B6A, #4E4F5E);
	background: -moz-linear-gradient(#595B6A, #4E4F5E);
	background: -o-linear-gradient(#595B6A, #4E4F5E);
	background: -ms-linear-gradient(#595B6A, #4E4F5E);
	background: linear-gradient(#595B6A, #4E4F5E);
/**	height: 40px;*/
	min-height: 40px;
	line-height: 43px;
	-webkit-border-top-right-radius: 5px;
	        border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	        border-top-left-radius: 5px;
}
div.topic_ div.article_ { /** add */
	margin:0 auto 20px auto;
	padding:10px;
	text-align:left;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-color:#ffffff;
}
div.topic_ div.article_ .topic_dt_ { /** add */
	padding-bottom:10px;
}
div.topic_ div.comment_ {
}
div.topic_ div.contents_ {
}
/* トピック一覧 */
div.topiclist_ {
	margin: 0 0 10px 0;
}
div.topiclist_ .topiclist_head_ {
	padding: 20px 20px 0 20px;
	width: 560px;
	height: 32px;
	overflow: hidden;
	background: url(../img/usr/topiclist_head.png) center top no-repeat;
}
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_ {
	padding: 0 20px 20px 20px;
	width: 560px;
	background: url(../img/usr/topiclist_body.png) center bottom no-repeat;
}
div.topiclist_ div.topiclist_ ul.topicline_ {
	margin: 0;
	padding: 0;
}
div.topiclist_ ul.topicline_ li {
	padding: 5px 5px 5px 15px;
	background: url(../img/usr/topiclist.png) 5px 9px no-repeat;
	border-bottom: 1px dotted #CCC;
}
div.topiclist_ ul.topicline_ li.img_ {
	padding: 5px 0;
	background: none;
}

/* --------------------------------------------------------------------
	アンケート
-------------------------------------------------------------------- */

/* 入力画面 */
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;
}
/**/