/* ====== タブレット用の設定 ====== */
@media only screen and (min-width: 600px) and (max-width:899px) {


/* header
------------------------------------------------------------*/

header{
	width: 600px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#logo{
	float: left;
	
}
header nav{
	float: left;
	width: 485px;
	color: #f08719;
	margin-left: -30px;
}
header nav ul{
	list-style:none;
}
header nav li{
	font-family: 'Chango', cursive;
	display: inline;
	font-size: 13px;
	padding-left: 17px;
	
}
header nav li#last{
	/*padding-right: -30px;*/
	
}
header nav li a{
	text-decoration: none;
	color: #f08719;
}
header nav li a:hover {
	color: #9C0;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

/* article section#contents
------------------------------------------------------------*/


#contents{
	min-height: 100%;
	position: relative;
	width: 600px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	clear: both;
}
/* article section#contents
------------------------------------------------------------*/

#contents{
	min-height: 100%;
	height: auto !important;
	position: relative;
	width: 600px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	
}

#page_ttl {
	color: #731F21;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#menu{
	width: 580px;
	background-color: #fef1cc;
	overflow:hidden;
	padding: 10px;
	color: #721F20;
	font-size: 15px;
	line-height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	
}
#menu ul{
	list-style-type: none;/**/
	margin-left: -30px;
}
#menu ul li{
	display: inline;
	padding-left: 50px;
	
}

#menu ul li a{
	text-decoration: none;
	color: #721F21;
	font-weight: bold;
	border-right: solid 0px rgba(255,255,255,0.2);
	-webkit-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	-moz-transition: 1s;
	background-color:rgba(1,122,205,0);
}
#menu ul li a:hover {
	color: #f08719;
	font-weight: bold;
}
#rekishiphot{
	width: 316px;
	height: 72px;
	margin-top: 30px;
	margin-left: 110px;
	margin-bottom: 25px;
}
.box{
	color: #721F20;
	line-height: 22px;
	background-color: rgba(255,255,255,0.6);
	padding: 20px;
	margin-bottom: 50px;
	border-radius: 10px;        /* CSS3 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	overflow:hidden;
}

.year{
	color: #731F21;
	margin-bottom: 30px;
	font-size: 19px;
	font-weight: bold;
}
.block{
	margin: 30px;
}
hr{
	border: solid 1px #f08719;
	margin-top: 30px;
	margin-bottom: 30px;
}
hr.line{
	border: solid 1px #f08719;
	margin-top: -10px;
	margin-bottom: 30px;
	margin-left: -5px;
}
hr#line{
	border: solid 1px #f08719;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: -5px;
}
.title{
	color: #731F21;
	margin-top: 30px;
	font-size: 21px;
	font-weight: bold;
	margin-left: 30px;
}

.block01{
	float: left;
	width: 500px;
	margin: 0 30px;
}

.block02{
	float: left;
	width: 500px;
	margin: 0 30px 50px 30px;
}
#block03{
	width: 500px;
	margin: 10px 80px 10px 30px;
}
#block04{
	width: 500px;
	margin: 10px 0 50px 30px;
}
#block03 a{
	text-decoration: none;
	color: #721F21;
	font-weight: bold;
	border-right: solid 0px rgba(255,255,255,0.2);
	-webkit-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	-moz-transition: 1s;
	background-color:rgba(1,122,205,0);
}
#block03 a:hover {
	color: #f08719;
	font-weight: bold;
}

.link{
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius:  5px;    /* Firefox */
	-webkit-border-radius:  5px; /* Safari,Chrome */
	margin-bottom: 10px;
}
a:hover .link{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

}