@import url('https://fonts.googleapis.com/css?family=Abel');

body {
	color: #444444;
	font-family: "UD Shin Go NT Medium";
}

/* リンク */
a { color: #005B80; }
a:hover { color: #009BDF; }

/* パンくずナビ */
.topicPath {
	font-size: 16px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

/* ページの先頭に戻る */
.pagetop {
	font-size: 14px;
	text-align: right;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
}

.pagetop a {
	background-image: url("../images/ico/ico_pagetop.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 10px;
}

/* 前のページに戻る */
.pageback {
	font-size: 14px;
	text-align: right;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
}

.pageback a {
	background-image: url("../images/ico/ico_arrow.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 10px;
}

/* ブログ前へ */
.blogback a {
	background-image: url("../images/ico/ico_arrow_01.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 10px;
	font-size: 22px;
	line-height: 1.273;
}

/* ブログ次へ */
.blognext a {
	background-image: url("../images/ico/ico_arrow.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 10px;
	font-size: 22px;
	line-height: 1.273;
}

/* ブログトップへ */
.blogtop a {
	background-image: url("../images/ico/ico_pagetop.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 10px;
	font-size: 22px;
	line-height: 1.273;
}

/* ページ */
#page {
	width: 980px;
	margin: 0 auto;
	padding-top :10px;
}

#pageHead {
	width: 960px;
	margin: 0 10px;
	top: 0;
	background-color: #FFFFFF;
}

/* *ヘッダーアドセンス */
#pageHead #pageHeadMain {
	width: 480px;
	float: left;
}

#pageHead .ad {
	width: 480px;
	margin: 0px;
	padding: 0;
	float: right;
}

.ad h6 {
	font-size: 12px;
	line-height: 1.5;
	color: #FFFFFF;
	margin: 0;
}

#pageHead #pageHeadSub {
	clear: both;
}

/* ページヘッダー */
#pageHead #siteTitle {
	font-size: 48px;
	line-height: 1.125;
	margin: 0;
	font-family: 'Abel', sans-serif;
}

#pageHead #catchcopy {
	font-size: 16px;
	line-height: 1.375;
	margin: 5px 0;
}

/* グローバルナビ */
#pageHead .globalNavi {
	border: solid #005B80;
	border-width: 1px 0;
	padding: 10px 0;
}

#pageHead .globalNavi ul {
	margin: 0;
	padding: 0;
}

#pageHead .globalNavi ul:after {
	content: "";
	clear: both;
	display: block;
}

#pageHead .globalNavi ul li {
	list-style: none;
	width: 240px;
	float: left;
	border-left: solid 1px #005B80;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 26px;
	line-height: 1.231;
	font-family: "UD Shin Go NT Medium";
}

#pageHead .globalNavi ul li:first-child {
	border-left: none;
}

#pageHead .globalNavi ul li a {
	color: #005B80;
	
	text-decoration: none;
	display: block;
	padding: 5px; 0;
}

#pageHead .globalNavi ul li a:hover,
#pageHead .globalNavi ul li.current a {
	color: #FFFFFF;
	background-color: #86B3C6;
}


/* ページフッター */
#pageFoot {
	border-top: solid 1px #005B80;
	margin: 10px;
}
#pageFoot #copyright small {
	font-size: 12px;
	line-height: 1.5;
}

#pageFoot #copyright {
	text-align: center;
	padding: 0;
	margin: 0;
}
#pageFoot #designedBy {
	font-size: 14px;
	line-height: 1.429;
	text-align: right;
	padding: 0;
	margin: 0;
	font-family: 'Abel', sans-serif;
}

/* ページボディ */
#pageBody {
	margin: 10px;
}

#pageBody:after {
	content: "";
	clear: both;
	display: block;
}

#pageBodyMain {
	width: 720px;
	float: left;
}

#pageBodySub {
	width: 220px;
	float: right;
	margin-top: 10px;
}



/* ----- サブカラム内の装飾 -----*/

/* 見出し */
#pageBodySub h2 {
	font-size: 16px;
	line-height: 1.375;
	padding: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: 10px;
	border-bottom: 1px dotted #005B80;
}

/* おしらせ */
#pageBodySub .newsList ul {
	list-style: none;
	padding: 0;
}
#pageBodySub .newsList ul li {
	font-size: 14px;
	line-height: 1.429;
	margin: 10px 5px;
}
#pageBodySub .newsList ul li time {
	font-weight: bold;
	display: block;
}

/* リンク */
#pageBodySub .link ul {
	margin: 0 0 30px;
	padding-left: 0;
}

#pageBodySub .link ul li {
	font-size: 22px;
	line-height: 1.273;
	margin-bottom: 30px;
	list-style-type: none;
	background-image: url("../images/ico/ico_arrow.png");
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 10px;
}

/* ----- メインカラム内の装飾 ----- */

#pageBodyMain p { font-size: 16px;
	line-height: 1.375;
	margin: 10px;
}

/* リスト */
#pageBodyMain ul li {
	font-size: 14px;
	line-height: 1.429;
	list-style-type: square;
}

/* よくあるご質問のリスト */
#pageBodyMain .faq ul li {
	font-size: 18px;
	line-height: 1.333;
	margin-bottom: 10px;
	list-style-type: square;
}

#pageBodyMain #anser {
	margin-top: 10px;
	padding-top: 10px;
	font-weight: bold;
}

/* 表 */
#pageBodyMain table {
	font-size: 20px;
	line-height: 1.3;
	border: 1px solid #E6E6E6;
	border-collapse: collapse;
	width: 100%
}

#pageBodyMain table th,
#pageBodyMain table td {
	border: 1px solid #E6E6E6;
	padding: 5px 10px;
}

#pageBodyMain table th {
	background-color: #86B3C6;
	text-align: left;
}

#pageBodyMain table caption {
	font-size: 18px;
	text-align: left;
	font-weight: bold;
}

/* 図版 */
figure {
	margin: 0;
}

/* 画像キャプション */
#pageBodyMain figcaption {
	font-size: 12px;
}

/* 見出し */
#pageBodyMain .pageTitle { 
	font-size: 26px;
	color: #ffffff;
	background-color: #009BDF;
	padding: 5px 10px;
	line-height: 1.231;
	margin: 30px 0;
}

#pageBodyMain .heading-typeA { 
	font-size: 18px;
	color: #005B80;
	border-bottom: solid 1px #005B80;
	padding: 5px
	line-height: 1.333;
}

#pageBodyMain .heading-typeB { 
	font-size: 16px;
	color: #009BDF;
	border-left: solid 5px #86B3C6;
	padding-left: 10px
	line-height: 1.375;
}

#pageBodyMain .heading-typeC { 
	font-size: 14px;
	line-height: 1.429;
}

#pageBodyMain .aboutus p {
	font-size: 20px;
	line-height: 1.3;
}

#pageBodyMain .aboutus {
	margin: 50px 0;
}

/* 区切り線・余白 */
#pageBodyMain .articleDetailHead{
	border-bottom: solid 1px #E6E6E6;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

#pageBodyMain .articleDetailFoot{
	border-top: solid 1px #E6E6E6;
	margin-top: 30px;
	padding-top: 15px;
}

#pageBodyMain .articleDetailBody section{
	margin: 30px 0;
}

/* アドセンス */
#pageBodyMain .creditUnit {
	padding: 10px;
	margin: 10px 0;
	border: solid 1px #E6E6E6;
}

#pageBodyMain .creditUnit:after {
	content: "";
	clear: both;
	display: block;
}

#pageBodyMain .creditUnit .creditUnitText {
	float: right;
	width: 378px;
}

#pageBodyMain .creditUnit .creditUnitMap {
	float: left;
	width: 300px;
}

#pageBodyMain .creditUnit .creditUnitMap iframe {
	vertical-align: bottom;
}

#pageBodyMain .creditUnit h2 {
	font-size: 16px;
	line-height: 1.375;
}

#pageBodyMain .creditUnit p {
	font-size: 12px;
	line-height: 1.5;
}

/* -- メールフォーム -- */

#pageBodyMain .articleDetaile #mailform iframe {
	border-style: none;
	vertical-align: bottom;
	height: 850px;
    width: 720px;
}

/* --「SCHEDULES」一覧ページ -- */
#pageBodyMain .articleList {
	border: solid 1px #E6E6E6;
	margin-bottom: 30px;
}

#pageBodyMain .articleList a {
	display: block;
	padding: 10px;
	color: inherit;
	text-decoration: none;
}

#pageBodyMain .articleList a:after {
	content: "";
	clear: both;
	display: block;
}

#pageBodyMain .articleList a:hover {
	opacity: 0.7;
}

#pageBodyMain .articleList a .articleListText {
	width: 370px;
	float: right;
}

#pageBodyMain .articleList a .articleListText h2 {
	font-size: 26px;
	line-height: 1.231;
}

#pageBodyMain .articleList a .articleListText p {
	font-size: 14px;
	line-height: 1.429;
}

#pageBodyMain .articleList a .articleListImage {
	width: 300px;
	float: left;
}

#pageBodyMain .articleList a .articleListImage img {
	vertical-align: bottom;
}

/* ----- トップページの内容 ----- */
/* メインビジュアル */

/* 次の活動 */
.mainText {
	margin-left: 10px;
	margin-right: 10px;
}

.mainText table {
	border-left: 5px solid #005B80;
}

.mainText table tr th {
	font-size: 20px;
	border-bottom: 1px solid #005B80;
	padding: 10px 0;
	margin: 0;
}

.mainText table tr td {
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
	border-bottom: 1px solid #005B80;
	padding: 10px 0;
	vertical-align: top;
}

table tr td {
	 width: 100%;
}

.mainText table tr th {
	white-space: nowrap;
	padding-right: 30px;
}

/* トップ画像 */
.mainVisual {
	position: relative;
}

.mainVisual img {
	vertical-align: bottom;
}

/* おしらせ */
#pageBody .news {
	margin: 30px 0;
}

#pageBody .news h2 {
	font-size: 20px;
	border-bottom: 1px solid #005B80;
	padding: 5px 0;
	margin: 0;
}

#pageBody .news table tr th,
table tr td {
	font-size: 16px;
	line-height: 1.375;
	border-bottom: 1px dotted #005B80;
	padding: 10px 0;
	vertical-align: top;
}

#pageBody .news table tr th {
	white-space: nowrap;
	padding-right: 30px;
}

/* ブログバナー */
#pageBody .blogBanner {
	margin: 30px 0;
	text-align: center;
}

#pageBody .blogBanner a {
	margin: 0;
	color: #FFFFFF;
	font-size: 36px;
	line-height: 1.167;
	text-decoration: none;
}

#pageBody .blogBanner p {
	width: 700px;
	margin: 0 120px;
	padding: 20px;
	background-color: #009BDF;
	text-align: center;
	font-weight: bold;
}

/* ----- メディア紹介 ----- */

#pageBody .mediaIndex:after {
	content: "";
	clear: both;
	display: block;
}

#pageBody h3 {
	font-size: 20px;
	border-left: 5px solid #009BDF;
	padding: 0 10px;
	margin: 0;
}

#pageBody .mediaIndex p {
	font-size: 16px;
	line-height: 1.375;
	padding: 10px 15px;
	margin: 0;
}

#pageBody .mediaIndex img {
	margin-bottom: 30px;
	margin-right: 35px;
	padding: 0;
}

/* ----- サブアドセンス ----- */
#pageBodySub .link {
	margin-bottom: 50px;
}

#pageBody .ad {
	margin-bottom: 50px;
}

/* ----- トップページの下の部分 ----- */
#pageBody .subText {
	border-top: 1px solid #005B80;
}

#pageBody .subText:after {
	content: "";
	clear: both;
	display: block;
}

#pageBody .subText article {
	width: 380px;
	float: left;
	margin-left: 100px;
	margin-bottom: 30px;
}

/* スケジュールのCSS */

.schedules #calendar {
	width: 280px;
}

.schedules #calendar h2{
	margin-bottom: 0;
}

.schedules #calendar:after {
	content: "";
	clear: both;
	display: block;
}

.schedules #calendar a {
	color: #444444;
	text-decoration: none;
}

.schedules #calendar td a {
	color: #FFFFFF;
	text-decoration: none;
}

/* 1行目の設定 */

.schedules #calendarTop ul {
	margin: 0;
	padding: 0;
}

.schedules #calendarTop:after {
	content: "";
	clear: both;
	display: block;
}

.schedules #calendarTop ul li {
	list-style: none;
	width: 280px;
	float: left;
	padding: 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.375;
}

/* カレンダー部分 */
.schedules #calendarBody a {
	text-decoration: none;
}

.schedules #calendarBody table #week td {
	border-style: none;
	width: 39px;
	height: 24px;
}

.schedules #calendarBody table {
	text-align: center;
	font-size: 20px;
	line-height: 1.3;
	border-collapse: collapse;
}

.schedules #calendarBody table #number td {
	width: 39px;
	height: 38px;
	border: 1px solid #CCCCCC;
	padding: 0px;
	font-size: 20px;
    line-height: 1.3;
    vertical-align: middle;
}

.schedules #calendarBody table #noNumber td {
	width: 39px;
	height: 39px;
	border-style: none;
	padding: 0px;
	font-size: 20px;
    line-height: 1.3;
    vertical-align: middle;
}

/* イベントの色設定 */

.schedules #calendarBody #tennis {
	color: #444444;
	background-color: #009BDF;
}

.schedules #calendarBody #tennissun {
	color: red;
	background-color: #009BDF;
}

.schedules #calendarBody #lesson {
	color: #444444;
	background-color: #40e0d0;
}

.schedules #calendarBody #gunmama {
	color: #444444;
	background-color: #ffd700;
}

.schedules #calendarBody #club {
	color: #444444;
	background-color: #32cd32;
}

.schedules #calendarBody #game {
	color: #444444;
	background-color: #90ee90;
}

.schedules #calendarBody #event {
	color: #444444;
	background-color: #ff69b4;
}

/* イベントの色の説明の設定 */

#kome {
	margin: 10px;
	padding-top: 50px
}

#kome #tennis {
	padding-left: 10px;
    border-left: 20px solid #009BDF;
}

#kome #lesson {
	padding-left: 10px;
    border-left: 20px solid #40e0d0;
}

#kome #club {
	padding-left: 10px;
    border-left: 20px solid #32cd32;
}

#kome #game {
	padding-left: 10px;
    border-left: 20px solid #90ee90;
}

#kome #event {
	padding-left: 10px;
    border-left: 20px solid #ff69b4;
}

#kome #gunmama {
	padding-left: 10px;
    border-left: 20px solid #ffd700;
}


/* 土日の設定 */
.schedules #calendarBody #calendar_holiday {
	color: red;
}

.schedules #calendarBody #calendar_saturday {
	color: blue;
}

/* 年間活動カレンダー */

#pageBody .nenkanTitle { 
	font-size: 26px;
	color: #ffffff;
	background-color: #009BDF;
	padding: 5px 10px;
	line-height: 1.231;
	margin: 30px 0;
}

#pageBody .nenkan :after {
	content: "";
	clear: both;
	display: block;
}

#pageBody .nenkan article {
	width: 280px;
	float: left;
	margin-left: 45px;
	margin-bottom:50px;
}

#pageBody .nenkan article:first-child {
	margin-left: 0;
}

/* 規約 */

#kiyaku {
	list-style: none;
}

/* ブログ */

#blog h1 {
	margin: 50px 10px;
}

#blog h2 {
	margin: 50px 10px;
}

#blog h4 {
	font-size: 22px;
	line-height: 1.273;
	margin: 50px 10px;
}

#blog h6 {
	margin: 50px 10px;
}

#blog h4 a {
	text-decoration: none;
}

#blog p {
	font-size: 22px;
	line-height: 1.273;
	margin: 50px 10px;
}

#blognavi ul {
	margin: 0;
	padding: 0;
}

#blognavi:after {
	content: "";
	clear: both;
	display: block;
}

#blognavi ul li{
	list-style: none;
	width: 240px;
	float: left;
	padding: 0;
	margin: 30px 0;
	font-size: 22px;
	line-height: 1.273;
}

