@charset "UTF-8";

/*記事に関するスタイルシート（PC／印刷共通）*/

/*BASIC
---------------------------------------------------------------------------------------*/


body#cms {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: hide;
}

td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	line-height: 1.5;
}

p {
	margin-top: 20px;
	margin-bottom: 20px;
}

li {
	margin-bottom: 10px;
}

em {
	font-style: normal;
	font-weight: bold;
}

dt {
	font-style: normal;
	font-weight: bold;
	margin: 20px 0px 10px;
	color: #660;
}

dd {
	font-style: normal;
	font-weight: normal;
	margin: 20px 0px 20px 20px;
}


/*LINK
---------------------------------------------------------------------------------------*/


a {
	text-decoration: none;
	/* FireFox用CSSハック（リンク選択時の点線を消す） */
	outline:none;
}

a:link {
	color: #c93;
	text-decoration: underline;
}

a:visited {
	color: #C60;
}

a:hover {
	color: #900;
}

a:active {
	color: #900;
}

a img {
	border-style: none;
}

.event_catch a img {
	border: 1px solid #C93;
}

.event_catch a:hover img {
	border: 1px solid #900;
	opacity: 0.7;
}

ul.instructor_thum a:visited {
	color: #C93;
}

ul.instructor_thum a:hover {
	color: #FFF;
}


/*HEAD
---------------------------------------------------------------------------------------*/

h2 {
	font-size: 16pt;
	font-weight: bold;
	color: #960;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #FFF;
	background-color: #960;
	padding-left: 5px;
	margin: 40px 0px 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 2px solid #960;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;
	background-color: #960;
	margin: 40px 0px 20px;
	padding: 1px 5px;
}


/*CONTENT-TEXT
---------------------------------------------------------------------------------------*/


.lead {
	line-height: 2;
	color: #660;
	padding: 10px;
	font-weight: bold;
	margin-top: 0px;
	border: 1px dotted #960;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-radius: 10px;
	background-color: oldlace;
}

.note {
	color:       #C00;
	font-size:   8pt;
	font-weight: normal;
}

.supp {
	color: #666;
	font-size: 8pt;
	font-weight: normal;
}

.attention {
	color: #C00;
	font-weight: bold
}

.attention2 {
	text-align: center;
	padding: 60px 10px;
	border: 1px dotted #960;
	margin: 70px 60px;
	border-radius: 10px;
}

.date {
	color:       #960;
	font-size:   8pt;
	font-weight: normal;
	font-style: italic;
}

.tel {
	color:       #C90;
	font-size:   14pt;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.sign {
	text-align: right;
}

.area_note {
	background-color: oldlace;
	border-bottom: 3px double #C96;
	margin-bottom: 20px;
	color: #660;
	text-transform: none;
	border-top: 3px double #C96;
	font-weight: bold;
	padding: 3px;
}

.ci {
	text-align: center;
}

.vi {
	text-align: center;
	margin-bottom: 50px;
}

p.size_full {
	text-align: center;
}


/*CONTACT
---------------------------------------------------------------------------------------*/

dl.contact {
	margin: 0px 0px 20px;
}

dl.contact dt {
	background-color: oldlace;
	padding: 2px 5px;
	margin: 20px 0px 10px;
	border-left: 3px solid #960;
}

dl.contact dd {
	margin-left: 60px;
}


/*FORM
---------------------------------------------------------------------------------------*/

textarea {
	line-height: 1.5;
}

.form1 {
	background-color: #f5f5f5;
	border: 1px solid #960;
	width: 99%;
}

.form2 {
	background-color: #f5f5f5;
	border: 1px solid #960;
}

.form1:focus,
.form2:focus {
	background-color: #fff;
}

.button1 {
	font-weight: bold;
	padding: 2px 40px;
	font-size: 10pt;
}

.button2 {
	color: #666;
	padding: 2px 10px;
	font-size: 10pt;
}


/*BEGINNER
---------------------------------------------------------------------------------------*/

ol.beginner {
	margin: 50px 0px;
	padding: 0px;
	list-style-type: none;
}

ol.beginner li.no1,
ol.beginner li.no2,
ol.beginner li.no3,
ol.beginner li.no4
{
	margin: 0px 0px 20px;
	padding: 20px 0px 0px 100px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	min-height: 60px;
}

ol.beginner li.no1 {
	background-image: url(../img_scheme/star1.gif);
}

ol.beginner li.no2 {
	background-image: url(../img_scheme/star2.gif);
}

ol.beginner li.no3 {
	background-image: url(../img_scheme/star3.gif);
}

ol.beginner li.no4 {
	background-image: url(../img_scheme/star4.gif);
}

ol.beginner ul {
	margin: 20px 0px 0px;
}


/*AREA
---------------------------------------------------------------------------------------*/

p.area_mainv {
	margin-top: 0px;
	text-align: center;
}

p.area_mainv img {
	border-radius: 10px;
}

table.admission
{
	background-color: #FFF;
	margin-bottom: 20px;
}

div.wide table.admission
{
	margin-bottom: 0px;
}

table.admission thead th
{
	background-color: oldlace;
	text-align: center;
	color: #660;
}

table.admission tbody th
{
	white-space: nowrap;
	text-align: left;
	color: #660;
}

table.admission tfoot td
{
	color:       #C00;
	font-size:   8pt;
}

table.admission th,
table.admission td
{
	padding: 2px 5px;
	border: 1px solid #960;
}

div.wide table.admission th,
div.wide table.admission td
{
	white-space: nowrap;
}

table.admission td.price
{
	white-space: nowrap;
	text-align: right;
}

table.admission td.price_enter {
	text-align: center;
}

table.admission td.point
{
	white-space: nowrap;
	text-align: center;
}

ul.admission_need {
	margin-bottom: 50px;
	padding: 0px;
	background-color: #960;
	width: 500px;
	height: 140px;
	border-radius: 10px;
	position: relative;
}

ul.admission_need li {
	list-style-type: none;
	background-color: #FFF;
	text-align: center;
	position: absolute;
	margin: 0px;
	padding: 30px 0px 0px;
	width: 100px;
	height: 70px;
	top: 20px;
	border-radius: 50px;
}

ul.admission_need li.col_1 {
	left: 20px;
}

ul.admission_need li.col_2 {
	left: 140px;
}

ul.admission_need li.col_3 {
	left: 260px;
}

ul.admission_need li.col_4 {
	left: 380px;
}

ul.admission_need li em {
	display: block;	
}

dl.price_rate {
	margin-bottom: 50px;
	padding: 0px;
	width: 500px;
	height: 140px;
	border-radius: 10px;
	position: relative;
}

dl.price_rate dt {
	color: #900;
	text-align: center;
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 50px;
}

dl.price_rate dd {
	background-color: #900;
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 50px;
	margin: 0px;
	padding: 20px 0px 0px;
	width: 100px;
	height: 70px;
	border-radius: 10px;
}

dl.price_rate dt.col_1,
dl.price_rate dd.col_1
{
	left: 20px;
}

dl.price_rate dt.col_2,
dl.price_rate dd.col_2
{
	left: 140px;
}

dl.price_rate dt.col_3,
dl.price_rate dd.col_3
{
	left: 260px;
}

dl.price_rate dt.col_4,
dl.price_rate dd.col_4
{
	left: 380px;
}

dl.price_rate dt span {
	display: block;
}

dl.price_rate dd span.price {
	display: block;
	font-size: 14pt;
	font-weight: bold;
}

dl.price_rate dd span.note {
	display: block;
	/* color: #FF6; */
	color: #FFF;
}

dl.program_time
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

dl.program_time dt
{
	font-size: 9pt;
	font-weight: bold;
	color: #660;
}

dl.program_time dd{
	font-size: 9pt;
	border-left: 3px solid #CC0;
	padding: 0px 0px 0px 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}


/*BIZ
---------------------------------------------------------------------------------------*/

dl.biz dt {
	background-color: oldlace;
	padding: 2px 5px;
	margin: 30px 0px 10px;
	border-bottom: 1px solid #996;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


/*LINKS
---------------------------------------------------------------------------------------*/

ul.link {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.link li {
	margin: 0px 20px 20px 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 8pt;
	float: left;
}

ul.link li img {
	display: block;
	margin-bottom: 10px;
}

ul.link li span.companyname {
	white-space: nowrap;
}

ul.links {
	margin: 20px 0px;
	padding: 0px;
	list-style-type: none;
}

ul.links li {
	margin: 0px 20px 20px 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 8pt;
	text-align: center;
}

ul.links li img {
	display: block;
	margin: 0px auto 10px;
}

ul.links li span.companyname {
	white-space: nowrap;
}

/*MOVIE
---------------------------------------------------------------------------------------*/

ul.movie_thum {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.movie_thum li {
	margin: 5px;
	padding: 0px;
	width: 240px;
	list-style-type: none;
	float: left;
}

ul.movie_thum li.new {
	background-image: url(../img_scheme/bg_new.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

ul.movie_thum li img {
	display: block;
	margin-bottom: 5px;
}

ul.movie_thum li span.title1,
ul.movie_thum li span.note
{
	display: block;
}


/*INSTRUCTOR
---------------------------------------------------------------------------------------*/

ul.instructor_thum {
	list-style-type: none;
}

ul.instructor_thum li {
	margin: 1px;
	padding: 0px;
	width: 98px;
	list-style-type: none;
	float: left;
}

ul.instructor_thum li img {
	display: block;
	margin-bottom: 5px;
}

ul.instructor_thum li span {
	display: block;
	font-size: 12px;
	line-height: 1;
	margin: -18px 0px 0px 3px;
}

dl.instructor {
	margin: 0px;
}

dl.instructor dt {
	background-color: oldlace;
	padding: 2px 5px;
	margin: 20px 0px 10px;
	border-bottom: 1px solid #996;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

dl.instructor dd {
	margin: 0px 0px 10px 20px;
}

dl.instructor dt.name {
	background-color: palegoldenrod;
	border-bottom: 3px double #C96;
	line-height: 1;
	margin-bottom: 20px;
	color: #630;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: none;
}

dl.instructor .photo img {
	float: right;
	border-bottom: 2px solid #fffafa;
	border-left: 10px solid #fffafa;
}

dl.instructor dt.team,
dl.instructor dt.lesson,
dl.instructor dt.genre,
dl.instructor dt.profile,
dl.instructor dt.comment
{
	font-size: 8pt;
	line-height: 1;
}

dl.instructor dd.comment
{
	margin-bottom: 30px;
}


/*EVENT
---------------------------------------------------------------------------------------*/

p.event_catch {
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}

div.eventinfo {
	padding-top: 50px;
	margin-top: 50px;
	border-top: 1px dotted #C93;
}

div.eventinfo dd {
	margin-bottom: 0px;
	margin-top: 0px;
}

div.eventinfo dt {
	margin-bottom: 0px;
	margin-top: 5px;
}

div.eventinfo h4 {
	margin-bottom: 20px;
	margin-top: 20px;
}


/*HOME
---------------------------------------------------------------------------------------*/

div.banner1 {
	margin-top: 5px;
	text-align: center;
	margin-bottom: 30px;
}

div.banner1a {
	margin-top: 0px;
	text-align: center;
	margin-bottom: 20px;
}

div.banner2 {
	margin-top: 20px;
	text-align: center;
}

div.banner1 img,
div.banner1a img
{
	margin-top: 2px;
	margin-bottom: 2px;
}


/*CMS
---------------------------------------------------------------------------------------*/

.info .date {
	border-top: 1px dotted #960;
	margin-top: 20px;
	display: block;
	padding: 3px 0px;
}

.info p {
	margin: 0px;
	padding: 0px 0px 10px;
	clear: both;
}

.no {
	font-weight:bold;
	font-style: normal;
}

.day {
	color:#666;
	font-style: italic;
}

.time {
	color:#999;
	font-style: italic;
}

.comment {
	margin:20px 0px;
}

.hidden_c {
	color:transparent;
}

.l_img {
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.c_img {
	text-align:center;
	margin-bottom: 5px;
}

.r_img {
	float:right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.hide {
	display:none;
}

.clear {
	clear:both;
}
