@charset "UTF-8";

/*リセット*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-weight: normal;
}

body {
    font-family: "Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    line-height: 1.4;
}

img {
    vertical-align: top;
    max-width: 100%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block;}

ul { list-style:none;}

blockquote, q { quotes:none;}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    color: #000;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

/*リセットここまで*/



body {
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    background: url(../images/bg.jpg) repeat top center scroll;
    font-size: 14px;
    line-height: 1.4;
}
a {
    color: #3558b1;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:hover img {
    opacity: 0.8;
}

.wrap {
    background-image: url(../images/enter.jpg);
    background-repeat: no-repeat;  background-position: center;
    width: 1000px;
    height: 625px;
    position: relative;
    margin: 0 auto;
}

#h1Box h1 {
    color: #b42b2b;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    padding-top: 15px;
}

#enter_logo {
    width: 453px;
    position: absolute;
    top: 165px;
    left: 25px;
}
#subtitle {
    width: 155px;
    position: absolute;
    top: 20px;
    right: 17px;
}

.footerLink {
    background: #ffffff;
    clear: both;
    margin: 0 auto;
    padding: 40px 0 40px;
    width: 1000px;
    text-align: center;
}

.linkButton {
    width: 216px;
    display: inline-block;
    margin: 0 7px 40px;
}
.linkButton img {
    margin-bottom: 10px;
}

.under18 {
    color: #b42b2b;
    font-size: 12px;
    margin-bottom: 60px;
}
.under18 img {
    display: block;
    margin: 20px auto;
}

.index_recruit {
    display: inline-block;
    margin: 0 auto 60px;
}

.link {
    margin-bottom: 20px;
}
.link+div {
    margin-bottom: 60px;
}

.link_body {
    width: 950px;
    margin: 40px auto;
}
.link_body ul {
    overflow: hidden;
    clear: both;
}
.link_container li {
	display: inline-block;
	list-style: none;
    font-size: 12px;
	margin-right: 5px;
    margin-bottom: 10px;
    width: 230px;
    box-sizing:border-box;
    float: left;
}
.link_container li:nth-of-type(4n) {
    margin-right: 0;
}
.link_container li div {
    display: table;
    width: 100%;
}
.link_container li div p {
    display: table-cell;
    vertical-align: middle;
    background: #F9C3C4;
    height: 70px;
}
.link_container li p a img {
    max-width: 88px;
    max-height: 31px;
}

.linkImg{
	margin: 0px !important;
}

.enter-caption {
    width: 650px;
    margin: 60px auto 0;
    text-align: left;
}
.enter-caption p {
    margin: 15px 20px 30px;
    line-height: 26px;
}
.enter-caption a {
    font-weight: bold;
}
.enter-caption p:last-of-type {
    box-sizing: border-box;
    width: 650px;
    border-top: 1px solid #333;
    padding: 30px 20px 0;
    margin: 15px 0;
}
.enter-caption p:last-of-type a {
    text-decoration: none;
    font-weight: normal;
}
.enter-caption h2 {
    color: #fff;
    background-color: #D93836;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 10px;
}
.copyright {
    text-align: center;
    padding: 16px;
    font-size: 12px;
}