﻿@charset "UTF-8";

body {
	font-family: "Quicksand","メイリオ",Meiryo,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	color:#333;
}

#space {
  margin: 0 auto;
  max-width: 850px;
  padding: 5px;
}

#wrapper{
margin-bottom: 5em;
}

.block{
	padding: 0 10px 10px;
}

.summary {
  border: none;
  margin: 0;
  padding: 0;
}

.content-block {
border:none;
}

.content-block p, .main-content p {
  margin: 0 0 10px;
}

.content-block .headertxt{
	max-width:850px;
	margin: 0 auto;
	font-size:13px;
}



.wrapperContent {
  background: none;
  border: none;
  padding: 0;
}


img{
	vertical-align:middle;
	padding-right:5px;
}

.content-block h2, .main-content h2 {
  background: #FAFAFA none repeat scroll 0 0;
  border-bottom: 1px solid #d9dde3;
  /*border-top: 5px solid lightblue;*/
  border-top: 2px solid #E47911;
  color: #777;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
  padding: 8px;
}

header{
	background:none;
	margin-bottom: 0px;
	border:0;
}

header h1 {
	color: #444;
	font-size: 17px;
	padding: 8px 0 5px;

}

.r{
	font-size: 31px;
}

.yellow {
  color: yellow;
  vertical-align: 0;
}

.bg_yellow{
  background-color: #ffff00;
  padding: 1px;
}

.txt_red_b {
  color: #ff0000;
  font-weight: bold;
}
footer {
  color: #777 !important;
  background: #eff2f5 none repeat scroll 0 0 !important;
  border-top: 3px solid #d9dde3 !important;
  border-bottom: 1px solid #d9dde3 !important;
  line-height: 1.8 !important;
	padding: 15px 10px 10px;
	margin: 0 auto;
	max-width:850px;
}

footer a{
  color: #4169e1;
}

footer a:hover {
  color: #a0b4f0;
}


.prof{
	display: -webkit-flex;
	display:flex;
	margin: 30px 25px;
	font-size:13px;
	line-height:1.8;
	background: #f7f7f7;
	color: #333;
	padding: 10px;
display:none;
}

.prof div:nth-child(1){
	-webkit-flex:none;
	flex:none;
}
.prof div:nth-child(2){
	padding-left:10px;
}

.bold{
font-weight:bold !important;
}

.h_txt,.h_txt_mincho {
  color: #333;
  /*color: #c30d23;*/
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
  letter-spacing: -1px;
  position: relative;
  padding: 0.6em;
  background: #e0edff;
}

.h_txt:after,.h_txt_mincho:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #e0edff;
width: 0;
height: 0;
}


.ft_txt_navi a:after{
content: "のページはコチラ";
}

.img-l {
  border-radius: 0;
  overflow: hidden;
}

.img-l img{
float:none !important;
}

.right{
	text-align:left !important;
}

.red{
  color: #111;

}

.btn {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  text-align: center;
}

.btn a{
color: #fff;
display: inline-block;
padding: 15px 20px;
text-decoration: none;
	background-color: #1A8D05;
	/*background-color: #E47911;*/
	border: 2px solid #1A8D05;
	border-radius: 8px;
text-shadow: 1px 1px 2px #0b4400;
box-shadow: 0px 4px #1e6825;
font-weight: bold;
/*webkit-animation: jump .8s cubic-bezier(0.215, 0.61, 0.355, 1) infinite alternate;
animation: jump .8s cubic-bezier(0.215, 0.61, 0.355, 1) infinite alternate;*/

}
.btn a:hover{
margin-top:1px;
margin-bottom:-1px;
	background-color: #20AD06;
	border: 2px solid #20AD06;
box-shadow: 0px 3px #1e6825;
}

@keyframes jump {
0% { transform: translateY(0); }
100% { transform: translateY(-10px); }
}

@-webkit-keyframes jump {
0% { -webkit-transform: translateY(0); }
100% { -webkit-transform: translateY(-10px); }
}


.nodisp{display:none !important;}

.menu-list nav h2{
padding:8px!important;

}

#footer_nav{
margin-top:80px;
font-size:14px;
}

#footer_nav h4{
margin:2px;
}

@media screen and (max-width: 750px) 
{

	body{line-height: 1.6;}
	header {
		/*display:none;*/
line-height:1.5 !important;
padding:0 5px !important;
	} 

header h1 {
	font-size: 17px;
padding:5px !important;
}

.r{
	font-size: 21px;
}

.content-block .headertxt{
	font-size: 65%;
}

.content-block .headertxt img{
width:100%;
}

.content-block > h2{
font-size: 14px !important;
line-height:1.5 !important;
}
	.prof{
		-webkit-flex-direction:column; 
		flex-direction:column;
		font-size:13px;
		line-height:1.8;
display:none !important;
	}


	.prof img{
		width:50%;
	}
	.prof div:nth-child(2){
		font-size:14px;
	}

	.h_txt {
	  font-size: 1em !important;
	}
 
	.btn {
  text-align: left !important;
}

	.btn a{
		font-size: 1.5em;
		display:block;
		padding: 25px 20px;
	}

	#space{
		margin: 0 20px;
		padding:5px;

	}

	.img-l img{
		width:100%;
	}

}


@media screen and (min-width: 751px) {

header,footer{

}

.content-block h2{
max-width: 850px;
margin: 0 auto 15px;

}

.block {
  max-width: 850px;
  padding: 0 10px 10px 10px;
	margin: 0 auto;
}

.block > h2 {
  padding-left: 8px;
}

header h1 {
	max-width: 850px;
	margin: 0 auto;
}

#wrapper {
  max-width: 100% !important;
}

.content-block p, .main-content p {
  line-height: 1.8;
}

.btn a{
		font-size: 25px;
}

.btn .red, .btn strong{
		font-size: 18px;
}

.center{
	text-align:left !important;
}

.right{
	text-align:left !important;
}






}
