@charset "utf-8";
/* ===================================================================

 file name  :index.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */

/* -----------------------------------------------------------
	.bg
----------------------------------------------------------- */

h1 {
	line-height: 1.8;
	color: #fff;
	font-size: 70%;
	text-align: center;
}



/* -----------------------------------------------------------
	#form
----------------------------------------------------------- */
#form {
	width: 100%;
	background: url(../images/back.jpg);
}



/* -----------------------------------------------------------
	#cnt_contents
----------------------------------------------------------- */


#cnt_contents {
	width: 100%;
	margin: 0 auto;
	background:url(../images/header.jpg) no-repeat top center;
	height:100px;
}


#cnt_contents .contents_inner{
	width:960px;
	margin:0 auto;
}


#cnt_contents h2 {
	position: relative;
	top: 25px;
	left: 160px;
	width: 460px;
	height: 50px;
	
}

#cnt_subcontents .cnt_calender img {
    margin-top: 10px;
}

#cnt_contents p {
	position: relative;
	top: 940px;
	left: 80px;
	font-size: 85%;
	line-height: 1.8;
}
#cnt_subcontents {
	width: 960px;
	margin: 0 auto;
}

#cnt_subcontents .cnt_yoyaku p {
	font-size: 85%;
	line-height: 1.4;
	margin:20px 0 0 45px
}

#yoyaku_form{
	width:700px;
	margin:5px auto;
	font-size:90%;
	line-height:2;

}

.attention{
	color:#F00;
}


#yoyaku_form table{
	border: solid 1px #C3CDD9;
	font-size: 95%;
	line-height:2;
	text-align: left;
	padding:1em;
    margin: 20px 0;
    width: 700px;
    border-collapse: collapse;
    border-spacing: 0;
}


#yoyaku_form table td input, .required{
    border: 1px solid #C3CDD9;
}


#yoyaku_form table th {
	width:180px;
	background:#daecff;
	color:#004896;
    font-weight: bold;
    padding: 20px 20px 20px 10px;
    text-align: right;
	border: 1px solid #C3CDD9;
}

#yoyaku_form table td {
    border: 1px solid #C3CDD9;
    line-height: 2;
    padding: 10px;
    vertical-align: middle;
	padding: 10px;
}


#yoyaku_form table td input{
    padding: 4px;
	margin:0 5px;
}


#yoyaku_form table td input.short {
	width:30px;
}

#yoyaku_form table td input.normal {
	width:100px;
}

td textarea, td input.long {
	width:430px;
}
	
hr.border{
	border: solid 1px #C3CDD9;
}

#yoyaku_form .button{
	margin:50px auto;
	text-align:center;
}


#yoyaku_form table td long{
	width:200px;
}

td textarea {
    height: 230px;
}





