@charset "utf-8";

/*------------------------------------------------------------------------------
 RESET
 -------------------------------------------------------------------------------*/

body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
h1,
h2,
h3,
h4,
h5,
h6,
form,
select {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	border-spacing: 0;
}

table thead {
	font-weight: normal;
}

input,
select {
	vertical-align: middle;
}

body {
	background: url(/img/bg.png) repeat-x;
	background-color: #FFFFFF;
	color: #0E131A;
	font-size: 12px;
	line-height: 1.6;
	font-family: "MS PGothic", "Hiragino Kaku Gothic Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro W4", "Helvetica", "Verdana", sans-serif;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #1D2088;
}

.linkGray:link,
.linkGray:visited,
.linkGray:hover,
.linkGray:active {
	color: #898989;
	text-decoration: none;
}


/*------------------------------------------------------------------------------
 GENERAL CLASSES（SIZE & MARGIN）
 -------------------------------------------------------------------------------
/* WIDTH */

.wf {
	width: 100%;
}


/* MARGIN */

.mt1 {
	margin-top: 1px;
}

.mt2 {
	margin-top: 2px;
}

.mt3 {
	margin-top: 3px;
}

.mt4 {
	margin-top: 4px;
}

.mt5 {
	margin-top: 5px;
}

.mt6 {
	margin-top: 6px;
}

.mt7 {
	margin-top: 7px;
}

.mt8 {
	margin-top: 8px;
}

.mt9 {
	margin-top: 9px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt22 {
	margin-top: 22px;
}

.mt25 {
	margin-top: 25px;
}

.mt26 {
	margin-top: 26px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt180 {
	margin-top: 180px;
}

.mr1 {
	margin-right: 1px;
}

.mr2 {
	margin-right: 2px;
}

.mr3 {
	margin-right: 3px;
}

.mr4 {
	margin-right: 4px;
}

.mr5 {
	margin-right: 5px;
}

.mr6 {
	margin-right: 6px;
}

.mr7 {
	margin-right: 7px;
}

.mr8 {
	margin-right: 8px;
}

.mr9 {
	margin-right: 9px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr25 {
	margin-right: 25px;
}

.mr30 {
	margin-right: 30px;
}

.mr35 {
	margin-right: 35px;
}

.ml1 {
	margin-left: 1px;
}

.ml2 {
	margin-left: 2px;
}

.ml3 {
	margin-left: 3px;
}

.ml4 {
	margin-left: 4px;
}

.ml5 {
	margin-left: 5px;
}

.ml6 {
	margin-left: 6px;
}

.ml7 {
	margin-left: 7px;
}

.ml8 {
	margin-left: 8px;
}

.ml9 {
	margin-left: 9px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml18 {
	margin-left: 18px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.ml30 {
	margin-left: 30px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mha {
	margin-left: auto;
	margin-right: auto;
}


/* PADDING */

.pt1 {
	padding-top: 1px;
}

.pt2 {
	padding-top: 2px;
}

.pt3 {
	padding-top: 3px;
}

.pt4 {
	padding-top: 4px;
}

.pt5 {
	padding-top: 5px;
}

.pt6 {
	padding-top: 6px;
}

.pt7 {
	padding-top: 7px;
}

.pt8 {
	padding-top: 8px;
}

.pt9 {
	padding-top: 9px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt25 {
	padding-top: 25px;
}

.pt30 {
	padding-top: 30px;
}

.pr1 {
	padding-right: 1px;
}

.pr2 {
	padding-right: 2px;
}

.pr3 {
	padding-right: 3px;
}

.pr4 {
	padding-right: 4px;
}

.pr5 {
	padding-right: 5px;
}

.pr6 {
	padding-right: 6px;
}

.pr7 {
	padding-right: 7px;
}

.pr8 {
	padding-right: 8px;
}

.pr9 {
	padding-right: 9px;
}

.pr10 {
	padding-right: 10px;
}

.pr11 {
	padding-right: 11px;
}

.pr15 {
	padding-right: 15px;
}

.pr20 {
	padding-right: 20px;
}

.pr25 {
	padding-right: 25px;
}

.pr30 {
	padding-right: 30px;
}

.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb25 {
	padding-bottom: 25px;
}

.pb30 {
	padding-bottom: 30px;
}

.pl1 {
	padding-left: 1px;
}

.pl2 {
	padding-left: 2px;
}

.pl3 {
	padding-left: 3px;
}

.pl4 {
	padding-left: 4px;
}

.pl5 {
	padding-left: 5px;
}

.pl6 {
	padding-left: 6px;
}

.pl7 {
	padding-left: 7px;
}

.pl8 {
	padding-left: 8px;
}

.pl9 {
	padding-left: 9px;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pl25 {
	padding-left: 25px;
}

.pl30 {
	padding-left: 30px;
}

.pv2 {
	padding-top: 2px;
	padding-bottom: 2px;
}

.pv3 {
	padding-top: 3px;
	padding-bottom: 3px;
}

.pv4 {
	padding-top: 4px;
	padding-bottom: 4px;
}

.pv5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.pv7 {
	padding-top: 7px;
	padding-bottom: 7px;
}

.pv10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.pv15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.pv20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.pv25 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.pv30 {
	padding-top: 20px;
	padding-bottom: 30px;
}

.ph2 {
	padding-left: 2px;
	padding-right: 2px;
}

.ph3 {
	padding-left: 3px;
	padding-right: 3px;
}

.ph4 {
	padding-left: 4px;
	padding-right: 4px;
}

.ph5 {
	padding-left: 5px;
	padding-right: 5px;
}

.ph10 {
	padding-left: 10px;
	padding-right: 10px;
}

.ph11 {
	padding-left: 11px;
	padding-right: 11px;
}

.ph15 {
	padding-left: 15px;
	padding-right: 15px;
}

.ph20 {
	padding-left: 20px;
	padding-right: 20px;
}

.ph25 {
	padding-left: 25px;
	padding-right: 25px;
}

.ph30 {
	padding-left: 30px;
	padding-right: 30px;
}

.p0 {
	padding: 0 !important;
}

.p1 {
	padding: 1px;
}

.p2 {
	padding: 2px;
}

.p3 {
	padding: 3px;
}

.p4 {
	padding: 4px;
}

.p5 {
	padding: 5px;
}

.p10 {
	padding: 10px;
}

.p15 {
	padding: 15px;
}

.p20 {
	padding: 20px;
}

.p25 {
	padding: 25px;
}

.p30 {
	padding: 30px;
}


/*------------------------------------------------------------------------------
 GENERAL CLASSES（EFFECTS）
 -------------------------------------------------------------------------------*/


/* FLOAT */

.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
}


/* CLEAR FIX */

.cf:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.cf {
	zoom: 1;
}


/* POSITION */

.pr {
	position: relative;
	zoom: 1;
}

.pa {
	position: absolute;
}

.t0 {
	top: 0;
}

.t5 {
	top: 5px;
}

.t10 {
	top: 10px;
}

.t15 {
	top: 15px;
}

.t20 {
	top: 20px;
}

.t25 {
	top: 25px;
}

.t30 {
	top: 30px;
}

.l0 {
	left: 0;
}

.l5 {
	left: 5px;
}

.l10 {
	left: 10px;
}

.l15 {
	left: 15px;
}

.l20 {
	left: 20px;
}

.l25 {
	left: 25px;
}

.l30 {
	left: 30px;
}

.r0 {
	right: 0;
}

.r5 {
	right: 5px;
}

.r10 {
	right: 10px;
}

.r15 {
	right: 15px;
}

.r20 {
	right: 20px;
}

.r25 {
	right: 25px;
}

.r30 {
	right: 30px;
}

.b0 {
	bottom: 0;
}

.b5 {
	bottom: 5px;
}

.b10 {
	bottom: 10px;
}

.b15 {
	bottom: 15px;
}

.b20 {
	bottom: 20px;
}

.b25 {
	bottom: 25px;
}

.b30 {
	bottom: 30px;
}


/* OVERFLOW */

.ofh {
	overflow: hidden;
}


/* DISPLAY */

.db {
	display: block;
}

.di {
	display: inline;
}

.dn {
	display: none;
}

.dib4i {
	display: inline-block !important;
	vertical-align: middle;
}

.dib4b {
	display: inline-block !important;
	*display: inline !important;
	zoom: 1;
	vertical-align: middle;
}


/* Z-INDEX */

.zi0 {
	z-index: 0;
}

.zi1 {
	z-index: 1;
}


/* HASLAYOUT TO TRUE */

.zm1 {
	zoom: 1;
}


/*------------------------------------------------------------------------------
 GENERAL CLASSES（MODIFY ELEMENTS）
 -------------------------------------------------------------------------------*/


/* VERTICAL-ALIGN */

.vat {
	vertical-align: top;
}

.vam {
	vertical-align: middle;
}

.vab {
	vertical-align: bottom;
}


/* TEXT-ALIGN */

.tal {
	text-align: left;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}


/* BLOCK-ALIGN */

.bal {
	margin-right: auto;
}

.bac {
	margin-left: auto;
	margin-right: auto;
}

.bar {
	margin-left: auto;
}


/* FONT-WEIGHT */

.b {
	font-weight: bold;
}

.n {
	font-weight: normal;
}


/* FONT-SIZE */

.fs10 {
	font-size: 83%;
}

.fs12 {
	font-size: 100%;
}

.fs14 {
	font-size: 116.6%;
}

.fs16 {
	font-size: 133.3%;
}

.fs18 {
	font-size: 150%;
}

.fs20 {
	font-size: 166.6%;
}

.fs22 {
	font-size: 183.3%;
}

.fs24 {
	font-size: 200%;
}

/* FONT-color */

.fcb {
	color: #19449D;
}

/* FOREGROUND */

.fgWhite {
	color: #FFFFFF;
}

.fgRed {
	color: #FF3333;
}

.fgGray {
	color: #898989;
}

.fgBlue {
	color: #1d2088;
}


/* BACKGROUND */

.bgWhite {
	background-color: #FFFFFF;
}

.bgGray {
	background-color: #D6D6D6;
}


/* BORDER */

.bdBlack {
	border: 1px solid #000000;
}

.bdRed {
	border: 1px solid #FF0000;
}

.bdDotT {
	border-top: 1px dotted #B9B9B9;
}

.bdDotR {
	border-right: 1px dotted #B9B9B9;
}

.bdDotL {
	border-left: 1px dotted #B9B9B9;
}

.bdDotB {
	border-bottom: 1px dotted #B9B9B9;
}

.bdDotBW {
	border-bottom: 2px dotted #FFFFFF;
}

.bdGray {
	border: 1px solid #BBBBBB;
}

.bdGrayT {
	border-top: 1px solid #BBBBBB;
}

.bdGrayL {
	border-left: 1px solid #BBBBBB;
}

.bdWhiteL {
	border-left: 2px solid #FFFFFF;
}

.bdBlueL {
	border-left: 5px solid #173696;
}


/* OFF LEFT */

.ol {
	text-indent: -9999px;
	overflow: hidden;
}

.btOl {
	border: 0 none;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	vertical-align: middle;
}


/* TABLE */

.bdCell {
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
}

.bdclps {
	border-collapse: collapse;
}

.thSideLGray {
	background-color: #BBBBBB;
}

.pCell5 th,
.pCell5 td {
	padding: 5px;
}

.pCell10 th,
.pCell10 td {
	padding: 10px;
}


/*------------------------------------------------------------------------------
 COMMON PARTS
 -------------------------------------------------------------------------------*/

.wrapper {
	width: 904px;
	margin: 0 auto;
	text-align: left;
}

.header {
	width: 900px;
	margin-top: 10px;
	height: 81px;
}

.gNavi {
	width: 900px;
}

.gNavi li {
	float: left;
}

.contentsWrapper {
	background: url(/img/bg_contents.png) repeat-y;
}

.contents {
	background: url(/img/bg_topContents.png) no-repeat;
	margin-top: 10px;
}

.topContents {
	padding: 0 2px;
}

.pankuzu {
	background: url(/img/sprites/x.png) repeat-x;
	padding: 3px 10px;
}

.pankuzu li {
	float: left;
	font-size: 10px;
}

.mainContents {
	background: url(/img/sprites/y.png) no-repeat;
	background-position: -2209px 0;
	padding: 12px 10px 10px;
}

.mainContents .tokutei {
	width: 600px;
}

.mainContents table  {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.mainContents th {
	font-size: 13px;
	background-color: #eeeeee;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 10px 0px 10px 5px;
}

.mainContents td {
	font-size: 13px;
	background-color: #FFFFFF;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 10px 0px 10px 5px;
}

.sidebar {
	float: left;
	width: 254px;
}

.footWrapper {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background-color: #DFE2E6;
}

.footer {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	color: #898989;
	text-align: left;
}

.fNavi li {
	float: left;
}

.cS {
	background: url(/img/sprites/c.png) no-repeat;
}

.yS {
	background: url(/img/sprites/y.png) no-repeat;
}

.hnS {
	background: url(/img/sprites/hn.png) no-repeat;
}

.iS {
	background: url(/img/sprites/i.png) no-repeat;
}

.gS {
	background: url(/img/sprites/g.png) no-repeat;
}

.bgS {
	background: url(/img/sprites/bg.png) no-repeat;
}

.txtS {
	background: url(/img/sprites/txt.png) no-repeat;
}

.menuS {
	background: url(/img/sprites/menu.png) no-repeat;
}

.topRanking li {
	margin-top: 3px;
	padding: 7px 5px 0;
	border-top: 1px dotted #B9B9B9;
}

.topChooseCourse {
	width: 624px;
}

.topChooseCourse li {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

.topInformation {
	padding-left: 4px;
	padding-right: 4px;
	line-height: 2.2;
	margin-top: -1px;
	zoom: 1;
}

.topInformation dt {
	width: 80px;
	float: left;
	padding-bottom: 1px;
}

.topInformation dd {
	padding-left: 80px;
	border-top: 1px dotted #9B9B9B;
}

.guideFeature li {
	float: left;
	width: 300px;
	height: 64px;
	background: url(/img/sprites/bg.png) no-repeat 0 -360px;
	margin: 14px 14px 0 0;
}

.faqList dt {
	background: url(/img/sprites/i.png) no-repeat -15px -176px;
	margin-top: 10px;
	margin-right: 11px;
	margin-left: 11px;
	padding-left: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #1D2088;
}

.faqList dd {
	background: url(/img/sprites/i.png) no-repeat -15px -257px;
	border-bottom: 1px dotted #B9B9B9;
	margin-right: 11px;
	margin-left: 11px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.photoGalleryL {
	width: 636px;
}

.photoGalleryL li {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	padding-right: 10px;
}

.photoGalleryR {
	width: 636px;
	margin-left: -25px;
}

.photoGalleryR li {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 10px;
}

.courseTitle {
	background: url(/img/sprites/x.png) no-repeat;
	background-position: 0 -22px;
	padding-left: 10px;
	font-size: 13px;
	line-height: 1;
}

.courseList li {
	margin-top: 25px;
}

.courseDetail li {
	margin-top: 20px;
}

.courseDetail li.mt12 {
	margin-top: 12px;
}

.courseDetailQA {
	margin-top: 15px;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 1.6;
}

.courseDetailQA dt {
	float: left;
	width: 155px;
	color: #19449D;
	font-weight: bold;
}

.courseDetailQA dd {
	float: left;
	width: 405px;
	margin-left: 10px;
	padding-left: 15px;
	border-left: 2px solid #FFFFFF;
}

.courseDetailQATop {
	background-position: 0 top;
	padding: 5px 0 0 0;
}

.courseDetailQABottom {
	background-position: -615px bottom;
	padding: 0 0 5px 0;
}

.courseDetailQAMiddle {
	background-position: -1230px bottom;
	background-repeat: repeat-y;
	padding: 5px 10px;
}

.sitemapCourseList li {
	float: left;
	width: 176px;
	margin-top: 5px;
	padding: 0 11px;
}

.recruitFutureBg {
	background: url(/img/bgRecruit.jpg) no-repeat 219px 0;
}

.courseTbl th {
	font-weight: normal;
	text-align: center;
}

.shopTbl th,
.contactTbl th,
.courseTbl th,
.reserveTbl th,
.recruitTbl th {
	background-color: #F0F0F0;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
}

.shopTbl td,
.contactTbl td,
.courseTbl td,
.reserveTbl td,
.recruitTbl td {
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	background: #FFFFFF;
}

.shopTbl th {
	width: 117px;
}

.shopTbl td {
	width: 485px;
}

.contactTbl th {
	width: 125px;
	font-weight: normal;
}

.contactTbl td {
	width: 447px;
}

.reserveTbl th {
	width: 160px;
	font-weight: normal;
}

.reserveTbl td {
	width: 412px;
}

.recruitTbl th {
	width: 100px;
	color: #19449D;
	vertical-align: top;
	font-size: 13px;
}

.recruitTbl td {
	width: 472px;
}

.w30 {
	width: 30px;
}

.w35 {
	width: 35px;
}

.w75 {
	width: 75px;
}

.w100 {
	width: 100px;
}

.w107 {
	width: 107px;
}

.w118 {
	width: 118px;
}

.w160 {
	width: 160px;
}

.w165 {
	width: 165px;
}

.w171 {
	width: 171px;
}

.w188 {
	width: 188px;
}

.w190 {
	width: 190px;
}

.w194 {
	width: 194px;
}

.w195 {
	width: 195px;
}

.w197 {
	width: 197px;
}

.w240 {
	width: 240px;
}

.w244 {
	width: 244px;
}

.w245 {
	width: 245px;
}

.w250 {
	width: 250px;
}

.w254 {
	width: 254px;
}

.w263 {
	width: 263px;
}

.w280 {
	width: 280px;
}

.w325 {
	width: 325px;
}

.w351 {
	width: 351px;
}

.w354 {
	width: 354px;
}

.w363 {
	width: 363px;
}

.w373 {
	width: 373px;
}

.w377 {
	width: 377px;
}

.w386 {
	width: 386px;
}

.w415 {
	width: 415px;
}

.w434 {
	width: 434px;
}

.w483 {
	width: 483px;
}

.w500 {
	width: 500px;
}

.w602 {
	width: 602px;
}

.w603 {
	width: 603px;
}

.w605 {
	width: 605px;
}

.w612 {
	width: 612px;
}

.w614 {
	width: 614px;
}

.w615 {
	width: 615px;
}

.w619 {
	width: 619px;
}

.w624 {
	width: 624px;
}

.w627 {
	width: 627px;
}

.w628 {
	width: 628px;
}

.w675 {
	width: 675px;
}

.h27 {
	height: 27px;
}

.h48 {
	height: 48px;
}

.h66 {
	height: 66px;
}

.h91 {
	height: 91px;
}

.h100 {
	height: 100px;
}

.h101 {
	height: 101px;
}

.h103 {
	height: 103px;
}

.h118 {
	height: 118px;
}

.h140 {
	height: 140px;
}

.h150 {
	height: 150px;
}

.h180 {
	height: 180px;
}

.h200 {
	height: 200px;
}

.h205 {
	height: 205px;
}

.h315 {
	height: 315px;
}

.h328 {
	height: 328px;
}

.h341 {
	height: 341px;
}

.h343 {
	height: 343px;
}

.h457 {
	height: 457px;
}

.h544 {
	height: 544px;
}

.mt18 {
	margin-top: 18px;
}

.mt12 {
	margin-top: 12px;
}

.mt43 {
	margin-top: 43px;
}

.mr11 {
	margin-right: 11px;
}

.mr33 {
	margin-right: 33px;
}

.mtn5 {
	margin-top: -5px;
}

.mtn6 {
	margin-top: -6px;
}

.mtn10 {
	margin-top: -10px;
}

.mtn15 {
	margin-top: -15px;
}

.mtn20 {
	margin-top: -20px;
}

.mtn25 {
	margin-top: -25px;
}

.mln2 {
	margin-left: -2px;
}

.mln8 {
	margin-left: -8px;
}

.mln9 {
	margin-left: -9px;
}

.mln14 {
	margin-left: -14px;
}

.mln23 {
	margin-left: -23px;
}

.mrn14 {
	margin-right: -14px;
}

.pt17 {
	padding-top: 17px;
}

.pt19 {
	padding-top: 19px;
}

.pt48 {
	padding-top: 48px;
}

.pb3 {
	padding-bottom: 3px;
}

.pb6 {
	padding-bottom: 6px;
}

.logo {
	background-position: 0 0;
	width: 218px;
	height: 51px;
	margin: 12px 0 0 24px;
}

.tel {
	background-position: 0 0;
	width: 150px;
	height: 8px;
}

.hour {
	background-position: 0 -20px;
	width: 149px;
	height: 19px;
}

.number {
	background-position: 0 -40px;
	width: 150px;
	height: 16px;
}

.tagline {
	text-align: right;
	color: #1D2088;
	font-size: 10px;
	line-height: 1;
}

.copyright {
	background: url(/img/copyRight.png);
	width: 309px;
	height: 15px;
	margin-top: 3px;
}


/* SPRITES */

.btnCourse {
	background-position: 0 -100px;
	width: 112px;
	height: 32px;
}

.btnCourse:hover,
.btnCourse:active,
.btnCourseCurrent {
	background-position: 0 -132px;
	width: 112px;
	height: 32px;
}

.btnGuide {
	background-position: -112px -100px;
	width: 113px;
	height: 32px;
}

.btnGuide:hover,
.btnGuide:active,
.btnGuideCurrent {
	background-position: -112px -132px;
	width: 113px;
	height: 32px;
}

.btnCampaign {
	background-position: -225px -100px;
	width: 112px;
	height: 32px;
}

.btnCampaign:hover,
.btnCampaign:active,
.btnCampaignCurrent {
	background-position: -225px -132px;
	width: 112px;
	height: 32px;
}

.btnBridal {
	background-position: -337px -100px;
	width: 113px;
	height: 32px;
}

.btnBridal:hover,
.btnBridal:active,
.btnBridalCurrent {
	background-position: -337px -132px;
	width: 113px;
	height: 32px;
}

.btnShop {
	background-position: -562px -100px;
	width: 112px;
	height: 32px;
}

.btnShop:hover,
.btnShop:active,
.btnShopCurrent {
	background-position: -562px -132px;
	width: 112px;
	height: 32px;
}

.btnContact {
	background-position: -674px -100px;
	width: 113px;
	height: 32px;
}

.btnContact:hover,
.btnContact:active,
.btnContactCurrent {
	background-position: -674px -132px;
	width: 113px;
	height: 32px;
}

.btnRecruit {
	background-position: -787px -100px;
	width: 113px;
	height: 32px;
}

.btnRecruit:hover,
.btnRecruit:active,
.btnRecruitCurrent {
	background-position: -787px -132px;
	width: 113px;
	height: 32px;
}

.btnReserve {
	background-position: 0 -180px;
	width: 209px;
	height: 44px;
}

.btnReserve:hover,
.btnReserve:active {
	background-position: 0 -224px;
}

.btnDetailS {
	background-position: 0 -340px;
	width: 83px;
	height: 27px;
}

.btnDetailS:hover,
.btnDetailS:active {
	background-position: 0 -367px;
}

.btnPrintS {
	background-position: -80px -180px;
	width: 62px;
	height: 20px;
}

.btnPrintS:hover,
.btnPrintS:active {
	background-position: -80px -200px;
}

.btnGoldReserve {
	background-position: 0 0;
	width: 278px;
	height: 58px;
}

.btnGoldReserve:hover,
.btnGoldReserve:active {
	background-position: 0 -58px;
	width: 278px;
	height: 58px;
}

.btnGoldsReserve {
	background-position: 0 -340px;
	width: 130px;
	height: 27px;
}

.btnGoldsReserve:hover,
.btnGoldsReserve:active {
	background-position: 0 -367px;
	width: 130px;
	height: 27px;
}

.btnGoldOtherContact {
	background-position: -278px 0;
	width: 278px;
	height: 58px;
}

.btnGoldOtherContact:hover,
.btnGoldOtherContact:active {
	background-position: -278px -58px;
	width: 278px;
	height: 58px;
}

.btnHeadReserve {
	background-position: 0 -120px;
	width: 207px;
	height: 53px;
}

.btnHeadReserve:hover,
.btnHeadReserve:active {
	background-position: 0 -173px;
	width: 207px;
	height: 53px;
}

.btnGoldConfirm {
	background-position: 0 -240px;
	width: 198px;
	height: 48px;
	border: none;
}

.btnGoldConfirm:hover,
.btnGoldConfirm:active {
	background-position: 0 -288px;
	width: 198px;
	height: 48px;
}

.btnGoldSend {
	background-position: -200px -240px;
	width: 198px;
	height: 48px;
	border: none;
}

.btnGoldSend:hover,
.btnGoldSend:active {
	background-position: -200px -288px;
	width: 198px;
	height: 48px;
}

.btnGinza {
	background-position: -562px -164px;
	width: 112px;
	height: 32px;
}

.btnShinjyuku {
	background-position: -562px -196px;
	width: 112px;
	height: 32px;
}

.btnShibuya {
	background-position: -562px -228px;
	width: 112px;
	height: 32px;
}

.btnIkebukuro {
	background: url(/img/btn_Ikebukuro.png) no-repeat;
	width: 112px;
	height: 32px;
}

.btnYokohama {
	background: url(/img/btn_yokohama.png) no-repeat;
	width: 112px;
	height: 32px;
}

.btnHawaii {
	background-position: -675px -228px;
	width: 112px;
	height: 32px;
}

.btnQuickS {
	background-position: 0 -260px;
	width: 147px;
	height: 40px;
}

.btnQuickS:hover,
.btnQuickS:active {
	background-position: -0px -300px;
}

.btnPartsS {
	background-position: -147px -260px;
	width: 147px;
	height: 40px;
}

.btnPartsS:hover,
.btnPartsS:active {
	background-position: -147px -300px;
}

.btnKogaoS {
	background-position: -294px -260px;
	width: 147px;
	height: 40px;
}

.btnKogaoS:hover,
.btnKogaoS:active {
	background-position: -294px -300px;
}

.btnBridalS {
	background-position: -441px -260px;
	width: 147px;
	height: 40px;
}

.btnBridalS:hover,
.btnBridalS:active {
	background-position: -441px -300px;
}

.btnDetoxS {
	background-position: -588px -260px;
	width: 147px;
	height: 40px;
}

.btnDetoxS:hover,
.btnDetoxS:active {
	background-position: -588px -300px;
}

.btnAntiageingS {
	background-position: -735px -260px;
	width: 147px;
	height: 40px;
}

.btnAntiageingS:hover,
.btnAntiageingS:active {
	background-position: -735px -300px;
}

.btnCoupleS {
	background-position: -882px -260px;
	width: 147px;
	height: 40px;
}

.btnCoupleS:hover,
.btnCoupleS:active {
	background-position: -882px -300px;
}

.btnOptionS {
	background-position: -1029px -260px;
	width: 147px;
	height: 40px;
}

.btnOptionS:hover,
.btnOptionS:active {
	background-position: -1029px -300px;
}


/* TITLE */

.ttlRanking {
	background-position: 0 0;
	width: 254px;
	height: 31px;
}

.ttlcontact {
	background-position: 0 -33px;
	width: 254px;
	height: 31px;
}

.ttlReservBg {
	background-position: 0 -28px;
	width: 254px;
	height: 40px;
}

.ttlChooseCourse {
	background-position: 0 -80px;
	height: 31px;
}

.ttlInformation {
	background-position: 0 -111px;
	height: 31px;
}

.ttlFaq {
	background-position: 0 -142px;
	height: 31px;
}

.ttlPhotogallery {
	background-position: 0 -173px;
	height: 31px;
}

.ttlContact {
	background-position: 0 -204px;
	height: 31px;
}

.ttlReserve {
	background-position: 0 -235px;
	height: 31px;
}

.ttlLinks {
	background-position: 0 -297px;
	height: 31px;
}

.ttlCourseList {
	background-position: 0 -328px;
	height: 31px;
}

.ttlQuickNinoude {
	background-position: 0 -359px;
	height: 31px;
}

.ttlQuickHip {
	background-position: 0 -390px;
	height: 31px;
}

.ttlQuickWest {
	background-position: 0 -421px;
	height: 31px;
}

.ttlPartsNinoude {
	background-position: 0 -452px;
	height: 31px;
}

.ttlPartsHip {
	background-position: 0 -483px;
	height: 31px;
}

.ttlPartsWest {
	background-position: 0 -514px;
	height: 31px;
}

.ttlKogao {
	background-position: 0 -545px;
	height: 31px;
}

.ttlBridal1day {
	background-position: 0 -576px;
	height: 31px;
}

.ttlBridal1month {
	background-position: 0 -607px;
	height: 31px;
}

.ttlBridal3month {
	background-position: 0 -638px;
	height: 31px;
}

.ttlDetox {
	background-position: 0 -669px;
	height: 31px;
}

.ttlAntiageing {
	background-position: 0 -700px;
	height: 31px;
}

.ttlCoupleQuick {
	background-position: 0 -731px;
	height: 31px;
}

.ttlCoupleDetox {
	background-position: 0 -762px;
	height: 31px;
}

.ttlOptionLymph {
	background-position: 0 -793px;
	height: 31px;
}

.ttlOptionHeat {
	background-position: 0 -824px;
	height: 31px;
}

.ttlOptionFace {
	background-position: 0 -1010px;
	height: 31px;
}

.ttlTermsUse {
	background-position: 0 -855px;
	height: 31px;
}

.ttlTermsReserve {
	background-position: 0 -886px;
	height: 31px;
}

.ttlTermsToday {
	background-position: 0 -917px;
	height: 31px;
}

.ttlTermsWarnig {
	background-position: 0 -948px;
	height: 31px;
}

.ttlSitemap {
	background-position: 0 -979px;
	height: 31px;
}


/*120516bridal追記*/

.ttlBridalSlimming {
	background-position: 0 -1041px;
	height: 31px;
}

.ttlBridalOneday {
	background-position: 0 -1071px;
	height: 31px;
}


/* TEXT */

.txtAntiAgingKana {
	background-position: 0 -80px;
	width: 172px;
	height: 18px;
}

.txtAntiAging {
	background-position: 0 -100px;
	width: 126px;
	height: 12px;
}

.txtQA {
	background-position: 0 -120px;
	width: 64px;
	height: 23px;
}

.txtGuideCatch {
	background-position: 0 -160px;
	width: 308px;
	height: 41px;
}

.txtFeature {
	background-position: 0 -220px;
	width: 190px;
	height: 24px;
}

.txtFeatureNo1 {
	background-position: 0 -300px;
	width: 263px;
	height: 28px;
}

.txtFeatureNo2 {
	background-position: 0 -340px;
	width: 221px;
	height: 12px;
}

.txtFeatureNo3 {
	background-position: 0 -360px;
	width: 225px;
	height: 28px;
}

.txtFeatureNo4 {
	background-position: 0 -400px;
	width: 200px;
	height: 28px;
}

.txtFeatureNo5 {
	background-position: 0 -440px;
	width: 201px;
	height: 12px;
}

.txtFeatureNo6 {
	background-position: 0 -460px;
	width: 212px;
	height: 29px;
}

.txtFeatureNo7 {
	background-position: 0 -500px;
	width: 150px;
	height: 12px;
}

.txtFeatureNo8 {
	background-position: 0 -520px;
	width: 150px;
	height: 13px;
}

.txtPrint {
	background-position: 0 -540px;
	width: 111px;
	height: 11px;
}

.txtRecommend {
	background-position: 0 -244px;
	width: 174px;
	height: 17px;
}

.txtManifest {
	background-position: 0 -261px;
	width: 441px;
	height: 24px;
}

.txtRecruitConsept {
	background-position: 0 -560px;
	width: 299px;
	height: 18px;
}

.txtRecruitAllHand {
	background-position: 0 -580px;
	width: 357px;
	height: 18px;
}

.txtSitemapLadys {
	background-position: 0 -620px;
	width: 60px;
	height: 12px;
}

.txtSitemapMens {
	background-position: 0 -640px;
	width: 36px;
	height: 12px;
}

.txtSitemapInfo {
	background-position: 0 -660px;
	width: 50px;
	height: 12px;
}


/* ICON */

.icnNo1 {
	background-position: 0 0;
	height: 22px;
	padding-top: 6px;
	padding-left: 35px;
}

.icnNo2 {
	background-position: 0 -60px;
	height: 22px;
	padding-top: 6px;
	padding-left: 35px;
}

.icnNo3 {
	background-position: 0 -120px;
	height: 22px;
	padding-top: 6px;
	padding-left: 35px;
}

.icnArrow {
	background-position: -22px -338px;
	width: 5px;
	height: 5px;
	padding-left: 10px;
}

.icnList {
	background-position: -21px -395px;
	padding-left: 12px;
}


/* BACKGROUND */

.bgAntiAging {
	background-position: 287px 0;
}

.bgRanking {
	background-position: 0 -220px;
	height: 120px;
}

.bgGuideIntro {
	background: url(/img/bgGuide.jpg) no-repeat;
	margin-right: 3px;
	background-position: top right;
	height: 521px;
	padding-top: 23px;
}

.bgOtherContact {
	background-position: 0 -440px;
	width: 613px;
	height: 73px;
}


/* SIDE BANNER */

.bnrMobile {
	background-position: -240px 0;
	width: 254px;
	height: 80px;
}


/* CONTACT FORM */

.contactTable,
.reserveTbl {
	margin-top: 10px;
	border-top: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	border-collapse: collapse;
}

.contactTable th {
	width: 160px;
	padding: 10px;
	background-color: #F0F0F0;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
}

.contactTable td {
	padding: 10px;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	background: #FFFFFF;
}

.reserveTbl th {
	width: 150px;
	padding: 10px;
	background-color: #F0F0F0;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
}

.reserveTbl td {
	padding: 10px;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	background: #FFFFFF;
}

.errorMsg {
	font-size: 11px;
	color: #FF0000;
}

ul.menu li {
	float: left;
	position: relative;
}

ul.menu li ul.sub {
	position: absolute;
	width: 112px;
	z-index: 1;
}

ul.menu {
	zoom: 1;
}

ul.menu:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.flash {
	z-index: 1;
	height: 290px;
}

.layer {
	z-index: 9999;
}


/* BRIDAL */

.bridalFacial {
	width: 260px;
	height: 367px;
	margin-right: 30px;
	background-image: url(/img/bridal_facial.jpg);
	background-repeat: no-repeat;
}

.bridalBodycare {
	width: 260px;
	height: 367px;
	background-image: url(/img/bridal_bodycare.jpg);
	background-repeat: no-repeat;
}

.bridalSoushin {
	width: 260px;
	height: 367px;
	margin-right: 30px;
	background-image: url(/img/bridal_soushin.jpg);
	background-repeat: no-repeat;
}

.bridalShaving {
	width: 260px;
	height: 367px;
	background-image: url(/img/bridal_shaving.jpg);
	background-repeat: no-repeat;
}

.courseNomal {
	border-bottom: 1px #666666 dotted;
}


/* 20130314 */


/* common */

.cSFaq {
	background: url(/img/sprites/faq.png) no-repeat;
}

.btnFaq {
	background-position: 0 0;
	width: 112px;
	height: 32px;
}

.btnFaq:hover,
.btnFaq:active,
.btnFaqCurrent縲 {
	background-position: 0 -32px;
	width: 112px;
	height: 32px;
}

.workingHourWrap,
.receptionTimeWrap {
	padding: 2px 0 0 6px;
	font-size: 11px;
}

.workingHourWrap li,
.receptionTimeWrap li {
	line-height: 1;
}

.day {
	display: block;
	width: 40px;
	float: left;
	_line-height: 1.1;
	/* IE6 */
}

.workingHour {
	display: block;
	float: left;
	_line-height: 1.1;
	/* IE6 */
}

.ttlPages {
	width: 619px;
	height: 40px;
	font-size: 20px;
	color: #F8F8F8;
	background: url(/img/ttl_bg.png) no-repeat;
	position: relative;
	font-weight: normal;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	margin-bottom: 20px;
}

.ttlPages span {
	position: absolute;
	line-height: 1.0;
	top: 9px;
	left: 35px;
}

.contactList {
	font-weight: bold;
}

.premise {
	font-size: 15px;
}

.telNumber {
	margin-left: 10px;
	font-size: 16px;
	font-family: 'arial black';
}

.ffMincho {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	*font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	/* IE7 and below */
}

.ttlCourseDetail {
	font-weight: normal;
	font-size: 24px;
	padding-left: 20px;
	line-height: 1.2;
	background: url('../../img/leftBorder_blue.png') no-repeat;
}

.txtCourseDetail {
	margin-top: 5px;
	padding-top: 10px;
	border-top: 1px dotted #B9B9B9;
}


/* guide */

.guideFeature li {
	text-align: center;
	font-weight: bold;
	color: #797979;
}


/* campaign */

*,
*:before,
*:after {
	box-sizing: border-box;
}

.campaignTopContents {
	position: relative;
}

.campaignTopAttention {
	position: absolute;
	left: 589px;
	top: 155px;
	letter-spacing: 1px;
}

.campaignTopAnnounce {
	font-size: 12pt;
	color: #000000;
}

.campaign_pageInlinkMenu {
	box-shadow: 0 2px 5px #C0C5CA;
}

.campaignMenu {
	width: 100%;
	height: 36px;
}

.campaignMenu li a {
	background: linear-gradient(#d8c57d, #7f6c34);
	background-color: #d8c57d;
	height: 36px;
	line-height: 36px;
	text-align: center;
	display: block;
	letter-spacing: 3px;
}

.campaignMenuLink {
	font-size: 12px;
	text-shadow: 1px 1px 3px #7F6C34;
	vertical-align: middle;
}

.campaignMenu li {
	float: left;
}

a.campaignMenuLink {
	text-decoration: none;
	color: #FFFFFF;
}

.campaignMenu li+li {
	border-left: 1px #7F6C34 solid;
}

a.campaignMenuLink:hover {
	opacity: 0.8;
}

.campaignMenuLinkCoupon {
	width: 120px;
}

.campaignMenuLinkKogao {
	width: 64px;
}

.campaignMenuLinkAllhand {
	width: 145px;
}

.campaignMenuLinkMassage {
	width: 186px;
}

.campaignMenuLinkBridal {
	width: 99px;
}

.campaignPlanIndex {
	height: 20px;
	line-height: 20px;
	border-left: 10px #DABF74 solid;
	padding-left: 15px;
	margin-top: 20px;
	font-size: 16px;
	color: #9F9576;
	letter-spacing: 2px;
}

.campaignBlockContents {
	vertical-align: middle;
	width: 615px;
	height: 100%;
	min-height: 215px;
	text-align: center;
	background-image: url(/../img/campaign_background_base.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 20px;
}

.campaignBlock {
	width: 100%;
	height: auto;
	padding: 15px;
}

.campaignBlock:before,
.campaignBlock:after {
	content: '';
	background-image: url("../img/campaign_background_bar.png");
	position: absolute;
	width: 616px;
	height: 10px;
	left: -3px;
}

.campaignBlock:before {
	top: 1px;
}

.campaignBlock:after {
	bottom: 1px;
}

.campaignBlockRight {
	width: 70%;
	height: inherit;
	float: right;
}

.campaignBlockRightInner {
	height: inherit;
	position: relative;
	right: -14px;
	top: -14px;
	font-size: 13px;
	letter-spacing: 1px;
}

.campaignTitle {
	color: #675044;
	font-size: 15px;
}

.campaignSubTitle {
	color: #BEB27E;
	margin-top: 28px;
	font-weight: bold;
	display: inline-block;
}

.campaignBlockInnerTitle {
	width: 386px;
	margin-left: auto;
	margin-right: 20px;
	text-align: left;
}

.campaignDescription {
	width: 386px;
	text-align: left;
	color: #675044;
	border-top: 2px #EAC969 dotted;
	padding-top: 6px;
}

.campaignBlockLeft {
	width: 30%;
	height: inherit;
	float: left;
	top: 0;
	margin-bottom: 40px;
}

.campaignBlockLeft img {
	width: 142px;
	margin-top: 58px;
	margin-left: -6px;
}

.campaignBlockLeftInner {
	width: 140px;
	height: inherit;
	left: 34px;
	position: relative;
	top: 20px;
}

.campaignPriceblock {
	width: 100%;
	height: 25px;
	position: absolute;
	left: -19px;
	margin-top: -8px;
}

.campaignPrice {
	display: block;
	color: #1D5AA5;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 21px;
	text-shadow: 3px 2px 2px #E2DDB8;
	letter-spacing: 1px;
	vertical-align: middle;
	text-align: center;
}

.campaignPrice > .yen {
	font-size: 12px;
}

.campaignPrice > .tax {
	font-size: 10px;
}

.campaignPriceRibbon img {
	position: absolute;
	width: 170px;
	height: 42px;
	left: -34px;
	top: -8px;
}

 /*=== 画像の表示エリア ================================= */
.slide {
  position   : relative;
  overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 900px;
  height     : 290px;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : #fff;
}

 /*=== 画像の設定 ======================================= */
.slide img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : 900px;
  height     : 290px;
  opacity    : 0;
  animation-name  : slideAnime;
  animation-duration: 50s;
  animation-timing-function:ease;
  animation-delay:0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}


 /*=== スライドのアニメーションを段差で開始する ========= */
.slide img:nth-of-type(1) { animation-delay: 0s }
.slide img:nth-of-type(2) { animation-delay: 5s }
.slide img:nth-of-type(3) { animation-delay: 6s }
.slide img:nth-of-type(4) { animation-delay: 12s }
.slide img:nth-of-type(5) { animation-delay: 13s }
.slide img:nth-of-type(6) { animation-delay: 19s }
.slide img:nth-of-type(7) { animation-delay: 20s }
.slide img:nth-of-type(8) { animation-delay: 26s }
.slide img:nth-of-type(9) { animation-delay: 27s }
.slide img:nth-of-type(10) { animation-delay: 33s }
.slide img:nth-of-type(11) { animation-delay: 34s }
.slide img:nth-of-type(12) { animation-delay: 40s }
.slide img:nth-of-type(13) { animation-delay: 41s }
.slide img:nth-of-type(14) { animation-delay: 41.5s }

 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime{
  0% { opacity: 0;transform: translateY(-10px);filter: blur(6px);}
  4% { filter: blur(0px);}    
   5% { opacity: 1;transform: translateY(0px);filter: blur(0px);}    
  13% { opacity: 1;}
  17% { opacity: 0;}
 100% { opacity: 0;}
}

