@charset "UTF-8";                           
body{                           
	color: #4c4a4a;                           
	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: #0a72c7;                           
}                           
a:hover{                           
	text-decoration:underline;                           
}                           
                           
.navbar_dynamic{                           
	/* width: 1100px; */                           
	margin:0 auto;                           
	/* background: #5297d0; */                           
	padding: 05px 0;                           
	position: relative;                           
	margin-bottom: 20px;                           
	border-top: 5px solid #5297d0;                           
}                           
.navbar_dynamic ul{                           
	display: flex;                           
	justify-content:center;                           
	list-style-type: none;                           
	/* width: 1050px; */                           
	margin: 0px auto;                           
	/* box-shadow: 0 14px 0 #b8b4f4; */                           
	position:relative;                           
	z-index: 1;                           
}                           
                           
.navbar_dynamic ul li{                           
	display: inline-block;                           
	position: relative;                           
	background: url(../images/a.png) no-repeat top center;                           
	background-position: 50% 0px;                           
}                           
                           
.navbar_dynamic ul li:hover {                           
    opacity: 0.7;                           
}                           
                           
                           
.navbar_dynamic ul li a{
	text-align: center;
	text-decoration: none;
	padding: 10px 45px;
	display: block;
	color: #5297d0;
	font-size: 15px;
	position: relative;
	/* margin: 0px 9px; */
	z-index: 0;
	/* overflow: hidden; */
	/* background: #c5a054; */
	/* background: url(../images/menu.png) center no-repeat !important; */
	/* padding-top: 15px; */
	/* width: 260px; */
	border: 2px solid #5297d0;
	margin-right: 0;
}                           
                           
                           
.navbar_dynamic ul li a:hover{                           
  color:#fff;                           
  border: 2px solid #5297d0;                           
  /* width: 257px; */                           
}                            
.navbar_dynamic ul li a:hover{                           
	color: #91acc1;                           
	/* border-color: #e4ff93; */                           
}                           
a img.img:hover {                           
    opacity: 0.5;                           
}                           
p.info_readmore {                           
    position: relative;                           
}                           
/* p.info_readmore:before {                           
    content:'';                           
    top: 31px;                           
    right: 0px;                           
    width: 100%;                           
    height: 5px;                           
    background: #c5a054;                           
    z-index: 0;                           
    position: absolute;                           
} */                           
                           
p.info_readmore a {                           
    float: right;                           
    text-align: center;                           
    margin: 0px;                           
    padding: 6px 20px;                           
    color: #f8f8f8;                           
    background: #80b3dd;                           
    position: relative;                           
    z-index: 1;                           
    border: 3px double #fff;                           
    margin-top: 10px;                           
    /* background-color: #c5a054; */                           
    font-size: 16px;                           
    padding: 10px 30px;                           
    /* background: url(../images/more.png) center top no-repeat; */                           
    background-size: 77%;                           
    /* margin-right: -23px; */                           
}                           
p.info_readmore a:hover{                           
	/* background: #b9c554; */                           
	text-decoration: none;                           
	color: #fff;                           
	box-shadow: none;                           
	opacity: 0.7;                           
}                           
a.scrollToTop:before{                           
	content:'';                           
	width: 70px;                           
	height: 70px;                           
	background: #5297d0;                           
	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: #b9c554; */                           
    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: #c5a054; */                           
    text-decoration: none !important;                           
    color: #141414 !important;                           
}                           
                           
.cover_img{                           
    display: block;                           
    padding: 20px;                           
    margin-bottom: 10px;                           
                               
      /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */                           
    background-color: rgba(82, 151, 208, 0.1);                           
      /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */                           
    border: 1px dashed #c2dcf1;                           
}                           
@media screen and (max-width: 480px){                           
	.navbar_dynamic{                           
		width: auto;                           
		display: block;                           
		padding: 0px;                           
		margin: 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;                           
		background: none;                           
		border-bottom: 1px solid #fff;                           
	}                           
	.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: #5297d0 !important;                           
		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: #b9c554;                           
		border: 0px;                           
	}                           
}                           
.navigation_sidebar:before{                           
    content:"";                           
    position:absolute;                           
    border-style:solid;                           
    bottom:0;                           
    left:0;                           
    border-color: #9ba82f;                           
    border-width:30px;                           
    border-right-color:transparent;                           
    border-top-color:transparent;                           
}                           
.navigation_sidebar:after{                           
    content:"";                           
    position:absolute;                           
    border-style:solid;                           
    top:0;                           
    right:0;                           
    border-color: #9ba82f;                           
    border-width:30px;                           
    border-left-color:transparent;                           
    border-bottom-color:transparent;                           
}                           
.navigation_sidebar {                           
    width: auto;                           
    padding: 0px;                           
    margin: 0px;                           
    margin-bottom: 20px;                           
    padding: 20px;                           
    position: relative;                           
    background: #b9c554;                           
}                           
                           
.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:before {                           
    content: "✿";                           
    font-weight: bold;                           
    color: #fff;                           
    position: absolute;                           
    left: 3px;                           
    bottom: 10px;                           
    font-size: 25px;                           
}                           
.navigation_sidebar ul li a{                           
	text-decoration: none;                           
	text-align: center;                           
	/* background: #c5a054; */                           
	padding: 10px 0px;                           
	display: block;                           
	position: relative;                           
	color: #fff;                           
	overflow: hidden;                           
	/* border-bottom: 1px solid #fff; */                           
}                           
                           
/* .navigation_sidebar ul li:first-child a:after{                           
	display:none;                           
} */                           
                           
.navigation_sidebar ul li a:hover{                           
	color: #565e10;                           
	/* background: #b9c554; */                           
}                           
                           
@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 double #5297d0; */
	margin-top: -20px;
	padding-bottom: 23px;
}                           
.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: #5297d0;                           
	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: 7px;                           
    bottom: 11px;                           
    top: 4px;                           
    font-size: 22px;                           
}                           
@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%;                           
	}

.end_block_footer p {
    padding-top: 0px !important;
}                           
	.FOOTER_Inner_menu ul li a{                           
		display: inline-block;                           
		position:relative;                           
		padding: 5px 0px;                           
	}                           
	.FOOTER_Inner_menu ul li a:hover{                           
		/* background: #c5a054; */                           
		text-decoration: underline;                           
	}                           
	.FOOTER_Inner_menu ul li a:before{                           
	display:none;                           
}                           
}                           
                           
.Blog_header_infor{                           
	display: block;                           
	margin:auto;                           
	width: auto;                           
	min-width: 1075px;                           
	/* margin-bottom: 20px; */                           
	/* background: #b9c554; */                           
	/* position: relative; */                           
	margin-bottom: 20px;                           
}                           
.Blog_header_infor:before{                           
	/* content: ''; */                           
/* 	background: #b9c554;                           
	height: 222px;                           
	width: 100%;                           
	position: absolute;                           
	z-index: -1;                           
	border-bottom: 10px solid #51c4b7;                           
	box-shadow: 0px 10px 0px 0px #64cec2; */                           
}                           
                           
                           
.BIG_tittle{width: 1070px;margin: 0 auto 20px;text-align: center;padding: 10px 15px;background: #5297d0;background: -webkit-gradient(linear, left top, right top, from(rgba(82, 151, 208, 0.65)), to(rgb(124, 177, 220)));}                           
                           
.BIG_tittle h1{                           
	color: #4c4a4a;                           
	font-size: 20px;                           
}                           
                           
.BIG_tittle h1 a{                           
	text-decoration: none;                           
	color: #434343;                           
	position: relative;                           
	overflow: hidden;                           
}                           
.BIG_tittle h1 a:hover{                           
	text-decoration: underline;                           
}                           
h1,h2,h3{                           
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;                           
}                           
.mainContetTooltip {width: 100%;margin: 0 auto;padding: 0px;position:relative;}                           
                           
.detail_of_photo {                           
    width: 100%;                           
    margin: 0 auto;                           
    position:relative;                           
    text-align: left;                           
}                           
                           
.detail_of_photo img{
    width: 1070px;
    display: block;
    position: relative;
    /* padding: 15px; */
    box-shadow: 0px 0px 1px 0px #4c4a4a;
    /* background: radial-gradient(#fff,#b9c554); */
    margin-bottom: 20px;
    margin: 0 auto;
}                           
                           
.MAIN_IMAGE_INNER{                           
	 width: 100%;                           
	 /* margin: 0 auto; */                           
	 position:relative;                           
}                           
                           
.BASE_site {                           
    width: 1075px;                           
    min-width: 1075px;                           
    margin: 0 auto;                           
    margin-bottom: 59px;                           
    /* padding: 20px; */                           
    /* background: #fff; */                           
}                           
.interfaces_left {                           
    width: 31.5%;                           
    float: left;                           
    /* background: #eee; */                           
    /* padding: 20px; */                           
    /* box-shadow: 0px 0px 2px 0px #4c4a4a; */                           
}                           
.contents_projects {                           
    /* background: #fff; */                           
}                           
                           
.contents_projects h2 {                           
    /* text-align: center; */                           
                           
}                           
                           
.all_section_frame{                           
	/* padding: 20px; */                           
	margin-bottom: 20px;                           
	background: #fff;                           
	position: relative;                           
	padding-bottom: 20px;                           
	/* overflow: hidden; */                           
}                           
                           
.block_ictach01{                           
	clear: both;                           
	/* overflow: hidden; */                           
	position: relative;                           
	/* padding-top: 20px; */                           
}                           
.block_ictach01 p{}                           
.block_ictach03{                           
	clear: both;                           
	/* background: #eee; */                           
	/* padding: 20px; */                           
	position: relative;                           
	/* padding-top: 20px; */                           
}                           
                           
                           
.block_ictach01 img{                           
	width: 45%;                           
	float: left;                           
	margin-right: 20px;                           
	/* border-radius: 50%; */                           
	padding: 5px;                           
	/* margin-left: 20px; */                           
	margin-top: 10px;                           
	/* background: #c5a054; */                           
	background: linear-gradient(to bottom,#b0c3d2 50%,#cdd4da 0%);                           
}                           
.block_ictach03 img{                           
	width: 89%;                           
	/* border-radius: 50%; */                           
	background: #b9c554;                           
	padding: 5px;                           
	margin-left: 20px;                           
	margin-bottom: 7px;                           
	background: linear-gradient(to bottom,#c5a054 50%,#ecc77b 0%);                           
	box-shadow: 0 20px 20px -20px #4c4a4a;                           
}                           
                           
.block_ictach02{                           
	float: left;                           
	margin-right: 20px;                           
	width: 48.5%;                           
	/* margin-bottom: 0px; */                           
	position: relative;                           
	/* padding-top: 20px; */                           
	border: 1px dashed #80b3dd;                           
	padding: 15px;                           
}                           
                           
.block_ictach02:nth-child(even){                           
	margin-right: 0px;                           
}                           
.block_ictach02 img{                           
	width: 100%;                           
	/* 	float: left; */                           
	/* margin-right: 20px; */                           
	/* border-radius: 50%; */                           
	padding: 5px;                           
	/* margin-left: 26px; */                           
	/* margin-right: 20px; */                           
	background: #c5a054;                           
	margin-bottom: 7px;                           
	background: linear-gradient(to bottom,#b0c3d2 50%,#cdd4da 0%);                           
	box-shadow: 0 20px 20px -20px #4c4a4a;                           
	box-sizing:  border-box;                           
}                           
.content_dib img{padding: 5px;margin: auto;display: block;width: 50%;background: linear-gradient(to bottom,#c7daea 50%,rgba(82, 151, 208, 0.65) 0%);}                           
.contents_projectssubpages .content_dib img{                           
	padding: 5px;                           
	/* border: 2px double #ffffff; */                           
	margin: auto;                           
	display: block;                           
	width: 50%;                           
	box-shadow: 0 10px 10px -10px #4c4a4a;                           
}                           
.multi_link{clear: both;/* padding: 20px; *//* background: #eee; */}                           
.multi_link li{                           
	text-align: justify;                           
}                           
.multi_link h2{                           
	/* position:relative */                           
	/* width: 100%; */                           
}                           
.list_of_item{                           
}                           
.end_block_footer {
    padding-top: 10px;
    border-top: 5px solid #5297d0;
    padding-bottom: 30px;
    background: #d4e0ea;
    color: #4c4a4a000;
    margin: auto;
    width: auto;
    height: auto;
    text-align: center;
    min-width: 1075px;
}                           
.end_block_footer p{                           
	text-align:center;                           
	padding-top: 31px;                           
}                           
                           
.end_block_footer a{                           
	color: #fff;                           
	text-decoration:none;                           
}                           
                           
.end_block_footer p a {                           
    color: #5297d0;                           
}                           
.end_block_footer a:hover{                           
	color: #89aac5;                           
	text-decoration: underline;                           
}                           
.contents_projectssubpages{                           
	/* background: #fff; */                           
	border: 0px;                           
}                           
/* style h2 */                           
h2{                           
    background-color: #80b3dd;                           
    padding: 10px 15px;                           
    color: #fff;                           
    position: relative;                           
    font-size: 17px;                           
    /* text-align: center; */                           
    z-index: 2222;                           
    line-height: 35px;                           
    margin-bottom: 15px;                           
    /* border: 3px double #fff; */                           
    position: relative;                           
    background: #5297d0;                           
    background-size: 30px;                           
    background-position: 0 11px;                           
    border: 3px double #fff;                           
}                           
                           
h2:before {                           
    content: none;                           
    /* border-bottom-color: #fff; */                           
    /* border-bottom-style: solid; */                           
    /* width: 25px; */                           
    /* top: 14px; */                           
}                           
h2:before{                           
        /* content:""; */                           
        position:absolute;                           
        width: 85%;                           
        height: 65%;                           
        left: 8%;                           
        z-index: -1;                           
        /* border: 3px double #fff; */                           
}                           
                           
                           
h3 {                           
    font-size: 17px;                           
    color: #5d6e7b;                           
    margin-top: 20px;                           
    background: #daebf9;                           
    padding: 7px 0px 4px 10px;                           
    overflow: hidden;                           
    position: relative;                           
    margin-bottom: 5px;                           
    /* border: 1px solid #b9c554; */                           
    border-left: 10px double #5297d0;                           
}                           
                           
.multi_link h3{                           
	margin-top: 16px;                           
	position: relative;                           
	border: 0px;                           
	padding-left: 0px;                           
	margin-top: 14px;                           
	margin-left: 0px;                           
	margin-right: 0px;                           
	margin-bottom: 4px;                           
	border-bottom: 1px solid #80b3dd;                           
	background: none;                           
}                           
.multi_link h3:before {                           
    content: "➔";                           
    font-weight: bold;                           
    color: #80b3dd;                           
    /* position: absolute; */                           
    left: 6px;                           
    padding-right: 14px;                           
    font-size: 20px;                           
    position: relative;                           
    top: 2px;                           
}                           
h2 a{                           
	text-decoration:none;                           
	border-bottom:1px solid;                           
	font-size:17px;                           
	overflow:hidden;                           
	color: #fff;                           
	/* text-shadow: 0px 0px 1px #c5a054, 0px 0px 1px #160d0d, 0px 0px 1px #4c4a4a000, 0px 0px 1px #c5a054; */                           
}                           
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;                           
		background: #5297d0;                           
		padding: 10px 0px;                           
		text-align: center;                           
		margin: 0px;                           
		top: 0px;                           
		margin-bottom: 20px;                           
		margin-top: 20px;                           
	}                           
	.BIG_tittle:before,                           
	.BIG_tittle:after{                           
		display:none;                           
	}                           
	.BIG_tittle h1{                           
		color: #4c4a4a;                           
		font-size: 14px;                           
		padding-left: 0px;                           
		float: none;                           
	}                           
	.BIG_tittle h1 a{                           
		color: #434343 !important;                           
	}                           
	.BIG_tittle h1 a:before,                           
	.BIG_tittle h1 a:after{                           
		display:none;                           
	}                           
	.BIG_tittle h1 a:hover{                           
	}                           
	h2{                           
	border-radius: 0px;                           
	text-align: left !important;                           
	}                           
                           
h2:before {                           
    content: none;                           
}                           
/* 	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;                           
		margin-bottom: 35px;                           
	}                           
	.interfaces_left {                           
    width: auto;                           
    float: none;                           
    /* margin: 20px; */                           
    background: none;                           
    padding: 0px;                           
    box-shadow: none;                           
 }                           
	.contents_projects {                           
    float: none;                           
    width: auto;                           
    /* margin: 20px; */                           
 }                           
	.block_ictach01 img,                           
	.block_ictach02 img,                           
	.block_ictach03 img,                           
	.content_dib img,                           
	.contents_projectssubpages .content_dib img{                           
	width: 100%;                           
	float: none;                           
	margin: 0px;                           
	padding: 0px;                           
	border-radius: 0px;                           
	box-shadow: none;                           
	}                           
	.list_of_item {                           
	}                           
	.all_section_frame{                           
	/* box-shadow: none; */                           
	}                           
	.block_ictach01,                           
	.block_ictach02,                           
	.block_ictach02:nth-child(even),                           
	.block_ictach03,                           
	.multi_link,                           
	.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;                           
	}                           
	.contents_projectssubpages{                           
	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;                           
}                           
