@charset "UTF-8";

/*
	↓公開時に削除すること
	最終更新日 : 2013.12.28
*/

/*--------------------------------------------------
	composition
--------------------------------------------------*/

body {
	color: #666;
	line-height: 1.5;
}
#top {
	width: 800px;
	margin: 20px auto;
}

/*--------------------------------------------------
	header
--------------------------------------------------*/

#header .wrapper {
	width: 940px;
	height: 79px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
#header .tel {
	position: absolute;
	bottom: 15px;
	right: 0;
}
h2{ text-align: center;  font-weight: 600; position: relative; margin-top: 60px; color: #333; font-size: 3.8rem;}
	h2:before{ display: block; content:""; border-left: 2px solid #cc0000; height: 55px; position: absolute; left:50%; top: -50px; }

/*--------------------------------------------------
	ebox
--------------------------------------------------*/

p { margin-bottom: 20px; }

/*--------------------------------------------------
	button
--------------------------------------------------*/

.btn {
	display: inline-block;
	zoom: 1;
 *display: inline;
	vertical-align: baseline;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 10px 20px;
	border: none;
}
.btn:hover { text-decoration: none; }
.btn:active {
	position: relative;
	top: 1px;
}

/*--------------------------------------------------
	process
--------------------------------------------------*/

#process {
	margin-bottom: 20px;
	background: #ccf1f7;
	padding: .5em;
	letter-spacing: .25em;
}
#process strong { color: #c00; }

/*--------------------------------------------------
	help
--------------------------------------------------*/

img.req {
	vertical-align: middle;
	margin-right: 5px;
}

/*--------------------------------------------------
	table
--------------------------------------------------*/

table {
	margin-bottom: 40px;
	width: 100%;
}
th, td {
	border-bottom: 1px dotted #CCC;
	padding: 10px 0;
}
th {
	color: #333;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
td { text-align: left; }
td dt, td dd { float: left; }
td dt { width: 20px; margin-left: 20px; }
td dt:first-child { margin-left: 0; }

/* req */

td.req {
	text-align: center;
	width: 73px;
	font-size: .1rem;
	font-size: 1px;
}

/* help */

td p {
	margin: 5px 0 0 0;
	font-size: 1.3rem;
	font-size: 13px;
	line-height: 1.3;
}
td p.desc { margin: 0 0 5px 0; }
span.help {
	color: #F60;
	font-size: 1.3rem;
	font-size: 13px;
}

/*--------------------------------------------------
	form
--------------------------------------------------*/

td input, td textarea {
	padding: 3px;
	border: 1px solid #CCC;
	width: 400px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
td input:focus, td textarea:focus { background: #ffffe5; }

/* label */

td label { margin-right: 10px; }
td label input {
	width: auto;
	padding: 0;
	border: none;
	margin-right: 5px;
}

/* select */

select { margin-right: 5px; }

/* individual */

input.href { width: 170px; }
#zip { width: 100px; }
#zipA { width: 70px; }
#zipB { width: 100px; }
#datepicker { margin-right: 5px; }
.ui-datepicker-trigger {
	background: #4d4d4d;
	border: none;
	vertical-align: top;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	cursor: pointer;
	padding: 2px 5px;
}
.ui-datepicker-trigger:hover { background: #c00; }
.ui-datepicker-trigger:active {
	position: relative;
	top: 1px;
}

/*--------------------------------------------------
	submit
--------------------------------------------------*/

#submit {
	line-height: 1.3;
	font-size: 1.3rem;
	font-size: 13px;
}
#submit input { margin-bottom: 5px; }
#submit p { margin-bottom: 0; }

/* reset */

#submit .reset {
	float: left;
	text-align: left;
}
#submit .reset .btn {
	background: #ccc;
	padding: 2px 10px;
	color: #666;
}
#submit .reset .btn:hover, #submit .reset .btn:active { background: #b3b3b3; }

/* submit */

#submit .submit {
	float: right;
	text-align: right;
}

#submit .submit .btn {
	background: #c00;
	color: #fff;
	font-size: 1.5rem;
	font-size: 15px;
}
#submit .submit .btn:hover, #submit .submit .btn:active { background: #f00; }

/*--------------------------------------------------
	footer
--------------------------------------------------*/

#footer {
	border-top: 1px solid #d9d9d9;
	padding: 20px 0;
}
#footer .wrapper {
	font-size: 11px;
	font-size: 1.1rem;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* back_home */

.back_home  { margin: 40px auto 20px; }
.back_home .btn {
	background: #1a1a1a;
	color: #fff;
	padding: 5px 20px;
}
.back_home .btn:hover, .back_home .btn:active { background: #333; }

/* copyright */

#copyright {
	background: url(../img/footer_logo.gif) no-repeat left center;
	padding-left: 42px;
	float: right;
}

/*--------------------------------------------------
	error_message
--------------------------------------------------*/

td div.error {
	color: #fff;
	padding: 2px 10px;
	background: #e50000;
	margin-bottom: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 400px;
	font-size: 13px;
	font-size: 1.3rem;
}
.error input, .error textarea {
	background: #fff2f2;
	border-color: #e50000;
}
.error label input {
	background: none;
	border: none;
}
* html .error label { background: none; }
*+html .error label { background: none; }

/*--------------------------------------------------
	confirm
--------------------------------------------------*/

#confirm th { padding-right: 20px; }

/*--------------------------------------------------
	ok
--------------------------------------------------*/

#ok { padding: 50px 0; }

/*--------------------------------------------------
	error
--------------------------------------------------*/

#error { padding: 50px 0; }
#error .title {
	font-size: 30px;
	font-size: 3rem;
	color: #f00;
}
#error p {
	color: #f00;
	font-weight: bold;
}
#error .btn {
	background: #f00;
	color: #fff;
	padding: 5px 20px;
}
#error .btn:hover, #error .btn:active { background: #e50000; }

/*--------------------------------------------------
	age
--------------------------------------------------*/

td input#age{ width: 100px !important; margin-right: 15px; }

