@import url(base.css);
@import url(common.css);
@import url(lib.css);
/* ---------------------------------
Index
---------------------------------- */
body a { text-decoration: underline; color: #e85d81; }

header { width: 100%; background: url(../img/main.jpg) no-repeat; background-size: cover; margin-bottom: 50px; }
header #header { width: 1000px; margin: 0 auto; position: relative; }
header #header p.logo { position: absolute; top: 20px; left: 0px; }
header #header h1 { text-align: center; }
header #header h1 span { display: block; height: 280px; position: relative; width: 1000px; margin: 0 auto; }
header #header h1 span img { padding-top: 35px; }

.ex { line-height: 2em; font-size: 15px; text-align: center; }
.ex a { text-decoration: underline; color: #097ee6; }

p.download { width: 1000px; margin: 0 auto; text-align: center; margin: 25px auto 50px auto; }
p.download a:hover { position: relative; top: 2px; }

#menu { width: 1000px; margin: 0 auto; }
#menu li { position: relative; margin-bottom: 50px; }
#menu li p.btn { position: absolute; bottom: 0px; right: 0px; }
#menu li p.btn a:hover { position: relative; top: 2px; }
#menu li ul#disc { position: absolute; top: 80px; right: 0px; }
#menu li ul#disc li { margin-bottom: 5px; }
#menu li ul#disc li a:hover { position: relative; top: 2px; }
#menu li:last-child { margin-bottom: 90px; }

.additional { width: 1000px; margin: 0 auto; padding: 40px; background: white; border: solid 1px #c9c9c9; text-align: center; }
.additional h3 { border-bottom: solid 1px #ccc; padding-bottom: 15px; margin-bottom: 15px; font-size: 20px; color: #e85d81; }
.additional p.txt { font-weight: bold; font-size: 15px; margin-bottom: 5px; line-height: 1.8em; }
.additional p.mail { font-size: 16px; margin-bottom: 30px; }
.additional p.back { font-size: 15px; }
.additional p.back a { width: 400px; margin: 0 auto; border-radius: 30px; border: solid 1px #e85d81; display: inline-block; letter-spacing: -1px; padding: 7px 20px; text-decoration: none; }
.additional p.back a:hover { position: relative; top: 2px; }
.additional p.back.blue { margin-top: 10px; }
.additional p.back.blue a { border: solid 1px cornflowerblue; color: cornflowerblue; }

footer { text-align: center; padding: 40px 0; }
footer small { letter-spacing: 1px; }
