/* ====== スマートフォン用の設定 ====== */
@media only screen and (max-width:599px) {

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

header{
	width: 320px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	height: 140px;
}
body article {
}
#logo{
	float: left;
	width: 320px;
	
}
#logo a .link {
	float: left;
	margin-left: 8px;
}
header nav{
	color: #f08719;	/*padding-top: 10px;*/
	width: 320px;
	float: left;
}
header nav ul {
	width: 304px;
	list-style-type: none;
}
header nav li{
	font-family: 'Chango', cursive;
	float: left;
	width: 150px;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 20px;
}
header nav li.irei{
	margin-left: -30px;
	
}
header nav li a{
	text-decoration: none;
	color: #f08719;
}
header nav li a:hover {
	color: #9C0;
}



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

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

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

#menu{
	width: 340px;
	background-color: #fef1cc;
	overflow:hidden;
	color: #721F20;
	font-size: 15px;
	line-height: 25px;
	margin-left: -20px;
	margin-bottom: 30px;
	
}
#menu ul{
	list-style-type: none;
}
#menu ul li{
	padding-left: 5px;
	
}

#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: 90%;
	max-width: 90%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 25px;
	margin-left: 15px;
}
.box{
	width: 310px;
	color: #721F20;
	line-height: 22px;
	background-color: rgba(255,255,255,0.6);
	padding: 5px;
	margin-bottom: 50px;
	overflow:hidden;
}


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

.block01{
	float: left;
	width: 300px;
	margin-left: 10px;
	/*margin: 0 30px;*/
}

.block02{
	float: left;
	width: 300px;
	margin-left: 10px;
	/*margin: 0 30px 50px 30px;*/
}

#block03{
	width: 290px;
	margin-left: 10px;
}
#block04{
	width: 290px;
	margin-left: 10px;
}
#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 )";
}

}