@charset "utf-8";

* {
	font-family:
		Verdana,
		Arial,
		Meiryo,
		"メイリオ",
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 13px;
}

html>/**/body {
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
}

table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

sup { font-size:0.7em; }

a{
	outline:none;
	color:#0097CF;
	text-decoration:none;
}
	
a:hover{
	color:#6ED8FF;
	text-decoration: underline;
}

p {
	font-size:1.1em;
	line-height:1.4;
	padding-bottom:10px;
}

caption {
	font-size: 1.1em;
	margin-bottom: 0.5em;
}
th,td {
	font-size:1.1em;
	line-height:1.4;
}
em {
	font-style: normal;
	border-bottom: 1px solid #999;
}

body{
	text-align: center;
}

strong {
	font-weight: bold;
}

a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* Common
---------------------------------------*/

#header,
#topMainVisual,
#topBanners,
#topIntro,
#contents,
#footer {
	width:960px;
	margin:0 auto;
}

/* Header
---------------------------------------*/

#headerWrapper{
	border-top: 5px solid #e85f9d;
	border-bottom: 5px solid #8ccf99;
}
#header {
	background: #fff url(images/header_illust.png) 320px 0px no-repeat;
}
#headerLogo {
	float:left;
}
#headerPLink {
	float:right;
	padding-top:13px;
}

/* contents
---------------------------------------*/

#contents{
	text-align:left;
}

/* topMainVisual
---------------------------------------*/
#topMainVisualWrapper {
	background:#fff8b0;
}
#topMainVisualWrapper img {
	line-height: 1;
	vertical-align:bottom
}

/* topIntro
---------------------------------------*/
#topIntroWrapper{
	background:#e85f9d;
}
#topIntro{
	padding-top:12px;
}
#topIntro p {
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
}

/* topBanners
---------------------------------------*/
#topBanners{
	list-style-type:none;
}
#topBanners li{
	float:left;
	padding:10px;
}
#topBanners .topBannerShadow{
	padding:6px;
}

/* topCourse
---------------------------------------*/
#topCourses {
	padding: 0 10px;
	text-align: left;
}
#topCourseU3 {
	width:940px;
	height:240px;
	background: url(images/top_course_u3.png) left top no-repeat;
	padding-bottom:12px;
}
#topCourseK1 {
	float:left;
	width:460px;
	height:380px;
	background: url(images/top_course_k1.png) left bottom no-repeat;
	margin-bottom:20px;
}
#topCourseK2 {
	float:right;
	width:460px;
	height:380px;
	background: url(images/top_course_k2.png) left bottom  no-repeat;
	margin-bottom:20px;
}
#topCourseElem {
	float:left;
	width:460px;
	height:282px;
	background: url(images/top_course_elem.png) left bottom no-repeat;
	padding-bottom:0px;
	margin-bottom:20px;
}
#topCourseJunior {
	float:right;
	width:460px;
	height:282px;
	background: url(images/top_course_junior.png) left bottom no-repeat;
	padding-bottom:0px;
	margin-bottom:20px;
}
#topCourseHigh {
	float:left;
	width:940px;
	height:282px;
	background: url(images/top_course_high.png) left bottom no-repeat;
	padding-bottom:0px;
	margin-bottom:20px;
}
#topCourseDd {
	width:940px;
	height:112px;
	background: url(images/top_course_dd.png) left top no-repeat;
	padding-top:15px;
	margin-top:20px;
	margin-bottom:10px;
}
.topCourseTtl{
	margin-bottom: 5px;
}
.topCourseName{
	margin-bottom:0px;
}
.topCourseDetail{
	margin-left:35px;
}

/* topAbout
---------------------------------------*/
#topAboutTtl {
	text-align:center;
}
#topAbout{
	padding:0 10px;
	margin-bottom:20px;
}
#toAboutTbl{
	border:1px solid #999;
	border-collapse:collapse;
}
#toAboutTbl th,
#toAboutTbl td{
	border:1px dashed #999;
	padding:10px;
}
#toAboutTbl th{
	background:#fff8b0;
	white-space: nowrap;
}
#toAboutTbl td{
	text-align:left;
}

/* topForInq
---------------------------------------*/
#topForInq{
	margin-bottom:20px;
	text-align:center;
}

/* inqFirst
---------------------------------------*/
#inqFirst{
	padding:10px 0;
	background:#e85f9d;
	margin-bottom:10px;
	text-align:center;
}

/* inqMaps
---------------------------------------*/
#inqMaps{
	padding: 0 10px;
}
.inqMap{
	float:left;
	width:264px;
	padding:18px;
	background:url(images/inq_map_bg.png) no-repeat;
	color: #fff;
	text-align:left;
}
.inqMap p{
	padding-bottom: 5px;
}
.inqMapTtl{
	font-weight:bold;
}
.inqMapAddress{
	font-size:0.7em;
}
.inqMapTel{
	font-size:1.8em;
	font-weight:bold;
}

/* inqMail
---------------------------------------*/
#inqMail{
	padding: 0 0px;
}
#inqForm{
	width:912px;
	height:629px;
	background:url(images/inq_form_bg.png) no-repeat;
	padding:30px 20px;
}
#inqForm table{
	width:900px;
	border-collapse: collapse;
}
#inqForm th,
#inqForm td{
	text-align: left;
}
#inqForm .inqFormTh{
	width:115px;
	padding:5px 5px 5px 20px;
	white-space:nowrap;
}
#inqForm .inqFormTd{
	width:760px;
	padding:5px;
}
.inqFormOption{
	width: 906px;
	height:159px;
	padding-top:5px;
	background:url(images/inq_fukidashi.png) no-repeat;
}
#inqForm input[type="text"] {
	padding:3px;
}
#inqForm .inqFormText{
	width:220px;
}
#inqForm .inqFormNum{
	width:40px;
}
#inqForm .inqFormZip{
	width:100px;
}
#inqForm .inqFormAddress{
	width:580px;
}
#inqForm textarea{
	width:714px;
	height:160px;
	padding: 3px;
}
#inqForm select{
	padding: 3px;
}
#inqForm input[type="submit"]{
	background:url(images/inq_submit.png);
	width:145px;
	height:33px;
	border:0px;
}
.mes{
	text-align:center;
	color:#f00;
}
.master {
	margin: 15px 10px;
	padding:5px;
	border:1px dashed #ccc;
	border-radius:5px;
	font-weight:bold;
	text-align:center;
	font-size:0.9rem;
}
.masterName {
	font-size:1.2rem;
}


/* clearfix
---------------------------------------*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}