﻿@charset "utf-8";

/* ============================================================ base style */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1em;
	text-decoration: none;
}

html {
	overflow-y: scroll;
}

body {
	color: #333333;
	font-size: 90%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

table, th, td, img {
	border: none;
}

hr {
	display: none;
}

p {
	line-height: 1.5em;
}

a:link {
	color: #3366CC;
	text-decoration: underline;
}

a:visited {
	color: #6666CC;
	text-decoration: underline;
}

a:hover {
	color: #EC8602;
	text-decoration: none;
}

a:active {
	color: #EC8602;
	text-decoration: none;
}

a img {
	background: #FFFFFF;
}

a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

a:focus {
	/*\*/
		overflow: hidden;
	/**/
}


/* ============================================================ layout */

#G-HEADER {
	padding: 20px;
	background: url("../img/line_double.gif") left bottom repeat-x;
}

#G-MAIN-AREA {
	clear: both;
	width: 640px;
	margin: 20px auto;
}

.m-h1 {
	font-size: 144%;
	margin-bottom: 31px;
}

.m-h1 span {
	display: block;
}

.m-h1 > span {
	border: 1px solid #cfcfcf;
}

.m-h1 > span > span {
	border: 1px solid #fff;
	background: url(../img/bg_h1.gif) repeat-y;
	padding: 4px 0;
}

.m-h1 > span > span > span {
	background: url(../img/bar_h1.gif) no-repeat;
	padding: 2px 10px 0 14px;
}

.m-h1.s-q > span > span > span {
	background-image: url(../img/bar_h1_q.png);
	padding-left: 40px;
}

#G-FOOTER {
	background: #171c8f;
}

#G-FOOTER p {
	padding: 10px 0;
	font-size: 80%;
	color: #ffffff;
	text-align: center;
}



/* ============================================================ form */

#attentionBox {
	padding: 0 0 10px;
}

table.formTable {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

table.formTable th {
	text-align: left;
	background: #EEEEEE;
}

table.formTable th.thNecessary {
	background: #EEEEEE url("../img/form_necessary.gif") no-repeat right 9px;
}

table.formTable th.thArbitrary {
	background: #EEEEEE url("../img/form_arbitrary.gif") no-repeat right 9px;
}

table.formTable th,
table.formTable td {
	padding: 8px 8px 8px 20px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	line-height: 1.5em;
	vertical-align: top;
}

table.formTable td.tdTitle {
	width: 10px;
	padding: 8px;
	background: #666666;
	color: #FFFFFF;
	vertical-align: middle;
}

table.noBorder {
	border-collapse: collapse;
	border-spacing: 0;
	border-right: none;
	border-bottom: none;
}

table.noBorder td {
	padding: 3px 20px 3px 0;
	border-top: none;
	border-left: none;
}

.w30 {
	width: 30px;
}

.w60 {
	width: 60px;
}

.w120 {
	width: 120px;
}

.w250 {
	width: 250px;
}

.w300 {
	width: 300px;
}

.imeMode {
	ime-mode: disabled;
}

.textSmallGray {
	font-size: 80%;
	color: #666666;
}

.exampleText {
	font-size: 90%;
	color: #666666;
}

.errorTxt {
	color: #FF0000;
	margin: 0 0 5px;
}

.inputDiv {
	margin: 3px 0;
}

img {
	vertical-align: middle;
}

#privacyBox {
	margin: 40px 0 50px;
	padding: 30px;
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
	text-align: center;
}

#privacyTxt {
	width: 760px;
	margin: 0 auto;
}

.requiredTxt {
	margin-bottom: 20px;
	text-align: left;
}

.agreeTxt {
	text-align: center;
}

.agreeTxt span {
	font-weight: bold;
}

.submit {
	margin: 20px 0;
	text-align: center;
}

.submit input {
	width: 200px;
	height: 40px;
}



#confirmBox {
	margin: 40px 0 50px;
	padding: 30px;
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
	text-align: center;
}

.submit form {
	display: inline;
	margin: 20px 0px;
	text-align: center;
}



#thanksBox {
	margin: 80px 0 150px;
	text-align: center;
}



/* ============================================================ class */

.clearBoth {
	clear: both;
}

table.formTable th.textCenter,
.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.text140 {
	font-size: 140%;
}

.text130 {
	font-size: 130%;
}

.text120 {
	font-size: 120%;
}

.text110 {
	font-size: 110%;
}

.text90 {
	font-size: 90%;
}

.text80 {
	font-size: 80%;
}

.textBold {
	font-weight: bold;
}

.red {
	color: #FF0000;
}

.textQuestion {
	margin: 0 0 5px;
	font-weight: bold;
}


