

/*---------------------------------
common
-----------------------------------*/
img {
	border: 0px;
}

.private_box,
.notice_box,
.lesson_box{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック",Verdana, Roboto, "Droid Sans", sans-serif;
}

.ttl_01{
	padding:15px;
	font-size:16px;
	line-height: 1.4em;
	text-align: center;
	color:#fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/*ttl_01 バックグラウンドカラー*/
.bg_yellow{
	background-color:#FFB81E;
}

.bg_red{
	background-color:#E04D4F;
}

.ttl_02{
	margin:20px 0 18px 0;
	padding:3px 0 4px 10px;
	font-size:16px;
	font-weight: bold;
	color:#FFB81E;
	border-left: 4px solid #FFB81E;
	border-bottom: 1px dotted #E1BA58;
}

.btn_qr{
	width:230px;
	padding:7px 0;
	text-align: center;
	color:#fff;
	display:inline-block;
	background-color:#FFB81E;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.btn_qr:hover{
	background-color:#EBA32C;
	transition: 0.5s;
}

/*文字色・文字サイズ*/
.red{
	color:#F96B87;
}

.fs14{
	font-size:14px;
}

.fs11{
	font-size:11px;
}

.ttl_pink{
	margin:0 0 5px 0;
	padding:0;
	clear: both;
	color:#F96B87;
	font-weight: bold;
	font-size:13px;
}

.ttl_03{
	margin:18px 0 10px 0;
	padding-left:1em;
	text-indent: -1em;
	font-size:13px;
	color:#555;
}

.ttl_03 span{
	color:#FFB81E;
}

.ttl_04{
	margin: 20px 0 12px 0;
	padding: 3px 0 4px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #52C8FA;
	border-left: 4px solid #52C8FA;
	border-bottom: 1px dotted #52C8FA;
}

.ttl_05{
	margin: 20px 0 12px 0;
	padding: 3px 0 4px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #FF8888;
	border-left: 4px solid #FF8888;
	border-bottom: 1px dotted #FF8888;
}

/*テーブル*/
table.type1 {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	font-size:12px;
	border: 1px solid #ccc;
}
table.type1 thead th {
	padding: 6px 10px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
	font-size:14px;
	border-right: 1px solid #ccc;
}

/*background-color*/
table.type1 thead th.blue{
	background: #3DADDE;
}

table.type1 thead th.green{
	background: #73BD46;
}

table.type1 thead th.pink{
	background: #FF8888;
}
table.type1 thead th.pink2{
	background-color: #FF9F88;
}
/*-----------------*/

table.type1 tbody th {
	padding: 7px 10px;
	color: #444;
	border-right: 1px solid #ccc;
}

table.type1 td {
	width: 350px;
	padding: 7px 10px;
	color: #555;
	border-right: 1px solid #ccc;
	vertical-align: middle;
}
table.type1 .even {
	background: #f3f6f7;
}

table.type1 .even_pink{
	background: #FFF7F7;
}

table.type1 .bor_b{
	border-bottom: 1px solid #ddd;
}

/*----------------------------------
index lesson
-----------------------------------*/
.lesson_box{
	margin:30px 0 0 0;
}

.lesson_box p{
	margin:0 0 10px 0;
	font-size:12px;
	color: #555;
}

.lesson_box .btn_yoyaku a:hover{
	transition: 0.5s;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.swimming_box{
	position: relative;
}
.swimming_box .illust{
	position: absolute;
	right: 16px;
	bottom: 12px;
}

.swimming_list ul,
.taisou_list ul{
	margin: 0;
	padding: 0;
	font-size:12px;
	color: #555;
	list-style: none;
}

.swimming_list{
	padding: 15px 20px;
	border: 3px solid #7ED7F8;
}

.swimming_list h3{
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	color: #20B7F0;
}

.swimming_list span{
	padding: 0 4px 0 0;
	font-size: 14px;
	color: #10B0ED;
}

.taisou_list{
	padding: 15px 20px;
	border: 3px solid #9DE298;
}

.taisou_list h3{
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	color: #6FB520;
}

.taisou_list span{
	padding: 0 4px 0 0;
	font-size: 14px;
	color: #6FB520;
}

p.taisou_box{
	padding: 10px;
	border: 2px solid #73BD46;
	text-align: center;
	color: #61ac33;
}

/*----------------------------------
private
-----------------------------------*/

.private_box{
	margin:30px 0 0 0;
}

.private_box p{
	margin:0 0 10px 0;
	font-size:12px;
	color: #555;
}

.private_box .number{
	margin:0 0 8px 0;
	font-size:15px;
	color:#555;
	line-height: 1.3em;
}

.private_box .number span{
	width:25px;
	height: 21px;
	padding:4px 0 0 0;
	margin:-2px 8px 0 0;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	background-color: #FFB81E;
	color:#fff;
	font-weight: normal;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.private_box .qr_box{
	padding:10px 0;
}

.private_box .qr_box .left{
	width:280px;
	margin:0 0 20px 0;
	float:left;
}

.private_box .qr_box .right{
	width:174px;
	margin:0 0 20px 0;
	float:right;
}

.important_box{
	margin:0 0 10px;
	padding:15px;
	border:2px solid #FFBFBF;
}

.important_box li{
	margin:0 0 4px 0;
	padding-left:1em;
	text-indent: -1em;
	list-style: none;
	font-size:12px;
	color:#F96B87;
}

.flow{
	margin:0 0 10px 0;
	padding:15px 10px;
	text-align: center;
	border:4px solid #ddd;
}

.important_box2{
	margin:0 0 40px;
	padding:0;
}

.important_box2 li{
	margin:0 0 4px 0;
	padding-left:1em;
	text-indent: -1em;
	list-style: none;
	font-size:12px;
	color:#555;
}

/*----------------------------------
notice
-----------------------------------*/

.notice_box{
	margin:30px 0 0 0;
}

.notice_box p{
	margin:0 0 10px 0;
	font-size:12px;
	color: #555;
}

.notice_box .notice_list{
	margin:0 0 10px;
	padding: 20px 15px 15px;
	border:2px solid #FFBFBF;
}

.notice_box .notice_list li{
	margin:0 0 15px 0;
	padding-left:1em;
	text-indent: -1em;
	list-style: none;
	font-size:12px;
	color:#666;
}

/*---------------------
margin
----------------------*/
.mb5{margin:0 0 5px 0 !important;}
.mb10{margin:0 0 10px 0 !important;}
.mb20{margin:0 0 20px 0 !important;}
.mb30{margin:0 0 30px 0 !important;}
.mb40{margin:0 0 40px 0 !important;}
.mb90{margin:0 0 90px 0 !important;}

/*--------------------*/