@charset "utf-8";
/**
 * style 
 * (c) FOURDIGIT Inc.
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 * 5. EachPageStyle
 *
 */
/**
 * 1. import
 */
@import "import/reset.css";
@import "import/util.css";

/**
 * 2. html, body
 */
body {
	background-color: #fff;
	background-image: url(../imgs/space.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.page {
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	padding-top: 112px;
}
/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
a {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	color: #0000ff;
	text-decoration: underline;
}
a:visited {
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
a:active {
}

/* wrap */
body .wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	zoom: 1;
}
body .wrap:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }

/* heading */

/* cap */
.cap, .caption {
	background: none;
	color: #666666;
	font-size: 10px;
	line-height: 15px;
}
.cap {
	padding-top: 5px;
}
/**
 * 4. Layout
 */

/* #gHeader */
body #gHeader {
	margin-bottom: 25px;
}
body #gHeader .wrap {
	min-height: 30px;
	border-bottom: #666 dotted 1px;
	position: relative;
}
body #gHeader h1.siteTitle {
	font-size: 18px;
	margin-right: 20px;
}
body #gHeader .wrap p {
	position: absolute;
	top: 0px;
	right: 5px;
}

/* #container */
body #container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

body #mainContent h2.contentTitle {
	margin-bottom: 20px;
	text-align: center;
}
body #mainContent h2.contentTitle img.sp {
	display: none;
}
body #mainContent p.subTxt {
	font-size: 18px;
	color: #db3942;
	text-align: center;
	margin-bottom: 10px;
}

body #pNav {
	position: relative;
	margin-bottom: 20px;
}
body #pNav ul {
	position: absolute;
	right: 0px;
	top: 0px;
}
body #pNav ul li {
	float: left;
	display: block;
	font-size: 12px;
}
body #pNav ul li.on a {
	display: block;
	margin-left: 10px;
	padding: 5px 10px;
	background-color: #333;
	color: #FFF;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
body #pNav ul li.off {
	display: block;
	margin-left: 10px;
	padding: 5px 10px;
	background-color: #999;
	color: #FFF;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
body #pNav ul li.sp {
	display: none;
}
body #pNav ul li a:hover {
	background-color: #666;
}

/* table */
table.day {
	width: 100%;
	background-color: #f1f8f9;
	border-collapse: collapse;
	margin-bottom: 10px;
}
table.day th, table.day td {
	border: #CCC solid 1px;
}
table.day td {
	width: 12%;
	text-align: center;
	padding: 7px 0;
}
table.day td.sat {
	background-color: #c7d7f7;
}
table.day td.sun {
	background-color: #fac8c8;
}
table.time {
	width: 100%;
	border-collapse: collapse;
}
table.time th, table.time td {
	border: #CCC solid 1px;
	text-align: center;
	padding: 8px 0;
}
table.time th a, table.time td a {
	padding: 14px 20px;
	display: inline-block;
}
table.time th {
	font-weight: normal;
}
table.time td {
	width: 12%;
}
table.time td.none {
	background: url(../imgs/bg-none.gif) repeat left top;
}
table.time td.off {
	background-color: #666;
	color: #FFF;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	border-top: #48b8d4 solid 2px;
}
table.form th {
	border: #CCC solid 1px;
	text-align: left;
	padding: 15px;
	width: 23%;
	font-weight: normal;
}
table.form td {
	border: #CCC solid 1px;
	padding: 15px;
}
table.form td input {
	border: 0;
	padding: 10px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	border: solid 1px #ccc;
	margin: 0;
}
table.form td input:focus {
	border: solid 1px #EEA34A;
}
table.form td select {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	text-indent: 1em;
	background: #FFF url(../imgs/arw_select_down.gif) no-repeat;
	background-size: 15px 30px;
	background-position: right center;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	vertical-align: middle;
	border: 1px solid #CCC;
	margin-bottom: 5px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
@-moz-document url-prefix() { /* for firefox */
 .content select {
 background:none;
 background-color: #FFF;
}
}
textarea.textarea1 {
	width: 978px;
	padding: 10px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	border: solid 1px #ccc;
	border-top: #48b8d4 solid 2px;
}
textarea:focus {
	border: solid 1px #EEA34A;
}
.textbox {
	height: 200px;
	overflow: auto;
	padding: 30px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	border: solid 1px #ccc;
	border-top: #48b8d4 solid 2px;
}
.textbox2 {
	padding: 30px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	border: solid 1px #ccc;
	border-top: #48b8d4 solid 2px;
}
.error {
	background: url(../imgs/bg-error.gif) repeat left top;
	border: #f49090 solid 1px;
	padding: 10px;
	text-align: center;
	color: #ff0000;
	margin-bottom: 30px;
}
.result {
	padding-top: 100px;
	padding-bottom: 100px;
}
.result p {
	margin: 0 auto;
	width: 75%;
	padding-bottom: 10px;
	border-bottom: #48b8d4 solid 2px;
}
ul.apply {
	margin-left: 300px;
}
.red {
	color: #ff0000;
}

.requiredIcn {
	color: #fff;
	font-size: 10px;
	line-height: 18px;
	background-color: #ff0000;
	display: inline-block;
	padding: 1px 4px;
}

body .hanreiSp {
	display: none;
}

/* #gFooter */
body #gFooter {
	margin-top: 80px;
	border-top: #666 dotted 1px;
}

.w70{
	width: 70px;
}
.w100{
	width: 100px;
}
.w120{
	width: 120px;
}
.w300{
	width: 300px;
}
.w500{
	width: 500px;
}
pre.textarea{
	margin: 0;
	white-space: pre-line;
}