@chardet "UTF-8";

/* 基本設定 */

p{
	font-size: 30px;
	text-align: center;
}

h1{
	text-align: center;
}


/* ナビゲーション */

.menu{
	background-color:#ffffff;
	padding: 8px 30px 8px 30px;
}

.menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li a{
	display:block;
	padding: 5px;
	color: #000000;
	font-size: 18px;
	text-decoration: none;
}

.menu li a:hover{
	background-color: #eeeeee;
}

.menu ul:after{
	content:"";
	display: block;
	clear: both;
}

.menu li {
	float: left;
	width: auto;
}


.box1{
	font-size: 30px;
}

.box1 img{
	vertical-align: middle;
	max-width:100%;
	height:auto;
}


.box2 img{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}


.box3{
	margin-left:auto;
	margin-right:auto;
}


.box3 p{
	font-size: 25px;
}

.box3 h1{
	background-color:rgb(95, 193, 199);
}



.box4{
	font-size: 17px;
	text-align:center;
}

,box4 img{
	max-width:100%;
	height:auto;
	margin: 20px 0px 20px 0px;
}



.box5{
	padding-top:15px;
	padding-bottom:15px;
	border-top: solid 1px #dddddd;
	text-align:center;
}
.box5 a{
	color: #000000;
	font-size: 18px;
	text-decoration: none;
}

.box5 a:hover{
	background-color: #eeeeee;

}

/* テーブルの設定 */
table{
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
}

td{
	border: 0px solid #cccccc;
	padding: 10px 50px;
	text-align: left;
	vertical-align:top;
	font-size: 30px;
}

tbody tr:nth-child(2n){
	background: #ecfafc;
}

.mark{
	border-bottom: 4px dotted #5fc1c7;
	border-top: 4px dotted #5fc1c7;
}





.kakoi{
	display: inline-block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.waku{
	margin-right: 40px;
	margin-bottom: 30px;
	padding:20px 0px 20px 0px;
	font:#5fc1c7;
	border: 5px solid #5fc1c7;
	border-radius: 15px;
	text-align: center;
	float: left;
}

.waku img{
	width:100px;
	height:auto;
}




@media(min-width: 1040px) {

/* 全体の横幅を固定 */
.box1, .menu, .box2, .box3, .box4, .box5{
	width: 1500px;
	margin-left:auto;
	margin-right:auto;
	padding: 8px 30px 8px 30px;
	background-color: #ffffff;

}
body{
	background: linear-gradient(0deg, rgb(255, 255, 255), rgb(95, 193, 199));
	background-attachment: fixed;
	margin:0;
	font-family: sans-serif;

}


.box1{
	font-size: 50px;
}

.box2{
	background-color:#ffffff;
}




.box3{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.kakoi{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.waku{
	margin-right: 40px;
	padding:20px 0px 20px 0px;
	font:#5fc1c7;
	border: 5px solid #5fc1c7;
	border-radius: 15px;
	text-align: center;
}

.waku img{
	width:auto;
	height:auto;
}

.box4{
	margin-left:auto;
	margin-right:auto;
}

.box4 img{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
}



}
