@charset "Shift_JIS";

/* --------------------------------------------------------------------
	common　共通エレメント
-------------------------------------------------------------------- */
body {
	margin: 0;
	color: #222;
	text-align:center;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 140%;
	background: #eaf1f8;
}
ol li {
	margin-left: 2em;
	list-style: decimal;
}
img {
	max-width: 100%;
	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 {
	max-width: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", 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: #0251a9;
	text-decoration: none;
}
a:visited {
	color: #0251a9;
	text-decoration: none;
}
a:active {
	color: #0068b6;
	text-decoration: underline;
}
a:hover {
	color: #0068b6;
	text-decoration: underline;
}
/* --------------------------------------------------------------------
	common　汎用クラス
-------------------------------------------------------------------- */
/* 文字サイズ */
.large_ {
	font-size: 120%;
}
.xlarge_ {
	font-size: 144%;
}
.small_ {
	font-size: 80%;
}
.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;
}

/* 右余白 */
.mgr10_ {
	margin-right: 10px;
}
.mgr20_ {
	margin-right: 20px;
}
.mgr30_ {
	margin-right: 30px;
}
.mgr40_ {
	margin-right: 40px;
}
/* 左余白 */
.mgl10_ {
	margin-left: 10px;
}
.mgl20_ {
	margin-left: 20px;
}
.mgl30_ {
	margin-left: 30px;
}
.mgl40_ {
	margin-left: 40px;
}
/* 下余白 */
.mgb10_ {
	margin-bottom: 10px;
}
.mgb15_ {
	margin-bottom: 15px;
}
.mgb20_ {
	margin-bottom: 20px;
}
.mgb30_ {
	margin-bottom: 30px;
}
.mgb40_ {
	margin-bottom: 40px;
}
/* 配置 */
.center_ {
	text-align: center;
}
.right_ {
	text-align: right;
}
/* 2カラム */
div.clm2_ {
	margin-bottom: 15px;
}
div.clm2_:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
div.clm2_ div.l_, div.clm2_ div.r_ {
	float: left;
	width: 435px;
	box-sizing: border-box;
}
div.clm2_ div.l_ {
	margin-right: 20px;
}
/* 3カラム */
div.clm3_ {
    margin-bottom: 15px;
	float: left;
}
div.clm3_ div.l_, div.clm3_ div.c_, div.clm3_ div.r_ {
	float: left;
	width: 283px;
}
div.clm3_ div.l_, div.clm3_ div.c_ {
	margin-right: 20px;
}
/* 4カラム */
div.clm4_ {
    margin-bottom: 15px;
	float: left;
}
div.clm4_ div.l_, div.clm4_ div.cl_, div.clm4_ div.cr_, div.clm4_ div.r_ {
	float: left;
	width: 135px;
}
div.clm4_ div.l_, div.clm4_ div.cl_, div.clm4_ div.cr_ {
	margin-right: 20px;
}
/**/

/* 特定メッセージ（インライン） */
.error_ {
	color:#CC0000;
	font-weight:bold;
}
.notice_ {
	color:#993300;
	font-weight:bold;
}
.info_ {
	font-weight:bold;
}
/**/

/* 特定メッセージ（ブロック） */
div.error_, table.error_ {
	background-color:#efefef;
	border:solid 1px #FF0099;
	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: #fff;
	border: solid 1px #666666;
	padding: 10px 20px;
	margin: 10px auto 4px;
	text-align: left;
	width: 560px;
	font-size: 14px;
	line-height: 20px;
}
ul.error_ {
	margin-left: 16px;
}
/**/

/* 共通クラス(ブロック) */
.top_comment_ {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #dee5eb;
	border-bottom: 2px solid #dee5eb;
	background: #fff;
}
.submit_ {
	margin: 20px auto 40px;
	text-align: center;
}
.submit_ input, .submit_ img {
	margin: 0px 16px;
	vertical-align: middle;
}
.message_ {
}
p.message_ {
	margin-bottom: 10px;
}
/* 共通クラス(その他) */
.hidden_ {
	visibility: hidden;
}
.nocell_ {
	border:none!important;
	background-color:transparent!important;
}
.hiddenEnter_ {
	width:0;
	height:0;
}
/* 価格表示 */
.price_pop_ {
	color:#CC0000;
	font-size:10px;
}

.price_box_ {
	text-align: right;
}
.price_ {
	color:  #d62d1b;
	font-size: 16px;
	font-weight:bold;
}

.recommend_more_ {
	text-align: center;
	margin: 40px 0 60px;
}

/* --------------------------------------------------------------------
	common　ヘッドライン
-------------------------------------------------------------------- */
h1.goods_name_ {
	position: relative;
	display: block;
	color: #0251a9;
	font-size: 24px;
	line-height: 28px;
	padding: 6px 0 2px 25px;
	margin: 0 0 20px;
}
h1.goods_name_:before,
h1.goods_name_:after {
	content: "";
	display: block;
	width: 6px;
	height: 50%;
	position: absolute;
	left: 0;
}
h1.goods_name_:before {
	top: 0;
	background: #016eda;
}
h1.goods_name_:after {
	bottom: 0;
	background: #0251a9;
}
h1.category_name_ {
	position: relative;
	color: #0251a9;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	text-align: left;
	padding: 18px 15px 12px 35px;
	margin: 0 0 30px 0;
	background: #fff url(../img/usr/common_h1.png) left top repeat;
}
h1.category_name_:before,
h1.category_name_:after {
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	width: 6px;
	height: -webkit-calc(50% - 10px);
	height: calc(50% - 10px);
}
h1.category_name_:before {
	top: 10px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	background: #016eda;
}
h1.category_name_:after {
	bottom: 10px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	background: #0251a9;
}

h1.category_name_img_ { /* タイトルを画像にした場合 */
	margin-bottom: 10px;
}
h1.optionalcategory_name_ {
	position: relative;
	color: #0251a9;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	text-align: left;
	padding: 18px 15px 12px 35px;
	margin: 0 0 30px 0;
	background: #fff url(../img/usr/common_h1.png) left top repeat;
}
h1.optionalcategory_name_:before,
h1.optionalcategory_name_:after {
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	width: 6px;
	height: -webkit-calc(50% - 10px);
	height: calc(50% - 10px);
}
h1.optionalcategory_name_:before {
	top: 10px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	background: #016eda;
}
h1.optionalcategory_name_:after {
	bottom: 10px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	background: #0251a9;
}
h1.event_name_ {
	text-align: left !important;
	margin: 0 0 20px 0;
	padding: 10px;
	color: #003780;
	font-size: 21px;
	font-weight: normal;
	line-height: 140%;
	border-left: 5px solid #003780;
}
h1.event_name_img_ { /* タイトルを画像にした場合 */
	margin-bottom: 10px;
}
h1.genre_name_ {
	position: relative;
	color: #0251a9;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	text-align: left;
	padding: 18px 15px 12px 35px;
	margin: 0 0 30px 0;
	background: #fff url(../img/usr/common_h1.png) left top repeat;
}
h1.genre_name_:before,
h1.genre_name_:after {
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	width: 6px;
	height: -webkit-calc(50% - 10px);
	height: calc(50% - 10px);
}
h1.genre_name_:before {
	top: 10px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	background: #016eda;
}
h1.genre_name_:after {
	bottom: 10px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	background: #0251a9;
}
h1.genre_name_img_ { /* タイトルを画像にした場合 */
	margin-bottom: 10px;
}
h1.tag_name_ {
	margin: 0 0 20px 0;
	padding: 10px;
	color: #003780;
	font-size: 21px;
	font-weight: normal;
	line-height: 140%;
	border-left: 5px solid #003780;
}
h1.topic_head_ {
	position: relative;
	color: #0251a9;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	text-align: left;
	padding: 18px 15px 12px 35px;
	margin: 0 0 30px 0;
	background: #fff url(../img/usr/common_h1.png) left top repeat;
}
h1.topic_head_:before,
h1.topic_head_:after {
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	width: 6px;
	height: -webkit-calc(50% - 10px);
	height: calc(50% - 10px);
}
h1.topic_head_:before {
	top: 10px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	background: #016eda;
}
h1.topic_head_:after {
	bottom: 10px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	background: #0251a9;
}

/* 汎用ヘッドライン */
.common_headline1_ { /* h1相当 */
	position: relative;
	color: #0251a9;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	text-align: left;
	padding: 18px 15px 12px 35px;
	margin: 0 0 30px 0;
	background: #fff url(../img/usr/common_h1.png) left top repeat;
}
.common_headline1_:before,
.common_headline1_:after {
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	width: 6px;
	height: -webkit-calc(50% - 10px);
	height: calc(50% - 10px);
}
.common_headline1_:before {
	top: 10px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	background: #016eda;
}
.common_headline1_:after {
	bottom: 10px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	background: #0251a9;
}
.common_headline2_ { /* h2相当 */
	color: #fff;
	font-size: 16px;
	text-align: left;
	padding: 11px 20px 9px;
	margin: 0 0 20px;
	background: #0251a9;
}
.loginform_ .common_headline2_ { /* ログインフォームでの場合 */
}
.accessory_list_ .common_headline2_ { /* 関連商品での場合 */
	font-weight: bold;
}
.common_headline3_ { /* h3相当 */
	margin: 0 0 10px 0;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}
.img_headline_ { /* 画像ヘッドラインの場合 */
	margin-bottom: 10px;
}

.accessory_headline2_ {
	text-align: left;
	margin: 0 0 20px;
	background: #0251a9;
}
.accessory_headline2_ span {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 15px;
	letter-spacing: 0.6px;
}

/* --------------------------------------------------------------------
	common　イベント
-------------------------------------------------------------------- */
/* イベントへのリンク */
.event_ {
	width: 100%;
}
.event_banner_ {
	margin: 0 5px 10px 5px;
	float: left;
	display: inline;
}
.event_title_ {
	margin-bottom: 10px;
	clear: both!important;
}
.event_title_img_ {
	text-align: left;
	margin: 0 0 20px;
	background: #0251a9;
}
.event_title_img_ h2 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.event_title_img_ h2 img {
	padding-right: 5px;
}
.event_ .btn_more_,
.rightmenuframe_ .btn_more_ {
	text-align: center;
	margin: 10px auto 60px;
	width: 400px;
}
.event_ .btn_more_ a,
.rightmenuframe_ .btn_more_ a {
	display: block;
	width: 100%;
	background-color: #69ADFA;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 16px 0;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
	letter-spacing: 1px;
}
.event_ .btn_more_ a:hover,
.rightmenuframe_ .btn_more_ a:hover {
	text-decoration: none;
	opacity: 0.7;
	
}
.event_ .btn_more_ a:before,
.rightmenuframe_ .btn_more_ a:before {
	content: url(../img/usr/icon_btn_more.png);
	vertical-align: text-bottom;
	margin-right: 8px;
}

/* --------------------------------------------------------------------
	common　タグ一覧
-------------------------------------------------------------------- */
.side_tag_cloud_ {
}
.side_tag_cloud_ span {
	line-height: 140%;
}
.tag_lowest_ {
	font-size:80%;
}
.tag_low_ {
	font-size:100%;
}
.tag_medium_ {
	font-size:120%;
}
.tag_high_ {
	font-size:144%;
	font-weight:bold;
}
.tag_highest_ {
	font-size: 173%;
	font-weight:bold;
}
/* --------------------------------------------------------------------
	common　タグ詳細
-------------------------------------------------------------------- */
.tag_cloud_ {
}
.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;
	width: 580px;
	overflow: hidden;
	background: #F8F8F8;
	border: 1px solid #CCC;
}
.tag_add_shaping_ h2 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}
.tag_add_shaping_ span {
	margin-right: 10px;
	padding-left:15px;
	float: left;
	white-space: nowrap;
	background: url(../img/usr/icon_tag.gif) 0 center no-repeat;
}
.tag_other_ {
	margin-bottom: 10px;
	padding: 9px;
	width: 580px;
	overflow: hidden;
	background: #F8F8F8;
	border: 1px solid #CCC;
}
.tag_other_ h2 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}
.tag_other_ span {
	margin-right: 10px;
	padding-left:15px;
	float: left;
	white-space: nowrap;
	background: url(../img/usr/icon_tag.gif) 0 center no-repeat;
}
.tag_tree_ {
	margin-bottom: 10px;
	padding: 9px;
	width: 580px;
	overflow: hidden;
	background: #F8F8F8;
	border: 1px solid #CCC;
}
.tag_tree_ h2 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}
.tag_tree_ span {
	margin-right: 10px;
	padding-left:15px;
	float: left;
	white-space: nowrap;
	background: url(../img/usr/icon_tag.gif) 0 center 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.gif) 0 center no-repeat;
	border-bottom: 1px dotted #CCC;
}

/* --------------------------------------------------------------------
	common　ナビゲーション
-------------------------------------------------------------------- */
/* パンくず */
.navitopicpath_ {
	padding: 7px 0 5px;
	border-bottom: 1px solid #cfe1f3;
	background: #dbebfb;
}
.navitopicpath_ .inner_ {
	width: 1200px;
	margin: 0 auto;
	color: #0251a9;
	text-align: left;
}
.navitopicpath_ a {
	font-size: 12px;
	color: #0251a9;
	margin: 0 0.8em;
}
.navitopicpath_ a.topicpath_home_ {
	padding: 0 0 0 28px;
	margin-left: 0;
	background: url(../img/usr/icon_home.png) left top no-repeat;
}
.navitopicpath_ span.current_ {
	color: #222;
	font-size: 12px;
	margin: 0 0.8em;
}
/* ページジャンプ */
.navipage_ {
	text-align:right;
}
.navipage_.top_ {		/* ページジャンプ上部 */
	margin: 20px 0;
	text-align:left;
}
.navipage_.bottom_ {	/* ページジャンプ下部 */
	font-size: 0;
	margin-top: 30px;
}
.navipage_ .navipage_sum_ {
	font-size: 14px;
}
.navipage_ .navipage_sum_ strong {
	font-size: 22px;
	font-weight: normal;
	margin-right: 4px;
	margin-left: 4px;
}
.navipage_ .navipage_range_ {
	margin-left: 5px;
}
.navipage_ .navipage_reverse_ {
}
.navipage_ .navipage_forward_ {
}
.navipage_ .navipage_first_ a {
	text-indent: -9999px;
	background: url(../img/sys/navifirst.png) center center no-repeat;
}
.navipage_ .navipage_prev_ a {
	text-indent: -9999px;
	background: url(../img/sys/naviprev.png) center center no-repeat;
}
.navipage_ .navipage_next_ a {
	text-indent: -9999px;
	background: url(../img/sys/navinext.png) center center no-repeat;
}
.navipage_ .navipage_last_ a {
	text-indent: -9999px;
	background: url(../img/sys/navilast.png) center center no-repeat;
}
.navipage_ .navipage_first_ a:hover {
	background: #0251a9 url(../img/sys/navifirst_hover.png) center center no-repeat;
}
.navipage_ .navipage_prev_ a:hover {
	background: #0251a9 url(../img/sys/naviprev_hover.png) center center no-repeat;
}
.navipage_ .navipage_next_ a:hover {
	background: #0251a9 url(../img/sys/navinext_hover.png) center center no-repeat;
}
.navipage_ .navipage_last_ a:hover {
	background: #0251a9 url(../img/sys/navilast_hover.png) center center no-repeat;
}
.navipage_now_,
.navipage_ a {
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 12px;
	text-align: center;
	text-decoration:none;
	padding: 6px 0;
	margin: 0 4px;
	border: 1px solid #0251a9;
	box-sizing: border-box;
}
.navipage_now_ {
	color: #fff;
	background: #0251a9;
}
.navipage_ a {
}
.navipage_ a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0251a9;
}

/* 絞込み */
.btn_filter_clear_ {
	text-align: left;
	margin-bottom: 10px;
}
.btn_filter_clear_ li {
	display: inline-block;
	margin: 0 8px 10px 0;
	border-bottom: 1px solid #dee5eb;
	background: #fff url(../img/usr/close.png) calc(100% - 10px) center no-repeat;
	border-radius: 2px;
}
.btn_filter_clear_ li.all_clear_ {
	background: #666 url(../img/usr/reload.png) 15px center no-repeat;
}
.btn_filter_clear_ li a,
.btn_filter_clear_ li span {
	display: block;
	color: #222222;
	font-size: 14px;
	text-decoration: none;
	padding: 9px 77px 7px 13px;
}
.btn_filter_clear_ li.all_clear_ a,
.btn_filter_clear_ li.all_clear_ span {
	color: #fff;
	padding: 9px 34px 7px 46px;
}

/* 並び替え */
.navisort_ {
	float: left;
	width: 740px;
	height: 53px;
	padding: 19px 0 19px 10px;
	border-top: 1px solid #cce2f8;
	border-bottom: 1px solid #cce2f8;
	box-sizing: border-box;
	background: #fff;
}
.navisort_:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.navisort_ dt,
.navisort_ dd {
	float: left;
	font-size: 13px;
	line-height: 13px;
}
.navisort_ dt {
	font-weight: bold;
}
.navisort_ dd {
	font-size: 0;
}
.navisort_now_,
.navisort_ a {
	display: inline-block;
	font-size: 13px;
	line-height: 13px;
	border-right: 1px solid #0251a9;
	padding: 0 8px;
	white-space: nowrap;
}
.navisort_now_:last-child,
.navisort_ a:last-child {
	border-right: none;
}
.navisort_now_ {
}

/* 表示切替 */
.navistyle_ {
	float: right;
	width: 150px;
	height: 53px;
	padding: 14.5px 0;
	border-top: 1px solid #cce2f8;
	border-bottom: 1px solid #cce2f8;
	box-sizing: border-box;
	background: #fff;
}
.navistyle_:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.navistyle_ dt,
.navistyle_ dd {
	float: left;
	font-size: 13px;
	line-height: 22px;
}
.navistyle_ dt {
	font-weight: bold;
}
.navistyle_ dd {
	font-size: 0;
	text-align: right;
}
.navistyle_now_,
.navistyle_ a {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-left: 17px;
}
.navistyle_ a.img_T_ {
	background: url(../img/usr/icon_styleT.png) center center no-repeat;
}
.navistyle_ a.img_D_ {
	background: url(../img/usr/icon_styleD.png) center center no-repeat;
}
.navistyle_now_.img_T_ {
	background: url(../img/usr/icon_styleT_active.png) center center no-repeat;
}
.navistyle_now_.img_D_ {
	background: url(../img/usr/icon_styleD_active.png) center center no-repeat;
}

/* ブランド絞込 */
.brand_name_ {
	width: 100%;
	overflow: hidden;
}
.brand_name_now_ {
	color:#CC3300;
	text-decoration:none;
	margin:2px 5px;
	white-space: nowrap;
}
.brand_name_ a {
	margin:2px 5px;
	white-space: nowrap;
}
/* メーカー絞込 */
.maker_name_ {
	width: 100%;
	overflow: hidden;
}
.maker_name_now_ {
	color:#CC3300;
	text-decoration:none;
	margin:2px 2px 2px 2px;
	white-space: nowrap;
}
.maker_name_ a {
	margin:2px 2px 2px 2px;
	white-space: nowrap;
}

/* --------------------------------------------------------------------
	common　フォーム
-------------------------------------------------------------------- */
.formlist_ {
	margin: 0 auto;
	border:1px dotted #CCC;
	border-collapse: collapse;
}
.formlist_ th {
	padding:10px;
	font-weight:bold;
	white-space: nowrap;
	background-color:#FCFCFC;
	border:1px dotted #CCC;
}
.formlist_ td {
	padding:10px;
	font-weight:normal;
	background-color:#FFF;
	border-bottom:1px dotted #CCC;
}
.formlist_ .line0_ {
	background-color:#F8F8F8;
}
.formlist_ .line1_ {
	background-color:#FCFCFC;
}
.formdetail_ {
	border-collapse:collapse;
	margin:0 auto;
}
.formdetail_ th {
	padding:8px;
	text-align: left;
	font-weight:bold;
	vertical-align: top;
	background: #e5e5e5;
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #f2f2f2 0%,#e5e5e5 100%);
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
}
.formdetail_ td {
	padding:8px;
	font-weight:normal;
	vertical-align: top;
	background-color:#FFF;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	line-height: 170%;
}
.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_ {
	height: 16px;
	margin-left: 10px;
	float: right;
	display: inline;
}
.classrequired {
	background: #ffeeee;
}
.subTitle{
	color:#FFF;
	font-size:12px;
	margin-bottom:8px;
	padding:3px 15px;
	background: #3b3b3b;
	background: -ms-linear-gradient(top,  #717171 0%,#3b3b3b 100%);
	background: linear-gradient(to bottom,  #717171 0%,#3b3b3b 100%);
	border-radius: 3px;
	clear:both;
	}
/* --------------------------------------------------------------------
	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
}
