@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Meiryo, Hiragino Kaku Gothic Pro, MS PGothic, sans-serif;
	font-style: normal;
}
html {
	font-family: verdana, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}
body {
	width: 100%;
}
h1, h2 {
	margin-bottom: 24px;
}
h1 {
	font-size: 2.25em;
	line-height: 1.3333;
}
h2 {
	font-size: 1.5em;
	line-height: 1;
}
h3, h4, h5 {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 16px;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 8px;
}
table {
	margin-bottom: 24px;
	border-spacing: 0px;
	border-collapse: collapse;
	font-size: 0.9em;
	line-height: 1.6em;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #003082;
	text-decoration: underline;
}
ul, ol {
	list-style: none;
}
img {
	max-width: 100%;
	vertical-align: middle;
}

/* ======================== common_class ======================== */
.AC {
	text-align: center;
}
.AR {
	text-align: right;
}
.AL {
	text-align: left;
}
.bold {
	font-weight: bold;
}
.border_maru {
	border: 2px solid #cccccc;
	border-radius: 10px;
	padding: 10px;
}
.border_maru_red {
	border: 2px solid #ff8d80;
	border-radius: 10px;
	/*padding: 10px;*/
}
.border_2maru {
	width: 90%;
	margin: 0 5px 10px 5px;
	padding: 10px;
	border: 3px solid #ccc;
	border-radius: 10px;
	display: inline-block;
	vertical-align: top;
}
.border_2maru img {
	max-width: 90%;
}
.Box_10 {
	margin-bottom: 24px;
	padding: 10px;
	background: #eeede8 url(images/common/border_01.png) repeat 0 0;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
.Box_10 p {
	margin: 0 0 10px 0;
	font-size: 0.9285714em;
}
.Box_10 ol {
	margin: 0px 15px;
}
.Box_10 ol li {
/*	margin-bottom: 12px;*/
	font-size: 0.9285714em;
}
.btn_common {
	margin: 0 20px 24px 0;
	padding-left: 20px;
	background: url(images/common/btn_common.gif) left center no-repeat;
	float: left;
	overflow: hidden;
}
.btn_common a {
	font-size: 1em;
	line-height: 1.5em;
	color: #f39800;
	font-weight: bold;
	display: block;
}
.clear {
	clear: both;
}
.caption {
	font-size: 0.875em;
	line-height: 1.5em;
	font-weight: normal;
}
ol.dcml {
	margin: 12px 0 12px 25px;
	padding: 0;
	list-style: decimal;
	font-size: 1em;
}
.des_icon {
	font-size: 0.875em;
	text-align: center;
	vertical-align: middle;
}
.detail {
	margin-bottom: 0;
	border: 1px solid #333;
	border-radius: 5px;
	background: url('/themes/tlt/images/common/allow_icon.gif') 10px center no-repeat;
	font-size: 0.9285714em;
	text-align: center;
}
.detail a {
	padding: 5px 10px 5px 20px;
	display: block;
}
.detail a:hover {
	border-radius: 5px;
	background: url('/themes/tlt/images/common/allow_icon.gif') 10px center no-repeat #ffe4e1;
	color: #333;
	text-decoration: none;
}
.allow {
	margin: 0 10px 0 10px;
	padding: 0 0 0 15px;
	background: url('../images/toeic/allow_icon3.gif') left center no-repeat;
}

/* ======================== header ======================== */
#header {
	width: 100%;
	margin-bottom: 16px;
	background: #fff;
	border-top: 5px solid #ffe4e1;
	border-bottom: 5px solid #ee1c23;
	position: relative;
	overflow: auto;
}
#header h1 {
	margin: 16px 0 16px;
}
#header .header_info {
	display: none;
}
#header #logo {
	max-width: 100%;
}

/* ===================== contentArea ===================== */
#contentArea {
	width: 100%;
}
#content {
	width: 95%;
	margin: 0 auto;
}

/* contract_form_body ------------------------------------ */
.breadcrumbs {
	margin-bottom: 24px;
	font-size: 0.9em;
}
#contract_form_body {
	max-width: 720px;
	margin: 0 auto;
}
#content .contract_form {
	margin-bottom: 24px;
}
#content .tbl3t {
	width: 100%;
	margin-bottom: 5px;
}
#content .tbl3t tr:nth-child(2n + 1) {
	background-color: #f9f9f9;
}
#content .tbl3t th, #content .tbl3t td {
	border: 1px solid #999999;
	text-align: center;
}
#content .tbl3t th {
	padding: 5px;
	background-color: #f8f3ed;
	font-weight: bold;
}
#content .tbl3t td {
	padding: 10px;
}
#content .tbl3t td.subject {
	/*background-color: #e9f5eb;*/
	text-align: left;
}

#content .tbl2t {
	width: 100%;
}
#content .tbl2t tr:nth-child(2n + 1) {
	background-color: #f9f9f9;
}
#content .tbl2t th, #content .tbl2t td {
	border: 1px solid #999999;
	text-align: center;
}
#content .tbl2t th {
	padding: 5px;
	background-color: #f8f3ed;
	font-weight: bold;
}
#content .tbl2t td {
	padding: 10px;
}
#content .tbl2t td.payment {
	text-align: left;
}

#content .tbl2l {
	width: 100%;
	border-collapse: collapse;
}
#content .tbl2l th, #content .tbl2l td {
	margin: -1px 0 -1px;
	padding: 10px;
	border: 1px solid #cccccc;
	display: block;
	vertical-align: middle;
}
#content .tbl2l th {
	background-color: #f8f3ed;
	font-weight: bold;
}
#content .tbl2l td {
}
#content .tbl2l input {
	width: 95%;
	margin:; 0 auto;
	padding: 3px;
}
#content .tbl2l .address input, #content .tbl2l td.address select, #content .tbl2l td.address span.address {
}
#content .tbl2l input.postal_code, #content .tbl2l input.input_address, #content .tbl2l .age input {
	width: 8em;
}
#content .tbl2l td.radio {
	text-align: center;
}
#content .tbl2l input.radio_btn {
	width: 14px;
	vertical-align: middle;
}
.tbl2l td textarea {
	width: 95%;
	height: 100px;
	padding: 3px;
}
#content .notes {
	margin-bottom: 16px;
}
#content input.submit_btn {
	width: 10em;
}
#content .postage {
	max-width: 680px;
	margin-bottom: 24px;
	padding: 5px 10px;
	border: solid 1px #a7a7a7;
}

/* 送信ボタン ---------------------------------------------- */
.submit_btn, .submit_btn2{
	clear: both;
	margin-top: 30px;
	text-align: center;
}
.submit_btn input,.submit_btn2 input{
	width: 180px;
}

/* PageTop */
#PageTop {
	width: 95%;
	margin: 0 auto 16px;
	text-align: center;
}

/* ======================== footer ======================== */
#footer {
	width: 100%;
	background-color: #ee1c23;
}
#footer #footer_inner {
	width: 95%;
	margin: 0 auto;
	padding: 12px 0;
}
#footer address {
	margin: 10px 0 0 0;
	text-align: center;
	color: #F5F5F5;
	font-size: 0.7857142em;
}

/* その他 ------------------------------------------------- */


/* ================ PC（min-width: 768px） ================ */
@media screen and (min-width: 768px) {
	html {
		overflow: scroll;
	}

	/* header ----------------------------------------- */
	header {
		margin-bottom: 24px;
	}
	#header {
		height: 100%;
		margin: 0 auto 24px;
		padding-top: 0;
	}
	#header .header_info {
		margin-bottom: 10px;
		font-size: 0.7142857em;
		line-height: 20px;
		color: #333;
		background-color: #ffe4e1;
		display: inherit;
	}
	#header #logo {
		margin-bottom: 0;
		height: 70px;
		overflow: hidden;
	}

	/* contentArea ------------------------------------ */
	#contentArea {
		width: 95%;
		max-width: 720px;
		margin: 0 auto;
	}

	/* contract_form_body ----------------------------- */
	#content .tbl2l th, #content .tbl2l td {
		display: table-cell;
	}
	#content .tbl2l th {
		width: 30%;
	}
	.submit_btn2 {
		width: 49%;
		max-width: 200px;
		display: inline-block;
		text-align: center;
	}

}
