@charset "UTF-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important;
	background: #f3f3f3;
}
#gl_header{
	min-width:1012px;
	background:#fff;
}
#gl_header .hd_ut{
	font-size:15px;
	font-weight:bold;
}
#contents{
	background:#f3f3f3;
}

#footer{
	min-width:1012px;
	border-bottom:4px solid #c13d3a;
	padding-top:10px;
	background:#f3f3f3;
}
#footer p{
	background:#fff;
	border-top:10px solid #000;
	line-height:36px;
	font-size:14px;
	color:#9e9999;
	padding-left:10%;
}
#footer a{
	color:#9e9999;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

.main_note{
	font-size:16px;
}

@media (max-width: 960px) {
	#footer p{
		width:100%;
	}
}