@charset "UTF-8";
@import url("http://fonts.googleapis.com/earlyaccess/sawarabimincho.css");

/* -------------
　　全体共通
------------- */
*{
	margin:0;
	padding:0;
}
#container{
	width:900px;
	margin:0 auto;
	padding:0;
	text-align:center;
	line-height:100%;
    	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiyro,"ＭＳ Ｐゴシック",sans-serif;
    	background:url("../img/bg.jpg") repeat-x;
	color:#333333;
	overflow:hidden;
}
#wrap{
	width:900px;
	overflow:hidden;
}
img{
	border:none;
}
ul, ul li{
	list-style:none;
}
ul li{
	float:left;
}
hr{
	border:1px dotted #ddd;
}
h3{
	margin-bottom:10px;
}
input{
	padding:10px 20px;
}
.red{
	color:#FF0004;
}
.pankuzu{
	font-size:12px;
	color:#333;
	text-align:left;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:3px 10px;
	margin-bottom:12px;
	font-weight:bold;
}
.pankuzu a{
	display:inline;
	font-weight:normal;
}
#main p.pagetop{
	text-align:right;
	padding:15px 10px 25px;
}
.ti{
	font-size:18px;
	font-weight:bold;
}

/* -------------
　　 リンク
------------- */
a{
	display:block;
}
a:link{
	color:#28407A;
	text-decoration:none;
}
a:visited{
	color:#28407A;
}
a:hover{
	color:#28407A;
	text-decoration:underline;

}
a:hover img{
	filter: alpha(opacity=80);
	opacity:0.8;
}


/* -------------------
　ヘッダー&フッター
------------------- */
#head{
	width:900px;
	margin:0 auto;
	background:#290053;
	position:relative;
	font-size:10px;
	color:#FFF;
}
#head h1{
	background:#FFF;
	padding-bottom:10px;
	border:#290053 5px solid;
}

#head h2{
	padding-bottom:3px;
}
#head .count{
	width:100px;
	height:35px;
	position:absolute;
	top:355px;
	right:5px;
	background:#111;
}
/* -------------
　　　ナビ
------------- */
#navi{
	width:890px;
	height:32px;
	margin:0 auto 10px;
	padding:2px 0 5px;
	overflow:hidden;
	font-family: "Sawarabi Mincho", serif;
    font-weight: 700;
}
#navi li{
	margin:0;
}
#navi li a{
	width: 125px;
	line-height:30px;
	font-size:15px;
	border: 1px solid #DDD;
	color:#333;
	background: -moz-linear-gradient(top,#FFF 0%,#DDD);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DDD));
	/* IE 5.5-7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#DDD', GradientType=0);
	/* IE 8+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#DDD', GradientType=0)";
	/* IE 10 */
	background: linear-gradient(to bottom, #FFF, #DDD);
}
#navi li a:hover{
	line-height:30px;
	border: 1px solid #DDD;
	background: -moz-linear-gradient(top,#EEE 0%,#FFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#DDD), to(#FFF));
	/* IE 5.5-7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDD', endColorstr='#FFF', GradientType=0);
	/* IE 8+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDD', endColorstr='#FFF', GradientType=0)";
	/* IE 10 */
	background: linear-gradient(to bottom, #FFF, #EEE);
	text-decoration:none;
}

/* -------------
　　フッター
------------- */
#foot{
	width:100%;
	background:#290053;
	position:relative;
	font-size:10px;
	color:#FFF;
}
#foot ul{
	width:500px;
	margin:0 auto;
	overflow:hidden;
}
#foot ul li a{
	padding:5px 3px;
	font-size:10px;
	color:#FFF;
}
#foot p{
	width:900px;
	font-size:10px;
	padding-bottom:15px;
	color:#FFF;
}



/* -------------
　　 サイド
------------- */
#side{
	width:230px;
	float:left;
	text-align:left;
}
#side li {
	margin:0 0 10px;
}
#side .movie_box{
	width:280px;
	margin:5px;
	float:left;
}
#side li a:hover{
	text-decoration:none;

}
/* -------------
　　 メイン
------------- */
#main{
	width:670px;
	float:right;
	font-size:14px;
}
#main p{
	padding:5px 10px;
	text-align:left;
	line-height:140%;
}
#main h4{
	width:650px;
	margin:0 0 10px 10px;
	height:30px;
	font-weight:bold;
	color:#333;
	font-size:16px;
	text-align:left;
	border:solid 1px #DDD;
	background: -moz-linear-gradient(top,#FFF 0%,#EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	/* IE 5.5-7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#EEE', GradientType=0);
	/* IE 8+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#EEE', GradientType=0)";
	/* IE 10 */
	background: linear-gradient(to bottom, #FFF, #EEE);
}
#main h4 span{
	margin-left:5px;
	padding-left:8px;
	border-left:solid 5px #290053;
	line-height:30px;
}
/* -------------
　　ページ別
------------- */
#greet dl.photo {
	margin:10px;
	width:150px;
	font-size:12px;
	float:left;
}
#greet dl.photo dd{
    padding-top: 5px;
}
#greet dl.photo dd span{
    font-size: 15px;
    display: block;
    padding-top: 5px;
}
#greet h5{
     width:100%;
    text-align: left;
	font-size:24px;
	line-height:140%;
	font-family: "Sawarabi Mincho", serif;
	font-weight: 600;
    padding: 20px 50px 30px;
}
#greet p{
    letter-spacing: 0.05em;
    line-height: 140%;
}


#history table,#members table{
	width:650px;
	margin:0 auto;
	border:#DDD solid 1px;
	border-collapse:collapse;
	font-size:13px;
}
#history table th{
	width:70px;
	border:#DDD solid 1px;
	background:#EFF0F4;
	font-weight:normal;
}
#history table td.m{
	width:30px;
	text-align:right;
}
#history table td{
	border:#DDD solid 1px;
	text-align:left;
	padding:3px 10px;
}



#members table th{
	width:150px;
	border:#DDD solid 1px;
	background:#EFF0F4;
	font-weight:normal;
}
#members table td{
	border:#DDD solid 1px;
	text-align:left;
	padding:3px 10px;
}
#members ul {
    width:650px;
    margin:0 auto;
}
#members ul li{
    width:650px;
    position: relative;
    margin:10px 0;
}
#members ul li p{
    position: absolute;
    top:10px;
    left:10px;
    text-align: center;
    font-weight: bold;
        width: 60px;
	height: 38px;
        background: #ff6666;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	color: #FFF;
	padding: 42px 20px 20px;
}
#members ul li .comment{
    position: absolute;
    top:375px;
    left:0;
    text-align: center;
    border-radius:0;
    font-weight: bold;
        width: 640px;
	height: 50px;
        background: rgba(0, 0, 0, 0.7);
	color: #FFF;
	padding: 5px;
	font-size:18px;
}
#members ul li img{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#members dl.prof{
	width:650px;
	margin:15px auto;
	padding:10px 5px;
	background:#fffaee;
	border:#ebe5d7 solid 2px;
	overflow:hidden;
}
#members dl.prof img{
	float:left;
    margin: 5px 10px;
    border: solid 6px #fff;
    box-sizing: border-box;
}
#members dl.prof dd{
	font-size:13px;
	line-height:150%;
	text-align:left;
    padding: 0 0 10px;
    overflow: hidden;
}
#members dl.prof .prof_in{
    padding: 15px 15px 0;
	border-top:dashed 1px #ddd;
}
#members dl.prof dd:nth-of-type(1) .prof_in{
    float: right;
    width:450px;
    padding: 15px;
}
#members dl.prof dd h5{
	font-size:18px;
	font-weight: 700;
    padding: 20px 0;
}
#members dl.prof dd h6{
	font-size: 16px;
	font-weight: 700;
    padding-bottom: 5px;
}
#members dl.prof dd h5 span{
	font-size:13px;
    font-weight: normal;
}
#members dl.prof dd p{
    padding: 0;
    letter-spacing: 0.04em;
}

#practice table{
	width:650px;
	margin:20px auto;
}
#practice table td{
	padding:3px 0;
}
#practice .comment{
    width:640px;
    height: 478px;
    margin:0 auto;
    background:url(../img/practice_ti.jpg?180626);
    background-size: 100%;
    border-radius: 10px;
}
#practice #balloon-2-bottom {
	position: relative;
	display: inline-block;
	padding: 0 30px;
        margin-top: 15px;
	border-radius: 10px;
	width: auto;
	min-width: 500px;
	height: 90px;
	text-align: center;
	background: #fff;
	z-index: 0;
}
#practice #balloon-2-bottom:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
}
#practice #balloon-2-bottom li{
        width:500px;
        margin:25px auto;
    	color: #ff6666;
	line-height: 130%;
        font-weight: bold;
        font-size:18px;
}


#contact table{
	width:650px;
	margin-left:0;
	border:1px solid #cccccc;
	border-collapse:collapse;
	font-size:14px;
    	line-height:175%;
}
#contact table th{
	border:1px solid #cccccc;
	width:150px;
	background-color:#f7f7f7;
	text-align:center;
	font-weight:normal;
}
#contact table td{
	border:1px solid #cccccc;
	background:#ffffff;
	padding:10px;
}

/* 練習日時 */
#contact ul.syosai{
	width:630px;
	font-size:18px;
	margin-left:0;
	margin-bottom:30px;
	background: #F7F7F7;
	border: 1px solid #DDD;
	color:#111;
	padding: 10px;
	overflow:hidden;
}
#contact .syosai li{
	width:650px;
	overflow:hidden;
	padding:8px 0;
}
#contact .syosai dt{
	font-size:16px;
	background: #2E9AFE;
	border: 1px solid #0080FF;
	border-radius: 20px;
	color: #FFF;
	width: 100px;
	padding:3px 0;
	float:left;
}
#contact .syosai dd{
	width:540px;
	float:right;
	text-align:left;
	line-height:120%;
}
#contact .syosai dd a{
	display:inline;
	color:#01A9DB;
	text-decoration:underline;
	font-size:16px;
}






/*
#news div.box{
	width:640px;
	margin-left:10px;
	margin-bottom:30px;
        background-color: #fffed8;
	overflow:hidden;

}
#news div.box h5{
    color: #3399ff;
	font-size:18px;
	line-height:30px;
	margin:10px auto 5px;
}
#news div.box img{
	margin-bottom:5px;
}
#news div.box p{
	text-align:left;
	margin:5px 0;
}
#news div.box table{
	width:600px;
	margin:10px auto;
	border:none;
}
#news div.box a{
	color:#09c;
	text-decoration:underline;
	line-height:130%;
}
#news div.box a:hover{
	text-decoration:none;
	line-height:130%;
}
*/
#sitemap ul li{
	margin:5px 10px;
	padding-bottom:5px;
	text-align:left;
	list-style:none;
	float:none;
}




