@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.cartlist_ .shop_search_ {
    width: 356px;
		height: 130px;
    margin: 0 auto;
		clear: both;
		position: relative;
}
div.cartlist_ .shop_search_ p {
		position: absolute;
		top: 0;
		left: 398px;
    display: block;
    width: 400px;
		border: 1px dotted #ccc;
		padding: 10px;
}
div.cartlist_ .shop_search_ span {
    display: block;
    width: 160px;
    float: right;
    display: inline;
    text-align: center;
}
.qty_fix{
    width: 40px;
    text-align: center;
    background: #e5e5e5;
    margin: 0 0 0 auto;
}
.cartlist_ .btn_wrap {
    text-align: center;
}
.cartlist_ .btn_online {
    width: 310px;
    font-size: 16px;
    margin: 10px auto 10px;
    display: block;
    padding: 15px 0;
    background-color: #C0504D;
    color: #fafafa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.cartlist_ .btn_online:hover {
    background-color: #333;
    color: #fff;
}
.cartlist_ .btn_sub {
    width: 170px;
    font-size: 14px;
    color: #000;
    margin: 10px auto 10px;
    display: block;
    padding: 7px 0;
    border: 1px solid #333;
    background-color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.cartlist_ .btn_submit {
    padding: 10px 0;
    cursor: pointer;
    margin-bottom: 20px;
}
.cartlist_ .btn_sub:hover {
    background-color: #333;
    color: #fff;
}
.submit_new_ {
    width: 760px;
    margin: 0 auto;
    line-height: 150%;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
}
.submit_new_top a {
    text-decoration: underline;
}
.submit_new_top {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.submit_new_ h3 {
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}
.submit_new_ p {
    margin-bottom: 15px;

}
.formlist_ {
    border-bottom: none !important;
}
.formlist_ td:last-child {
    border-bottom: none !important;
}
/* --------------------------------------------------------------------
	メールニュース
-------------------------------------------------------------------- */
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.intro_ {
}
div.intro_ .mail_ {
	padding: 0;
}
div.intro_ table {
	width: 100%;
}
div.intro_ table.intro_address_ th {
	width: 8em;
	vertical-align: top;
}
div.intro_ .name_ input {
	margin: 0 5px 0 5px;
}
div.intro_ span.mail_ {
	padding-left: 20px;
}
div.intro_ .mail_ input {
	margin: 0 0 0 5px;
}
div.intro_box_ {
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}
div.intro_ div.intro_box_ div.name_ {
	margin-right: 20px;
	float: left;
}
div.intro_ div.intro_box_ div.mail_ {
	float: left;
}
/* --------------------------------------------------------------------
	トピックス
-------------------------------------------------------------------- */
/* トピック詳細 */
div.topic_ {
}
h2.topic_title_ {
	margin: 0 0 10px 0;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	background: #666 url(../img/usr/common_h2.png) center top repeat-x;
	line-height: 140%;
	border: 1px solid #CCC;
	color: #FFF;
}
div.topic_ div.comment_ {
}
div.topic_ div.contents_ {
}
/* トピック一覧 */
div.topiclist_ {
}
div.topiclist_ .event_title_ {
	background-color: #fff;
	margin: 0;
}
div.topiclist_ .event_title_ h2 {
	color: #000;
}
div.topiclist_ .topiclist_head_ {
	overflow: hidden;
}
div.topiclist_ .topiclist_head_ h2 {
	font-size:14px;
	font-weight:bold;
	/*margin-bottom:10px;*/
	padding: 7px 8px 1px 8px;
	color: #000;
}
div.topiclist_ .topiclist_head_ .rss_ {
	float: right;
	display: inline;
	text-align: right;
}
div.topiclist_ .topiclist_body_ {
	padding: 0 0 30px 0;
	background: #fff;
}
div.topiclist_ div.topiclist_ ul.topicline_ {
	margin: 0;
	padding: 0;
}
div.topiclist_ ul.topicline_ li {
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}
div.topiclist_ ul.topicline_ li.img_ {
	padding: 5px 0;
	background: none;
}
div.topiclist_ .title-box, div.free-box .title-box {
	border-bottom:2px solid #CC0000;
}
div#topicList-nonTop {
	margin: 10px 0 10px 0;
}
div#topicList-nonTop .title-box .title-main {
	width: 693px;
}
div#topicList-nonTop .title-box .title-main-all {
	width: 55px;
}
/* --------------------------------------------------------------------
	アンケート
-------------------------------------------------------------------- */

/* 入力画面 */
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;
}
/**/

/* --------------------------------------------------------------------
	カタログ
-------------------------------------------------------------------- */
/* カタログ一覧 */
.catalog_cart_ {
	margin-bottom: 10px;
	text-align: center;
}
.catalog_frame_ {
	width: 100%;
}
.catalog_frame_ td {
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	border-bottom: 1px dotted #CCC;
}
.catalog_frame_ td.img_ {
	padding-right: 10px;
}
.catalog_frame_ td.desc_ div.name_ {
	margin-bottom: 10px;
	padding: 5px;
	background: #F0F0F0;
}
.catalog_frame_ td.desc_ div.name_ .name1_ {
	font-size: 14px;
	font-weight: bold;
}
.catalog_frame_ td.desc_ div.comment_ {
	margin: 0 0 10px 10px;
}
.catalog_frame_ td.desc_ div.limit_ {
	margin: 0 0 10px 10px;
}
/* カタログ利用規約 */
div.customer_ .catalog_agreebody_ {
	margin: 0 0 10px 0;
	width: 100%;
}
/**/

/* カタログ請求確認 */
dl.catalogconfirm_ {
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}
dl.catalogconfirm_ dt {
	padding: 5px;
	float: left;
	font-weight: bold;
}
dl.catalogconfirm_ dd {
	padding: 5px 5px 5px 8em;
	border-bottom: 1px dotted #CCC;
}
.free-box {
	margin-bottom: 10px;
	padding: 10px 0 0;
	overflow: hidden;
	background: #fff;
	height: 100%;
}
.free-box2 {
	margin-bottom: 10px;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #CCC;
	background: #fff;
	height: 100%;
}
.free-box.p9_ {
	padding: 10px 9px 9px;
}
.free-box .title-box .title-main {
/*width: 310px;*/
}
.free-box .title-box .title-main-all {
/*width: 178px;*/
}
.free-box .free-box-mainLine {
	margin: 0 0 10px 10px;
	overflow: hidden;
}
.free-box .free-box-mainLine .fBox-item {
	width: 111px;
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}
.free-box .free-box-mainLine .fBox-item .item-name {
	text-align: center;
	margin: 3px 0 0;
}
.free_space_ {
	overflow: hidden;
	width: 100%;
	margin: 0 0 10px 0;
}

/**/

/* 取り扱いブランド（フッター上） */
.free-box-bland {
	margin-bottom: 10px;
	padding: 10px 0 0;
	overflow: hidden;
	border: 1px solid #CCC;
	background: #fff;
	height: 100%;
}
.free-box-bland .free-box-mainLine {
	margin: 0 0 10px 10px;
	_padding: 0 0 20px 0;
	overflow: hidden;
}
.free-box-bland .free-box-mainLine .fBox-item {
	width: 110px;
	float: left;
	display: inline;
	margin: 0 8px 0 0;
}

.free-box-bland .free-box-mainLine .fBox-item .item-name {
	text-align: center;
	margin: 3px 0 0;
}
.free_space_ {
	overflow: hidden;
	width: 100%;
	margin: 0 0 10px 0;
}
