﻿

/* ===== PC用の設定 =====*/

@media only screen and (min-width: 500px){


/* コンテンツ */
article	{width: auto;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #eee7e0;
	margin: 0 0 10px;
	padding: 18px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	background-color: rgba(255,255,255,0.6)}

article header	{margin: 0 0 250px;
	clear: both;}

article header h1	{background: none;
	font-size: 45px;
	color: #d2b48c;
	margin: 45px 20px 0 -180px;
	font-weight: 500;
	float: left}

article header h1 span	{margin-left: -18px}

article header h2	{background: none;
	font-size: 23px;
	color: #d2b48c;
	margin: 15px 0 0 10px;
	font-weight: 500;
	float: left;}

article header h2 span	{color:#d2b48c;
	font-size:35px;}

article header h3	{background: none;
	font-size: 48px;
	color: #8c7042;
	margin: 0 20px 40px;
	font-weight: 500;
	float: right;
	clear: both;}




article section	{margin: 30px 20px;
	padding: 18px 18px 30px;
	overflow: hidden;
	border-top: dotted 1px #d2b48c;
	border-bottom: dotted 1px #d2b48c;
	clear: both;}


article section#calender	{padding: 0;
	border-bottom: none;}

article section#calender a	{font-weight: bold;}

article section#calender a:hover	{font-size: 17px;
	text-decoration: none;
	color: #698aab;
	font-weight: normal;}

table	{margin: 50px 0 30px;}

table, td, th	{border: solid 1px #ede4cd;
	border-collapse: collapse;
	font-size: 15px;
	color: #504946;}

td	{text-align: center;
	vertical-align: center;
	width: 30px;
	padding: 1px;}

td.link	{height: 32px;
	background-color: #d6e9ca;
	font-size: 16px;}

td.link a	{color: #3b7960;}

td.link2	{height: 32px;
	background-color: #fde8d0;
	font-size: 16px;}

td.link2 a	{color: #df7163;}

td.link3	{height: 32px;
	background-color: #eaf4fc;
	font-size: 16px;}

td.link3 a	{color: #2a83a2;}



article section p {font-size: 15px;
	color: #444444;
	margin: 25px 20px;}


article section a:hover {color: #00a381;
	text-decoration: none;
	font-size: 16px;}


}
























/* ===== スマートフォン用の設定 =====*/

@media only screen and (max-width: 499px){



/* コンテンツ */
article	{width: auto;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #eee7e0;
	margin: 0 0 10px;
	padding: 2%;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	background-color: rgba(255,255,255,0.6)}

article header	{margin: 0 0 80px;
	clear: both;}

article header h1	{background: none;
	font-size: 28px;
	color: #d2b48c;
	margin: 30px 15px 0 -120px;
	font-weight: 500;
	float: left}

article header h1 span	{margin-left: 0px}

article header h2	{background: none;
	font-size: 15px;
	color: #d2b48c;
	margin: 10px 0 0 15px;
	font-weight: 500;
	float: left;}

article header h2 span	{color:#d2b48c;
	font-size:20px;}

article header h3	{background: none;
	font-size: 33px;
	color: #8c7042;
	margin: 5px 20px 60px;
	font-weight: 500;
	float: right;
	clear: both;}




article section	{margin: 30px 0;
	padding: 10px 0;
	overflow: hidden;
	border-top: dotted 1px #d2b48c;
	border-bottom: dotted 1px #d2b48c;
	clear: both;}


article section#calender	{padding: 0;
	border: none;}

article section#calender a	{font-weight: bold;}

article section#calender a:hover	{font-size: 17px;
	text-decoration: none;
	color: #698aab;
	font-weight: normal;}

table	{margin: 20px 0;}

table, td, th	{border: solid 1px #ede4cd;
	border-collapse: collapse;
	font-size: 8px;
	color: #504946;}

td	{text-align: center;
	vertical-align: center;
	width: 30px;
	padding: 0;}

td.link	{height: 32px;
	background-color: #d6e9ca;
	font-size: 13px;}

td.link a	{color: #3b7960;}

td.link2	{height: 32px;
	background-color: #fde8d0;
	font-size: 13px;}

td.link2 a	{color: #df7163;}

td.link3	{height: 32px;
	background-color: #eaf4fc;
	font-size: 13px;}

td.link3 a	{color: #2a83a2;}



article section p {font-size: 13px;
	color: #444444;
	margin: 25px 4%;}


article section a:hover {color: #00a381;
	text-decoration: none;
	font-size: 16px;}


}
