/*   ヘッダー固定   */

#headerOuter{
    position: fixed;
    z-index: 300;
}
#contentsAreaSection{
    top: 66px;
    position: relative;
}

#footerAreaOuter{
    margin-top: 66px;
}

#snsButtonArea ul li {
    display: none;
}

@media screen and (max-width: 640px) {
#contentsAreaSection{
    top: 0px;
    position: unset;
}
}
/*  箇条書き改行揃え   */

#mainArea ul {
  padding-left: 1.5em;
}
#mainArea ul li {
  list-style: disc;
}

#snsButtonArea ul li {
    display: none;
}
#snsButtonArea
 {
    padding: 0;
    overflow: hidden;
}
/*   デフォルト追加   */

/*   原稿詳細レイアウト2   */
.extMdlJobDetail2 .JobDetailInfoBox .detail dl dt {
    box-sizing: border-box;
    padding: 20px 20px;
    margin-bottom: 2px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 200px;
    max-width: 200px;
    margin-right: 0px;
    font-size: 16px;
    background-color: #4a9ec5;
    font-weight: normal;
    color: #FFF;
    text-align: center;
}

.extMdlJobDetail2 .JobDetailInfoBox .detail dl dd {
    box-sizing: border-box;
    padding: 20px 30px;
    margin-bottom: 2px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 200px);
    max-width: calc(100% - 200px);
    background-color: #FFF;
}

/*   原稿詳細レイアウト2   */
.extMdlJobDetail2 .JobDetailComBox .detail dl dt {
    box-sizing: border-box;
    padding: 20px 20px;
    margin-bottom: 2px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 200px;
    max-width: 200px;
    margin-right: 0px;
    font-size: 16px;
    background-color: #4a9ec5;
    font-weight: normal;
    color: #FFF;
    text-align: center;
}

.extMdlJobDetail2 .JobDetailComBox .detail dl dd {
    box-sizing: border-box;
    padding: 20px 30px;
    margin-bottom: 2px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 200px);
    max-width: calc(100% - 200px);
    background-color: #FFF;
}

/*   原稿詳細見出し枠設定   */
.extMdlJobDetail2 .JobDetailInfoBox h3 {
    font-size: 25px;
    margin-bottom: 50px;
    text-align: center;
    border: 2px solid #56aaff;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 0.2em;
}


.extMdlJobDetail2 .JobDetailComBox h3{
    font-size: 25px;
    margin-bottom: 50px;
    text-align: center;
    border: 2px solid #56aaff;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 0.2em;
}



/*
.extMdlJobDetail2 .JobDetailComBox .detail dl dd {
    box-sizing: border-box;
    padding: 20px 30px;
    margin-bottom: 2px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 200px);
    max-width: calc(100% - 200px);
    background-color: #FFF;
}
.extMdlJobDetail2 .JobDetailComBox .detail dl dt {
    box-sizing: border-box;
    padding: 20px 20px;
    margin-bottom: 2px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 200px;
    max-width: 200px;
    margin-right: 0px;
    font-size: 16px;
    background-color: #4a9ec5;
    font-weight: normal;
    color: #FFF;
    text-align: center;
}
*/
/*   フッタ   */
p#pCopyright {
    text-align: right;
}

#footerArea {
    text-align: left;
}
#footerAreaSection {
    border-top: 0px solid #4a9ec5;
}

#footerNaviArea ul li:first-child {
    border-left: 0 none;
}

#footerNaviArea ul li {
    border-left: 1px solid #131313;
}

@media screen and (min-width: 640px) {

.bCatList ul li p.bCatListDate {
    float: left;
    width: 14%;
}
.bCatList ul li p.bCatListTxt {
    float: right;
    width: 86%;
}

}

/*  ///////////////// ここからスマホ ////////////////////   */

@media screen and (max-width: 640px) {

/*
#footerArea {
    text-align: left;
}
*/

/*   原稿詳細   */
.extMdlJobDetailSP2 .JobDetailInfoBox .detail dl dt {
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    background-color: #4a9ec5;
    font-weight: normal;
    color: #FFF;
}
.extMdlJobDetailSP2 .JobDetailComBox .detail dl dt {
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    background-color: #4a9ec5;
    font-weight: normal;
    color: #FFF;
}

/*   原稿詳細見出し枠設定   */
.extMdlJobDetailSP2 .JobDetailInfoBox h3 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
	border: 2px solid #56aaff;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 0.2em;
}
.extMdlJobDetailSP2 .JobDetailComBox h3 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
	border: 2px solid #56aaff;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 0.2em;
}


/*   応募ボタン横並び  */
.JobDetailBtnBoxCst a{
    display: inline-block;
    vertical-align: top;
    width: 160px !important;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
}

.bcu_link_inner{
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}
.JobDetailBtnBoxCstSticky a{
    display: inline-block;
    vertical-align: top;
    width: 160px !important;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
}


}