@charset "UTF-8";

/* ============= Start Menu =================*/
.main_menu_navi{
	width: 100%;
	margin:auto;
	min-width: 1100px;
	background: white;
}
.main_menu_navi:after{
	clear:both;
	content:"";
	display:block;
}
.main_menu_navi ul{
	list-style:none;
	padding: 8px 0;
	position:relative;
	text-align: center;
	z-index: 1;
	/* margin: 5px 0; */
}

.main_menu_navi ul li{
	display:inline-block;
	text-align:center;
	position:relative;
	box-sizing:border-box;
}

.main_menu_navi ul li a{
	text-decoration:none;
	display:block;
	color: #FFAC57;
	padding: 10px 57px;
	box-shadow: 0 8px 14px -8px #4C4C4C;
	/* background: red; */
}

.main_menu_navi ul li a:hover{
	color: #FFFFFF;
	background: #F1BA82;
}

@media screen and (max-width: 480px) {
	.main_menu_navi{
		width: 100%;
		min-width:inherit;
	
	}
	.main_menu_navi ul{
		background-color: #fff;
	}
 .main_menu_navi ul{
	list-style:none;
	border-bottom:0px;
	padding:0px;
	margin:0px;
	position:relative;
}
.main_menu_navi 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;
}

.main_menu_navi ul li a{
	text-decoration:none;
	display:block;
	/* color:#000; */
	border-radius: 0;
	border-bottom: 1px solid #D4D4D4;
}
.main_menu_navi ul li:after{
	content:none;
}
}    
/* ============= End Menu =================*/


body
{
	color: #333;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:2em;
	font-size: 16px;
	background: url(http://www.free-patterns.info/wp-content/uploads/2015/06/light-grey-flowers-circles-grid-v132415.png) repeat 0 0;/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
*
{
	margin:0;
	padding: 0;
}
a
{
	color: #FF7F2F;
	text-decoration: none;
}
a:hover
{
	color: #FF952D;
	text-decoration: underline;
}
p
{
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	margin-top: 13px;
}
.header_section
{
	clear: both;
	margin: auto;
	padding: 0;
	padding-bottom: 0;
	width: 100%;
}
.header_section:after
{
	content: "";
	display: block;
	clear: both;
}
.all_wrapper
{
	width: 1100px;
	margin: auto;
	padding-top: 15px;
	background: rgb(245, 194, 142);
}
.all_wrapper:after
{
	content: "";
	display: block;
	clear: both;
}
.title_head{
	width: 100%;
	min-width: 1100px;
	background: rgb(255, 211, 166);
	border-bottom: 3px solid #FFAC57;
}
h1
{
	color: #865B2F;
	text-decoration: none;
	text-align: center;
	font-size: 25px;
	margin: 0;
	padding: 20px 0;
	margin-top: 0px;
}
h3{
	padding-left: 18px;
	margin-top:15px;
	font-size: 15px;
	color: #3F3F3F;
}

/* ============== start h2 ==================*/
h2 {
    padding:9px;
    border-bottom: 4px double #FFD3A6;
    padding-left:40px;
    position:relative;
    font-size: 20px;
    margin-bottom: 10px;
    color: #FFAF5E;
    /* text-shadow: 1px 0px 3px #2F2F2F; */
}
h2:before{
    content:"";
    width: 5px;
    height: 50px;
    background-color: #FFAC57;
    position:absolute;
    /* border-radius:50%; */
    left: 20px;
    /* border:4px double #fff; */
    top:0;
    margin-top: 6px;
}
h2:after{
    content:"";
    width: 40px;
    height: 4px;
    background-color: #FFAC57;
    position:absolute;
    left:0;
    bottom:0;
    margin-bottom: -4px;
}
/* ============== start inner_more_image  ==================*/
.more_image{
	padding:0;
	margin:0;
	background: rgb(255, 211, 166);
	/* padding-top: 7px; */
	margin-bottom: -8px;
}
.inner_more_image{
	width:1100px;=:auto
	clear: both;
	margin: auto;
	margin-bottom: 2;
}

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

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


.inner_navi
{
	background-color: rgb(255, 255, 255);
	margin: auto;
	padding: 0;
	clear: both;
	position: relative;
}
.inner_navi:after{
	clear:both;
	display:block;
	content:"";
}
.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 main_menu_navi  ==================*/


/* ============== Start Menu Side Bar ==================*/
.NAVIGATION_side
{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: inset 0 0 1px;
}
.NAVIGATION_side:after{
	content:"";
	display:block;
	clear:both;
}

.NAVIGATION_side ul
{
	list-style: none;
	text-align: center;
}
.NAVIGATION_side li
{
	margin: 0;
	padding: 0;
	clear: both;
	margin-bottom: 1px;
}
.NAVIGATION_side li a
{
	display: block;
	color: #353535;
	padding: 10px 0;
	font-size: 13px;
	border-top: 1px solid #D4D4D4;
}
.NAVIGATION_side li a:hover
{
	text-decoration: none;
	background: rgb(255, 244, 230);
	color: #404040;
	border-color: #fff;
}


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

.main_topcontent img
{
	width: 45%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 20px;
	padding: 0;
	box-shadow: 0 0 1px #B3B3B3;
}
.more_image_01
{
	width: 48%;
	float: left;
	margin-right: 10px;
	/* margin-bottom: 10px; */
	margin-top: 20px;
	margin-left: 20px;
	padding: 0;
	box-shadow: 0 0 1px #B3B3B3;
}
.more_image_02
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}
.more_image_03
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.more_image_03
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}

.more_image_01:after,.more_image_02:after,.more_image_03:after
{
	content:"";
	display:block;
	clear:both;
}


.main_postlist_main
{
	width: 67.3%;
	float: left;
	margin: 0;
	padding: 0 10px;
}
.main_postlist_main:after
{
content: "";
display: block;
clear: both;
}

.main_postlist_sub{
	width: 98.3%;
	float: left;
	margin: 0;
	margin-left: 10px;
}
.main_postlist_sub:after
{
content: "";
display: block;
clear: both;
}

.main_postlist_right
{
	width: 29%;
	float: right;
	margin: 0;
	padding: 0 10px;
}
.main_postlist_right:after
{
content: "";
display: block;
clear: both;
}

.main_postlist_left{
	width: 22%;
	float: left;
	margin: 0;
	margin-right: 20px;
}
.main_postlist_left:after
{
content: "";
display: block;
clear: both;
}

.web_page_link
{
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	background: #fff;
	margin-bottom: 20px;
	padding-bottom: 15px;
	box-shadow: inset 0 0 1px #B7B7B7;
}
.web_page_link:after
{
	content: "";
	display: block;
	clear: both;
}

.main_postlist_left .web_page_link,.main_postlist_right .web_page_link{
	margin-bottom:0;
}

.Content_block_01
{
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	margin-bottom: 20px;
	background: #FFFFFF;
	box-shadow: inset 0 0 1px #B0B0B0;
}
.Content_block_01:after
{
	content: "";
	display: block;
	clear: both;
}

.Content_block_02
{
	width: 48.2%;
	margin: 0;
	padding-bottom: 15px;
	float: left;
	margin-right: 20px;
	background: #FFF4E6;
	margin-bottom: 20px;
	box-shadow: inset 0 0 1px #888;
}

.Content_block_02:after
{
	content: "";
	display: block;
	clear: both;
}

.Content_block_02:first-child
{
	margin-left: 0px;
}
.Content_block_02:nth-child(2)
{
	margin-right: 0px;
}
.Content_block_02:nth-child(4)
{
	margin-right: 0px;
}

.Content_block_03
{
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	padding-bottom: 15px;
	background: #fff;
	box-shadow: inset 0 0 1px #9D9D9D;
}

.Content_block_03:after
{
	content: "";
	display: block;
	clear: both;
}

.Content_block_03 h2{
	/* border:0; */
	/* background: none; */
	/* padding: 0; */
}
.Content_block_03 h2:before,.Content_block_03 h2:after{
	/* content:""; */
	/* width:0; */
	/* border:0; */
}

.Box_Frame
{
	overflow: hidden;
	clear: both;
}
.Box_Frame:after
{
	content: "";
	display: block;
	clear: both;
}
.main_topcontent{
	padding-bottom:20px;
	background:#fff;
	margin-bottom:20px;
	border: 1px solid #E4E4E4;
}
.web_page_link ul
{
	list-style: none;
	padding-top: 10px;
}
ul li h3 {
    padding-left: 0;
    font-size: 18px;
}
.web_page_link li
{
	border-bottom: 1px solid #E6E6E6;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 30px;
}
p.continue_reading a
{
	float: right;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 4px 8px;
	font-size: 16px;
	/* background: #F39276; */
	color: #FFBF7D;
	box-shadow: 0 8px 14px -8px #4C4C4C;
	border-bottom: 2px solid;
}

p.continue_reading a:hover
{
	text-decoration: none;
	color: #FFFFFF;
	border-color: #fff;
	background: #FFAC57;
}
.Page_below_footer
{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F5C28E;
	color: #000;
	margin: auto;
	width: 100%;
	height: auto;
	min-width: 1100px;
	text-align: center;
	word-wrap: break-word;
	border-top: 3px solid #FFFFFF;
}
.Page_below_footer:after{
	content:"";
	display:block;
	clear:both;
}
.Page_below_footer a
{
	color: #FFFFFF;
	/* text-decoration: none; */
}
.Page_below_footer a:hover
{
	/* color: #FFFFFF; */
	/* text-decoration: underline; */
}

.social
{
	width: 100%;
	text-align: center;
	margin: auto;
	display:flex;
	justify-content: center;
	padding: 15px 0;
	padding-bottom: 0;
}
.pocket-btn
{
	margin-top: 1px;
	margin-right:-3px;
}


@media screen and (max-width: 480px){
.header_section{
	width: 100%;
	min-width:inherit;
	padding:0;
	margin:0;
	border-radius:0;
	border:none;
	box-shadow:none;
	overflow: hidden;
}

.all_wrapper
{
	width: 92%;
	min-width: inherit;
	padding-top: 0px;
	margin: 20px auto;
	margin-bottom: 0;
	background: none;
}
.title_head{
	width: 100%;
	min-width: inherit;
	margin: 0;
}
h1
{
	font-size: 14px;
	padding: 15px 0;
}

.inner_more_image
{
	width: 100%;
	min-width: inherit;
	margin-bottom: -9px;
	background-color: rgb(255, 255, 255);
}
.inner_more_image img{
	width:100%;
	padding:0;
	margin:0;
}
.inner_more_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 ============*/


.main_postlist_main,.main_postlist_sub
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
}


.main_postlist_right,.main_postlist_left
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
}

.main_topcontent,
.main_topcontent,
.Content_block_01,
.Content_block_02,
.Content_block_03
{
	float: none;
	width: 100%;
}


.Box_Frame
{
	width: 100%;
	margin: auto;
	clear: both;
}


.main_topcontent img,
.main_topcontent img,
.more_image_01,
.more_image_02,
.more_image_03
{
	width: 100%;
	padding: 0;
	margin:0;
	float: none;
	box-shadow: none;
}

.main_postlist_left .web_page_link{
	margin-bottom:20px;
}

.Page_below_footer
{
	width: 100%;
	min-width: inherit;
	/* padding-top: 0; */
}


}/*end-mobile*/
