html,body{
	background: url("../../images/header_bg.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
	}
img{
	max-width:100%;
	}
.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.pdrl15{
/*	padding-left:15px;
	padding-right:15px;*/
	width: 100%;
	margin: 0 auto 20px;
}

.txtWrap {
    width: 90%;
    margin: 30px auto 30px;
}

.txtWrap h3 {
    text-align: center;
    font-size: 28px;
    background: linear-gradient(transparent 50%, #a8eaff 50%);
    width: 96%;
    margin: 0 auto 10px;
    font-weight: bold;
}

.txtWrap p {
    font-weight: bold;
    line-height: 2;
}

.red {
	color:#F00;
	font-weight:bold;
}

#wrap{
	width:100%;
	padding-top: 15px;
	/*	margin-bottom:20px;  */
	text-align:  center;
}

ul.ul20180323 {
    padding: 0;
    display: inline-block;
}

li.li20180323 {
    display: inline-block;
}

#left{
	/*width:32%;*/
	width:55%;
	float:left;
	margin-left:2%;
}
#center{
	padding-left:2%;
	padding-right:2%;
	width:30%;
	float:left;
}
#right{
	/*width:30%;*/
	width:40%;
	float:left;
	margin-right:2%;
}
#right img{
	margin-top:5px;
}

#main_img{
	text-align:center;
}
#main_img li{
	margin:20px 0;
}
#map{
	text-align:center;
}
.info h2{
	width:100%;
	border: solid 1px #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top, #fff, #eee);
	padding: 5px;
	margin-bottom:20px;
	-pie-background: linear-gradient(top, #fff, #eee);
	}
h2 span{
	border-left: 5px #fe5301 solid;
/*	border-left: 5px #228b22 solid;*/
	padding-left: 10px;
	}
nav{
	width:96%;
	margin:0 auto 10px;
	}
nav li{
	float:left;
	width:50%;
	}
nav li a{
	display:block;
	width: 95%;
	background:#696969;
	height: 40px;
	padding-top: 15px;
	margin:2.5%;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
	border-radius:10px ;
	}
nav #nav_two a{
	height:67px;
	padding-top:13px;
	}
nav .gra a{
	color:#ffffff;
	}
nav .ore a{
	color:#ffffff;
	}
.sec dl,.info dl{
	width:100%;
	margin:0 0 10px;
	padding-bottom:2px;
	}
.sec dt,.info dt{
	/*width: 65%;*/
	float:left;
	margin-left:1%;
	color:#000000;
	text-align:left;
	margin-bottom:7px;
	}
.sec dd a,.info dd a{
	color:#000000;
	}
.sec dd,.info dd{
	float:right;
	/*width:28%;*/
	margin-right:1%;
	color:#000000;
	margin-bottom:7px;
	text-align:right;
	}
.info{
	width:90%;
	margin:0 auto;
	}
.center{
	text-align:center;}


.acc dl{
	width:90%;
	margin:0 auto 10px;
	border-bottom:1px solid #ccc;
	padding-bottom:2px;
	}
.acc dt{
	width: 30%;
	float:left;
	margin-left:1%;
	color:#000000;
	text-align:left;
	margin-bottom:7px;
	}
.acc dd a{
	color:#000000;
	}
.acc dd{
	float:left;
	width:63%;
	margin-right:5%;
	color:#000000;
	margin-bottom:7px;
	text-align:right;
	}


#footer{
	height:40px;
	text-align:center;
	background: none repeat scroll 0 0 #FFA800;
	}

#gtt{
	width:50%;
	margin-left:45%;
	height:40px;
	padding-top:10px;
	color:#000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff8c00), color-stop(0.00, #ffa500));
	background: -webkit-linear-gradient(#ffa500, #ff8c00);
	background: -moz-linear-gradient(#ffa500, #ff8c00);
	background: -o-linear-gradient(#ffa500, #ff8c00);
	background: -ms-linear-gradient(#ffa500, #ff8c00);
	background: linear-gradient(#ffa500, #ff8c00);
	border-radius:10px;
 	margin-bottom:10px;
	margin-top:10px;
	}
#gtt p{
	font-size:18px;
	color:#ffffff;
	text-align:center;
	}
#footer p{
	padding-top:17px;
	text-align:center;
	padding-bottom:-2px;
	}
#footer p small{
	color:#ffffff;
	font-size:50%;
	}
#footer_btn{
	text-align:center;
}
nav li.gra a{
	position: relative;
	background-color: #ffa500;
	border-radius: 4px;
	color: #fff;
	/*line-height: 52px;*/
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #e59500;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	/*
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #8b0000), color-stop(0.00, #dc143c));
	background: -webkit-linear-gradient(#dc143c, #8b0000);
	background: -moz-linear-gradient(#dc143c, #8b0000);
	background: -o-linear-gradient(#dc143c, #8b0000);
	background: -ms-linear-gradient(#dc143c, #8b0000);
	background: linear-gradient(#dc143c, #8b0000);
	color:#fff;
	*/
}
nav li.ore a{
	position: relative;
	background-color: #cc8400;
	border-radius: 4px;
	color: #fff;
	/*line-height: 52px;*/
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #7f5200;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	/*
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #8b0000), color-stop(0.00, #dc143c));
	background: -webkit-linear-gradient(#dc143c, #8b0000);
	background: -moz-linear-gradient(#dc143c, #8b0000);
	background: -o-linear-gradient(#dc143c, #8b0000);
	background: -ms-linear-gradient(#dc143c, #8b0000);
	background: linear-gradient(#dc143c, #8b0000);
	color:#fff;
	*/
}
#btn_home{
	margin:5px 0 5px 0;
}
#btn_home a{
	width:90%;
	position: relative;
	background-color: #ffa500;
	border-radius: 4px;
	color: #fff;
	/*line-height: 52px;*/
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #e59500;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	display:block;
	text-align:center;
	margin:0 auto;

}
.footer_navi{
	width:100%;
}
.footer_navi #footer_btn_l{
	width:50%;
	float:left;
}
.footer_navi #footer_btn_r{
	width:50%;
	float:left;
}
table#price_lunch{
	width:90%;
	margin:20px auto;
}
table#price_lunch td{
	font-size:10px;
}
#course_menu{
	width:90%;
	/*float:left;*/
	padding:0 5%;
}
#course_menu #course_box{
	width:30%;
	float:left;
	margin-left:3%;
}
.check_box{
    background: none repeat scroll 0 0 #FFEFBF;
    border-radius: 7px;
    padding:10px 0 10px 3%;
    width:90%;
    margin:0 auto;
}
.check_box ul li{
    background: url("../../../img/check.gif") no-repeat scroll 0 30% rgba(0, 0, 0, 0);
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 5px;
    padding-left: 7%;
    /*font-size:10px;*/
	font-size:18px;
}
.check01{
 background: url("../../../images/co02.gif") no-repeat scroll 0 11px rgba(0, 0, 0, 0);
    border-bottom: 1px dashed #DDDDDD;
    font-weight: bold;
    line-height: 40px;
    margin: 0 auto;
    padding-left: 25px;
}
.check02{
 background: url("../../../images/co02.gif") no-repeat scroll 0 11px rgba(0, 0, 0, 0);
    border-bottom: 1px dashed #DDDDDD;
    font-weight: bold;
    line-height: 40px;
    margin: 0 auto;
    padding-left: 25px;
}
section article .price .one{
	font-size:80%;
}
section article .price .red{
	color:red;
}
#voice{
	width:94%;
	margin:0 auto;
}
#voice h3{
	background: url("../../images/co02.gif") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    border-bottom: 1px dashed #DDDDDD;
	font-weight:bold;
	padding-left:4%;
	margin-bottom:10px;
	width:90%;
	margin:0 auto 10px auto;
}
#voice p{
	margin-bottom:20px;
}
section article .course{
	width:90%;
	margin:0 auto;
}

.course h3{
	background: url("../../images/co02.gif") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    border-bottom: 1px solid #DDDDDD;
	font-weight:bold;
	padding-left:4%;
	margin-bottom:10px;
	width:90%;
	margin:0 auto 10px auto;
}

.pin_box h3{
	background: url("../../images/co02.gif") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    border-bottom: 1px solid #DDDDDD;
	font-weight:bold;
	padding-left:4%;
	margin-bottom:10px;
	width:90%;
	margin:0 auto 10px auto;
}
.pin_box ul{
	margin-left:5%;
}
#off{
	width:90%;
	float:left;
	margin:0 5%
}
#off #off_left{
	width:70%;
	float:left;
}
#off #off_right{
	width:20%;
	float:right;
	text-align:right;
}
.bold{
	font-weight:bold;
}
.red{
	color:red;
}
.logo{
	width:80%;
	margin:0 auto;}

.news {
  width: 86%;
  margin:0 auto 20px;
  border: 1px #999 solid;
  padding: 14px 14px;
  overflow: hidden;
  overflow-y: scroll;
  height: 360px;
}

.news01 {
	padding:0 0 10px 0;
	border-bottom:1px dashed #CCCCCC;
}


ul#acordion, ul.sub_ber{
        list-style:none;
        margin:0;
        padding:0;
}
#acordion{
        width:100%;
        margin:10px;
        border:none;
}
.main_ber span {
		border-left: 5px #fe5301 solid;
		padding-left: 10px;
		margin-left:5px;
}
.main_ber{
		width:100%;
		border: solid 1px #ddd;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background: #eee;
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
		background: -moz-linear-gradient(top, #fff, #eee);
		padding: 5px;
		margin:20 auto 20px;
		-pie-background: linear-gradient(top, #fff, #eee);
        font-size:14pt;
        font-weight:bold;
        margin:-1px 0 0 -1px;
        cursor:pointer;
        border:none;
}
.sub_ber li{
        background:#ffffff;
        padding:10px 10px 0;
        border:none;
        font-size:11pt;
        font-weight:bold;
        width:100%;
        height:270px;
        margin:-1px 0 0 -1px;
}
.sub_ber li a{
        color:#FFA500;
        display:block;
}

p.why {
    font-size: 17px;
    font-weight: bold;
    color:#189800;
    /* margin-top: 30px; */
}

.strongBox {
    border: solid 1px;
    padding: 15px;
    margin: 20px 0 20px 0;
}

span.ans1 {
    font-size: 20px;
    color: red;
    font-weight: bold;
}
span.ans2 {
    font-size: 17px;
    color: #FB35B5;
    font-weight: bold;
}
span.ans3 {
    font-size: 17px;
    color: #0F00F1;
    font-weight: bold;
    text-decoration: underline;
}
span.ans4 {
    font-size: 21px;
    font-weight: bold;
    color: #FF0000;
}
span.ans5 {
    color: red;
    font-size: 16px;
}
.sub-t03 {
    background: url(common_img/st03.gif) no-repeat;
    width: 670px;
    height: 29px;
    padding: 6px 0 0 20px;
    color: #714518;
}
span.ttl {
    font-weight: bold;
    color: #DB0000;
}

.sub-t02text {
    font-size: 18px;
    font-weight: bold;
    color: #db0000;
    position: relative;
    bottom: 0;
}
