@charset "utf-8";

* {
	margin: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	color: #4C444D;
	line-height: 1.8em;
	font-size: 15px;
	-webkit-text-size-adjust: 100%;
}
body p {
	padding-top: 5px;
	padding-bottom: 5px;
}
/*
menu {
	position: fixed;
	top: 15px;
	font-size: 90%;
	font-weight: bold;
}
menu a {
	margin-right: 20px;
	text-decoration: none;
	color: #262626;
}
menu a:hover {
	color: #646464;
}
*/
footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	font-size: 11px;
}
#logo {
	width: 300px;
}
#site_subtitle {
	margin-top: 20px;
}
#block1 {
	background: url(img/bg1.jpg) no-repeat center;
	background-size: cover;
}
#block2 {
	background: url(img/bg2.jpg) no-repeat center;
	background-size: cover;
}
#block3 {
	background: url(img/bg2.jpg) no-repeat center;
	background-size: cover;
}
#block4 {
	background: url(img/bg1.jpg) no-repeat center;
	background-size: cover;
}
#block5 {
	background: url(img/bg1.jpg) no-repeat center;
	background-size: cover;
}
div[id^="max_width"] {
	max-width: 850px;
	margin: 0px auto;
	padding: 0px 10px;
}
img {
	border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
div[class^="content_text"] {
	background-image: url(img/bg-white.png);
	margin-left: 0px;
	margin-right: 0px;
	border-radius: 10px;
	padding: 40px;
	border: solid 2px #FFFFFF;
}
div[class^="content_text"] h1 {
	font-size: 150%;
	font-weight: bold;
	padding-bottom: 20px;
}
div[class^="content_text"] p {
	text-align:left;
}
div[class^="content_text"] ul {
	list-style-type:square;
	text-align:left;
	line-height:2em;
	padding-inline-start:15px;
}
div[class^="content_text"] a:link {
	color: #000000;
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
div[class^="content_text"] a:visited {
	color: #000000;
}
div[class^="content_text"] a:hover {
	color: #646464;
}
#navigation {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 55px;
	background-image: url(img/bg-white.png);
}
#navigation ul {
	padding: 0px;
	list-style: none;
}
#navigation ul li {
	display: inline-block;
	font-size: 20px;
	margin-right: 5px;
	padding-top: 5px;
}
#navigation ul li a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#navigation ul li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#navigation ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

@media screen and (max-width:768px) {
body {
	font-size: 14px;
}
menu {
	display: none;
}
div[class^="content_text"] {
	padding: 30px 20px;
}
#logo {
	width: 250px;
}
}