@charset "utf-8";

/* --------------------------------------------------------------------
	common　共通エレメント
-------------------------------------------------------------------- */
body {
	margin: 0;
	color:#333333;
	text-align:center;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height: 140%;
	background: #FFF;
}
ol li {
	margin-left: 2em;
	list-style: decimal;
}
img {
	border: none;
	vertical-align: middle;
}

a:hover img,
input:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
}
.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:#003780;
	text-decoration: underline;
}
a:visited {
	color:#003780;
	text-decoration: underline;
}
a:active {
	color:#003780;
	text-decoration: underline;
}
a:hover {
	color:#003780;
	text-decoration: underline;
}



/* --------------------------------------------------------------------
	common　汎用クラス
-------------------------------------------------------------------- */
/* 文字サイズ */
.large_ {
	font-size: 14px;
}

.normal_ {
	font-size: 12px;
}

.xlarge_ {
	font-size: 16px;
}
.small_ {
	font-size: 10PX;
}
.xsmall_ {
	font-size: 8px;
}
/**/

/* 間隔 */
.padb20 {
	padding-bottom:20px;
}

.center20 {
	padding:20px 0;
	text-align:center;
	margin:20px 0;
}
/**/
/* フロート */
.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;
}



.customer_ .info {
    background-image: url("../img/usr/img_headericon.gif");
    background-position: 0 center;
    background-repeat: no-repeat;
    float: right;
    margin-left: 10px;
    padding-left: 10px;
	font-weight:bold;
}


.centertext_ {
	text-align: center;
}
/**/

/* 特定メッセージ（インライン） */
.red_ {
	color:#CC0000;
	font-weight:bold;
	font-size:10px;
}
.error_ {
	color:#CC0000;
	font-weight:bold;
}
.notice_ {
	color:#993300;
	font-weight:bold;
}
.info_ {
	font-weight:bold;
}

.through {
	text-decoration:line-through;
	color:#666666;
	font-size:10px;
}


/**/

/* 特定メッセージ（ブロック） */
div.error_, table.error_ {
	background-color: #efefef;
	border: solid 1px #FF0099;
	padding: 8px;
	margin: 4px auto;
	text-align: left;
}
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;
}

.pagetop{
	padding:20px 0;
	text-align:right;
}
/**/

/* 共通クラス(ブロック) */
.top_comment_ {
	margin-bottom: 30px;
	border-bottom: 2px #7f7f7f solid;
	padding-bottom: 10px;
}
.submit_ {
	margin: 0px auto 40px;
	text-align: center;
}
.submit_ input, .submit_ img {
	margin: 0px 16px;
	vertical-align: middle;
}
.message_ {
margin-bottom: 30px;
}
p.message_ {
	margin-bottom: 10px;
}
/* 共通クラス(その他) */
.hidden_ {
	visibility: hidden;
}
.nocell_ {
	border:none!important;
	background-color:transparent!important;
}
.hiddenEnter_ {
	width:0;
	height:0;
}
/* 価格表示 */
.price_pop_ {
	color:#ff0000;
	font-size:10px;
}

.price_sale_{
	color:#ff0000;
	font-weight:bold;
	font-size:10px;
}

.price_through_{
	color:#666666;
	font-size:10px;
	text-decoration:line-through;
	
}

.price_ {
	font-size:10px;
	white-space:nowrap;
}
/* --------------------------------------------------------------------
	common　ヘッドライン
-------------------------------------------------------------------- */
h1.goods_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.category_name_ {
	margin: 0 0 20px 0;
	padding: 10px 10px 10px 0;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #cccccc;
}
h1.category_name_img_ { /* タイトルを画像にした場合 */
	margin-bottom: 10px;
}
h1.event_name_ {
	margin: 0 0 20px 0;
	padding: 10px 10px 10px 0;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #cccccc;
}
h1.event_name_img_ { /* タイトルを画像にした場合 */
	margin-bottom: 10px;
}
h1.genre_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.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_ {
	background-image: url("../img/usr/bg_h1_1calam.gif");
    background-repeat: no-repeat;
    font-size: 21px;
    font-weight: normal;
    line-height: 140%;
    margin: 0 0 40px;
    padding: 5px 8px 12px 35px;
}

/* 汎用ヘッドライン */
.common_headline1_ { /* h1相当 */
	margin: 0 0 40px 0;
	padding: 5px 8px 12px 35px;
	font-size: 21px;
	font-weight: normal;
	line-height: 140%;
	background-image: url(../img/usr/bg_h1_1calam.gif);
	background-repeat: no-repeat;
}
.col1_ .common_headline1_ { /* .col1_ 1カラムの場合 */
margin: 30px 0 40px 0;
width: 840px;
}
.mainframe_ .common_headline1_ { /* .mainframe_ 2カラムの場合 */
	width: 755px;
}

.common_headline2_ { /* h2相当 */
	margin-bottom: 10px;
	padding: 5px 8px 12px 35px;
	font-size: 14px;
	font-weight: bold;
	background: url(../img/usr/common_h2.png) 0 0 no-repeat;
}

.loginform_ .common_headline2_ { /* ログインフォームでの場合 */
}


.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;
}
/* --------------------------------------------------------------------
	common　イベント
-------------------------------------------------------------------- */
/* イベントへのリンク */
.event_ {
	overflow: hidden;
	width: 100%;
}
.event_banner_ {
	padding: 0 0px 20px 0px;
	display: block;
    float: left;
}
.event_title_ {
	margin-bottom: 10px;
	padding: 0px 8px 12px 35px;
	font-size: 16px;
	font-weight: bold;
	background: url(../img/usr/common_h2.png) 0 0 no-repeat;
	clear: both!important;
}

/* --------------------------------------------------------------------
	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_ {
	margin: 0 0 10px 0;
	background-color: #fafafa;
	padding: 5px;
}
.navitopicpath_ a {
	margin: 0 0.5em;
}


.navitopicpath_ span.current_ {
	margin: 0 0.5em;
	font-weight: bold;
}
/* ページジャンプ */
.navipage_ {
	text-align: right;
	padding: 5px 0;
}
.navipage_.top_ {		/* ページジャンプ上部 */
	border-top: 7px solid #D9D9D9;
    margin-bottom: 10px;
    padding-top: 15px;

}
.navipage_.bottom_ {	/* ページジャンプ下部 */
	border-bottom: 7px solid #D9D9D9;
    margin-bottom: 10px;
    padding-bottom: 15px;
}
.navipage_ .navipage_sum_ {
	text-align: left;
	float: left;
}
.navipage_ .navipage_sum_ strong {
	font-weight:bold;
	font-size:16px;
}

.navipage_ .navipage_first_ a {
	padding-left: 18px;
	
}
.navipage_ .navipage_prev_ a {
	padding-left: 12px;
	
}
.navipage_ .navipage_next_ a {
	padding-right: 12px;
	
}
.navipage_ .navipage_last_ a {
	padding-right: 18px;
	
}
.navipage_now_ {
	margin: 0 1px;
	padding: 2px 7px;
	font-weight: bold;
	text-decoration: none;

}
.navipage_ .navipage_reverse_ {
	margin-right: 5px;
}
.navipage_ .navipage_forward_ {
	margin-left: 5px;
}
.navipage_ a {
	margin: 0 1px;
	padding: 2px 7px;
	background-color: #FFF;
	text-decoration: none;
}
.navipage_ a:hover {
	text-decoration: underline;
}
/* 並び替え */
.navisort_ {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
}
.navisort_ dt {
	float: left;
	text-align: right;
	font-weight: bold;
	width: 8em;
}
.navisort_ dd {
	margin-left: 8em;
}
.navisort_now_ {
	color:#CC0000;
	text-decoration:none;
	margin:2px 5px;
	white-space: nowrap;
}
.navisort_ a {
	margin:2px 5px;
	white-space: nowrap;
}
/* 表示切替 */
.navistyle_ {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	width: 100%;
	overflow: hidden;
}

.navistyle_.top_{
    border-bottom: 7px solid #D9D9D9;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.navistyle_ dt {
	float: left;
	text-align: right;
	width: 5em;
}
.navistyle_ dd {
	margin-left: 8em;
}
.navistyle_now_ {
	text-decoration: none;
	margin: 2px 5px;
	
	font-weight: bold;
}
.navistyle_ a {
	margin:2px 5px;
	
}

.navistyle_ .active {
	font-weight:bold;
	
}
/* ブランド絞込 */
.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 30px;
	border:1px dotted #CCC;
	border-collapse: collapse;
}
.formlist_ th {
	padding:10px;
	font-weight:bold;
	white-space: nowrap;
	background-color:#F1F1F1;
	border:1px dotted #CCC;
	vertical-align:middle;
}
.formlist_ td {
	padding:10px;
	font-weight:normal;
	background-color:#FFF;
	border-bottom:1px dotted #CCC;
}

.formlist_ th{
	text-align:center
	}



.formlist_ .line0_ {
	background-color:#F8F8F8;
}
.formlist_ .line1_ {
	background-color:#FCFCFC;
}
.formdetail_ {
	border-collapse:collapse;
	margin:0 auto 30px;
}
.formdetail_ th {
    padding: 5px 5px 5px 15px;
	text-align: left;
	font-weight:bold;
	vertical-align: top;
	background-color:#F1F1F1;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	vertical-align:middle;
}
.formdetail_ td {
	padding:8px;
	font-weight:normal;
	vertical-align: top;
	background-color:#FFF;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
}
.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
}
