@charset "utf-8";                                                                                                                   
                                                                                                                   
body{                                                                                                                   
	padding: 0px;                                                                                                                   
	margin: 0px;                                                                                                                   
	font-size: 16px;                                                                                                                   
	font-family: 'Hiragino Kaku Gothic ProN',  Meiryo,  Osaka, 'MS PGothic', arial, helvetica, sans-serif;                                                                                                                   
	line-height: 155%;                                                                                                                   
}                                                                                                                   
.main_bg_wrapper{                                                                                                                   
	width: 1100px;                                                                                                                   
	margin: 30px auto 0px;                                                                                                                   
	min-width: 1100px;                                                                                                                   
}                                                                                                                   
.main_bg_wrapper:after{                                                                                                                   
	display: block;                                                                                                                   
	clear: both;                                                                                                                   
	content: "";                                                                                                                   
}                                                                                                                   
p{                                                                                                                   
	margin: 0 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
a{                                                                                                                   
	color: #ce9f22;                                                                                                                   
	text-decoration:none;                                                                                                                   
}                                                                                                                   
a:hover{                                                                                                                   
	text-decoration:underline;                                                                                                                   
}                                                                                                                   
 h1{                                                                                                                   
	margin: 15px auto 0px;                                                                                                                   
	padding: 0 0;                                                                                                                   
	font-size: 14px;                                                                                                                   
	color: #333;                                                                                                                   
	line-height: 160%;                                                                                                                   
	text-align: center;                                                                                                                   
	float: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/* h2 */                                                                                                                   
h2 {                                                                                                                   
    font-size: 20px;                                                                                                                   
    padding: 2px 0px 0px 40px;                                                                                                                   
    margin: 0 0 5px 0;                                                                                                                   
    overflow: hidden;                                                                                                                   
    line-height: 150%;                                                                                                                   
    background: url(../images/h2.png) no-repeat top left;                                                                                                                   
    position: relative;                                                                                                                   
    background-position: 0 1px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/***********/                                                                                                                   
h3{                                                                                                                   
	font-size: 17px;                                                                                                                   
	color: #343434;                                                                                                                   
	margin: 0 auto 5px;                                                                                                                   
	overflow: hidden;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul{                                                                                                                   
	list-style:none;                                                                                                                   
	padding:inherit;                                                                                                                   
}                                                                                                                   
.top_menu {                                                                                                                   
	margin: 0px auto 40px;                                                                                                                   
	height: auto;                                                                                                                   
}                                                                                                                   
.top_menu ul {                                                                                                                   
	list-style: none;                                                                                                                   
	margin: 0px;                                                                                                                   
	padding: 0;                                                                                                                   
}                                                                                                                   
.top_menu li {                                                                                                                   
	display: block;                                                                                                                   
	background: #f5f8ff url(../images/nav.png) no-repeat top left;                                                                                                                   
	background-position: 10px 11px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.top_menu li:first-child {                                                                                                                   
    background: #f5f8ff url(../images/home.png) no-repeat top left;                                                                                                                   
    background-position: 6px 7px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.top_menu li:hover {                                                                                                                   
    background-color: #f8f4ec !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.top_menu ul li:last-child a {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.top_menu a {                                                                                                                   
	padding: 7px 10px 7px 33px;                                                                                                                   
	text-decoration: none;                                                                                                                   
	display: block;                                                                                                                   
	z-index: 1;                                                                                                                   
	font-size: 13px;                                                                                                                   
	margin: 0 auto 3px;                                                                                                                   
}                                                                                                                   
.top_menu a:hover {                                                                                                                   
	text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/** ======= end ============ **/                                                                                                                   
                                                                                                                   
.tmp_block_header{                                                                                                                   
	margin: 0 auto 0px;                                                                                                                   
	padding: 0;                                                                                                                   
	bottom: 0;                                                                                                                   
	min-width: 1100px;                                                                                                                   
	background: url(../images/main-image.jpg) no-repeat center bottom;                                                                                                                   
	min-height: 548px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.sub .tmp_block_header {                                                                                                                   
    background: url(../images/sub-image.jpg) no-repeat center bottom;                                                                                                                   
    min-height: 555px;                                                                                                                   
}                                                                                                                   
.top_logoBlock{                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	width: 1100px;                                                                                                                   
	position: relative;                                                                                                                   
	padding: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.top_logoBlock:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
.sidebar_articleBlock{                                                                                                                   
	float: right;                                                                                                                   
	width: 300px;                                                                                                                   
	clear: right;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.sidebar_articleBlock h2{                                                                                                                   
	display: block;                                                                                                                   
	font-size: 18px;                                                                                                                   
	padding: 3px 0 0 25px;                                                                                                                   
	background: none;                                                                                                                   
	border: 0;                                                                                                                   
	margin-bottom: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.sidebar_articleBlock h2:before{                                                                                                                   
	content:"";                                                                                                                   
	position:absolute;                                                                                                                   
	top: 11px;                                                                                                                   
	left: 0;                                                                                                                   
	width: 9px;                                                                                                                   
	height: 9px;                                                                                                                   
	background: #fff;                                                                                                                   
	border: 1px solid #bbcdfc;                                                                                                                   
	border-right: 3px solid #bbcdfc;                                                                                                                   
	border-bottom: 3px solid #bbcdfc;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.sidebar_articleBlock h2:after{                                                                                                                   
	display:none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Header_Block{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.recommend_know_block.Header_Block h3 {                                                                                                                   
    clear: both;                                                                                                                   
    margin: 0  0 10px 0;                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.recommend_know_block.Header_Block .Articleblock_item {                                                                                                                   
    margin: 0 20px 0 0;                                                                                                                   
    float: left;                                                                                                                   
    display: inline-block;                                                                                                                   
    width: 44%;                                                                                                                   
    border: 1px solid #ccc;                                                                                                                   
    padding: 15px;                                                                                                                   
}                                                                                                                   
 .recommend_know_block.Header_Block .Articleblock_item:nth-of-type(even) {                                                                                                                   
    margin-right: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.recommend_know_block.Header_Block img {                                                                                                                   
    width: 100%;                                                                                                                   
    height: auto;                                                                                                                   
    margin: 0 15px 10px 0;                                                                                                                   
    float: none;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.article_entry_mainBlog{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.site_mainBlock {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.Show_Area_One{                                                                                                                   
	width:100%;                                                                                                                   
	margin: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/**************************/                                                                                                                   
                                                                                                                   
.bg_articleBlock{                                                                                                                   
	display: block;                                                                                                                   
	margin: 0 auto 40px;                                                                                                                   
	clear: both;                                                                                                                   
}                                                                                                                   
.bg_articleBlock img {                                                                                                                   
	width: 55%;                                                                                                                   
	margin: 4px 15px 10px 0;                                                                                                                   
	display : block;                                                                                                                   
	float: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Two_Blg_Area img {                                                                                                                   
    margin: 4px 15px 15px 0;                                                                                                                   
    width: 55%;                                                                                                                   
    display: block;                                                                                                                   
    float: left;                                                                                                                   
}                                                                                                                   
.bg_articleBlock p{                                                                                                                   
	margin-bottom: 25px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
p.pr_link {                                                                                                                   
    margin: 0 auto 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.recommend_know_block{                                                                                                                   
	width: 100%;                                                                                                                   
	clear: both;                                                                                                                   
	margin-bottom: 40px;                                                                                                                   
}                                                                                                                   
.recommend_know_block:after{                                                                                                                   
	content:'';                                                                                                                   
	display:block;                                                                                                                   
	clear:both;                                                                                                                   
}                                                                                                                   
.Articleblock_item{                                                                                                                   
	width: auto;                                                                                                                   
	padding: 0 0;                                                                                                                   
	margin: 0 auto 40px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Articleblock_item:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
	                                                                                                                   
.Articleblock_item p{                                                                                                                   
	margin: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
p.title a {                                                                                                                   
    border-bottom: 1px solid;                                                                                                                   
    padding: 0 0 2px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
p.title a:hover {                                                                                                                   
    text-decoration: none;                                                                                                                   
    border-color: transparent;                                                                                                                   
}                                                                                                                   
.Articleblock_item img{                                                                                                                   
	width: 55%;                                                                                                                   
	padding: 0;                                                                                                                   
	float: left;                                                                                                                   
	margin: 4px 15px 5px 0;                                                                                                                   
	border: 1px solid #f6f6f6;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
}                                                                                                                   
#content_block_all{                                                                                                                   
	width: 770px;                                                                                                                   
	height:auto;                                                                                                                   
	position:relative;                                                                                                                   
	float: left;                                                                                                                   
	clear: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/** ========= End =========== **/                                                                                                                   
                                                                                                                   
.Two_Blg_Area{                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  padding: 0;                                                                                                                   
  height: auto;                                                                                                                   
  margin: 0 auto 40px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Show_Area_One .Show_Pr_Link {                                                                                                                   
    margin: 0 auto 40px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Show_Area_One .Show_Pr_Link ul li {                                                                                                                   
    margin: 0 auto 10px;                                                                                                                   
}                                                                                                                   
.Two_Blg_Area p{                                                                                                                   
	margin-bottom: 25px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Two_Blg_Area p:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.Show_Pr_Link{                                                                                                                   
	width: auto;                                                                                                                   
	margin: 0 auto 40px;                                                                                                                   
	clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Show_Pr_Link h2 {                                                                                                                   
    border-bottom: 1px solid #d9dfef;                                                                                                                   
    padding-bottom: 8px;                                                                                                                   
}                                                                                                                   
.Show_Pr_Link ul{                                                                                                                   
	padding:0;                                                                                                                   
	margin-top: 10px;                                                                                                                   
}                                                                                                                   
ul li h3{                                                                                                                   
	margin: 0 0;                                                                                                                   
	padding: 0px 0px 5px 21px;                                                                                                                   
	background: url(../images/list.png) no-repeat left top;                                                                                                                   
	line-height: 145%;                                                                                                                   
	background-position: 0 3px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Show_Pr_Link ul li{                                                                                                                   
	position: relative;                                                                                                                   
	margin: 0 auto 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/**===== readmore========**/                                                                                                                   
                                                                                                                   
.mainArea_blogWrp a{                                                                                                                   
	padding: 6px 20px;                                                                                                                   
	text-align: center;                                                                                                                   
	float: right;                                                                                                                   
	margin: 15px auto 0;                                                                                                                   
	background: #d7ab3a;                                                                                                                   
	color: #fff;                                                                                                                   
	border-bottom: 3px double #fff;                                                                                                                   
}                                                                                                                   
.mainArea_blogWrp a:hover{                                                                                                                   
	text-decoration: none;                                                                                                                   
	background: #9bb4ef;                                                                                                                   
}                                                                                                                   
/************************** Footer Page ***********************************/                                                                                                                   
                                                                                                                   
.footerBlock_Design{                                                                                                                   
	margin:auto;                                                                                                                   
	color: #333;                                                                                                                   
	text-align: center;                                                                                                                   
	width: 100%;                                                                                                                   
	clear: both;                                                                                                                   
	background: #7896e3;                                                                                                                   
}                                                                                                                   
.footerBlock_Design p{                                                                                                                   
	padding: 20px;                                                                                                                   
	margin: 0 0;                                                                                                                   
	font-size: 16px;                                                                                                                   
}                                                                                                                   
.footerBlock_Design a{                                                                                                                   
	text-decoration: none;                                                                                                                   
	color: #fff;                                                                                                                   
}                                                                                                                   
.footerBlock_Design a:hover{                                                                                                                   
	text-decoration: underline;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/************************** /add/ ***********************************************/                                                                                                                   
                                                                                                                   
#socialBtn{                                                                                                                   
	margin: 15px auto 0;                                                                                                                   
	position: absolute;                                                                                                                   
	right: -15px;                                                                                                                   
	top: 0px;                                                                                                                   
}                                                                                                                   
.social{                                                                                                                   
	padding: 0;                                                                                                                   
}                                                                                                                   
#boxArea{                                                                                                                   
	margin: auto;                                                                                                                   
}                                                                                                                   
div#boxArea div:nth-child(2) {                                                                                                                   
    margin-right:12px;                                                                                                                   
}                                                                                                                   
div#boxArea div:nth-child(3) {                                                                                                                   
    margin-right:4px;                                                                                                                   
}                                                                                                                   
div#boxArea div:nth-child(4) {                                                                                                                   
    margin-right:6px;                                                                                                                   
    line-height: 0;                                                                                                                   
}                                                                                                                   
div#boxArea div:last-child {                                                                                                                   
    margin-right:0px;                                                                                                                   
}                                                                                                                   
div#boxArea div {                                                                                                                   
    margin-right:6px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*============= Control ==========*/                                                                                                                   
@media screen and (max-width:480px){                                                                                                                   
.main_bg_wrapper{                                                                                                                   
	width: auto;                                                                                                                   
	padding: 20px 20px 0px 20px;                                                                                                                   
	margin: 0;                                                                                                                   
	min-width: inherit;                                                                                                                   
	box-shadow: none;                                                                                                                   
}                                                                                                                   
h1{                                                                                                                   
	width: auto;                                                                                                                   
	float: none;                                                                                                                   
	position: relative;                                                                                                                   
	border-radius: 0;                                                                                                                   
	background: none;                                                                                                                   
	text-align: left;                                                                                                                   
	padding: 0 0 10px 0;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
}                                                                                                                   
h2{                                                                                                                   
	border-radius:0;                                                                                                                   
	text-align: left;                                                                                                                   
	clear: both;                                                                                                                   
	margin: 0 0 10px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h3 {                                                                                                                   
    background: none;                                                                                                                   
    text-indent: 0 !important;                                                                                                                   
    clear: both;                                                                                                                   
    text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.recommend_know_block.Header_Block h3,                                                                                                                   
.recommend_know_block .box_item02 h3 {                                                                                                                   
    padding: 0 0 5px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul li h3 {                                                                                                                   
    text-align: left;                                                                                                                   
    background: none;                                                                                                                   
    padding: 0;                                                                                                                   
    margin: 0 0 5px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h3 a {                                                                                                                   
    text-align: center;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.sidebar_articleBlock{                                                                                                                   
	width: auto;                                                                                                                   
	padding: 0 0;                                                                                                                   
	float: none;                                                                                                                   
	margin: 0 auto 40px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*===== menu top =====*/                                                                                                                   
.top_menu{                                                                                                                   
	width: auto;                                                                                                                   
	min-width:auto !important;                                                                                                                   
	margin: 0;                                                                                                                   
	border: 0;                                                                                                                   
	box-shadow: none;                                                                                                                   
	border-radius: 0;                                                                                                                   
	position: relative;                                                                                                                   
	}                                                                                                                   
.top_menu ul{                                                                                                                   
	width: 100%;                                                                                                                   
	padding: 0px;                                                                                                                   
}                                                                                                                   
.top_menu ul li{                                                                                                                   
	width: auto;                                                                                                                   
	display: block;                                                                                                                   
	background-position: 9px 10px;                                                                                                                   
}                                                                                                                   
.top_menu li:first-child a {                                                                                                                   
	border-left:none;                                                                                                                   
	border-radius:0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.top_menu li:last-child a {                                                                                                                   
	border-right:none;                                                                                                                   
	border-radius:0;                                                                                                                   
}                                                                                                                   
.top_menu ul li a{                                                                                                                   
	width: auto;                                                                                                                   
	display: block;                                                                                                                   
	border-left: none;                                                                                                                   
	border-radius: 0;                                                                                                                   
	z-index: 1;                                                                                                                   
	padding: 7px 10px 7px 30px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.top_menu ul li a:hover{                                                                                                                   
	transition: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*===== site title =====*/                                                                                                                   
.tmp_block_header{                                                                                                                   
	width: 100%;                                                                                                                   
	min-width: auto !important;                                                                                                                   
	position: relative;                                                                                                                   
	margin: 0 auto 0px;                                                                                                                   
	box-shadow: none;                                                                                                                   
	min-height: inherit;                                                                                                                   
	padding: 0px 0px 42% 0px;                                                                                                                   
	background: url(../images/sp-main-image.jpg) no-repeat center bottom;                                                                                                                   
	background-size: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.sub .tmp_block_header {                                                                                                                   
    background: url(../images/sp-sub-image.jpg) no-repeat center bottom;                                                                                                                   
    min-height: inherit;                                                                                                                   
    background-size: 100%;                                                                                                                   
    padding: 0px 0px 42% 0px;                                                                                                                   
}                                                                                                                   
.top_logoBlock{                                                                                                                   
	position:relative;                                                                                                                   
	width: auto;                                                                                                                   
	padding: 15px 20px 10px 20px;                                                                                                                   
}                                                                                                                   
#socialBtn{                                                                                                                   
	width:auto;                                                                                                                   
	justify-content: center;                                                                                                                   
	display: flex;                                                                                                                   
	float: none;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	position: static;                                                                                                                   
	right: inherit;                                                                                                                   
	left: inherit;                                                                                                                   
	top: inherit;                                                                                                                   
}                                                                                                                   
.social{                                                                                                                   
	float:none;                                                                                                                   
	position: static;                                                                                                                   
	font-size: 6px;                                                                                                                   
	padding: 5px 0 0 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*========== contenner page / side-L ==========*/                                                                                                                   
#content_block_all{                                                                                                                   
	width: 100%;                                                                                                                   
	padding: 0;                                                                                                                   
	float: none;                                                                                                                   
}                                                                                                                   
.article_entry_mainBlog{                                                                                                                   
	padding: 0 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*========= contenner center ==========*/                                                                                                                   
.site_mainBlock{                                                                                                                   
	width: auto;                                                                                                                   
	padding: 0;                                                                                                                   
	margin: 0 0 10px 0;                                                                                                                   
	float: none;	                                                                                                                   
}                                                                                                                   
/*========= center block =========*/                                                                                                                   
.bg_articleBlock{                                                                                                                   
	width: auto;                                                                                                                   
	padding:0;                                                                                                                   
	border-radius: 0;                                                                                                                   
	box-shadow: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.bg_articleBlock p{                                                                                                                   
	padding: 0 0;                                                                                                                   
}                                                                                                                   
.bg_articleBlock img{                                                                                                                   
	width:100%;                                                                                                                   
	margin: 0 0 20px 0;                                                                                                                   
	padding: 0;                                                                                                                   
	border-left: none;                                                                                                                   
	border-right: none;                                                                                                                   
	border-radius: 0;                                                                                                                   
	float: none;                                                                                                                   
	box-shadow: none;                                                                                                                   
}                                                                                                                   
.recommend_know_block{                                                                                                                   
	width:100%;                                                                                                                   
	padding: 0;                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
.Articleblock_item{                                                                                                                   
	width: auto !important;                                                                                                                   
	padding: 0 !important;                                                                                                                   
	border: 0 !important;                                                                                                                   
	float: none !important;                                                                                                                   
}                                                                                                                   
.Articleblock_item:last-child{                                                                                                                   
	margin: 0px !important;                                                                                                                   
}                                                                                                                   
.Articleblock_item img{                                                                                                                   
	width: 100% !important;                                                                                                                   
	padding: 0;                                                                                                                   
	border-radius: 0;                                                                                                                   
	height: auto;                                                                                                                   
	float: none;                                                                                                                   
	display: block;                                                                                                                   
	margin: 0 auto 12px;                                                                                                                   
}                                                                                                                   
.Articleblock_item p{                                                                                                                   
	padding: 0;                                                                                                                   
	margin: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.mainArea_blogWrp a {                                                                                                                   
    float: none;                                                                                                                   
    display: block;                                                                                                                   
    margin: 15px auto 0;                                                                                                                   
    padding: 6px 10px;                                                                                                                   
    width: 130px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Show_Pr_Link{                                                                                                                   
	width: auto;                                                                                                                   
	border-radius: 0;                                                                                                                   
	box-shadow: none;                                                                                                                   
	padding: 0;                                                                                                                   
	                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Show_Area_One .Show_Pr_Link {                                                                                                                   
    width:  auto;                                                                                                                   
                                                                                                                      
}                                                                                                                   
.Show_Pr_Link ul{                                                                                                                   
	padding:0;                                                                                                                   
	margin: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*======== footer ========*/                                                                                                                   
.footerBlock_Design{                                                                                                                   
	width: 100%;                                                                                                                   
	margin: 0;                                                                                                                   
	min-width: auto;                                                                                                                   
	padding: 0 0;                                                                                                                   
}                                                                                                                   
/*======= subpage ======*/                                                                                                                   
.Two_Blg_Area{                                                                                                                   
	width:100%;                                                                                                                   
	margin: 0 auto 40px;                                                                                                                   
	padding: 0;                                                                                                                   
	float: none;	                                                                                                                   
}                                                                                                                   
.Two_Blg_Area img{                                                                                                                   
	width: 100%;                                                                                                                   
	padding: 0;                                                                                                                   
	float: none;                                                                                                                   
	border-radius: 0;                                                                                                                   
	margin: 0 auto 15px;                                                                                                                   
	box-shadow: none;                                                                                                                   
}                                                                                                                   
.Two_Blg_Area p{                                                                                                                   
	padding: 0;                                                                                                                   
}                                                                                                                   
div#boxArea div:nth-child(3) {                                                                                                                   
    display:none;                                                                                                                   
}                                                                                                                   
}                                                                                                                   
