@charset "shift_jis";


.maintitle h1{
	background-color:#c00;
	width: 100%;
	height:50px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color:#fff;
	letter-spacing: 1px;
	line-height:50px;
	text-align: center;
}


#prefbanner {
	width:100%;
	margin:0 auto 0 auto;
	padding-bottom:10px;
	background-color:#faf5f0;
}
.area_title {
	display:none;
	clear:both;
	background-color:#ddd;
	color:#000;
	padding:10px;
}
.area_title strong {
	float:left;
	font-size:1.1em;
}
.area_title ul { float:right; }
.area_title ul li a {
	display:block;
	background-color:#fff;
	border-radius:3px;
	width:100px;
	height:20px;
	font-size:0.8em;
	color:#000;
	line-height:20px;
	text-align:center;
}
.bk_scroll {
	display:none;
	width:100%;
	height:135;
	white-space:nowrap;
	overflow-x:auto;
	-webkit-overflow-scrolling:touch;
}
.bk_scroll a {
	display:none;
	background-color:#fff;
	border:solid 1px #eee;
	border-radius:8px;
	width:155px;
	height:105px;
	color:#000;
	text-decoration:none;
	margin:10px 5px;
	padding:10px;
}
.ph {
	float:left;
	margin-right:10px;
}
.ph span {
	display:table-cell;
	border:solid 1px #eee;
	border-radius:3px;
	width:50px;
	height:50px;
	text-align:center;
	vertical-align:middle;
	margin-bottom:5px;
	overflow:hidden;
}
.ph span img {
	max-width:50px;
	max-height:50px;
}
.txt {
	font-size:1.0em;
	margin:0;
}
.txt strong { font-size:1.3em; }
.tf {
	clear:both;
	display:block;
	width:133px;
	font-size:0.9em;
	font-weight:normal;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom:-5px;
}
.tf small { margin:0 5px; }

@media screen and (min-width:900px){
header {
	background-color:#fff;
	position:relative;
	z-index:1;
}
.prefph {
	background-position:center center;
	background-size:cover;
	overflow:visible;
}
.maintitle {
	display:table;
	background-size:1024px;
	background-position:center -230px;
	background-repeat:no-repeat;
	background-color:#fff;
	border-top: 6px solid #c00;
	width: 100%;
	height: 450px;
	text-align: center;
	margin: auto;
	position: relative;
	z-index:0;
}
.maintitle h1{
	background:none;
	height:auto;
	font-size:24px;
	font-size:2.4rem;
	letter-spacing:2px;
	line-height:auto;
	text-shadow:1px 1px 10px #000;
	margin: 130px 0 5% 0;
}


#prefbanner {
	width:900px;
	margin:auto;
	background-color:#fff;
	border-radius:0;
	overflow:visible;
	position:relative;
	z-index:1;
}
.area_title {
	background-color:#c00;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	color:#fff;
	padding:10px 20px;
}
.area_title strong { font-size:1.3em; }
.area_title ul { margin-top:3px; }
.area_title ul li a { color:#c00; }
.bk_scroll a {
	float:left;
	width:166px;
}
.tf {
	overflow:hidden;
	text-overflow:ellipsis;
}
}
