@charset "utf-8";

/* css リセット 
------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

img {
	vertical-align: bottom;
}





/* 基本設定
----------------------------------------------------------- */
html { overflow-y: scroll; }

body {
	background: #F7F7F7;
	color: #333;
	font-weight: normal;
	font-size: .75em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	line-height: 1.8;
	text-align: center;
}

div#wrapper {
	width: 810px;
	margin: 0 auto;
	background: url(images/bg_wrapper.gif) 0 0 repeat-y;
	text-align: left;
}


/* リンク設定 */

a:link, a:visited, a:active {
	color: #1356A7;
	text-decoration: underline;
}

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





/* ヘッダースタイル
----------------------------------------------------------- */
div#header {
	margin: 0 15px;
	padding: 5px 0 0 0;
}





/* コンテンツスタイル
----------------------------------------------------------- */
div#contents {
	width: 780px;
	margin: 0 15px;
	padding: 25px 0 0 0;
	background: url(images/bg_contents.gif) 0 0 repeat-y;
	text-align: justify;
	text-justify: inter-ideograph;
}

div#contents p {
	margin: 0 55px 15px 55px;
	letter-spacing: 1px;
}

div#contents em {
	color: #CC0000;
	font-weight: bold;
}

div#contents h2.midashi01 {
	margin: 25px 50px 15px 50px;
	font-size: 0;
	line-height: 0;
}



/* リードスタイル */

div#contents div#lead {
	margin: 0 50px;
}

div#contents div#lead p {
	margin: 0 0 15px 0;
	font-size: 116%;
	letter-spacing: 0;
	line-height: 1.7;
}

div#contents div#lead span {
	font-weight: bold;
}



/* リード下部ボックススタイル */

div#contents div#contents_box01 {
	margin: 25px 50px 40px 50px;
	padding: 15px 0 10px 0;
	border: 1px solid #CCC;
	background: #F7F7F7;
}

div#contents div#contents_box01 h2 {
	margin: 30px 20px 13px 20px;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #DDD;
	color: #1356A7;
	font-size: 116%;
	font-weight: bold;
	line-height: 1.3;
}

div#contents div#contents_box01 h2.firstchild {
	margin-top: 0;
}

div#contents div#contents_box01 h2 span {
	display: block;
	padding: 0 0 0 14px;
	background: url(images/bg_h2.gif) 0 0 no-repeat;
}

div#contents div#contents_box01 h3 {
	margin: 0 0 3px 0;
	font-weight: bold;
}

div#contents div#contents_box01 ul {
	margin: 0 20px 0 25px;
}

div#contents div#contents_box01 ul li {
	margin: 0 0 8px 0;
	padding: 0 0 0 13px;
	background: url(images/ico_list01.gif) 0 5px no-repeat;
	letter-spacing: 1px;
	line-height: 1.4;
}

div#contents div#contents_box01 p {
	margin: 0 0 10px 0;
}



/* 講師紹介 */

div#contents div.lecturer {
	margin: 0 55px 20px 55px;
	padding: 20px 20px 10px 20px;
	border: 5px solid #DDD;
	background: #FFF;
	overflow: hidden;
}

* html body div#contents div.lecturer {
	display: inline-block;
}

div#contents div.lecturer img {
	float: right;
	margin: 0 0 5px 20px;
	border: 1px solid #CCC;
}

div#contents div.lecturer p {
	margin: 0 0 15px 0;
}

div#contents div.lecturer div.profile {
	width: 445px;
	line-height: 1.5;
}

div#contents div.lecturer div.profile h3 {
	margin: 0 0 7px 0;
	padding: 0 0 4px 0;
	background: url(images/i_line01.gif) 0 bottom repeat-x;
	color: #1356A7;
	font-weight: bold;
}

div#contents div.lecturer div.profile h3 span {
	margin: 0 5px 0 0;
	font-size: 116%;
}



/* テーブルスタイル */

div#contents table {
	width: 670px;
	margin: 0 55px;
	font-size: 100%;
	letter-spacing: 1px;
	line-height: 1.5;
}

div#contents table th,
div#contents table td {
	padding: 10px 18px 7px 18px;
	border: 1px solid #CCC;
}

div#contents table th {
	background: #E9F1FA;
	color: #1356A7;
	font-weight: bold;
}

div#contents table tr.midashi th {
	text-align: center;
}

div#contents table td.theme {
	width: 250px;
}

div#contents table td p {
	margin: 0 0 5px 0;
}

div#contents table td a {
	padding: 0 0 0 13px;
	background: url(images/i_arrow01.gif) 0 1px no-repeat;
}



/* フォームスタイル */

div#contents div#form input.text-field {
	width: 200px;
	margin: 0 12px 0 0;
	padding: 1px;
	vertical-align: middle;
	ime-mode: active;
}

div#contents div#form input.hankaku {
	ime-mode: inactive;
}

div#contents div#form input.zip {
	width: 100px;
}

div#contents div#form input.wide {
	width: 250px;
}

div#contents div#form input.wide2 {
	width: 300px;
}

div#contents div#form tr.address input {
	margin-bottom: 6px;
}

div#contents div#form textarea {
	width: 430px;
	height: 120px;
	margin: 6px 0 5px 0;
	padding: 2px;
	font-size: 100%;
	line-height: 1.4;
	ime-mode: active;
}



/* ボタン */

div#contents div#form div#form_btn {
	padding: 30px 0 35px 0;
	text-align: center;
}





/* フッタースタイル
----------------------------------------------------------- */
div#footer {
	margin: 0 15px;
	padding: 20px 0 15px 0;
	background: url(images/bg_contents_bottom.gif) 0 0 no-repeat;
	text-align: center;
}

div#footer address {
	color: #FFF;
	font-size: 92%;
	line-height: 1.5;
}





/* 確認画面
----------------------------------------------------------- */
body#kakunin {
	padding: 50px 0;
	background: url(images/bg_body_confirmation.gif) center 0 repeat-y #F7F7F7;
}

div#contents_kakunin {
	width: 680px;
	margin: 0 auto;
	text-align: left;
}

div#contents_kakunin h2 {
	width: 650px;
	height: 30px;
	margin: 0 0 20px 0;
	padding: 0 15px;
	background: url(images/bg_tm.gif) 0 0 no-repeat;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}

* html body div#contents_kakunin h2 {
	width: 680px;
}

*+html div#contents_kakunin h2 {
	width: 680px;
}

head~/* */body div#contents_kakunin h2 {
	width: 680px;
}

html:not(:target) div#contents_kakunin h2 {
	width: 650px;
}

div#contents_kakunin p {
	margin: 0 5px 10px 5px;
	letter-spacing: 1px;
	line-height: 1.8;
}

div#contents_kakunin table {
	width: 670px;
	margin: 20px 5px;
	font-size: 100%;
	letter-spacing: 1px;
	line-height: 1.5;
}

div#contents_kakunin table th,
div#contents_kakunin table td {
	padding: 10px 18px 7px 18px;
	border: 1px solid #CCC;
}

div#contents_kakunin table th {
	background: #E9F1FA;
	color: #1356A7;
	font-weight: bold;
}


/* 戻るボタンスタイル */

div#contents_kakunin div.btn {
 margin: 50px 0 0 0;
 text-align: center;
 vertical-align: top;
}

div#contents_kakunin div.btn input {
	vertical-align: top;
}



/* 完了画面
----------------------------------------------------------- */
body#thanks {
	padding: 150px 0;
	background: url(images/bg_body_confirmation.gif) center 0 repeat-y #F7F7F7;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 2;
}

body#thanks div.btn {
	margin: 50px 0 0 0;
	text-align: center;
}
