@charset "utf-8";

body{
	/*font-family: 'Open Sans', 'M PLUS 1p', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;*/
	font-family: 'Open Sans', 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;
	margin:0 !important;
	padding:0 !important;
	text-align: center;
	background:#fff;
	font-size:14px;
	line-height:1.2;
	color:#333333;
	position: relative;
}
body.spMenu_open{
	/*
	position:fixed;
	width:100%;
	*/
	overflow:hidden;
}
@media all and (-ms-high-contrast:none){
    body{transform: rotate(0.03deg);  } /* IE10 */
}
#page_wrapper{
	width:100%;
	margin:0;
	padding:0;
	text-align: left;
	background:#fff;
	/*20230531追加*/
	overflow-x: hidden;
}
#content_wrapper{
	width:100%;
	margin:0 auto;
	padding:0;
	text-align: left;
	position: relative;

}
#page_content{
	width:100%;
	position: relative;
	padding:10px 0 48px 0;
	margin:0 auto;
}
.main{
	width:980px;
	margin:0 auto;
    padding:2px;
}



a{
	color:#333;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}






@media screen and (max-width: 834px) {
	img {width:100%; height: auto;}
	.main{
		width:92%;
		margin:0 auto;
	    padding:0;
	}
}