﻿@charset "utf-8";
html,body { height: 100%; }
.main { width: 100%; height: auto; overflow: hidden; background-color: #fff;
	border-top: 1px solid #dbdbdb; min-width: 1200px; }
.banner { background-color:#e55d7a; position: relative; }
.banner img { position: absolute; left: 50%; margin-left: -960px; }
.w1200 { width: 1200px; margin: 0 auto; position: relative; }
em.fontColor { color: #d91e41; }
a.fontColor-link { color: #e20612 }
a.fontColor-link-02 { color: #0e65ad }
a.fontColor-link-course { text-decoration: underline; }
h2.title { font-size: 36px; text-align: center; font-weight: bold; display: block; color: #fff; }
b.icon-arrows { width: 56px; height: 33px; display: block; position: absolute; top:0px; left: 50%; margin-left: -28px; }
.time { background-color: #fff; }

.page-01 { background-color: #fff; overflow: hidden; padding:0 0 6px; }
h2.page-01-title { height: 108px; line-height: 118px; }
.page-01-content { border: 4px solid #f5b8bd; padding:0 50px;
	border-radius: 10px; -moz-border-radius:10px; -webkit-border-radius:10px; background-color:#f5b8bd; }
ul.explain-list { overflow: hidden; padding:30px 0; }
ul.explain-list > li { overflow: hidden; padding-top: 10px; }
ul.explain-list > li > a { text-decoration: underline; }
ul.explain-list > li > b { width: 10px; height: 10px; display: block; float: left;
	margin: 8px 20px 0 0; background-color: #d50d4c;
	border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; }
ul.explain-list > li > p { width: 1000px; float: left; display: block; font-size: 16px; color: #000; line-height: 26px; }