/* ESSENTIAL
------------------------------------------------------------------*/
html	{
	height: 100%;
	}
body	{
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #555;
	}
p,h1,h2,h3,h4,h5,h6,li,td,dt,dd {
	font-weight: normal;
	}
p,ul,ol,dl,blockquote,pre {
	margin-bottom: 1.0em;
	}
hr	{
	clear: both;
	display: none;
	visibility: hidden;
	}
a:link		{
	color: #0545e8;
	text-decoration: none;
	}
a:visited	{
	color: #0545e8;
	text-decoration: none;
	}
a:hover		{
	color: #396;
	text-decoration: none;
	}
a:active		{
	color: #396;
	text-decoration: none;
	}
img	{
	border: none;
	}
form {
	margin: 0;
	}

/* HEADER
------------------------------------------------------------------*/
header	{
	margin: 0;
	padding: 0;
	}
header img	{
	margin: 0;
	padding: 0;
	width: 100%;
	}


/* CONSTRUCTION
------------------------------------------------------------------*/
section	{
	margin: 0 auto;
	padding: 10%;
	text-align: center;
	}

section.gray	{
	background: #fde8d0;
	}
	section.gray #pdf	{
	margin: 0 auto;
	padding: 0 0 0 30px;
	width: 170px;
	background: transparent url(../images/ico_pdf.gif) no-repeat 0 3px;
	}

section p	{
	padding: 3% 5%;
	display: block;
	text-align: left;
	line-height: 2.0;
	}
	
section#merit ul	{
	margin: 0 0 0 100px;
	padding: 0;
	list-style-type: none;
	}
	section#merit li	{
	margin: 0 3% 0 0;
	padding: 0;
	float: left;
	width: 27.9%;
	text-align: left;
	}


section#flow dl	{
	padding: 3% 0 4%;
	background: transparent url(/iesatei/images/bg_flow.png) no-repeat 55% bottom;
	background-size: 3%;
	}
	section#flow dl.last	{
	background: none;
	}
	section#flow dt	{
	margin-left: 15%;
	padding: 10px;
	border-radius: 5px;
	color: #fff;
	float: left;
	width: 15%;
	}
	section#flow dd	{
	padding: 10px 0;
	float: left;
	width: 50%;
	text-align: left;
	}
	
	section#flow dt#c1	{
	background: #060;
	}
	section#flow dt#c2	{
	background: #060;
	}
	section#flow dt#c3	{
	background: #060;
	}
	section#flow dt#c4	{
	background: #060;
	}
	section#flow dt#c5	{
	background: #060;
	}
	section#flow dt#c6	{
	background: #060;
	}
	section#flow dt#c7	{
	background: #060;
	}
	section#flow dt#c8	{
	background: #060;
	}
section#flow p.attention	{
	font-size: 12px;
	color: #c30;
	text-align: center;
	}


section#faq ul	{
	padding: 3% 0 0;
	list-style-type: none;
	}
/*accordion*/
section#faq dl.accordion dt {
	cursor: pointer;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
section#faq dl.accordion dt {
  display: block;
  padding: 7px 30px 7px 15px;
}
	section#faq dl.accordion dt:hover {
	background: #eee;
	}
	
section#faq dl.accordion dt::before {
  content: '';
  position: relative;
  float: right;
  border: 8px solid transparent;
  border-top-color: #ccc;
  width: 0;
  height: 0;
  top: 5px;
  right: -20px;
}
section#faq dl.accordion dt.open::before {
  content: '';
  position: relative;
  float: right;
  border: 8px solid transparent;
  border-bottom-color: #ccc;
  width: 0;
  height: 0;
  top: -5px;
  right: -20px;
}
section#faq dl.accordion dd {
  word-wrap:break-word;
}
section#faq dl.accordion dd ul li {
  border-bottom: 1px dashed #ccc;
  list-style: none;
  margin: 0;
  padding: 10px;
  text-align: left;
}
section#faq dl.accordion dd ul li a {
  color: #333;
  display: block;
  padding: 0;
}
section#faq dl.accordion dd ul li a::before {
  content: '';
  position: relative;
  float: right;
  border: 8px solid transparent;
  border-left-color: #333;
  width: 0;
  height: 0;
  top: 0;
  right: -25px;
}





/* FORM PAGE
------------------------------------------------------------------*/
section.formS	{
	padding: 5% 0;
	}

/* RESERVATION & CONTACT
------------------------------------------------------------------*/
table.reservation	{
	margin: 0 auto;
	margin-top: 15px;
	padding: 0;
	width: 70%;
	}
table.reservation th	{
	margin: 0;
	padding: 15px;
	width: 15%;
	border-bottom: 1px solid #fff;
	white-space: nowrap;
	text-align: left;
	background-color: #fff;
	font-size: 14px;
	}
table.reservation th span	{
	color: #c30;
	}
table.reservation td	{
	margin: 0;
	padding: 15px;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	text-align: left;
	}
table.reservation td input	{
	border: 1px solid #ddd;
	}
table.reservation td input.long	{
	width: 400px;
	}
table.reservation td input.middle	{
	width: 200px;
	}
table.reservation td input.short	{
	width: 30px;
	}
table.reservation td select	{
	padding: 3px;
	width: 200px;
	border: 1px solid #ddd;
	}
table.reservation td textarea	{
	min-width: 500px;
	min-height: 150px;
	border: 1px solid #ddd;
	}
#but	{
	margin: 20px 0 30px;
	padding: 0;
	text-align: center;
	}
	#but input.button	{
	width: 100px;
	}
@media (max-width: 768px) {
table.reservation	{
	width: 100%;
	font-size: 10px;
	}
table.reservation th	{
	margin: 0;
	padding: 5px;
	font-size: 10px;
	}
table.reservation th span	{
	color: #c30;
	}
table.reservation td	{
	padding: 5px;
	font-size: 10px;
	}
table.reservation td input.long	{
	width: 100%;
	}
table.reservation td input.middle	{
	width: 80%;
	}
table.reservation td input.short	{
	width: 30px;
	}
table.reservation td select	{
	width: 100%;
	font-size: 10px !important;
	}
table.reservation td textarea	{
	min-width: 100%;
	font-size: 10px !important;
	}
}

p.fm	{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0;
	width: 70%;
	text-align: center;
	}
	
#button a	{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	padding: 8px;
	width: 160px;
	text-align: center;
	color: #fff;
	background: #f60;
	font-size: 14px;
	border-radius: 5px;
	}
	#button a:hover	{
	background: #f90;
	}

@media (max-width: 768px) {
p.finish	{
	font-size: 12px;
	}
}


/* FOOTER
------------------------------------------------------------------*/
footer	{
	padding: 2% 10% 5%;
	font-size: 12px;
	}
footer ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	footer ul li	{
	margin: 0;
	padding: 0 1.2em;
	border-left: 1px solid #ccc;
	line-height: 1.0;
	float: left;
	}
	footer ul li.first	{
	padding-left: 0;
	border: none;
	}



/*  Page-Top
------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 30px;
	right: 50px;
	}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 80px;
	height: 60px;
	display: block;
	background: transparent url(../images/iesatei/pagetop.png) no-repeat center top;
	transition : all .2s;
	-webkit-transition: all .2s;
	}
#page-top a:hover {
	opacity: 0.5;
	filter: alpha( opacity=50 );
	-ms-filter: "alpha( opacity=50 )";
	}




/* Clear fix -----------------------------------------------------*/
.clfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}
*:first-child+html .clfix {
	display: inline-block;
	min-height: 1%;
	}
/* Hides from IE6/IE Mac \*/
* html .clfix {
	height: 1%;
	}
.clfix {
	display: block;
	}
/* End hide from IE6/IE Mac */