@charset "shift_jis";

body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2.7;
	color: #7e6b5a;
	background-color:#FCF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment:fixed;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}


.block{
	display:block;}

.txl{
	text-align:left;
}

.txr {
	text-align: right !important
}

.txc {
	text-align: center !important
}



/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: #7e6b5a;		/*リンクの文字色*/
}

a:hover {
	color: #e86f85;		/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*オーバー時に下線を消す設定。入れたままがいいならこの１行削除。*/
}

/*汎用
---------------------------------------------------------------------------*/
.mt5{margin-top: 5px !important;}
.mt10{
	margin-top:10px !important;}
.mt20{
	margin-top:20px !important;}

.mb5{
	margin-bottom:5px !important;}
.mb10{
	margin-bottom:10px !important;}
	
.mb20{
	margin-bottom:20px !important;}

.mr5{margin-right: 5px;}

.ml10{margin-left: 10px;}
.ml60{margin-left: 60px;}

.txi{
	text-indent: 3em;
}

.txb{
	font-weight: bold;
}

.p0{
	padding: 0 !important;
	line-height: 2em !important;
}

.pr_0 {
	padding-right: 0 !important
}
.pl_0 {
	padding-left: 0 !important
}
.pb_0 {
	padding-bottom: 0 !important
}

.line_h2 {
	line-height: 2em !important
}

.img_fluid {
	max-width: 100%;
	height: auto
}

.d_flex {
	display: flex
}

.space_between {
	justify-content: space-between
}

.w_35 {
	width: 35%
}

.w_60 {
	width: 60%
}

.table_fixed {
	table-layout: fixed !important
}


/*コンテナー（HPを囲むボックス）
---------------------------------------------------------------------------*/
#container {
	width: 943px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*ヘッダー（右上の写真とh1タグが入ったボックス）
---------------------------------------------------------------------------*/
#header {
	background-image: url(images/mainimg.jpg);	/*ヘッダー背景画像*/
	background-repeat: no-repeat;
	height: 525px;	/*ヘッダーの高さ。背景画像の高さに2を加えた数字にする。*/
	width: 718px;
	position: relative;
	margin-bottom: 3px;
	border: 1px solid #efd3d6;
	background-position: center center;
	background-color: #FFFFFF;
}

#header h1 {
	font-size: 19px;
	line-height: 23px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	left: 19px;
	top: 140px;
}

#header2 {
	
	width: 718px;
	position: relative;
	margin-bottom: 3px;
	border: 1px solid #efd3d6;
	background-position: center center;
	background-color: #FFFFFF;
}

#header2 h1 {
	font-size: 19px;
	line-height: 23px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	left: 13px;
	top: 19px;
}

#header3 {
	
	width: 718px;
	position: relative;
	margin-bottom: 3px;
	border: 1px solid #efd3d6;
	background-position: center center;
	background-color: #FFFFFF;
}

#header3 h1 {
	font-size: 19px;
	color:#CCC;
	line-height: 23px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	left: 13px;
	top: 19px;
}



/*ロゴ画像
---------------------------------------------------------------------------*/
#logo {
	padding-bottom: 3px;
}



/*メインコンテンツ（右側）
---------------------------------------------------------------------------*/
#main {
	width: 720px;
	float: right;
	padding-bottom: 10px;
}

#main h2 {
	font-size: 100%;
	background-color: #FFFFFF;
	border-bottom: 4px solid #E8B1BB;		/*h2タグの下線*/
	background-image: url(images/h2bg.gif);	/*h2タグの背景画像*/
	background-position: bottom;
	background-repeat: repeat-x;
	border-top: 1px solid #F8E7EA;			/*h2タグの上線*/
	padding: 5px 5px 3px 10px;
}

#main h3 {
	color: #002e73;
	font-size: 100%;
	padding-left: 18px;
	line-height: 24px;
}


#main h4 {
	color: #7e6b5a;
	font-size: 85%;
	padding-left: 18px;
	line-height: 24px;
}


#main p {
	padding: 0.5em 10px 1em;
}

/*メインコンテンツ内のボックス*/
.mainbox {
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #efd3d6;	/*枠線色*/
	padding: 5px;				/*余白*/
	margin-bottom: 0.5em;
}

.mainbox p {
	line-height: 1.0em;
}

.twocolumnlayout{
	margin: 0;
	padding: 0;
	width:560px;
	clear:both;
}

.left-c{
	margin: 0 10px;
	padding: 0;
	width:120px;
	float:left;
	color:#999999;
}

.right-c{
	margin: 0;
	padding: 0;
	width:400px;
	float:left;
}


.twocolumnlayout2{
	margin: 0;
	padding: 0;
	width:560px;
	clear:both;
}

.left-c2{
	margin: 0 10px;
	padding: 0;
	width:300px;
	float:left;
	color:#999999;
}

.right-c2{
	margin: 0;
	padding: 0;
	width:220px;
	float:left;
}

#clea {
	clear: left;
}

.ballet{
	float:right;
	width:20%;
	
}

.clear{
	clear:both;
}

.lesson{
	float:left;
	width:80%;	
}

/*　.ta1テーブル（新着情報（NEWS＆TOPICS））
------------------------------------------------------------------*/
.ta1 {
	border: 1px solid #999999;
	width: 569px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background: url(images/home_mark.gif) no-repeat right bottom;
}

.ta1 td {
	padding: 5px;
	vertical-align: top;
}

.ta1 h3 {
	color: #002e73;
	border-bottom: 1px dotted #999999;
	font-size: 100%;
	background: url(images/arrow1.gif) no-repeat left 5px;
	padding-left: 18px;
	line-height: 24px;
}

.ta1 p {
	line-height: 1.4em;
	text-align:left;
}


 /* 
.ta1 tr td .waku a img{
	vertical-align: bottom;
	}
*/	

.mainbox .ta1 tr .daihathi a img{
	
	
	margin-top:40px; 　 /* 横長用　*/
	margin-left:20px;　

	}


.ta1 a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}
 

.style1 {
font-size:9px;
	line-height: 0.1em;
	
} 
  

/*テーブルta1
---------------------------------------------------------------------------*/
.ta1 {
	width: 708px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #efd3d6;
}

.ta1 td, .ta1 th{
	padding: 10px;	/*テーブル内の余白*/
}

.ta1 th{
	background-color: #FDF8F9;	/*左側thタグの背景色*/
	width: 150px;				/*左側thタグの幅*/
	text-align: center;
}
  


/*　.ta2テーブル
------------------------------------------------------------------*/
.ta2 {
	border: 1px solid #999999;
	width: 708px;
	margin-bottom: 0.5m;
	background: url(images/home_mark.gif) no-repeat right bottom;
}

.ta2 td {
	padding: 5px;
	vertical-align: top;
}

.ta2 h3 {
	color: #002e73;
	border-bottom: 1px dotted #999999;
	font-size: 100%;
	background: url(images/arrow1.gif) no-repeat left 5px;
	padding-left: 18px;
	line-height: 24px;
}

.ta2 p {
	line-height: 1.4em;
	text-align:center;
}

.ta2 .waku img {
	vertical-align: bottom;
}

.ta2 a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}
  
  
.ta2 a {
	color: #002e73;
}


.ta2 a:hover {
	color:#39F;	/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*オーバー時に下線を消す設定。入れたままがいいならこの１行削除。*/
}

  
/*テーブルta3
---------------------------------------------------------------------------*/
.ta3 {
	width: 708px;
}

.ta3, .ta3 td, .ta3 th{
	border: 1px solid #efd3d6;
	
}

.ta3 td, .ta3 th{
	padding: 0px;	/*テーブル内の余白*/
}

.ta3 th{
	background-color: #E7E8E8;	/*左側thタグの背景色*/
	width: 100px;				/*左側thタグの幅*/
	text-align: center;
}

.ta3 td{

	text-align:center;

}

/* テーブル全体設定 */  
table {  
    font-size: 12px;  
    color: #000;  
    border: 3px solid #ddd;  
    background-color: #fff;   
}  


   
/*admissionページ用テーブル
---------------------------------------------------------------------------*/
.d1, .d1 td, .d1 th{
	border: 1px solid #cccccc;
}

.d1 {
	width: 590px;
	font-size:100%;
	
	margin-bottom: 1.5em;
}

/*「サンプル見出し」と入っている部分*/
.d1 th.title{
	width: 590px;
	text-align: center;
	background-color: #EBF1FC;
}

/*左右のボックスの余白設定*/
.d1 td, .d1 th{
	padding: 5px;
}

/*左側ボックスの背景色と幅*/
.d1 th{
	background-color: #fafafa;
	width: 300px;
	text-align:left;
}

/*右側ボックスの幅*/
.d1 td{
	width: 200px;
}

/*左右を１個に結合した際に他の左右分割部分のレイアウトが崩れた場合用。１個にしたボックスに対して使う*/
.d1 .auto {
	width: 590px;
}


/*サイドコンテンツ（左側）
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

#side h3 {
	font-size: 100%;				/*h3タグの文字色*/
	background-color: #FFFFFF;	/*h3タグの背景色*/
	padding-left: 20px;
	border: 1px solid #efd3d6;
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
	text-align:center;
	
}



/*メインメニュー
---------------------------------------------------------------------------*/
ul.menu {
	margin-bottom: 1em;
}

ul.menu li {
	margin-bottom: 3px;
}

ul.menu a {
	line-height: 60px;
	color: #7e6b5a;	/*メニューの文字色*/
	text-decoration: none;
	background-image: url(images/menu_bg_01.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	display: block;
	height: 60px;
	width: 180px;
	background-position: top;	/*画像の上半分だけを表示させる設定*/
	padding-left: 20px;
	overflow: hidden;
}

ul.menu a:hover {
	background-position: bottom;
}

/* lightbox用設定
--------------------------------------------------------------------*/
.gallery {
	
	margin-top: 10px;
	margin-bottom: 10px;
}
.gallery a img {
	padding: 5px;
	border: 1px solid #E8B0BA;
	margin: 2px;
}
.gallery a:hover img {
	margin: 2px;
	padding: 5px;
	border: 1px solid #E8B0BA;
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}

/*フッター（コピーライトとか入っている最下部ブロック）
---------------------------------------------------------------------------*/
#footer {
	text-align: center;
	clear: both;
	width: 100%;
	line-height: 1.4;
/*	height: 70px;*/
	padding-top: 0.8px;
	padding-bottom: 22px
}

#footer .menutop {
	border-left: 1px solid #CCCCCC;
}

#footer ul li {
	display: inline;
	zoom: 1;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #CCCCCC;
}



/*その他
---------------------------------------------------------------------------*/
.color1 {
	color: #729646;
}

.color2{
	color:#F6F;
	font-weight:800;
}

.color3{
    color:#F69;
	font-size: 100%;
	line-height: 24px;
}

.color4{
    color:#F69;
	font-size: 90%;
	line-height: 24px;
}

.line{
	background:linear-gradient(transparent 60%, #FFEE59 60%);
	color:#FF8600;
}

	
.look {
	background-color: #F3F0ED;
}

.mb1em {
	margin-bottom: 1em;
}

.photo-01{
     float:left;
}

.fll{
	float: left;
	width: 70%;
}

.flr{
	float: right;
	width: 30%;
}


/*clearfix
------------------------------------------------------------------*/
#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents { display: inline-block; }

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */


#topfon1,#topfon2,.top_layout {
	font-size: 14px;
}
#topfon1 p,#topfon2 p,.top_layout p{
	margin:0;
	padding:0;} 
	
.topfon {
	font-size: 14px;
}
.topfon p{
	margin:0;
	padding:0 !important;} 
	
