@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #f7f2e0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	-webkit-text-size-adjust: none;
	}

img {
    image-rendering: -webkit-optimize-contrast;
}

#wrap {
	margin: auto;
	height: auto;
	width: 960px;
}
#contents {
	clear: none;
	float: left;
	height: auto;
	width: auto;
}

/* text */

.text {
	clear: none;
	float: left;
	width: 940px;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-color: #FFF;
	height: auto;
	padding-bottom: 25px;
}
.text p {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;
}





#foot {
	clear:both;
}

h1 {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	background-color: #add700;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;

}
h2 {
	font-weight: bold;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #6fb72f;
	font-size: 20px;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	background-color: #add700;
	color: #FFF;
	padding-top: 10px;
	padding-left: 20px;
}



/*font option*/

.i_red{
	color: #F00;
}

.i_green{
	color: #ADD700;
}

.i_whit{
	color: #FFFFFF;
}

/* blog link option*/

.link {
	clear: none;
	float: left;
	width: 840px;
	text-align: center;
	margin: 60px 60px 70px 60px;
}

a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #228bc8;
  border: 1px solid #228bc8;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a.btn:hover {
  background: #fff;
  color: #228bc8;
}
a.btn:hover:before {
  border-top: 2px solid #228bc8;
  border-right: 2px solid #228bc8;
}

/* youtube area */

.movie {
	clear: none;
	float: left;
	width: 940px;
	margin:40px 10px 0px 10px;
}

#movie_area {
	clear: none;
	float: left;
	height: auto;
	width: 940px;
	margin: 20px 0 30px 0;

}

#youtubeplay {
	clear: none;
	float: left;
	height: 528px;
	width: 940px;
	background-color: #CCC;
}

