@charset "Shift_JIS";

/* --------------------------------------------------------------------
	common　共通エレメント
-------------------------------------------------------------------- */
html {
	height: 100%;
	background: url(../img/usr/body_back.png);
}
body {
	margin: 0;
	color:#362e2b;
	text-align:center;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka;
	font-size:12px;
	line-height: 140%;
	background: url(../img/usr/body_back.png);
	min-width: 970px;
	height: 100%;
}
body > div.wrapper_ {
	height: auto;
}

ol li {
	margin-left: 2em;
	list-style: decimal;
}
img {
	border: none;
	vertical-align: middle;
}
strong {
	font-weight: bold;
}
input {
	vertical-align: middle;
}
input {
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
}
textarea {
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
}

select {
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
}

label {
	margin: 0 20px 0 5px;
}
a:link {
	color:#59493f;
	text-decoration: none;
}
a:visited {
	color:#59493f;
	text-decoration: none;
}
a:active {
	color:#d60d11;
	text-decoration: underline;
}
a:hover {
	color:#d60d11;
	text-decoration: underline;
}
/* --------------------------------------------------------------------
	common　汎用クラス
-------------------------------------------------------------------- */
/* 文字サイズ */
.large_ {
	font-size: 120%;
}
.xlarge_ {
	font-size: 144%;
}
.small_ {
	font-size: 80%;
	font-weight:normal;
}
.xsmall_ {
	font-size: 64%;
}
/**/

/* フロート */
.leftfloat_ {
	float: left;
	display: inline;
}
.rightfloat_ {
	float: right;
	display: inline;
}
img.leftfloat_ {
	margin: 0 10px 10px 0;
}
img.rightfloat_ {
	margin: 0 0 10px 10px;
}
/**/

/* 文整列 */
.lefttext_ {
	text-align: left;
}
.righttext_ {
	text-align: right;
}
.centertext_ {
	text-align: center;
}
/**/

/* 特定メッセージ（インライン） */
.error_ {
	color:#CC0000;
	font-weight:bold;
	margin-bottom:10px;
}
.notice_ {
	color:#993300;
	font-weight:bold;
}
.info_ {
	font-weight:bold;
}
.blue_ {
	color:#0000FF;
	font-weight:bold;
}

ul.error_list_ {
	padding:5px 10px;
	margin:20px 0;
	border:#CC0000 1px solid;
}
.error_list_ li,
.error_list_ li a {
	color:#CC0000;
	font-weight:bold;
	list-style:disc;
	list-style:inside;
}
.error_list_ li a:hover {
	color:#ff0000;
	font-weight:bold;
}
/**/

/* 特定メッセージ（ブロック） */
div.error_, table.error_ {
	background-color:#efefef;
	border:solid 1px #EB3407;
	padding:8px;
	margin:4px auto;
	text-align:left;
	width: 560px;
}
div.notice_, table.notice_ {
	background-color:#efefef;
	border:solid 1px #996666;
	padding:8px;
	margin:4px auto;
	text-align:left;
	width: 580px;
}
div.info_, table.info_ {
	background-color:#efefef;
	border:solid 1px #666666;
	padding:8px;
	margin:4px auto;
	text-align:left;
	width: 560px;
}
ul.error_ {
	margin-left: 16px;
}
/**/

/* 共通クラス(ブロック) */
.top_comment_ {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.submit_ {
	margin: 20px auto;
	text-align: center;
}
.submit_ input, .submit_ img {
	margin: 0px 16px;
	vertical-align: middle;
}
.message_ {
}
p.message_ {
	margin-bottom: 10px;
}
.box_ {
	margin-bottom: 20px;
}
/* 共通クラス(その他) */
.hidden_ {
	visibility: hidden;
}
.nocell_ {
	border:none!important;
	background-color:transparent!important;
}
.hiddenEnter_ {
	width:0;
	height:0;
}
.entry_ {
	padding-bottom: 10px;
}
.entryconfirm_ {
	padding-bottom: 10px;
}
/* 価格表示 */
.pop_text_ {
	color: #ea0d12;
	font-weight: bold;
	font-size: 12px !important;
}
.price_pop_ {
	color: #ea0d12;
	font-weight: bold;
	font-size: 15px;
}
.pop_text_ .price_pop_ {
	display:block;
}
.price_ {
}
/* --------------------------------------------------------------------
	common　ヘッドライン
-------------------------------------------------------------------- */
h1.category_name_ {
	padding: 13px 50px 25px 50px;
	font-size: 16px;
	font-weight: bold;
	background: url(../img/usr/h1_back960.png) no-repeat;
}
h1.category_name_img_ { /* タイトルを画像にした場合 */
	margin-bottom: 10px;
}
h1.event_name_ {
	padding: 13px 50px 25px 50px;
	font-size: 16px;
	font-weight: bold;
	background: url(../img/usr/h1_back960.png) no-repeat;
}
h1.event_name_img_ { /* タイトルを画像にした場合 */
	text-align:center;
	margin-bottom: 10px;
}
h1.genre_name_ {
	padding: 13px 50px 25px 50px;
	font-size: 16px;
	font-weight: bold;
	background: url(../img/usr/h1_back960.png) no-repeat;
}
h1.genre_name_img_ { /* タイトルを画像にした場合 */
	margin-bottom: 10px;
}
h1.tag_name_ {
	padding: 13px 50px 25px 50px;
	font-size: 16px;
	font-weight: bold;
	background: url(../img/usr/h1_back960.png) no-repeat;
}
h1.topic_head_ {
	padding: 13px 50px 25px 50px;
	font-size: 16px;
	font-weight: bold;
	background: url(../img/usr/h1_back960.png) no-repeat;
}
h1.mall_name_ {
	padding: 13px 50px 25px 50px;
	font-size: 16px;
	font-weight: bold;
	background: url(../img/usr/h1_back960.png) no-repeat;
}
h1.category_name_ span,
h1.event_name_ span,
h1.genre_name_ span,
h1.tag_name_ span,
h1.topic_head_ span,
h1.mall_name_ span {
	display: table-cell;
	vertical-align: middle;
}
h1.category_name_ span.page_title_,
h1.event_name_ span.page_title_,
h1.genre_name_ span.page_title_,
h1.tag_name_ span.page_title_,
h1.topic_head_ span.page_title_,
h1.mall_name_ span.page_title_ {
}
*+html h1.category_name_ span,
*+html h1.event_name_ span,
*+html h1.genre_name_ span,
*+html h1.tag_name_ span,
*+html h1.topic_head_ span,
*+html h1.mall_name_ span {
	display: inline;
	zoom: 1;
}

/* 汎用ヘッドライン */
.common_headline1_ { /* h1相当 */
	padding: 13px 185px 16px 50px;
	margin:10px 0;
	font-size: 16px;
	font-weight: bold;
	background: url(../img/usr/h1_back960.png) no-repeat;
}
.common_headline1_ span {
	display: table-cell;
	vertical-align: middle;
}
.common_headline1_ span.page_title_ {
	max-width: 505px;
}
*+html .common_headline1_ span {
	display: inline;
	zoom: 1;
}
.col1_ .common_headline1_ span.page_title_,
.review_ .common_headline1_ span.page_title_ {
	max-width: 724px;
}
.col1_ .common_headline1_,
.review_ .common_headline1_,
.intro_ .common_headline1_ { /* .col1_ 1カラムの場合 */
	width: 725px;
	background: url(../img/usr/h1_back960.png) no-repeat;
}
.mainframe_ .common_headline1_ { /* .mainframe_ 2カラムの場合 */
}
.contents_ .mainframe_ .common_headline1_ { /* .contents_ .mainframe_ 3カラムの場合 */
}
.common_headline2_ { /* h2相当 */
	padding: 13px 8px 13px 55px;
	font-size: 14px;
	font-weight: bold;
	background: url(../img/usr/h2_725.png) no-repeat;
	height: 26px;
	clear: both!important;
}
.col1_ .common_headline2_,
.review_ .common_headline2_ { /* 1カラム（960px用） */
	background: url(../img/usr/h2_960.png) no-repeat;
}
.loginform_ .common_headline2_ { /* ログインフォームでの場合 */
	background: url(../img/usr/h2_600.png) no-repeat;
}
.loginform_new_ .common_headline2_ { /* ログインフォームでの場合 */
	background: url(../img/usr/h2_600.png) no-repeat;
}
.loginform_guest_ .common_headline2_ { /* ログインフォームでの場合 */
	background: url(../img/usr/h2_600.png) no-repeat;
}
.common_headline3_ { /* h3相当 */
	margin: 0 0 10px 0;
	padding: 7px 10px 5px 12px;
	font-size: 14px;
	font-weight: bold;
	background: url(../img/usr/h3_back.png) 0 bottom repeat-x;
}
.img_headline_ { /* 画像ヘッドラインの場合 */
	margin-bottom: 10px;
}
/* --------------------------------------------------------------------
	common　イベント
-------------------------------------------------------------------- */
/* イベントへのリンク */
.event_ {
	width: 110%;
	zoom:1;
}
.event_:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.event_banner_ {
	margin: 0 20px 20px 0;
	float: left;
	display: inline;
}
.event_fs_ {
	margin: 0 20px 20px 0;
	float: left;
	display: inline;
}
.event_title_ {
	height: 35px;
	padding: 0 50px 0 43px;
	margin-bottom:10px;
	font-size: 17px;
	font-weight: bold;
	line-height:32px;
	background: url(../img/usr/event_title.png) 0 top no-repeat;
	clear: both!important;
	color: #402E2C;
	overflow:hidden;
}
.event_title_ a.btn_txt_ {
	width:193px;
	height: 32px;
	line-height:32px;
	font-size: 12px;
	font-weight: normal;
	float:right;
	color: #fff;
	display: block;
	text-align:left;
}

.event_ .event_title_ a {
display:block;
position: relative;
width:917px;
}


/* --------------------------------------------------------------------
	common　タグ一覧
-------------------------------------------------------------------- */
.side_tag_cloud_ {
	float: left;
	overflow: hidden;
}
.side_tag_cloud_ span {
	padding-right: 2px;
	line-height: 140%;
}
.tag_lowest_ {
	font-size: 9px;
}
.tag_low_ {
	font-size: 10px;
}
.tag_medium_ {
	font-size: 11px;
}
.tag_high_ {
	font-size: 12px;
}
.tag_highest_ {
	font-size: 16px;
}
/* --------------------------------------------------------------------
	common　タグ詳細
-------------------------------------------------------------------- */
.tag_cloud_ {
}
.tag_cloud_ .tags_ {
	padding: 10px;
	background: url(../img/usr/comment_back.png);
}
.tag_cloud_ span {
	line-height: 140%;
}
.tag_cloud_more_ {
	margin: 10px 0 0 0;
	font-weight: bold;
}
.tag_add_shaping_ {
	margin-bottom: 10px;
	padding: 9px;
	overflow: hidden;
	background:#FFF;
	border: 1px solid #eae4d9;
}
.tag_add_shaping_ h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(../img/usr/tree_line.gif) 0 bottom repeat-x;
}
.tag_add_shaping_ span {
	margin-right: 10px;
	padding-left:15px;
	float: left;
	white-space: nowrap;
	background: url(../img/usr/icon_tag.png) 0 2px no-repeat;
}
.tag_other_ {
	margin-bottom: 10px;
	padding: 9px;
	width: 940px;
	overflow: hidden;
	background:#FFF;
	border: 1px solid #eae4d9;
}
.tag_other_ h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(../img/usr/tree_line.gif) 0 bottom repeat-x;
}
.tag_other_ span {
	margin-right: 10px;
	padding-left:15px;
	float: left;
	white-space: nowrap;
	background: url(../img/usr/icon_tag.png) 0 2px no-repeat;
}
.tag_tree_ {
	margin-bottom: 10px;
	padding: 9px;
	width: 580px;
	overflow: hidden;
	background: #F8F8F8;
	border: 1px solid #eae4d9;
}
.tag_tree_ h2 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #eae4d9;
}
.tag_tree_ span {
	margin-right: 10px;
	padding-left:15px;
	float: left;
	white-space: nowrap;
	background: url(../img/usr/icon_tag.png) 0 2px no-repeat;
}
.tag_info_ {
	margin-bottom: 10px;
}
.tag_info_ p.name_ {
	margin: 0 0 5px 0;
	padding: 0 0 5px 15px;
	background: url(../img/usr/icon_tag.png) 0 2px no-repeat;
}

/* --------------------------------------------------------------------
	common　ナビゲーション
-------------------------------------------------------------------- */
/* パンくず */
.navitopicpath_ {
	margin: 5px 0 10px 0;
}
.col1_ .navitopicpath_ {
	margin: 10px 0;
}
.navitopicpath_ img {
	padding-top: 2px;
	vertical-align: top;
}
*+html .navitopicpath_ img {
	padding-top: 0;
	vertical-align: middle;
}
.navitopicpath_ span {
	white-space: nowrap;
}
.navitopicpath_ a {
	margin: 0 0.5em;
}
.navitopicpath_ a.home_ {
	margin-left: 0;
}
.navitopicpath_ a.current_ {
	font-weight: bold;
}
.navitopicpath_ span.current_ {
	margin: 0 0.5em;
	font-weight: bold;
}
/* ページジャンプ */
.navipage_ {
	height:35px;
	text-align:right;
	line-height:35px;
}
.navipage_.top_ {		/* ページジャンプ上部 */
	margin-bottom: 5px;
}
.navipage_.bottom_ {	/* ページジャンプ下部 */
	margin-bottom: 10px;
}
.navipage_ .navipage_sum_ {
	width:250px;
	padding:0 0 0 1em;
	text-align:left;
	float:left;
}
.navipage_ .navipage_num_ {
	padding:0 1em 0 0;
	text-align:left;
	float:right;
}
.navipage_ .navipage_sum_ strong {
	color:#EA0D12;
}
.navipage_ .navipage_first_ {
	padding-left: 18px;
	padding-right: 4px;
	background: url(../img/sys/navifirst.png) left center no-repeat;
	border: none;
}
.navipage_ .navipage_first_:hover {
	background: url(../img/sys/navifirst.png) left center no-repeat;
	border: none;
}
.navipage_ .navipage_prev_ {
	padding-left: 10px;
	background: url(../img/sys/naviprev.png) left center no-repeat;
	border: none;
}
.navipage_ .navipage_prev_:hover {
	background: url(../img/sys/naviprev.png) left center no-repeat;
	border: none;
}
.navipage_ .navipage_next_ {
	padding-right: 10px;
	background: url(../img/sys/navinext.png) right center no-repeat;
	border: none;
}
.navipage_ .navipage_next_:hover {
	background: url(../img/sys/navinext.png) right center no-repeat;
	border: none;
}
.navipage_ .navipage_last_ {
	padding-left: 4px;
	padding-right: 18px;
	background: url(../img/sys/navilast.png) right center no-repeat;
	border: none;
}
.navipage_ .navipage_last_:hover {
	background: url(../img/sys/navilast.png) right center no-repeat;
	border: none;
}
.navipage_now_ {
	margin:0 1px;
	padding: 2px 7px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background: #59493F;
	border: 1px solid #59493F;
}
.navipage_ .navipage_reverse_ {
	margin-right: 5px;
}
.navipage_ .navipage_forward_ {
	margin-left: 5px;
}
.navipage_ a {
	margin: 0 1px;
	padding: 2px 7px;
	border: 1px solid #59493F;
	background: url(../img/usr/goods_back.png);
}
.navipage_ a:hover {
	text-decoration: none;
}
/* 並び替え */
.navisort_ {
	margin-bottom: 5px;
	padding-bottom: 3px;
	font-size: 10px;
	width: 100%;
	overflow: hidden;
	background: url(../img/usr/tree_line.gif) 0 bottom repeat-x;
}
.navisort_ dt {
	float: left;
	text-align: right;
	font-weight: bold;
	width: 8em;
}
.navisort_ dd {
	margin-left: 8em;
}
.navisort_now_ {
	text-decoration:none;
	margin:2px 5px;
	white-space: nowrap;
	font-weight: bold;
}
.navisort_ a {
	margin:2px 5px;
	white-space: nowrap;
}
/* 表示切替 */
.navistyle_ {
	margin-bottom: 3px;
	padding-bottom: 3px;
	font-size: 10px;
	width: 100%;
	overflow: hidden;
	background: url(../img/usr/tree_line.gif) 0 bottom repeat-x;
}
.navistyle_ dt {
	float: left;
	text-align: right;
	font-weight: bold;
	width: 8em;
}
.navistyle_ dd {
	margin-left: 8em;
}
.navistyle_now_ {
	text-decoration:none;
	margin:2px 5px;
	white-space: nowrap;
	font-weight: bold;
}
.navistyle_ a {
	margin:2px 5px;
	white-space: nowrap;
}
/* ブランド絞込 */
.brand_name_ {
	width: 100%;
	overflow: hidden;
}
.brand_name_now_ {
	text-decoration:none;
	margin:2px 5px;
	white-space: nowrap;
	color: #d60d11;
}
.brand_name_ a {
	margin:2px 5px;
	white-space: nowrap;
}
/* メーカー絞込 */
.maker_name_ {
	width: 100%;
	overflow: hidden;
}
.maker_name_now_ {
	text-decoration:none;
	margin:2px 2px 2px 2px;
	white-space: nowrap;
	font-weight: bold;
}
.maker_name_ a {
	margin:2px 2px 2px 2px;
	white-space: nowrap;
}
/* 発売日絞込 */
.filter_i {
}
.releasedt_name_ {
	width: 100%;
	overflow: hidden;
}
.releasedt_name_now_ {
	text-decoration:none;
	margin:2px 2px 2px 2px;
	white-space: nowrap;
	font-weight: bold;
}
.releasedt_name_ a {
	margin:2px 2px 2px 2px;
	white-space: nowrap;
}

/* 価格帯絞込 */
.filter_j {
}
.price_name_ {
	width: 100%;
	overflow: hidden;
}
.price_name_now_ {
	text-decoration:none;
	margin:2px 2px 2px 2px;
	white-space: nowrap;
	font-weight: bold;
}
.price_name_ a {
	margin:2px 2px 2px 2px;
	white-space: nowrap;
}
/* モールショップ絞込 */
.filter_k {
	font-size: 12px;
	background-color: #ffdd99;
}
.mallshop_name_ {
	width: 100%;
	overflow: hidden;
}
.mallshop_name_now_ {
	text-decoration:none;
	margin:2px 2px 2px 2px;
	white-space: nowrap;
	font-weight: bold;
}
.mallshop_name_ a {
	margin:2px 2px 2px 2px;
	white-space: nowrap;
}
/* 在庫絞込 */
.stock_name_ {
	width: 100%;
	overflow: hidden;
}
.stock_name_now_ {
	text-decoration:none;
	margin:2px 2px 2px 2px;
	white-space: nowrap;
	font-weight: bold;
}
.stock_name_ a {
	margin:2px 2px 2px 2px;
	white-space: nowrap;
}
/* 絞込み全解除 */
p.release_ {
	text-align: right;
	font-weight: bold;
	font-size: 13px;
}
p.release_ a {
	padding-left: 20px;
	background: url(../img/usr/arrow_red.png) no-repeat;
}

/* --------------------------------------------------------------------
	common　フォーム
-------------------------------------------------------------------- */
.formlist_ {
	margin: 0 auto;
	border:1px  solid #d6c6b9;
	border-collapse: collapse;
}
.formlist_ th {
	padding:10px;
	font-weight:bold;
	white-space: nowrap;
	background: url(../img/usr/goods_back.png);
	border:1px  solid #d6c6b9;
}

.formlist_dest_ th{
	background:#EDE6E0;
}

.formlist_ td {
	padding:10px;
	font-weight:normal;
	background-color:#FFF;
	border:1px  solid #d6c6b9;
}
.formlist_ .line0_ {
	background: url(../img/usr/comment_back.png);
}
.formlist_ .line1_ {
	background-color:#FCFCFC;
}
.formdetail_ {
	border-collapse:collapse;
	margin:0 auto;
	border:1px  solid #d6c6b9;
}
.formdetail_ th {
	padding:8px;
	text-align: left;
	font-weight:bold;
	vertical-align: top;
	background: url(../img/usr/goods_back.png);
	border:1px  solid #d6c6b9;
}
.formdetail_ td {
	padding:8px;
	font-weight:normal;
	vertical-align: top;
	background-color:#FFF;
	border-top:1px solid #d6c6b9;
	border-bottom:1px solid #d6c6b9;
}
.formdetailcard_ {
	margin:0 auto;
	margin-left:0px;
	float:none;
	border-collapse:collapse;
}
.formdetailcard_ th {
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	font-weight:bold;
	line-height:15px;
	padding:8px;
	background-color:#F8F8F8;
	white-space:nowrap;
	text-align: left;
}
.formdetailcard_ td {
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	font-weight:normal;
	line-height:15px;
	padding:8px;
	background-color:#FFF;
}
.formsublist_ {
	border-collapse: collapse;
}
.formsublist_ th {
	border:1px dotted #CCC;
	background-color:#FFF;
	font-weight:bold;
	white-space: nowrap;
}
.formsublist_ td {
	border:1px dotted #CCC;
	background-color:#FFF;
	font-weight:normal;
}
.must_ {
	margin-left: 10px;
	float: right;
	display: inline;
}
/* --------------------------------------------------------------------
	common　Trace
-------------------------------------------------------------------- */
/* for Trace */
.tracecontent {
	text-align:left;
	background-color:#FFCCFF;
}
#__asptrace {
	text-align:left;
	background-color:#FFF;
}
span.tracecontent tr.subhead {
	background-color:#CCC;
}
span.tracecontent tr.alt {
	background-color:#eeeeee
}

/* --------------------------------------------------------------------
	モール用
-------------------------------------------------------------------- */
/* モールショップ絞込 */
.filter_k {
	font-size: 12px;
	background-color: #ffdd99;
}
.mallshop_name_ {
	width: 100%;
	overflow: hidden;
}
.mallshop_name_now_ {
	color:#CC3300;
	text-decoration:none;
	margin:2px 2px 2px 2px;
	white-space: nowrap;
}
.mallshop_name_ a {
	margin:2px 2px 2px 2px;
	white-space: nowrap;
}
/* --------------------------------------------------------------------
	FAQページ
-------------------------------------------------------------------- */
div.faq_ ul.faqlist_ {
}
div.faq_ ul.faqlist_ li {
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}
div.faq_ table.detaillistline_ {
	border: dotted 1px;
	margin:2px auto;
}

.faqdetail_title_ {
	margin-bottom: 20px;
	padding: 10px;
	font-size: 14px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}
.faqdetail_title_ .subject_ {
	margin-left: 20px;
	font-weight: bold;
}
.faqdetail_title_ .id_ {
	margin-left: 10px;
	font-size: 10px;
}
/* スレッド */
div.faqlist_ {
	margin-bottom: 20px;
}
div.faqlist_ .faqlist_groupname_ {
	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.faqlist_ .faqlist_goods_ {
	margin: 0 0 0 20px;
}
div.faqlist_line_ {
	width: 100%;
	overflow: hidden;
	border: 1px solid #CCC;
}
div.faqlist_line_ .faqlist_head_ {
	width: 100%;
	overflow: hidden;
	background: #F0F0F0;
	border-bottom: 1px solid #CCC;
}
div.faqlist_line_ .faqlist_head_ .name_ {
	padding: 5px;
	float: left;
	display: inline;
	font-weight: bold;
	width: 40%;
}
div.faqlist_line_ .faqlist_head_ .updt_ {
	padding: 5px;
	float: right;
	display: inline;
	text-align: right;
	width: 40%;
}
div.faqlist_line_ .comment_ {
	padding: 10px;
}
div.faqgrouplist_ {
	margin-bottom: 5px;
	width: 101%;
	overflow: hidden;
}
div.faqgrouplistline_ {
	float: left;
	display: inline;
	white-space: nowrap;
}
div.faqgrouplistline_ a {
	margin: 0 5px 5px 0;
	padding: 5px 10px;
	display: block;
	border: 1px solid #EBEBEB;
}
div.faqgrouplistline_ a:hover {
	background: #F3F3F3;
}



.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  


.formdetail0_ {
	border-collapse:collapse;
	margin:0 auto;
	border:1px  solid #d6c6b9;
}
.formdetail0_ th {
	padding:8px;
	text-align: left;
	font-weight:bold;
	vertical-align: top;
	border:1px  solid #d6c6b9;
}
.formdetail0_ td {
	padding:8px;
	font-weight:normal;
	vertical-align: top;
	background-color:#FFF;
	border-top:1px solid #d6c6b9;
	border-bottom:1px solid #d6c6b9;
}

/* 3D関連 */
#colorbox {
	z-index: 20;
}
#cboxContent {
	height:660px !important;
	background:#fff;
	position:relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:#D6C6B9 2px solid;
	-moz-box-shadow: #aaa 0 10px 15px -1px;
	-webkit-box-shadow: #aaa 0 10px 15px -1px;
	box-shadow: #aaa 0 10px 15px -1px;
}
#cboxContent button#cboxClose {
    width: 170px;
    height: 45px;
	line-height:45px;
    background:#846251;
	border:none;
	color:#fff;
	text-align:center;
	font-weight:bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position:absolute;
    top: 600px;
    left: 245px;
	font-size:15px;
}
#cboxContent #cboxTitle {
	display:none !important;
}