﻿@charset "UTF-8";

/* ============= Start Menu =================*/
.menu_top{
    position:relative;
    margin: auto;
    text-align: center;
    padding: 0px 0;
    background: rgb(100, 152, 198);
    /* border: 1px solid #ffffff; */
    /* box-shadow: 0 0 1px; */
}
.menu_top ul{
    padding: 0;
    list-style:none;
    width: 1200px;
    margin: 0px auto;
    border-left: 0;
    border-right: 0;
}
.menu_top ul li{
    display:inline-block;
    padding: 0;
}
.menu_top ul li a{
    text-decoration:none;
    display:block;
    padding: 2px 20.6px;
    color: #616161;
    font-size: 13px;
    position: relative;
    background: #fff;
    box-shadow: 0 5px 7px #a3a3a3 inset;
    border-radius: 10px 10px 0 0;
    border: 1px solid #fff;
    border-bottom: 0;
}
.menu_top ul li a:before{
	content: "»";
	padding-right: 5px;
	font-size: 15px;
	color: #ed8518;
}
.menu_top ul li:last-child a:after{
	content:"";
	display:none;
}
.menu_top ul li a:hover{
    color: #eb8c2d;
    border-color: #6498c6;
}
@media screen  and (max-width: 480px){
    .menu_top{
        border:0px;
        position:relative;
        width: auto;
        margin: 0;
    }
    .menu_top ul{
    	width: auto;
    }
    .menu_top:before{
        content:none;

    }
    .menu_top ul:after{
        content:none;

    }
    .menu_top ul li{
        display:block;
        border-bottom: 1px solid #e6e6e6;
        text-align:center;
        padding: 0;
    }
    .menu_top ul li a{
	color: #676767;
	border-radius: 0;
	border: 0;
	margin: 0;
	text-align: left;
}
    .menu_top ul li a:hover{
        color: #ffffff;
        border: 0;
        background: #6498c6;
    }
}
 
 
/* ============= End Menu =================*/


body
{
	color: #333;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 2.5em;
	font-size: 16px;
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	background: #ffffff;
	background: url(http://www.free-patterns.info/wp-content/uploads/2015/04/green-bevel-squares-wall-v1551315.png) repeat 0 0;
}
*
{
	margin:0;
	padding: 0;
}
a
{
	color: #21be18;
	text-decoration: none;
}
a:hover
{
	/* color: #40A74C; */
	text-decoration: underline;
}
p
{
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
}
.Blog_header_infor 
{
	clear: both;
	margin: auto;
	padding: 0;
	/* padding-bottom: 10px; */
	/* width: 100%; */
}

.WRAPPER_content
{
	width: 1200px;
	margin: 20px auto;
	margin-top: 0px;
	/* padding: 20px; */
	/* background: #fff; */
	/* border: 1px solid #ffffff; */
	/* box-shadow: 0 0 1px #000; */
}

.WRAPPER_content:after
{
	content: "";
	display: block;
	clear: both;
}
.BLOCK_title{
	margin: auto;
	position: relative;
	background: rgba(254, 231, 200, 0.7);
	margin-top: -78px;
	/* position: relative; */
	width: 1200px;
}

h1
{
	color: #333;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	margin: 0;
	padding: 12px 0;
}
h1:before{

content: "";

position: absolute;

width: 100.4%;

border: 3px solid #dcd71f;

left: -10px;

top: -5px;
}
h1:after{
    content:"";
    position:absolute;
    border-style:solid;
    left: -10.5px;
    top: 1px;
    border-color:transparent;
    border-width: 6px;
    border-top-color: #BC6004;
    border-right-color: #BC6004;
}

h3{
	padding: 5px;
	text-indent: 15px;
	margin-top: 10px;
	font-size: 15px;
	color: #333;
	overflow: hidden !important;
	border-bottom: 1px solid #767676;
	padding-left: 0px;
}

/* ============== start h2 ==================*/
h2  {
    color: #6498c6;
    padding: 8px;
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ed7816;
    text-indent: 10px;
}
h2:before
{
	content: "✠";
	padding-right:10px;
	font-size: 19px;
}
h2 {
    background-color: #9bb842;
    padding:7px;
    color:#fff;
    position:relative;
    text-indent:50px;
}
h2:before{
    content:"";
    position:absolute;
    width: 16px;
    height: 16px;
    border: 2px solid #dcd71f;
    left: 8px;
    top: 12px;
}
h2:after{
    content:"";
    position:absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #FFF;
    left: 27px;
    top: 12px;
}
h2 a{
	border-bottom:1px solid;
	padding-bottom:3px;
}
h2 a:hover{
	border:none;
	text-decoration: none;
}


/* ============== start inner_image_article  ==================*/
.image_article{
	padding: 15px 0;
	margin:0;
}
.inner_image_article{
	width:1200px;=:auto
	clear: both;
	margin: auto;
	display: flex;
	padding: 0;
}
.inner_image_article img{box-shadow: 0 0 1px #717171;margin-top: -13px;}
.menu_topigation{
	width: 25%;
	float:right;
}

.inner_image_article:after,
.menu_topigation: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 menu_top  ==================*/


/* ============== Start Menu Side Bar ==================*/
.nav_tmp {
    /* max-width:250px; */
    background-color: #89c702;
    padding:10px;
    /* border-radius: 15px; */
    border: 2px solid #dcd71f;
    margin-bottom: 10px;
}
.nav_tmp ul {
    margin:0px;
    padding:0px;
    list-style:none;
}
.nav_tmp ul li{
    display:block;
}
.nav_tmp ul li a{
    display:block;
    padding:10px;
    text-decoration:none;
    color:#fff;
    /* border-bottom: 1px solid #0A8AAC; */
    /* border-left: 6px solid #ffffff; */
    text-align: center;
}
.nav_tmp ul li:first-child a{
     /* border-top: 1px solid #ffffff; */
}
.nav_tmp ul li a:hover{
    background-color: #fee7c8;
    color: #333;
}
@media screen and (max-width:480px){
    .nav_tmp {
    min-width: 93%;
    background-color: #9bb842;
    padding:10px;
    /* border-top-right-radius:30px; */
    /* border-bottom-left-radius:30px; */
    border: 2px solid #dcd71f;
}
.nav_tmp ul {
    margin:0px;
    padding:0px;
    list-style:none;
}
.nav_tmp ul li{
    display:block;
    text-align:center;
}
.nav_tmp ul li a{
    display:block;
    padding:10px;
    text-decoration:none;
    color:#fff;
    /* border-bottom: 1px solid #0A8AAC; */
    /* border-left: 6px solid #6FC4DE; */
}
.nav_tmp ul li:first-child a{
     /* border-top: 1px solid #e9e5b5; */
}
.nav_tmp ul li a:hover{
    /* background-color:#6FC4DE; */
}
}


/* ============== End Menu Side Bar ==================*/
.block_data{
	background: #ffffff;
	box-shadow: 0 0 1px #2a2a2a;
	position:relative;
	padding-bottom: 20px;
}

.content_site img
{
	width: 30%;
	float: left;
	margin-right: 20px;
	margin-top: 13px;
	margin-left: 20px;
	padding: 4px;
	background: #ddd;
	box-shadow: 0 30px 30px -30px;
}

.list_content_sub .content_site img{
	width:40%;
	margin-top: 15px;
}

.image_column_01
{
	width: 22%;
	float: left;
	margin-right: 15px;
	margin-top: 20px;
	margin-left: 20px;
	padding: 5px;
	box-shadow: 0 0 10px #ababab;
	background: #fff;
	position:relative;
}

.image_column_01:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:#fff;
	left:0;
}


.image_column_02
{
	width: 60%;
	margin: 15px auto;
	padding: 0;
	border: 8px solid #9bb842;
	display: block;
	box-shadow: 0 0 10px #ababab;
	/* border-radius: 50%; */
}
.image_column_03
{
	width: 90%;
	margin: 15px auto;
	border: 1px solid #ccc;
	display: block;
}
.image_column_04
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.image_column_04
{
	width: 97%;
	margin: 10px auto;
	display: block;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
	position: relative;
}

.image_column_01:after,.image_column_02:after,.image_column_04:after
{
	content:"";
	display:block;
	clear:both;
}


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

.list_content_sub{
	width: 76.3%;
	float: right;
	margin: 0;
}
.list_content_sub:after
{
content: "";
display: block;
clear: both;
}

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

.blocking_link
{
	margin: 0;
	clear: both;
	=: #F7F7F7
	margin-bottom: 20px;
	margin-bottom: 20px;
}
.blocking_link:after
{
	content: "";
	display: block;
	clear: both;
}

.list_content_right .blocking_link{
	margin-bottom:0;
}

.site_block_01
{
	margin: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position:relative;
	background: #eaeaea;
}

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

.site_block_02
{
	width: 48.7%;
	margin: 0;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position:relative;
	z-index:1;
}
.site_block_02:before{
	content:"";
	position:absolute;
	width:100%;
	height:300px;
	background: #fee7c8;
	z-index:-1;
	left: 0;
	top:0;
	background: url(http://www.free-patterns.info/wp-content/uploads/2013/02/Wood-Wall-Ver-3.jpg) repeat 0 0;
}

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

.site_block_02:nth-child(even)
{
	margin-right: 0px;
}

.site_block_02 h2{
	text-align:center;
	text-indent: 0;
	margin-bottom: 0;
}

.site_block_03
{
	width: 31.7%;
	margin: 0;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

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

.site_block_03:nth-child(3)
{
	margin-right: 0px;
}

.site_block_04
{
	width:auto;
	padding: 0;
	padding-bottom: 15px;
	background: #ece6c2;
	margin-bottom: 20px;
}
.site_block_04:last-child{
	margin-bottom:20px;
}
.site_block_04:after
{
	content: "";
	display: block;
	clear: both;
}
.site_block_04 p{
	margin:0;
}

.static_frame
{
	padding: 0;
	margin: 0;
}
.static_frame:after
{
	content: "";
	display: block;
	clear: both;
}
.content_site{
	padding-bottom:20px;
	margin-bottom:20px;
}
.list_content_sub .content_site{
	margin-bottom:0;
}
.blocking_link ul
{
	list-style: none;
	padding-top: 0;
}
.blocking_link li
{
	border-bottom: 1px dotted #ffffff;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 35px;
}
.blocking_link li h3{
	padding-left:0;
	text-indent: 5px;
	margin-left:0;
	margin: 0;
}

p.more_content a
{
	float: right;
	text-align: center;
	margin: 0px;
	padding: 5px 0;
}

p.more_content a:after{
	content: "➳";
	padding-left:10px;
}
p.more_content a:hover
{
	border-color: #fff;
}
.footer_section
{
	padding-top: 15px;
	padding-bottom: 30px;
	/* background: #ffffff; */
	margin: auto;
	width: auto;
	min-width: 1200px;
	text-align: center;
	position: relative;
	border-top: 2px solid #ffffff;
	/* box-shadow: 0 -1px 1px #6a6a6a; */
}

.footer_section:after{
	content:"";
	display:block;
	clear:both;
}
.footer_section a
{
	color: #ffffff;
	/* text-decoration: none; */
}
.footer_section a:hover
{
	color: #FFFFFF;
	/* text-decoration: underline; */
}

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

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

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

.social
{
	width: 1200px;
	text-align: center;
	margin: auto;
	display:flex;
	justify-content: flex-start;
	padding-top: 10px;
	font-size: 0px;
	/* padding-bottom: 4px; */
}
.pocket-btn
{
	margin-top: 1px;
	margin-right:-3px;
}


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

.WRAPPER_content
{
	width: 85%;
	min-width: inherit;
	/* padding-top: 0px; */
	margin: 20px auto;
}
.BLOCK_title{
	width: auto;
	min-width: inherit;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
}
h1
{
	font-size: 13px;
	padding: 20px 0;
	/* border-bottom: 1px solid #ddd; */
}
.site_block_02 h2,h2
{
	text-align:center;
	/* padding: 0px 0; */
	margin: 0;
	margin-bottom: 15px;
}

p{
	padding:0;
}
h3{
	padding-left:10px;
	margin-left:0;
	text-indent:0;
}


.inner_image_article img{
	width: 100%;
	padding:0;
	margin:0;
	display: flex;
}
.image_article{
	padding:0;
}
.inner_image_article,.menu_topigation{
	width: 100%;
	float:none;
	margin:0;
	padding:0;
	display: block;
}

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


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


.list_content_right
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
	margin-top: 20px;
}

.list_content_right .blocking_link{
	margin-bottom:20px;
}


.content_site,
.site_block_01,
.site_block_02,
.site_block_03,
.site_block_04,
.blocking_link,
.menu_top_main,
.site_block_02:nth-child(even),
.site_block_02:nth-child(3)
{
	float: none;
	width: auto;
	margin: 0px;
	padding: 15px;
	margin-bottom: 20px;
}
.site_block_01:before{
	display:none;
}
.site_block_02:before{
	height: 400px;
}
.static_frame
{
	width: 100%;
	margin: auto;
	clear: both;
	padding:0;
	margin:0;
	border:none;
	background:none;
	box-shadow:none;
}

.menu_top_main{
	padding:0;
}
.blocking_link li{
	padding:0;
	margin:0;
}

.list_content_sub .content_site img,
.content_site img,
.image_column_01,
.image_column_02,
.image_column_03,
.image_column_04
{
	width: 95%;
	padding: 0;
	float: none;
	margin: 15px auto;
	position: static;
	display: block;
}

.footer_section
{
	width: auto;
	min-width: inherit;
	padding-top: 0;
}
.footer_section p{
	padding:0 20px;
}

.footer_section_menu ul{
	display:block;
}
.footer_section_menu ul li a{
	padding:10px;
	display:block;
}
.footer_section_menu ul li a:hover{
	text-decoration:none;
	background: rgba(238, 238, 238, 0.95);
	color: #272727;
}
.footer_section_menu ul li a:before{
	content:"";
}
.social{
	width:100%;
	margin-top:20px;
	display: flex;
	margin: auto;
	justify-content: center;
}
h1:before{	width: 100%;
	border:0px;


}
h1:after{

	border-top-color: none;
    border-right-color:none	;
    border-style: none;
}
}/*end-mobile*/
