﻿@charset "UTF-8";

/* ============= Start Menu =================*/
.nav_tmp{
	width: 100%;
	margin:auto;
	min-width: 1000px;
}
.nav_tmp ul{
	list-style:none;
	border-bottom: 5px solid #F9AC8E;
	border-top: 5px solid #F9AC8E;
	padding:0px;
	position:relative;
	text-align: center;
	z-index: 1;
	margin-bottom: 0px;
}
.nav_tmp ul:after{
	content:"";
	clear:both;
	display:block;
}
.nav_tmp ul li{
	display:inline-block;
	text-align:center;
	position:relative;
	box-sizing:border-box;
}

.nav_tmp ul li a:hover{
	color: #FFFFFF;
	background-color: #61AB8B;
	/* background-image: url("http://www.transparenttextures.com/patterns/grid-me.png"); *//* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.nav_tmp ul li:hover{
	
}

.nav_tmp ul li a{
	text-decoration:none;
	display:block;
	color: #FFFFFF;
	padding: 10px 55px;
	border: 5px double #fff;
	background-color: #F9AC8E;
	/* background-image: url("http://www.transparenttextures.com/patterns/grid-me.png"); *//* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
@media screen and (max-width: 480px) {
	.nav_tmp{
		width: 100%;
	
	}
	
 .nav_tmp ul{
	list-style:none;
	border-bottom:0px;
	padding:0px;
	margin:0px;
	position:relative;
}
.nav_tmp ul li{
	display:block;
	text-align:center;
	width:100%;
	padding: 0;
	position:relative;
	box-sizing:border-box;
	border-bottom:1px solid #fff;
	margin-left:0px;
}

.nav_tmp ul li a{
	text-decoration:none;
	display:block;
	color: #FFF;
}
.nav_tmp ul li:after{
	content:none;
}
}    
/* ============= End Menu =================*/


body
{
	/* background-color: #55bd00; */
	background: #FFFFFF;/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	color: #333;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:2em;
	font-size: 13px;
}
*
{
	margin:0;
	padding: 0;
}
a
{
	color: #48BB89;
	text-decoration: none;
}
a:hover
{
	color: #F17748;
	/* text-decoration: underline; */
}
p
{
	padding: 0;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0;
	margin-top: 10px;
}
.aritcle_header
{
	clear: both;
	margin: auto;
	padding: 0;
	padding-bottom: 0;
	width: 100%;
	background: #F9AC8E;/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.aritcle_header:after
{
	content: "";
	display: block;
	clear: both;
}
.BASE_site
{
	width: 1000px;
	margin: auto;
	margin-top: 7px;
	background: #F9AC8E;
}
.BASE_site:after
{
	content: "";
	display: block;
	clear: both;
}
.BLOCK_title{
	width: 100%;
	min-width: 1000px;
	background: rgb(249, 172, 142);
	/* border-bottom: 1px solid #E6E6E6; */
}
h1
{
	color: #EEEEEE;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	margin: 0;
	padding: 23px 0;
	margin-top: 0px;
}
h3{
	padding-left: 0px;
	margin-top:15px;
	font-size: 15px;
	color: #3C3C3C;
	overflow: hidden;
}

/* ============== start h2 ==================*/
h2 {
    background-color: #F9AC8E;
    padding:5px;
    text-align:center;
    border-top:7px double #fff;
    border-bottom:7px double #fff;
    color:#fff;
} 
/* ============== start catlog_image  ==================*/

.catlog_image{
	width:1000px;
	margin:auto;
	clear: both;
	min-width:inherit;
}

.catlog_image:after,.main_navigation:after{
	content:"";
	display:block;
	clear:both;
}

.main_navigation{
	width: 25%;
	float:right;
}

.inner_navi
{
	background-color: rgb(255, 255, 255);
	margin: auto;
	padding: 0;
	clear: both;
	position: relative;
}
.inner_navi ul
{
	padding: 0;
	list-style: none;
	text-align: center;
	margin: 0 auto;
}
.inner_navi li
{
	display: block;
}
.inner_navi li a
{
	color: #242424;
	text-decoration: none;
	display: block;
	padding: 12.1px 17px;
	font-size: 12px;
	transition: all 0.3s linear;
}
.inner_navi li a:hover
{
	background-color: #60D125;
	transition: all 0.3s linear;
	color: #fff;
}

/* ============== End nav_tmp  ==================*/

.banner
{
	width: 100%;
	margin: auto;
	padding: 0;
}

/* ============== Start Menu Side Bar ==================*/
.navigation_sidebar
{
	margin: 0;
	padding: 10px;
	background-color: #BCC4EF;
	margin-bottom: 20px;
}
.navigation_sidebar ul
{
	list-style: none;
	text-align: center;
}
.navigation_sidebar li
{
	margin: 0;
	padding: 0;
	clear: both;
	margin-bottom: 1px;
}
.navigation_sidebar li a
{
	display: block;
	color: #353535;
	padding: 10px 0;
	font-size: 13px;
	border-bottom: 1px solid #F5F5F5;
	background-color: #9AA9FB;
	background-image: url("http://www.transparenttextures.com/patterns/green-gobbler.png");
}
.navigation_sidebar li a:hover
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #BEA992;
	background-image: url("http://www.transparenttextures.com/patterns/green-gobbler.png");
}


/* ============== End Menu Side Bar ==================*/

.main_container img
{
	width: 48%;
	float: right;
	margin: 5px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-top: 18px;
	margin-left: 10px;
	padding: 5px;
	/* box-shadow: 0 0 1px #B3B3B3; */
	background: #F9AC8E;
}
.main_container_cont img
{
	width: 48%;
	float: right;
	margin: 5px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-top: 18px;
	margin-left: 10px;
	padding: 5px;
	/* box-shadow: 0 0 1px #B3B3B3; */
	background: #F9AC8E;
}
.image_record_01
{
	width: 40%;
	float: left;
	margin: 5px;
	margin-right: 10px;
	/* margin-bottom: 10px; */
	margin-top: 18px;
	margin-left: 1px;
	padding: 5px;
	/* box-shadow: 0 0 1px #B3B3B3; */
	background: #F9AC8E;
}
.image_record_02
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}
.image_record_03
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.image_record_03
{
	width: 91%;
	margin: 5px;
	padding: 5px;
	/* border-bottom: 1px solid #ddd; */
	background: #F9AC8E;
}


.data_post_main
{
	width: 71%;
	float: left;
	margin: 0;
	padding: 10px;
	/* background: #139E7C; */
}
.data_post_main:after
{
content: "";
display: block;
clear: both;
}

.subpage_content{
	width: 96%;
	float: left;
	margin: 0;
	margin-left: 10px;
	padding: 10px;
	background: #fff;
	margin-top: 9px;
	margin-bottom: 10px;
}
.subpage_content:after
{
content: "";
display: block;
clear: both;
}
.data_post_left
{
}
.data_post_left:after
{
content: "";
display: block;
clear: both;
}
.data_post_left{
	width: 24%;
	float: right;
	margin: 0;
	padding: 10px;
}
.data_post_left:after
{
content: "";
display: block;
clear: both;
}
.subpage_record
{
	width: 100%;
	margin: 0;
	padding: 8px;
}
.blog_frame
{
	width: 100%;
	margin: 0;
	padding: 8px;
}
.blog_frame:after
{
	content: "";
	display: block;
	clear: both;
}
.content_wrapper
{
	width: 100%;
	margin: 0;
	padding: 10px;
	clear: both;
}
.content_wrapper:after
{
	content: "";
	display: block;
	clear: both;
}
.main_container
{
	width: 100%;
}
.main_container_cont
{
	width: 100%;
}
.main_container:after
{
	content: "";
	display: block;
	clear: both;
}
.main_container_cont:after
{
	content: "";
	display: block;
	clear: both;
}
.main_container
{
	width: 100%;
	padding: 10px;
}
.main_container_cont
{
	width: 99%;
	padding: 10px;
}
.main_container:after
{
	content: "";
	display: block;
	clear: both;
}
.block_item_01
{
	width: 100%;
	margin: 0;
	padding: 10px;
}
.block_item_01:after
{
	content: "";
	display: block;
	clear: both;
}
.block_item_02
{
	width: 48.5%;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 20px;
}
.block_item_02:first-child
{
	margin-left: 0px;
}
.block_item_02:nth-child(2)
{
	margin-right: 0px;
}
.block_item_02:nth-child(4)
{
	margin-right: 0px;
}
.block_item_02:after
{
	content: "";
	display: block;
	clear: both;
}
.block_item_03
{
	width: 92%;
	margin: 0;
	padding: 10px;
}
.block_item_03 h2,.block_item_01 h2{
	border:0;
	background: none;
}
.block_item_03 h2:before,.block_item_03 h2:after,.block_item_01 h2:before,.block_item_01 h2:after{
	content:"";
	box-shadow:none;
	width:0;
	height:0;
	padding;0;
	margin:0;
}
.block_item_03 h2 a,.block_item_01 h2 a{
	border-bottom:1px solid;
	padding-bottom:3px;
	font-size: 16px;
}

.block_item_03 h2 a:hover,.block_item_01 h2 a:hover{
	border:none;
}
.block_item_03:first-child
{
	/* margin-left: 0px; */
}
.block_item_03:nth-child(4)
{
	margin-right: 0px;
}
.block_item_03:after
{
	content: "";
	display: block;
	clear: both;
}
.block_innner_body:after
{
	content: "";
	display: block;
	clear: both;
}
.block_innner_body
{
	margin-bottom: 20px;
	padding-bottom: 15px;
	background: #fff;
	overflow: hidden;
	/* box-shadow: inset 0 0 10px; */
}
.blog_frame{
	margin:0;
	padding: 0px;
	clear:both;
}
.subpage_record{
	margin:0;
	padding: 0;
	clear:both;
}
.content_wrapper ul
{
	list-style: none;
	padding-top: 10px;
}
.content_wrapper li
{
	/* border-bottom: 1px solid #E6E6E6; */
	margin-left: 20px;
	margin-right: 20px;
	line-height: 30px;
}
p.readable_more a
{
	float: right;
	color: #EAEAEA;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 4px 8px;
	font-size: 12px;
	background: #D6A631;/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
p.readable_more a:hover
{
	text-decoration: none;
	color: #EAEAEA;
	background: #6277EA;
}
.end_footer
{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F9AC8E;
	color: #000;
	margin: auto;
	width: 100%;
	height: auto;
	min-width: 1000px;
	text-align: center;
	word-wrap: break-word;
	margin-top: 5px;
	/* border-top: 1px solid #D0D0D0; */
}
.end_footer a
{
	color: #FFFFFF;
	/* text-decoration: none; */
}
.end_footer a:hover
{
	/* color: #FFFFFF; */
	text-decoration: underline;
}

.social
{
	width: 100%;
	text-align: center;
	margin: auto;
	display:flex;
	justify-content: center;
	padding: 7px 0;
}
.pocket-btn
{
	margin-top: 1px;
	margin-right:-3px;
}
@media screen and (max-width: 480px){
.aritcle_header{
	width: 100%;
	min-width:inherit;
	padding:0;
	margin:0;
	border-radius:0;
	border:none;
	box-shadow:none;
	overflow: hidden;
}

.BASE_site
{
	width: 92%;
	min-width: inherit;
	padding-top: 0px;
	margin: 20px auto;
}
.BLOCK_title{
	width: 100%;
	min-width: inherit;	
}
h1
{
	font-size: 14px;
}
.nav_tmp{
	width:100%;
	min-width: inherit;
	position: relative;
}

.catlog_image
{
	width: 100%;
	min-width: inherit;
	margin-bottom: -9px;
	background-color: rgb(255, 255, 255);
}
.catlog_image img{
	width:100%;
	padding:0;
	margin:0;
}
.catlog_image,.main_navigation{
	width: 100%;
	float:none;
	margin:0;
	padding:0;
}
.banner
{
	border-radius: 0;
}

/* ========= start menu ============*/	
.inner_navi
{
	width: 100%;
	min-width: inherit;
	margin: 0;
	padding: 0;
	border-radius: 0;
	box-shadow: 0 0 1px#000;
}
.inner_navi li
{
	display: inline;
}
.inner_navi li a{
	padding:5px 0;
}
/* ========= end menu ============*/


.data_post_main,.subpage_content
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
	background: none;
	padding-bottom: 1px;
	padding-top: 7px;
}
.data_post_left,.data_post_left
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
	padding-bottom: 2px;
}
.navigation_sidebar{
	margin-bottom:0;
}

.main_container,
.main_container_cont,
.main_container,
.block_item_01,
.block_item_02,
.block_item_03
{
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

.block_innner_body
{
	width: 90.3%;
	padding: 10px;
	margin: auto;
	float: none;
	/* padding-bottom: 40px; */
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.main_container img,
.main_container_cont img,
.main_container img,
.image_record_01,
.image_record_02,
.image_record_03
{
	width: 100%;
	padding: 0;
	margin:0;
	float: none;
	box-shadow: none;
}

.end_footer
{
	width: 100%;
	min-width: inherit;
	padding-top: 0;
}


}/*end-mobile*/
