@charset "UTF-8";

/* ============= Start Menu =================*/
ul,li,a{
  margin:0px;
  padding:0px;
  list-style: none;
  text-decoration: none;
}
.navbar_inner  {
    width:1000px;
    /* background-image: linear-gradient(#55A523,#418410); */
    position:relative;
    margin:auto;
    margin-bottom: 0;
    background: #3277AB;
}

.navbar_inner :after{
    content:"";
    clear:both;
    display:block;
}
.navbar_inner  ul{
    padding:0px;
    text-align:center;
}
.navbar_inner  ul:before{
        content:"";
        position:absolute;
        width:100%;
        height:5px;
        /* background-color: #4C951C; */
        left:0;
        /* box-shadow: 0 3px 8px #2A560D; */
}

.navbar_inner  li{
    display:inline-block;
}
.navbar_inner  li a{
    text-decoration:none;
    color:#fff;
    display: BLOCK;
    font-size:13px;
    padding: 15px 40px;
}
.active, .navbar_inner  li a:hover{
    /* background: #8DB274; */
    /* box-shadow: 0 8px 10px #839A73 inset; */
    color: #FFAC3E !important;
}

.navbar_inner  li a:hover{
    color:#fff;
}
@media screen and (max-width: 480px) {
.navbar_inner  {
    width:100%;
    /* background: #4C951C; */
    position:relative;
}
.navbar_inner  ul{
    padding:0px;
    text-align:center;

}
.navbar_inner  li{
    list-style:none;
    width:100%;
    text-align: center;
    border-bottom: 1px solid #DCDCDC;
}

.navbar_inner  li a{
    text-decoration:none;
    color:#fff;
    padding: 10px 0;
}

.navbar_inner  li a:before{
        content:"";
        width:0;
        height:0;
}
.navbar_inner  li a:hover{
    color:#fff;
}        
}  

/* ============= End Menu =================*/


body
{
	background: #C3C3C3;
	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: #E69324;
	text-decoration: none;
}
a:hover
{
	/* color: #468D15; */
	text-decoration: underline;
}
p
{
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	margin-top: 10px;
}

.BODY_top
{
	width: 1000px;
	margin: auto;
	background: rgb(246, 247, 249);
	/* padding-top: 15px; */
}
.BODY_top:after
{
	content: "";
	display: block;
	clear: both;
}
.Tittle_in_header{
	width:1000px;
	margin:auto;
}
.Tittle_in_header:after{
	content:"";
	display:black;
	clear:both;
}
.absolute_title{
	width: 100%;
	min-width: 1000px;
	background: rgb(247, 247, 249);
	border-bottom: 1px solid #CDCDCD;
	margin-bottom: 10px;
}
h1
{
	color: #3277AB;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	margin: 0;
	padding: 15px 0;
	margin-top: 0px;
	/* margin-bottom: 10px; */
}
h3{
	padding-left: 18px;
	margin-top:15px;
	font-size: 15px;
	color: #353535;
}

/* ============== start h2 ==================*/
h2{
	font-size: 16px;
	padding: 10px 0px 8px 0px;
	margin-bottom: 18px;
	color: #FFFFFF;
	position:relative;
	background: #3277AB;
	overflow: hidden;
	text-align: center;
}
h2:before{
    content: '';
    position: absolute;
    /* background: #2B690C; */
    width: 10px;
    height: 10px;
    top: 14px;
    left: 8px;
    border-radius: 10px;
    box-shadow: 2px 3px 0px 4px #F6F7F9;
    z-index: 1;
}
h2:after{
    content: '';
    position: absolute;
    /* background: #2B690C; */
    width: 10px;
    height: 10px;
    top: 14px;
    right: 8px;
    border-radius: 10px;
    box-shadow: -2px 3px 0px 4px #F6F7F9;
    z-index: 1;
}
/* ============== start blog_img  ==================*/

.blog_img{
	width:1000px;
	margin:auto;
}
.blog_img img{
	width:100%;
	margin-bottom: -8px;
}

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

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

/* ============== End navbar_inner  ==================*/

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

/* ============== Start Menu Side Bar ==================*/
.navi_sitebar
{
	margin: 0;
	padding: 0;
	background-color: transparent;
	margin-bottom: 20px;
}
.navi_sitebar ul
{
	list-style: none;
	text-align: center;
	background: #E8E8E8;
}
.navi_sitebar li
{
	margin: 0;
	padding: 0;
	clear: both;
	margin-bottom: 1px;
}
.navi_sitebar li a
{
	display: block;
	color: #353535;
	padding: 8px 0;
	font-size: 13px;
	border-bottom: 1px solid #F5F5F5;
}
.navi_sitebar li a:hover
{
	text-decoration: none;
	background: rgb(70, 141, 21);
	color: #FFFFFF;
	border-color: #fff;
}


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

.catlog_content img
{
	width: 48%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 19px;
	margin-left: 20px;
	padding: 0;
	box-shadow: 0 0 1px #B3B3B3;
}
.image_awesome_01
{
	width: 48%;
	float: left;
	margin-right: 10px;
	/* margin-bottom: 10px; */
	margin-top: 17px;
	margin-left: 20px;
	padding: 0;
	box-shadow: 0 0 1px #B3B3B3;
}
.image_awesome_02
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}
.image_awesome_03
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.image_awesome_03
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}
.content_relative_main
{
	/* width: 74%; */
	/* float: right; */
	margin: 0;
	padding: 10px;
}
.content_relative_main:after
{
content: "";
display: block;
clear: both;
}

.content_relative_sub{
	/* width: 74%; */
	/* float: right; */
	margin: 0;
	padding: 10px;
}
.content_relative_sub:after
{
content: "";
display: block;
clear: both;
}

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

.link_resource
{
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}
.link_resource:after
{
	content: "";
	display: block;
	clear: both;
}
.catlog_content
{
	width: 100%;
}
.catlog_content:after
{
	content: "";
	display: block;
	clear: both;
}
.catlog_content
{
	width: 100%;
}
.catlog_content:after
{
	content: "";
	display: block;
	clear: both;
}
.site_block_01
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.site_block_01:after
{
	content: "";
	display: block;
	clear: both;
}
.site_block_02
{
	width: 32.65%;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 10px;
}

.site_block_02:last-child {
    margin-right: 0;
}
.site_block_02:first-child
{
	margin-left: 0px;
}

.site_block_02:nth-child(4)
{
	margin-right: 0px;
}
.site_block_02:after
{
	content: "";
	display: block;
	clear: both;
}
.site_block_03
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.site_block_03:first-child
{
	margin-left: 0px;
}

.site_block_03:after
{
	content: "";
	display: block;
	clear: both;
}
.block_display:after
{
	content: "";
	display: block;
	clear: both;
}
.block_display
{
	/* background-color: rgb(247, 243, 223); */
	box-shadow: 0 0 1px #988C4D;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

.collection_frame{
	clear:both;
}

.link_resource ul
{
	list-style: none;
	padding-top: 10px;
}
.link_resource li
{
	/* border-bottom: 1px solid #E6E6E6; */
	margin-left: 20px;
	margin-right: 20px;
	line-height: 40px;
}
p.next_read a
{
	float: right;
	color: #333;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 4px 16px;
	font-size: 12px;
	/* border: 1px double #464646; */
	background: #FFAC3E;
}
p.next_read a:hover
{


text-decoration: none;

color: #FFFFFF;

background: #3277AB;

box-shadow: none;
}
.model_footer
{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #E5EAE2;
	color: #000;
	margin: auto;
	width: 1000px;
	height: auto;
	min-width: 1000px;
	text-align: center;
	word-wrap: break-word;
	border-top: 1px solid #ddd;
}
.model_footer a
{
	/* color: #FFFFFF; */
	/* text-decoration: none; */
}
.model_footer 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;
}

@media screen and (max-width: 480px){
.BODY_top
{
	width: 92%;
	min-width: inherit;
	padding-top: 0px;
	margin: 20px auto;
}
.Tittle_in_header{
	width:100%;
}
.absolute_title{
	width: 100%;
	min-width: inherit;	
}
.blog_img{
	width:100%;
}
.blog_img img{
	width:100%;
}
h1
{
	font-size: 14px;
}
.navbar_inner{
	width:100%;
	min-width: inherit;
}

/* ========= start menu ============*/	
.sub_navi
{
	width: 100%;
	min-width: inherit;
	margin: 0;
	padding: 0;
	border-radius: 0;
	box-shadow: 0 0 1px#000;
}

.sub_navi li
{
	display: inline;
}
.sub_navi li a{
	padding:5px 0;
}
/* ========= end menu ============*/


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

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

.navi_sitebar{
	margin-bottom:0;
}

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


.block_display
{
	width: 100%;
	padding: 0;
	margin: auto;
	float: none;
	padding-bottom: 40px;
}


.catlog_content img,
.catlog_content img,
.image_awesome_01,
.image_awesome_02,
.image_awesome_03
{
	width: 100%;
	padding: 0;
	margin:0;
	float: none;
	box-shadow: none;
}

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


}/*end-mobile*/
