@charset "utf-8";
/*====Menu all====*/
.menu_infor{
	width: 1190px;
	margin:auto;
	background: #EC716D;
	padding: 10px 0px;
}
.menu_infor ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.menu_infor ul li{
	display:inline-block;
}
.menu_infor ul li a{
	margin:0px 2px;
	color: #ffffff;
	display:block;
	text-decoration:none;
	width: 240px;
	font-size: 12px;
	text-align: center;
	line-height: 35px;
	border: 2px solid#fff;
	border-bottom: 7px solid #fff;
}
.menu_infor ul li a:hover{
	background: #56BA5C;
	text-decoration:none;
	color: #ffffff;
}

.menu_footer ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.menu_footer ul li{
	display:inline-block;
	position:relative;
}
.menu_footer ul li:before{
	position:absolute;
	content:"➽";
	top:12px;
	left:0;
	color:#fff;
}
.menu_footer ul li a{
	display:block;
	padding: 10px 15px;
	margin:2px 0px;
}
.navi_side_webpage{
	margin-bottom:15px;
}
.navi_side_webpage ul{
	list-style-type:none;
}
.navi_side_webpage ul li{
	display:block;
}
.navi_side_webpage ul li a{
	line-height: 36px;
	display:block;
	/* width: 99%; */
	text-align:center;
	text-decoration:none;
	color: #ffffff;
	margin-bottom: 2px;
	background: #3a917e;
}
.navi_side_webpage ul li a:hover{
	background: #e18e5a;
	color:#fff;
	text-decoration:none;
}

@media screen and (max-width:480px){
.menu_infor{
	width:100%;
	min-width:100%;
}
.menu_infor ul{
	display:block;
	margin:0px;
	padding:0px;
}
.menu_infor ul li{
	width:100%;
	display:block;
}
.menu_infor ul li a{
	display:block;
	margin:0px;
	border-radius:0px;
	text-align:center;
	width: 100%;
	border: 0;
}

.menu_footer ul{
	display:block;
}
.menu_footer ul li{
	display:block;
}
.menu_footer ul li:before{
	position:absolute;
	content:"";
	top:12px;
	left:0;
	color:#fff;
}
.navi_side_webpage ul li a{
	border-radius:0;
	/* width:100%; */
	border: 0;
}

}
/*====End Menu all====*/
body{font-size: 13px;background: url(../images/bg.png);font-family: ’ヒラギノ角ゴ Pro W3’, ‘Hiragino Kaku Gothic Pro’, メイリオ, Meiryo, Osaka, ‘MS Pゴシック’, ‘MS PGothic’, sans-serif;}
*{
	padding: 0px;
	margin: 0px;
}
p{
	line-height: 30px;
	padding-left: 10px;
	padding-right:10px;
}
h2 {
	text-align:center;
	padding: 8px;
	font-size: 16px;
	margin-bottom: 5px;
	color: #ffffff;
	box-shadow: 0 3px 3px -3px #333;
	background: #EC716D;
	border-bottom: 2px solid #EFF0F1;
}


h3{
	color: #000;
	font-size: 15px;
	padding-left: 10px;
	margin-top: 20px;
}
a{
	text-decoration: none;
	color: #FC4842;
}
a:hover{
	text-decoration: underline;
	/* color: #000; */
}

.line_head_img{
	width: 1190px;
	margin: auto;
}
.line_head_img img{
	width:100%;
	margin:auto;
	margin-bottom: -6px;
}
.line_head_h1{
	width: 1190px;
	margin:auto;
	min-width:1190px;
	background: #FAFAF8;
	margin-bottom: 10px;
}
.line_head_h1 h1{
	/* padding-bottom:10px; */
	padding: 15px 0;
	font-size: 19px;
	text-align:center;
}
.line_head_h1 h1 a{
	text-decoration:none;
	color: #555;
}
.line_head_h1 h1 a:hover{
	text-decoration: underline;
	/* color:#F00; */
}
.SITE_layout{
	width:1190px;
	margin:auto;
	padding:0;
	min-width:1190px;
	box-shadow: 0px 0px 1px #000;
	margin-bottom: 10px;
	overflow: hidden;
}
.SITE_layout:after{
	content:"";
	clear:both;
	display:block;
}
.test_cont_full{
	margin:0px;
	padding:0px;
	background: #FCEBEB;
}
.test_cont_full:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.Cont_block_s{
	width:100%;
	padding-bottom:15px;
	margin-bottom:15px;
	/* background: #FFFFFF; */
	box-shadow: 0px 0px 0px 1px #aeaeae inset;
}
.Cont_block_s:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.Cont_block_s img{
	width: 92.5%;
	margin-bottom:5px;
	margin-left: 10px;
	margin-top: 5px;
}
.Cont_block1{
	width:100%;
	padding-bottom:15px;
	margin-bottom:15px;
	/* background: #FFFFFF; */
	box-shadow: 0px 0px 0px 1px #aeaeae inset;
}
.Cont_block1:after{
	content:"";

	clear:both;
	display:block;
	visibility:hidden;
}
.Cont_block1 img{
	width:45%;
	float:right;
	margin:10px;
	margin-bottom: 0;
}
.moreDetails a{
	padding:2px 15px;
	margin:5px;
	float:left;
	color: #ffffff;
	text-decoration:none;
	border-bottom: 4px double #FFFFFF;
	margin-left: 0;
	background: #56BA5C;
}
.moreDetails a:hover{
	text-decoration:none;
	background: #EC716D;
	color:#fff;
}
.test_cont_2{
	margin:0px;
	padding:0px;
	
}
.test_cont_2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.Cont_block2{
	float:left;
	margin-right: 22px;
	width: 48.76%;
	padding-bottom:15px;
	margin-bottom:15px;
	/* background: #FFFFFF; */
	box-shadow: 0px 0px 0px 1px #b8b8b8 inset;
}

.Cont_block2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.Cont_block2 img{
	width: 92.5%;
	margin-bottom:5px;
	margin-left: 10px;
	margin-top: 5px;
}
.Cont_block2:first-child{
	margin-left:0px;
}
.Cont_block2:nth-child(2){
	margin-right:0px;
}
.Cont_block2:nth-child(4){
	margin-right:0px;
}

.content_news{
	margin-bottom: 15px;
	padding-bottom: 10px;
	/* overflow:hidden; */
	/* background: #FFFFFF; */
	box-shadow: 0px 0px 0px 1px #aeaeae inset;
}
.content_news img{
	width:45%;
	margin:10px;
	float:right;
	margin-bottom: 0;
}
.suggested_Hyperlinks{
	margin-bottom:15px;
	padding-bottom:15px;
	/* overflow:hidden; */
	/* background: #FFFFFF; */
	box-shadow: 0px 0px 0px 1px #bcbcbc inset;
}
.suggested_Hyperlinks ul{
	list-style-type:none;
}
.suggested_Hyperlinks ul li{
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
}
.footer{
	width: 100%;
	background: #EC716D;
	margin:auto;
	text-align:center;
	padding-bottom:10px;
	/* padding-top:10px; */
	min-width: 1190px;
	padding: 15px 0;
}
.footer a{
	text-decoration:none;
	color:#fff;
}
.footer a:hover{
	text-decoration:underline;
	color:#fff;
}
.social{
	margin:auto;
	text-align:center;
	width: 300px;
	display: flex;
	justify-content: center;
}
.sub_block{
	/* width: 51%; */
	padding-bottom:10px;
	/* float: left; */
	margin-top:10px;
	margin-bottom:10px;
	background: #fff;
	box-shadow:0px 0px 1px #000;
	margin: 10px;
}
.sub_block img{
	width:45%;
	margin:10px;
	float:right;
	margin-bottom: 0;
	margin-top: 20px;
}
.main_block{
	width: 75%;
	float: left;
	margin-top: 10px;
	/* margin-bottom:10px; */
	margin-left: 10px;
}
.side_webpage{
	width: 22%;
	float: left;
	margin-top: 10px;
	margin-bottom:10px;
	margin-left: 10px;
}
.side_webpage1{
	width: 22%;
	float: right;
	margin-top: 10px;
	margin-bottom:10px;
	margin-right: 10px;
}

@media screen and (max-width:480px){

.line_head_img
{
	width:100%;
	margin: 0;
}
.line_head_h1{
	width:100%;
	min-width:100%;
}
.line_head_h1 h1{
	font-size:14px;
}
.SITE_layout{
	width:100%;
	min-width:100%;
}
.main_block
{
	width:100%;
	border:0;
	margin:0;
	margin-top:10px;
	margin-bottom:10px;	
}
.side_webpage{
	width:100%;
	border:0;
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
}
.side_webpage1{
	width:100%;
	border:0;
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
}
.Cont_block1{
	width:100%;
	border:0;
	margin: 0;
	background:#fff;
	box-shadow: 0px 0px;
}
.Cont_block_s{
	width:100%;
	border:0;
	margin:0;
	background:#fff;
	box-shadow: 0px 0px;
}
.Cont_block_s img{
	width:100%;
	margin: 0;
}
.Cont_block1 img{
	width:100%;
	float:none;
	margin:0px;
}
.Cont_block2{
	width: 100%;
	margin-right: 0;
	border:0;
	margin: 0;
	background:#fff;
	box-shadow: 0px 0px;
}
.Cont_block2 img{
	width:100%;
	margin:0px;
}

.content_news{
	margin:0;
	background:#fff;
	box-shadow: 0px 0px;
}
.content_news img{
	width:100%;
	float:none;
	margin:0px;
}
.suggested_Hyperlinks{
	width:100%;
	margin:0;
	background:#fff;
	box-shadow: 0px 0px;
}
.footer{
	width:100%;
	min-width:100%;
}
.sub_block{
	width:100%;
	background:#fff;
	border:0;
	margin:0;
	margin-top:10px;
}
.sub_block img{
	width:100%;
	float:none;
	margin:0px;
}
.line_head{
	width:100%;
	min-width:100%;
	padding: 0;
	box-shadow: 0px 0px;
	border: 0;
}
}