<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #0000FF;
	text-decoration: underline;
}

/* リンク色（マウスオーバー） */
a:hover {
	color: #FF9900;
	text-decoration: underline;

}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/  
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  



/*  Common Elements
---------------------------------------------------------- */

body {
	color: #000000;
	line-height: 1;
	line-height: 1.3;
	font-size: 14px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	-webkit-text-size-adjust: 100%;
	background-color: #FFFFFF;
	max-width:800px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;

}
.wrapper {
	width: 980px;
	margin: 0 auto;
	clear: none;
}


@media screen and (max-width:768px) {
/* 768x以下用（タブレット／スマートフォン用）の記述 */
body {
	min-width: 100%;
	background-color: #FFFFFF;
	width: 100%;
}
.wrapper {
	width: 100%;
}
}
a {
	color: #000000;
	text-decoration: none;
}
.img_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
}

/*  Body
---------------------------------------------------------- */



#mainarea {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	min-width: 1100px;
}
#content {
	width: 710px;
	float: left;
	margin-bottom: 20px;
	margin-top: 30px;
}
#content h2 {
	font-size: 28px;
	font-weight: normal;
	color: #003F97;
	text-align: center;
	margin-bottom: 20px;
	/* [disabled]margin-top: 30px; */
}
.lead {
	font-size: 120%;
	color: #000000;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 160%;
}
.lead_02 {
	font-size: 110%;
	color: #000000;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 160%;
	text-align: center;
}
.a_box {
	margin-top: 30px;
	height: 216px;
	width: 696px;
	clear: both;
	margin-bottom: 10px;
	border: 8px solid #D3D0D0;
	-moz-border-image: url(../images/share/box_border.png) 8 repeat;
	-webkit-border-image: url(../images/share/box_border.png) 8 repeat;
	-ms-border-image: url(../images/share/box_border.png) 8 repeat;
	border-image: url(../images/share/box_border.png) 8 8 repeat;
	behavior: url(../PIE.htc);
	display: block;
	background-color: #FFFFFF;
}
.a_box p {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	font-size: 100%;
	margin-bottom: 20px;
}

@media screen and (max-width:768px) {
/* 768px以下用（タブレット／スマートフォン用）の記述 */
#mainarea {
	width: 100%;
	min-width:100%;
}
#content {
	width: 95%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-bottom: 5%;
	margin-top: 30px;
}

#content h2 {
	font-size: 22px;
	font-weight: normal;
	color: #003F97;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 30px;
}
.lead {
	font-size: 100%;
}
.lead_02 {
	font-size: 110%;
	color: #000000;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 160%;
	text-align: center;
}
.a_box {
	height: auto;
	width: 95%;
}
.a_box p {
	width: 84%;
}
}
@media screen and (max-width:480px) {
/* 480px以下用（タブレット／スマートフォン用）の記述 */
#content h2 {
	font-size: 16px;
	clear: both;
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	overflow-x: visible;
}
.lead_02 {
	font-size: 14px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
}


.tab {
	margin-bottom: 30px;
	/* [disabled]margin-top: 30px; */
}
.tab ul {
	list-style-type: none;
	height: 60px;
}
.tab ul li img {
	float: left;
	text-align: center;
	height: 60px;
	line-height: 60px;
	color: #003F97;
	display: block;
	width: 355px;
}

.tab_02 {
	margin-bottom: 30px;
	/* [disabled]margin-top: 30px; */
}
.tab_02 ul {
	list-style-type: none;
	height: 60px;
}
.tab_02 ul li img{
	float: left;
	text-align: center;
	height: 60px;
	display: block;
	width: 177px;
}
#content .a_box h4 {
	font-size: 120%;
	color: #003F97;
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 0px;
}
.b_box, .c_box {
	margin-top: 30px;
	width: 696px;
	margin-bottom: 10px;
	border: 8px solid #D3D0D0;
	-moz-border-image: url(../images/share/box_border.png) 8 repeat;
	-webkit-border-image: url(../images/share/box_border.png) 8 repeat;
	-ms-border-image: url(../images/share/box_border.png) 8 repeat;
	border-image: url(../images/share/box_border.png) 8 8 repeat;
	behavior: url(../PIE.htc);
	display: block;
	background-color: #FFFFFF;
	height: 240px;
}
.d_box {
	margin-top: 30px;
	width: 696px;
	margin-bottom: 10px;
	border: 8px solid #D3D0D0;
	-moz-border-image: url(../images/share/box_border.png) 8 repeat;
	-webkit-border-image: url(../images/share/box_border.png) 8 repeat;
	-ms-border-image: url(../images/share/box_border.png) 8 repeat;
	border-image: url(../images/share/box_border.png) 8 8 repeat;
	behavior: url(../PIE.htc);
	display: block;
	background-color: #FFFFFF;
	height: 280px;
}
.p_box {
	margin-top: 30px;
	width: 696px;
	margin-bottom: 10px;
	border: 8px solid #D3D0D0;
	-moz-border-image: url(../images/share/box_border.png) 8 repeat;
	-webkit-border-image: url(../images/share/box_border.png) 8 repeat;
	-ms-border-image: url(../images/share/box_border.png) 8 repeat;
	border-image: url(../images/share/box_border.png) 8 8 repeat;
	behavior: url(../PIE.htc);
	display: block;
	background-color: #FFFFFF;
	clear: none;
}

.b_box img, .c_box img, .d_box img,.p_box img {
	float: right;
	width: 340px;
	height: auto;
}
.p_box .program img  {
	float: right;
	width: 230px;
	height: auto;
}
.b_box_left, .c_box_left {
	width: 356px;
	float: left;
}

#content .b_box h4, #content .c_box h4, #content .p_box h4, #content .d_box h4 {
	font-size: 120%;
	color: #003F97;
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 0px;
}

.b_box p {
	width: 298px;
	color: #000000;
	font-size: 100%;
	margin-bottom: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.c_box p, .p_box p, .d_box p {
	width: 315px;
	color: #000000;
	font-size: 100%;
	margin-bottom: 10px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}



@media screen and (max-width:768px) {
/* 768px以下用（タブレット／スマートフォン用）の記述 */
.b_box, .c_box {
	width: 95%;
	height: auto;
	display: inline-block;
}
.b_box img, .c_box img, .p_box img, .d_box img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 75%;
	height: auto;
	margin-top: 10px;
	float: none;
}
.b_box_left, .c_box_left {
	width: 100%;
	float: none;
}
.p_box {
	width: 95%;
	height: auto;
	display: inline-block;
}
.p_box .program img  {
	float: none;
	width: 80%;
	height: auto;
}
.b_box p {
	width:80%;
	font-size: 100%;
}
.c_box p, .p_box p, .d_box p {
	width:80%;
	font-size: 100%;
}
.tab {
	margin-bottom: 30px;
	margin-top: 30px;
	padding-bottom: 30px;
}
.tab ul {
	height: auto;
}
.tab ul li img {
	float: left;
	height: auto;
	width: 50%;
}
.tab_02 {
	margin-bottom: 30px;
	margin-top: 30px;
	padding-bottom: 30px;
}
.tab_02 ul {
	list-style-type: none;
	height: auto;
}
.tab_02 ul li img{
	float: left;
	text-align: center;
	height: auto;
	display: block;
	width: 25%;
}
.d_box {
	width: 95%;
	height: auto;
}
}




#content h3 {
	color: #003F97;
	font-size: 150%;
	text-align: center;
	border-bottom: 1px solid #A6A6A6;
	padding-bottom: 8px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 50px;
}
#content h4 {
	font-size: 120%;
	text-align: center;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 30px;
}
/* 表組み設定 */

table {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5em;
	color: #000000;
}
th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	background-color: #F2F5FA;
	vertical-align: middle;
}
td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	vertical-align: middle;
}
.sheet_01 {
	margin-bottom: 20px;
	margin-top: 20px;
}
.sheet_01 table {
	width: 100%;
	margin-top: 10px;
	clear: both;
	margin-bottom: 10px;
}
.sheet_01 th {
	font-size: 100%;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	height: 30px;
	vertical-align: middle;
}
.sheet_01 td {
	padding-top: 15px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 15px;
	font-size: 100%;
}
.sheet_02 {
	margin-bottom: 50px;
	margin-top: 10px;
}
.sheet_02 table {
	width: 100%;
	margin-top: 20px;
	clear: both;
	margin-bottom: 10px;
}
.sheet_02 th {
	font-size: 100%;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	height: 30px;
	vertical-align: middle;
}
.sheet_02 td {
	padding-top: 15px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 15px;
	font-size: 100%;
}
.td_cenetr {
	text-align: center;
}
.td_color_01 {
	background-color: #F6F4F0;
	font-weight: bold;
}
.td_color_02 {
	background-color: #F6F4F0;
	font-weight: normal;
	text-align: center;
}
.td_color_03 {
	background-color: #003C99;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
.td_color_04 {
	background-color: #F2F5FA;
	font-weight: bold;
	text-align: center;
	width: 40%;
}
.td_color_05 {
	background-color: #E4E2DD;
	font-weight: bold;
	text-align: center;
}
.td_wide_90 {
	width: 90px;
}
.price {
	text-align: right;
}

@media screen and (max-width:768px) {
/* 768px以下用（タブレット／スマートフォン用）の記述 */

.sheet_01 table {
	width: 100%;
	clear: both;
}
.sheet_01 th {
	font-size: 70%;
	padding: 1%;
	height: auto;
}
.sheet_01 td {
	padding: 1%;
	font-size: 70%;
}
}
@media screen and (max-width:480px) {
/* 480px以下用（タブレット／スマートフォン用）の記述 */

.sheet_01 th {
	font-size: 60%;
}
.sheet_01 td {
	font-size: 60%;
	line-height: 1.7em;
}
}




#content h6 {
	font-size: 90%;
	color: #000000;
	font-weight: normal;
}
#content h5 {
	font-size: 120%;
	color: #000000;
	font-weight: bold;
	background-color: #D3FFF4;
	/* [disabled]margin-top: 15px; */
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
}
#page-top {
	position: fixed;
	bottom: 90px;
	right: 20px;
	font-size: 90%;
}
#page-top a {
	background-color: #333333;
	text-decoration: none;
	color: #fff;
	width: 59px;
	padding-top: 17px;
	padding-right: 20px;
	padding-bottom: 24px;
	text-align: center;
	display: block;
	border-radius: 5px;
	background-image: url(../images/share/page_top_arrow.gif);
	background-repeat: no-repeat;
	height: 34px;
	padding-left: 20px;
	text-indent: 200%;
	white-space: nowrap;
	overflow-x: hidden;
	background-position: 21px 17px;
}
#page-top a:hover {
	text-decoration: none;
	background-image: url(../images/share/page_top_arrow_on.gif);
}
@media screen and (max-width:480px) {
/* 480px以下用（タブレット／スマートフォン用）の記述 */
#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	font-size: 90%;
}
#page-top a {
	background-color: #333333;
	text-decoration: none;
	color: #fff;
	width: 25px;
	padding-top: 0px;
	text-align: center;
	display: block;
	border-radius: 5px;
	background-image: url(../images/share/page_top_arrow_s.gif);
	background-repeat: no-repeat;
	height: 15px;
	padding-left: 0px;
	text-indent: 200%;
	white-space: nowrap;
	overflow-x: hidden;
	background-position: 10px 13px;
}
#page-top a:hover {
	text-decoration: none;
	background-image: url(../images/share/page_top_arrow_on_s.gif);
}

}



/*--------
--------------------------------------------------
	下層 - 成人プログラム
----------------------------------------------------------*/


#fitness_plan {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#fitness_plan #content {
	margin-top: 0px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#fitness_plan #content h2 {
	font-size: 120%;
}
#content .sheet_01 table tr .td_color_01 {
	text-align: center;
}
#fitness_plan #content h3 {
	margin-top: 30px;
	width: 100%;
}
.adult_school_pdf img {
	width: 424px;
	height: 56px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.adult_tennis_pdf img {
	width: 424px;
	height: 56px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#fitness .menu_img img {
	margin-bottom: 15px;
	width: 710px;
	height: auto;
}
@media screen and (max-width:768px) {
/* 768px以下用（タブレット／スマートフォン用）の記述 */

#fitness_plan {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
#fitness_plan #content {
	margin-top: 0px;
	width: 100%;
}
#content .sheet_01 table tr .td_color_01 {
	text-align: center;
}
#fitness_plan #content h3 {
	margin-top: 5%;
	width: 100%;
	
}
#fitness_plan #content .sheet_02 {
	margin-bottom: 50px;
	margin-top: 10px;
}
#fitness_plan #content .sheet_02 table {
	width: 100%;
	margin-top: 2%;
	clear: both;
	margin-bottom: 5%;
	
	word-break: break-word;
	white-space: normal;
}
#fitness_plan #content .sheet_02 th {
	font-size: 70%;
	text-align: center;
	padding-top: 1%;
	padding-right: 1%;
	padding-left: 1%;
	padding-bottom: 1%;
	vertical-align: middle;
	height: auto;
}
#fitness_plan #content .sheet_02 td {
	padding: 1%;
	font-size: 70%;
}
.adult_school_pdf img {
	width: 80%;
	height: auto;
}
.adult_tennis_pdf img {
	width: 80%;
	height: auto;
}
#fitness .menu_img img {
	
	width: 100%;
	
}
}

@media screen and (max-width:480px) {
/* 480px以下用（タブレット／スマートフォン用）の記述 */
#fitness_plan #content .sheet_02 {
	margin-bottom: 50px;
	margin-top: 10px;
}
#fitness_plan #content .sheet_02 table {
	width: 100%;
	margin-top: 2%;
	clear: both;
	margin-bottom: 5%;
	word-break: break-word;
	white-space: normal;
}
#fitness_plan #content .sheet_02 th {
	font-size: 60%;
	text-align: center;
	padding-top: 1%;
	padding-right: 1%;
	padding-left: 1%;
	padding-bottom: 1%;
	vertical-align: middle;
	height: auto;
}
#fitness_plan #content .sheet_02 td {
	padding: 1%;
	font-size: 60%;
	
}
}
</pre></body></html>