@charset "UTF-8";
/* -------------- Resetting Again Base CSS Start --- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
    text-decoration: none;
    transition : all 0.5s;
    color:#000;
}
a:hover{
    opacity:0.4;
}

/* -------------- Resetting Again Base CSS End ----- */

img {
	border: 0;	
}


body {
	text-align:center;
/* background: url(imgs/background.jpg) center top repeat;*/
    font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

/* #container{
    background: url(imgs/background.jpg) center top no-repeat;
    width:100%;
} */


/* title */

#title img{
    margin:10px auto;
}

/* main */

.main{
    margin:10px auto;
    width:900px;
    height:auto;
}

p#main-lead{
    margin:24px 40px 66px 40px;
    font-size:20px;
    font-weight:bold;
    line-height:1.5;
    text-align: left;
}

p#main-lead span.present{
    font-size:15px;
    line-height:1.4;
    color:#ff0000;
}

/* box */

.line-box{
    border: solid 3px #888888;
}

#box01,#box02,#box03,#box04{
    position:relative;
    padding:0.2em;
}
#box01,#box02{
        float:left;
}

#box01{
    width:330px;
    height:230px;
    margin-left:30px;
    margin-bottom:45px;
    background-color: #e5f2ff;
}

#box02{
    width:458px;
    height:230px;
    margin-left:40px;
    background-color: #ffe5f2;
}

#box03{
    width:840px;
    height:200px;
    margin-left:30px;
    background-color: #ffffe5;
    clear:both;
}

#box04{
    width:840px;
    height:660px;
    margin-top:45px;
    margin-left:30px;
    background-color: #ffffff;
}


.line-box img.step{
    position:absolute;
    top:-30px;
    left:10px;
}

#box01-1,#box02-1{
    width:240px;
    height:30px;
    position:absolute;
    top:-20px;
    right:6px;
    background-color:#fff;
    padding:0.2em;
}

#box03-1,#box04-1{
    width:310px;
    height:36px;
    position:absolute;
    top:-20px;
    right:6px;
    background-color:#fff;
    padding:0.2em;
}
.book-top{
    margin-bottom:10px;
}

.book-left,.book-right{
    float:left;
    margin-left:20px;
}
.book-left{
    width:40%;
}
.book-right{
    width:55%;
}

p.setsuimei{
    font-size:8px;
    line-height: 1.3;
    text-align: left;
}

p.book-lead{
    color:#00479d;
    font-size:18px;
    font-weight:bold;
    margin:30px auto 14px 20px;
    text-align: left;
}

p.book-image{
    float:left;
    margin-left:14px;
    margin-right:14px;
}
p.ouchi{
    margin-left:0;
    margin-right:14px;
    padding-bottom:50px;
}

p.book-title{
    font-weight:bold;
    font-size:16px;
    color:#333333;
    line-height: 1.3;
    text-align: left;
}
span.small{
    font-size:12px;
    line-height: 1.4;
}

span.book-price{
    font-size:12px;
    font-weight: 100;
    color:#333333;
    line-height: 1.3;
    text-align: right;
}
p.book-contents{
    font-size:12px;
    color:#333333;
    line-height: 1.4;
    text-align: left;
    margin-top:14px;
}

.book-schedule img{
    margin:-50px 0 0 240px;
}

p.alert{
    font-size:12px;
    font-weright:bold;
    color:#ff0000;
    margin:0 auto;
}

/* footer */
footer{
    border-top: solid 1px #C1E8FF;
    margin:20px auto;
}

a.cpr {
    display: block;
    font-size:12px;
	padding-top: 10px;
    margin-bottom: 10px;
	text-align: center;
}
p.dnlh200 {
    font-size:12px;
	text-align: center;
}

p.mkt {
    font-size:12px;
	padding: 5px;
	text-align: center;
}