@charset "utf-8";
/*====Menu all====*/
.menu_show{
	width: 100%;
	margin:auto;
	min-width:1100px;
	background: #AC82C1;
	padding: 10px 0px;
	/* padding-top: 0; */
}
.fixed
{
	position: fixed;
	width: 100%;
	margin: auto;
	top: 0;
}
.menu_show ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.menu_show ul li{
	display:inline-block;
}
.menu_show ul li a{
	padding: 10px 22px;
	margin:0px 2px;
	color: #AC82C1;
	display:block;
	background: #FFFFFF;
	text-decoration:none;
}
.menu_show ul li a:hover{
	background:#f00;
	text-decoration:none;
	color:#fff;
}
.menu_base_side{
	width:100%;
	margin-bottom: 15px;
}
.menu_base_side ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.menu_base_side ul li{
	display:block;
}
.menu_base_side ul li a:before {
    content: "\2713";
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 10px;
    bottom: 11px;
    font-size: 15px;
    top: 11px;
}
.menu_base_side ul li a{
	position: relative;
	display:block;
	padding: 13px 0px;
	color: #FFFFFF;
	text-decoration:none;
	background: #78BCB4;
	text-align:center;
	margin-bottom: 9px;
	/* box-shadow: 0px 0px 1px #7597C7; */
	box-shadow: 0 20px 20px -20px #000;
	/* background: -webkit-radial-gradient(circle, #C8D994, #78BCB4); */
	border-left: 4px double;
	border-right: 4px double;
	border-bottom: 2px dotted;
	border-top: 2px dotted;
}
.menu_base_side ul li a:hover{
	background: #BC789C;
	color:#fff;
	text-decoration:none;
}
.menu_base_Blog_header_infor{
	width:30%;
	float:left;
}
.menu_base_Blog_header_infor ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.menu_base_Blog_header_infor ul li{
	display:block;
}
.menu_base_Blog_header_infor ul li a{
	display:block;
	padding: 12px 0px;
	color: #FFFFFF;
	text-decoration:none;
	background:#f00;
	text-align:center;
	margin-bottom: 5px;
	box-shadow: 0px 0px 1px #7597C7;
}
.menu_base_Blog_header_infor ul li a:hover{
	background: #AC82C1;
	color: #fff;
}
@media screen and (max-width:480px){
.menu_show{
	width:100%;
	min-width:100%;
}
.menu_show ul{
	display:block;
	margin:0px;
	padding:0px;
}
.menu_show ul li{
	width:100%;
	display:block;
}
.menu_show ul li a{
	display:block;
	margin:0px;
	border-radius:0px;
	text-align:center;
}
.menu_base_side ul li a{
	border-radius:0;
}
.menu_base_Blog_header_infor{
	width:100%;
}
.menu_base_Blog_header_infor ul li a{
	border-radius:0;
}
}
/*====End Menu all====*/
body{font-size: 13px;background: #BC789C;font-family: ’ヒラギノ角ゴ Pro W3’, ‘Hiragino Kaku Gothic Pro’, メイリオ, Meiryo, Osaka, ‘MS Pゴシック’, ‘MS PGothic’, sans-serif;  /* 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-image: url("http://www.transparenttextures.com/patterns/greyzz.png");  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */}
*{
	padding: 0px;
	margin: 0px;
}
p{padding: 0;padding-left: 10px;padding-right: 10px;margin: 0;/* margin-top: 10px; */color: #4A4646;line-height: 30px;font-weight: normal;font-size: 14px;}
h2  {
    position: relative;
    padding: 0.6em;
    margin: 0 0 .7em;
    font-size: 1.2em;
    font-weight: bold;
    color: #BC789C;
    background: #fff;
    text-shadow: 1px 1px 0 #fff, 1px 1px 0 #999;
    border-bottom: #BC789C solid 2px;
    background-size: 4px 4px;
}
h2:before {
    content: " ";
    position: absolute;
    top: 100%;
    left: 24px;
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #BC789C;
}
h2:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 27px;
    width: 0;
    height: 0;
    border-width: 9px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #F0F0F0;
    z-index: 1;
}
h3{
	color: #000;
	font-size: 15px;
	padding-left: 10px;
	margin-top:20px;
}
a{
	text-decoration: none;
	color: #FF7A18;
}
a:hover{
	text-decoration: underline;
	color: #FF7A18;
}

.grid_image{
	/* width:68%; */
	/* float:right; */
	width: 1100px;
	margin: 0 auto;
	}
.grid_image img{
	width:100%;
	margin:auto;
	margin-bottom: -6px;
	/* padding-top: 15px; */
}
.BLOCK_title{
	/* width: 1100px; */
	margin:auto;
	min-width:1100px;
	background: #BC789C;
	/* margin-bottom: 15px; */
	box-shadow: 0 20px 20px -20px #000;
}
.BLOCK_title h1{
	padding-bottom: 8px;
	padding-top:10px;
	font-size: 19px;
	text-align:center;
}
.BLOCK_title h1 a{
	text-decoration:none;
	color: #FFFFFF;
}
.BLOCK_title h1 a:hover{
	text-decoration:none;
	color: #903F6A;
}
.SITE_wrapper{
	width:1100px;
	margin:auto;
	padding:0;
	min-width:1100px;
}
.SITE_wrapper:after{
	content:"";
	clear:both;
	display:block;
}
.main_page{
	width: 52%;
	margin-left: 22px;
	margin-right: 22px;
	float: left;
	/* margin-top:10px; */
}
.frame_section_full{
	margin:0px;
	padding:0px;
}
.frame_section_full:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.block_news1{
	width:100%;
	padding-bottom:15px;
	margin-bottom:15px;
}
.block_news1:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.block_news1 img{
	width:45%;
	float:right;
	margin:10px;
	margin-bottom: 0;
}
.block_side{
	width:100%;
	padding-bottom:15px;
	margin-bottom:15px;
}
.block_side:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.block_side img{
	width:100%;
	margin-bottom:5px;
}
.frame_section_2{
	margin:0px;
	padding:0px;
	
}
.frame_section_2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.block_news2{
	float:left;
	margin-right: 22px;
	width: 48%;
	padding-bottom:15px;
	margin-bottom:15px;
}
.block_news2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.block_news2 img{
	width:100%;
	margin-bottom:5px;
}
.block_news2:first-child{
	margin-left:0px;
}
.block_news2:nth-child(2){
	margin-right:0px;
}
.block_news2:nth-child(4){
	margin-right:0px;
}

.content_template{
	margin-bottom: 15px;
	padding-bottom: 10px;
	overflow:hidden;
}
.content_template img{
	width:45%;
	margin:10px;
	float:right;
	margin-bottom: 0;
}
.Associated_links{
	margin-bottom:15px;
	padding-bottom:15px;
	/* overflow:hidden; */


}
.Associated_links ul{
	list-style-type:none;
}
.Associated_links ul li{
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
	font-size: 14px;
	color: #4A4646;
}
.footer{
	width: 100%;
	background: #BC789C;
	margin:auto;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
	min-width: 1100px;
}
.footer a{
	text-decoration:none;
	color:#fff;
}
.footer a:hover{
	text-decoration:underline;
	color:#fff;
}
.social{
	margin:auto;
	text-align:center;
	width: 300px;
}
.sub_page{
	width: 76%;
	/* margin-left: 22px; */
	/* margin-right: 22px; */
	float: right;
	/* margin-top:10px; */
	margin-bottom: 15px;
	background: #fff;
	box-shadow: 0px 0px 1px #BC789C;
}
.sub_page img{
	width:45%;
	margin:10px;
	float:right;
	margin-bottom: 0;
}
.view_bg{
	background: #FFF;
	box-shadow: 0px 0px 3px #BC789C;
}
.side{
	width: 22%;
	float: right;
	/* margin-top:10px; */
}
.side1{
	width: 22%;
	float: left;
	/* margin-top:10px; */
}
.continue_reading a{
	padding:2px 15px;
	margin:5px;
	float:left;
	color:#fff;
	text-decoration:none;
	background: #78BCB4;
	margin-left: 0px;
	/* transition: all .5s ease-in-out; */
	box-shadow: 0 8px 8px -8px #4C4C4C;
	transition: all 0.5s linear;
	text-shadow: 1px 1px 1px #757575;
}
.continue_reading a:hover{
	text-decoration:none;
	background: #BC789C;
	color:#fff;
	box-shadow: inset 0 0 10px #868686;
	transition: all 0.5s linear;
}
.Blog_header_infor{
	width:1100px;
	min-width:1100px;
	margin:auto;
	/* background: #BC789C; */
	margin-bottom: 15px;
	padding-top: 15px;
}
.Blog_header_infor:after{
	content:"";
	clear:both;
	display:block;
}
@media screen and (max-width:480px){
.view_bg{
	background:#fff;
}
.grid_image
{
	width:100%;
	float:none;
}
.BLOCK_title{
	width:100%;
	min-width:100%;
}
.BLOCK_title h1{
	font-size:14px;
}
.SITE_wrapper{
	width: 92%;
	min-width: 92%;
}
.main_page
{
	width:100%;
	margin-left:0;
	margin-right:0;	
}
.block_news1{
	width:100%;
}
.block_news1 img{
	width:100%;
	float:none;
	margin:0px;
}
.block_news2{
	width: 100%;
	margin-right: 0;
}
.block_news2 img{
	width:100%;
	margin:0px;
}
.content_template img{
	width:100%;
	float:none;
	margin:0px;
}
.Associated_links{
	width:100%;
}
.footer{
	width:100%;
	min-width:100%;
}
.sub_page{
	width:100%;
	margin-left:0;
	margin-right:0;	
}
.sub_page img{
	width:100%;
	float:none;
	margin:0px;
}
.side{
	width:100%;
	margin-left:0;
	margin-right:0;
}
.side1{
	width:100%;
	margin-left:0;
	margin-right:0;
}
.block_side{
	width:100%;
}
.Blog_header_infor{
	width:100%;
	min-width:100%;
}
}