@charset "utf-8";
/* CSS Document */

.sitemap_L {
	float: left;
	width: 320px;
	margin: 5px 5px 5px 20px;
}

h2.sitemap_title {
	background-image: url(../img/icon_circle.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 15px;
	font-size: 14px;
}

ul.sitemap {
	margin-left: 10px !important
}

ul.sitemap li {
	list-style: none;
}

ul.sitemap li.sitemap_title_fir {
	list-style-image: url(../img/icon_sankaku.gif);
	font-weight: bold;
	margin-left: 7px !important
}

ul.sitemap li.sitemap_title_sec {
	list-style-image:  url(../img/icon_yajirushi.gif);
}

ul.contact_list {
	width: 680px;
	margin: 0 5px;
}

ul.contact_list li {
	list-style: none;
	float: left;
	margin: 5px 10px 5px 35px;
	width: 250px;
}



/*お問い合わせ*/
input.input_btn {
	margin: 5px 10px;
	padding: 10px 30px;
}

.btn_center {
	text-align: center;
}

table.discro_entry,
table.main_contact {
	width: 680px;
	margin: 0 auto;
	border: 1px solid #ccc;
	padding: 10px;
	border-collapse: collapse;	
}

p.contact_title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

p.tel {
	font-size: 20px;
	color: #b9000e;
	font-weight: bold;
	background-image: url(../../img/tel.png);
	background-repeat: no-repeat;
	background-position: 25px 8px;
	padding: 0 0 0 50px !important;
	margin-top: -20px !important;
}
p.tel_comment {
	margin-top: 15px;
	font-size: 12px;
	text-align: center;
}

p.contact_thanks_title {
	font-weight: bold;
	font-size: 16px;
	margin: 5px 8px !important;
}
	

/*ディスクロお問い合わせ*/


table.discro_entry th,
table.discro_entry td,
table.main_contact th,
table.main_contact td{
	border:1px solid #ccc;
	padding:10px;
	border-collapse: collapse;	
}

table.discro_entry th,
table.main_contact th {
	background-color: #e9e9e9;
	padding: 8px;
	font-weight: normal;
	white-space: nowrap;
	width: 25% ;
}

table.discro_entry td {
	padding: 10px;
}

.error {
	color: #b9000e;
	padding-left: 5px;
	white-space:nowrap; 
	display:inline;
	background-image: none !important;
}

table.discro_entry label {
	margin-right: 1em;
	display: block;
	float: left;
	font-weight: normal;
	background-image: none;
	width: 13em;
}

table.discro_entry label input {
	margin-right: 0.5em;
}


/*個人情報*/
ol.list_priv  {
	margin: 0 15px 10px 60px;
}

ol.list_priv li {
	padding: 5px;
}

