@charset "UTF-8";
/* 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: 50px 0 10px;}
.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;}
.of_hidden {overflow: hidden;}
.of_scroll {overflow: scroll;}
.text-right {text-align: right;}
.text-left {text-align: left;}
.text-center {text-align: center;}
.block {display: block;}
.in-block {display: inline-block;}
.inline {display: inline;}
.rlt {position: relative;}
.abs {position: absolute;}
#enter .content {
    min-width: 1200px;
}
#enter .wrap {
    width: 1200px;
    margin: 0 auto;
}
.half {
    width: 50%;
}
.content_header {
    font-size: 28px;
    line-height: 40px;
    height: 40px;
}

/* bg */
.bg01 {
    background: url(../img/bg/bg_01.jpg);
}
.bg_brown {
    background: url(../img/bg/bg_brown.jpg);
}
.bg_header {
    background: url(../img/bg/bg_obi.png);
}

/* header */
.header_intro {
    height: 39px;
    padding-top: 4px;
    margin-bottom: 50px;
    box-sizing: border-box;
}
.header_intro p {
    font-size: 10px;
    line-height: 1;
}
.header_left {
    width: 56%;
    display: inline-block;
    top: -100px;
}
.header_right {
    width: 43%;
    display: inline-block;
    bottom: -10px;
}
.course {
    top: 15px;
}

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

/* .enter_recruit */
.enter_recruit {
    padding: 100px 0 80px;
}
.enter_recruit p {
    padding-bottom: 20px;
}
.enter_recruit a{
    display: block;
}
.enter_recruit img {
    margin-bottom: 40px;
}
.enter_recruit .bnr img {
    margin-bottom: 20px;
}

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