@charset "utf-8";
/* CSS Document */

.iframewrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.iframewrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#navfront {
	background-color:#fff;
	height:46px;
	position:relative;
	z-index: 999;
}
#navbar li a {
	background-color:#fff;
	color:#d81118;
}
#address #add2	{
	color:#ffffff;
}
a {
	color:#bc0f15 ;
	text-decoration: underline;
}
.bottombox a, #footer a, .bottombox a:hover, #footer a:hover {
	text-decoration: underline;
}
#bottom {
    width:100%;
}
.bottombox li {
    font-size:14px;
}
.bottombox h2 {
    font-size:22px;
}
.bottombox h3 {
    font-size:20px;
    color:#efefef;
    margin-top:10px;
}
@media screen and (max-width: 480px) {

}
@media screen and (min-width:481px) and (max-width:768px){
#nav {
    background-color: #fff;
}
}
@media screen and (min-width: 769px) {
.bottombox {
  min-height:250px;
}
#nav {
	height:48px;
    background-color: #fff;
}
}