@charset "utf-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #eee;
	width: 100%;
	height: auto;
	margin: 0;
	padding-top: 30px;
}
#container {
	margin: 0 auto;
	padding: 30px;
	width: 900px;
	height: auto;
	background-color: #FFFFFF;
	text-decoration: none;
}
#container h1{
	width: 900px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	line-height: 1.8em;
	
}

#container h1 img{
	width: 900px;
	height: auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
}
#container #top{
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
}
#container #top p{
	width: 800px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}
#container #top_2{
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	clear: both;
}
#container #top_2 p img{
	width: 600px;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
h3 {
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #ccc;
  border-bottom: 1px solid #ccc;
	width: 800px;
	margin: 0 auto;
}
#sec01{
	width: 900px;
	height: auto;
	margin: 0 auto;
}
#sec01 p{
	margin: 0 auto;
	width: 800px;
	height: auto;
	padding-bottom: 30px;
	line-height: 1.8em;
}
#sec01 p img{
	width: 600px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
#sec02{
	width: 900px;
	height: auto;
	margin: 0 auto;
}
#sec02 p{
	margin: 0 auto;
	width: 800px;
	height: auto;
	padding-bottom: 30px;
}
#sec02 p img{
	width: 600px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
#sec03{
	width: 900px;
	height: auto;
	margin: 0 auto;
}
#sec03 p{
	margin: 0 auto;
	width: 800px;
	height: auto;
	padding-bottom: 30px;
}
#sec03 p img{
	width: 600px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
ul{
  width: 700px;
  height: auto;
  color: #000000; 
  border: double 5px #818181;/*二重線 太さ 色*/
  background: #fcfcfc; 
  padding-top: 25px;
  padding-bottom: 30px;
	margin: 0 auto;
}

ul li{
  line-height: 1.5;
  padding: 0.5em 0;
}
hr {
  border-top: 1px dashed #bbb;
}
h4 {
  width: 800px;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 10px 50px;
}
h4:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(187, 189, 193), transparent);
}
#footer {
	margin: 0 auto;
	background: #dcdcdc;
	padding: 1em 0;
	color: #000;
}
#footer p {
	text-align: center;
	padding: 0.5em;
}
#footer a {
	color: #000;
}
#footer table{
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 5px;
}
#footer table tr{
	width: 900px;
	height: auto;
	text-align: center;
}
#footer table td a:hover{
	opacity: 0.7;
}
#footer table img{
	width: 250px;
	height: auto;
}
#footcheck{
	width: 650px;
	height: auto;
	margin: 0 auto;
}
#footcheck img{
	width: 200px;
	height: aut0o;
	text-align: center;
	padding: 10px 6px;
}
#footcheck a:hover{
	opacity: 0.7;
}
#footcheck2{
	width: 650px;
	height: auto;
	margin: 0 auto;
}
#footcheck2 img{
	width: 300px;
	height: auto;
	text-align: center;
	padding: 10px;
}
#footcheck2 a:hover{
	opacity: 0.7;
}
.yellow-line{
	font-size: 17px;
	background: linear-gradient(transparent 0%, #ffff00 0%);
}
.text_medium{
	width: 800px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	font-size: 17px;
	line-height: 2em;
}
.sec{
	font-size: 25px;
	margin-bottom: 50px;
	margin-top: 50px;
}
.center{
  text-align:center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.small{
	width: 800px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	font-size: 10px;
	line-height: 2em;
}

.star{
	width: 100px;
	height: auto;
}
/*　吹き出し　*/
.balloon-right_a {
  position: relative;
  display: inline-block;
  padding: 0px;
  width: auto;
  min-width: 100px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  background: #dcdcdc;
  border: 3px solid #000000;
  z-index: 0;
}
.balloon-right_a:before {
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #dcdcdc;
  content: "";
  position: absolute;
  top: 50%; right: -8px;
  margin-top: -9px;
  display: block;
  width: 0px;
  height: 0px;
  z-index: 0;
}
.balloon-right_a:after {
  border-style: solid;
  border-width: 11px 0 11px 11px;
  border-color: transparent transparent transparent #000000;
  content: "";
  position: absolute;
  top: 50%; right: -12px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  z-index: -1;
}
.balloon-right_b {
  position: relative;
  display: inline-block;
  padding: 0px;
  width: auto;
  min-width: 100px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  background: #fff;
  border: 3px solid #000000;
  z-index: 0;
}
.balloon-right_b:before {
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
  content: "";
  position: absolute;
  top: 50%; right: -8px;
  margin-top: -9px;
  display: block;
  width: 0px;
  height: 0px;
  z-index: 0;
}
.balloon-right_b:after {
  border-style: solid;
  border-width: 11px 0 11px 11px;
  border-color: transparent transparent transparent #000000;
  content: "";
  position: absolute;
  top: 50%; right: -12px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  z-index: -1;
}
.box{
	width: 700px;
	height: 80px;;
}
.box_left{
	width: 130px;
	height: 80px;;
	float: left;
}
.box_right{
	width: 570px;
	height: 80px;
	float: left;
}
.t{
	width: 500px;
	height: auto;
	font-size: 18px;
	line-height: 2em;
	
}
.small_right{
	width: 800px;
	height: auto;
	margin: 0 auto;
	font-size: 12px;
	line-height: 2em;
	text-align: right;
}