@charset "utf-8";

/* 幅644px以下から ヘッダー等微調節　*/
@media only screen and (max-width: 481px){


body {
background:#ffffff;
}

.spDisp {
	display:block;
}

.spHide {
	display:none;
}

.box {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

/*　画像　*/

.w15,.w25,.w30,.w40,.w50,.w60,.w80,.w90{
	width:90%;
}
.img-left{
	float:none;
	margin-bottom:20px;
}
.img-right{
	float:none;
	margin-bottom:20px;
}

/*　見出し　*/

.midashi-mmbn1 {
	border-width: 0px 0px 3px 10px;
	border-style: solid;
	border-color: #004FA0;
	font-size: 24px;
	margin-bottom: 20px;
	padding: 10px 5px 5px 10px;
}

.midashi-mmbn2 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #004FA0;
	font-size: 24px;
	margin-bottom: 20px;
	padding: 10px 5px 5px 10px;
}

.midashi-mmbn3 {
	border-width: 2px;
	border-style: solid;
	border-color: #004FA0;
	font-size: 20px;
	margin-bottom: 20px;
	padding: 15px;
}

.midashi-mmbn4 {
	background-color: #14559A;
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
	padding: 15px;
	font-size: 17px;
}

.midashi-mmbn5 {
	background-color: #14559A;
	color: #FFF;
	font-size: 17px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.midashi-mmbn6 {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-size: 20px;
	margin-bottom: 20px;
	padding: 10px 5px 0px 5px;
}

.midashi-mmbn7 {
	color: #14559A;
	font-size: 16px;
	font-weight: bold;
}

.midashi-mmbn8 {
	font-weight: bold;
}


/*　メニュー 3カラム */
.mmbn-menu3-box{
	margin:0px 5px 0px 10px;
}
.mmbn-menu3-leftbox{
	float:left;
	width:47%;
	margin:0px 0px 0px 0px;
}
.mmbn-menu3-rightbox{
	float:right;
	width:49%;
	margin:0px 0px 0px 0px;
}
.mmbn-menu3-rightbox-l{
	float:none;
	width:100%;
}
.mmbn-menu3-rightbox-r{
	float:none;
	width:100%;
}

/*　メニュー 4カラム */
.mmbn-menu4-box{
	margin:0px 5px 0px 10px;
}
.mmbn-menu4-leftbox{
	clear:both;
	float:none;
	width:100%;
	margin:0px 0px 0px 0px;
}
.mmbn-menu4-leftbox-l{
	float:left;
	width:47%;
}
.mmbn-menu4-leftbox-r{
	float:right;
	width:49%;
}
.mmbn-menu4-rightbox{
	clear:both;
	float:none;
	width:100%;
	margin:0px 0px 0px 0px;
}
.mmbn-menu4-rightbox-l{
	float:left;
	width:47%;
}
.mmbn-menu4-rightbox-r{
	float:right;
	width:49%;
}

/*　メニュー ul li　*/

.mmbn-menu-box{
	margin:0px 0px 0px 0px;
}
.mmbn-menu{
	line-height:220%;
	margin:0px 0px 25px 15px;
}

/*　ヘッダー　*/


header {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #14559A;
	background:#000000;
}


.header_cont {
	width: 100%;
	background-repeat: repeat;
	overflow: hidden;
}


.header_logo {
	float: left;
	padding-top: 15px;
	padding-bottom: 20px;
	width: 88%;
}

.header_logo img{
	width: 75%;
	height: auto;
	padding-left: 30px;
}


/* フッター・コピーライト　*/

footer {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #14559A;
	background:#000000;

}

.footer_cont {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 20px;
}

.footer_logo {
	margin: 15px 0px;
	width: 100%;
}

.footer_logo img{
	width:100%;
	height:auto;
}


.footer_map {
	height: 263px;
	width: 100%;
}

.copyright {
	text-align: center;
	font-size: 12px;
	color:#ffffff;
}


/*　メインページ　*/

.page_cont {
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}


}/*　消さない！ @media only screen and (max-width: 481px)指定の閉じ　*/
