header {
	height: auto;
	width: 100%;
}
header figure {
	height: 55px;
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
.header figure a {
	height: 100%;
	width: 100%;
	text-align: center;
}
.header-title {
	height: auto;
	width: 300px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #EA7991;
	border-left-color: #EA7991;
	margin-right: auto;
	margin-left: auto;
}
.header-title img {
	text-align: left;
	height: auto;
	width: auto;
}


section {
	height: auto;
	width: 100%;
	margin-top: 20px;
	display: block;

}
.section-text1 {
	font-size: 12px;
	line-height: 1.2em;
	height: auto;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

section nav li:nth-child(4) {
	height: 100px;
	width: 80px;
	display: block;
	margin-right: 10px;
	margin-left: 20px;
	float: left;
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
}
.section-item {
	height: auto;
	width: 301px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

.accordion_btn {
	cursor:pointer;
}

.section-item p {
	font-size: 12px;
	line-height: 1.2em;
	margin-top: 5px;
	background-color: #F7D7E5;
	padding: 10px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.section-item .accordion_btn img {
	-webkit-box-shadow: 2px 2px 2px #333333;
	-moz-box-shadow: 2px 2px 2px #333333;
	-o-box-shadow: 2px 2px 2px #333333;
	box-shadow: 2px 2px 2px #333333;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
}

section nav{
	height: auto;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.section-tel {
	height: 55px;
	width: 133px;
	margin-right: auto;
	margin-left: auto;
}

section nav ul {
	height: 220px;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
section nav li {
	height: 100px;
	width: 80px;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	margin-top: 10px;
	text-align: center;
}
section nav li:first-child {
	height: 100px;
	width: 80px;
	display: block;
	margin-right: 10px;
	margin-left: 20px;
	float: left;
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
}

section nav li:nth-child(4) {
	height: 100px;
	width: 80px;
	display: block;
	margin-right: 10px;
	margin-left: 20px;
	float: left;
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
}

section nav li a {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	height: 100px;
	width: 80px;
	display: block;
	float: left;
	text-decoration: none;
	line-height: 1.2em;
	font-size: 12px;
}

section nav ul:after {
	content:"";
	display:block;
	clear:both;
}
section nav ul li a img {
	-webkit-box-shadow: 2px 2px 2px #333333;
	-moz-box-shadow: 2px 2px 2px #333333;
	-o-box-shadow: 2px 2px 2px #333333;
	box-shadow: 2px 2px 2px #333333;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
}
