@charset "Shift_JIS";

/* --------------------------------------------------------------------
	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: 1.4;
		background: #FFF url(../img/usr/bg/bg_normal.gif) repeat-x center 83px;
min-width: 1000px;
}
body#toppage{
		background: #FFF url(../img/usr/bg/background_jack.jpg) no-repeat center 83px;
}

body#for_girls{
		background: #FFF url(../img/usr/bg/bg_for_girls.gif)  no-repeat center 83px;
}

ol li {
	margin-left: 2em;
	list-style: decimal;
}
img {
	border: none;
	vertical-align: middle;
}
strong {
	font-weight: bold;
}
input {
	vertical-align: middle;
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	padding: 1px
}
textarea {
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	padding: 1px;
	border:1px solid #999;
	border-radius:5px;
	zoom: 1;
	position:relative;
}

input[type="text"], input[type="search"], input[type="password"]{
	height:1.0em;
	padding:0.6em;
	margin:5px 0;
	border:1px solid #999;
	border-radius:5px;
	position:relative;
}

input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus {
	border:solid 1px #EEA34A;
}

select {
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius:5px;
	height: 28px;
	line-height: 28px;
    padding-left: 0.3em;
    border:1px solid #999;
    /* IE8用 */
    font-size: 14px\9;
	padding-top: 2px\9;
	padding-bottom: 2px\9;
    position:relative;
    zoom: 1;
}

@-moz-document url-prefix() {
    Select {
		height: 28px;
		font-size: 14px;
		padding-top: 2px;
		padding-bottom: 2px;
    }
}


label {
	margin: 3px 20px 0 0px;
	line-height: 17px;
	padding-bottom:3px;
}
/* ラジオボタンデザイン */
/**
input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    width:20px;
    height:20px;
    background:#fff;
    -webkit-box-shadow: 1px 1px 1px 1px inset;
    -webkit-border-radius:10px / 10px;
    position: relative;
    margin-bottom:3px;
	margin-right:5px;
}
*/
/* チェックの印を:before疑似要素を使って作成 */
/**
input[type="radio"]:checked:before {
    position: absolute;
    left: 50%; 
    top: 50%;
    display: block;
    margin: -4px 0 0 -4px;
    -webkit-box-shadow: 1 1px 1px ;
    -webkit-border-radius:10px / 10px;
    content: "";
    width: 9px;
    height: 9px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#000),
        to(#000)
    );
}
*/
input[type="radio"] {
	-webkit-appearance: none;
	position: relative;
	margin-right: 5px;
	border-radius: 14px;
	border: 1px solid #4c4c4c;
	-webkit-box-sizing: border-box;
	width: 18px;
	height: 18px;
	background-color: #ffffff;
	vertical-align: bottom;
}
input[type="radio"]:checked:before {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	margin: -5px 0 0 -5px;
	content: "";
	border-radius: 5px;
	width: 10px;
	height: 10px;
	background-color: #333333;
}

/* チェックボックスデザイン */
/**
input[type="checkbox"]{
    -webkit-appearance:none;
    -moz-appearance: none;
    -ms-appearance: none;
    width:20px;
    height:20px;
    background:#fff;
    -webkit-box-shadow: 1px 1px 1px 1px inset;
    position: relative;
    margin-bottom:3px;
	margin-right:5px;
	width:20px;
	height:20px;
	background:#fff;
	position: relative;
	margin-bottom:3px;
	margin-right:5px;
}
*/
/* タップ後のデザイン */
/**
input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 15px;
    display: block;
    -webkit-box-shadow: 0 1px 1px ;
    content: "";
    width: 10px;
    height: 4px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 15px;
    content: "";
    -webkit-box-shadow: 0 1px 1px ;
    width: 16px;
    height: 4px;
    background: #000;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}
*/
input[type="checkbox"] {
	-webkit-appearance: none;
	position: relative;
	margin-right: 5px;
	border-radius: 3px;
	border: 1px solid #4c4c4c;
	-webkit-box-sizing: border-box;
	width: 20px;
	height: 20px;
	background-color: #ffffff;
}
input[type="checkbox"]:checked {
	background-color: #4c4c4c;
}
input[type="checkbox"]:checked:before {
	position: absolute;
	left: 0;
	top: 14px;
	display: block;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
	content: "";
	width: 10px;
	height: 4px;
	background: #FFFFFF;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
	display: block;
	position: absolute;
	left: 8px;
	top: 14px;
	content: "";
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
	width: 15px;
	height: 4px;
	background: #FFFFFF;
	-webkit-transform: rotate(-53deg);
	-webkit-transform-origin: left center;
}


a:link {
	color:#3366cc;
	text-decoration: none;
}
a:visited {
	color:#3366cc;
	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;
}
.clear_ {
	clear:both;
}
/**/

/* 文整列 */
.lefttext_ {
	text-align: left;
}
.righttext_ {
	text-align: right;
}
.centertext_ {
	text-align: center;
}
/**/

/* 特定メッセージ（インライン） */
.error_ {
	color:#CC0000;
	font-weight:bold;
}
.notice_ {
	color:#993300;
	font-weight:bold;
}
.info_ {
	font-weight:bold;
}
/**/


a.blank_{
	padding-right: 20px;
	background: url(../img/icon/blank.png) no-repeat right center;
	-webkit-background-size: 12px auto;
	     -o-background-size: 12px auto;
	        background-size: 12px auto;
}

/* 特定メッセージ（ブロック） */
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: 10px;
	color: #666;
	font-size: 14px;
	width: 755px;
	word-wrap:break-word;
}
.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;
}
.disp_none_ {
	display: none;
}
.disp_block_ {
	display: block;
}
.txt_linethrough_ {
	text-decoration: line-through;
}
.valign_m_ {
	vertical-align: middle;
}
.left_column_ {
	float: left;
}
.pointer_ {
	cursor: pointer;
}
.fontsize_small_ {
	font-size: small;
}
/* 価格表示 */
.price_pop_ {
	/*color:#CC0000;*/
	font-size:10px;
}
.price_ {
	color:#e60012;
	font-size:14px;
	font-weight:bold;
}
.price_.normal_{
	color:#999999;
	font-size:10px;
	font-weight:normal;
}
/* --------------------------------------------------------------------
	common　ヘッドライン
-------------------------------------------------------------------- */
h1.optimaizedH1{
	display: none; /** add */
}
h2.goods_name_ {
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 0;
	color: #2d313a;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.4;
}
h2.category_name_ {
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 0;
	color: #2d313a;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.4;

}
h2.category_name_img_ { /* タイトルを画像にした場合 */
	margin-bottom: 10px;
}
h2.event_name_ {
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 0;
	color: #2d313a;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.4;

}
h2.event_name_img_ { /* タイトルを画像にした場合 */
	margin-bottom: 10px;
}
h2.genre_name_ {
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 0;
	color: #2d313a;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.4;

}
h2.genre_name_img_ { /* タイトルを画像にした場合 */
	margin-bottom: 10px;
}
h2.topic_head_ {
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 0;
	color: #2d313a;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.4;

}

/* 汎用ヘッドライン */
.common_headline1_ { /* h1相当 */
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 0;
	color: #2d313a;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.4;

}
.col1_ .common_headline1_ { /* .col1_ 1カラムの場合 */
	width: 815px;
}
.mainframe_ .common_headline1_ { /* .mainframe_ 2カラムの場合 */
	width: 755px;
}
.contents_ .mainframe_ .common_headline1_ { /* .contents_ .mainframe_ 3カラムの場合 */
	width: 575px;
}
.common_headline2_ { /* h2相当 */
	margin-bottom: 10px;
	padding: 0 6px 0 15px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	/*background: url(../img/usr/headline/default_806.png) 0 0 no-repeat;*/
	background-color: #4E4F5E; /** add **/

background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #4E4F5E), color-stop(0.00, #595B6A));
background: -webkit-linear-gradient(#595B6A, #4E4F5E);
background: -moz-linear-gradient(#595B6A, #4E4F5E);
background: -o-linear-gradient(#595B6A, #4E4F5E);
background: -ms-linear-gradient(#595B6A, #4E4F5E);
background: linear-gradient(#595B6A, #4E4F5E);
/**
	height: 42px;
	line-height: 42px; */
	height: 40px;
	line-height: 43px;

	-webkit-border-top-right-radius: 5px;
	        border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	        border-top-left-radius: 5px;
}
.loginform_ .common_headline2_ { /* ログインフォームでの場合 */
}
.common_headline3_ { /* h3相当 */
	margin: 0 0 10px 0;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
}
.img_headline_ { /* 画像ヘッドラインの場合 */
	margin-bottom: 10px;
}
/* --------------------------------------------------------------------
	common　イベント
-------------------------------------------------------------------- */
/* イベントへのリンク */
.event_ {
	width: 100%;
	overflow: hidden;
}
.event_banner_ {
	margin: 0 5px 10px 5px;
	float: left;
	display: inline;
}
.event_title_ {
	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;
	clear: both!important;
}
.style_01_ .event_ttl_{
	background: url(../img/usr/headline/common_01_1000.png) 0 0 no-repeat;
	/*height: 52px;*/
	color: #FFF;
	line-height: 52px;
	font-size: 22px;
	padding-left: 15px;

}
.style_02_ .event_ttl_{
	background: url(../img/usr/headline/common_02_1000.png) 0 0 no-repeat;
	/*height: 42px;*/
	color: #FFF;
	line-height: 42px;
	font-size: 20px;
	padding-left: 25px;

}
.style_03_ .event_ttl_{
	background: url(../img/usr/headline/common_03_1000.png) 0 0 no-repeat;
	/*height: 52px;*/
	color: #2d313a;
	line-height: 52px;
	font-size: 20px;
	padding-left: 70px;

}
.event_txt_{
	padding: 20px 15px;
	background: #FFF;
	font-size: 16px;
}

/** add **/
.style_04_
, .style_05_
, .style_06_ {
	width:806px;
}

.style_04_ .event_ttl_{
	background: url(../img/usr/headline/common_01_806.png) 0 0 no-repeat;
	/*height: 52px;*/
	color: #FFF;
	line-height: 52px;
	font-size: 22px;
	padding-left: 15px;

}
.style_05_ .event_ttl_{
	background: url(../img/usr/headline/common_02_1000.png) 0 0 no-repeat;
	/*height: 42px;*/
	color: #FFF;
	line-height: 42px;
	font-size: 20px;
	padding-left: 25px;

}
.style_06_ .event_ttl_{
	background: url(../img/usr/headline/common_03_1000.png) 0 0 no-repeat;
	/*height: 52px;*/
	color: #2d313a;
	line-height: 52px;
	font-size: 20px;
	padding-left: 70px;

}

/* --------------------------------------------------------------------
	common　ナビゲーション
-------------------------------------------------------------------- */
/* パンくず */
.navitopicpath_ {
	margin: 0 0 10px 0;
	clear:both;
}
.navitopicpath_ a {
	margin: 0 0.5em;
}
.navitopicpath_ span.current_ {
	margin: 0 0.5em;
	font-weight: bold;
}

.navitopicpath_ div.block {
	float:left;
}
.navitopicpath_ div {
	float:right;
}

#bread-crumb-list {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
#bread-crumb-list li {
	display: inline;
	font-size: 12px;
}


.navibox_{
	padding: 5px;
	background: #D8D8E0;
	overflow: hidden;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	margin-bottom: 10px;
}
.navibox_ .navipage_sum_{
	padding: 10px;
	font-size: 14px;
}
.navibox_ .navipage_sum_ strong{
	color: #e60012;
	font-size: 18px;
	line-height: 30px;
	padding-right: 5px;
}
/* ページジャンプ */
.navipage_ {
	text-align:right;
	padding: 5px 0;
}
.navipage_.top_ {		/* ページジャンプ上部 */
	margin-bottom: 10px;
}
.navipage_.bottom_ {	/* ページジャンプ下部 */
	margin-bottom: 10px;
/** add */
	background-color: #ffffff;
	padding: 14px 4px;
}

/** add */
.navipage_.top_ {
	text-align:right;
	font-size: 14px;
}
.navipage_.top_ strong{
	color: #e60012;
	font-size: 16px;
	padding-left: 5px;
}


.navipage_ .navipage_first_ a {
		margin-right: 2px;
padding: 8px 13px 8px 25px;
		background:#f1f1f4 url(../img/sys/naviprev.gif) 10px center no-repeat;

}
.navipage_ .navipage_prev_ a {
	/*background:#f1f1f4 url(../img/sys/navifirst.gif) center center no-repeat;*/
	background:#f1f1f4 ;
padding: 8px 13px;
margin-right: 0;
}
.navipage_ .navipage_next_ a {
	/*background:#f1f1f4 url(../img/sys/navilast.gif) center center no-repeat;*/
	background:#f1f1f4 ;
padding: 8px 13px;
margin-left: 0;
}
.navipage_ .navipage_last_ a {
		margin-left: 2px;
padding: 8px 25px 8px 13px;
		background:#f1f1f4 url(../img/sys/navinext.gif) 57px center no-repeat;

}
.navipage_now_ {
	margin:0 2px;
	padding: 8px 13px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background: #e60012;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}
.navipage_ .navipage_reverse_ {
	margin-right: 2px;
}
.navipage_ .navipage_forward_ {
	margin-left: 2px;
}

.navipage_ a {
	margin: 0 2px;
	padding: 8px 13px;
	background-color: #f1f1f4;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
color: #2D313A;
}
.navipage_ a:hover {
/*	text-decoration: none;
	color:#fff;
	background: #e60012;*/
}
/* 並び替え */
.navisort_ {
	margin-left: 20px;
	font-size: 12px;
	overflow: hidden;
	float: right;
}
.navisort_ dt {
	float: left;
	text-align: right;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 10px;
}
.navisort_ dd {
	float: left;
}
.navisort_now_ {
	color:#CC0000;
	text-decoration:none;
	margin:2px 5px;
	white-space: nowrap;
}
.navisort_ a {
	margin:2px 5px;
	white-space: nowrap;
}
/* 表示切替 */
.navistyle_ {

	font-size: 12px;

	overflow: hidden;
	float: right;
}
.navistyle_ dt {
	padding-top: 8px;
	padding-right: 10px;
	float: left;
	text-align: right;
	font-weight: bold;

}
.navistyle_ dd {
	overflow: hidden;
		float: left;
}
.navistyle_ dd p{
	width: 102px;
	float: left;
}
.navistyle_ dd p:first-child{
	width: 101px;
	overflow: hidden;
}
.navistyle_now_ {
	color:#CC0000;
	text-decoration:none;
	white-space: nowrap;
}
.navistyle_ a {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
/* ブランド絞込 */
.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 solid #cfcfcf;
	border-collapse: collapse;
}
.formlist_ th {
	padding:10px;
	font-weight:bold;
	white-space: nowrap;
/**	background-color:#FCFCFC;*/
	background-color:#f3f3f3;
	border-top;:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
}
.formlist_ td {
	padding:10px;
	font-weight:normal;
	background-color:#ffffff;
	border-bottom:1px solid #cfcfcf;
}
.formlist_ .line0_ {
	background-color:#F8F8F8;
}
.formlist_ .line1_ {
	background-color:#FCFCFC;
}
.formdetail_ {
	border-collapse:collapse;
	margin:0 auto;
	border:1px solid #cfcfcf; /** add */
}
.formdetail_ th {
	padding:8px;
	text-align: left;
	font-weight:bold;
/**	vertical-align: top;*/
	vertical-align: middle;
/**	background-color:#F8F8F8;*/
	background-color:#f3f3f3;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
}
.formdetail_.search_ th { /** add */
	vertical-align: middle;
}
.formdetail_ td {
	padding:8px;
	font-weight:normal;
	vertical-align: top;
	background-color:#FFF;
	border-top:1px solid #cfcfcf;
	background-color:#ffffff;
	border-bottom:1px solid #cfcfcf;
}
.formdetailcard_ {
	margin:0 auto;
	margin-left:0px;
	float:none;
	border-collapse:collapse;
}
.formdetailcard_ th {
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	font-weight:bold;
	line-height:15px;
	padding:8px;
/**	background-color:#F8F8F8;*/
	background-color:#f3f3f3;
	white-space:nowrap;
	text-align: left;
}
.formdetailcard_ td {
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	font-weight:normal;
	line-height:15px;
	padding:8px;
	background-color:#ffffff;
}
.formsublist_ {
	border-collapse: collapse;
}
.formsublist_ th {
	border:1px solid #cfcfcf;
	background-color:#FFF;
	font-weight:bold;
	white-space: nowrap;
}
.formsublist_ td {
	border:1px solid #cfcfcf;
	background-color:#ffffff;
	font-weight:normal;
}
table th .must_ {
	margin-left: 10px;
	float: right;
	display: inline;
}
img.must_ {
	height: 16px;
}
.classrequired {
	background: #ffeeee;
}
.classerror {
	background: #ffeeee;
}

/* --------------------------------------------------------------------
	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
}

/* ---------------------------------------------------------------
	width height
--------------------------------------------------------------- */
/*width*/
.width_auto_ {
	width: auto!important;
}
.width_full_ {
	width: 100%!important;
}
.width25per_ {
	width: 25%!important;
}
.width00_ {
	width: 0px!important;
}
.width01_ {
	width: 1px!important;
}
.width02_ {
	width: 2px!important;
}
.width03_ {
	width: 3px!important;
}
.width04_ {
	width: 4px!important;
}
.width05_ {
	width: 5px!important;
}
.width06_ {
	width: 6px!important;
}
.width07_ {
	width: 7px!important;
}
.width08_ {
	width: 8px!important;
}
.width09_ {
	width: 9px!important;
}
.width10_ {
	width: 10px!important;
}
.width11_ {
	width: 11px!important;
}
.width12_ {
	width: 12px!important;
}
.width13_ {
	width: 13px!important;
}
.width14_ {
	width: 14px!important;
}
.width15_ {
	width: 15px!important;
}
.width16_ {
	width: 16px!important;
}
.width17_ {
	width: 17px!important;
}
.width18_ {
	width: 18px!important;
}
.width19_ {
	width: 19px!important;
}
.width20_ {
	width: 20px!important;
}
.width25_ {
	width: 25px!important;
}
.width30_ {
	width: 30px!important;
}
.width35_ {
	width: 35px!important;
}
.width40_ {
	width: 40px!important;
}
.width45_ {
	width: 45px!important;
}
.width50_ {
	width: 50px!important;
}
.width90_ {
	width: 90px!important;
}
.width100_ {
	width: 100px!important;
}
.width150_ {
	width: 150px!important;
}
.width200_ {
	width: 200px!important;
}
.width250_ {
	width: 250px!important;
}
.width300_ {
	width: 300px!important;
}
.width350_ {
	width: 350px!important;
}
.width400_ {
	width: 400px!important;
}
.width450_ {
	width: 450px!important;
}
.width500_ {
	width: 500px!important;
}
.width550_ {
	width: 550px!important;
}
.width590_ {
	width: 590px!important;
}
.width600_ {
	width: 600px!important;
}
.width650_ {
	width: 650px!important;
}
.width700_ {
	width: 700px!important;
}
.width720_ {
	width: 720px!important;
}
.width750_ {
	width: 750px!important;
}
.width800_ {
	width: 800px!important;
}
.width850_ {
	width: 850px!important;
}
.width900_ {
	width: 900px!important;
}
.width950_ {
	width: 950px!important;
}
.width960_ {
	width: 960px!important;
}
.width1000_ {
	width: 1000px!important;
}
/*height*/
.height_auto_ {
	height: auto!important;
}
.height_full_ {
	height: 100%!important;
}
.height00_ {
	height: 0px!important;
}
.height01_ {
	height: 1px!important;
}
.height02_ {
	height: 2px!important;
}
.height03_ {
	height: 3px!important;
}
.height04_ {
	height: 4px!important;
}
.height05_ {
	height: 5px!important;
}
.height06_ {
	height: 6px!important;
}
.height07_ {
	height: 7px!important;
}
.height08_ {
	height: 8px!important;
}
.height09_ {
	height: 9px!important;
}
.height10_ {
	height: 10px!important;
}
.height11_ {
	height: 11px!important;
}
.height12_ {
	height: 12px!important;
}
.height13_ {
	height: 13px!important;
}
.height14_ {
	height: 14px!important;
}
.height15_ {
	height: 15px!important;
}
.height16_ {
	height: 16px!important;
}
.height17_ {
	height: 17px!important;
}
.height18_ {
	height: 18px!important;
}
.height19_ {
	height: 19px!important;
}
.height20_ {
	height: 20px!important;
}
.height25_ {
	height: 25px!important;
}
.height30_ {
	height: 30px!important;
}
.height35_ {
	height: 35px!important;
}
.height40_ {
	height: 40px!important;
}
.height45_ {
	height: 45px!important;
}
.height50_ {
	height: 50px!important;
}
.height100_ {
	height: 100px!important;
}
.height120_ {
	height: 120px!important;
}
.height150_ {
	height: 150px!important;
}
.height200_ {
	height: 200px!important;
}
.height250_ {
	height: 250px!important;
}
.height300_ {
	height: 300px!important;
}
.height350_ {
	height: 350px!important;
}
.height400_ {
	height: 400px!important;
}
.height450_ {
	height: 450px!important;
}
.height500_ {
	height: 500px!important;
}
.height550_ {
	height: 550px!important;
}
.height600_ {
	height: 600px!important;
}
.height650_ {
	height: 650px!important;
}
.height700_ {
	height: 700px!important;
}
.height750_ {
	height: 750px!important;
}
.height800_ {
	height: 800px!important;
}
.height850_ {
	height: 850px!important;
}
.height900_ {
	height: 900px!important;
}
.height950_ {
	height: 950px!important;
}
.height1000_ {
	height: 1000px!important;
}
.mb10_{
	margin-bottom: 10px;
}
.mb20_{
	margin-bottom: 20px;
}
.mt10_{
	margin-top: 10px;
}
.mt20_{
	margin-top: 20px;
}
ul.box_fl_{
overflow: hidden;
margin-right: -2px;
}

ul.box_fl_ >li{
display: inline-block;
float: left;
margin-right: 2px;
margin-bottom: 2px;
}



/** add **/
.accessory_headline2_ { /* h2相当 */
/**
	margin-bottom: 0;
	padding: 0 6px 0 15px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background: #2D313A;
	height: 42px;
	line-height: 42px;
*/
	padding: 0 6px 0 15px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background-color: #4E4F5E; 

background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #4E4F5E), color-stop(0.00, #595B6A));
background: -webkit-linear-gradient(#595B6A, #4E4F5E);
background: -moz-linear-gradient(#595B6A, #4E4F5E);
background: -o-linear-gradient(#595B6A, #4E4F5E);
background: -ms-linear-gradient(#595B6A, #4E4F5E);
background: linear-gradient(#595B6A, #4E4F5E);
	height: 40px;
	line-height: 43px;
	-webkit-border-top-right-radius: 5px;
	        border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	        border-top-left-radius: 5px;
}

div.info_frame_ { /* ログインエラーメッセージ */
	width: 580px;
	margin:4px auto;
	text-align:left;
	background-color: transparent;
}
div.info_frame_top_ {
	background: transparent url(../img/sys/info_frame_top.png) top center no-repeat;
	height: 15px;
	width: 580px;
}
div.info_frame_bottom_ {
	background: transparent url(../img/sys/info_frame_bottom.png) bottom center no-repeat;
	height: 25px;
	width: 580px;
}
div.info_frame_in_ {
	background: transparent url(../img/sys/info_frame_body.png) top center repeat-y;
	padding: 0px 10px 0px 10px;  /* 580-10-10 = 560px（内側） */
}
div.info_frame_ p.info_ {
	margin-bottom: 6px;
}

div.error_{
	background-color: #fff;
	border: solid 2px #f99;
	padding:8px;
	margin:12px auto;
	text-align:left;
	width: 580px;
	border-radius: 5px;
}

div.info_{
	background-color: #fff;
	border: solid 2px #cfcfcf;
	padding:8px;
	margin:12px auto;
	text-align:left;
	width: 580px;
	border-radius: 5px;
}

/* ---------------------------------------------------------------------------
	軌跡メモリアルショップ グローバルメニュー用スタイル
--------------------------------------------------------------------------- */

#header #globalnav ul li.gnav_shop_kiseki > a {
	background-image: url(/img/usr/ekiseki/ekiseki_nav.png);
	background-position: center center;
	width: 134px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#header #globalnav ul li.gnav_shop_kiseki > a.current,
#header #globalnav ul li.gnav_shop_kiseki > a.onchild,
#header #globalnav ul li.gnav_shop_kiseki.current_ > a,
#header #globalnav ul li.gnav_shop_kiseki > a.current,
#header #globalnav ul li.gnav_shop_kiseki > a.onchild,
#header #globalnav ul li.gnav_shop_kiseki > a:hover {
	background-color: rgba(255,255,255,0.3);
}

#header #fixheader ul li.fltnav_shop_kiseki > a {
	background-image: url(/img/usr/ekiseki/ekiseki_nav.png);
	background-position: center center;
	width: 140px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#header #fixheader ul li.fltnav_shop_kiseki > a.current_, #header #fixheader ul li.fltnav_shop_kiseki > a.onchild, #header #fixheader ul li.fltnav_shop_kiseki > a:hover {
	background-color: rgba(255,255,255,0.3);
}