@charset "Shift_JIS";

/* --------------------------------------------------------------------
	common　共通エレメント
-------------------------------------------------------------------- */
body {
	margin: 0;
	color:#323232;
	text-align:center;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	line-height: 1.4;
	background: #FFF;
}
ol li {
	margin-left: 2em;
	list-style: decimal;
}
img {
	line-height: 0;
	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:#747473;
	text-decoration: underline;
}
a:visited {
	color:#747473;
	text-decoration: underline;
}
a:active {
	color:#51b33c;
	text-decoration: underline;
}
a:hover {
	color:#51b33c;
	text-decoration: underline;
}
/* --------------------------------------------------------------------
	common　汎用クラス
-------------------------------------------------------------------- */
/* 文字サイズ */
.large_ {
	font-size: 120%;
}
.xlarge_ {
	font-size: 144%;
}
.small_ {
	font-size: 80%;
}
.xsmall_ {
	font-size: 64%;
}
/**/

/* 文字ウェイト */
.normalweight_ {
	font-weight: normal;
}
.boldweight_ {
	font-weight: bold;
}
/**/

/* フロート */
.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;
}
/**/

/* マージン */
.mt10_ {
	margin-top: 10px;
}
.mb10_ {
	margin-bottom: 10px;
}

/* 特定メッセージ（インライン） */
.error_ {
	color:#CC0000;
	font-weight:bold;
}
.notice_ {
	color:#993300;
	font-weight:bold;
}
.info_ {
	font-weight:bold;
}
.important_msg_ {
	border:3px solid #e4e4e4;
	background-color:#fafafa;
	padding:10px;
	line-height:1.7;
}
.important_msg_ span {
	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:#efefef;
	border:solid 1px #666666;
	padding:8px;
	margin:4px auto;
	text-align:left;
	width: 560px;
}
ul.error_ {
	margin-left: 16px;
}
/**/

/* 共通クラス(ブロック) */
.top_comment_ {
	margin-bottom: 20px;
}
.submit_ {
	margin: 20px auto;
	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_ {
}
.price_ {
}
/* --------------------------------------------------------------------
	common　ヘッドライン
-------------------------------------------------------------------- */
h1.goods_name_ {
	margin-bottom:20px;
	color: #51B33C;
	font-size: 120%;
	font-weight:bold;
}
h1.category_name_ {
	margin-bottom:20px;
	padding:0 0 20px 36px;
	border-bottom:1px solid #e4e4e4;
	background:url(../img/usr/icon_h1.gif) left top no-repeat;
	font-size: 160%;
	font-weight:bold;
}
h1.category_name_img_ { /* タイトルを画像にした場合 */
	margin-bottom: 20px;
}
h1.event_name_ {
	margin-bottom:20px;
	padding:0 0 20px 36px;
	border-bottom:1px solid #e4e4e4;
	background:url(../img/usr/icon_h1.gif) left top no-repeat;
	font-size: 160%;
	font-weight:bold;
}
h1.event_name_img_ { /* タイトルを画像にした場合 */
	margin-bottom: 20px;
}
h1.genre_name_ {
	margin-bottom:20px;
	padding:0 0 20px 36px;
	border-bottom:1px solid #e4e4e4;
	background:url(../img/usr/icon_h1.gif) left top no-repeat;
	font-size: 160%;
	font-weight:bold;
}
h1.genre_name_img_ { /* タイトルを画像にした場合 */
	margin-bottom: 20px;
}
h1.salon_name_ {
	margin-bottom:20px;
	padding:0 0 20px 36px;
	border-bottom:1px solid #e4e4e4;
	background:url(../img/usr/icon_h1.gif) left top no-repeat;
	font-size: 160%;
	font-weight:bold;
}
h1.salon_name_img_ { /* タイトルを画像にした場合 */
	margin-bottom: 20px;
}
h1.tag_name_ {
	margin-bottom:20px;
	padding:0 0 20px 36px;
	border-bottom:1px solid #e4e4e4;
	background:url(../img/usr/icon_h1.gif) left top no-repeat;
	font-size: 160%;
	font-weight:bold;
}
h1.topic_head_ {
	margin-bottom:20px;
	padding:0 0 20px 36px;
	border-bottom:1px solid #e4e4e4;
	background:url(../img/usr/icon_h1.gif) left top no-repeat;
	font-size: 160%;
	font-weight:bold;
}

/* 汎用ヘッドライン */
.common_headline1_ { /* h1相当 */
	margin-bottom:20px;
	padding:0 0 20px 36px;
	border-bottom:1px solid #e4e4e4;
	background:url(../img/usr/icon_h1.gif) left top no-repeat;
	font-size: 160%;
	font-weight:bold;
}
.col1_ .common_headline1_ { /* .col1_ 1カラムの場合 */
}
.mainframe_ .common_headline1_ { /* .mainframe_ 2カラムの場合 */
}
.contents_ .mainframe_ .common_headline1_ { /* .contents_ .mainframe_ 3カラムの場合 */
}
.common_headline1_img_ { /* 画像 */
	margin-bottom: 20px;
}
.common_headline2_ { /* h2相当 */
	margin-bottom:20px;
	padding:7px 0 7px 28px;
	background:#f7f7f7 url(../img/usr/ttl_h2.gif) left top no-repeat;
	font-weight:bold;
	font-size:15px;
}
.common_headline2_img_ { /* 画像 */
	margin-bottom: 20px;
}
.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: 20px;
}
/* --------------------------------------------------------------------
	common　イベント
-------------------------------------------------------------------- */
/* イベントへのリンク */
.event_ {
	width: 740px;
	overflow: hidden;
}
.event_banner_ {
	margin: 0 20px 30px 0;
	float: left;
	display: inline;
}
.event_title_ {
	margin-bottom: 20px;
	padding: 15px 10px 5px 30px;
	font-size: 160%;
	font-weight: bold;
	background: url(../img/usr/h2_event_title.png) left top 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: 700px;
	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: 700px;
	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: 700px;
	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　ナビゲーション
-------------------------------------------------------------------- */
/* パンくず */
.topicpath_ {
	margin: 0 0 15px;
	text-align: left;
	width: 100%;
	overflow: hidden;
}
.topicpath_ li {
	padding: 0 10px 0 20px;
	display: inline;
	font-size: 80%;
	background: url(../img/usr/arrow_gray.png) left center no-repeat;
}
.topicpath_ li#topicpath_home {
	padding-left: 0;
	background: none;
}
.topicpath_ li.current_ {
}
/*--------------------- 絞り込み ---------------------*/
table.goods_filter_ {
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid #E4E4E4;
	border-collapse: collapse;
}
table.goods_filter_ th {
	padding: 9px;
	text-align: left;
	font-weight: normal;
	width: 4.5em;
	background: #EEEEEE;
	border: 1px solid #E4E4E4;
	border-collapse: collapse;
}
table.goods_filter_ td {
	padding: 9px;
	background: #F7F7F7;
	border: 1px solid #E4E4E4;
	border-collapse: collapse;
}
table.goods_filter_ td ul li {
	padding: 0 0.5em;
	display: inline;
}
table.goods_filter_ td ul li a {
	white-space: nowrap;
}
table.goods_filter_ td ul li span.current_ {
	color: #747474;
	font-weight: bold;
}
/* 表示形式 */
ul.display_list_ li a,
ul.display_list_ li span.current_ {
	padding-left: 18px;
}
#display_styleP_ a,
#display_styleP_ span.current_ {
	background: url(../img/sys/icon_display_picup.png) left center no-repeat;
}
#display_styleS_ a,
#display_styleS_ span.current_ {
	background: url(../img/sys/icon_display_detaillist.png) left center no-repeat;
}
#display_styleT_ a,
#display_styleT_ span.current_ {
	background: url(../img/sys/icon_display_thumnail.png) left center no-repeat;
}
/**/
/* 並べ替え */
ul.sort_list_ li a,
ul.sort_list_ li span.current_ {
	padding-left: 10px;
	background: url(../img/sys/icon_sort.png) left center no-repeat;
}
/**/

/* ページジャンプ */
.navipage_ {
	text-align:right;
}
.navipage_.top_ {		/* ページジャンプ上部 */
	margin-bottom: 30px;
}
.navipage_.bottom_ {	/* ページジャンプ下部 */
	margin-bottom: 30px;
}
.navipage_ .navipage_sum_ {
	padding: 1px 1em 0 0;
	display: inline;
}
.navipage_ ul {
	display: inline;
}
.navipage_ ul li {
	display: inline;
}
.navipage_ ul li a,
.navipage_ ul li span.current_{
	padding: 0 0.3em;
	border: 1px solid #E4E4E4;
}
.navipage_ ul li span.current_ {
	font-weight: bold;
}
.navipage_ ul li a:hover {
	background-color: #F7F7F7;
}
.navipage_ ul li.first_ a {
	padding-left: 19px;
	background: url(../img/usr/icon_first.png) left center no-repeat;
}
.navipage_ ul li.prev_ a {
	padding-left: 12px;
	background: url(../img/usr/icon_prev.png) left center no-repeat;
}
.navipage_ ul li.next_ a {
	padding-right: 12px;
	background: url(../img/usr/icon_next.png) right center no-repeat;
}
.navipage_ ul li.last_ a {
	padding-right: 19px;
	background: url(../img/usr/icon_last.png) right center no-repeat;
}

/* --------------------------------------------------------------------
	common　フォーム
-------------------------------------------------------------------- */
.formlist_ {
	margin: 0 auto;
	border:1px solid #E4E4E4;
	border-collapse: collapse;
}
.formlist_ th {
	padding:10px;
	font-weight:bold;
	white-space: nowrap;
	background-color:#FCFCFC;
	border:1px solid #E4E4E4;
}
.formlist_ td {
	padding:10px;
	font-weight:normal;
	background-color:#FFF;
	border:1px solid #E4E4E4;
}
.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-color:#F8F8F8;
	border:1px solid #E4E4E4;
	border:1px solid #E4E4E4;
}
.formdetail_ td {
	padding:8px;
	font-weight:normal;
	vertical-align: top;
	background-color:#FFF;
	border:1px solid #E4E4E4;
	border:1px solid #E4E4E4;
}
.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
}