﻿@charset "UTF-8";

/*SmartPhone CSS -content common Layout-*/

/***********************************
content common Layout
************************************/

@media print, screen and (max-width:769px){

h1.pageTitle,
h2.sTitle,
strong.pmt{
}

/*改行対策*/
span.oneword{
	white-space: nowrap;
}

strong.notes{
	color: #004989;
}

/*h1*/
h1.pageTitle{
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #004989;
	color: #004989;
	display: block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 10px;
	font-weight: bold;	
}

/*h2*/
h2.sTitle{
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0084b9;
	color: #0084b9;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	text-align: left;
	margin-bottom: 10px;
}

/*ページサブタイトル*/
strong.pmt{
	text-align: center;
	display: block;
	font-size: 18px;
	white-space: nowrap;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	color: #004989;
	font-weight: normal;
}

strong.pmt span.line{
	display: block;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #004989;
	margin-bottom: 5px;
}

/*#contactBox*/
#contactBox{
}

#contactBox p{
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	color: #0084b9;
	margin-bottom: 20px;
}

#contactBox ul{
	display: block;
	text-align: center;
	overflow: hidden;
	position: relative;
}

#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;
	width: 100%;
	margin-top: 15px;
}

#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.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: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	position: relative;
}

#aboutMenu li{
	display: inline-block;
	float: left;
	width: 49%;
	margin-bottom: 2px;
	background-color: #0084b9;
	margin-right: 1%;
}

#aboutMenu li a:link,
#aboutMenu li a:visited,
#aboutMenu li a:active{
	color: #FFF;
	display: block;
	font-size: 12px;
	line-height: 16px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#aboutMenu li span{
}

#aboutMenu li.mark{
	background-color: #004989;
}

#aboutMenu li.mark a{
	background-color: #004989;	
}

/* schedule */
.tabs {
    width: 100%;
    margin: auto;
    position: absolute;
    left: 0;
}

.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: none;
    background-color: #fff;
}

#tab1,
#tab2 {
    display: none;
    margin-top: 90px;
}

#tab1.active,
#tab2.active {
    display: block;
}

#tab1 table,
#tab2 table {
    width: 100%;
    margin-left: auto; 
    margin-right: auto; 
}

#tab1 table tr,
#tab2 table tr {
    height: 30px;
}

#tab1 table .space,
#tab2 table .space {
    display: none;
}

#tab1 table img,
#tab2 table img {
    width: 42px;
}

#tab1 table .year,
#tab2 table .year {
    display: block;
    width: 100%;
    margin-top: 20px;
}

#tab1 table .month,
#tab2 table .month {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

#tab1 table .wday,
#tab2 table .wday {
    border: 1px solid #eee;
    border-right: none;
    border-bottom: none;
}

#tab1 table .body,
#tab2 table .body {
    padding-left: 8px;
    border: 1px solid #eee;
    border-right: none;
    border-bottom: none;
}

#tab1 .admin,
#tab2 .admin {
    border-top: 1px solid #eee;
}

}