@import url("cssreset.css");
@import url("base.css");
@import url("navigation.css");

/*****************************/
/* TableMark Recruiting Site */
/*****************************/


/* contents.css */

#wrapper {
    width:100%;
}

.mincyo {
    font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}

/* anchor */
.anchor {
    display:block;
    margin-top:-108px;
    padding-top:108px;
}

/* header */
#header {
    position:relative;
    width:950px;
    margin:0 auto;
    text-align:center;
}
#header .logo {
    float:left;
    padding:14px 0 0;
}
#header .category {
    position:absolute;
    top:0;
    left:0;
    right:0;
    width:12em;
    margin:auto;
    padding:0;
    font-size:1.8em;
    font-weight:bold;
    line-height:60px;
}
#header .category span {
	font-size:0.75em;
}
#header ul {
    float:right;
    margin:0;
    padding:0 1em;
    border-left:1px solid #000000;
}
#header ul li {
    margin:0;
    font-size:0.9em;
}


/* breadcrumb */
#breadcrumb {
    width:100%;
    margin:0 auto;
    padding:4px 0;
    border-bottom:1px solid #bbbbbb;
    text-align:left;
    line-height:2.0;
    font-size:0.8em;
    color:#e94709;
}
#breadcrumbInner {
    width:950px;
    margin:0 auto;
}
#breadcrumbInner span {
    color:#000000;
}


/* title */
#title {
    width:950px;
    height:95px;
    background:url("../images/title_bg.png") no-repeat right top;
    margin:0 auto;
    padding:25px 0 0;
    text-align:left;
}
#title .dir {
    float:left;
    margin-right:20px;
    line-height:1.1;
    font-size:1.6em;
    color:#e94709;
}
#title .dir span {
    font-size:1.8em;
    color:#000000;
}
#title h1 {
    display:inline-block;
    background:#e94709;
    margin-top:1.8em;
    padding:0 1.5em;
    border-radius:5px;
    vertical-align:text-bottom;
    line-height:2.0;
    font-size:1.2em;
    font-weight:bold;
    color:#ffffff;
}
#title h1.dirTop {
    display:inline-block;
    background:none;
    margin-top:0;
    padding:0;
    border-radius:none;
    vertical-align:inherit;
    line-height:1.1;
    font-size:1.8em;
    font-weight:normal;
    color:#000000;
}
#title h1 br {
    display:none;
}


/* title category top */
#titleCatTop {
    position:relative;
    width:100%;
    background:#ffffff;
    background:-webkit-linear-gradient(left, #ffffff 0%,#ffffff 50%,#eeeeee 51%,#eeeeee 100%);
    background:linear-gradient(to right, #ffffff 0%,#ffffff 50%,#eeeeee 51%,#eeeeee 100%);
}
/*#titleCatTop:before {
    position:absolute;
    top:0;
    left:50%;
    width:50%;
    height:100%;
    
    content:"";
}*/
#titleCatTop #title {
    background:url("../images/title_cat_top_bg.png") no-repeat right top;
}


/* for contents */
#contents {
    width:100%;
    background:#e94709;
    padding:60px 0 120px;
}

/* for top */
#top #contents {
    background:#ffffff;
    padding:0 0 55px;
}

/* contents inner */
#contentsInner {
    position:relative;
    width:850px;
    background:#ffffff;
    margin:0 auto 45px;
    padding:50px;
    text-align:left;
}
.contentsInner {
    position:relative;
    width:850px;
    background:#ffffff;
    margin:0 auto 60px;
    padding:50px;
    text-align:left;
}

.exist_outer #contents {
    padding:0 0 120px;
}



/* next button */
.next {
    max-width:80%;
    margin:0 auto;
}
.next a {
    display:inline-block;
    background:#656565 url("../images/next_arrow.png") no-repeat right center;
    padding:0.8em 4em;
    border:4px solid #ffffff;
    line-height:1.2;
    font-size:1.6em;
    font-weight:bold;
    color:#ffffff;
}
.next a:hover {
    background-color:#e94709;
    text-decoration:none;
}
.next br {
    display:none;
}



/* margin */
.em0 {margin-bottom:0;}
.em05 {margin-bottom:0.5em;}
.em10 {margin-bottom:1.0em;}
.em15 {margin-bottom:1.5em;}
.em20 {margin-bottom:2.0em;}
.em25 {margin-bottom:2.5em;}
.em30 {margin-bottom:3.0em;}
.em35 {margin-bottom:3.5em;}
.em40 {margin-bottom:4.0em;}
.em45 {margin-bottom:4.5em;}
.em50 {margin-bottom:5.0em;}


/* font */
#contents h2 {
    margin-bottom:1.5em;
    padding:8px 0.5em;
    border-bottom:1px solid #cccccc;
    text-align:center;
    line-height:1.2;
    font-size:1.4em;
    font-weight:bold;
}
#contents h3 {
}
#contents h4 {
    font-weight:bold;
}

#contents p.outer {
    width:950px;
    margin:0 auto 30px;
    padding-top:30px;
    text-align:left;
    color:#ffffff;
}

/* center/right */
.center {
    text-align:center;
}
.right {
    text-align:right;
}

/* orange */
.orange {
    color:#e94709;
}



/* paragraphBox */
.paragraphBox {
    position:relative;
    background:#f2f2f2;
    padding:45px 35px 35px;
    border-radius:8px;
}
#contents .paragraphBox h3 {
    position:absolute;
    top:-1em;
    left:0;
    right:0;
    width:60%;
    background:#e94709;
    margin:0 auto;
    padding:4px;
    text-align:center;
    font-size:1.2em;
    font-weight:bold;
    color:#ffffff;
}
#contents .paragraphBox h4 {
    font-size:1.2em;
    font-weight:bold;
    color:#e94709;
}


/* for category top common setting */
/*******************************************/
.categoryTop #contentsInner {
    width:950px;
    background:#e94709;
    margin:0 auto 45px;
    padding:0;
}

.cat_top_box {
    width:100%;
    background:#ffffff;
    margin:0 auto 45px;
    padding-top:6px;
}

.cat_top_box h3 {
}
.cat_top_box h3 a {
    display:block;
    background:#656565 url("../images/cat_top_arrow.png") no-repeat right 0;
    margin:0 6px 6px;
    padding-left:1em;
    line-height:47px;
    font-size:1.4em;
    font-weight:bold;
    color:#ffffff;
    text-decoration:none;
}
.cat_top_box h3 a:hover {
    background-color:#e94709;
}

.inner_a {
    padding:0 6px 6px;
}
.inner_b {
    
}
.inner_c {
    padding:25px 35px 6px;
}
.inner_c .image {
    text-align:center;
}







/* 949px以下 */
/*-------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 949px) {

img, object, embed, video {
    max-width:100%;
    height:auto;
}


/* header */
#header {
    width:100%;
}
#header .logo {
    padding:14px 0 0 1%;
}

#header .category {
    font-size:1.5em;
}
#header ul {
    padding-top:4px;
}
#header ul li {
    font-size:0.9em;
}


/* #breadcrumb */
#breadcrumb {
    width:100%;
}
#breadcrumbInner {
    width:98%;
}


/* title */
#title {
    width:90%;
}

/* contents inner */
#contentsInner {
    width:80%;
    padding:5%;
}
.contentsInner {
    width:80%;
    padding:5%;
}

/* next button */
.next a {
    font-size:1.2em;
}

/* font */

#contents p.outer {
    width:90%;
}


/* for category top common setting */
/*******************************************/
.categoryTop #contentsInner {
    width:90%;
}
.cat_top_box h3 a {
    font-size:1.2em;
}



}
/*-------------------------------------------------------------------------------------------*/
/* 949px以下 END */



/* 667px以下 */
/*-------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 667px) {

/* anchor */
.anchor {
    margin-top:-210px;
    padding-top:210px;
}

/* header */
#header {
    text-align:left;
}
#header .logo {
    float:none;
    padding:10px 0 0 2%;
}
#header .category {
    position:static;
    width:auto;
    padding:0 0 0 2%;
    text-align:left;
    font-size:1.3em;
    line-height:1.4;
}
#header ul {
    display:none;
}


/* breadcrumb */
#breadcrumb {
    display:none;
}


/* title */
#title {
    width:94%;
    height:auto;
    background-size:60%;
    padding:1.5em 3%;
    border-top:1px solid #bbbbbb;
}
#title .dir {
    float:none;
    margin-right:0;
    margin-bottom:0.5em;
    font-size:1.2em;
}
#title h1 {
    float:right;
    margin-top:0;
    padding:0.5em 1em;
    line-height:1.2;
    font-size:1.0em;
}
#title h1.dirTop {
    float:none;
}
#title h1 br {
    display:block;
}

/* title category top */
#titleCatTop {
    background:#eeeeee;
    background:-webkit-linear-gradient(left, #eeeeee 0%,#eeeeee 100%);
    background:linear-gradient(to right, #eeeeee 0%,#eeeeee 100%);
}
#titleCatTop #title {
    background:url("../images/title_cat_top_sp_bg.png") no-repeat right top;
    background-size:60%;
}


/* for contents */
#contents {
    padding:5% 0 10%;
}

/* contents inner */
#contentsInner {
    margin:0 auto 3.0em;
}
.contentsInner {
    margin:0 auto 3.0em;
}


/* next button */
.next {
    max-width:100%;
    font-size:0.8em;
}
.next a {
    background-size:15%;
    padding:0.8em 45px 0.8em 1.5em;
}
.next br {
    display:inline-block;
}


/* paragraphBox */
.paragraphBox {
    padding:4.0em 1.5em 2.0em;
}
#contents .paragraphBox h3 {
    width:80%;
    padding:0.5em;
    line-height:1.4;
}

/* font */
#contents h2 {
    padding:8px 0;
    font-size:1.3em;
}



/* for category top common setting */
/*******************************************/
.cat_top_box h3 a {
    background-position:right center;
    padding:0.5em 2.5em 0.5em 0.5em;
    line-height:1.4;
    text-decoration:none;
}
.inner_c {
    padding:25px 12px 6px;
}


}
/*-------------------------------------------------------------------------------------------*/
/* 667px以下 END */


/* 320px以下 */
/*-------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 320px) {



#title .dir {
    font-size:1.1em;
}



}

}
/*-------------------------------------------------------------------------------------------*/
/* 320px以下 END */



