@charset "UTF-8";                           
body{                           
	color: #333;                           
	font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;                           
	line-height: 2em;                           
	font-size: 16px;                           
	background-color: #ffffff;                           
}                           
*{                           
	margin:0;                           
	padding: 0;                           
	box-sizing: border-box;                           
}                           
div:after{                           
	clear: both;                           
	content: "";                           
	display: block;                           
}                           
                           
ul{                           
    padding: 0px;                           
    margin: 0px;                           
    list-style-type: none;                           
}                           
p{                           
    padding: 0px;                           
    margin: 0px;                           
    line-height: 35px;                           
    /* text-align: justify; */                           
    padding-left: 20px;                           
    padding-right: 20px;                           
    letter-spacing: 0px;                           
}                           
a{                           
	text-decoration:none;                           
	color: #e38f90;                           
}                           
a:hover{                           
	text-decoration:underline;                           
}                           
                           
.navbar_dynamic{                           
	width: 1115px;                           
	margin:0 auto;                           
	background: #f8caca;                           
	padding: 20px 0px;                           
	position: relative;                           
}                           
.navbar_dynamic ul{                           
	display: flex;                           
	justify-content:center;                           
	list-style-type: none;                           
	/* width: 1050px; */                           
	margin: 0 auto;                           
	/* box-shadow: 0 14px 0 #b8b4f4; */                           
	position:relative;                           
	z-index: 1;                           
}                           
.navbar_dynamic ul:before {                           
    /* content: ""; */                           
    position: absolute;                           
    width: 100%;                           
    height: 2px;                           
    background: #fff;                           
    top: 25px;                           
    left: 0;                           
    z-index: -1;                           
}                           
.navbar_dynamic ul li{                           
	display: inline-block;                           
	position: relative;                           
}                           
                           
.navbar_dynamic ul li a{
	text-decoration: none;
	padding: 8px 7.4px;
	display: block;
	color: #ffffff;
	font-size: 16px;
	position: relative;
	margin: 0px 2px;
	z-index: 0;
	background: #b0c299;
	overflow: hidden;
	border: 2px solid #fff;
	border-radius: 5px;
	z-index: 2;
	border-radius: .9em 2em .5em 3em/3em .9em 2em .5em;
	box-shadow: 2px 2px 0px #c9d9bf;
}                           
.navbar_dynamic ul li a:before {                           
    content: "";                           
    position: absolute;                           
    width: 100%;                           
    height: 100%;                           
    /* background: #ffffff; */                           
    left: 0;                           
    top: 0;                           
    z-index: -1;                           
    border-radius: 50%;                           
}                           
.navbar_dynamic ul li a:hover{                           
	color: #ffffff;                           
	background: #f8caca;                           
	/* border-color: #e4ff93; */                           
}                           
a img.img:hover {                           
    opacity: 0.5;                           
}                           
p.info_readmore {                           
    position: relative;                           
}                           
p.info_readmore:before {                           
    /* content:''; */                           
    top: 10px;                           
    left: 0px;                           
    width: 100%;                           
    height: 47px;                           
    background: rgba(248, 209, 190, 0.71);                           
    z-index: 0;                           
    position: absolute;                           
}                           
p.info_readmore a:before{                           
	/* content: "➤"; */                           
	font-weight: bold;                           
	color: #fff;                           
	position: absolute;                           
	left: 4px;                           
	bottom: 11px;                           
	top: 6px;                           
}                           
p.info_readmore a {                           
    float: right;                           
    text-align: center;                           
    margin: 0px;                           
    padding: 6px 25px;                           
    color: #f8f8f8;                           
    position: relative;                           
    z-index: 1;                           
    margin-top: 10px;                           
    background-color: #e38f90;                           
    font-size: 16px;                           
    border-left: 3px solid #e37a7b;                           
    border-right: 3px solid #e37a7b;                           
    border-top: 5px solid #eebaba;                           
    border-bottom: 5px solid #eebaba;                           
}                           
p.info_readmore a:hover{                           
	background: #ff7879;                           
	text-decoration: none;                           
	color: #fff;                           
	box-shadow: none;                           
	transition: all .3s ease-in-out;                           
}                           
a.scrollToTop:before{                           
	content:'';                           
	width: 70px;                           
	height: 70px;                           
	background: #e38f90;                           
	display: block;                           
	margin: auto;                           
	position: absolute;                           
	top: -5px;                           
	line-height: 61px;                           
	z-index: -1;                           
	border-radius: 100%;                           
	border: 5px solid rgba(255, 255, 255, 0.38);                           
	text-decoration:  none;                           
	/* transform: rotate(-45deg); */                           
	left: -4px;                           
}                           
a.scrollToTop {                           
    width: 70px;                           
    height: 70px;                           
    /* background: #75c2e6; */                           
    display: block;                           
    margin: auto;                           
    position: relative;                           
    top: -45px;                           
    line-height: 69px;                           
    z-index: 1;                           
    border-radius: 100%;                           
    /* border: 5px solid rgba(255, 255, 255, 0.38); */                           
    text-decoration:  none;                           
}                           
                           
a.scrollToTop:hover {                           
    /* background: #50c1c0; */                           
    text-decoration: none !important;                           
    color: #4f4b4b !important;                           
}                           
                           
.cover_img{                           
    display: block;                           
    padding: 6px;                           
    margin-bottom: 10px;                           
                               
      /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */                           
    background-color: #f5e5dc;                           
      /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */                           
}                           
@media screen and (max-width: 480px){                           
	.navbar_dynamic{                           
		width: auto;                           
		display: block;                           
		padding: 0px;                           
	}                           
	.navbar_dynamic:before,                           
	.navbar_dynamic:after{                           
		display:none;                           
	}                           
	.navbar_dynamic ul{                           
		width: auto;                           
		display: block;                           
		position:relative;                           
	}                           
	.navbar_dynamic ul:before,                           
	.navbar_dynamic ul:after{                           
		display:none;                           
	}                           
	.navbar_dynamic ul li{                           
		display: block;                           
		transform: skewX(0deg);                           
		margin: 0px;                           
		box-shadow:none;                           
	}                           
	.navbar_dynamic ul li:hover{                           
		background:none;                           
	}                           
	.navbar_dynamic ul li a{                           
		width: auto;                           
		display: block;                           
		position: relative;                           
		text-align: center;                           
		margin: 0px;                           
		transform: skewX(0deg);                           
		padding: 9px 0px;                           
		/* box-shadow: none; */                           
		border: 0px;                           
		border-radius: 0px;                           
		background: #b0c299;                           
		color: #fff;                           
	}                           
	.navbar_dynamic ul li a:before,                           
	.navbar_dynamic ul li a:after{                           
		display:none;                           
	}                           
	.navbar_dynamic ul li a:hover{                           
		color: #fff;                           
		/* background: #b8b4f4; */                           
		border: 0px;                           
	}                           
}                           
.navigation_sidebar {                           
    width: auto;                           
    padding: 0px;                           
    margin: 0px;                           
    margin-bottom: 20px;                           
    /* padding: 20px; */                           
    /* border-bottom: 1px solid #75c2e6; */                           
}                           
                           
.navigation_sidebar ul{                           
	padding: 0px;                           
	margin: 0px;                           
	list-style-type: none;                           
	text-align: center;                           
	position: relative;                           
	/* width: 81%; */                           
	margin: 0 auto;                           
}                           
.navigation_sidebar ul li{                           
                           
/* display: block; */                           
}                           
                           
                           
.navigation_sidebar ul li a{                           
	text-decoration: none;                           
	text-align: center;                           
	background: #50c1c0;                           
	padding: 10px 0px;                           
	display: block;                           
	position: relative;                           
	color: #fff;                           
	/* padding-left: 39px; */                           
	/* margin-bottom: 6px; */                           
	overflow: hidden;                           
	border-bottom: 1px solid #fff;                           
}                           
.navigation_sidebar ul li a:before{                           
    content:"";                           
    width: 27px;                           
    height: 27px;                           
    border: 2px solid #fff;                           
    position:absolute;                           
    border-radius:50%;                           
    left: 11px;                           
    top: 10px;                           
}                           
.navigation_sidebar ul li a:after{                           
    content: "✾";                           
    position:absolute;                           
    left: 19px;                           
    top: 9px;                           
}                           
/* .navigation_sidebar ul li:first-child a:after{                           
	display:none;                           
} */                           
                           
.navigation_sidebar ul li a:hover{                           
	color: #fff;                           
	background: #75c2e6;                           
}                           
                           
@media screen and (max-width: 480px){                           
	.navigation_sidebar{                           
	}                           
	.navigation_sidebar ul{                           
	width: auto;                           
	}                           
	.navigation_sidebar ul li{                           
	}                           
	.navigation_sidebar ul li a{	                           
	position:relative;	                           
	}                           
	.navigation_sidebar ul li a:before,                           
	.navigation_sidebar ul li a:after{                           
		display:none;                           
	}                           
}                           
/*.FOOTER_Inner_menu menu footer*/                           
.FOOTER_Inner_menu{                           
	width: auto;                           
	padding: 0px;                           
	margin: 0px;                           
	padding: 10px 0px;                           
	border-bottom: 4px solid #fff;                           
}                           
.FOOTER_Inner_menu ul{                           
padding: 0px;	                           
margin: 0 auto;	                           
text-align: center;	                           
display: flex;	                           
justify-content: center;                           
}                           
.FOOTER_Inner_menu ul li{	                           
display: inline-block;                           
}                           
.FOOTER_Inner_menu ul li a{                           
	color: #fff;                           
	position: relative;                           
	padding: 10px 30px;                           
	}                           
.FOOTER_Inner_menu ul li a:hover{                           
	text-decoration:underline;                           
}                           
.FOOTER_Inner_menu ul li a:before {                           
    content: "➤";                           
    font-weight: bold;                           
    color: #fff;                           
    position: absolute;                           
    left: 6px;                           
    bottom: 11px;                           
    top: 4px;                           
}                           
@media screen and (max-width: 480px){                           
	.FOOTER_Inner_menu{                           
	}                           
	.FOOTER_Inner_menu ul{	                           
	margin: 0px;		                           
	padding: 0px;		                           
	display: block;                           
	}                           
	.FOOTER_Inner_menu ul li{                           
		/* display: block; */                           
		padding: 0px;                           
		margin: 0px;                           
		width: 100%;                           
	}                           
	.FOOTER_Inner_menu ul li a{                           
		display: block;                           
		position:relative;                           
	}                           
	.FOOTER_Inner_menu ul li a:hover{                           
		background: #ffffff;                           
		text-decoration:none;                           
		color: #e38f90;                           
	}                           
	.FOOTER_Inner_menu ul li a:before{                           
	display:none;                           
}                           
}                           
                           
.Blog_header_infor{                           
	display: block;                           
	margin:auto;                           
	width: auto;                           
	min-width: 1115px;                           
	/* margin-bottom: 20px; */                           
	/* background: #75c2e6; */                           
	/* position: relative; */                           
	margin-bottom: 30px;                           
}                           
.Blog_header_infor:before{                           
	/* content: ''; */                           
/* 	background: #75c2e6;                           
	height: 222px;                           
	width: 100%;                           
	position: absolute;                           
	z-index: -1;                           
	border-bottom: 10px solid #51c4b7;                           
	box-shadow: 0px 10px 0px 0px #64cec2; */                           
}                           
                           
                           
.BIG_tittle{width: 1115px;margin:0 auto;justify-content:center;text-align: center;padding: 15px 0px;background: #b0c299;position: relative;margin-bottom: 2px;border-bottom: 1px solid #fff;border: 4px double #fff;margin-top: 2px;}                           
                           
.BIG_tittle h1{                           
	color: #333;                           
	font-size: 23px;                           
}                           
.BIG_tittle h1 a{                           
	text-decoration: none;                           
	color: #ffffff;                           
}                           
.BIG_tittle h1 a:hover{                           
	text-decoration: underline;                           
}                           
h1,h2,h3{                           
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;                           
}                           
.mainContetTooltip {width: 1115px;margin: 0 auto;padding: 0px;position:relative;}                           
                           
.detail_of_photo {                           
    width: 1115px;                           
    margin: 0 auto;                           
    position:relative;                           
}                           
                           
.detail_of_photo img{                           
    width:100%;                           
    display: block;                           
    position: relative;                           
    padding: 4px;                           
    /* box-shadow: 0px 0px 1px 0px #000; */                           
    background: radial-gradient(#fff,#f6bebf);                           
}                           
                           
.MAIN_IMAGE_INNER{                           
	 width: 1115px;                           
	 margin: 0 auto;                           
	 position:relative;                           
}                           
                           
.BASE_site {                           
    width: 1115px;                           
    min-width: 1090px;                           
    margin: 0 auto;                           
    margin-bottom: 43px;                           
    /* padding: 20px; */                           
    /* background: #fff; */                           
}                           
.private_left {                           
    width: 31.5%;                           
    float: right;                           
    /* background: #eee; */                           
    /* padding: 20px; */                           
    /* box-shadow: 0px 0px 2px 0px #000; */                           
}                           
.projects_contents {                           
    float: left;                           
    width: 66.5%;                           
    /* background: #fff; */                           
}                           
                           
.projects_contents h2 {                           
    /* text-align: center; */                           
                           
}                           
                           
.controller_frame{                           
	/* padding: 20px; */                           
	margin-bottom: 20px;                           
	background: #fff;                           
	position: relative;                           
	padding-bottom: 20px;                           
	/* overflow: hidden; */                           
	box-shadow: 0px 0px 1px 0px #b0c299;                           
}                           
.find_block01:before {                           
    /* content: " "; */                           
    position: absolute;                           
    top: -12px;                           
    left: 8px;                           
    width: 0;                           
    height: 0;                           
    border-width: 0 0 12px 12px;                           
    border-style: solid;                           
    border-color: transparent;                           
    border-bottom-color: #75c2e6;                           
}                           
.find_block01{                           
	clear: both;                           
	/* overflow: hidden; */                           
	position: relative;                           
	padding-top: 20px;                           
}                           
.find_block01 p{}                           
.find_block03{                           
	clear: both;                           
	/* background: #eee; */                           
	/* padding: 20px; */                           
	position: relative;                           
	padding-top: 20px;                           
}                           
.find_block03:before {                           
    /* content: " "; */                           
    position: absolute;                           
    top: 8px;                           
    left: -13px;                           
    width: 0;                           
    height: 0;                           
    border-width: 0 0 12px 12px;                           
    border-style: solid;                           
    border-color: transparent;                           
    border-bottom-color: #75c2e6;                           
}                           
                           
.find_block01 img{                           
	width: 45%;                           
	float: left;                           
	margin-right: 20px;                           
	/* border-radius: 50%; */                           
	padding: 2px;                           
	margin-left: 20px;                           
	margin-top: 1px;                           
	background: #b9c6a0;                           
	-webkit-border-radius: 10px 10px 10px 10px;                           
}                           
.find_block03 img{                           
	width: 99%;                           
	/* border-radius: 50%; */                           
	background: #fefefe;                           
	padding: 5px;                           
	margin-left: 2px;                           
	margin-bottom: 7px;                           
}                           
                           
.find_block02{                           
	float: left;                           
	margin-right: 20px;                           
	width: 48.5%;                           
	/* margin-bottom: 0px; */                           
	position: relative;                           
	padding-top: 20px;                           
}                           
                           
.find_block02:nth-child(even){                           
	margin-right: 0px;                           
}                           
.find_block02 img{                           
	width: 88.4%;                           
	/* 	float: left; */                           
	/* 	margin-right: 20px; */                           
	/* border-radius: 50%; */                           
	padding: 5px;                           
	margin-left: 20px;                           
	margin-right: 20px;                           
	background: #50c1c0;                           
	margin-bottom: 7px;                           
	border-radius: 50%;                           
}                           
.content_dib img{padding: 5px;margin: auto;display: block;width: 50%;background: linear-gradient(to bottom,#f6cccc 0%,#FFF 100%);}                           
.projects_contentssubpages .content_dib img{                           
	padding: 5px;                           
	/* border: 2px double #ffffff; */                           
	margin: auto;                           
	display: block;                           
	width: 50%;                           
	box-shadow: 0 10px 10px -10px #333;                           
}                           
.link_connection{clear: both;/* padding: 20px; *//* background: #eee; */}                           
.link_connection li{                           
	padding-left:20px;                           
	padding-right:20px;                           
	text-align: justify;                           
}                           
.link_connection h2{                           
	/* position:relative */                           
	/* width: 100%; */                           
}                           
.list_of_item{                           
}                           
.end_block_footer {                           
    padding-top: 10px;                           
    padding-bottom: 30px;                           
    background: #a9c289;                           
    margin: auto;                           
    width: auto;                           
    height: auto;                           
    text-align: center;                           
    min-width: 1115px;                           
}                           
.end_block_footer p{                           
	text-align:center;                           
	padding-top: 31px;                           
}                           
                           
.end_block_footer a{                           
	color:#fff;                           
	text-decoration:none;                           
}                           
.end_block_footer a:hover{                           
	color:#fff;                           
	text-decoration: underline;                           
}                           
.projects_contentssubpages{                           
	float: right;                           
	/* width: 66.5%; */                           
	/* background: #fff; */                           
	border: 0px;                           
}                           
/* style h2 */                           
h2 {                           
    padding:8px;                           
    color: #ffffff;                           
    /* background-color: #75c2e6; */                           
    position:relative;                           
    font-size: 21px;                           
    margin-bottom: 15px;                           
    overflow: hidden;                           
    text-align: center;                           
    border: 2px solid #f8caca;                           
    background: #b0c299;                           
}                           
h2:after{                           
    /* position:absolute; */                           
    /* content:""; */                           
    border-style:solid;                           
    border-width: 24px;                           
    right:0;                           
    border-color:transparent;                           
    border-top-color:;                           
    border-right-color: white;                           
    top:0;                           
}                           
h2:before{                           
    position:absolute;                           
    content:"";                           
    border-style:solid;                           
    border-width: 24px;                           
    left:0;                           
    border-color:transparent;                           
    border-top-color:;                           
    border-right-color:;                           
    border-left-color: white;                           
    border-bottom-color:transparent;                           
    top:0;                           
    /* margin-top: 8px; */                           
    border-radius: 50%;                           
}                           
                           
                           
h3 {                           
    font-size: 18px;                           
    margin-top: 20px;                           
    /* background: #eee; */                           
    padding: 7px 0px 4px 0px;                           
    overflow: hidden;                           
    border-bottom: 1px solid #c27e7f;                           
    position: relative;                           
    margin-left: 20px;                           
    margin-right: 20px;                           
    margin-bottom: 5px;                           
    color: #b18383;                           
}                           
                           
.link_connection h3{                           
	margin-top: 16px;                           
	position: relative;                           
	border: 0px;                           
	border-bottom: 1px solid #b0c299;                           
	padding-left: 0px;                           
	margin-top: 11px;                           
	margin-left: 3px;                           
	margin-right: 0px;                           
	margin-bottom: 0px;                           
}                           
.link_connection h3:before {                           
    content: "►";                           
    font-weight: bold;                           
    color: #b0c299;                           
    /* position: absolute; */                           
    left: 0px;                           
    bottom: 18px;                           
    padding-right: 14px;                           
    font-size: 20px;                           
    position: relative;                           
    top: 0px;                           
}                           
h2 a{                           
	text-decoration:none;                           
	border-bottom:1px solid;                           
	font-size:17px;                           
	overflow:hidden;                           
	color: #fff;                           
	/* text-shadow: 0px 0px 1px #50c1c0, 0px 0px 1px #160d0d, 0px 0px 1px #000000, 0px 0px 1px #50c1c0; */                           
}                           
h2 a:hover{                           
	text-decoration:none;                           
	border-bottom:none;                           
}                           
h2.data_blocktitle a{                           
	color: #fff;                           
}                           
h2.data_blocktitle{                           
                           
}                           
/* h2.data_blocktitle:before,                           
h2.data_blocktitle:after{                           
	display: none;                           
} */                           
h2.tag_title{                           
                           
}                           
/* h2.tag_title:after,                           
h2.tag_title:before{                           
	display:none;                           
} */                           
.method_pangusu{                           
	width: 1180px;                           
	margin:0 auto;                           
	padding: 10px 0;                           
	display: flex;                           
	background: #fff;                           
	margin-bottom: 20px;                           
}                           
.method_pangusu li{                           
	list-style-type: none;                           
	display: inline-block;                           
	padding-left: 20px;                           
}                           
                           
.social {                           
    margin: 0 auto;                           
    display: flex;                           
    justify-content: center;                           
    font-size: 0px;                           
    margin-top: -13px;                           
    margin-bottom: -10px;                           
    padding-right: 20px;                           
}                           
@media screen and (max-width: 480px){                           
                           
	.Blog_header_infor{                           
		display:block;                           
		width: auto;                           
		min-width: 100%;                           
		padding: 0px;                           
	}                           
	.BIG_tittle{                           
		/*display: block;*/                           
		width: auto;                           
		border: 0px;                           
	}                           
	.BIG_tittle:before,                           
	.BIG_tittle:after{                           
		display:none;                           
	}                           
	.BIG_tittle h1{                           
		color: #333;                           
		font-size: 14px;                           
		padding-left: 0px;                           
		float: none;                           
	}                           
	.BIG_tittle h1 a{                           
		/*color: #f00;*/                           
	}                           
	.BIG_tittle h1 a:hover{                           
	}                           
	h2{                           
	border-radius: 0px;                           
	/* text-align: center; */                           
	padding-left: 0;                           
	}                           
/* 	h2:before,                           
	h2:after{                           
		display:none;                           
	} */                           
	.mainContetTooltip{	                           
		width: auto;                           
	}                           
	.mainContetTooltip:before,                           
	.mainContetTooltip:after{                           
		display: none;                           
	}                           
	.detail_of_photo {                           
    width: auto;                           
    margin: 0 auto;                           
	}                           
	.detail_of_photo:before,                           
	.detail_of_photo:after{                           
		display: none;                           
	}                           
	.detail_of_photo img{                           
	    width: 100%;                           
	    display: block;                           
	}                           
	.MAIN_IMAGE_INNER{                           
		width: auto;                           
	}                           
	.MAIN_IMAGE_INNER:before,                           
	.MAIN_IMAGE_INNER:after{                           
		display: none;                           
	}                           
	.BASE_site{                           
		width: auto;                           
		min-width: 100%;                           
		margin: 20px auto;                           
		/* background: none; */                           
		padding: 20px;                           
		padding-top: 0px;                           
		background: none;                           
		box-shadow: none;                           
	}                           
	.private_left {                           
    width: auto;                           
    float: none;                           
    /* margin: 20px; */                           
    background: none;                           
    padding: 0px;                           
    box-shadow: none;                           
 }                           
	.projects_contents {                           
    float: none;                           
    width: auto;                           
    /* margin: 20px; */                           
 }                           
	.find_block01 img,                           
	.find_block02 img,                           
	.find_block03 img,                           
	.content_dib img,                           
	.projects_contentssubpages .content_dib img{                           
	width: 100%;                           
	float: none;                           
	margin: 0px;                           
	padding: 0px;                           
	border-radius: 0px;                           
	box-shadow: none;                           
	}                           
	.list_of_item {                           
	}                           
	.controller_frame{                           
	/* box-shadow: none; */                           
	}                           
	.find_block01,                           
	.find_block02,                           
	.find_block02:nth-child(even),                           
	.find_block03,                           
	.link_connection,                           
	.content_dib{                           
	width: auto;                           
	margin: 0px;                           
	float: none;                           
	overflow: hidden;                           
	/* border: none; */                           
	/* box-shadow: none; */                           
	/* padding: 0px; */                           
	clear: both;                           
	margin-bottom: 20px;                           
	border-radius: 0px;                           
	}                           
	.projects_contentssubpages{                           
	float: none;                           
	width: auto;                           
	/* margin: 20px; */                           
	}                           
	.end_block_footer{                           
	width: auto;                           
	min-width: 100%;                           
	padding: 10px;                           
}                           
	.method_pangusu{                           
		width: auto;                           
		padding-left: 20px;                           
	}                           
	.method_pangusu li{                           
		width: auto;	                           
	}                           
	.social{                           
	float: none;                           
	margin-top: 13px;                           
	margin-bottom: -24px;                           
	}                           
	h2.data_blocktitle{                           
    /* background: none; */                           
    /* width: 100%; */                           
    float: none;                           
    margin: 0px;                           
    padding: 0px;                           
    padding: 10px 0px;                           
    /* text-align: center; */                           
    margin-bottom: 10px;                           
}                           
h2.tag_title{                           
    border-radius: 0px;                           
    width: 100%;                           
}                           
}                           
                           
/*-------------pungku su ------------*/                           
.in-menu_blocks_boss{                           
	width: auto;                           
	margin:auto;                           
	justify-content: flex-start;                           
	display: flex;                           
	list-style: none;                           
	                           
}                           
.link_helper_pangusu{                           
	display: flex;                           
}                           
.in-menu_blocks_boss:after{                           
	content: "";                           
	clear: both;                           
	display: block;                           
}                           
                           
.layer_article_content{                           
	width: auto;                           
	margin:auto;                           
}                           
.article_layer_three{                           
	margin-top: 0px;                           
}                           
.article_layer_three:after,                           
.layer_article_content{                           
	clear:both;                           
	display:block;                           
	content:"";                           
}                           
.in-navi_mains_boss{                           
	width:auto;                           
	margin-bottom: 10px;                           
}                           
.in-navi_mains_boss li{                           
	list-style:none;                           
	display:inline-block;                           
}                           
.article_content_column {                           
	margin: 0px auto;                           
	padding:20px;                           
	background:#fff;                           
	border: 1px solid #ccc;                           
}                           
.article_content_column li{                           
	padding:0;                           
	margin:0;                           
	list-style:none;                           
	height: 40px;                           
	line-height: 40px;                           
}                           
.article_content_column li a{                           
	width: auto;                           
}                           
.article_content_column li a:before{                           
	content:"⇝";                           
	padding-right:10px;                           
}                           
div#boxArea div:nth-child(3) {                           
    margin-right: -1px;                           
    margin-top: 0px;                           
}                           
@media screen and (max-width:480px){                           
                           
	.article_content_column{                           
		width: auto;                           
		display: block;                           
	}                           
	.article_content_column li{                           
		width: auto;                           
		display: block;                           
	}                           
	.article_content_column li a{                           
		width: auto;                           
	}                           
	div#boxArea div:nth-child(3){                           
		width: auto;;                           
		display: block;                           
	}                           
	.article_layer_three{                           
	width: auto;                           
	display: block;                           
                           
	}                           
		.in-navi_mains_boss{                           
		width:auto;                           
	}                           
	.in-navi_mains_boss li{                           
		padding:0 10px;                           
	}                           
}                           
div#boxArea div:nth-child(2) {                           
    margin-right: 7px;                           
    margin-top: 0px;                           
    margin-left: 2px;                           
}