div.con_center800 {
	margin : 48px auto 8px;
	width:  800px;
	font-family:'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
}


.inquiryTable{
	border-collapse: collapse;
	margin : 0 auto 2em;
	width:  800px;
	font-family:'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	/*border-bottom:#3399cc 1px dotted;*/
}
.inquiryTable caption {
	font-size:88%;
	text-align : left;
	color : #FFFFFF ;
	width:auto;
	background-color:#3399cc;
	padding : 4px ;
	margin:0;
}
.submit-btn {margin:0 400px; width:100px;}

.inquiryTable th {
	font-size:14px;
	width:128px;
	color:#000033;
	text-align : left;
	border-right : 1px #D9D9D9 solid;
	padding : 5px 4px 4px 5px;
	background:url(../img/brd-line-graydot_x.gif) left bottom repeat-x;
	vertical-align:top;
	font-weight:normal;
}
.inquiryTable td{
	font-size:12px;
	background:url(../img/brd-line-graydot_x.gif) left bottom repeat-x;
	padding:4px;
	padding-left:24px;
}
.inquiryTable td.last,.inquiryTable th.last {background:none;}
.inquiryTable .td-1st {width:100px;}

.tablebg_yellow{
	background-color: #F5F5E5 ;
}
.tablebg_gray{
	background-color: #F5F5F5 ;
}
.tablebg_blue{
	background-color: #064D79 ;
}
span.addcode {
	background:url(../../../shop/img/addcode.gif) left center no-repeat;
	padding:0 5px 0 12px;
}

/***テーブル設定　ここまで****/



/* - analog ---------------------------------------------------------------------------------------------------------------------------------- */
/*エラー表示*/
div.om_alertbox {
	width:780px;
	background:none repeat scroll 0 0 #ffefef;
	border:2px solid #FF9D9D;
	color:#FF3333;
	margin:24px auto 40px;
	padding:8px;
}
div.om_alertbox span.elstrong{
	padding-bottom:4px;
	font-weight:bold;
	line-height:150%;
}
div.om_alertbox p {
	border:none;
	text-align:left;
	line-height:150%;
	font-size:14px;
}
table.inquiryTable tr.form_alert {
	background-color:#ffefef;
}
table.inquiryTable p.errors {
	min-height:0;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:red;
}
*:first-child+html table.inquiryTable p.errors {
	height:expression((this.innerHTML != "") ? "auto" : 0);
}


/*基本のボタン*/
span.button {
	background-image:url(../img/css_buttons.png);
	background-position:0 0;
	background-repeat:no-repeat;
	border:medium none;
	color:#2e523b;
	cursor:pointer;
	display:inline-block;
	font-size:0px;
	font-style:normal;
	height:30px;
	line-height:0;
	margin:0px 6px 0px 0px !important;
	padding:0px 10px 0px 0px;
	text-decoration:none;
	vertical-align:middle;
}
span.button:hover,
span.button-behavior-hover {
	background-position:0 -60px;
	color:#2e523b;
	text-decoration:none;
}
span.button input {
	background-image:url(../img/css_buttons.png);
	background-color:transparent;
	background-position:100% 0;
	background-repeat:no-repeat;
	border:medium none;
	/*color:#222222;*/
	cursor:pointer;
	display:inline-block;
	font-style:normal;
	height:30px;
	letter-spacing:0 !important;
	line-height:1em;
	margin:0px -16px 0px 10px !important;
	padding:0px 20px 0px 10px !important;
	vertical-align:text-top;
	white-space:nowrap;
}
span.button:hover input, 
span.button-behavior-hover input {
	background-position:100% -60px;
}


#con_privacy {
	width:  800px;
	margin : 0px auto 2em;
	background:url(../img/bg-privacy.gif);
}
p.header-privacy {
	padding:24px 24px 0px;
}
#con_privacy div.inner {
	padding:16px 24px 24px;
	background:url(../img/bg-privacy.gif) left bottom;
	font-family:'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
}
#con_privacy div.inner div.privacy {
	height:240px;
	overflow:auto;
	border:1px dotted #999999;
	border-left:none;
	border-right:none;
	padding:4px 16px 4px 4px;
	text-align:left;
	color:#333333;
	margin-bottom:16px;
}


div.form_alert {
	background:url(../img/bg-privacy-error.gif)!important;
}
div.form_alert div.inner {
	background:url(../img/bg-privacy-error.gif) left bottom!important;
}
#con_privacy div.inner p.errors {
	min-height:0;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:red;
}
*:first-child+html #con_privacy div.inner p.errors {
	height:expression((this.innerHTML != "") ? "auto" : 0);
}


#con_privacy h3 {
	color:#000;
	padding:16px 0 8px;
	margin:0;
}
#con_privacy div.privacy h4 {
	font-size:14px;
	padding-bottom:0.3em;
	font-weight:normal;
}
#con_privacy div.privacy p {
	font-size:13px;
	padding-bottom:1em;
}
#con_privacy div.privacy ol {
	font-size:13px;
	padding-bottom:1em;
	list-style-type: decimal;
	padding-left:32px;
	margin-top:0;
}
#con_privacy div.privacy address {
	font-size:13px;
	padding-bottom:1em;
	text-align:right;
}
