@charset "UTF-8";
body {
	font-family:"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
}
footer {
	margin: 50px 0;
	opacity:0.7;
	font-size:10px;
}
h1{
	font-size:32px;
	line-height:160%;
	margin-bottom:30px;
}
h3{
	font-size:22px;
	line-height:160% !important;
	margin-bottom:30px;
}
.mainfont p {
	font-size:16px;
	color:#444444;
	margin-bottom:25px;
	line-height:160%;
}
ul{
	margin-bottom:30px;
}
li{
	font-size:16px;
	color:#444444;
	margin-bottom:15px;
	line-height:160%;
}
.navbar {
	min-height:4px !important;
	margin-bottom:0px !important;
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position:static !important;
}
.container {
	max-width:980px;
	margin-top: 10px;
}
.img-thumbnail{
	margin-left:15px;
}
@media screen and (min-width: 768px) {
	.col-lg-6 {
		width:50%;
		float:left;
	}
	.col-lg-9 {
		width: 75%;
		float:left;
	}
	.col-lg-3 {
		width: 25%;
		float:left;
	}
	.col-lg-8 {
		width: 63%;
		float:left;
	}
	.col-lg-4{
		width: 37%;
		float:left;
	}
}
@media screen and (max-width: 767px) {
	.pc{
		display:none;
	}
}
@media screen and (max-width: 980px) {
	h3{
		font-size:18px;
		line-height:120%;
	}
}
@media screen and (max-width: 480px) {
	h1{
		font-size:24px;
		line-height:140%;
		margin-bottom:20px;
	}
}