@charset 'UTF-8';



section {
	padding:30px 0;
}
section.blue {
	background-color:#eaf6fd;
}
section #wrapper {
	width:1050px;
	padding:0;
}

h2 {
	font-size:24px;font-size:2.4rem;
	color:#0098b1;
}
h2 span {
	display:block;
	font-size:18px;font-size:1.8rem;
	font-weight:400;
}
p,dl,button {
	font-size:14px;font-size:1.4rem;
}
table {
	width:700px;
	font-size:14px;font-size:1.4rem;
	background-color:#fff;
}
th,td {
	width:50%;
	text-align:left;
	border:1px solid #eee;
	padding:1em;
}
.blue th,.blue td {
	border:1px solid #eaf6fd;
}
table ul {
	list-style-type:disc;
	padding-left:1.5em;
}

.lineup img {
	width:300px;
	margin-right:30px;
}
.lineup p {
	margin-bottom:30px;
}
.lineup .tar {
	margin-bottom:0;
}

.contact p {
	text-align:center;
	margin:0;
}
input,textarea {
	margin-top:5px;
}
.contact dt span {
	display:inline-block;
	float:left;
	font-size:12px;font-size:1.2rem;
	color:#fff;
	background-color:#0098b1;
	padding:0 5px;
}
button {
	color:#0098b1;
	border:1px solid #0098b1;
	border-radius:10px;
	background-color:#fff;
	padding:10px 30px;
}
p.tel {
	border-top:1px dotted #fff;
	padding-top:5px;
	margin-top:10px;
}
.tel span,.contact h4 {
	font-size:24px;font-size:2.4rem;
}
.tel i {
	color:#0098b1;
}
.contact h2 {
	text-align:center;
}

@media only screen and (max-width: 1050px) {
}
@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 700px) {
}
@media only screen and (max-width: 500px) {
}
@media only screen and (max-width: 321px) {
}