﻿@charset "UTF-8";

/* ============= Start Menu =================*/
.menu_head{
	width: 100%;
	margin:auto;
	min-width: 1100px;
}
.m_menu:after{
	clear:both;
	content:"";
	display:block;
}
.m_menu ul{
	list-style:none;
	padding:0px;
	position:relative;
	text-align: center;
	z-index: 1;
	margin: auto;
	background: url(../images/bg1.png) #5d7e42;
}

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

.m_menu ul li a{
	text-decoration:none;
	display:block;
	color: #f9f9f9;
	padding: 15px 21px;
}

.m_menu ul li a:hover{
	color: #ffffff;
	background: #597245;
}

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

.m_menu ul li a{
	text-decoration:none;
	display:block;
	color:#000;
	border-radius: 0;
	padding: 8px 0;
}
.m_menu 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: 17px;
	background: #f6f8d0;/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
*
{
	margin:0;
	padding: 0;
}
a
{
	color: #ed0918;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
p
{
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	margin-top: 15px;
}
.box_header
{
	clear: both;
	margin: auto;
	padding: 0;
	padding-bottom: 0;
	width: 100%;
	/* background: #49b4b5; */
}
.box_header:after
{
	content: "";
	display: block;
	clear: both;
}
.WRAPPER_content
{
	width: 1100px;
	margin: auto;
	padding-top: 15px;
}
.WRAPPER_content:after
{
	content: "";
	display: block;
	clear: both;
}
.group_title{
	width: 1100px;
	min-width: 1100px;
	position: relative;
	background: url(../images/bg1.png) #5d7e42;
	border-bottom: 1px solid #496534;
	margin: 0px auto;
}

h1
{
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 24px;
	margin: 0;
	padding: 15px 0;
	/* border-bottom: 2px solid #e5a2ad; */
}
h3{
	padding-left: 18px;
	margin-top: 15px;
	font-size: 18px;
	color: #3F3F3F;
	border-bottom: 1px dashed #ddd;
}

/* ============== start h2 ==================*/
h2 {
    color: #6d8558;
    border-bottom:3px solid;
    padding:10px;
    position:relative;
    font-size: 20px;
    text-align:center;
}
h2:before{
    width:15px;
    height:15px;
    content:"";
    position:absolute;
    background-color: #65814f;
    bottom: -8px;
    left:0;
}
h2:after{
    width:7px;
    height:7px;
    content:"";
    position:absolute;
    background-color: white;
    left: 4px;
    bottom: -4px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;

}

/* ============== start group_head  ==================*/

.group_head{
	width:1100px;
	margin:auto;
	clear: both;
	/* margin-top: 10px; */
}

.image_template{
	/* width: 76.5%; */
	margin:0;
	float: right;
}
.image_template img{
	width:100%;
	margin-bottom: -8px;
}

.nav_tmp{
	width: 22%;
	float: left;
}
.image_template:after,
.nav_tmp:after,
.group_head:after
{
	content:"";
	display:block;
	clear:both;
}

.inner_navi {
    max-width:300px;
    background: url(../images/bg2.png) #3a6692;
}
.inner_navi ul{
    margin:0px;
    padding:0px;
    list-style:none;

}
.inner_navi ul li{
    display:block;
}
.inner_navi ul li a{
    display:block;
    padding: 12px 10px;
    text-decoration:none;
    color: #fff;
    position:relative;
    text-align: center;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    border-radius: 1px;
}

.inner_navi ul li a:hover{
    color: yellow;
} 
@media screen and  (max-width: 480px){
    .inner_navi{
        min-width: 100%;
        /* background: #fff; */
    }
    .inner_navi ul li a:after{
    	display:none;
    	width:0;
    	height:0;
    	border:none;
    }
}
/* ============== End nav_tmp  ==================*/


/* ============== Start Menu Side Bar ==================*/
.data_post_right h2{
	/* text-align:center; */
	/* text-indent:0; */
	/* margin:0; */
	/* background: #d4dee7; */
}
.anav_tmpgation {
    max-width:250px;
    margin-bottom: 20px;
}
.anav_tmpgation ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.anav_tmpgation ul li{
    display:block;
}
.anav_tmpgation ul li a{
    display:block;
    text-decoration:none;
    padding: 8px;
    position:relative;
    background-color: rgba(255, 255, 255, 0.89);
    margin-bottom: 1px;
    color: #494949;
    border-bottom: 3px solid #FFFFFF;
    text-align: center;
}
.anav_tmpgation ul li a:hover{
	background: #fb8835;
	color: #FFFFFF;
}

@media   screen and (max-width: 480px){
    .anav_tmpgation {
      min-width:100%;
}
.anav_tmpgation ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.anav_tmpgation ul li{
    display:block;
    text-align:center;
}
.anav_tmpgation ul li a{
    display:block;
    text-decoration:none;
    position:relative;
}

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

.content_section img
{
	width: 35%;
	float: left;
	margin-right: 20px;
	/* margin-bottom: 10px; */
	margin-top: 22px;
	margin-left: 20px;
	padding: 0;
	box-shadow: 0 0 1px #B3B3B3;
}
.image_awesome_01
{
	width: 30%;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 20px;
	margin-left: 20px;
	padding: 0;
	box-shadow: 0 0 1px #B3B3B3;
}
.image_awesome_02
{
	width: 95%;
	margin: 10px;
	padding: 0;
	border-bottom: 1px solid #ddd;
	/* margin-top: -10px; */
}
.image_awesome_03
{
	width: 92%;
	margin: 10px;
	padding: 0;
}
.image_awesome_01:after,.image_awesome_02:after,.image_awesome_03:after
{
	content:"";
	display:block;
	clear:both;
}


.data_post_main
{
	/* width: 76.3%; */
	float: right;
	margin: 0;
	padding: 0;
}
.data_post_main:after
{
content: "";
display: block;
clear: both;
}

.data_post_sub{
	/* width: 76.3%; */
	float: left;
	margin: 0;
}
.data_post_sub:after
{
content: "";
display: block;
clear: both;
}

.data_post_right
{
	width: 22%;
	float: left;
	margin: 0;
}
.data_post_right:after
{
content: "";
display: block;
clear: both;
}


.abstract_link
{
	margin: 0;
	padding: 0;
	clear: both;
	background: #FFFFFF;
	margin-bottom: 20px;
	padding-bottom: 15px;
	box-shadow: 0 0 1px #474747;
}

.abstract_link h3 {
    padding-left: 0;
}
.abstract_link:after
{
	content: "";
	display: block;
	clear: both;
}

.site_block_01
{
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	margin-bottom: 20px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 0 1px #474747;
}
.site_block_01:after
{
	content: "";
	display: block;
	clear: both;
}
.site_block_02 h2{
	/* text-align:center; */
	/* text-indent:0; */
	/* padding:10px 0; */
}
.site_block_02
{
	width: 48.8%;
	margin: 0;
	padding-bottom: 15px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 1px #474747;
	background: #fff;
	overflow: hidden;
}

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

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

.site_block_03
{
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	padding-bottom: 15px;
	background: rgb(255, 255, 255);
	box-shadow: 0 0 1px #474747;
}

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



.one_box
{
	padding: 0;
	margin: 0;
}
.one_box:after
{
	content: "";
	display: block;
	clear: both;
}
.content_section{
	padding-bottom:20px;
	background: #FFFFFF;
	margin-bottom:20px;
	box-shadow: 0 0 1px #474747;
}
.abstract_link ul
{
	list-style: none;
	padding-top: 10px;
}
.abstract_link li
{
	margin-left: 20px;
	margin-right: 20px;
	line-height: 35px;
}
p.continue_reading a
{
	float: right;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 4px 8px;
	font-size: 18px;
	background: #abc695;
	border: 1px solid #ffffff;
	border-radius: 2px;
}

p.continue_reading a:hover
{
	text-decoration: none;
	color: #FFFFFF;
	background: #617e49;
}
.footer_site
{
	padding-bottom: 15px;
	color: #fff;
	margin: auto;
	width: 100%;
	height: auto;
	min-width: 1100px;
	text-align: center;
	word-wrap: break-word;
	background: url(../images/bg1.png) #5d7e42;
	border-top: 2px solid #79975e;
}
.footer_site:after{
	content:"";
	display:block;
	clear:both;
}
.footer_site a
{
	color: #FFFFFF;
	text-decoration: underline;
}
.footer_site a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}


.footer_site_nav ul{
	margin:0;
	padding:0;
	display:flex;
	justify-content:center;
}
.footer_site_nav ul li {
	list-style:none;
	
}
.footer_site_nav ul li a{
	padding:10px;
	position: relative;
}

.footer_site_nav ul li a:before{
	content: "➠";
	top: 0px;
	margin-right: 10px;
}

.footer_site_nav ul li a:hover{
	/* text-decoration: none; */
	/* background: rgba(255, 255, 255, 0.2); */
	/* color: #FF912F; */
}


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


@media screen and (max-width: 480px){

	.m_menu {
    width: 100%;
}
.box_header{
	width: 100%;
	min-width:inherit;
	padding:0;
	margin:0;
	border-radius:0;
	border:none;
	box-shadow:none;
	overflow: hidden;
}
h2{
	text-align:center;
	text-indent:0;
}
.WRAPPER_content
{
	width: 92%;
	min-width: inherit;
	padding-top: 0px;
	margin: 20px auto;
}
.group_title{
	width: 100%;
	min-width: inherit;
	margin: 0;
}
h1
{
	font-size: 14px;
}

.group_head{
	width: 100%;
	min-width:inherit;
}

.image_template,.nav_tmp{
	width: 100%;
	float:none;
	margin:0;
	padding:0;
}


/* ========= start menu ============*/	

/* ========= end menu ============*/


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


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

.content_section,
.site_block_01,
.site_block_02,
.site_block_03
{
	float: none;
	width: 100%;
	/* padding:0; */
	/* margin:0; */
}


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

.content_section img,
.image_awesome_01,
.image_awesome_02,
.image_awesome_03
{
	width: 95%;
	padding: 11px;
	margin:0;
	float: none;
	box-shadow: none;
	/* background: #ddd; */
}

.abstract_link{
	margin-bottom:20px;
}

.footer_site
{
	width: 100%;
	min-width: inherit;
	/* padding-top: 0; */
}
.footer_site_nav ul{
	display:block;
}
.footer_site_nav ul li a{
	padding:10px;
	display:block;
}
.footer_site_nav ul li a:hover{
	text-decoration:none;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.17);
}
.footer_site_nav ul li a:before{
	content:"";
}

}/*end-mobile*/
