body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	position: relative;
	color: #333;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #9DC713;
}
.flex-container {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
/* floatする要素の親要素になることが多いdivやulに対して、 css内部であらかじめclearfixを設定 */
div:after, ul:after {
	content: "";
	display: block;
	clear: both;
}
a:hover .over {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.top30 {
	margin-top: 30px;
}
#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header .logo {
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 5px;
}
#header .logo_sp {
	display: none;
}
#header h1 {
	font-size: x-large;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	text-align: left;
}
#header .textbox {
	padding: 20px;
	line-height: 150%;
	font-size: large;
	margin-bottom: 20px;
}
#Container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 50px;
}
#Container section h2 {
	font-size: large;
	text-align: left;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 3px;
}
#Container section h3 {
	font-size: medium;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ccc;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}
#Container section .contentbox {
	display: flex;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 900px;
}
#Container section .contentbox dd {
	margin-right: 20px;
	margin-left: 20px;
}
#Container section .contentbox2 {
	display: flex;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 900px;
}
#Container section .contentbox2 dd {
	margin-left: 20px;
}

#Container section .contentbox p {
	font-size: medium;
	line-height: 150%;
	margin-bottom: 50px;
	color: #FFF;
}
#Container .actext {
	padding: 20px;
}
#Container .actext a {
	font-size: medium;
}
.b_details{
	display: block;
	width: 350px;
	height: 70px;
	line-height: 70px;
	color: #FFF;
	font-size: medium;
	text-decoration: none;
	text-align: center;
	background-color: #FF3E3E; /*ボタン色*/
	border-radius: 7px; /*角丸*/
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.b_details:hover{
	background-color: #FF7777; /*ボタン色*/
}
#Contact {
	background-color: #333333;
	padding-bottom: 50px;
}
#Contact h2 {
	font-size: x-large;
	text-align: center;
	font-weight: normal;
	margin-top: 35px;
	padding-top: 50px;
	color: #FFF;
}
#Contact p {
	font-size: medium;
	line-height: 150%;
	margin-bottom: 20px;
	text-align: center;
	color: #FFF;
	margin-top: 20px;
}
#Contact a {
	color: #3F0;
}

#footer {
	background-color: #111;
	line-height: 500%;
	font-size: small;
	color: #FFF;
	text-align: center;
}
