﻿@charset "UTF-8";

/* ========BASIC======== */
html {
	overflow-y:scroll;
}

body {
	margin:0;
	padding:0;
	line-height:1.6;
	letter-spacing:1px;
	font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
	font-size:12px;
	color:#000;
	background:#efefef;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.80, #fff), color-stop(0.00, #efefef));
	background:-webkit-linear-gradient(top, #efefef 0%, #fff 80%);
	background:-moz-linear-gradient(top, #efefef 0%, #fff 80%);
	background:-o-linear-gradient(top, #efefef 0%, #fff 80%);
	background:-ms-linear-gradient(top, #efefef 0%, #fff 80%);
	background:linear-gradient(to bottom, #efefef 0%, #fff 80%);
}

br {
	letter-spacing:normal;
}

a {
	color:#134D99;
	text-decoration:none;
}

a:hover {
	color:#134D99;
	text-decoration:underline;
}

img {
	border:0;
	vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
}

h2 {
	clear:both;
	padding:0 10px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	position:absolute;
	top:10px;
}

h3 {
	clear:both;
	padding:0 10px;
	line-height:2.0;
	font-size:15px;
	font-weight:bold;
	margin:0;
	color:#000;
	border:1px solid #ddd;
	background:#ccc;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.85, #ccc), color-stop(0.00, #f3f3f3));
	background:-webkit-linear-gradient(top, #f3f3f3 0%, #ccc 85%);
	background:-moz-linear-gradient(top, #f3f3f3 0%, #ccc 85%);
	background:-o-linear-gradient(top, #f3f3f3 0%, #ccc 85%);
	background:-ms-linear-gradient(top, #f3f3f3 0%, #ccc 85%);
	background:linear-gradient(to bottom, #f3f3f3 0%, #ccc 85%);
}

h4 {
	padding:0 10px;
	line-height:2.0;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	border:0;
	background:#20b2aa;
}
h4.painL {
	padding:0 10px;
	line-height:2.0;
	color:#000;
	font-weight:bold;
	font-size:13px;
	border:0;
	background:#ffd700;
}
h5 {
	padding:0 10px;
	line-height:2.0;
	font-size:13px;
	font-weight:normal;
	border-left:5px solid #000;
}

h6 {
	line-height:2.0;
	font-size:18px;
	margin-left:10px;
	color:#000;
}

p {
	margin:10px;
}

ul,ol,dl {
	padding:0;
	clip: rect(5px,auto,5px,auto);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	position: relative;
}

li {
	padding:0;
	margin:0 0 0 30px;
}

dt {
	margin:0;
	padding:0;
}

dd {
	margin:0 0 0.5em 1em;
	padding:0;
	background:#f1f1f1;
}

table {
	font-size:12px;
}

table {
	width:600px;
	margin:10px;
	border-collapse:collapse;
	border:1px solid #999;
	border-spacing:0;
	line-height:1.8;
}

table th {
	padding:5px;
	border:1px solid #999;
	border-width:0 0 1px 1px;
	background:#EFEBEF;
	font-weight:bold;
	text-align:left;
}

table td {
	padding:5px;
	border:1px solid #999;
	border-width:0 0 1px 1px;
	text-align:left;
}

table td ol {
	margin:0;
	padding:0 0 0 30px;
}

table td li {
	margin:0;
	padding:0;
}

/* ========TEMPLATE LAYOUT======== */
#container {
	width:940px;
	margin:30px auto;
	border:1px solid #ddd;
	-moz-box-shadow:0 0 10px #bfbfbf; /* Firefox用 */  
	-webkit-box-shadow:0 0 10px #bfbfbf; /* Safari,Google Chrome用 */ 
	box-shadow:0 0 10px #bfbfbf;
	background:#fff;
}

#header {
	position:relative;
	width:940px;
	margin-bottom:5px;
}

#menu {
	position:relative;
	width:940px;
	height:20px;
	margin-bottom:0px;
	background:#c71585;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	background-color: #D2D2FF;
}

#icatch {
	width:940px;
}

#contents {
	float:left;
	width:940px;
	padding:0 0;
	background:#fff;
}

#conL {
	float:left;
	width:600px;
	margin-left:10px;
	margin-top:20px;
}
#conL div.l_wrap{
	width:90%;
	height: auto;
	text-align:left;
	margin:20px 0px 0px 10px;
}
#conL div.l_wrapL{
	width: auto;
	height: auto;
	float:left;
}
#conL div.l_wrapR{
	width: 45%;
	height: auto;
	float:right;
}
#conR {
	float:right;
	width:280px;
	margin-top:20px;
	margin-right:10px;
}

#footMenu {
	float:left;
	width:940px;
	margin-top:10px;
}

#footer {
	clear:both;
	width:940px;
}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
	margin:0;
	padding:10px 0 0 0;
	font-size:30px;
	color:#770000;
	line-height:1.0;
}

#header h1 a {
	color:#770000;
}

#header h1 a:hover {
	color:#770000;
}

/* ========MENU CUSTOMIZE======== */
#menu .toggle{
	display:none;
}
#menu li {
	overflow:hidden;
	float:left;
	position: relative;
	top: 0px;
	bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#menu li a {
	display:block;
	font-weight:bold;
	color:#fff;
	outline:none;
}
#menu li a:hover {
	color:#000;
	text-decoration:none;
}

/* ========SLIDESHOW CUSTOMIZE======== */
#slide {
	width:940px;
	/*height:300px;*/
	height:200px;
	overflow:hidden;
	position:relative;
	/*padding-bottom:25px;*/
}

.slideInner {
	list-style:none;
	margin:0;
	padding:0;
}

.slideInner li {
	position:absolute;
	background:#fff;
	margin:0;
	padding:0;
	/*left: -2px;*/
	left: 0px;
	top: 0px;
	/*top: 8px;*/
	height: 200px;
}

.slidePrev {
	 position:absolute;
	 width:50px;
	 height:60px;
	 /*top:120px;*/
	 top:70px;
	 left:0;
	 cursor:pointer;
	 z-index:100;
}

.slideNext {
	 position:absolute;
	 display:block;
	 width:50px;
	 height:60px;
	 /*top:120px;*/
	 top:70px;
	 right:0;
	 cursor:pointer;
	 z-index:100;
}

.controlNav {
	 position:absolute;
	 float:left;
	 left:50%;
	 bottom:0;
}

.controlNav span {
	 position:relative;
	 left:-50%;
	 float:left;
	 margin:5px;
	 -webkit-border-radius:5px;
	 -moz-border-radius:5px;
	 border-radius:5px;
	 width:10px;
	 height:10px;
	 overflow:hidden;
	 -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	 -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	 box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	 background:#eee;
	 text-indent:-9999px;
	 vertical-align:middle;
}

.controlNav span:hover {
	 background:#ccc;
	 cursor:pointer;
}

.controlNav span.current {
	 -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	 -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	 box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	 background:#85d1c6;
}


/* ========MAINCONTENTS CUSTOMIZE======== */
/* TOPNAVI CUSTOMIZE */
.topNavi {
	overflow:hidden;
	position:relative;
}
.div_link{
	float: left;
	width: 235px;
	height:180px;
	margin: 0;
	background-color: #000000;
}
.div_link .topNavi_text {
	padding:10px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	top:10px;
}
.topNavi_color01{background:#000 url("../images/flui01.png") no-repeat;}
.topNavi_color02{background:#000 url("../images/flui02.png") no-repeat;}
.topNavi_color03{background:#000 url("../images/flui03.png") no-repeat;}
.topNavi_color04{background:#000 url("../images/flui04.png") no-repeat;}
.topNavi_color05{background:#000 url("../images/flui05.png") no-repeat;}
.topNavi_color06{background:#000 url("../images/flui06.png") no-repeat;}
.topNavi_color07{background:#000 url("../images/flui07.png") no-repeat;}
.topNavi_color08{background:#000 url("../images/flui08.png") no-repeat;}

/* INFORMATION CUSTOMIZE */
.information {
	width:600px;
	margin-bottom:20px;
}

.information dl {
	margin:0;
}
.information dt {
	float:left;
	padding-top:5px;
	padding-left:5px;
}

.information dd {
	margin:0 0 5px 0;
	padding:5px 0px 5px 9em;
	background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

/* SUBMENU CUSTOMIZE */
.submenu {
	border:1px solid #ddd;
}

.submenu h3 {
	border:none;
}

.submenu ul {
	margin:10px;
	padding:0;
}
.submenu li {
	margin:0;
	padding:0 0 0 7px;
	list-style:none;
	background:url("../images/bg_arrow.gif") no-repeat left 50%;
}

.submenu p {
	margin:10px;
}

/* BANNER CUSTOMIZE */
#bnrH {
	position:absolute;
	right:0;
	top:5px;
}
#bnrH li{
	float:left;
	list-style:none;
	display:block;
	font-weight:bold;
	/*background:#ff6347;*/
	color:#000;
	outline:none;
	width:234px;
	height:62px;
	text-align:inherit;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#bnrH li.bnrH_li01{
	background-repeat: no-repeat;
}
#bnrH li.bnrH_li02{
	background-image: url(../images/bnr_h02.gif);
	background-repeat: no-repeat;
}

.bnrL {
	margin:20px 0;
}

.bnrL ul {
	width:600px;/* for IE7 */
	margin:0 -10px 0 0;
	padding:0;
}

.bnrL li {
	float:left;
	margin:0 10px 0 0;
	padding:0;
	list-style:none;
	margin-bottom:10px;
}

.bnrR {
	margin:20px 0;
	padding:10px;
	border:1px solid #ddd;
}

.bnrR ul {
	margin:0 0 -10px 0;
	padding:0;
}

.bnrR li {
	margin:0;
	padding:10px;
	list-style:none;
	margin-bottom:10px;
	background:#eee;
}

.bnrR2 {
	margin-bottom:20px;
	padding:10px;
}

.bnrR2 ul {
	margin:0 0 -10px 0;
	padding:0;
}

.bnrR2 li {
	margin:0;
	padding:0 0 0 7px;
	list-style:none;
	background:url("../images/bg_arrow.gif") no-repeat left 50%;
}


/* ========TABLE CUSTOMIZE======== */
.table_nowrap {
	width: 570px;
	margin-bottom: 20px;
}
.table_nowrap td {
	padding: 0;
	text-align:center;
	padding:5px;
	line-height:normal;
}

.table_nowrap td.bg1 {
	background:#ff7f50;
}

.table_nowrap td.bg2 {
	background:#98fb98;
}
.table_nowrap th {
	white-space: nowrap;
	background:#dcdcdc;
	text-align:center;
	padding:5px;
	line-height:normal;
}

/*休校日カレンダー用*/
#cal {
	border:1px solid #;
	padding: 1px;
	background-color:#f0e68c;
	width:255px;
}
#cal th {
	font-size:10px;
	background-color:#fff;
	text-align:center;
}

#cal td {
	text-align: center;
}

#cal td.hol {
	background-color:#000080;
	color: #FFFFFF;
}

dl#chart dl,dt,dd {
	margin: 0;
	padding: 0;
}
dl.chart{
	background: #e7e7e7;
	border: 1px solid #333;
	border-top: none;
	width: 550px;
}

dl.chart dt,dd {
	padding: 3px;
}

dl.chart dt {
	border-top: 1px solid #333;
	clear: left;
	float: left;
	width: 130px;
}

dl.chart dd {
	background: #fff;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	margin-left: 130px;
}
	

/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
	margin:5px 0;
	padding:20px 0;
	text-align:center;
	border-top:1px solid #ddd;
}

#footMenu li {
	display:inline;
	margin:0 0 0 20px;
	list-style:none;
}

#footMenu li a {
	color:#000;
}

#footMenu li a:hover {
	color:#666;
	text-decoration:underline;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
	font-style:normal;
	font-size:11px;
	color:#999;
	line-height:3.0;
	text-align:center;
}

/* ========PAGRTOP CUSTOMIZE========= */
#pageTop {
	position:fixed;
	right:0;
	bottom:0;
	padding:10px;
	background:#000
}

#pageTop a {
	padding:0 0 0 12px;
	color:#fff;
	font-size:11px;
	background:#000 url("../images/bg_pagetop.gif") 0 50% no-repeat;
}

/* ========BOX======== */
.box_o {
	width: 540px;
	height: auto;
	padding: 8px;
	margin: 15px 0px 0px 30px;
	background-color: #FFF5EC;
	border: 1px solid #FFAB6B;
	font-size: 12px;
	font-weight: bold;
	color: #A52F00;
}
.box_in_submenu {
	height: auto;
	padding: 10px 0 0 10px;
}

/* ========FONT======== */
.font_red {
	color:#FF0000;
}
.font_blue {
	font-family: "ＭＳ Ｐゴシック";
	font-style: normal;
	font-weight: normal;
	color: #333399;
}
.font_title-bold_o {
	color: #FF7500;
	font-weight: bold;
}
.br_auto {
	word-break: break-all;	/* 自動改行（URLなど） */
}

/* ======== FLOAT ======== */
.float_L{
	float:left;
}
.float_R{
	float:left;
}
.cboth{
	clear:both;
}

/* ======== ALIGN ======== */
.align_R{
	text-align:right;
}
.align_C{
	text-align:center;
}
.td_align_L td{
	text-align:left;
}

/* ======== WIDTH ======== */
.th_W_30 th{
	width:30px;
}
.th_W_60 th{
	width:60px;
}
.W_19per{
	width:19%;
}
.W_24per{
	width:24%;
}
.W_38per{
	width:38%;
}
.W_40per{
	width:40%;
}
.W_60per{
	width:60%;
}
.W_76per{
	width:76%;
}
.W_80per{
	width:80%;
}

/* ======== PADDING, MARGIN  ======== */
.pad_L_10{
	padding-left:10px;
}

.mar_T_10{
	margin-top:10px;
}

/* ======== HEAD  ======== */
.chu_head {
    background: url(../images/head_b.png) center left no-repeat;
    text-align: left;
    font-size: 13px;
    color: #4483D4;
    font-weight: bold;
    margin: 10px 0px 2px 2px;
    padding: 0px 0px 0px 15px;
}
.chu_head2_p {
    background: url(../images/head_p.png) center left no-repeat;
    text-align: left;
    font-size: 13px;
    color: #FF6DB3;
    font-weight: bold;
    margin: 10px 0px 2px 2px;
    padding: 0px 0px 0px 15px;
}

/* ======== お知らせ ======== */
/* 詳細ページのコメント */
.information_article{
	background:#fffaf0;
	padding:10px;
}
/* ニュース＆トピックス詳細ページ内バナー */
.infor01_banner{
	margin-top:10px;
}
/* TOPページのお得なお知らせ内バナー */
.infor02_banner{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}
/* PDF・URLリンク */
.pdf_links li{
	background: url(../images/buttons/pdf_off.png) center left no-repeat;
	list-style-type:none;
	margin:0px;
	padding:10px 0 10px 40px;
}
.url_links li{
	background: url(../images/buttons/click.png) center left no-repeat;
	list-style-type:none;
	margin:0px;
	padding:10px 0 10px 40px;
}

/* ======== お得なキャンペーン/選べるコース ======== */
.camp_for_mobile{
	display:none;
}
.camp_h{
	text-align:center;
	font-weight:bold;
	padding:10px;
	border: 2px solid #2792c3;
	border-radius:12px;
	background:#fff;
	color:#2792c3;
	font-size:16pt;
	margin-bottom:20px;
	text-align:center;
}
/* ======== 二輪免許取得応援特典 ======== */
.benefit_shop img{
	float:left;
	margin-top:10px;
}
.benefit_shop table{
	float:right;
	width:380px;
}

/* ======== 教習の流れ ======== */
.flow_images{
	margin-left:14px;
	margin-top:14px;
}
.flow_images img{
	margin-bottom:14px;
}

/* ======== コース紹介 ======== */
p.co {
	margin: 11px 0px 22px 30px;
	line-height: 140%;
}
table.co_ansin th.nenrei{
	background:#FFCCCC;
	width:20%;
	font-weight:bold;
}
table.co_ansin th.nenrei{
	background:#FFCCCC;
	width:20%;
	font-weight:bold;
}
table.co_ansin th.price{
	background:#FFCCCC;
	font-weight:bold;
}
table.co_ansin td.nenrei{
	background:#FFCCCC;
}
table.co_ansin td.price{
	background:#FFCCCC;
	color:#FF0000;
}

/* ======== 指導員紹介 ======== */
.instructors_img{
	text-align:center;
	margin-bottom:15px;
}
.instructors_img img{
	padding: 0px 0px 0px 15px;
}
.instructors_img .info{
	font-size:10px;
}

/* ======== 送迎バス ======== */
.bnr_bus a{
	float:left;
	display:block;
	width:90px;
	height:60px;
	margin-right:10px;
	margin-bottom:10px;
}
.bus_photo{
	text-align:center;
}
.bus_photo img{
	margin-right:10px;
	margin-bottom:10px;
}

/* ======== 体験談 ======== */
/* info01 */
.student_voices_info01{
	position: relative;
	height:450px;
}
.student_voices_title01{
	margin:0;
	border-bottom:1px solid #DAE7FF;
}
.student_comment01{
	position:absolute;
	top: 50px;
	left: 10px;
	width: 320px;
}
.student_photo01{
	float:right;
	margin: 10px;
}
.student_photo01 img{
	margin: 10px;
}
/* info02 */
.student_voices_info02{
	position: relative;
}
.student_voices_title02{
	margin: 0;
	border-bottom:1px solid #FFECF5;
}
.student_photo02{
	position:absolute;
	top: 50px;
	left: 10px;
	width: 300px;
}
.student_photo02 img{
	margin: 10px;
}
.student_comment02{
	float:right;
	width: 320px;
	margin: 10px;
}

/* ======== アンケート ======== */
.survey_title{
	margin:0;
}
.survey_chushaku{
	width:500px;
	text-align:right;
}

/* 表 */
table.survey_table{
	margin:0;
	width:500px;
}
table.survey_table td.td_rank{
	width:12%;
	text-align:center;
}
table.survey_table td.td_rank_green{
	width:12%;
	text-align:center;
	font-weight:bold;
	color: #669900;
	font-size:14px;
}
table.survey_table td.td_comment{
	font-weight:bold;
	color:#FF0000;
}
table.survey_table td.td_count{
	width:13%;
	text-align:center;
}

/* グラフ */
.survey_graph{
	width:498px;
	border: 1px solid #999;
	height:300px;
}
.survey_graph .graph{
	float:left;
	width:210px
}
.survey_graph .graph img{
	margin-top:10px;
	margin-right:10px;
	margin-left: 10px;
}
.survey_graph .comment{
	float:right;
	width:288px;
	margin-top:10px;
}
.survey_graph .comment img{
	margin:6px 0px;
}

/* ======== お問合わせ・資料請求 ======== */
select#form_category{
	width:220px;
}
table#table_body th{
	width:150px;
}
.form_btn {
	text-align:center;
	width:80px;
	margin-right:10px;
}
.btn {
	background: #EEE;
	border: 1px solid #CCC;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	color: #111;
	width: 100px;
	padding: 5px 0;
}



/* ========================▼　スマートフォン　ここから======================== */
@media only screen and (max-width:680px) {
	img { 
		max-width: 100%; 
		height:auto;
	}
	
	#container {
		width: 100%;
	}
	
	#top,#header,#menu,#footMenu,#footer {
		width:330px;
	}
	
	#contents{
		width:330px;
	}
	#conL,#conR{
		float:left;
		width:330px;
	}
	#conR{
		margin-left:10px;
	}

	table{
		width:320px;
	}
	.table_nowrap {
		width:320px;
		margin-left:0;
	}
	.table_nowrap th{
		white-space: normal;
	}
	
	/* ========BOX======== */
	.box_o {
		width: 285px;
		margin: 15px 0px 0px 20px;
	}
	

	/* ========MENU CUSTOMIZE======== */
	#menu{
		position:relative;
		width: 320px;
		height:auto;
		background:#c71585;
		padding:0;
		margin-top: 70px;
		margin-left: 10px;
	}
	
	#menu a.toggle{
		display:block;
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
		height:35px;
		padding-top:15px;
		padding-left:10px;
	}
	#menu ul {
		list-style:none;
		margin:0;
		padding:0;
	}
	#menu li {
		clear:both;
		background:#c71585;
		margin:0;
		padding:0;
	}
	#menu li a {
		display:block;
		text-decoration: none;
		width:290px;
		color: #ffffff;
		font-weight: bold;
		padding: 10px 0 10px 30px;
	}
	#menu .child {
	    display: none;
	}

	/* ========SLIDESHOW CUSTOMIZE======== */
	#slide {
		width: 320px; 
		height: 68px;
		margin: 10px;
	}
	#slide img{
		width: 320px;
		margin:0;
	}
	.slidePrev,.slideNext {
	 	top:25px;
	}
	.controlNav {
		display:none;
	}
	
	/* ========TOPNAVI CUSTOMIZE======== */
	.topNavi{
		margin: 0px 0px 0px 10px;
		padding: 0;
	}
	.topNavi .div_link{
		width: 320px;
		height: 80px;
		margin: 0;
		background-color: #000000;
	}
	.topNavi .div_link .topNavi_text {
		padding:15px 0 10px 95px;
		color:#fff;
		font-size:18px;
		font-weight:bold;
		top:10px;
	}
	.topNavi_color01{background:#000 url("../images/flui01_s.png") no-repeat;}
	.topNavi_color02{background:#000 url("../images/flui02_s.png") no-repeat;}
	.topNavi_color03{background:#000 url("../images/flui03_s.png") no-repeat;}
	.topNavi_color04{background:#000 url("../images/flui04_s.png") no-repeat;}
	.topNavi_color05{background:#000 url("../images/flui05_s.png") no-repeat;}
	.topNavi_color06{background:#000 url("../images/flui06_s.png") no-repeat;}
	.topNavi_color07{background:#000 url("../images/flui07_s.png") no-repeat;}
	.topNavi_color08{background:#000 url("../images/flui08_s.png") no-repeat;}
	
	/* ========INFORMATION CUSTOMIZE======== */
	
	.information {
		width: 320px;
	}
	.information dd {
		padding:5px 0px 5px 7.5em;
	}
	
	/* ========BANNER CUSTOMIZE======== */
	#bnrH {
		position:absolute;
		float:left;
		width:320px;
		margin:0;
		right:0;
		top:60px;
	}
	#bnrH ul{
		margin:10px 0 10px 0;
		padding:0;
		text-align: center;
	}
	#bnrH li{
		float:left;
		margin:0;
		width:155px;
		height:50px;
		padding:5px 0 0 0;
		list-style:none;
		display: -moz-inline-box;
		display: inline-block;
		font-weight:bold;
		color:#000;
		outline:none;
		text-align:inherit;
	}
	#bnrH li.bnrH_li01{background: url("../images/bnr_h_s.png") no-repeat; margin-right:10px;}
	#bnrH li.bnrH_li02{background: url("../images/bnr_h_s.png") no-repeat;}
	
	/* ========TEMPLATE LAYOUT CUSTOMIZE======== */
	#conL div.l_wrap{
		width:320PX;
	}
	#conL div.l_wrapL{
		width:320PX;
	}
	#conL div.l_wrapR{
		width:320PX;
		margin-bottom:20px;
	}
	
	/* ======== お得なキャンペーン/選べるコース ======== */
	.camp_h span:before {
		content: "\A";
		white-space: pre;
	}
	.camp_for_mobile
	,.camp_for_mobile li{
		display:block;
		padding:0px;
		margin:0px;
		font-weight:bold;
	}
	.camp_for_mobile li{
		list-style-type:none !important;
		list-style-image:none !important;
		margin: 5px 0px 5px 0px !important;
	}
	.list_01 li{
		position:relative;
		display: block;
		padding: 5px 0px 5px 30px;
		background: #ffd700;
		color: #444;
		border-radius:15px 0px 0px 15px;
		border:#ddd solid 1px;
	}
	.list_01 li:after{
		content:'';
		display:block; 
		position:absolute;
		width:14px;
		height: 14px;
		top:7px;
		left:5px;
		background: #fff;
		border-radius: 10px;
	}
	/* ======== 二輪免許取得応援特典 ======== */
	.benefit_shop img{
		margin-top:10px;
	}
	.benefit_shop table{
		width:320px;
	}
	
	/* ======== 体験談 ======== */
	/* info01 */
	.student_voices_info01{
		position: static;
	}
	.student_comment01{
		position: static;
	}
	.student_photo01{
		float:right;
		margin: 10px;
	}
	/* info02 */
	.student_voices_info02{
		position: static;
	}
	.student_photo02{
		position: static;
	}
	
	/* ======== アンケート ======== */
	.survey_title{
		width:320px;
	}
	.survey_chushaku{
		width:320px;
	}
	/* 表 */
	table.survey_table{
		width:320px;
	}
	/* グラフ */
	.survey_graph{
		width:318px;
		height:480px;
	}
	.survey_graph .comment{
		float:left;
		width:300px;
		margin:10px;
	}
	
	/* ======== お問合わせ・資料請求 ======== */
	table#table_body{
		margin-left:0px;
		margin-right:0px;
	}
	table#table_body th{
		width:80px;
	}
	input#form_name{
		width:200px;
	}
	input#form_yubin,input#form_tel,input#form_fax{
		width:100px;
	}
	input#form_jusyo,input#form_mail,input#form_mail2,textarea#form_comment{
		width:200px;
	}

	
}
/* ========================▲　スマートフォン　ここまで======================== */
