@charset "UTF-8";


#wrapper{
	width: 980px;
	margin: 0 auto;
}

.main {
	/*width: 100%;*/
	margin: 0 auto;
	text-align: center;
 	overflow: visible;
	position: relative;
}

.mv {
	width: 100%;
	margin: 0 auto;
	text-align: center;
  margin-top: 20px;
	overflow: visible;
	position: relative;
}




/*ボタンエリアの設定*/

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

.btnAnime01{
	margin-left: 20px;
}

.btnAnime01 {
    -webkit-animation-name:btnAnime02;
    -webkit-animation-duration:1s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease;
    
    -moz-animation-name:btnAnime02;
    -moz-animation-duration:1s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:ease;
}
@-webkit-keyframes btnAnime02 {
    0% {-webkit-transform:translate(0, 0);}
    50% {-webkit-transform:translate(0, -8px);}
    100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes btnAnime02 {
    0% {-moz-transform:translate(0, 0);}
    50% {-moz-transform:translate(0, -8px);}
    100% {-moz-transform:translate(0, 0);}
}


.btn_2{
  text-align: center;
  margin-top: 30px;
}

.btn-flat-border {

  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #67c5ff;
  color: white;
}


/*申込先　久留米市HP フォーム ボタン*/
.botan{
	display: flex;
	justify-content: center;
	margin: 2em 0em;
}

.btn_ikusemi {
	align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 30px 33px 30px 30px;
	width: 270px;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	background-color: #90be70;
	border-radius: 40px;
}

.btn_ikusemi:before {
	content: '';
	position: absolute;
	bottom: 28px;
	right: 28px;
	width: 18px;
	height: 12px;
	border-right: 2px solid #2b550e;
	border-bottom: 2px solid #2b550e;
}

.btn_ikusemi:after {
	content: '';
	width: 18px;
	height: 12px;
	border: 2px solid #2b550e;
}


/*問い合わせボタン*/

.btn_toiawase {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 30px 39px 30px 0;
  width: 110px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.btn_toiawase::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: 2px solid #90be70;
  border-radius: 50%;
}

.btn_toiawase::after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #2b550e;
  z-index: 1;
}




/*久留米エリアの設定*/

#kurume{
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
	font-size: 1.2em;
}

.kurume h2 {
	margin: 0 auto;
	font-size: 1.5em;
  font-family: "Osaka-mono", "MS Gothic", "monospace";
	font: bold;
	width: 50%;
	text-align: center;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 1px #96c2fe;
  padding: 0.2em 0.5em;
  color: #454545;
	margin-top: 3em;
}

#kurume .haji{
	color:deeppink;
	font-size: 1.4em;
	margin-bottom: 1em;
}

#kurume .taisetu{
	font-size: 1.2em;
}

#kurume .gest{
	margin-top: 30px;
	
}

.semibun p{
	padding-left: 14em;
	text-align: left;
	margin-bottom: 2em;
	font-size: 1.2em;
}


#kurume img{
	margin-left: 20px;
}


.btn-flat-logo {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #00bcd4;
  transition: .4s;
	margin-top: 25px;
}

.btn-flat-logo:hover {
  background: #1ec7bb;
}


/*eveエリア*/

.eve p{
	text-align: left;
	margin-left: 17em;
}

.kousi_img{
	float: left;
	margin-left: 12em;
}

.kousi{
	text-align: left;
	margin-right: 2em;
	padding-top: 5em
}

.eve_kome{
	font-size: 0.8em;
	padding-left: 4.3em;
}



.karuta .karutabun{
	float: left;
	margin-top: 6em;
	margin-left: 16em;
	margin-right: 0em;
	margin-bottom: 0em;
	text-align: left;
}

.karuta .karuta_img{
	margin-right: 4em;
}



/*山口先生プロフ*/
.yamapuro .kousi_img{
	float: left;
	margin-left: 8em;
	margin-right: 1em;
}

.yamapuro .kousi {
	width: 40em;
	text-align: left;
	padding-top: 1em;
	margin-top: 1em;
}

.yamapuro p{
	text-align: left;
	margin-left: 9em;
	}







/*infoAreaの設定*/

#infoArea{
	width: 940px;
	margin: 0 auto;
	margin-top: 5px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	/*border: solid 2px #91A1FA;*/
}


  .info h2 {
	margin: 0 auto;
	font-size: 1.5em;
  font-family: "Osaka-mono", "MS Gothic", "monospace";
	font: bold;
	width: 50%;
	text-align: center;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 1px #96c2fe;
  padding: 0.2em 0.5em;
  color: #454545;
}

/*#infoArea h2{
	text-align: left;
	margin-bottom: 30px;
	width: 150px;
	font-size: 1.6em;
	text-align: center;
	font-weight: 700;
	font-family: "Comic Sans MS", "cursive";
}*/

/*#infoArea h2{
	display:inline-block;
	width: 150px;
	border: 1px solid #7DA2FD;
	padding: 4px 12px;
	font-size: 1.5em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	
	background: #7DA2FD;
	background: linear-gradient(#7DA2FD,#3C38FA);
	
	border-radius: 2px;
	
	box-shadow: 0 1px 2px rgba(000,000,000,0.2);
	text-shadow: 0 1px 2px rgba(000,000,000,0.2);
}*/

/*#infoArea h2{
	position: relative;
	background: #dfefff;
	box-shadow: 0px 0px 0px 5px #dfefff;
	border: dashed 2px white;
	padding: 0.2em 0.5em;
	color: #454545;
	}

#infoArea h2:after{
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #fff #fff #a8d4ff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
	}*/


.info dl dt{
	float:left;
	width: 5em;
	padding: 5px 0 5px 1.0em;
	margin-bottom: 5px;
}

.info dl dd{
	padding: 5px 0 5px 7.75em;
	margin-bottom: 15px;
}

.info dd.ye{
	background-color: #F9F7D6;
}

/* 高さを制限(※) */
/* スクロールバーを表示(※) */
/*#infoArea {
   height: 20.5em;  
   overflow: scroll;    
}*/






/*表彰エリアの設定*/

  .hyoushou h2 {
	margin: 0 auto;
	font-size: 1.5em;
  font-family: "Osaka-mono", "MS Gothic", "monospace";
	font: bold;
	width: 50%;
	text-align: center;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 1px #96c2fe;
  padding: 0.2em 0.5em;
  color: #454545;
}

.hyoushougazou {
	margin-top: 3em;
	margin-left: 5em;
  margin-right: 1em;
	float: left;
}

.hyoushoubun {
	margin-top: 2em;
	font-size: 1.0em;
	text-align: left;
}



/*lineエリアの設定*/

  .line h2 {
	margin: 0 auto;
	font-size: 1.5em;
  font-family: "Osaka-mono", "MS Gothic", "monospace";
	font: bold;
	width: 50%;
	text-align: center;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 1px #96c2fe;
  padding: 0.2em 0.5em;
  color: #454545;
	margin-top: 3em;
}

.linebun {
	margin-top: 2em;
	font-size: 1.0em;
	margin-left: 6em;
	text-align: left;
	float: left;
}

.linegazou {
	margin-top: 3em;
	margin-left: 2em;
  margin-right: 2em;

}








/*なにエリアの設定*/

.spnani{
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
	font-size: 1.2em;
}

.spnani h2 {
	margin: 0 auto;
	font-size: 1.5em;
  font-family: "Osaka-mono", "MS Gothic", "monospace";
	font: bold;
	width: 50%;
	text-align: center;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 1px #96c2fe;
  padding: 0.2em 0.5em;
  color: #454545;
	margin-top: 3em;
}


.spnani .spnanibun p{
	margin-top: 5px;
	font-size: 1.0em;
	text-align: center;
}

.spnani h3 {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
	width:  40%;
	margin: 0 auto;
	font-size: 1.2em;
	margin-bottom: 1em;
}

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




.nani{
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
	font-size: 1.2em;
}

.nani h2{
		margin: 0 auto;
	font-size: 1.5em;
  font-family: "Osaka-mono", "MS Gothic", "monospace";
	font: bold;
	width: 50%;
	text-align: center;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 1px #96c2fe;
  padding: 0.2em 0.5em;
  color: #454545;
	margin-top: 3em;
}

.nani p{
	margin-top: 10px;
	text-align: center;

}


.award a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 30px 30px 30px 30px;
  width: 350px;
  color: #333;
  font-size: 17px;
  /*font-weight: 700;*/
  text-decoration: none;
  background-color: #E3E3E3;
  border-radius: 20%;
  margin: 0 auto;
}

.award a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #EAEAEA;
  border-radius: 10px;
}

.award a::after {
  content: '';
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #C2C1C1;
  border-right: 2px solid #C2C1C1;
}






/*日時場所エリアの設定*/

.nichiji_shousai{
	margin-top: 50px;
	text-align: center;

}


.nichiji_shousai .nichiji_ji{
	margin-top: 10px;
	font-size: 1.4em;
}


.nichiji_shousai .basho_shousai{
	margin-top: 10px;
	font-size: 1.4em;
}


.torikeshi{
	text-decoration: line-through;
}




/*mapエリアの設定*/

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;

}
 



.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 80%;

}

.sanka_shousai{
	text-align: center;
} 

.sanka_shousai p{
	font-size: 1.4em;
}


.sanka_shousai .explanation{
	background-color: #FCD9FC;
	padding: 20px 10px ;
	text-align: center;
	margin-top: 30px;
	font-size: 1.2em;
	line-height: normal;
}








.papamama{
	text-align: center;
	margin-top: 10px;
}




/*過去レポエリア*/


.kakorepo_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5em;
}


.kakorepobun {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3em;
  margin-bottom: 1em;
  color: blueviolet;
}

.kakorepobun::before,
.kakorepobun::after {
  content: '';
  width: 70px;
  height: 3px;
  background-color: blueviolet;
}

.kakorepobun::before {
  margin-right: 30px;
}

.kakorepobun::after {
  margin-left: 30px;
}



.item {
  padding: 30px;
  width: 25%;
  background-color: #EAEAEA;
  border-radius: 10px;
}
.item h4{
  font-size: 1.0em;
	margin-top: 1em;
  font-weight: bold;
	text-align: left;
}
.item:not(:nth-child(3n+3)) {
  margin-right: 3%;
}

.item:nth-child(n+4) {
  margin-top: 30px;
}

.item p{
	text-align: left;
  font-size: 0.8em;
}



.kakorepo h2{
	margin: 0 auto;
	font-size: 1.5em;
  font-family: "Osaka-mono", "MS Gothic", "monospace";
	font: bold;
	width: 50%;
	text-align: center;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 1px #96c2fe;
  padding: 0.2em 0.5em;
  color: #454545;
	margin-top: 3em;
	margin-bottom: 2em;
}




/*.kakorepo{
	width: 100%;

	margin: 0 auto;

}

.kakorepo h2{
	text-align: center;
	margin-bottom: 20px;

}

.kakorepo ul{
	text-align: center;
	margin-bottom: 3em;
}


.kakorepo ul li img{

	width: 100%;
	margin-right: 25px;
	margin-top: 5px;
	margin-bottom: 5px;

}


.kakorepo h4 {
	width: 300px;
	text-align: left;
	font-size: 1.5em;
	margin: 0 auto;
	margin-top: 2em;
	margin-bottom: 1.5em;
  color: #010079;
  text-shadow: 0 0 5px white;
  border-left: solid 7px #010079;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

*/







/*contactエリアの設定*/

#contact{
	margin-top: 40px;
	
}	
	

/*#contact h2{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 0px;
}*/

#contact h2{
	margin: 0 auto;
	font-size: 1.5em;
  font-family: "Osaka-mono", "MS Gothic", "monospace";
	font: bold;
	width: 50%;
	text-align: center;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 1px #96c2fe;
  padding: 0.2em 0.5em;
  color: #454545;
	margin-top: 3em;
}

#contactArea{
	/*background: url(../web_img/bgContent_contact02.png) no-repeat center;*/
	width: 980px;
/*	height: 800px;*/
	margin: 0 auto ;
	padding: 60px 0px 0 0;
	position: relative;
	margin-bottom: 80px;
}

#contactArea .titleBox{
	position: absolute;
	top: 20px;
	left: 38px;
}

#contactArea .titleBox ul{
	padding-left: 3px;
}

#contactArea .titleBox ul li a{
	background: url(../img/icoShared_arrow.gif) no-repeat left center;
	padding-left: 12px;
	color: #6cc;
}

#contactArea #formWrap{
	margin-left: 150px;
	margin-right: 80px;
}

#contactArea #formWrap p#lead{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1.45em;
	color: #333;
	text-align: center;
  line-height: 150%;
}

#contactArea #formWrap p.shousai{
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 1.2em;
	color: #333;
	text-align: center;
}

#contactArea .cntBox h3{
	margin-bottom: 10px;
	line-height: 1;color: #000;
	
}

#contactArea #formWrap .explanation{
	background-color: #f5f5f5;
	padding: 20px 0px ;
	text-align: center;
	margin-top: 30px;
	font-size: 1.1em;
	line-height: normal;
}

#contactArea #formWrap #explanation2{
	background-color: #f5f5f5;
	padding: 20px 0;
	text-align: center;
	margin-top: 20px;
}



#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	margin-bottom: 30px;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}





/*soraエリアの設定*/

.sora{
	width: 600px;
  margin-top: 70px;
}

.sora h3{
	text-align: center;
	margin-top: 70px;
	margin: 0 auto;
	margin-left: 280px;

}


.goju{
	text-align: right;
	margin-right: 8em;
}


.aboutImage img{
	border-radius: 40% ;
}


.n{
  width: 600px;
}

.n .nishi .aboutImage{
	float: left;
	margin-right: 50px;
	margin-left: 90px;
	margin-top: 60px;
}

.n .nishi .aboutImage img{
	border-radius: 40% ;
}

.n .nishibun{
	width: 230px;
	float: left;
	margin-top: 10px;
	text-align: left;
}


.n .nishibun h5{
	font-size: 1.3em;
	margin-top: 40px;
	margin-bottom: 20px;
	width: 230px;
	text-align: left;
}

.n .nishibun p{
	width: 600px;
	text-align: left;
	
}

.n .nishibun p.aboutbun{
	float: clear;
	text-align: left;
}

.n .nishi .aboutDescription{
	font-size: 0.8em;
	line-height: 5px;
	margin-top: 0px;
	text-align: left;
}

.n{
	float: clear;
}

.n .aboutDescription{
	font-size: 0.8em;
	text-align: left;
}

.n .hpsns{
	margin-top: -10px;
}



.m{
  width: 600px;
}

.m .masa .aboutImage{
	float: left;
	margin-right: 50px;
	margin-left: 90px;
	margin-top: 90px;
}

.m .masabun{
	width: 230px;
	float: left;
	margin-top: 50px;
}


.m .masabun h5{
	font-size: 1.3em;
	margin-top: 40px;
	margin-bottom: 20px;
	width: 230px;
	text-align: left;
}

.m .masabun p{
	width: 600px;
	text-align: left;
}

.m .masabun p.aboutbun{
	float: clear;
}

.m .masa .aboutDescription{
	font-size: 0.8em;
	line-height: 5px;
	margin-top: 0px;

}




.m h5{
	margin-top: 10px;
	margin-bottom: 10px;
}

.m .aboutDescription{
	font-size: 0.8em;
		text-align: left;
}

.m{
	float: clear;
}

.m .masa .aboutDescription{
	font-size: 0.8em;
}




.e{
  width: 600px;
}

.e .eri .aboutImage{
	float: left;
	margin-right: 50px;
	margin-left: 90px;
	margin-top: 130px;
}

.e .eribun{
	width: 230px;
	float: left;
	margin-top: 50px;
}


.e .eribun h5{
	font-size: 1.3em;
	margin-top: 40px;
	margin-bottom: 20px;
	width: 230px;
	text-align: left;
}

.e .eribun p{
	width: 600px;
	text-align: left;
}

.e .eribun p.aboutbun{
	float: clear;
}

.e .eri .aboutDescription{
	font-size: 0.8em;
	line-height: 5px;
	margin-top: 0px;

}




.e h5{
	margin-top: 10px;
	margin-bottom: 10px;
}

.e .aboutDescription{
	font-size: 0.8em;
		text-align: left;
}

.e{
	float: clear;
}

.e .eri .aboutDescription{
	font-size: 0.8em;
}





.ayu{
  width: 600px;
}

.ayu .aboutImage{
	float: left;
	margin-right: 50px;
	margin-left: 90px;
	margin-top: 130px;
}

.ayu .ayubun{
	width: 230px;
	float: left;
	margin-top: 50px;
}


.ayu .ayubun h5{
	font-size: 1.3em;
	margin-top: 40px;
	margin-bottom: 20px;
	width: 230px;
	text-align: left;
}

.ayu .ayubun p{
	width: 600px;
	text-align: left;
}

.ayu .ayubun p.aboutbun{
	float: clear;
}

.ayu .ayubun .aboutDescription{
	font-size: 0.8em;
	line-height: 5px;
	margin-top: 0px;

}




.ayu h5{
	margin-top: 10px;
	margin-bottom: 10px;
}

.ayu .aboutDescription{
	font-size: 0.8em;
		text-align: left;
}

.ayu{
	float: clear;
}

.ayu .ayubun .aboutDescription{
	font-size: 0.8em;
}



.i{
  width: 600px;
}

.i .ino .aboutImage{
	float: left;
	margin-right: 50px;
	margin-left: 90px;
	margin-top: 70px;
}

.i .inobun{
	width: 230px;
	float: left;
	margin-top: 50px;
}


.i .inobun h3{
	font-size: 1.3em;
	margin-top: 40px;
	margin-bottom: 20px;
	width: 230px;
}

.i .inobun p{
	width: 600px;
	
}

.i .inobun p.aboutbun{
	float: clear;
}

.i .ino .aboutDescription{
	font-size: 0.8em;
	line-height: 5px;
	margin-top: 0px;
}




.i h3{
	margin-top: 10px;
	margin-bottom: 10px;
}

.i .aboutDescription{
	font-size: 0.8em;
}

.i{
	float: clear;
}

.i .ino .aboutDescription{
	font-size: 0.8em;
}





.s{
	width: 600px;
}

.s .susu .aboutImage{
	float: left;
	margin-right: 50px;
	margin-left: 90px;
	margin-top: 100px;
}

.s .susubun{
	width: 230px;
	float: left;
	margin-top: 90px;
	text-align: left;
}


.s h5{
	font-size: 1.3em;
	margin-top: 40px;
	margin-bottom: 20px;
	width: 230px;
	text-align: left;
}

.s .susubun p{
	width: 600px;
	text-align: left;
}

.s .susubun p.aboutbun{
	float: clear;
	text-align: left;
}

.s h5{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.s .aboutDescription{
	font-size: 0.8em;
	text-align: left;
}

.s .s{
	float: clear;
}

.s .susu .aboutDescription{
	font-size: 0.8em;
	text-align: left;
}



.mi{
  width: 600px;
}

.mi .mine .aboutImage{
	float: left;
	margin-right: 50px;
	margin-left: 90px;
	margin-top: 90px;
}

.mi .minebun{
	width: 230px;
	float: left;
	margin-top: 50px;
}


.mi .mimebun h5{
	font-size: 1.3em;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 230px;
	text-align: left;
}

.mi .minebun p{
	width: 600px;
	text-align: left;
}

.mi .minebun p.aboutbun{
	float: clear;
}

.mi .mine .aboutDescription{
	font-size: 0.8em;
	line-height: 5px;
	margin-top: 0px;

}


.mi h5{
	margin-top: 10px;
	margin-bottom: 10px;
}

.mi .aboutDescription{
	font-size: 0.8em;
		text-align: left;
}

.mi{
	float: clear;
}

.mi .mine .aboutDescription{
	font-size: 0.8em;
}





.h{
  width: 600px;
}

.h .hira .aboutImage{
	float: left;
	margin-right: 50px;
	margin-left: 90px;
	margin-top: 70px;
}

.h .hirabun{
	width: 230px;
	float: left;
	margin-top: 100px;
	text-align: left;
}

.h h5{
	font-size: 1.3em;
	margin-top: 70px;
	margin-bottom: 20px;
	width: 230px;
	text-align: left;
}

.h .hirabun p{
	width: 600px;	
	text-align: left;
}

.h .hirabun p.aboutbun{
	float: clear;
	text-align: left;
}

.h h5{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.h .aboutDescription{
	font-size: 0.8em;
	text-align: left;
}

.h{
	float: clear;
}

.h .hira .aboutDescription{
	font-size: 0.8em;
	text-align: left;
}


.juyouannai {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;/*背景色*/
}
.juyouannai p {
    margin: 0; 
    padding: 0;
	  font-size: 1.3em;
}

.juyouannai p b{
	border-bottom: solid 1px ;
}



