@charset "utf-8";
/*====Menu all====*/
.master_top_menu{
	width: 1000px;
	margin:auto;
	min-width: 1000px;
	background: #7994C9;
	/* padding: 10px 0px; */
	padding-bottom: 5px;
	margin-top: 5px;
}
.master_top_menu ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.master_top_menu ul li{
	display:inline-block;
}
.master_top_menu ul li a{
	padding: 15px 64px;
	margin:0px 2px;
	color:#fff;
	display:block;
	background: #7994C9;
	/* border-bottom: 4px solid #FFFFFF; */
	/* border-top: 4px solid #aaa; */
	text-decoration:none;
	/* border-radius: 0px 0px 20px 20px; */
	background: background-color: #cc8800;
	background-image: background-color: #338c00;
	background-image: background-color: #8a008a;
	background-image: url("http://www.transparenttextures.com/patterns/church.png");/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! *//* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! *//* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	margin-top: 10px;
}
.master_top_menu ul li a:hover{
	background: #7994C9;
	text-decoration:none;
	color:#fff;
}
/*---side---*/
.box_side_bar_menu{
	width:100%;
	margin-bottom:15px;
}
.box_side_bar_menu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.box_side_bar_menu ul li{
	display:block;
}
.box_side_bar_menu ul li a{
	display:block;
	padding:10px 0px;
	color:#fff;
	background: #A6AAA6;
	text-align:center;
	text-decoration:none;
	margin-bottom:2px;
}
.box_side_bar_menu ul li a:hover{
	background: #A2725C;
	color:#fff;
	text-decoration:none;
}
@media screen and (max-width:480px){
.master_top_menu{
	width:100%;
	min-width:100%;
}
.master_top_menu ul{
	display:block;
	margin:0px;
	padding:0px;
}
.master_top_menu ul li{
	width:100%;
	display:block;
}
.master_top_menu ul li a{
	display:block;
	margin:0px;
	border-radius:0px;
	text-align:center;
}

}
/*====End Menu all====*/
body{
	font-size: 13px;
	background: #EFEDEE;
	font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: background-color: #338c00;
	background-image: url("http://www.transparenttextures.com/patterns/asfalt-dark.png");/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
*{
	padding: 0px;
	margin: 0px;
}
p{
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.master_top_head{
	width:100%;
	min-width:1000px;
	/* background: #54A8EE; */
}
.master_top_img{
	width: 100%;
	margin:0 auto;
	min-width:1000px;
}
.master_top_img img{
	width:100%;
	margin:auto;
	margin-bottom: -6px;
}
.master_top_h1{
	width: 100%;
	margin:auto;
	min-width:1000px;
	background: #7994C9;
	/* border-bottom: 4px solid #FFC671; */
	/* margin-bottom: 10px; */
}
.master_top_h1 h1{
	padding-bottom:10px;
	padding-top:10px;
	font-size:25px;
	text-align:center;
}
.master_top_h1 h1 a{
	text-decoration:none;
	color: #fff;
}
.master_top_h1 h1 a:hover{
	text-decoration:none;
	color: #333;
}
.colection_wp{
	width:1000px;
	margin:auto;
	padding:0;
	min-width:1000px;
	background: #FFD88E;
	margin-top: 5px;
}
.colection_wp:after{
	content:"";
	clear:both;
	display:block;
}
.main_page{
	width:66%;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	/* box-shadow: 0px 0px 3px #000; */
}
.collapse_con_full{
	margin:0px;
	padding:0px;
}
.collapse_con_full:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.tatic_area_side{
	width:100%;
	padding-bottom:15px;
	margin-bottom:15px;
}
.tatic_area_side:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.tatic_area_side img{
	width: 100%;
	margin-bottom:5px;
	margin-top: 10px;
	background: #fff;
}
.tatic_area1{
	width:100%;
	padding-bottom:15px;
	margin-bottom:15px;
}
.tatic_area1:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.tatic_area1 img{
	width:45%;
	float: left;
	margin:10px;
	margin-bottom: 0;
	margin-left: 1px;
}

.collapse_con_2{
	margin:0px;
	padding:0px;
	margin-left: 5px;
	margin-right: 5px;
}
.collapse_con_2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.tatic_area2{
	float:left;
	margin-right: 26px;
	width: 48%;
	padding-bottom:15px;
	margin-bottom:15px;
}
.tatic_area2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.tatic_area2 img{
	width:100%;
	margin-bottom:5px;
}
.tatic_area2:first-child{
	margin-left:0px;
}
.tatic_area2:nth-child(2){
	margin-right:0px;
}
.tatic_area2:nth-child(4){
	margin-right:0px;
}

.main_middle_cont{
	margin-bottom: 15px;
	padding-bottom: 10px;
	overflow:hidden;
	background: #FFF;
}
.main_middle_cont img{
	width:45%;
	margin:10px;
	float:right;
	margin-bottom: 0;
	margin-right: 1px;
}
.OutboundLinks{
	margin-bottom:15px;
	padding-bottom:15px;
	/* overflow:hidden; */


}
.OutboundLinks ul{
	list-style-type:none;
}
.OutboundLinks ul li{
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
}
.footer{
	width: 100%;
	background: #7994C9;
	margin:auto;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
	min-width: 1000px;
	margin-top: 5px;
}
.footer a{
	text-decoration:none;
	color: #db4437;
}
.footer a:hover{
	text-decoration:underline;
	color: #db4437;
}
.social{
	margin:auto;
	text-align:center;
	width: 300px;
}
.sub_page_cont{
	margin-top:10px;
	width: 66%;
	padding-bottom:10px;
	float: right;
	margin-top:10px;
	margin-bottom:10px;
	background: #fff;
	/* box-shadow:0px 0px 1px #000; */
	margin-right: 10px;
}
.sub_page_cont{
	margin-top:10px;
	width: 98%;
	padding-bottom:10px;
	float: right;
	margin-top:10px;
	margin-bottom:10px;
	background: #FFFFFF;
	/* box-shadow:0px 0px 1px #000; */
	margin-right: 10px;
	/* border-radius: 20px; */
}
.sub_page_cont img{
	width:45%;
	margin:10px;
	float:right;
	margin-bottom: 0;
	margin-right: 1px;
}
.more a{
	padding: 2px 40px;
	margin:5px;
	float: right;
	color:#fff;
	text-decoration:none;
	background: #FAD58F;
	/* box-shadow: 1px 2px 1px 2px #D4CFCF; */
	/* border-top: 2px dotted #fff; */
	/* border-radius: 0px 0px 10px 10px; */
}
.more a:hover{
	text-decoration:none;
	background: #7994C9;
	color:#fff;
}
.backgroundcolor{
	background: #FFFFFF;
	box-shadow: 0px 0px 10px #7994C9;
	/* border-radius: 0px 0px 20px 20px; */
}
.box_side_bar{
	width:30%;
	float: right;
	margin-top: 10px;
	/* box-shadow:0px 0px 1px #000; */
	margin-right: 10px;
}
h2  {
    padding: 5px;
    color: #262626;
    text-align: center;
    border-bottom: 3px double #FAD58F;
    margin: 0;
    background-color: #fff;
}
h3{
	color: #000;
	font-size: 15px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: 10px;
}
a{
	text-decoration: none;
	color: #db4437;
}
a:hover{
	text-decoration: underline;
	color: #db4437;
}
@media screen and (max-width:480px){
.master_top_head{
	width:100%;
	min-width:100%;
}
.backgroundcolor{
	background:#fff;
}
.master_top_img
{
	width:100%;
	min-width:100%;
}
.master_top_h1{
	width:100%;
	min-width:100%;
}
.master_top_h1 h1{
	font-size:14px;
}
.colection_wp{
	width:100%;
	min-width:100%;
	border:0;
}
.main_page
{
	width:100%;
	margin:0;
	border:0;	
}
.tatic_area_side{
	width:100%;
}
.tatic_area1{
	width:100%;
}
.tatic_area1 img{
	width:100%;
	float:none;
	margin:0px;
}
.collapse_con_2{
	margin:0;
}
.tatic_area2{
	width: 100%;
	margin-right: 0;
}
.tatic_area2 img{
	width:100%;
	margin:0px;
}
.main_middle_cont img{
	width:100%;
	float:none;
	margin:0px;
}
.OutboundLinks{
	width:100%;
}
.footer{
	width:100%;
	min-width:100%;
}
.sub_page_cont{
	width:100%;
	margin:0;
	border:0;
}
.sub_page_cont img{
	width:100%;
	float:none;
	margin:0px;
}
.box_side_bar{
	width:100%;
	margin:0;
	border:0;
}
}