﻿@charset "UTF-8";

/* ============= Start Menu =================*/
.main_nav{
	margin:auto;
	width: 1000px;
	/* background: rgb(91, 130, 38); */
	/* box-shadow: inset 0 0 1px #282828; */
	border-bottom: 6px solid #4572B7;
}
.main_nav:after{
	clear:both;
	content:"";
	display:block;
}
.main_nav ul{
	list-style:none;
	padding:0px;
	position:relative;
	text-align: center;
	z-index: 1;
}

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

.main_nav ul li a{
	text-decoration:none;
	display:block;
	color: #FFFFFF;
	padding: 10px 59.7px;
	background: #4572B7;
	border-radius: 15px 15px 0px 0px;
}

.main_nav ul li a:hover{
	color: #FFFFFF;
	background: rgb(146, 183, 234);
}

@media screen and (max-width: 480px) {
	.main_nav{
		width: 100%;
		min-width: inherit;
	}
	
 .main_nav ul{
	list-style:none;
	border-bottom:0px;
	padding:0px;
	margin:0px;
	position:relative;
}
.main_nav 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_nav ul li a{
	text-decoration:none;
	display:block;
	color: #FFF;
	border-radius: 0;
}
.main_nav ul li a:hover{
	color: #fff;
}
.main_nav 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: 13px;
	background-color: rgba(140, 176, 224, 0.33);
	background-image: url("http://www.transparenttextures.com/patterns/bright-squares.png");  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
*
{
	margin:0;
	padding: 0;
}
a
{
	color: #F85F14;
	text-decoration: none;
}
a:hover
{
	/* color: #60C9A5; */
	text-decoration: underline;
}
p
{
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	margin-top: 10px;
}
.page_content_header
{
	clear: both;
	margin: auto;
	padding: 0;
	/* background-color: #8AA95D; */
	/* background-image: url("http://www.transparenttextures.com/patterns/45-degree-fabric-light.png"); */  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	width: 100%;
}
.page_content_header:after
{
	content: "";
	display: block;
	clear: both;
}
.MAIN_body
{
	width: 1000px;
	margin: auto;
	/* padding-top: 15px; */
	/* box-shadow: 0px 0px 10px; */
	/* margin-top: 10px; */
}
.MAIN_body:after
{
	content: "";
	display: block;
	clear: both;
}
.line_title{
	background: rgb(141, 177, 225);
}
h1
{
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	/* margin: 0; */
	padding: 15px 0;
	margin-top: 0px;
}
h3{
	padding-left: 18px;
	margin-top:15px;
	font-size: 15px;
	color: #3F3F3F;
}

/* ============== start h2 ==================*/
h2 {
    padding:9px;
    border-bottom: 3px solid #769FD3;
    padding-left:40px;
    position:relative;
}
h2:before{
    content:"";
    width:15px;
    height:15px;
    background-color: #4572B7;
    position:absolute;
    border-radius:50%;
    left:0;
    border:4px double #fff;
    top:0;
    margin-top:16px;
}
h2:after{
    content:"";
    width:30px;
    height:3px;
    background-color: #1A4C98;
    position:absolute;
    left:0;
    bottom:0;
    margin-bottom:-3px;
}
/* ============== start inner_image_template  ==================*/
.image_template{
	padding: 10px 0;
	margin:0;
	/* background: rgb(255, 255, 255); */
}
.inner_image_template{
	width:1000px;
	margin:auto;
	clear: both;
	display: flex;
}

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

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


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

.local_navi ul
{
	list-style: none;
	text-align: center;
}
.local_navi li
{
	margin: 0;
	padding: 0;
	clear: both;
	margin-bottom: 1px;
}
.local_navi li a
{
	display: block;
	color: #353535;
	padding: 10px 0;
	font-size: 13px;
}
.local_navi li a:hover
{
	text-decoration: none;
	background: rgb(254, 252, 236);
	color: #404040;
	border-color: #fff;
}


/* ============== End Menu Side Bar ==================*/
.content_template{
	padding-bottom:20px;
	background: #fff;
	margin-bottom:20px;
	box-shadow: 0 0 5px #FFFFFF inset;
}

.content_template:after{
	clear:both;
	display:block;
	display:block;
}

.content_template img
{
	width: 48%;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 20px;
	padding: 0;
	box-shadow: 0 0 1px #B3B3B3;
}
.image_main_01
{
	width: 30%;
	float: left;
	margin: 20px;
	margin-bottom: 10px;
	padding: 0;
	box-shadow: 0 0 1px #B3B3B3;
}
.image_main_02
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}
.image_main_03
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.image_main_03
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}

.image_main_01:after,.image_main_02:after,.image_main_03:after
{
	content:"";
	display:block;
	clear:both;
}


.post_infor_main
{
	margin: 0;
	padding: 0;
}
.post_infor_main:after
{
content: "";
display: block;
clear: both;
}

.post_infor_sub{
	margin: 0;
	padding: 0;
}
.post_infor_sub:after
{
content: "";
display: block;
clear: both;
}

.interact_link
{
	margin: 0;
	padding: 0;
	clear: both;
	background: #fff;
	margin-bottom: 20px;
	padding-bottom: 15px;
	box-shadow: 0 0 1px #B8B8B8;
}
.interact_link:after
{
	content: "";
	display: block;
	clear: both;
}

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

.block_allstyle_02
{
	width: 49%;
	margin: 0;
	padding-bottom: 15px;
	float: left;
	margin-right: 20px;
	background: #fff;
	margin-bottom: 20px;
	box-shadow: 0 0 10px #FFFFFF inset;
}

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

.block_allstyle_02:first-child
{
	margin-left: 0px;
}
.block_allstyle_02:nth-child(2)
{
	margin-right: 0px;
}
.block_allstyle_02:nth-child(4)
{
	margin-right: 0px;
}
.block_allstyle_03 {
	width: 31.97%;
	float: left;
	margin-right:20px;
	background: rgba(255, 255, 255, 0.39);
	margin-bottom: 20px;
	padding-bottom: 15px;
	box-shadow: 0 0 2px #FFFFFF inset;
}

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

.block_allstyle_03 h2{
	border:0;
	background: none;
	border-bottom: 2px solid #fff;
}
.block_allstyle_03 h2:before,.block_allstyle_03 h2:after{
	content:"";
	width:0;
	border:0;
}

.block_allstyle_03:first-child
{
	margin-left: 0px;
}
.block_allstyle_03:nth-child(3)
{
	margin-right: 0px;
}


.new_frame
{
	padding: 0;
	margin: 0;
	clear: both;
}
.new_frame:after
{
	content: "";
	display: block;
	clear: both;
}

.interact_link ul
{
	list-style: none;
	padding-top: 10px;
}
.interact_link li
{
	margin-left: 20px;
	margin-right: 20px;
	line-height: 35px;
}
p.details_infor a
{
	float: right;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	margin: 0px;
	padding: 5px 10px;
	font-size: 12px;
	background: #4572B7;
}

p.details_infor a:hover
{
	text-decoration: none;
	color: #FFFFFF;
	border-color: #fff;
	background: rgb(140, 176, 224);
}
.template_footer
{
	/* margin-top: 10px; */
	padding-top: 26px;
	padding-bottom: 26px;
	background-color: #8DB1E1;
	color: #000;
	margin: auto;
	/* width: 1000px; */
	height: auto;
	min-width: 1000px;
	text-align: center;
	word-wrap: break-word;
	/* border-top: 2px solid #81A054; */
}
.template_footer:after{
	content:"";
	display:block;
	clear:both;
}
.template_footer a
{
	color: #FFFFFF;
	/* text-decoration: none; */
}
.template_footer a:hover
{
	/* color: #FFFFFF; */
	/* text-decoration: underline; */
}

.template_footer_navi ul{
	margin:0;
	padding:0;
	display:flex;
	justify-content:center;
}
.template_footer_navi ul li {
	list-style:none;
	
}
.template_footer_navi ul li a{
	padding:10px;
	position: relative;
}
.template_footer_navi ul li a:hover{
	color: #63D56F;
	text-decoration:none;
}
.template_footer_navi ul li:first-child a:before{
	content:none;
}
.template_footer_navi ul li a:before{
	content:"";
	width:1px;
	height: 50%;
	background: #8C8C8C;
	position:absolute;
	transform: rotate(30deg);
	left:0;
	top: 8px;
}

.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){
.page_content_header{
	width: 100%;
	min-width:inherit;
	padding:0;
	margin:0;
	border-radius:0;
	border:none;
	box-shadow:none;
	overflow: hidden;
}

.MAIN_body
{
	width: 92%;
	min-width: inherit;
	padding-top: 0px;
	margin: 0px auto;
}
.line_title{
	width: 100%;
	min-width: inherit;
	margin: 0;
}
h1
{
	font-size: 14px;
}

.inner_image_template
{
	width: 100%;
	min-width: inherit;
	background-color: rgb(255, 255, 255);
}
.inner_image_template img{
	width:100%;
	padding:0;
	margin:0;
	display: flex;
}

.image_template{
	padding:0;
}
.inner_image_template,.main_navigation{
	width: 100%;
	float:none;
	margin:0;
	padding:0;
	display: block;
}

.template_footer_navi ul{
	display:block;
}
.template_footer_navi ul li a{
	padding:10px;
	display:block;
}
.template_footer_navi ul li a:hover{
	text-decoration:none;
	background: #58D265;
	color: #fff;
}
.template_footer_navi ul li a:before{
	content:none;
	width:0;
	height: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 ============*/


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

.content_template,
.block_allstyle_01,
.block_allstyle_02,
.block_allstyle_03
{
	float: none;
	width: 100%;
}


.new_frame
{
	width: 100%;
	margin: auto;
	clear: both;
	padding:0;
	margin:0;
	border:none;
	background:none;
	box-shadow:none;
}


.content_template img,
.image_main_01,
.image_main_02,
.image_main_03
{
	width: 100%;
	padding: 0;
	margin:0;
	float: none;
	box-shadow: none;
}

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


}/*end-mobile*/
