/* v2.0 | 20110126
  http://meyerweb.com/eric/tools/css/reset/ 
  License: none (public do)
*/
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, 
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, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'Meiryo',"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka";
}
ol, ul {
	list-style: none;
	font-size: 0;
}
p,li,a,span {
	font-size: 16px;
	line-height: 1.5;
}
a {
	text-decoration: none;
}
a:hover {
	opacity: 0.8;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
main {
    padding-top: 15px;
}

/*//// リセットCSS終了 /////*/

/*//////////////////////////
            
           共通

//////////////////////////*/

h2 {margin: 10px 0}
.small {font-size: 12px;}
.big {font-size: 20px;}
.bold {font-weight: 800;}
.brown {color: #6d3721;}
.white {color: #ffffff}
.right {float: right;}
.left {float: left;}
.clearfix {clear: both;}
.textRight {text-align: right;}
.textLeft {text-align: left;}
.textCenter {text-align: center;}
.block {display: block;}
.inBlock {display: inline-block;}
.inline {display: inline;}
.rlt {position: relative;}
.abs {position: absolute;}
#enter .content {
    min-width: 1094px;
}
#enter .wrap {
    width: 1094px;
    margin: 0 auto;
}

/* bg */
.bgBrown {
    background: url(img/bg_brown.jpg);
}
.bgWhite {
    background: url(img/bg_white.jpg);
}
.bgCloth {
    background: url(img/bg_cloth.jpg);
}
.bgColorfulstripe {
    background: url(img/bg_colorfulstripe.jpg);
}


/* header */
.headerIntro {
    padding: 12px 0;
    box-sizing: border-box;
}
.headerIntro h1 {
    font-size: 12px;
    color: #ffffff
}
.headerImage {
    padding: 20px 0;
}

/* .enter */
.enter {
    padding: 20px 0 10px;
}
.enter li:last-child {
    float: right;
}
.enter ul {
    background: url(img/btn_bg.png) bottom 0px right 80px no-repeat;
    height: 120px;
    width: 750px;
    margin: 0 auto;
}

/* .course */
.course {
    padding: 60px 0 15px;
}
.course .bgWhite {
    margin-top: 20px;
    padding: 20px;
}
.banner {
    padding: 50px 0 25px;
    text-align: center;
}
.banner > div {
    padding-bottom: 10px;
}

/* .blog */
.blog {
    padding: 30px 0 80px;
}
.blog p,.blog a {
    color: #6d3721;
}
.blog a {
    font-size: 20px;
    padding: 5px;
    display: inline-block;
}
.blog a:after {
    content: "";
    display: block;
    width: 102%;
    height: 3px;
    background: #6d3721;
    margin-left: -1%;
}

/* footer */
.footer {
    padding: 50px 0 30px;
}
.footer p {
    font-size: 14px;
    width: 730px;
    margin: 0 auto;
}
p.copy {
    font-size: 12px;
    margin-top: 80px;
}