@charset "shift_jis";


/*-----------------------------------------------------------
reset
--------------------------------------------------------------*/

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

* {
    zoom: 1;
}

html {
    line-height: 1;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

body {
    color: #333;
    font-size: 14px;
    font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', Meiryo, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
    line-height: 1.3;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

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

ol,
ul,
li {
    list-style: none;
}

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

a {
    color: #1b47ff;
    text-decoration: none;
}

a:hover {
    color: #ff7d00;
}

/*-----------------------------------------------------------
common
--------------------------------------------------------------*/

.hide {
    display: none;
}

.show {
    display: block;
}

.displaypc {
    display: block;
}

.displaysp {
    display: none;
}

#header {
    z-index: 1;
    overflow: hidden;
    background-image: none;
    font-size: 12px;
}

#header .pageName {
	margin-bottom: 5px;
	font-size: 10px;
	color: #666;
	text-align: right;
	font-weight: normal;
	position: static;
}

#campaign {
    float: left;
    width: 600px;
    overflow: hidden;
}

#cam {
    text-align: left;
}

.cam {
    width: 664px;
    display: block;
    font-size: 12px;
}

.cam p {
    display: block;
    height: 15px;
    margin-bottom: 3px;
}

.cam a {
    display: block;
    height: 15px;
    padding-left: 70px;
    background: url(/jalan/doc/theme/common/images/topics.gif) no-repeat;
    text-decoration: underline !important;
}

#breadcrumb {
    padding-top: 5px;
    overflow: hidden;
    font-size: 10px;
    line-height: 20px;
}

#breadcrumb li {
    float: left;
}

#breadcrumb li span {
    margin: 0 5px;
    color: #999;
}

#breadcrumb a {
    text-decoration: none;
}

.pageDetail {
    float: right;
    margin-bottom: 10px;
    font-size: 10px;
    text-align: right;
}

#wrap {
    width: 950px;
    margin: 0 auto;
}

.footerMenu {
    clear: both;
    width: 950px;
    margin: 0 auto;
    padding: 20px 0;
}

.footerMenu ul {
    *zoom: 1;
}

.footerMenu ul:after {
    display: block;
    clear: both;
    content: "";
}

.footerMenu ul li {
    float: left;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #ccc;
    font-size: 10px;
}

.footerMenu ul li a {
    white-space: nowrap;
}

.footerMenu .recruitArea {
    width: 950px;
    margin: 10px auto 30px;
    padding-top: 30px;
    border-top: 2px solid #ccc;
}

.footerMenu .recruitArea a {
    color: #435B67;
    text-decoration: underline;
    font-size: 10px;
    font-weight: bold;
}

.pagetopLink {
    width: 950px;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    margin: 15px auto 0;
    color: #666666;
    font-size: 10px;
    text-align: right;
}

.pagetopLink a {
    padding-left: 12px;
    background: url(/theme/bazaar/images/ico_totop.gif) no-repeat left top;
    text-align: left;
}

ol,
ul {
    list-style: none outside none;
}

.pc_hide {
    display: none !important;
}
/* 打ち消し */
#subnavi #subnaviLinks { height: 22px; }

/*===========================================================================
 max-width:738px
===========================================================================*/

@media only screen and (max-width:738px) {

    /*-----------------------------------------------------------
    common
    --------------------------------------------------------------*/

    body {
        font-family: "Hiragino Kaku Gothic ProN",'メイリオ','ヒラギノ角ゴ Pro W3',Meiryo,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
    }

    img {
        width: 100%;
        height: auto;
    }

    .show {
        display: block;
    }

    .displaypc {
        display: none;
    }
    #siteHeader {display: none!important;}
    .displaysp {
        display: block;
    }

    .sp_hide {
        display: none;
    }

    .pc_hide {
        display: inline-block !important;
    }

    #header990 {
        width: 100%;
    }

    #breadcrumb {
        width: 100%;
        padding: 5px;
        overflow: hidden;
        box-sizing: border-box;
        font-size: 10px;
        line-height: 1.3;
    }

    #wrap {
        width: 100%;
    }

    #headerSP {
        height: 39px;
        margin-bottom: 0;
        padding: 5px 10px 1px;
        overflow: hidden;
        border-bottom: 1px solid #d2d2d2;
        box-sizing: content-box;
    }

    #header {
        width: 100%;
        margin-bottom: 0;
    }

    #header .pageName {
        position: inherit;
        color: #999;
        font-weight: normal;
        font-size: 10px;
    }

    #header a {
        text-decoration: none;
    }

    .pageDetail {
        margin-bottom: 10px;
    }

    .jalanLogo {
        display: block;
        float: left;
        width: 95px;
        height: 35px;
        background: url(/assets/img/common/logo_sprite_l.png) no-repeat;
        background-size: 263px 79px;
        text-indent: -999em;
    }

    .headerHelp {
        float: right;
        width: 40px;
    }

    .fixedBtn-pageTop {
        right: 10px;
    }

    .footerTopicPath {
        margin-top: 15px;
        border-top: 1px solid #ccc;
    }

    .footerTopicPath li {
        border-bottom: 1px solid #ccc;
    }

    .footerTopicPath li a {
        display: block;
        position: relative;
        padding: 13px 20px 13px 15px;
        overflow: hidden;
        box-sizing: border-box;
        color: #595757 !important;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.2;
        white-space: normal;
        text-overflow: ellipsis;
        text-decoration: none !important;
    }

    .footerTopicPath li a:after {
        position: absolute;
        top: 50%;
        right: 0;
        width: 20px;
        height: 30px;
        margin-top: -6px;
        background: url(/theme/bazaar/images/smart/ico_link_sp.png) no-repeat;
        -webkit-background-size: 7px 11px;
        background-size: 7px 11px;
        content: '';
    }

    .recruitLogo {
        padding: 10px;
    }

    .rlsLogo {
        display: block;
        width: 260px;
        margin-bottom: 5px;
    }

    .recruitLogo a {
        color: #435B67;
        font-size: 11px;
        font-weight: bold;
        text-decoration: underline;
        text-align: left;
    }

}