@charset "Shift_JIS";

/* --------------------------------------------------------------------
	common　共通エレメント
-------------------------------------------------------------------- */
body {
	margin: 0;
	color:#221814;
	text-align:center;
	font-family: Arial,Helvetica,"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:12px;
	line-height: 180%;
	background: #FFF;
}
ol li {
	margin-left: 2em;
	list-style: decimal;
}
img {
	border: none;
	vertical-align: middle;
}
strong {
	font-weight: bold;
}
input {
	vertical-align: middle;
	font-size: 1em;
	padding: 1px;
}
textarea {
	font-size: 1em;
	padding: 1px;
	border:1px solid #221814;
	border-radius:5px;
	zoom: 1;
	position:relative;
}

input[type="text"], input[type="search"], input[type="password"]{
	height:1.0em;
	padding: 0.8em 0 0.8em 0.5em;
	margin:5px 0;
	border:1px solid #221814;
	border-radius:5px;
	position:relative;
}

input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus {
	border:solid 1px #EEA34A;
}

.select_{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border-radius:5px;
	height: 33px;
    border:1px solid #000;
	background: #fff;
}
.easy-select-box .esb-displayer{
	background: url(../img/usr/select_arrow.png) 85% center no-repeat;
	width: auto;
	line-height: 33px;
	height: 33px;
	text-indent: 8px;
	padding: 0;
	cursor: default;
}
.select_ .easy-select-box .esb-displayer{
	background: url(../img/usr/select_arrow.png) 95% center no-repeat;
	padding: 0;
}
.formdetail_ td > span,
#add_use_store > span input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 130%;
	height: 37px;
    padding: 0 2.4em 0 0;
	box-shadow: none;
	border: none;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	display: inline-block;
	background: rgba(0,0,0,0);
}
.formdetail_ td.valign_m_ > span{
	padding: 0;
}
#add_use_store{
	width: 60%;
	min-width: 50%;
	margin-top: 10px;
	display: inline-block;
}
#add_use_store > span{
	display: block;
	 padding: 0;
	 margin-bottom: 5px;
}
#add_use_store > span > span{
	display: inline-block;
	  width: 78%;
	margin-right: 10px;
}
#add_use_store > span input[type="button"] {
	display: inline-block;
	margin: 0;
	width: 24px;
	padding: 2px 15px;
	background: #C9C9CA;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.formdetail_ td > span{
	display: inline;
}
.formdetail_ td > span.select_{
	display: block;
	padding-left: 0;
}
.formdetail_ td > span.select_ .easy-select-box,
.formdetail_ td > span.efo .easy-select-box{
    border:1px solid #221814;
	border-radius:5px;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
select::-ms-expand {
  display: none;
}
.select_ > select:not(:target) {
	width: 145%\9;
}
label {
}
.easy-select-box .esb-dropdown{
	display: none;
	background: #fff;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	position: absolute;
	z-index: 300;
	margin-top: -3px;
	margin-left: -1px;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	width: auto;
	padding-right: 2px;
}
.customer_ .easy-select-box .esb-dropdown,
/*.card_wrapper_ .easy-select-box .esb-dropdown,*/
select#pointpay_num ~ .easy-select-box .esb-dropdown,
select[name="date_detail_spec"] ~ .easy-select-box .esb-dropdown,
select[name="card_y"] ~ .easy-select-box .esb-dropdown,
select[name="card_m"] ~ .easy-select-box .esb-dropdown{
	padding-right: 0;
}
table.customer_  .easy-select-box .esb-dropdown,
table.formdetail_ .easy-select-box .esb-dropdown{
	border-bottom:1px solid #221814;
	border-left:1px solid #221814;
	border-right:1px solid #221814;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
.easy-select-box  .esb-item{
	padding-left: 5px;
}
#selectsize .easy-select-box  .esb-item:first-of-type,
.easy-select-box  .esb-item:first-of-type,
.card_wrapper_ .easy-select-box  .esb-item:first-of-type:hover,
.point_use_right_ .easy-select-box  .esb-item:first-of-type:hover{
	color: #fff;
}
.easy-select-box .esb-item:hover{
	background: #000;
	color: #fff;
	text-decoration: none;
	cursor: default;
}
#selectsize .easy-select-box .esb-item:first-of-type:hover,
.card_wrapper_ .easy-select-box  .esb-item:first-of-type,
.point_use_right_ .easy-select-box  .esb-item:first-of-type,
.easy-select-box .esb-item:first-of-type:hover{
	color: #000;
}
/*並び替え*/
#colum_select #selectsize .easy-select-box  .esb-item:first-of-type{
	color: #000;
}
#colum_select #selectsize .easy-select-box .esb-item:first-of-type:hover{
	color: #fff;
}
/*年月日*/
table.customer_ .easy-select-box{
	border: 1px solid #221814;
	border-radius: 5px;
	vertical-align: bottom;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.order_ .easy-select-box .esb-item{
}
span.is_required .easy-select-box .esb-item{
}
/* ラジオボタン、チェックボックスデザイン */
input[type="radio"],
input[type="checkbox"]{
	display: none;
}
.radio_,
.checkbox_{
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	padding-left: 17px;
	cursor: default;
}
.radio_:before,
.checkbox_:before{
	transition: border-color 0.2s linear;
	-webkit-transition: border-color 0.2s linear;
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	content: ' ';
	width: 12px;
	height: 12px;
	border: 1px solid #221814;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fff;
}
.radio_:before,
.radio_:after{
	border-radius: 10px;
}
.radio_:after,
.checkbox_:after{
	transition: border-color 0.2s linear;
	-webkit-transition: border-color 0.2s linear;
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
	content: ' ';
	width: 12px;
	height: 12px;
	opacity: 0;
}
.radio_:after{
	background: #000;
}
.checkbox_:after{
	background: url(../img/sys/radio_on.png) 0 -1px no-repeat;
}
input[type="radio"]:checked + .radio_:after,
input[type="checkbox"]:checked + .checkbox_:after{
	opacity: 1;
}
/* ラジオボタンデザイン */
/*input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    width:10px;
    height:10px;
    background:#f00;
    position: relative;
    margin-bottom:3px;
	margin-right:5px;
	display: block;
}*/

/* チェックの印を:before疑似要素を使って作成 */
/*input[type="radio"]:checked:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    background: url(../img/sys/radio_on.png) center -1px no-repeat;
}
*/
/* チェックボックスデザイン */
/*input[type="checkbox"]{
    -webkit-appearance:none;
    -moz-appearance: none;
    -ms-appearance: none;
    width:10px;
    height:10px;
    background:#f00;
    position: relative;
    margin-bottom:3px;
	margin-right:5px;
}*/
/* タップ後のデザイン */
/*input[type="checkbox"]:checked:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    background: url(../img/sys/radio_on.png) -1px -3px no-repeat;
}*/

/*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;
}*/


a:link {
	color:#221814;
	text-decoration: none;
}
a:visited {
	color:#221814;
	text-decoration: none;
}
a:active {
	color:#221814;
	text-decoration: underline;
}
a:hover {
	color:#E50011;
	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;
}
/**/

/*ボーダー*/
.noborderT_{
	border-top: none !important;
}
.noborderB_{
	border-bottom: none !important;
}
.noborderL_{
	border-left: none !important;
}
.noborderR_{
	border-right: none !important;
}
/**/

/* 特定メッセージ（インライン） */
.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_ {
	letter-spacing: normal;
	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;
}

.submit_ {
	margin: 20px auto;
	text-align: center;
	overflow: hidden;
}
.wrapper_ > .submit_ a:first-of-type{
	margin-right: 20px;
}
.submit_ input, .submit_ img {
	margin: 0px 16px;
	vertical-align: middle;
	cursor: pointer;
}
.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:19px;
}
.price_ {
}
.alert_{
	color:#CC0000;
}
/*ボタン*/
.btn_{
	display: inline-block;
	border-radius: 5px;
	border: 1px #000 solid;
	padding: 8px 5px;
	text-align: center;
	background: #fff;
	min-width: 100px;
}
.btn_{
	color: #000;
}
.btn_:hover{
	text-decoration: none;
	color: #221814;
}
input[type="submit"].btn_{
	padding: 10px 5px;
	background: #FFFFFF;
	border-style: none;
	border-radius: 5px;
	border: 1px solid #000;
}
.glay_,
input[type="submit"].glay_{
	background: #c9c9ca;
	border: #c9c9ca 1px solid;
	color: #fff;
	cursor: pointer;
}
a.glay_,
a.glay_:link{
	color: #fff;
}
.red_,
input[type="submit"].red_{
	background: #e50011;
	border: #e50011 1px solid;
	color: #fff;
	cursor: pointer;
	min-width: 150px;
	padding: 10px 5px;
}
input[type="button"].red_:hover{
	color: #fff;
}
.red_:link{
	color: #fff;
}

.graybtn2_{
	margin: 0;
	height: 37px;
	line-height: 37px;
	padding: 3px 10px;
	float: right;
	background: #dcdcdd;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	display: block;
	font-size: 12px;
	color: #221814;
	font-weight: bold;
	text-align: center;
	min-width: 100px;	
}
/**/
/* --------------------------------------------------------------------
	common　ヘッドライン
-------------------------------------------------------------------- */
.contents_ h2,
.dv_rc_title{
	font-weight: bold;
	font-size: 14px;
}
h1.optimaizedH1{
}
h2.goods_name_,
h2.event_name_,
h2.category_name_,
h2.genre_name_,
h2.topic_head_ {
	margin: 0 0 20px 0;
	font-weight: bold;
	line-height: 140%;
}
div#goods_return ~ h2.goods_name_,
div#goods_return ~ h2.event_name_,
div#goods_return ~ h2.category_name_,
div#goods_return ~ h2.genre_name_,
div#goods_return ~ h2.topic_head_,
div#goods_return ~ h2.category_name_img_,
div#goods_return ~ h2.event_name_img_,
div#goods_return ~ h2.genre_name_img_,
div#goods_return ~ h2.staff_snap_name_img_{
	margin-top: 50px;
}
h2.category_name_img_ img,
h2.event_name_img_ img,
h2.genre_name_img_ img{
	width: 100%;
}


h2.category_name_ {
}
h2.category_name_img_ { /* タイトルを画像にした場合 */
	margin-bottom: 10px;
}
h2.event_name_ {
}
h2.event_name_img_ { /* タイトルを画像にした場合 */
	margin-bottom: 10px;
}
h2.genre_name_ {
}
h2.genre_name_img_ { /* タイトルを画像にした場合 */
	margin-bottom: 10px;
}
h2.topic_head_ {
}

/* 汎用ヘッドライン */
.common_headline1_,
body > .common_headline2_  { /* h1相当 */
	margin-bottom:30px;
	font-size: 16px;
	font-weight: bold;
}
.col1_ .common_headline1_ { /* .col1_ 1カラムの場合 */
	width: 815px;
}
.mainframe_ .common_headline1_ { /* .mainframe_ 2カラムの場合 */
	width: 755px;
}
#header ~ .common_headline1_{
	margin-top: 50px;
}
.contents_ .mainframe_ .common_headline1_ { /* .contents_ .mainframe_ 3カラムの場合 */
}
.common_headline2_ { /* h2相当 */
	background: #EEEFEF;
	margin: 0px 0px 20px 0px;
	padding: 12px 10px;
	font-weight: bold;
}
.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_ {
	width: 100%;
	overflow: hidden;
}
.event_banner_ {
	margin: 0 5px 10px 5px;
	float: left;
	display: inline;
}
.event_title_,
#block_of_top_free2 h2 {
	width: 100%;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	vertical-align: middle;
	background: #dedfdf;
	letter-spacing: normal;
	text-indent: 0.5em;
	margin-bottom: 15px;
}

/* --------------------------------------------------------------------
	common　ナビゲーション
-------------------------------------------------------------------- */
/* パンくず */
.navitopicpath_ {
	margin: 0 0 10px 0;
	position: absolute;
	top: -20px;
	left: 0;
}
.navitopicpath_ a {
	margin: 0 0.5em;
}
.navitopicpath_ li:first-of-type a,
div.navitopicpath_ > a:first-of-type{
	margin: 0 0.5em 0 0;
}
.navitopicpath_ span.current_ {
	margin: 0 0.5em;
}

.navitopicpath_ div.block {
	float:left;
}
.navitopicpath_ div {
	float:right;
}

#bread-crumb-list {
	width: 100%;
	float: left;
}
#bread-crumb-list li {
	display: inline;
}

/* ページジャンプ */
.navipage_ {
	text-align:right;
	padding: 5px 0;
}
.navipage_.top_ {		/* ページジャンプ上部 */
	margin-bottom: 10px;
}
.navipage_.bottom_ {	/* ページジャンプ下部 */
	margin-bottom: 10px;
}
.navipage_ .navipage_sum_ {
}
.navipage_ .navipage_first_ a {
	padding-left: 18px;
	background: url(../img/sys/navifirst.gif) left center no-repeat;
}
.navipage_ .navipage_prev_ a {
	padding-left: 12px;
	background: url(../img/sys/naviprev.gif) left center no-repeat;
}
.navipage_ .navipage_next_ a {
	padding-right: 12px;
	background: url(../img/sys/navinext.gif) right center no-repeat;
}
.navipage_ .navipage_last_ a {
	padding-right: 18px;
	background: url(../img/sys/navilast.gif) right center no-repeat;
}
.navipage_now_ {
	margin:0 1px;
	padding: 2px 7px;
	color:#C00;
	font-weight:bold;
	text-decoration:none;
	background: #FEE;
	border: 1px solid #F99;
}
.navipage_ .navipage_reverse_ {
	margin-right: 5px;
}
.navipage_ .navipage_forward_ {
	margin-left: 5px;
}
.navipage_ a {
	margin: 0 1px;
	padding: 2px 7px;
	background-color: #FFF;
	border: 1px solid #BFCDDF;
}
.navipage_ a:hover {
	text-decoration: none;
	background-color: #E5F0F8;
	border: 1px solid #7FB3DA;
}
/* 並び替え */
.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: 10px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
}
.navistyle_ dt {
	float: left;
	text-align: right;
	font-weight: bold;
	width: 8em;
}
.navistyle_ dd {
	margin-left: 8em;
}
.navistyle_now_ {
	color:#CC0000;
	text-decoration:none;
	margin:2px 5px;
	white-space: nowrap;
}
.navistyle_ a {
	margin:2px 5px;
	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 #DCDDDD;
	border-collapse: collapse;
}
.formlist_ th {
	padding:10px;
	font-weight:bold;
	white-space: nowrap;
	background-color:#DCDDDD;
	border:1px solid #DCDDDD;
	border-right: 1px solid #fff;
}
.formlist_ th:last-of-type{
	border-right: 1px solid #DCDDDD;
}
.formlist_ td {
	padding:10px;
	font-weight:normal;
	background-color:#FFF;
	border-bottom:1px solid #DCDDDD;
	border-right: 1px solid #DCDDDD;
}
body > .formlist_ td{
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
.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-top:1px solid #DCDDDD;
	border-bottom:1px solid #DCDDDD;
}
.formdetail_ td {
	padding:8px;
	font-weight:normal;
	vertical-align: top;
	background-color:#FFF;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
.formdetailcard_ {
	margin:0 auto;
	margin-left:0px;
	float:none;
	border-collapse:collapse;
}
.formdetailcard_ th {
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	font-weight:bold;
	line-height:15px;
	padding:8px;
	background-color:#F8F8F8;
	white-space:nowrap;
	text-align: left;
}
.formdetailcard_ td {
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	font-weight:normal;
	line-height:15px;
	padding:8px;
	background-color:#FFF;
}
.formsublist_ {
	border-collapse: collapse;
}
.formsublist_ th {
	border:1px solid #CCC;
	background-color:#FFF;
	font-weight:bold;
	white-space: nowrap;
}
.formsublist_ td {
	border:1px solid #CCC;
	background-color:#FFF;
	font-weight:normal;
}
.must_ {
	margin-left: 10px;
	float: right;
	display: inline;
}

.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
}
/* --------------------------------------------------------------------
	Page Top
-------------------------------------------------------------------- */
#pagetop{
	display: none;
	width: 30px;
	height: 30px;
	position: fixed;
	right: 215px;
	bottom: 35px;
	text-indent: -9999px;
	background: url(../img/sys/button/page_top.png) center no-repeat;
	cursor: pointer;
	z-index: 100;
}
#block_of_right_menu #pagetop{
	right: 200px;
}
/* ---------------------------------------------------------------
	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;
}

/* margin */

.m0    { margin: 0 !important ; }
.m1    { margin: 1px !important ; }
.m2    { margin: 2px !important ; }
.m3    { margin: 3px !important ; }
.m4    { margin: 4px !important ; }
.m5    { margin: 5px !important ; }
.m6    { margin: 6px !important ; }
.m7    { margin: 7px !important ; }
.m8    { margin: 8px !important ; }
.m9    { margin: 9px !important ; }
.m10    { margin: 10px !important ; }
.m15    { margin: 15px !important ; }
.m20    { margin: 20px !important ; }
.m25    { margin: 25px !important ; }
.m30    { margin: 30px !important ; }
.m35    { margin: 35px !important ; }
.m40    { margin: 40px !important ; }
.m45    { margin: 45px !important ; }
.m50    { margin: 50px !important ; }
.m55    { margin: 55px !important ; }
.m60    { margin: 60px !important ; }
.m65    { margin: 65px !important ; }
.m70    { margin: 70px !important ; }
.m75    { margin: 75px !important ; }
.m80    { margin: 80px !important ; }
.m85    { margin: 85px !important ; }
.m90    { margin: 90px !important ; }
.m95    { margin: 95px !important ; }
.m100    { margin: 100px !important ; }
.m110    { margin: 110px !important ; }
.m120    { margin: 120px !important ; }
.m130    { margin: 130px !important ; }
.m140    { margin: 140px !important ; }
.m150    { margin: 150px !important ; }
.m160    { margin: 160px !important ; }
.m170    { margin: 170px !important ; }
.m180    { margin: 180px !important ; }
.m190    { margin: 190px !important ; }
.m200    { margin: 200px !important ; }
.m220    { margin: 220px !important ; }
.m240    { margin: 240px !important ; }
.m260    { margin: 260px !important ; }
.m280    { margin: 280px !important ; }
.m300    { margin: 300px !important ; }

.m0A    { margin: 0 auto !important ; }

.mt0   { margin-top:  0px !important ; }
.mt1   { margin-top:  1px !important ; }
.mt3   { margin-top:  3px !important ; }
.mt5   { margin-top:  5px !important ; }
.mt7   { margin-top:  7px !important ; }
.mt10  { margin-top: 10px !important ; }
.mt15  { margin-top: 15px !important ; }
.mt20  { margin-top: 20px !important ; }
.mt25  { margin-top: 25px !important ; }
.mt30  { margin-top: 30px !important ; }
.mt35  { margin-top: 35px !important ; }
.mt40  { margin-top: 40px !important ; }
.mt45  { margin-top: 45px !important ; }
.mt50  { margin-top: 50px !important ; }
.mt55  { margin-top: 55px !important ; }
.mt60  { margin-top: 60px !important ; }
.mt65  { margin-top: 65px !important ; }
.mt70  { margin-top: 70px !important ; }
.mt75  { margin-top: 75px !important ; }
.mt80  { margin-top: 80px !important ; }
.mt85  { margin-top: 85px !important ; }
.mt90  { margin-top: 90px !important ; }
.mt95  { margin-top: 95px !important ; }
.mt100 { margin-top: 100px !important ; }

.mrA   { margin-right: auto !important ; }
.mr0   { margin-right:  0px !important ; }
.mr1   { margin-right:  1px !important ; }
.mr3   { margin-right:  3px !important ; }
.mr5   { margin-right:  5px !important ; }
.mr7   { margin-right:  7px !important ; }
.mr10  { margin-right: 10px !important ; }
.mr15  { margin-right: 15px !important ; }
.mr20  { margin-right: 20px !important ; }
.mr25  { margin-right: 25px !important ; }
.mr30  { margin-right: 30px !important ; }
.mr35  { margin-right: 35px !important ; }
.mr40  { margin-right: 40px !important ; }
.mr45  { margin-right: 45px !important ; }
.mr50  { margin-right: 50px !important ; }
.mr55  { margin-right: 55px !important ; }
.mr60  { margin-right: 60px !important ; }
.mr65  { margin-right: 65px !important ; }
.mr70  { margin-right: 70px !important ; }
.mr75  { margin-right: 75px !important ; }
.mr80  { margin-right: 80px !important ; }
.mr85  { margin-right: 85px !important ; }
.mr90  { margin-right: 90px !important ; }
.mr95  { margin-right: 95px !important ; }
.mr100 { margin-right: 100px !important ; }

.mb0   { margin-bottom:  0px !important ; }
.mb1   { margin-bottom:  1px !important ; }
.mb3   { margin-bottom:  3px !important ; }
.mb5   { margin-bottom:  5px !important ; }
.mb7   { margin-bottom:  7px !important ; }
.mb10  { margin-bottom: 10px !important ; }
.mb15  { margin-bottom: 15px !important ; }
.mb20  { margin-bottom: 20px !important ; }
.mb25  { margin-bottom: 25px !important ; }
.mb30  { margin-bottom: 30px !important ; }
.mb35  { margin-bottom: 35px !important ; }
.mb40  { margin-bottom: 40px !important ; }
.mb45  { margin-bottom: 45px !important ; }
.mb50  { margin-bottom: 50px !important ; }
.mb55  { margin-bottom: 55px !important ; }
.mb60  { margin-bottom: 60px !important ; }
.mb65  { margin-bottom: 65px !important ; }
.mb70  { margin-bottom: 70px !important ; }
.mb75  { margin-bottom: 75px !important ; }
.mb80  { margin-bottom: 80px !important ; }
.mb85  { margin-bottom: 85px !important ; }
.mb90  { margin-bottom: 90px !important ; }
.mb95  { margin-bottom: 95px !important ; }
.mb100 { margin-bottom: 100px !important ; }

.mlA   { margin-left: auto !important ; }
.ml0   { margin-left:  0px !important ; }
.ml1   { margin-left:  1px !important ; }
.ml2   { margin-left:  2px !important ; }
.ml3   { margin-left:  3px !important ; }
.ml5   { margin-left:  5px !important ; }
.ml7   { margin-left:  7px !important ; }
.ml10  { margin-left: 10px !important ; }
.ml15  { margin-left: 15px !important ; }
.ml20  { margin-left: 20px !important ; }
.ml25  { margin-left: 25px !important ; }
.ml30  { margin-left: 30px !important ; }
.ml35  { margin-left: 35px !important ; }
.ml40  { margin-left: 40px !important ; }
.ml45  { margin-left: 45px !important ; }
.ml50  { margin-left: 50px !important ; }
.ml55  { margin-left: 55px !important ; }
.ml60  { margin-left: 60px !important ; }
.ml65  { margin-left: 65px !important ; }
.ml70  { margin-left: 70px !important ; }
.ml75  { margin-left: 75px !important ; }
.ml80  { margin-left: 80px !important ; }
.ml85  { margin-left: 85px !important ; }
.ml90  { margin-left: 90px !important ; }
.ml95  { margin-left: 95px !important ; }
.ml100 { margin-left: 100px !important ; }


/* padding */

.p0    { padding: 0 !important ; }
.p1    { padding: 1px !important ; }
.p2    { padding: 2px !important ; }
.p3    { padding: 3px !important ; }
.p4    { padding: 4px !important ; }
.p5    { padding: 5px !important ; }
.p6    { padding: 6px !important ; }
.p7    { padding: 7px !important ; }
.p8    { padding: 8px !important ; }
.p9    { padding: 9px !important ; }
.p10    { padding: 10px !important ; }
.p15    { padding: 15px !important ; }
.p20    { padding: 20px !important ; }
.p25    { padding: 25px !important ; }
.p30    { padding: 30px !important ; }
.p35    { padding: 35px !important ; }
.p40    { padding: 40px !important ; }
.p45    { padding: 45px !important ; }
.p50    { padding: 50px !important ; }
.p55    { padding: 55px !important ; }
.p60    { padding: 60px !important ; }
.p65    { padding: 65px !important ; }
.p70    { padding: 70px !important ; }
.p75    { padding: 75px !important ; }
.p80    { padding: 80px !important ; }
.p85    { padding: 85px !important ; }
.p90    { padding: 90px !important ; }
.p95    { padding: 95px !important ; }
.p100    { padding: 100px !important ; }
.p110    { padding: 110px !important ; }
.p120    { padding: 120px !important ; }
.p130    { padding: 130px !important ; }
.p140    { padding: 140px !important ; }
.p150    { padding: 150px !important ; }
.p160    { padding: 160px !important ; }
.p170    { padding: 170px !important ; }
.p180    { padding: 180px !important ; }
.p190    { padding: 190px !important ; }
.p200    { padding: 200px !important ; }
.p220    { padding: 220px !important ; }
.p240    { padding: 240px !important ; }
.p260    { padding: 260px !important ; }
.p280    { padding: 280px !important ; }
.p300    { padding: 300px !important ; }

.pt0   { padding-top:  0px !important ; }
.pt1   { padding-top:  1px !important ; }
.pt3   { padding-top:  3px !important ; }
.pt5   { padding-top:  5px !important ; }
.pt7   { padding-top:  7px !important ; }
.pt10  { padding-top: 10px !important ; }
.pt15  { padding-top: 15px !important ; }
.pt20  { padding-top: 20px !important ; }
.pt25  { padding-top: 25px !important ; }
.pt30  { padding-top: 30px !important ; }
.pt35  { padding-top: 35px !important ; }
.pt40  { padding-top: 40px !important ; }
.pt45  { padding-top: 45px !important ; }
.pt50  { padding-top: 50px !important ; }
.pt55  { padding-top: 55px !important ; }
.pt60  { padding-top: 60px !important ; }
.pt65  { padding-top: 65px !important ; }
.pt70  { padding-top: 70px !important ; }
.pt75  { padding-top: 75px !important ; }
.pt80  { padding-top: 80px !important ; }
.pt85  { padding-top: 85px !important ; }
.pt90  { padding-top: 90px !important ; }
.pt95  { padding-top: 95px !important ; }
.pt100 { padding-top: 100px !important ; }

.pr0   { padding-right:  0px !important ; }
.pr1   { padding-right:  1px !important ; }
.pr3   { padding-right:  3px !important ; }
.pr5   { padding-right:  5px !important ; }
.pr7   { padding-right:  7px !important ; }
.pr10  { padding-right: 10px !important ; }
.pr15  { padding-right: 15px !important ; }
.pr20  { padding-right: 20px !important ; }
.pr25  { padding-right: 25px !important ; }
.pr30  { padding-right: 30px !important ; }
.pr35  { padding-right: 35px !important ; }
.pr40  { padding-right: 40px !important ; }
.pr45  { padding-right: 45px !important ; }
.pr50  { padding-right: 50px !important ; }
.pr55  { padding-right: 55px !important ; }
.pr60  { padding-right: 60px !important ; }
.pr65  { padding-right: 65px !important ; }
.pr70  { padding-right: 70px !important ; }
.pr75  { padding-right: 75px !important ; }
.pr80  { padding-right: 80px !important ; }
.pr85  { padding-right: 85px !important ; }
.pr90  { padding-right: 90px !important ; }
.pr95  { padding-right: 95px !important ; }
.pr100 { padding-right: 100px !important ; }

.pb0   { padding-bottom:  0px !important ; }
.pb1   { padding-bottom:  1px !important ; }
.pb3   { padding-bottom:  3px !important ; }
.pb5   { padding-bottom:  5px !important ; }
.pb7   { padding-bottom:  7px !important ; }
.pb10  { padding-bottom: 10px !important ; }
.pb15  { padding-bottom: 15px !important ; }
.pb20  { padding-bottom: 20px !important ; }
.pb25  { padding-bottom: 25px !important ; }
.pb30  { padding-bottom: 30px !important ; }
.pb35  { padding-bottom: 35px !important ; }
.pb40  { padding-bottom: 40px !important ; }
.pb45  { padding-bottom: 45px !important ; }
.pb50  { padding-bottom: 50px !important ; }
.pb55  { padding-bottom: 55px !important ; }
.pb60  { padding-bottom: 60px !important ; }
.pb65  { padding-bottom: 65px !important ; }
.pb70  { padding-bottom: 70px !important ; }
.pb75  { padding-bottom: 75px !important ; }
.pb80  { padding-bottom: 80px !important ; }
.pb85  { padding-bottom: 85px !important ; }
.pb90  { padding-bottom: 90px !important ; }
.pb95  { padding-bottom: 95px !important ; }
.pb100 { padding-bottom: 100px !important ; }

.pl0   { padding-left:  0px !important ; }
.pl1   { padding-left:  1px !important ; }
.pl3   { padding-left:  3px !important ; }
.pl5   { padding-left:  5px !important ; }
.pl7   { padding-left:  7px !important ; }
.pl10  { padding-left: 10px !important ; }
.pl15  { padding-left: 15px !important ; }
.pl20  { padding-left: 20px !important ; }
.pl25  { padding-left: 25px !important ; }
.pl30  { padding-left: 30px !important ; }
.pl35  { padding-left: 35px !important ; }
.pl40  { padding-left: 40px !important ; }
.pl45  { padding-left: 45px !important ; }
.pl50  { padding-left: 50px !important ; }
.pl55  { padding-left: 55px !important ; }
.pl60  { padding-left: 60px !important ; }
.pl65  { padding-left: 65px !important ; }
.pl70  { padding-left: 70px !important ; }
.pl75  { padding-left: 75px !important ; }
.pl80  { padding-left: 80px !important ; }
.pl85  { padding-left: 85px !important ; }
.pl90  { padding-left: 90px !important ; }
.pl95  { padding-left: 95px !important ; }
.pl100 { padding-left: 100px !important ; }
/*罫線*/
.borderbN{ border-bottom: none !important;}
.bordertN{ border-top: none !important;}