@charset "shift_jis";
/* CSS Document */


/* ====== スライドショー ====== */
#slideArea {
	width: 948px;
	color: #666;
	border-bottom: solid 1px #f5f5f5;
	overflow: hidden;
	zoom: 1;
	background-color: #fff;
	position: relative;
}
body.smp #slideArea {
	width: 100%;
	margin-top: -1px;
}

#slideImg {
	width: 948px;
	height: 310px;
	padding:0;
	margin:0;
	list-style-type: none;
	overflow:hidden;
}
body.smp #slideImg {
	width: 100%;
	position: relative;
}
#slideImg li {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	margin: 0;
	padding: 0;
}
body.smp #slideImg li {
	top: auto;
	left: auto; 
	bottom: 0;
}
#slideImg li.first {
	display: block !important;
}

/*media queries*/
@media screen and (max-width:320px) {
  body.smp #slideImg li {
	right: -10px;
  }
  body.smp #slideImg li.fixRight1 {
	right: -40px;
  }
  body.smp #slideImg li.fixRight2 {
	right: -80px;
  }
  body.smp #slideImg li.fixRight3 {
	right: -100px;
  }
}
@media screen and (min-width:321px) and (max-width: 400px) {
  body.smp #slideImg li {
	right: 0;
  }
  body.smp #slideImg li.fixRight1 {
	right: -20px;
  }
  body.smp #slideImg li.fixRight2 {
	right: -60px;
  }
  body.smp #slideImg li.fixRight3 {
	right: -80px;
  }
}
@media screen and (min-width:401px) {
  body.smp #slideImg li {
	right: 0;
  }
}

#slideImg li img {
	vertical-align: top;
}

@media screen and (max-width:400px) {
  body.smp #slideImg {
	height: 147px;
  }
  body.smp #slideImg li img:nth-child(1) {
	width: 450px;
	height: 147px;
  }
}
@media screen and (min-width:401px) and (max-width: 480px) {
  body.smp #slideImg {
	height: 155px;
  }
  body.smp #slideImg li img:nth-child(1) {
	max-width: 100%;
	height: auto;
  }
}
@media screen and (min-width:481px) {
  body.smp #slideImg {
	height: 185px;
  }
  body.smp #slideImg li img:nth-child(1) {
	max-width: 100%;
	height: auto;
  }
}

#slideImg li img.mainTxt {
	position: absolute;
	top: 106px;
	left: 76px;
}
#slideImg li img.fixTop1 {
	top: 134px;
}
#slideImg li img.fixTop3 {
	top: 75px;
}
/*
body.smp #slideImg li img.fixTop3s {
	position: absolute;
	top: 50px !important;
}
body.smp #slideImg li img.fixTop4s {
	position: absolute;
	top: 40px !important;
}
*/
body.smp #slideImg li img.mainTxt {
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-moz-transform: scale(0.5, 0.5);
	-webkit-transform: scale(0.5, 0.5);
	transform-origin: 0 0;
	transform: scale(0.5, 0.5);
}

/*media queries*/
@media screen and (max-width:320px) {
  body.smp #slideImg li img.mainTxt {
	top: 25px;
	left: 130px;
  }
  body.smp #slideImg li.fixRight1 img.mainTxt {
	top: 25px;
	left: 100px;
  }
  body.smp #slideImg li.fixRight2 img.mainTxt {
	top: 25px;
	left: 60px;
  }
  body.smp #slideImg li.fixRight3 img.mainTxt {
	top: 25px;
	left: 40px;
  }
}
@media screen and (min-width:321px) and (max-width: 400px) {
  body.smp #slideImg li img.mainTxt {
	top: 25px;
	left: 100px;
  }
  body.smp #slideImg li.fixRight1 img.mainTxt {
	top: 25px;
	left: 80px;
  }
  body.smp #slideImg li.fixRight2 img.mainTxt {
	top: 25px;
	left: 40px;
  }
  body.smp #slideImg li.fixRight3 img.mainTxt {
	top: 25px;
	left: 20px;
  }
}
@media screen and (min-width:401px) and (max-width: 479px) {
  body.smp #slideImg li img.mainTxt {
	top: 25px;
	left: 100px;
  }
}
@media screen and (min-width:480px) and (max-width: 640px) {
  body.smp #slideImg li img.mainTxt {
	top: 35px;
	left: 50px;
  }
}
@media screen and (min-width:641px) {
  body.smp #slideImg li img.mainTxt {
	top: 80px;
	left: 30px;
  }
}

p.clip {
	display: none;
	position: absolute;
	top: 120px;
	right: -110px;
}
body.smp p.clip {
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0;
	padding-left: 10px;
	z-index: 5;
}
body.smp p.clip img {
	width: 60px;
	height: auto;
}

#slideImg div.courseBox {
	min-width: 490px;
	width: auto !important;
	width: 490px;
	position: absolute;
	top: 22px;
	left: 52px;
	padding-right: 10px;
	z-index: 2;
}
body.smp div.courseBox {
	min-height: 165px;
	padding: 3px 0 10px 8px;
	position: absolute;
	top: 5px;
	overflow: visible;
	z-index: 2;
	color: #333;
	display: none;
}

/*smartphone(portrait)*/
@media all and (orientation: portrait) {
  body.smp div.courseBox {
	width: 72%;
  }
}
/*smartphone(landscape)*/
@media all and (orientation: landscape) {
  body.smp div.courseBox {
	width: 55%;
  }
}

body.smp p.copy {
	margin: 5px 0 0;
	font-size: 90%;
	letter-spacing: -0.05em;
	color: #333;
	text-shadow:
	  -1px -1px 1px #fff,
	  1px -1px 1px #fff,
	  1px 1px 1px #fff,
	  -1px 1px 1px #fff;
}

p.courseName {
	margin-bottom: 5px;
}
body.smp p.courseName {
	width: 100%;
	margin: 3px 0 0 !important;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: -0.05em;
	overflow: visible;
	text-shadow:
	  -1px -1px 1px #fff,
	  1px -1px 1px #fff,
	  1px 1px 1px #fff,
	  -1px 1px 1px #fff;
}
div.noIOS p.courseName {
	-webkit-text-stroke-width: 0.2px;
	-webkit-text-stroke-color: #333;
	-webkit-text-fill-color: #333;
	font-size: 1.6em;
}

#slideImg div.courseBox a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
div.summary {
	position: absolute;
	top: 170px;
	left: 0;
}
body.smp div.summary {
	position: static;
	margin-top: 20px;
	width: 92px;
	background-color: #fff;
	border: solid 1px #ccc;
	border-radius: 5px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 8px;
	padding: 5px;
	opacity: 0.7;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
div.summary p {
	display: inline;
}

body.smp div.summary p.flat {
	display: block;
	margin-bottom: 0;
	font-size: 80%;
	letter-spacing: -0.09em;
	line-height: 1.1;
}

body.smp div.summary p.link a {
	font-size: 80%;
	background-position: left 0.5em !important; 
}

body.smp div.summary p.link a:link {
	color: #0080de;
}
body.smp div.summary p.link a:visited {
	color: #663399;
}
body.smp div.summary p.link a:hover,
body.smp div.summary p.link a:active,
body.smp div.summary p.link a:focus {
	color: #169cff;
	text-decoration: underline;
}
body.smp div.summary p.link {
	margin: 0 !important;
	display: block;
}

div.summary p.btnApply {
	display: block;
	margin-top: 20px; 
}
body.smp div.summary p.btnApply {
	display: none; 
}


/* openPoint */
img.openPoint {
	position: absolute;
	top: -93px;
	right: 14px;
	cursor: pointer;
}
body.smp img.openPoint {
	display: none;
}


/* courseTxt */
.courseTxt {
	position: absolute;
	top: 278px;
	right: 188px;
	text-align: right;
	margin-top: 0;
}
body.smp .courseTxt {
	display: none;
}


/* Nav */
#slideNav {
	position: absolute;
	top: 275px;
	right: 77px;
	list-style-type: none;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
}
body.smp #slideNav {
	position: static;
	margin-top: 15px;
	text-align: center;
}

#slideNav li{
	float:left;
	width: 20px;
	height: auto;
	margin-left: 0;
	cursor: pointer;
	text-align: center;
}
body.smp #slideNav li {
	float: none;
	display: inline-block;
	padding: 0 2px;
}
#slideNav li img {
	margin: 0;
	padding: 0;
	border: none;
}


/* prev, next, skip */
#prev,
#next {
	position: absolute;
	top: 155px;
	margin-top: -28px;
	margin-bottom: 0;
	cursor: pointer;
	width: 29px;
	height: 56px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#prev {
	left: 0;
}
#next {
	right: 0;
}

.ie7-8 #prev img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/slide/prev.png',sizingMethod='scale');
}
.ie7-8 #next img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/slide/next.png',sizingMethod='scale');
}

body.smp #prev,
body.smp #next {
	position: absolute;
	top: 10px;
	margin-top: 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
body.smp #prev {
	left: 14%;
}
body.smp #next {
	right: 13%;
}

body.smp #prev img,
body.smp #next img {
	max-width: 17px;
	height: auto;
}

#smpNav {
	display: none;
}
body.smp #smpNav {
	display: block;
	position: relative;
	overflow: hidden;
	height: 40px;
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
}
body.smp .additionalInfo {
	display: none;
}

#skip {
	position: absolute;
	top: 286px;
	right: 0;
	margin-top: 0;
	cursor: pointer;
}
*+html #skip {
	top: 287px;
}

body.smp #skip {
	display: none;
}


/* point */
#point {
	position: absolute;
	top: -315px;
	left: 0;
	z-index: 10;
	width: 948px;
	min-height: 310px;
	height: auto !important;
	height: 310px;
	background-color: #fff;
	overflow: hidden;
	zoom: 1;
	background-position: left top;
	background-repeat: no-repeat;
}

#point div.f-left {
	float: left;
	width: 785px;
	position: relative;
}
#point div.f-right {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: right;
	width: 135px;
	margin-right: 14px;
	_margin-right: 7px;
	display: none;
}
#point div.section {
	padding-top: 20px;
}
#point div.section p {
	margin-top: 7px;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	_font-size: 13px !important;
	width: auto;
}
#point div.section p.title {
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	margin: 15px 0 5px;
	padding: 5px 0;
	font-size: 100%;
}
#point div.section img.star {
	width: 137px;
	height: auto;
}

#point div.section .btnApply {
	display: block;
	margin-top: 15px;
}

#point img.closePoint {
	position: absolute;
	right: 185px;
	cursor: pointer;
}
body.smp #point img.closePoint {
	display: none;
}



/* ====== 共通 ====== */
#slideArea img {
	margin: 0 !important;
}
#slideArea .small {
	font-size: 85%;
}
#slideArea #term {
	font-size: 150%;
	_font-size: 150% !important;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
#slideArea #price {
	font-size: 150%;
	word-break: break-all;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
body.smp #slideArea #price {
	font-size: 160%;
}

#pageNaviBtn {
	z-index: 20 !important;
}
