@charset "utf-8";
/*====Menu all====*/
.select_head_nav{
	width: 1100px;
	margin:auto;
	min-width:1100px;
	background: #8793AB;
	padding: 5px 0px;
	/* margin-bottom: 10px; */
}
.select_head_nav ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.select_head_nav ul li{
	display:inline-block;
}
.select_head_nav ul li a{
	padding: 10px 1px;
	margin:0px 2px;
	color: #FFFFFF;
	display:block;
	width: 264px;
	text-align: center;
	text-decoration:none;
	border: 2px solid #fff;
	position: relative;
}
.select_head_nav ul li a:before{
	/* content: ""; */
	position: absolute;
	top: 20px;
	left: 47%;
	border: 10px solid #B17D70;
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
}
.select_head_nav ul li a:after{
	/* content: ""; */
	position: absolute;
	top: 9px;
	right: 0;
	border:10px solid transparent;
	border-right-color: #CFD2C1;
}
.select_head_nav ul li a:hover{
	background: #75839E;
	text-decoration:none;
	/* color: #FFFFFF; */
}
/*--side--*/
.side_show_nav{
	margin-bottom:15px;
}
.side_show_nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.side_show_nav ul li{
	display:block;
}
.side_show_nav ul li a{
	display:block;
	background: #FFFFFF;
	padding:10px 0px;
	text-align:center;
	text-decoration:none;
	box-shadow: 0px 0px 3px #000;
	color: #BFB89B;
	margin-bottom: 4px;
	border-bottom: 4px double #BFB89B;
	/* border-radius: 10px; */
}
.side_show_nav ul li a:hover{
	background: #f00;
	color:#fff;
	text-decoration:none;
}

.foot ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.foot ul li{
	display:inline-block;
	position: relative;
}
.foot ul li a{
	display:block;
	padding:10px 10px;
	margin: 2px 5px;
}
.foot ul li:before{
	position:absolute;
	content:"◆";
	left: 0px;
	top: 11px;
	color: #FFFFFF;
}
@media screen and (max-width:480px){
.select_head_nav{
	width:100%;
	min-width:100%;
}
.select_head_nav ul{
	display:block;
	margin:0px;
	padding:0px;
}
.select_head_nav ul li{
	width:100%;
	display:block;
}
.select_head_nav ul li a{
	width: auto;
	display:block;
	margin:0px;
	border-radius:0px;
	text-align:center;
	margin-bottom: 2px;
}
.side_show_nav ul li a{
	border:0;
	border-radius:0;
}
.foot ul{
	display:block;
}
.foot ul li{
	display:block;
}
.foot ul li:before{
	position:absolute;
	content:"";
	
}
}
/*====End Menu all====*/
body{font-size: 13px;background: #FFFFFF;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;position: relative;margin-bottom: 5px;color: #FFFFFF;background: #E4B197;/* box-shadow: 0px 0px 5px #838282; */border: 1px solid rgba(255, 255, 255, 0.34);/* border-radius: 15px 15px 0 0; */margin-bottom: 10px;}
h2:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 11px;
    border: 9px solid transparent;
    border-top-color: #E4B197;
}
h2:after {
    /* content: ""; */
    position: absolute;
    top: 10px;
    left: 12px;
    width: 4px;
    height: 21px;
    background: rgba(255, 255, 255, 0.66);
}
h3{
	color: #000;
	font-size: 15px;
	padding-left: 10px;
	margin-top: 20px;
}
a{
	text-decoration: none;
	color: #C15F1A;
}
a:hover{
	text-decoration: underline;
	/* color: #FF0000; */
}

.select_head{
	width:100%;
	min-width:1100px;
}
.TOP-LOGO{
	width:100%;
	min-width:1100px;
	background: #9CA7BD;
	text-align: center;
	padding: 5px 0;
}
.TOP-LOGO img{
	/* width:100%; */
	margin:auto;
	margin-bottom: -6px;
	/* box-shadow: 0 0 1px #B17D70; */
}
.TOP-TITLE{
	width: 1100px;
	margin:auto;
	min-width: 1100px;
	background: #8793AB;
	margin-top: 10px;
	/* border-bottom: 4px solid #80493B; */
	border-radius: 15px 15px 0 0;
}
.TOP-TITLE h1{
	padding-bottom:10px;
	padding-top:10px;
	font-size: 21px;
	text-align:center;
}
.TOP-TITLE h1 a{
	text-decoration:none;
	color: #FFFFFF;
}
.TOP-TITLE h1 a:hover{
	text-decoration: underline;
	/* color:#F00; */
}
.wrapper{
	width:1100px;
	margin:auto;
	padding:0;
	min-width:1100px;
	background: #E8E9EB;
	/* box-shadow: 0px 0px 1px #000; */
}
.wrapper:after{
	content:"";
	display:block;
	clear:both;
	
}
.comment_frame_full{
	margin:0px;
	padding:0px;
}
.comment_frame_full:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.area_user_side{
	width:100%;
	padding-bottom:15px;
	margin-bottom:15px;
}
.area_user_side:after{
	content:"";
	clear:both;
	display:block;
}
.area_user_side img{
	width:100%;
	margin-bottom:5px;
}
.area_user1{
	width:100%;
	padding-bottom:15px;
	margin-bottom:15px;
}
.area_user1:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.area_user1 img{
	width:45%;
	float:right;
	margin:10px;
	margin-bottom: 0;
}
.read_more a{
	padding: 2px 15px;
	margin:5px;
	float:left;
	color: #FFFFFF;
	text-decoration:none;
	background: #E4B197;
	border-top: 4px double #FFFFFF;
	border-bottom: 4px double #FFFFFF;
	/* box-shadow: 1px 1px 1px #695562; */
	margin-left: 0;
	border-radius: 5px;
	border-right: 3px solid #BB7C5B;
	border-left: 3px solid #BB7C5B;
}
.read_more a:hover{
	text-decoration: none;
	background: #CE987D;
	/* color:#fff; */
}
.comment_frame_2{
	margin:0px;
	padding:0px;
	
}
.comment_frame_2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.area_user2{
	float:left;
	margin-right: 22px;
	width: 48%;
	padding-bottom:15px;
	margin-bottom:15px;
}
.area_user2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.area_user2 img{
	width:100%;
	margin-bottom:5px;
}
.area_user2:first-child{
	margin-left:0px;
}
.area_user2:nth-child(2){
	margin-right:0px;
}
.area_user2:nth-child(4){
	margin-right:0px;
}
.Insert_content{
	margin-bottom: 15px;
	padding-bottom: 10px;
	overflow:hidden;
}
.Insert_content img{
	width:45%;
	margin:10px;
	float:right;
	margin-bottom: 0;
}
.proposed_Back_links{
	margin-bottom:15px;
	padding-bottom:15px;
	/* overflow:hidden; */


}
.proposed_Back_links ul{
	list-style-type:none;
}
.proposed_Back_links ul li{
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
}
.footer{
	width: 100%;
	background: #8793AB;
	margin:auto;
	text-align:center;
	padding-bottom:10px;
	/* padding-top:10px; */
	min-width: 1100px;
}
.footer a{
	text-decoration:none;
	color:#fff;
}
.footer a:hover{
	text-decoration:underline;
	color:#fff;
}
.social{
	margin:auto;
	text-align:center;
	width: 210px;
	padding-top: 10px;
}
.main_page{
	width: 51%;
	float:left;
	margin-top:10px;
	margin-left: 15px;
	margin-right: 15px;
}
.sub_page{
	width: 98.2%;
	float:left;
	margin-top:10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom:10px;
	background: #fff;
	border-radius: 15px;
}
.sub_page img{
	width:45%;
	margin:10px;
	float:right;
	margin-bottom: 0;
}
.blog_style{
	background: #FFF;
	border-radius: 15px;
	box-shadow: 0 8px 8px -8px #6B4141;
}

div#block03_container {}
.side_show{
	width: 22%;
	float: left;
	margin-left: 10px;
	margin-top:10px;
}
.side_show1{
	width: 22%;
	float:right;
	margin-right: 10px;
	margin-top:10px;
}

@media screen and (max-width:480px){
.select_head{
	width:100%;
	min-width:100%;
}
.TOP-LOGO img{
	width: 100%;
}
.TOP-LOGO
{
	width:100%;
	min-width:100%;
}
.TOP-TITLE{
	width:100%;
	min-width:100%;
}
.TOP-TITLE h1{
	font-size:14px;
}
.wrapper{
	width:100%;
	min-width:100%;
}
.main_page
{
	width:100%;
	border:0;
	margin:0;
	/* margin-top: 10px; */
}
.area_user1{
	width:100%;
	border:0;
}
.area_user1 img{
	width:100%;
	float:none;
	margin:0px;
}
.area_user2{
	width: 100%;
	margin-right: 0;
	border:0;
}
.area_user2 img{
	width:100%;
	margin:0px;
}
.area_user3{
	width:100%;
	margin-right: 0;
	border:0;
}
.area_user3 img{
	width:100%;
	margin:0px;
}

.Insert_content img{
	width:100%;
	float:none;
	margin:0px;
}
.proposed_Back_links{
	width:100%;
}
.footer{
	width:100%;
	min-width:100%;
}
.sub_page{
	width:100%;
	background:#fff;
	border:0;
	margin:0;
	margin-top: 10px;
}
.sub_page img{
	width:100%;
	float:none;
	margin:0px;
}
.blog_style{
	background: #FFF;
	border:0;
	box-shadow:0px 0px;
}
.side_show{
	width:100%;
	background:#fff;
	border:0;
	margin:0;
	margin-top: 10px;
}
.side_show1{
	width:100%;
	background:#fff;
	border:0;
	margin:0;
	margin-top: 10px;
}


}