@charset "utf-8";
/*====Menu all====*/
.create_head_menu{
	/* width: 1000px; */
	margin:auto;
	min-width:1000px;
	padding: 10px 0px;
	/* padding-top: 0; */
	background: #d9d9ca;
}
.create_head_menu ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.create_head_menu ul li{
	display:inline-block;
}
.create_head_menu ul li a{
	/* width: 196px; */
	text-align: center;
	padding: 10px 50px;
	margin:0px 2px;
	color: #ffffff;
	display:block;
	text-decoration:none;
	/* font-size: 12px; */
	background: #a08e61;
}
.create_head_menu ul li a:hover{
	background: #c79a0c;
	color: #FFF;
}

.foot_nav ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.foot_nav ul li{
	display:inline-block;
	position:relative;
}
.foot_nav ul li:after{
	position:absolute;
	content:"❖";
	top:12px;
	left: -6px;
	color: #ffffff;
}
.foot_nav ul li a{
	display:block;
	padding: 10px 8px;
	margin:2px 0px;
}
.sidebar_nav{
	margin-bottom:15px;
}
.sidebar_nav ul{
	list-style-type:none;
}
.sidebar_nav ul li{
	display:block;
}
.sidebar_nav ul li a{
	display:block;
	padding: 8px 0px;
	color: #a55b42;
	text-decoration:none;
	text-align:center;
	margin-bottom: 6px;
	border-bottom: 3px double #a55b42;
}
.sidebar_nav ul li a:hover{
	background: #2e7352;
	color: #F6F6F6;
}

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

.foot_nav ul{
	display:block;
}
.foot_nav ul li{
	display:block;
}
.foot_nav ul li:after{
	position:absolute;
	content:"";
	top:12px;
	left:0;
	color:#f00;
}

}
/*====End Menu all====*/
body{font-size: 15px;background: #eeddb2;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{
	background-color: #a08e61;
	position:relative;
	padding: 7px;
	border-bottom: 6px solid #eeddb2;
	padding-left: 36px;
	margin-bottom: 10px;
	/* padding-top: 11px; */
	font-size: 17px;
	color: #fff;
}
h2:after{
	content:"";
	position:absolute;
	border-width:0;
	height:100%;
	width:5px;
	background-color: #eeddb2;
	left:0;
	margin-left:10px;
	top:0;
}
h2:before{
	content:"";
	position:absolute;
	border-width:0;
	height:100%;
	width:5px;
	background-color: #eeddb2;
	left:0;
	margin-left:20px;
	top:0;
} 


.Enable_Content h3,.sub h3{
	color: #000;
	font-size: 15px;
	/* padding-left: 10px; */
	margin-top: 20px;
	overflow: hidden;
	/* border-left: 10px double #6c6666; */
	/* border-bottom: 3px double #565656; */
}
a{
	text-decoration: none;
	color: #f00;
}
a:hover{
	text-decoration: underline;
	/* color: #000; */
}

.create_head{
	width:100%;
	background: #cdcdbc;
	min-width:1000px;
}
.create_head_banner{
	/* margin-right: 10px; */
	/* margin-left: 10px; */
}
.create_head_banner img{
	width:100%;
	margin:auto;
	/* margin-bottom: -6px; */
}
.create_head_h1{
	/* width: 1000px; */
	margin:auto;
	min-width:1000px;
	/* border-bottom: 2px dotted #fff; */
	/* margin-bottom: 10px; */
	background: #a08e61;
}
.create_head_h1:after{
	content:"";
	display:block;
	clear:both;
}
.create_head_h1 h1{
	padding-bottom:10px;
	padding-top:10px;
	font-size: 22px;
	text-align: center;
	/* float: left; */
}
.create_head_h1 h1 a{
	text-decoration:none;
	color: #FFFFFF;
}
.create_head_h1 h1 a:hover{
	text-decoration: underline;
	/* color:#F00; */
}

.get_cont_full{
	margin:0px;
	padding:0px;
}
.get_cont_full:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.log_find_s{
	padding: 10px;
	padding-bottom:15px;
	margin-bottom:15px;
	background: #ffffff;
	box-shadow: 0px 0px 1px #000;
}
.log_find_s:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}

.log_find_s img{
	width:100%;
	margin-bottom:5px;
	box-shadow: 0px 0px 5px #5c5c5c;
}
.log_find1{
	padding: 10px;
	padding-bottom:15px;
	margin-bottom:15px;
	background: #ffffff;
	box-shadow: 0px 0px 1px #a08e61;
}
.log_find1:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.log_find1 img{
	width:45%;
	float:right;
	margin:10px;
	margin-bottom: 0;
	margin-right: 0;
	/* box-shadow: 0px 0px 5px #5c5c5c; */
}
.add_read a{
	/* width: 110px; */
	padding: 4px 15px;
	/* height: 40px; */
	/* line-height: 40px; */
	margin:5px;
	float:left;
	color: #ffffff;
	background: #a08e61;
	text-decoration:none;
	margin-left: 0;
	text-align: center;
	/* box-shadow: 0px 0px 1px #000; */
}
.add_read a:hover{
	text-decoration:none;
	background: #c79a0c;
	color: #FFFFFF;
}
.get_cont_2{
	margin:0px;
	padding:0px;
	
}
.get_cont_2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.log_find2{
	float:left;
	margin-right: 18px;
	width: 47%;
	padding: 10px;
	padding-bottom:15px;
	margin-bottom:15px;
	background: #ffffff;
	box-shadow: 0px 0px 1px #a08e61;
	}
.log_find2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.log_find2 img{
	width:100%;
	margin-bottom:5px;
	box-shadow: 0px 0px 5px #5c5c5c;
}
.log_find2:first-child{
	margin-left:0px;
}
.log_find2:nth-child(2){
	margin-right:0px;
}
.log_find2:nth-child(4){
	margin-right:0px;
}

.Enable_Content{
	margin-bottom: 15px;
	padding: 10px;
	padding-bottom: 10px;
	overflow:hidden;
	background: #ffffff;
	box-shadow: 0px 0px 1px #a08e61;
}
.Enable_Content img{
	width:45%;
	margin:10px;
	float:right;
	margin-bottom: 0;
	margin-right: 0;
	/* box-shadow: 0px 0px 5px #5c5c5c; */
}
.need_link{
	margin-bottom:15px;
	padding: 10px;
	padding-bottom:15px;
	/* overflow:hidden; */
	background: #ffffff;
	box-shadow: 0px 0px 1px #a08e61;
}
.need_link ul{
	list-style-type:none;
}
.need_link ul li{
	line-height:30px;
	/* padding-left:10px; */
	/* padding-right:10px; */
}
.footer{
	width: 1000px;
	margin:auto;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
	min-width: 1000px;
	background: #a08e61;
	color: #000000;
}
.footer a{
	text-decoration: none;
	color: #ffffff;
}
.footer a:hover{
	text-decoration: underline;
	/* color:#fff; */
}
.social{
	width: 300px;
	margin:auto;
	text-align:center;
	/* float: right; */
	/* padding-right: 10px; */
	padding: 5px 0;
}
.sub{
	margin-top:10px;
	width: 96%;
	padding: 10px;
	padding-bottom:10px;
	float: right;
	margin-top:10px;
	margin-bottom:10px;
	background: #fff;
	margin-right: 10px;
	box-shadow: 0px 0px 1px #a08e61;
}
.sub img{
	width:45%;
	margin:10px;
	float:right;
	margin-bottom: 0;
	margin-right: 0;
}
.wrap_hearder{
	width:1000px;
	margin:auto;
	padding:0;
	min-width:1000px;
	background: #ffffff;
	/* box-shadow: 0px 0px 2px #000; */
}
.wrap_hearder:after{
	content:"";
	clear:both;
	display:block;
}
.main{
	width: 98%;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
.sidebar{
	width: 30%;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.sidebar1{
	width: 22%;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
.create_head_inside{
	width:1000px;
	min-width:1000px;
	margin:auto;
	padding-bottom: 6px;
	padding-top: 10px;
	/* background: #2E7352; */
}
.create_head_inside:after{
	content:"";
	clear:both;
	display:block;
}
@media screen and (max-width:480px){

p{
	padding-left:10px;
	padding-right:10px;
}
.Enable_Content h3,.sub h3{
	margin-left:10px;
}
.create_head{
	width:100%;
	min-width:100%;
}
.create_head_banner
{
	width:100%;
	margin-right: 0;
	margin-left: 0;
}
.create_head_h1{
	width:100%;
	min-width:100%;
}
.create_head_h1 h1{
	font-size:14px;
}
.wrap_hearder{
	width:100%;
	min-width:100%;
}
.main
{
	width:100%;
	border:0;
	margin:0;
	margin-top:10px;	
}
.log_find1{
	width:100%;
	border:0;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	box-shadow: 0px 0px;
	background: #fff;
}
.log_find1 img{
	width:100%;
	float:none;

	margin:0px;

}
.log_find_s{
	width:100%;
	border:0;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	box-shadow: 0px 0px;
	background: #fff;
}
.log_find_s img{
	width:100%;
}
.log_find2{
	width: 100%;
	margin-right: 0;
	border:0;
	margin: 0;

	padding: 0;
	padding-bottom: 15px;
	box-shadow: 0px 0px;
	border-radius: 0;
	background: #fff;
}
.log_find2 img{
	width:100%;
	margin:0px;
}

.Enable_Content{
	margin:0;
	background: #fff;
	padding: 0;
	border: 0;
	padding-bottom: 10px;
	box-shadow: 0px 0px;
}
.Enable_Content img{
	width:100%;
	float:none;
	margin:0px;
}
.need_link{
	width:100%;
	margin:0;
	padding: 0;
	border: 0;
	padding-bottom: 15px;
	background: #fff;
	box-shadow: 0px 0px;
}
.need_link ul li{
	padding-left:10px;
	padding-right:10px;
}
.footer{
	width:100%;
	min-width:100%;
}
.sub{
	width:100%;
	background:#fff;
	border:0;
	margin:0;
	margin-top:10px;
	padding: 0;
	padding-bottom: 10px;
}
.sub img{
	width:100%;
	float:none;
	margin:0px;
}
.sidebar{
	width:100%;
	margin-left:0;
	margin-right:0;
}
.sidebar1{
	width:100%;
	margin-left:0;
	margin-right:0;
}
.create_head_inside{
	width:100%;
	min-width:100%;
	padding:0;
}
.social{
	width:100%;
	display:flex;
	justify-content: center;
	padding: 0;
}
}