﻿@charset "UTF-8";

/*PC CSS -content common Layout-*/

/***********************************
content common Layout
************************************/

@media print, screen and (min-width:769px){
	
h1.pageTitle,
h2.sTitle,
strong.pmt{
}

/*改行対策*/
span.oneword{
	white-space: nowrap;
}

strong.notes{
	color: #004989;
}

/*h1*/
h1.pageTitle{
	font-size: 24px;
	line-height: 28px;
	width: 400px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #004989;
	color: #004989;
	display: block;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/*h2*/
h2.sTitle{
	position: relative;
	overflow: hidden;
}

h2.sTitle span.wp{
	font-size: 20px;
	line-height: 20px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0084b9;
	color: #0084b9;
	display: block;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: right;
	margin-bottom: 30px;
	display: block;
	float: left;
	padding-left: 65px;
	white-space: nowrap;
}

h2.sTitle span.stxt{
	font-size: 16px;
	line-height: 18px;
	display: block;
	padding-top: 5px;
}

/*ページサブタイトル*/
strong.pmt{
	text-align: center;
	display: block;
	font-size: 28px;
	white-space: nowrap;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	color: #004989;
	font-weight: normal;
}

strong.pmt span.line{
	display: block;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #004989;
	margin-bottom: 30px;
}

/*#contactBox*/
#contactBox{
}

#contactBox p{
	display: block;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	color: #0084b9;
	margin-bottom: 60px;
}

#contactBox ul{
	display: block;
	text-align: center;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}

#contactBox ul li{
	display: inline-block;
	background-color: #004989;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #0084b9;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
	width: 320px;
}

#contactBox ul li span.tel{
	font-size: 31px;
	line-height: 31px;
	padding-left: 35px;
	background-image: url(../images/iconTel.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#contactBox ul li span.tel a{
	pointer-events:none;
}

#contactBox ul li span.mail{
	font-size: 24px;
	line-height: 31px;
	padding-left: 35px;
	background-image: url(../images/iconMail.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#contactBox ul li span a:link,
#contactBox ul li span a:visited,
#contactBox ul li span a:active{
	color: #FFF;
	outline:none;
	text-decoration: none;
}

#contactBox ul li span a:hover{
	text-decoration: underline;
	outline:none;
}

/*#aboutMenu*/
#aboutMenu{
	display: block;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 35px;
}

#aboutMenu li{
	display: inline-block;
}

#aboutMenu li a:link,
#aboutMenu li a:visited,
#aboutMenu li a:active{
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	font-size: 14px;
	line-height: 16px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 15px;
}

#aboutMenu li a:hover{
}


#aboutMenu li span{
}

#aboutMenu li.mark{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #004989;
}

#aboutMenu li.el a{
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* schedule */
.tabs {
    width: 900px;
    position: absolute;
    top: 211px;
    transform: translate(7%, 0);   margin: auto;
}

.tabs li {
    float: left;
    width: 50%;
    text-align: center;
    border: 1px solid black;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: 20px;
    cursor: pointer;
    background-color: #e2e2e2;
}

.tabs li.active {
    border-bottom: 1px solid white;
    background-color: #fff;
}

.tabs li span br {
    display: none;
}

#tab1,
#tab2,
#tab3 {
    display: none;
    margin-top: 90px;
    padding-top: 20px;
    border-top: 1px solid;
}

#tab1.active,
#tab2.active,
#tab3.active {
    display: block;
}

#tab1 table,
#tab2 table,
#tab3 table {
    width: 900px;
    margin-left: auto; 
    margin-right: auto; 
}

#tab1 table tr,
#tab2 table tr,
#tab3 table tr {
    height: 30px;
}

#tab1 table .month,
#tab2 table .month,
#tab3 table .month {
    display: block;
    margin-bottom: 20px;
}
    
#tab1 table .wday,
#tab2 table .wday,
#tab3 table .wday {
    border: 1px solid #eee;
    border-right: none;
    border-bottom: none;
}

#tab1 table .body,
#tab2 table .body,
#tab3 table .body {
    padding-left: 8px;
    border: 1px solid #eee;
    border-bottom: none;
}

#tab1 .admin,
#tab2 .admin,
#tab3 .admin {
    border-top: 1px solid #eee;
}

}
