@charset "UTF-8";

/* Micro clearfix */

.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.clear {
	clear:both;　/*floatの解除、ここがポイント*/
}

/* ====== 必要要素の初期設定 ====== */

body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Hiragino Kaku Gothic Pro','Meiryo','sans-serif';
	font-size: 100%;
	line-height: 120%;
	color: #111;
	background-color: #FFFFFF;
}

.text_j18 {font-size:18px;line-height:120%;}
.text_j16 {font-size:16px;line-height:125%;}
.text_j14 {font-size:14px;line-height:110%;}
.text_j12 {font-size:12px;line-height:18px;}
.text_j11 {font-size:11px;line-height:14px;}
.text_j10 {font-size:10px;line-height:9px;}

.text_j180 {font-size:180%;line-height:120%;}
.text_j160 {font-size:160%;line-height:125%;}
.text_j140 {font-size:140%;line-height:110%;}
.text_j120 {font-size:120%;line-height:100%;}
.text_j110 {font-size:110%;line-height:100%;}
.text_j100 {font-size:100%;line-height:100%;}


a {
  text-decoration:none;
}

a:link {
	color: #0000FF;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #00CC33;
}



a.postcode_address {
  text-decoration:none;
}
a.postcode_address:link {
	color: #0000FF;
}
a.postcode_address:visited {
	color: #0066FF;
}
a.postcode_address:hover {
	color: #00CC33;
}



h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em;
  line-height: 1.1;
  letter-spacing:-1px;
}

p {
  margin: 0 0 0.5em;
  color: #333;
  line-height: 1.4;
}

img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}


/* ====== ボタンその他 装飾 ====== */

.text_red{
	color: #FF0000;
}

.text_yellow{
	color: #ebfd24;
}

.text_green{
	color: #336633;
}

.text_blue{
	color: #336699;
}

.text_orange{
	color:#F19402;
}

.text_white{
	color: #FFFFFF;
}

.css_btn_red {
	margin: 8px 4px 8px 4px;
	font-size:120%;
	font-weight:normal;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:0px solid #a31b0f;
	padding:5px 12px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f04639), color-stop(100%, #f04639) );
	background:-moz-linear-gradient( center top, #f04639 5%, #f04639 100% );
	background:-ms-linear-gradient( top, #f04639 5%, #f04639 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f04639', endColorstr='#f04639');
	background-color:#f04639;
	color:#ffffff;
	display:inline-block;
}.css_btn_red:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #F06859), color-stop(100%, #F06859) );
	background:-moz-linear-gradient( center top, #F06859 5%, #F06859 100% );
	background:-ms-linear-gradient( top, #F06859 5%, #F06859 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F06859', endColorstr='#F06859');
	background-color:#F06859;
}.css_btn_red:active {
	position:relative;
	top:1px;
}

.css_btn_orange {
	margin: 8px 0 8px 0;
	font-size:120%;
	font-weight:normal;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:0px solid #ffaa22;
	padding:5px 12px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffab23), color-stop(100%, #ffab23) );
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffab23 100% );
	background:-ms-linear-gradient( top, #ffab23 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffab23');
	background-color:#ffab23;
	color:#ffffff;
	display:inline-block;
}.css_btn_orange:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fac267), color-stop(100%, #fac267) );
	background:-moz-linear-gradient( center top, #fac267 5%, #fac267 100% );
	background:-ms-linear-gradient( top, #fac267 5%, #fac267 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fac267', endColorstr='#fac267');
	background-color:#fac267;
}.css_btn_orange:active {
	position:relative;
	top:1px;
}

.css_btn_blue {
	margin: 8px 4px 8px 4px;
	font-size:120%;
	font-weight:normal;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:0px solid #84bbf3;
	padding:5px 12px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #378ee5), color-stop(100%, #378ee5) );
	background:-moz-linear-gradient( center top, #378ee5 5%, #378ee5 100% );
	background:-ms-linear-gradient( top, #378ee5 5%, #378ee5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378ee5', endColorstr='#378ee5');
	background-color:#378ee5;
	color:#ffffff;
	display:inline-block;
}.css_btn_blue:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #59a8f7), color-stop(100%, #59a8f7) );
	background:-moz-linear-gradient( center top, #59a8f7 5%, #59a8f7 100% );
	background:-ms-linear-gradient( top, #59a8f7 5%, #59a8f7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#59a8f7', endColorstr='#59a8f7');
	background-color:#59a8f7;
}.css_btn_blue:active {
	position:relative;
	top:1px;
}

.css_btn_green {
	margin: 0px 0px 0px 4px;
	font-size:120%;
	font-weight:normal;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:0px solid #84bbf3;
	padding:2px 12px 0px 12px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #28ba21), color-stop(100%, #28ba21) );
	background:-moz-linear-gradient( center top, #28ba21 5%, #28ba21 100% );
	background:-ms-linear-gradient( top, #28ba21 5%, #28ba21 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#28ba21', endColorstr='#28ba21');
	background-color:#28ba21;
	color:#ffffff;
	display:inline-block;
}.css_btn_green:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #70cc25), color-stop(100%, #70cc25) );
	background:-moz-linear-gradient( center top, #70cc25 5%, #70cc25 100% );
	background:-ms-linear-gradient( top, #70cc25 5%, #70cc25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#70cc25', endColorstr='#70cc25');
	background-color:#70cc25;
}.css_btn_green:active {
	position:relative;
	top:1px;
}

.css_btn_white {
	margin: 8px 0 8px 0;
	font-size:120%;
	font-weight:normal;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:0px solid #dcdcdc;
	padding:5px 12px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffffff), color-stop(100%, #f6f6f6) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
	background:-ms-linear-gradient( top, #ffffff 5%, #f6f6f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
	background-color:#ffffff;
	color:#666666;
	display:inline-block;
}.css_btn_white:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dcdcdc), color-stop(100%, #dcdcdc) );
	background:-moz-linear-gradient( center top, #dcdcdc 5%, #dcdcdc 100% );
	background:-ms-linear-gradient( top, #dcdcdc 5%, #dcdcdc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#dcdcdc');
	background-color:#dcdcdc;
}.css_btn_white:active {
	position:relative;
	top:1px;
}



/* placeholderの色 */
::-webkit-input-placeholder {
	color: #a9a9a9 !important;
}
:-moz-placeholder {
	color: #a9a9a9 !important;
}
::-moz-placeholder {
	color: #a9a9a9 !important;
}
:-ms-input-placeholder {
	color: #a9a9a9 !important;
}



/* ====== ベースレイアウト ====== */
#container {
	margin: 0;
	padding: 0;
}


/* ====== 画像をリンクっぽくする ====== */
.img_btn:hover {
	cursor: pointer;
	opacity: 0.7;
}


/*===================================================*/
/*ヘッダー*/
/*===================================================*/

header{
	padding: 0;
	margin: 0;
	padding-top: 14px;
	background: url(../images/header_back1.gif) repeat-x ;
	font-size: 16px;
	color: #FFF;
	text-align: left;
}

header #headertitle {
	padding: 0;
	margin: 0;
	text-shadow:0px 1px 0px #082979;
}

header #headertitle h1 {
	padding: 0;
	margin: 0;
	padding-left: 52px;
	margin-left: 20px;
	height: 44px;
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0px 2px 0px #082979;
	display: block;
 	text-align: left;
	vertical-align: middle;
}

header #headerbottom {
	padding: 3px;
	margin: 0;
	padding-top: 5px;
	background: url(../images/header_back2.gif) repeat-x ;
	text-shadow: 0px 1px 0px #060839;
}
/*===================================================*/
/*ヘッダー*/
/*===================================================*/


.main_h2 {
	color:#26404E;
 	font-size:x-large;
	padding-bottom:2px;
	padding-top:13px;
	margin: 10px 20px 24px 20px;
	font-weight:bold;
	line-height:100%;
	line-height:auto;
	border-bottom: #ccc 1px dotted;
}

section.outline_area{
	margin:20px auto 10px auto;
	padding: 20px 20px 10px 20px;
	width:730px;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
}

section.Mypage_area{
	margin:0px auto 10px auto;
	padding: 20px 20px 10px 20px;
	width:600px;
	background-color:#f7f7f7;
	border-bottom: 1px dashed #000000;
}
section.Mypage_area h2 {
	color:#26404E;
	padding: 4px 4px 2px 4px;
	background-color:#fff;
	border-bottom: #ccc 1px dotted;
}

section.Mypage_area a{
	color: #FFFFFF;
}

section.member_in{
	margin:20px auto 10px auto;
	padding: 20px 20px 10px 20px;
	width:600px;
	font-size:100%;
	background-color:#ebf8fe;
	border: 2px solid #00a0e9;
	border-radius: 10px;		/* CSS3草案 */
		-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
		-moz-border-radius: 10px;	/* Firefox用 */
}

section.member_in h2{
	padding: 10px 0 0px 0px;
	color:#00a0e9;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 4px 2px;
}

section.member_in .btn_apply {
	margin: 8px 4px 8px 4px;
	font-size:120%;
	font-weight:normal;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:0px solid #84bbf3;
	padding:5px 12px 4px 10px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #378ee5), color-stop(100%, #378ee5) );
	background:-moz-linear-gradient( center top, #378ee5 5%, #378ee5 100% );
	background:-ms-linear-gradient( top, #378ee5 5%, #378ee5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378ee5', endColorstr='#378ee5');
	background-color:#378ee5;
	color:#ffffff;
	background-repeat: no-repeat;
	background-position: 0px 14px;
	display:inline-block;
}
section.member_in .btn_apply:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #59a8f7), color-stop(100%, #59a8f7) );
	background:-moz-linear-gradient( center top, #59a8f7 5%, #59a8f7 100% );
	background:-ms-linear-gradient( top, #59a8f7 5%, #59a8f7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#59a8f7', endColorstr='#59a8f7');
	background-color:#59a8f7;
	background-repeat: no-repeat;
	background-position: 0px 14px;
}
section.member_in .btn_apply:active {
	position:relative;
	top:1px;
}

section.member_in img {
	vertical-align: middle;
}

#member_view, #membernone_view{
	display:none;
}

section.member_in .abstcat_box{
	padding:3px;
	font-size:90%;
	color: #3D3D3D;
	border:solid 1px #ABADB3;
	margin:0 4px 4px;
	width:280px;
	text-align:center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	background-color:#FFFFFF;
	float: left;
}

section.member_in .abstcat_box a, section.membernone_in .b_view a{
	color: #FFFFFF;
}

section.member_in .entrycat_box{
	padding:3px;
	font-size:90%;
	color: #3D3D3D;
	border:solid 1px #ABADB3;
	margin:0 4px 4px;
	width: 97%;
	text-align:center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	background-color:#FFFFFF;
	float: left;
}

section.membernone_in{
	margin:20px auto 10px auto;
	padding: 20px 20px 10px 20px;
	width:600px;
	background-color:#f4feeb;
	border: 2px solid #4fe8ab;
	border-radius: 10px;		/* CSS3草案 */
		-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
		-moz-border-radius: 10px;	/* Firefox用 */
}

section.membernone_in .btn_apply {
	margin: 8px 4px 8px 4px;
	font-size:120%;
	font-weight:normal;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:0px solid #84bbf3;
	padding:5px 12px 4px 10px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #46cf98), color-stop(100%, #46cf98) );
	background:-moz-linear-gradient( center top, #46cf98 5%, #46cf98 100% );
	background:-ms-linear-gradient( top, #46cf98 5%, #46cf98 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#46cf98', endColorstr='#46cf98');
	background-color:#46cf98;
	color:#ffffff;
	background-repeat: no-repeat;
	background-position: 0px 14px;
	display:inline-block;
}
section.membernone_in .btn_apply:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #5adea9), color-stop(100%, #5adea9) );
	background:-moz-linear-gradient( center top, #5adea9 5%, #5adea9 100% );
	background:-ms-linear-gradient( top, #5adea9 5%, #5adea9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5adea9', endColorstr='#5adea9');
	background-color:#5adea9;
	background-repeat: no-repeat;
	background-position: 0px 14px;
}
section.membernone_in .btn_apply:active {
	position:relative;
	top:1px;
}

section.membernone_in img {
	vertical-align: middle;
}

section.membernone_in h2{
	/* padding: 10px 0 0px 4px; */
	color:#46cf98;
	/* height: 30px; */
}

section.login_area{
	margin: 20px auto 10px auto;
	padding: 20px;
	width:600px;
	font-size:90%;
	text-align:center;
}

section.input_area, section.inputview_area{
	margin: 0px auto 10px auto;
	padding: 10px;
	font-size:80%;
	max-width:100%;
}

section.checkview_area{
	margin: 0px auto 10px auto;
	padding: 10px;
	font-size:100%;
	width:100%;
	line-height: 140%;
}

section.finish_area{
	margin: 20px auto 10px auto;
	padding: 20px;
	width:600px;
	font-size:90%;
	text-align:center;
}

section.finish_area p{
	line-height:260%;
}

section.finish_area a{
	color: #FFFFFF;
}


section.modify_area{
	margin:20px auto 10px auto;
	padding: 20px 20px 10px 20px;
	width:600px;
	font-size:100%;
	background-color:#f7f7f7;
	border-radius: 10px;		/* CSS3草案 */
		-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
		-moz-border-radius: 10px;	/* Firefox用 */
}

section.modify_area h2{
	padding: 10px 0 0px 64px;
	color:#00a0e9;
	height: 30px;
	background-image: url("../images/i_member.gif");
	background-repeat: no-repeat;
	background-position: 4px 2px;
}

section.modify_area .btn_apply {
	margin: 8px 4px 8px 4px;
	font-size:120%;
	font-weight:normal;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:0px solid #84bbf3;
	padding:5px 12px 4px 10px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #378ee5), color-stop(100%, #378ee5) );
	background:-moz-linear-gradient( center top, #378ee5 5%, #378ee5 100% );
	background:-ms-linear-gradient( top, #378ee5 5%, #378ee5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378ee5', endColorstr='#378ee5');
	background-color:#378ee5;
	color:#ffffff;
	background-image: url("../images/ya_member.gif");
	background-repeat: no-repeat;
	background-position: 0px 14px;
	display:inline-block;
}
section.modify_area .btn_apply:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #59a8f7), color-stop(100%, #59a8f7) );
	background:-moz-linear-gradient( center top, #59a8f7 5%, #59a8f7 100% );
	background:-ms-linear-gradient( top, #59a8f7 5%, #59a8f7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#59a8f7', endColorstr='#59a8f7');
	background-color:#59a8f7;
	background-image: url("../images/ya_member_o.gif");
	background-repeat: no-repeat;
	background-position: 0px 14px;
}
section.modify_area .btn_apply:active {
	position:relative;
	top:1px;
}

section.modify_area img {
	vertical-align: bottom;
}

section.modify_area .abstcat_box{
	padding:3px;
	font-size:90%;
	color: #3D3D3D;
	border:solid 1px #ABADB3;
	margin:0 4px 4px;
	width:280px;
	text-align:center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	background-color:#FFFFFF;
	float: left;
}
section.modify_area .abstcat_box a, section.modify_area .b_view a{
	color: #FFFFFF;
}



section.pay_area{
	margin:20px auto 10px auto;
	padding: 20px 20px 10px 20px;
	width:600px;
	font-size:100%;
	background-color:#f7f7f7;
	border-radius: 10px;		/* CSS3草案 */
		-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
		-moz-border-radius: 10px;	/* Firefox用 */
}

section.pay_area h2{
	padding: 10px 0 0px 0px;
	color:#00a0e9;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 4px 2px;
}

section.pay_area .btn_apply {
	margin: 8px 4px 8px 4px;
	font-size:120%;
	font-weight:normal;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:0px solid #84bbf3;
	padding:5px 12px 4px 10px;
	text-decoration:none;
	background-color:#92cc2e;
	color:#ffffff;
	background-image: url("../images/ya_pay.gif");
	background-repeat: no-repeat;
	background-position: 0px 11px;
	display:inline-block;
}
section.pay_area .btn_apply:hover {
	background-color:#aae14b;
	background-image: url("../images/ya_pay_o.gif");
	background-repeat: no-repeat;
	background-position: 0px 11px;
}
section.pay_area .btn_apply:active {
	position:relative;
	top:1px;
}

section.pay_area img {
	vertical-align: bottom;
}

.payname {
	float:left;
}

.cardimage {
	background: #fff;
	display: inline-block;
	width: 330px;
	height: 45px;
	margin-bottom: 6px;
	text-align: center;
}

.cardimage img{
	margin-right:6px;
	margin-top:4px;
	height:35px;
}

.conimage {
	background: #fff;
	display: inline-block;
	width: 350px;
	height: 70px;
	margin-bottom: 6px;
	text-align: center;
}

.conimage img{
	margin-right:6px;
	margin-top:4px;
	max-height:28px;
}

section.receipt_area{
	margin:20px auto 10px auto;
	padding: 20px 20px 10px 20px;
	width:600px;
	font-size:100%;
	background-color:#f7f7f7;
	border-radius: 10px;		/* CSS3草案 */
		-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
		-moz-border-radius: 10px;	/* Firefox用 */
}

section.receipt_area h2{
	padding: 10px 0 0px 64px;
	color:#00a0e9;
	height: 30px;
	background-image: url("../images/i_member.gif");
	background-repeat: no-repeat;
	background-position: 4px 2px;
}

section.receipt_area .btn_apply {
	margin: 8px 4px 8px 4px;
	font-size:120%;
	font-weight:normal;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:0px solid #84bbf3;
	padding:5px 12px 4px 10px;
	text-decoration:none;
	background-color:#2fd1c0;
	color:#ffffff;
	background-image: url("../images/ya_receipt.gif");
	background-repeat: no-repeat;
	background-position: 0px 14px;
	display:inline-block;
}
section.receipt_area .btn_apply:hover {
	background-color:#4deddc;
	background-image: url("../images/ya_receipt_o.gif");
	background-repeat: no-repeat;
	background-position: 0px 14px;
}
section.receipt_area .btn_apply:active {
	position:relative;
	top:1px;
}

section.receipt_area img {
	vertical-align: bottom;
}


section.notabilia_area{
	margin:20px auto 10px auto;
	padding: 20px 20px 10px 20px;
	width:700px;
	font-size:100%;
	background-color:#FFE4DA;
	border-radius: 10px;		/* CSS3草案 */
		-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
		-moz-border-radius: 10px;	/* Firefox用 */
}

section.notabilia_area h2{
	color:#26404E;
 	font-size:x-large;
}

/* エラー */
div.error_message {
	margin:20px auto 10px auto;
	padding: 20px 20px 20px 20px;
	width:700px;
	font-size:100%;
	background-color:#FDEEE9;
	border: 3px solid #ffc9b5;
	border-radius: 10px;		/* CSS3草案 */
		-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
		-moz-border-radius: 10px;	/* Firefox用 */
}
div.error_message li {
	list-style-type: none;
	border-bottom: 1px dashed #DDD;
	line-height: 190%;
	color: #e11818;
}
div.error_message:before {
	content: "Error";
	color: #e11818;
	font-size: 1.5rem;
}

/* お知らせ */
div.info_message {
	margin:20px auto 10px auto;
	padding: 20px 20px 20px 20px;
	width:700px;
	font-size:100%;
	background-color:#E5F6FC;
	border: 3px solid #0082c3;
	border-radius: 10px;		/* CSS3草案 */
		-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
		-moz-border-radius: 10px;	/* Firefox用 */
}
div.info_message li {
	list-style-type: none;
	border-bottom: 1px dashed #DDD;
	line-height: 190%;
	color: #0082c3;
}
div.info_message:before {
	content: "Info";
	color: #0082c3;
	font-size: 1.5rem;
}


/* 選択できない */
.not_select {
	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chromeなど */
	-ms-user-select: none; /* IE10～ */
}


/* 更新対象のハイライト用 */
.dt_ray {
	background-color: ghostwhite !important;
}


a.link_btn, a.link_btn:hover {
	color: #FFFFFF;
}

/* パスワード入力欄のフォント指定 */
input[type="password"]{
	font-family: Verdana, sans-serif;
}

/* 会員区分の表示 */
span.price_title__member {
	position: relative;
	display: inline-block;
	padding: 1rem;
	margin-bottom: 10px;
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: bold;
	border-left: 3.2rem solid red;
	box-shadow: 3px 3px #e2e1e1;
	text-shadow: 1px 1px #f3fffe;
	background-color: #fddfdd;
	color: red;
}

span.price_title__member::after {
	display: block;
	content: '';
	position: absolute;
	top: 1rem;
	left: -2.4rem;
	width: 1.5rem;
	height: 0.7rem;
	border-left: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
  }


/* 簡易料金表のスタイル */
span.price_info {
	color: #f06859;
	font-size: 0.8rem;
}

/* 蛍光ペン風 */
.line-pen-maker {
	background: linear-gradient(transparent 40%, #ff9 40%); 
}

/*===================================================*/
/* テーブル*/
/*===================================================*/

section.login_area table {
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom:16px;
	border:none;
}

section.login_area table.tcolor {
	border-collapse: collapse;
	border:none;
}

section.login_area table.tcolor td,
section.login_area table.tcolor th {
	border:1px #ccc solid;
	padding:4px;
	padding-left:6px;
	padding-right:6px;
	line-height:135%;
}

section.login_area table.tcolor th {
	font-weight:bold;
	width:1%;
	text-align: left;
}

section.login_area table td table,
section.login_area table td table th,
section.login_area table td table td {
	padding: 0;
	margin: 0;
}

section.login_area table .ccolor01 {
	background:#5F7496;
	color:#FFF;
	font-weight:bold;
	background: url(../images/header_back2.gif) repeat-x left bottom;
}

section.login_area table .ccolor02 {
	background:#C7C7C7;
	font-weight:bold;
}

section.login_area table .ccolor03 {
	background:#EEEEEE;
}

section.login_area table td.ccolor00 {
	background:#fff;
	border:#fff 1px solid;
	padding-top:10px;
}

section.login_area table td.ccolor00 input {
	padding-left:1em;
	padding-right:1em;
	font-size: small;
	font-weight:bold;
}


div.tbl{
	display: table;
	border: 1px solid #CCCCCC;
}
div.tbl dl{
	display: table-row;
}
/*
div.tbl dl:first-child dt, div.tbl dl:first-child dd {
	display: table-cell;
}
*/
div.tbl dt {
	display: table-cell;
	border: 1px solid #CCCCCC;
	background-color: #C7C7C7;
	padding: 4px 6px;
	vertical-align: middle;
	font-weight:bold;
}

div.tbl dd{
	display: table-cell;
	background-color: #F1F1F1;
	border-bottom: 1px solid #CCCCCC;
	padding: 4px 6px;
	vertical-align: middle;
}

.Area_Btn {
	margin: 0 auto;
	padding: 35px 20px;
	width: 600px;
	display: block;
	text-align: center;
	font-size:150%;
}

.tbl-bdr table, .tbl-bdr td, .tbl-bdr th {
    border-collapse: collapse;
    border:1px solid #CCCCCC;
    padding: 6px;
}

.txt_box{
	border:0;
	padding:1px;
	font-size:12px;
	color: #3D3D3D;
	border:solid 1px #ABADB3;
	margin:0 0 4px;
	width: 90px;
	min-width:80px;
}

.txt_box_select{
	border:0;
	padding:1px;
	font-size:12px;
	color: #3D3D3D;
	border:solid 1px #ABADB3;
	margin:0 0 4px;
	width: 60%;
	min-width:100px;
}

	
/*===================================================*/
/* テーブル*/
/*===================================================*/


/*===================================================*/
/*ヘッダー進捗*/
/*===================================================*/

#progress {
	font-size: 11px;
	font-weight:bold;
	color:#666;
	white-space:nowrap;
	text-align:right;
	margin:0;
	padding:16px 0px 16px 0;
}

#progress span {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin: 1px;
	padding: 4px;
	display: inline-block;
}

#progress span * {
	vertical-align:middle;
}

#progress span.before {
	background-color: #F6F4E3;
	color: #666;
	border: 1px #DDCBB5 solid;
}

#progress span.now {
	background-color: #FFE4DA;
	color: #FA6752;
	border: 1px #FF939C solid;
}

#progress span.after {
	background-color: #ECECEC;
	color: #9C9C9C;
	border: 1px #C9C9C9 solid;
}

/*===================================================*/
/*ヘッダー進捗*/
/*===================================================*/

/*===================================================*/
/* ステータス
/*===================================================*/

#states {
	padding:0;
	margin:0;
	padding:4px;
	text-align:right;
	height:auto;
	line-height:100%;
}

#states span {
	color: #fff;
	font-size:12px;
	white-space:nowrap;
	padding:0;
	margin:0;
	padding-left:20px;
	list-style:none;
	padding-right:7px;
	margin-left:6px;
	list-style-image:none;
	display:inline-block;
	height: 16px;
}

#states span.states1 {
	list-style-image:none;
	background:url(../images/icon_user.gif) no-repeat left center;
	border-right:1px solid #fff;
}


#states span.states2 {
	list-style-image:none;
	background:url(../images/icon_key.gif) no-repeat left center;
}

#states span.states2 a:link {text-decoration: none; color: #fff;}
#states span.states2 a:visited {text-decoration: none; color: #fff;}
#states span.states2 a:active {text-decoration: none;}
#states span.states2 a:hover {text-decoration: underline; color: #C03;}


#states span.states3 {
	list-style-image:none;
}

#states span.states3 a:link {text-decoration: none; color: #fff;}
#states span.states3 a:visited {text-decoration: none; color: #fff;}
#states span.states3 a:active {text-decoration: none;}
#states span.states3 a:hover {text-decoration: underline; color: #C03;}


#states * {
	vertical-align:middle;
}

/*===================================================*/
/* ステータス
/*===================================================*/


/*===================================================*/
/*フッター*/
/*===================================================*/

footer {
	padding:0;
	margin:20px auto 0 auto;
	bottom:0px;
	height:58px;
	width:95%;
	text-align:right;
}

footer address {
	padding:0;
	margin:0;
	color:#333;
	text-align:left;
	padding-top:12px;
	font-size:small;
	line-height:150%;
	font-weight: normal;
	font-style: normal;
	border-top: #ccc 2px solid;
}

footer p {
	margin: 0;
	padding:0;
	text-align:right;
	line-height:135%;
}

footer a {
	font-weight: bold;
}

small {
  text-transform: none;
}

/*===================================================*/
/*フッター*/
/*===================================================*/


/* Q&A */
.qa_area {
	line-height: 175%;
	color: #111;
	width: 95%;
	margin: 0 auto;
}

.qa_area dl.qa {
	display: block;
}

.qa_area dl.qa > dt {
	display: inline-block;
	position: relative;
	top: 1rem;
	left: 3.5rem;
	background: #FFF;
	padding: 0 2rem 0 1rem;
	margin-right: 4rem;
	font-weight: bold;
	font-size: 120%;
}
.qa_area dl.qa > dt:before {
	content: "Q.";
}

.qa_area dl.qa > dd {
	text-indent: -1em;
	border: 1px solid #999;
	border-radius: 7px;
	padding: 1.5rem 3rem;
	background: #FFF;
	margin-bottom: 1.5rem;
}
.qa_area dl.qa > dd:before {
	content: "A.";
}

/* Q&A */


