@charset "utf-8";
/* CSS Document */

body {
	font-family:"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
	font-size: 16px;
	line-height: 2;
	color: #333;
	word-break: break-all;
	min-width: 980px;
	-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
}

a {
	color: #008cb4;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h2 {
	background: url("../images/common/titH2.png") no-repeat 0 6px;
	border-bottom: 1px solid #7fc7d5;
	padding: 0 0 2px 20px;
	margin: 40px 0 20px;
	font-size: 20px;
	color: #7fc7d5;
	line-height: 1.6;
}

h3 {
	margin: 20px 0 15px;
	font-size: 18px;
}

h4 {
}

p {
	margin-bottom: 15px;
}

ul {
	margin: 0 0 15px 32px;
}

ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #e1a96d;
	position: relative;
	left: -15px;
	top: -3px;
}

ul li + li {
	margin-top: 10px;
}

table {
	vertical-align: top;
	width: 100%;
}

table th {
	vertical-align: top;
	background: #e5f4f7;
	border: 1px solid #cecece;
	padding: 15px;
}

table td {
	vertical-align: top;
	border: 1px solid #cecece;
	padding: 15px;
}

table.meibo th,
table.meibo td {
	font-size: 14px;
	padding: 10px;
}

iframe {
	border: none;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px dotted #ccc;
	margin: 20px 0;
}

a:hover img {
	filter: Alpha("opacity=80");
	opacity: 0.8;
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	body {
		min-width: 100%;
		font-size: 14px;
		line-height: 1.8;
	}

	h2 {
		background: url("../images/common/titH2.png") no-repeat 0 3px;
		margin: 25px 0 15px;
		font-size: 16px;
	}

	h3 {
		margin: 15px 0;
		font-size: 16px;
	}

	table {
		font-size: 12px;
	}

	table th, 
	table td {
		padding: 10px 5px;
	}

}



/*____________________ WRAP ____________________*/
#wrap {
	position: relative;
}



/*____________________ HEADER-FOOTER ____________________*/
header p, 
header ul, 
header ul li + li, 
footer p, 
footer ul, 
footer li + li {
	margin: 0;
}

header ul li:before, 
footer ul li:before {
	content: none;
}

header {
	background: url("../images/common/bgAmi.png") repeat #7fc7d5 center top;
}

#headerArea {
	width: 980px;
	margin: 0 auto;
	padding: 15px 0;
}

#headerArea h1 {
	float: left;
	width: 240px;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}

#headerArea p.logo {
	float: left;
	width: 240px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
}

#headerArea p.logo a {
	color: #fff;
}


#headerArea h1 span, 
#headerArea p.logo a span {
	font-size: 14px;
	display: block;
}

#headerArea p.logo a {
	text-decoration: none;
}

#headerArea ul#headCont {
	float: right;
	width: 200px;
}

#headerArea ul#headCont li#btnMenu {
	display: none;
}

#headerArea ul#headCont li.contact a {
	background: #df8ebc;
	border: 1px solid #df8ebc;
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari,Chrome */
	border-radius: 6px; /* CSS3 */
	padding: 5px 15px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: table;
}

#headerArea ul#headCont li.contact a:hover {
	filter: Alpha("opacity=80");
	opacity: 0.8;
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#headerArea ul#headCont li.contact a span {
	background: url("../images/common/iconContact.png") no-repeat right center;
	padding-right: 70px;
	width: 168px;
	height: 39px;
	vertical-align: middle;
	display: table-cell;
}

#glNav {
	background: url("../images/common/bgAmi.png") repeat #46b4d5 center top;
}

#glNav.topPage {
	display: none;
}

#glNav #navArea {
	width: 981px;
	margin: 0 auto;
}

#glNav #navArea ul li {
	float: left;
	width: 160px;
	margin-right: 4px;
	display: table;
}

#glNav #navArea ul li:first-child {
	display: none;
}

#glNav #navArea ul li:last-child {
	margin-right: 0;
}

#glNav #navArea ul li a {
	padding: 5px;
	width: 150px;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	display: table-cell;
}

#glNav #navArea ul li a:hover, 
#glNav #navArea ul li a.current {
	background: url("../images/common/bgAmi.png") repeat #e1a96d center top;
}

footer {
	background: url("../images/common/bgAmi.png") repeat #7fc7d5 center top;
}

#footerArea {
	background: url("../images/common/bgFoot.png") no-repeat right bottom;
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 25px;
	font-size: 17px;
	color: #fff;
	min-height: 130px;
}

#footerArea p {
	line-height: 1.6;
}

#footerArea p.logo {
	margin: 10px 0;
}

#footerArea p.logo span {
	font-size: 30px;
	font-weight: bold;
}

#footerArea a {
	color: #fff;
}



/*__________ SP __________*/
@media screen and (max-width: 767px) {

	#headerArea {
		width: auto;
		max-width: 510px;
		margin: 0 auto;
		padding: 0 0 0 10px;
	}

	#headerArea h1, 
	#headerArea p.logo {
		width: 80px;
		font-size: 20px;
		padding-top: 15px;
	}

	#headerArea h1 span, 
	#headerArea p.logo a span {
		display: none;
	}

	#headerArea ul#headCont {
		width: 100px;
	}

	#headerArea ul#headCont li {
		float: right;
		width: 50px;
	}

	#headerArea ul#headCont li#btnMenu {
		display: block;
		background: #e1a96d;
		cursor: pointer;
	}

	#headerArea ul#headCont li#btnMenu img {
		width: 100%;
		height: auto;
	}

	#headerArea ul#headCont li.contact a {
		border: none;
		-moz-border-radius: 0; /* Firefox */
		-webkit-border-radius: 0; /* Safari,Chrome */
		border-radius: 0; /* CSS3 */
		padding: 0;
		background: url("../images/common/iconContact.png") no-repeat #df8ebc center center;
		background-size: 34px 24px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		width: 50px;
		height: 50px;
		display: block;
	}

	#headerArea ul#headCont li.contact a span {
		background: none;
	}

	#glNav {
		background: #e1a96d;
		display: none;
	}

	#glNav #navArea {
		width: auto;
		max-width: 520px;
	}

	#glNav #navArea ul li {
		float: none;
		width: auto;
		margin-right: 0;
		display: block;
		border-bottom: 1px solid #fff;
	}

	#glNav #navArea ul li:first-child {
		display: block;
	}

	#glNav #navArea ul li:last-child {
		border-bottom: none;
	}

	#glNav #navArea ul li a {
		padding: 10px;
		width: auto;
		height: auto;
		font-size: 16px;
		font-weight: normal;
		text-align: left;
		display: block;
	}

	#footerArea {
		background: url("../images/common/bgFoot.png") no-repeat right 10px bottom;
		background-size: 80px 54px;
		width: auto;
		max-width: 500px;
		margin: 0 auto;
		padding: 15px 10px 15px;
		font-size: 14px;
		min-height: 54px;
	}

	#footerArea p.logo span {
		font-size: 28px;
	}

}



/*____________________ CONTENT ____________________*/
#contentsArea {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0 60px;
}

#contentsArea h1 {
	background: url("../images/common/titH1.png") no-repeat left bottom;
	padding-bottom: 15px;
	margin-bottom: 30px;
	font-size: 29px;
	color: #7fc7d5;
	line-height: 1.4;
}

#contentsArea #pageDetail section:first-child h2 {
	margin-top: 0;
}

#contentsArea #pageDetail p:last-child, 
#contentsArea #pageDetail ul:last-child, 
#contentsArea #pageDetail table:last-child {
	margin-bottom: 0;
}

#bgBanner {
	background: url("../images/common/bgAmi.png") repeat #b4d4ff center top;
}

#bannerArea {
	width: 988px;
	margin: 0 auto;
	padding: 20px 0;
}

#bannerArea ul li:before {
	content: none;
}

#bannerArea ul li {
	list-style-type: none;
}

#bannerArea ul {
	margin: -10px 0 0 -10px;
}

#bannerArea ul li {
	float: left;
	width: 236px;
	margin: 10px 0 0 12px;
}

#bannerArea ul li img {
	width: 100%;
	height: auto;
}

.red {
	color: #cb4857;
}

.underLine {
	text-decoration: underline;
}

#pageTop p {
	position: fixed;
	right: 10px;
	bottom: 10px;
}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	#contentsArea {
		width: auto;
		max-width: 500px;
		padding: 20px 10px 40px;
	}

	#contentsArea h1 {
		background: url("../images/common/titH1.png") no-repeat left bottom;
		background-size: 500px 6px;
		padding-bottom: 10px;
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 1.6;
	}

	#bannerArea {
		width: auto;
		max-width: 500px;
		padding: 20px 10px;
	}

	#bannerArea ul {
		margin: -2% 0 0 -2%;
	}

	#bannerArea ul li {
		width: 100%;
		max-width: 236px;
		margin: 2% auto 0 auto;
		float: none;
	}
	
	#pageTop p {
		width: 80px;
	}

	#pageTop p img {
		width: 100%;
		height: auto;
	}


}



/*____________________ TOPPAGE ____________________*/
#main {
	background: url("../images/top/bgMainAmi.png") repeat-x center top;
}

#bgMain {
	background: url("../images/top/bgMain.png") no-repeat center top;
}

#main p#mainArea {
	width: 980px;
	margin: 0 auto;
}

#contentsArea.topPage ul#contentsList {
	margin: -20px 0 0 -10px;
}

#contentsArea.topPage ul#contentsList li {
	float: left;
	width: 320px;
	margin: 20px 0 0 10px;
}

#contentsArea.topPage ul#contentsList li:before {
	content: none;
}

#contentsArea.topPage #topics {
	background: url("../images/common/line.png") no-repeat left top;
	padding-top: 26px;
	margin-top: 35px;

}

#contentsArea.topPage #bgTopics {
	background: url("../images/common/line.png") no-repeat left bottom;
	padding-bottom: 16px;
}

#contentsArea.topPage #topics h2 {
	background: none;
	border-bottom: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 138px;
}

#contentsArea.topPage #topics dl {
	float: right;
	width: 800px;
	min-height: 84px;

	/*
	padding-right: 20px;
	height: 130px;
	overflow-y: auto;
	*/
}

#contentsArea.topPage #topics dl dt {
	float: left;
	width: 7em;
	margin-bottom: 10px;
	clear: left;
}

#contentsArea.topPage #topics dl dd {
	margin: 0 0 10px 7em;
}

#contentsArea.topPage #topics dl dd .waku {
	border: 2px solid #7fc7d5;
	padding: 20px;
}

#contentsArea.topPage #topics dl dd .waku p:last-child {
	margin-bottom: 0;
}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	#main {
		background: none;
	}

	#bgMain {
		background: url("../images/top/bgMainSp.png") no-repeat center top;
		background-size: cover;
		width: 100%;
		height: 100%;
	}

	#main p#mainArea {
		width: auto;
		max-width: 520px;
	}

	#main p#mainArea img {
		width: 100%;
		height: auto;
	}

	#contentsArea.topPage ul#contentsList {
		margin: -4% 0 0 -2%;
	}

	#contentsArea.topPage ul#contentsList li {
		width: 48%;
		margin: 4% 0 0 2%;
	}

	#contentsArea.topPage ul#contentsList li img {
		width: 100%;
		height: auto;
	}

	#contentsArea.topPage #topics {
		background: url("../images/common/line.png") no-repeat left top;
		background-size: 500px 3px;
		padding-top: 18px;
		margin-top: 20px;
	
	}

	#contentsArea.topPage #bgTopics {
		background: url("../images/common/line.png") no-repeat left bottom;
		background-size: 500px 3px;
		padding-bottom: 18px;
	}

	#contentsArea.topPage #topics h2 {
		float: none;
		width: 64px;
		line-height: 1;
	}

	#contentsArea.topPage #topics h2 img {
		width: 100%;
		height: auto;
	}

	#contentsArea.topPage #topics dl {
		float: none;
		width: auto;
		font-size: 14px;

		min-height: initial;
		min-height: auto;
		/*
		padding-right: 0;
		height: auto;
		*/
	}

	#contentsArea.topPage #topics dl dt {
		float: none;
		width: auto;
		margin: 10px 0 2px;
	}

	#contentsArea.topPage #topics dl dd {
		margin: 0;
	}

	#contentsArea.topPage #topics dl dd .waku {
		padding: 10px;
	}

}



/*____________________ about ____________________*/
#about table th {
	width: 90px;
}

#about table td.name {
	width: 140px;
}

h1 span.tourokusuu {
	color: #000;
	font-size: 64%;
	display: inline-block;
	padding-left: 15px;
}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	#about table th {
		width: 70px;
	}

	#about table td.name {
		width: 74px;
	}
	
	h1 span.tourokusuu {
		display: block;
		padding-left: 0;
	}

}


/*____________________ contact ____________________*/
#contact table th {
	width: 120px;
}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	#contact table th {
		width: 90px;
	}

}



/*____________________ registration ____________________*/
#registration #flow ul {
	margin: 0;
}

#registration #flow ul li {
	background: url("../images/common/arrow.png") no-repeat center top;
	padding-top: 30px;
}

#registration #flow ul li:first-child {
	background: none;
	padding-top: 0;
}

#registration #flow ul li:before {
	width: auto;
	height: auto;
	display: block;
	border-radius: 0;
	background: none;
	position: static;
}

#registration #flow ul li + li {
	margin-top: 10px;
}

#registration #flow ul li p {
	border: 2px solid #f5f5f5;
	background: #f5f5f5;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 0;
	text-align: center;
}

#registration #flow ul li p.bg {
	border: 2px solid #e7b784;
	background: #e7b784;
}

#registration .arrow_area {
	margin: 20px 0;
	position: relative;
}

#registration .arrow_area p.txt {
	margin-bottom: 0;
	margin-left: auto;
	width: 430px;

}

#registration .arrow_area p.arrow_down {
	margin: 0;

	position: absolute;
	right: 50%;
	bottom: 50%;
	transform: translate(50%, 50%);
}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	#registration .arrow_area {
		margin: 10px 0;
		position: static;
	}

	#registration .arrow_area p.txt {
		margin-bottom: 10px;
		margin-left: 0;
		width: auto;
	}

	#registration .arrow_area p.arrow_down {
		margin: 0 auto;
		position: static;
		transform: none;
	}

}


