﻿@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------------
	common　共通エレメント
-------------------------------------------------------------------- */
body {
	margin: 0;
	color:#000000;
	font-family:YuGothic, "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:14px;
	line-height: 1.6;
	background: #FFF;
	position: relative;
}
ol li {
	list-style: none;
}
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 #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;
    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;
    box-shadow: 1px 1px 1px 1px inset;
    -webkit-border-radius:10px / 10px;
    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 ;
    box-shadow: 1 1px 1px ;
    -webkit-border-radius:10px / 10px;
    border-radius:10px / 10px;
    content: "";
    width: 9px;
    height: 9px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#000),
        to(#000)
    );
}

/* チェックボックスデザイン */
input[type="checkbox"]{

}

a:link {
	color:#000;
	text-decoration: none;
}
a:visited {
	color:#000;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

img{
	max-width: 100%;
	height: auto;
}

*:focus{
	outline: 0;
}

/* --------------------------------------------------------------------
	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;
}
.clearfix_:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/**/

/* 文整列 */
.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;
}
/**/

/* 特定メッセージ（ブロック） */
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;
}
.submit_ {
	margin: 20px auto;
	text-align: center;
}
.submit_ .button_ {
	margin:0 0 10px 0;
}
.submit_ .button_ a {
	text-decoration:underline;
}
.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;
}
.whitespace_nowrap_ {
	white-space: nowrap;
}

/* 価格表示 */
.special_price_ {
	color:#ff0000;
}
.price_pop_ {
	color:#ff4e4e;
	font-size: 14px;
	margin-bottom: 5px;
}
.price_ {
	color:#ff4e4e;
	font-size:14px;
	font-weight:bold;
}
.price_ .sale_{
	color: #000;
	text-decoration: line-through;
	font-size: 70%;
	display: block;
	font-weight: normal !important;
	line-height: 1;
}

/* 絞り込み項目の上下開閉*/
#block_of_filter div.Box {
	padding: 9px 19px;
	border-bottom: 1px dotted #ccc;
}
#block_of_filter div.Accordion.Box h3 span.Label {
	padding-left: 16px;
	background: url(../img/usr/bt_sub_accodion_opened.png) no-repeat 0 2px;
}
#block_of_filter div.Accordion.Box h3 span.Label:hover {
	padding-left: 16px;
	background: url(../img/usr/bt_sub_accodion_opened_hover.png) no-repeat 0 2px;
	cursor: pointer;
	color: #0fbefa;
}
#block_of_filter div.Close.Accordion.Box h3 span.Label {
	padding-left: 16px;
	background:url(../img/usr/bt_sub_accodion.png) no-repeat 0 2px;
	cursor: pointer;
}
#block_of_filter div.Close.Accordion.Box h3 span.Label:hover {
	padding-left: 16px;
	background:url(../img/usr/bt_sub_accodion_hover.png) no-repeat 0 2px;
	cursor: pointer;
}
#block_of_filter div.Box.Accordion.Close div.AccordionContents {
    display: none;
}

/* 絞り込み要素の画像*/
.filter_image_ {
	position: relative;
	display: inline-block;
}
.filter_image_ a {
	text-decoration: none;
}
.filter_image_ a img {
	padding: 0px 3px 3px 0px;
}
.filter_image_ a img.filter_element_check_ {
	text-decoration: none;
	position: absolute;
	top: 0px;
	left: 0px;
}

.coupon_bonus_ {
	color:#CC3300;
	font-weight:bold;
	white-space: nowrap;
}

/* --------------------------------------------------------------------
	common　ヘッドライン
-------------------------------------------------------------------- */
h1.optimaizedH1 {
	width:960px;
	margin:0 auto;
	font-size:10px;
}
h2.goods_name_ {
	font-size: 214.3%;
	color: #494e56;
}
h2.category_name_ {
	color: #494e56;
	font-size: 214.3%;
	font-weight: normal;
	margin: 0 0 25px; 
}
h2.category_name_img_ { /* タイトルを画像にした場合 */
	margin-bottom: 10px;
}
h2.event_name_ {
	color: #494e56;
    font-size: 214.3%;
    font-weight: normal;
    margin: 0 0 25px;
}
h2.event_name_img_ { /* タイトルを画像にした場合 */
	margin-bottom: 10px;
}
h2.genre_name_ {
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	color: #3fbf0d;
	font-size: 24px;
	font-weight: normal;
	line-height: 140%;
}
h2.genre_name_img_ { /* タイトルを画像にした場合 */
	margin-bottom: 10px;
}
h2.topic_head_ {
	color: #494e56;
    font-size: 214.3%;
    font-weight: normal;
    margin: 0 0 25px;
}

/* 汎用ヘッドライン */
.common_headline1_ { /* h1相当 */
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	color: #3fbf0d;
	font-size: 24px;
	font-weight: normal;
	line-height: 140%;
}
.common_headline2_ { /* h2相当 */
	padding:10px 0;
	margin-bottom:10px;
	font-size: 14px;
	font-weight: bold;
	color: #3fbf0d;
	border-bottom:#41C010 2px solid;
	background:#fff;
}
.design_headline2_ { /* h2相当 */
	padding:12px 10px;
	margin-bottom:10px;
	font-size: 14px;
	font-weight: bold;
	background:#efefef url(../img/usr/common/h2_bg.png) left top repeat-x;
}
.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;
}


/* TOP ヘッドライン */

.top_head_ h2{
	font-size: 214%;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	color: #494e56;
	line-height: 1;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
}

.top_head_ h2 span{
	padding-left: 20px;
	display: inline-block;
	font-family: YuGothic, "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #666666;
	font-size: 50%;
	font-weight: normal;
	letter-spacing: -0.05em;
}

/* --------------------------------------------------------------------
	common　もっとみるボタン
-------------------------------------------------------------------- */

.btn_more_{
	width: 180px;
	height: 40px;
	margin: 0px auto;
	text-align: center;
}
.btn_more_ a{
	width: 100%;
	line-height: 40px;
	background-color: #76808c;
	color: #fff;
	display: block;
	text-decoration: none;
	-webkit-transition: 0.3s;
    transition: 0.3s;
}
.btn_more_ a:hover{
	opacity: 0.7;
}
.btn_more_ a span{
	display: inline-block;
	padding-right: 20px;
	background-image: url(../img/usr/common/icon_arrow_more.png);
	background-repeat: no-repeat;
	background-position: right;
}



/* --------------------------------------------------------------------
	common　イベント
-------------------------------------------------------------------- */
/* イベントへのリンク */
.event_ {
	width: 100%;
	overflow: hidden;
}
.event_banner_ {
	margin: 0 5px 10px 5px;
	float: left;
	display: inline;
}
.event_title_img_ {
	margin: 0 0 10px 0;
}
.event_title_ {
	margin-bottom: 10px;
	padding: 8px 8px 8px 10px;
	font-size: 18px;
	font-weight: normal;
	color:#ffffff;
	border-bottom: 1px solid #e5e5e5;
	background:#3fbf0d;
	clear: both!important;
}
.event_title_ a {
	color:#ffffff;
	display:block;
}

/* --------------------------------------------------------------------
	common　ナビゲーション
-------------------------------------------------------------------- */


/* パンくず */
.navitopicpath_ {
	margin: 0 0 15px 0;
	width: 100%;
}
.navitopicpath_ a {
	font-size: 92.9%;
	margin: 0 0.3em;
	padding-right: 1.3em;
	background-image: url(../img/usr/common/icon_arrow_bread.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.navitopicpath_ ul li:first-child a {
	margin: 0 0.3em 0 0;
}
.navitopicpath_ span.current_ {
	margin: 0 0.3em;
	font-size: 92.9%;
	color: #999999;
}

#bread-crumb-list {
	width: 100%;
}
#bread-crumb-list li {
	display: inline;
}

/* カテゴリー */

#categorytop{
	border-bottom: 1px solid #e1dfdf;
	margin-bottom: 20px;
}


.cat_brand_list_{
	margin-bottom: 30px;
	border-left: 1px solid #e1dfdf;
}

.cat_brand_list_ li{
	float: left;
	width: 33.333333333333333%;
	box-sizing: border-box;
	border-right: 1px solid #e1dfdf;
	border-bottom: 1px solid #e1dfdf;
}

.cat_brand_list_ li:nth-child(-n+3){
	border-top: 1px solid #e1dfdf;
}

.cat_brand_list_ li a{
	display: block;
	width: 100%;
	line-height: 53px;
	padding: 0px 18px;
	font-size: 107%;
	background-image: url(../img/usr/common/icon_arrow_sidenav.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.cat_brand_list_ li a:hover{
	background-color: #76808c;
	background-image: url(../img/usr/common/icon_arrow_sidenav_on.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	color: #fff;
}



/* ページジャンプ */
.navipage_ {
	text-align: right;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	height: 35px;
}
.navipage_.bottom_{
	margin-bottom: 40px;
}
.navipage_ .navipage_sum_ {
	position: absolute;
	left: 0px;
	top: 0px;
}
.navipage_ .navipage_sum_ strong{
	font-size: 143%;
}
.navipage_ a{
	background-color: #f1f1f1;
	display: inline-block;
	margin-right: 7px;
	line-height: 35px;
	text-align: center;
	padding: 0px 12px;
	font-size: 93%;
	color: #494e56;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.navipage_ a:hover{
	color: #fff;
	background-color: #76808c;
}

.navipage_ .navipage_now_{
	background-color: #76808c;
	display: inline-block;
	margin-right: 7px;
	line-height: 35px;
	text-align: center;
	padding: 0px 12px;
	font-size: 93%;
	color: #fff;
}

.navipage_first_ a{
	padding-left: 30px;
	background-image: url(../img/usr/common/icon_pagenav_top.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.navipage_first_ a:hover{
	background-image: url(../img/usr/common/icon_pagenav_top_on.png);
}
.navipage_last_ a{
	padding-right: 30px;
	background-image: url(../img/usr/common/icon_pagenav_last.png);
	background-repeat: no-repeat;
	background-position: 83% center;
	margin-right: 0px;
}
.navipage_last_ a:hover{
	background-image: url(../img/usr/common/icon_pagenav_last_on.png);
}

.navipage_prev_ a{
	padding-left: 24px;
	background-image: url(../img/usr/common/icon_pagenav_prev.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.navipage_prev_ a:hover{
	background-image: url(../img/usr/common/icon_pagenav_prev_on.png);
}
.navipage_next_ a{
	padding-right: 24px;
	background-image: url(../img/usr/common/icon_pagenav_next.png);
	background-repeat: no-repeat;
	background-position: 75% center;
}
.navipage_next_ a:hover{
	background-image: url(../img/usr/common/icon_pagenav_next_on.png);
}
/* 並び替え */
.navisort_ {
	width: 100%;
	margin-bottom: 20px;
}
.navisort_ dt {
	float: left;
	font-weight: bold;
	line-height: 40px;
	display: block;
}
.navisort_ dd {
	float: left;
	line-height: 40px;
}
.navisort_now_ {
	padding: 0px 12px;
	display: block;
	line-height: 40px;
	background-color: #f1f1f1;
	float: left;
	margin-left: 30px;
}
.navisort_ a {
	padding: 0px 12px;
	display: block;
	line-height: 40px;
	text-decoration: none;
	float: left;
	margin-left: 30px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.navisort_ a:hover{
	background-color: #f1f1f1;
}

/* 表示切替 */
.navistyle_ {
	width: 100%;
	margin-bottom: 20px;
}
.navistyle_ dt {
	float: left;
	font-weight: bold;
	line-height: 40px;
	display: block;
}
.navistyle_ dd {
	float: left;
	line-height: 40px;
}
.navistyle_ dd div{
	float: left;
	margin-left: 30px;
}
.navistyle_ dd div:first-child a{
	background-image: url(../img/usr/common/icon_category_list.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	padding: 0px 12px 0px 34px;
	display: block;
	line-height: 40px;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.navistyle_ dd div:first-child span{
	background-image: url(../img/usr/common/icon_category_list.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	padding: 0px 12px 0px 34px;
	display: block;
	line-height: 40px;
	background-color: #f1f1f1;
}

.navistyle_ dd div:nth-child(2) a{
	background-image: url(../img/usr/common/icon_category_grid.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	padding: 0px 12px 0px 34px;
	display: block;
	line-height: 40px;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.navistyle_ dd div:nth-child(2) span{
	background-image: url(../img/usr/common/icon_category_grid.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	padding: 0px 12px 0px 34px;
	display: block;
	line-height: 40px;
	background-color: #f1f1f1;
}
.navistyle_ dd div:first-child a:hover,.navistyle_ dd div:nth-child(2) a:hover{
	background-color: #f1f1f1;
}

/* --------------------------------------------------------------------
	common　フォーム
-------------------------------------------------------------------- */
.formlist_ {
	margin: 0 auto;
	border:1px dotted #CCC;
	border-collapse: collapse;
}
.formlist_ th {
	padding:10px;
	font-weight:bold;
	white-space: nowrap;
	background-color:#FCFCFC;
	border:1px dotted #CCC;
	vertical-align: top;
}
.formlist_ td {
	padding:10px;
	font-weight:normal;
	background-color:#FFF;
	border-bottom:1px dotted #CCC;
}
.formlist_ .line0_ {
	background-color:#F8F8F8;
}
.formlist_ .line1_ {
	background-color:#FCFCFC;
}
.formdetail_ {
	margin:0 0 20px;
	width: 100%;
}
.formdetail_ th {
	width: 100px;
	box-sizing: border-box;
	padding: 10px 0px;
	font-weight: bold;
	border-bottom: 1px solid #e1dfdf;
}
.formdetail_.customer_ th,
.formdetail_.mailchange_ th,
.formdetail_.message_ th{
	padding-right: 30px;
}

.formdetail_ td {
	box-sizing: border-box;
	padding: 10px 0px;
	border-bottom: 1px solid #e1dfdf;
}

.formdetail_.customer_ td{
	padding-left: 20px;
}

.formdetail_ td.goods_detail_price_{
	font-size: 214.3%;
	color: #ff4e4e;
	line-height: 1.2;
}
.formdetail_ td.goods_detail_price_ .price_pop_{
	font-size: 46.66%;
	font-weight: bold;
	display: block;
}
.formdetail_ td.goods_detail_price_ .sale_{
	font-size: 53.33%;
	display: block;
	color: #000;
	text-decoration: line-through;
}
.formdetail_ td.goods_detail_price_ .small_{
	font-size: 46.66%;
	color: #000;
}

.formdetail_ tr:last-child th,
.formdetail_ tr:last-child td{
	border-bottom: none !important;
}
.formdetail_.customer_,
.formdetail_.mailchange_{
	border-top: 1px solid #e1dfdf !important;
}
.formdetail_.customer_ tr:last-child th,
.formdetail_.customer_ tr:last-child td,
.formdetail_.mailchange_ tr:last-child th,
.formdetail_.mailchange_ tr:last-child td{
	border-bottom: 1px solid #e1dfdf !important;
}

.formdetail2_ {
	margin:0 0 20px;
	width: 100%;
}
.formdetail2_ th {
	width: 160px;
	box-sizing: border-box;
	padding: 10px 10px 10px 0px;
	font-weight: bold;
	border-bottom: 1px solid #e1dfdf;
	vertical-align: top;
}
.formdetail2_ td {
	box-sizing: border-box;
	padding: 10px 0px;
	border-bottom: 1px solid #e1dfdf;
}

.formdetail2_ td.goods_detail_price_{
	font-size: 214.3%;
	color: #ff4e4e;
	line-height: 1.2;
}
.formdetail2_ td.goods_detail_price_ .price_pop_{
	font-size: 46.66%;
	font-weight: bold;
	display: block;
}
.formdetail2_ td.goods_detail_price_ .sale_{
	font-size: 53.33%;
	display: block;
	color: #000;
	text-decoration: line-through;
}
.formdetail2_ td.goods_detail_price_ .small_{
	font-size: 46.66%;
	color: #000;
}

.formdetail2_ tr:last-child th,
.formdetail2_ tr:last-child td{
	border-bottom: none !important;
}


.formdetail3_ {
	margin:0 0 40px;
	width: 100%;
	border-top: 1px solid #e1dfdf;
}
.formdetail3_ th {
	width: 200px;
	box-sizing: border-box;
	padding: 10px 10px 10px 0px;
	font-weight: bold;
	border-bottom: 1px solid #e1dfdf;
	vertical-align: top;
	
}
.formdetail3_ td {
	box-sizing: border-box;
	padding: 10px 0px;
	border-bottom: 1px solid #e1dfdf;
}

.formdetail3_ td.goods_detail_price_{
	font-size: 214.3%;
	color: #ff4e4e;
	line-height: 1.2;
}
.formdetail3_ td.goods_detail_price_ .price_pop_{
	font-size: 46.66%;
	font-weight: bold;
	display: block;
}
.formdetail3_ td.goods_detail_price_ .sale_{
	font-size: 53.33%;
	display: block;
	color: #000;
	text-decoration: line-through;
}
.formdetail3_ td.goods_detail_price_ .small_{
	font-size: 46.66%;
	color: #000;
}



.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;
}

.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
}

/* ---------------------------------------------------------------
	margin
--------------------------------------------------------------- */

.mb0_{
	margin-bottom: 0px !important;
}

.mb10_{
	margin-bottom: 10px !important;
}

.mb20_{
	margin-bottom: 20px !important;
}

.mb30_{
	margin-bottom: 30px !important;
}

.mb40_{
	margin-bottom: 40px !important;
}


/* ---------------------------------------------------------------
	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;
}