@charset "utf-8";


body{
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	color : #454545;
	font-size : 95%;
	line-height : 1.8;
	background : url( '../image/bg-body.png' ) repeat 0 0;
}

a:link,
a:visited{
	color : #000;
	text-decoration : underline;
}

a:hover,
a:active{
	color : #F02828;
	text-decoration : none;
}

.mb3{
	margin-bottom:3rem;
}

.mobile{
	display:none;
}

.clearfix::after{
	content:"";
	display:block;
	clear: both;
}

.hanbun_left{
	width:25%;
	float: left;
}
.hanbun_right{
	width:25%;
	float: left;
}

/* --responsive------------------------------------------- */

/* 640pixel start */
@media screen and ( max-width : 1025px ){

body{
	font-size : 100%;
}
.img-responsive{
	width:100%;
	height:auto;
}
.pc{
	display:none;
}
.mobile{
	display:block;
}
.news h2{
	width:100%;
	height:auto;
	line-height:50px;
	float:none;
}
}
@media screen and ( max-width : 480px ){
	.hanbun_left{
		width:50%;
	}
	.hanbun_right{
		width:50%;
	}

}

/* 640pixel end */
