﻿@charset "UTF-8";

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

.main_menu ul li a:hover{
	color: #333;
	background: #FDFFFE;
	box-shadow: 0 8px 14px -8px #4C4C4C;
}

.main_menu ul li:hover{
	
}

.main_menu ul li a{
	text-decoration:none;
	display:block;
	color: #333;
	padding: 15px 59px;
}
@media screen and (max-width: 480px) {
	.main_menu{
		width: 100%;
	
	}
	.main_menu ul{
		background-color: #fff;
	}
 .main_menu ul{
	list-style:none;
	border-bottom:0px;
	padding:0px;
	margin:0px;
	position:relative;
}
.main_menu 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 ul li a{
	text-decoration:none;
	display:block;
	color:#000;

}
.main_menu ul li:after{
	content:none;
}
}    
/* ============= End Menu =================*/


body
{
	background: #96ACDE;
	color: #333;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:2em;
	font-size: 13px;
	background: url(http://www.free-patterns.info/wp-content/uploads/2012/11/dot-mix-10.png) repeat 0 0;
}
*
{
	margin:0;
	padding: 0;
}
a
{
	color: #FF4A18;
	text-decoration: none;
}
a:hover
{
	/* color: #2FC59D; */
	text-decoration: underline;
}
p
{
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	margin-top: 10px;
}
.header_action
{
	clear: both;
	margin: auto;
	padding: 0;
	padding-bottom: 0;
	width: 1000px;
	background: #FFFFFF;
}
.header_action:after
{
	content: "";
	display: block;
	clear: both;
}
.all_wrapper
{
	width: 1000px;
	margin: auto;
	BACKGROUND: #FBFBFB;
}
.all_wrapper:after
{
	content: "";
	display: block;
	clear: both;
}
.tittle{
	width: 100%;
	min-width: 1000px;
	background: rgb(253, 255, 254);
	/* border-bottom: 1px solid #FFFFFF; */
}
h1
{
	color: #333;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	margin: 0;
	padding: 23px 0;
	margin-top: 0px;
}
h3{
	padding-left: 18px;
	margin-top:15px;
	font-size: 15px;
	color: #272727;
	overflow: hidden;
}

/* ============== start h2 ==================*/
h2{
    background-color: #5E793E;
    padding: 9px;
    color: #fff;
    position: relative;
    padding-left: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    text-align: center;
    z-index: 2222;
    line-height: 35px;
}
h2:before{
        content:"";
        position:absolute;
        width: 85%;
        height: 65%;
        /* background: #96ACDE; */
        left: 8%;
        /* border-radius: 20px; */
        box-shadow: inset 0 0 10px #FDFFFE;
        z-index: -1;
}



/* ============== start block_main_img  ==================*/

.block_main_img{
	width:1000px;
	margin:auto;
	clear: both;
	min-width:inherit;
	margin-bottom: -8px;
}

.block_main_img: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 main_menu  ==================*/

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

/* ============== Start Menu Side Bar ==================*/
.aside_navigation
{
	margin: 0;
	padding: 0;
	background-color: #71CAC5;
	margin-bottom: 20px;
}
.aside_navigation ul
{
	list-style: none;
	text-align: center;
}
.aside_navigation li
{
	margin: 0;
	padding: 0;
	clear: both;
	margin-bottom: 1px;
}
.aside_navigation li a
{
	display: block;
	color: #353535;
	padding: 10px 0;
	font-size: 13px;
	border-bottom: 1px solid #F5F5F5;
}
.aside_navigation li a:hover
{
	text-decoration: none;
	background: rgb(136, 228, 223);
	color: #FFFFFF;
	border-color: #fff;
}


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

.Header_content img
{
	width: 48%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 10px;
	padding: 0;
	box-shadow: 0 0 1px #B3B3B3;
}
.icatch_image_01
{
	width: 40%;
	float: left;
	margin-right: 10px;
	/* margin-bottom: 10px; */
	margin-top: 20px;
	margin-left: 10px;
	padding: 0;
	box-shadow: 0 0 1px #B3B3B3;
}
.icatch_image_02
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}
.icatch_image_03
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.icatch_image_03
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}


.article_post_list_main
{
	width: 72%;
	float: left;
	margin: 0;
	padding: 10px;
	background: #FBFBFB;
}
.article_post_list_main:after
{
content: "";
display: block;
clear: both;
}

.article_post_list_sub{
	width: 98%;
	float: left;
	margin: 0;
	padding: 10px;
	background: #fff;
}
.article_post_list_sub:after
{
content: "";
display: block;
clear: both;
}
.article_post_list_right
{
	width: 24%;
	float: left;
	margin: 0;
	padding: 10px;
	background: rgba(255, 255, 255, 0.45);
}
.basic_block_01 h2 a {
    COLOR: #4C248A;
    TEXT-DECORATION: UNDERLINE;
    BACKGROUND: NONE;
}
.basic_block_01 h2 {
    border: 0;
    background: none;
}
.basic_block_01 h2 a:HOVER {
	text-decoration: none;

	}
.article_post_list_right:after
{
content: "";
display: block;
clear: both;
}
.article_post_list_left{
	width: 22%;
	float: left;
	margin: 0;
	padding: 10px;
}
.article_post_list_left:after
{
content: "";
display: block;
clear: both;
}
.comment_frame
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.comment_frame:after
{
	content: "";
	display: block;
	clear: both;
}
.primiryLinks
{
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}
.primiryLinks:after
{
	content: "";
	display: block;
	clear: both;
}
.Header_content
{
	width: 100%;
}
.Header_content:after
{
	content: "";
	display: block;
	clear: both;
}
.Header_content
{
	width: 100%;
}
.Header_content:after
{
	content: "";
	display: block;
	clear: both;
}
.basic_block_01
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.basic_block_01:after
{
	content: "";
	display: block;
	clear: both;
}
.basic_block_02
{
	width: 48%;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 20px;
}
.basic_block_02:first-child
{
	margin-left: 0px;
}
.basic_block_02:nth-child(2)
{
	margin-right: 0px;
}
.basic_block_02:nth-child(4)
{
	margin-right: 0px;
}
.basic_block_02:after
{
	content: "";
	display: block;
	clear: both;
}
.basic_block_03
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.basic_block_03 h2{
	border:0;
	/* background: none; */
}

.basic_block_03 h2:before{
	content:"";
}
.basic_block_03 h2 a{
	border-bottom:1px solid;
	padding-bottom:3px;
	COLOR: #4C248A;
}
.basic_block_03 h2 a:hover{
	text-decoration:none;
	border:none;
}
.basic_block_03:first-child
{
	margin-left: 0px;
}
.basic_block_03:nth-child(4)
{
	margin-right: 0px;
}
.basic_block_03:after
{
	content: "";
	display: block;
	clear: both;
}
.wrap_block:after
{
	content: "";
	display: block;
	clear: both;
}
.wrap_block
{
	margin-bottom: 20px;
	padding-bottom: 15px;
	background: rgb(214, 235, 181);
	overflow: hidden;
	/* box-shadow: inset 0 0 1px #717171; */
}
.comment_frame{
	margin:0;
	padding:0;
	clear:both;
}
.primiryLinks ul
{
	list-style: none;
	padding-top: 10px;
}
.primiryLinks li
{
	/* border-bottom: 1px solid #E6E6E6; */
	margin-left: 20px;
	margin-right: 20px;
	line-height: 35px;
}
p.continue_reading a
{
	float: right;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 4px 15px;
	font-size: 12px;
	background: #5E793E;
}
p.continue_reading a:hover
{
	text-decoration: none;
	color: #FFFFFF;
	background: #779160;
}
.footer_page
{
	padding-top: 10px;
	padding-bottom: 10px;
	/* background-color: #EAEAEA; */
	color: #000;
	margin: auto;
	width: 100%;
	height: auto;
	min-width: 1000px;
	text-align: center;
	word-wrap: break-word;
	/* border-top: 1px solid #D0D0D0; */
}
.footer_page a
{
	/* color: #FFFFFF; */
	/* text-decoration: none; */
}
.footer_page a:hover
{
	/* color: #FFFFFF; */
	/* text-decoration: underline; */
}

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

@media screen and (max-width: 480px){
.header_action{
	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;
}
.tittle{
	width: 100%;
	min-width: inherit;	
}
h1
{
	font-size: 14px;
}
.main_menu{
	width:100%;
	min-width: inherit;
	position: relative;
}

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


.article_post_list_main,.article_post_list_sub
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
}
.article_post_list_right,.article_post_list_left
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
}
.aside_navigation{
	margin-bottom:0;
}

.Header_content,
.Header_content,
.basic_block_01,
.basic_block_02,
.basic_block_03
{
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

.wrap_block
{
	width: 100%;
	padding: 0;
	margin: auto;
	float: none;
	padding-bottom: 40px;
}
.Header_content img,
.Header_content img,
.icatch_image_01,
.icatch_image_02,
.icatch_image_03
{
	width: 100%;
	padding: 0;
	margin:0;
	float: none;
	box-shadow: none;
}

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


}/*end-mobile*/
