﻿@charset "UTF-8";

/* ============= Start Menu =================*/
.navbar_inner{
	width: 100%;
	margin:auto;
	min-width: inherit;
}
.navbar_inner:after{
	content:"";
	display:block;
	clear:both;
}
.navbar_inner ul{
	list-style:none;
	padding: 10px 0px;
	position:relative;
	padding-bottom: 5px;
	text-align: center;
	z-index: 1;
	/* background: rgb(146, 194, 216); */
	/* border-bottom: 3px solid #fff; */
}
.navbar_inner ul:after{
	content:"";
	clear:both;
	display:block;
}
.navbar_inner ul li{
	display:inline-block;
	text-align:center;
	position:relative;
	box-sizing:border-box;
}

.navbar_inner ul li a:hover{
	/* color: #000; */
	background: #358FC5;
}

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

.navbar_inner ul li a{
	text-decoration:none;
	display:block;
	/* color:#000; */
}
.navbar_inner 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;
	
	  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! *//* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	background: #6FC5F9;
}
*
{
	margin:0;
	padding: 0;
}
a
{
	color: #41ACEC;
	text-decoration: none;
}
a:hover
{
	/* color: #2FC59D; */
	text-decoration: underline;
}
p
{
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	margin-top: 10px;
}
.first_header
{
	clear: both;
	margin: auto;
	padding: 0;
	padding-bottom: 0;
	width: 100%;
	/* background: #7EECCE; */
}
.first_header:after
{
	content: "";
	display: block;
	clear: both;
}
.wrapper_section
{
	width: 1000px;
	margin: auto;
	background: #fff;
	box-shadow: 0 0 1px #999;
}
.wrapper_section:after
{
	content: "";
	display: block;
	clear: both;
}
.title_site{
	width: 100%;
	min-width: 1000px;
	background: #41ACEC;
	border-bottom: 3px solid #FFFFFF;
}
h1
{
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	margin: 0;
	padding: 15px 0;
	margin-top: 0px;
}
h3{
	padding-left: 20px;
	margin-top:15px;
	font-size: 15px;
	color: #272727;
	overflow: hidden;
}

/* ============== start h2 ==================*/
h2 {
    background-color: #41ACEC;
    padding: 10px;
    text-align:center;
    color: #fff;
    position:relative;
    /* line-height: 40px; */
    overflow: hidden;
    font-size: 16px;
    /* border: 3px solid #82AFC4; */
}


/* ============== start LogoVisual  ==================*/

.LogoVisual {
	width:1000px;
	margin:auto;
	clear: both;
	min-width:inherit;
	margin-top: 10px;
	margin-bottom: 10px;
}


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

.LogoVisual: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{
	content:"";
	display:block;
	clear:both;
}
.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 navbar_inner  ==================*/

/* ============== Start Menu Side Bar ==================*/
.sidebar_navi
{
	margin: 0;
	padding: 0;
	background-color: #F3F3F3;
	margin-bottom: 20px;
}
.sidebar_navi:after{
	content:"";
	display:block;
	clear:both;
}
.sidebar_navi ul
{
	list-style: none;
	text-align: center;
}
.sidebar_navi li
{
	margin: 0;
	padding: 0;
	clear: both;
	margin-bottom: 1px;
}
.sidebar_navi li a
{
	display: block;
	color: #fff;
	padding: 9px 0;
	background: #999;
	font-size: 13px;
	/* border-top: 1px solid #F5F5F5; */
}
.sidebar_navi li a:hover
{
	text-decoration: none;
	background: rgb(62, 128, 110);
	/* color: #464646; */
	/* border-color: #fff; */
}


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

.Enable_Content img
{
	width: 48%;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 17px;
	margin-left: 10px;
	padding: 0;
	box-shadow: 0 0 1px #B3B3B3;
}
.second_photo_01
{
	width: 40%;
	float: left;
	margin-right: 10px;
	/* margin-bottom: 10px; */
	margin-top: 17px;
	margin-left: 10px;
	padding: 0;
	box-shadow: 0 0 1px #B3B3B3;
}
.second_photo_02
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}

.second_photo_03
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}


.top_postlist_main
{
	width: 98%;
	float: right;
	margin: 0;
	padding: 10px;
	background: #FFF;
}
.top_postlist_main:after
{
content: "";
display: block;
clear: both;
}

.top_postlist_sub{
	width: 98%;
	float: left;
	margin: 0;
	padding: 10px;
	background: #fff;
}
.top_postlist_sub:after
{
content: "";
display: block;
clear: both;
}
.top_postlist_right
{
	width: 24%;
	float: left;
	margin: 0;
	padding: 10px;
	background: rgba(255, 255, 255, 0.45);
}
.top_postlist_right:after
{
content: "";
display: block;
clear: both;
}
.top_postlist_left{
	width: 22%;
	float: left;
	margin: 0;
	padding: 10px;
}
.top_postlist_left:after
{
content: "";
display: block;
clear: both;
}
.controller_frame
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.controller_frame:after
{
	content: "";
	display: block;
	clear: both;
}
.Links_PR
{
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}
.Links_PR:after
{
	content: "";
	display: block;
	clear: both;
}
.Enable_Content
{
	width: 100%;
}
.Enable_Content:after
{
	content: "";
	display: block;
	clear: both;
}

.Space_Block_01
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.Space_Block_01:after
{
	content: "";
	display: block;
	clear: both;
}
.Space_Block_02
{
	width: 49%;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 19px;
}
.Space_Block_02:first-child
{
	margin-left: 0px;
}
.Space_Block_02:nth-child(2)
{
	margin-right: 0px;
}
.Space_Block_02:nth-child(4)
{
	margin-right: 0px;
}
.Space_Block_02:after
{
	content: "";
	display: block;
	clear: both;
}
.Space_Block_03
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.Space_Block_03:after
{
	content: "";
	display: block;
	clear: both;
}

.Space_Block_03 h2{
	/* border:0; */
	/* background: none; */
	/* padding: 0; */
}
.Space_Block_03 h2:before,
.Space_Block_03 h2:after{
	content:"";
	box-shadow:none;
	width:0;
	height:0;
}
.Space_Block_03 h2 a{
	border-bottom:1px solid;
	padding-bottom:3px;
}
.Space_Block_03 h2 a:hover{
	text-decoration:none;
	border:none;
}
.Space_Block_03:first-child
{
	margin-left: 0px;
}
.Space_Block_03:nth-child(4)
{
	margin-right: 0px;
}

.composite_block
{
	margin-bottom: 20px;
	padding-bottom: 15px;
	background: #FFFFFF;
	overflow: hidden;
	box-shadow: inset 0 0 1px #A29F9F;
}
.composite_block:after
{
	content: "";
	display: block;
	clear: both;
}

.Links_PR ul
{
	list-style: none;
	padding-top: 10px;
}
.Links_PR li
{
	border-bottom: 1px solid #FFFFFF;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 35px;
}
p.Details_more a
{
	float: right;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 5px 20px;
	font-size: 12px;
	background: #41ACEC;
	/* border-radius: 2px; */
}
p.Details_more a:hover
{
	text-decoration: none;
	/* color: #4E4E4E; */
	background: #358FC5;
}
.footer_page
{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #41ACEC;
	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:after{
	content:"";
	display:block;
	clear:both;
}
.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-top: 10px;
}
.pocket-btn
{
	margin-top: 1px;
	margin-right:-3px;
}


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

.wrapper_section
{
	width: 92%;
	min-width: inherit;
	padding-top: 0px;
	margin: 20px auto;
}
.title_site{
	width: 100%;
	min-width: inherit;	
}
h1
{
	font-size: 14px;
}
.navbar_inner{
	width:100%;
	min-width: inherit;
	position: relative;
}

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


.top_postlist_main,
.top_postlist_sub
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
}
.top_postlist_right,
.top_postlist_left
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
}
.sidebar_navi{
	margin-bottom:0;
}

.Enable_Content,
.Enable_Content,
.Space_Block_01,
.Space_Block_02,
.Space_Block_03
{
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

.composite_block
{
	width: 100%;
	padding: 0;
	margin: auto;
	float: none;
	padding-bottom: 40px;
}
.Enable_Content img,
.Enable_Content img,
.second_photo_01,
.second_photo_02,
.second_photo_03
{
	width: 100%;
	padding: 0;
	margin:0;
	float: none;
	box-shadow: none;
}

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