@charset "UTF-8";

/* ------------------------------------------------------------------------------ CSS Information

Last up date: 
Style Info  : inside.css 下層ページレイアウト

---------------------------------------------------------------------------------------------- */

@import url(base.css);		/* リセットCSS */
@import url(common.css);		/* 共通 */
@import url(etc.css);		/* その他機能 */





/* underlayerpage
================================================================================================== */
.underlayerpage #main {
	line-height: 160%;
}
h3 {
	margin-bottom: 15px;
}
h4 {
	margin-bottom: 14px;
	padding-left: 19px;
	font-size: 131% !important;
	font-weight: bold;
	line-height: 35px;
}
h5 {
	color: #004994;
	font-size: 131%;
	font-weight: bold;
}
.underlayerpage .table01 {
	border: #cccccc solid 1px;
}
.underlayerpage .table01 th,
.underlayerpage .table01 td {
	padding: 5px 0 5px 10px;
	border-collapse: collapse;
}
.underlayerpage .table01 th {
	background: #eeeeee;
	border: #cccccc solid 1px;
}
.underlayerpage .table01 td {
	border-bottom: #cccccc solid 1px;
}
.underlayerpage .pagetop02 {
	height: 10px;
	margin: 0 0 40px;
}
.underlayerpage .pagetop02 a {
	float: right;
}


/* contact
================================================================================================== */
.contact .txt {
	margin-bottom: 20px;
}
.contact span {
	color: #cc0000;
	/*font-weight: bold;*/
	margin-left:0.2em;
}
.contact table {
	margin-bottom: 20px;
}
.contact span.small {
	color: #000000 !important;
	font-weight: normal !important;
}
.contact table td.do {
	padding-left: 0 !important; 
	border-right: #cccccc solid 1px;
	text-align: center;
}
.contact table img {
	padding-bottom: 5px;
}
.contact .btn {
	width: 300px;
	margin: 0 auto 20px;
}

.contact ul {
	margin-bottom: 20px;
}
.contact ul li {
	float: left;
	margin-right: 10px;
}


.zip_p {
	font-size:12px;
	float:right;
	color:#004994;
}

/* エラー
--------------------*/
table#contact td.error_td {
	background-color:#FCC !important;
}
