@charset "utf-8";
/*共通*/

body {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #fff;
	background-image: url(../images/wall.png);
	background-repeat: repeat;
	/*文字サイズ自動調整をoff*/
  -webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
	list-style:none;
}
img {
   vertical-align:bottom
}
/*リンク*/
a img {
	border: none;
}
a:link, a:visited {
	color: #333;/*	text-decoration: none;*/
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color:#F60;
}

.align_r {
	text-align:right !important;
}
.align_l {
	text-align:left !important;
}
.align_c {
	text-align:center !important;
}
.bold {
	font-weight:bold;
}
.red, .ermsg, .att {
	color:#F00;
}
.img100 {
	max-width:100%;
}
/*回り込み・解除*/


.float_l {
	float:left;
}
.float_r {
	float:right;
}
.clearFix {
	zoom:100%;
}
.clearFix:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.clear {
	clear: both;
}
.m_bottom20 {
	margin-bottom:20px;
}

.float_l img {
	margin-right:1rem;
}
.float_r img {
	margin-left:1rem;
}

i{
	margin-right:0.5em;
	color:#5fb3f9;
}


body {
	background-color: #fff;
	background-image: url(../images/wall.png);
	background-repeat: repeat;
}
/*header*/

header h1 {
	margin:0px;
	padding:0px;
	width:960px;
	margin:auto;
}
h2{
	background-color:#a5bf4c;
	color:#fff;
	padding:5px 0.5em;
}



/*フッター*/
footer {
	width:960px;
	padding: 40px 0px 0px;
	height:130px;
	margin:0px auto;
	position: relative;
	clear: both;
	background-color: #fff;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	box-sizing:border-box;
}


/*ページ上部へ戻る*/

#back-top {
	padding: 0px !important;
	bottom: 100px;
	right: 0px;
	position: fixed;
	z-index:9999;
}

#back-top i{
	font-size:40px;
	color:#666;
	margin-right:10px;
}

#back-top i:hover{
	color:#5fb3f9;
}

.box{
	width:49%;
	float:left;
}
.box:nth-child(1){
	margin-right:2%;
}

/*メインエリア*/

#contents{
	width:960px;
	padding:10px 10px 40px;
	margin:0px auto;
	background-color:#fff;
	box-sizing:border-box;
}
#contents p{
	text-indent:1em;
	padding:0px 10px 10px 10px;
	margin:0px;
}

.schedule{
	margin:20px auto;
	width:90%;
	border:1px solid #ccc;
	border-collapse:collapse;
}
.schedule th{
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:5px;
	background-color:#ec8534;
	color:#fff;
}
.schedule td{
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:5px;
	background-color:#fff;
}

.listMark{
	list-style:none;
	margin-bottom:20px;
}

.listMark img{
	margin-right:0.5em;
}

.listMark li{
	padding-left: 2.5em;
    text-indent: -2.5em;
	margin-bottom:10px;
}

.listIndent{
	list-style:none;
}

.listIndent li{
	padding-left: 1em;
    text-indent:  1em;
	margin-bottom:3px;
}



 @media only screen and (max-width: 768px) { /*タブレット*/

img{
	max-width:100%;
}

header h1 {
	width:100%;
}

#contents,
footer{
	width:100%;
}

.box{
	width:100%;
	float:none;
}
#back-top{
	display:none;
}


}
