@charset "utf-8";
body {
	font: normal 20px/1.9 "ＭＳ Ｐゴシック"; /* ゴシック体 */
	text-align: center;
}
.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.ov_auto {
	overflow: auto;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.line_0 {
	line-height: 0!important;
}
.zindex {
	position:relative;
	z-index: 200!important;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}
em {
	font-style: normal;
	color: red;
	text-decoration: underline;
}
.relative {
	position: relative;
}
.y{
	background:yellow;}
/* ----------------------------------------------------
 
    text
 
---------------------------------------------------- */
.und_l {
	text-decoration: underline;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.red {
	color: #FF0004;
}
.yellow {
	background-color: #ffff00;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
/* ----------------------------------------------------
 
    float
 
---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */
.out_area {
	width: 920px;
	margin: 0 auto;
}
.header {
	width: 920px;
	margin: 0 auto;
	height: 72px;
	text-align: left;
	padding:15px 0 0 0;
}
.inner_01 {
	width: 920px;
	margin: 0 auto;
	position: relative;
}
.inner_02 {
	width: 920px;
	margin: 0 auto;
	position: relative;
	background: #fff;

}
.inner_03 {
	width: 920px;
	margin: 0 auto;
	position: relative;
	background: #FFFFCB;
	z-index:1;
}
.main_catch {
	background: url(../img/bg_h_01.png) #f8f0aa;
	height: 76px;
	min-width: 920px;
}
.main {
	background:url(../img/bg_main.png) center top;
	position: relative;
	min-width: 920px;
}
.listen{
	margin:-10px 0 20px 0;}
.h_01 {
	background: url(../img/bg_h_01.png) #f5eb8f no-repeat center;
	height: 162px;
	min-width: 920px;
}
.h_02 {
	background: url(../img/bg_h_02.png) #f5eb8f no-repeat center;
	height: 120px;
	min-width: 920px;
}
.h_03 {
	background: url(../img/bg_h_03.png) #f5eb8f no-repeat center;
	height: 234px;
	min-width: 920px;
}
.h_04 {
	background: url(../img/bg_h_04.png) #f5eb8f no-repeat center;
	height: 148px;
	min-width: 920px;
}
.h_05 {
	background: url(../img/bg_h_05.png) repeat-x top;
	height: 354px;
	min-width: 920px;
}
#breadcrumb {
	background:#FFF4D9;
	height:48px;
	text-align:left;
	min-width: 920px;
	
	}
#breadcrumb_in{
	width:920px;
	margin:0 auto;
	overflow:hidden;
	}
#breadcrumb_in ul{
	float:right;
	padding-top:10px;
}
#breadcrumb_in ul li{
	display:inline;
	font-size:.8em;
	
}
#breadcrumb_in ul li:after{
	margin-left:10px;
	content:">";
}
#breadcrumb_in ul li:last-child:after{
	margin-left:0;
	content:"";
}
#breadcrumb_in ul li a{
	color:#000;
	text-decoration:none;
	
}
#breadcrumb_in ul li a:hover{
	text-decoration:underline;
	
}
.contents {
	background: url(../img/bg_check.png) repeat center center;
	position: relative;
	min-width: 920px;
}
.box_01 {
	width: 742px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
.box_01 p, .example p, .voice p, .r_h_mdl_t p, .A p {
	margin-bottom: 30px;
}
.voice {
	width: 742px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	background: url(../img/line_01.png) no-repeat center bottom;
	margin-bottom: 35px;
	padding-bottom: 5px;
}
.voice h3 {
	font-size: 36px;
	line-height: 1.3em;
	margin-bottom: 25px;
	font-weight:bold;
}
.txt_01 {
	text-align: right;
	font-size: 10px;
	margin:10px 0 0 0;
}
.text_02{
	position:relative;
	z-index:100!important;}
.text_03{
	margin:-40px 0 0 0;
	position:relative;
	z-index:0;}
.text_04{
	font-size:16px;
	margin:15px 0 0 0;}
.example {
	width: 682px;
	margin: 0 auto 30px auto;
	text-align: left;
	overflow: hidden;
	background: #FFFFCB;
	padding:15px 30px;
}
.lesson {
	width: 822px;
	margin: 0 auto 15px auto;
	text-align: left;
	overflow: hidden;
	font-size: 18px;
	line-height: 1.4em;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #7C7C7C;
}
.lesson h4 {
	margin-bottom: 10px;
}
.lesson .left {
	width: 411px;
	float: left;
}
.lesson .left .L_data {
	display: table-cell!important;
	vertical-align: middle!important;
	border-left: 4px solid #B4B4B4;
	padding: 3px 8px 3px 10px;
	height: 80px;
	font-size:16px;
}
.recomend {
	background: url(../img/bg_r_h_btm.png) no-repeat bottom;
	width: 820px;
	margin: 0 auto 35px auto;
	text-align: left;
	padding: 0 0 5px 0;
}
.r_h {
	background: url(../img/bg_r_h.png) no-repeat top;
	padding: 15px 15px 0 15px;
	height: 135px;
}
.r_h_mdl {
	background: url(../img/bg_r_mdl.png) repeat-y center;
	padding: 25px;
}
.r_h_mdl_t {
	overflow: auto;
}
.ribon_h {
	z-index: 200;
}
.stripe {
	background: url(../img/bg_stripe.png) repeat-y center;
	width: 820px;
	margin: -60px auto 30px auto;
	padding: 20px 0 20px 0;
	position: relative;
}
.box_02 {
	background: #FFFFEB;
	border: 2px dotted #FF941A;
	padding: 40px 90px 40px 65px;
	text-align: left;
	position:relative;
	margin:-35px 0 0 0;
	z-index:1;
}
.box_02 dl {
	margin-bottom: 15px;
}
.box_02 dl dt {
	margin-bottom: 15px;
}
.box_02 dl dd {
	padding-left: 45px;
	margin-bottom: 45px;
}
.grad_01 {
	background: url(../img/bg_grad_01.png) repeat-x top;
	margin: 0 0 30px 0;
	padding: 40px 0;
}
.box_03 {
	width: 820px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
.box_04 {
	width: 764px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	border: 5px solid #FF9800;
	padding: 40px 28px;
	background: #fff;
}
.box_05 {
	background: #FFFFCB;
	;
	position: relative;
}
.box_06{
	background:#FFFFCC;
	border:2px solid #FFCC33;
	width:760px;
	margin:20px auto;
	text-align:left;
	padding:20px 30px;
	font-size:16px;}
.update {
	background: url(../img/bg_update_btm.png) no-repeat bottom;
	padding: 0 0 10px 0;
	margin-bottom:30px;
}
.update_mdl {
	background: url(../img/bg_update.png) repeat-y center;
	padding: 0 0 45px 0;
}
.qa {
	width: 820px;
	margin: 0 auto;
	text-align: left;
}
.Q {
	padding: 10px 30px 10px 50px;
	background: url(../img/Q.png) #FFFFCB no-repeat 7px 15px;
	border-top: 2px solid #CB0000;
	border-bottom: 2px solid #CB0000;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom:10px;
}
.A {
	padding: 15px 10px 30px 50px;
	background: url(../img/A.png) no-repeat 7px 15px;
}
#menu {
	background: #BB2B04;
	height: 82px;
	min-width: 920px;
}
#menu_in {
	width: 920px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	overflow: hidden;
}
#menu_in ul li {
	float: left;
}
#footer {
	background: #872800;
	height: 65px;
	overflow: hidden;
	text-align: center;
	min-width: 920px;
}
#footer ul {
	padding-top: 15px;
}
#footer ul li {
	font-size: 16px;
	display: inline;
	margin: 0 5px 0 5px;
	color: #fff;
}
#footer ul li:after {
	content: "　│";
}
#footer ul li:last-child:after {
	content : none;
}
#footer ul li a {
	color: #fff;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#copyright {
	height: 50px;
	background: #D8D8D8;
	min-width: 920px;
}
#copyright p {
	font-size: 16px;
	padding-top: 12px;
}

.apply_01{
	width:760px;
	padding:20px 30px;
	margin:0 auto;
	border:2px solid #CC0000;
		margin-bottom:15px;
	}
.apply_01 p{
	font-size:20px;
	line-height:1.3em;

}
.form{
	padding:0 30px;
	font-size:17px;}
.form table th{
	background:#FFFFCC;
	width:180px;
	vertical-align:middle;
	border-collapse:collapse;
	text-align:left;
	padding:10px 20px;
	border:1px solid #ccc;
	border-right:none;
	}
.form table th span{
	color:red;
}
.form table td{
	border-collapse:collapse;
	padding:10px 20px;
	border:1px solid #ccc;
	border-left:none;
	text-align:left;
	
}
input.required{
	padding:10px;
	width:350px;
	font-size:20px;}
select {
	font-size:20px;}
	
select option{
	font-size:20px;}
	
#apply_kiyaku{
	background:#FFF;border:1px solid #CCC;padding:20px;height:110px;overflow:auto;text-align:left;
	margin-bottom:20px;
	}
.lesson_data{
	width:740px;
	margin:0 auto;
	background:#FFF5F4;
	background-image:url(../img/bg_triangle.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	text-align:left;
	position:relative;
	border-top:3px solid #E0A7A2;
	padding:0 40px 50px 40px;
	margin-bottom:50px;
	}
.lesson_data .l_number{
	position:relative;
	margin:-35px 0 0 -45px;
	}
.lesson_data h3{
	font-size:29px;
	line-height:1.4em;
	margin-bottom:25px;
	font-weight:bold;}
.le_left_area{
	float:left;
	width:200px;}
.le_right_area{
	overflow:auto;}
.le_right_area p{
	margin-bottom:20px;}
.line_h_01{
	line-height:1.3em!important;}
	
table.type02 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size:15px;
	margin:0 auto;
}
table.type02 th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
table.type02 td {
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/*****************************************************
各種フォームCSS
*******************************************************/
.c_box {
	width: 750px;
	margin-bottom: 25px;
	padding: 10px;
	margin: 0 auto;
	background-color:#F7EEDF;
	background-repeat: repeat;
}
.c_inbox {
	width: 750px;
	margin:0 auto;
}
.c_inbox table {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size:15px;
	margin:0 auto;
}
.c_inbox td {
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.c_inbox th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #ffffcc;
}
.btn_sent {
	margin-top: 15px;
	text-align: center;
	margin-bottom: 25px;
}


.inputText {
	width: 500px;
	height: 40px;
	border: 1px solid #999999;
	font-size: 20px;
	padding-left: 5px;
	padding-right: 5px;
}


