/* 文字エンコーディング */
@charset "UTF-8";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#headerMain
{
    height: 22px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

#headerMain h1
{
    background: #157299;
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: normal;
    line-height: 18px;
    font-size: 12px;
    color: #ffffff; 
}

#headerLogo
{
    height: 46px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px; 
    text-indent: -9999px;
}

#headerLogo a
{
    display: block;
    background-image : url(sp_logo_swv.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 200px auto;
    height: 40px;
    width: 290px;
}

#headerExtra1
{
    display: none;
}

#headerNav
{
    display: none;
}

/* フッター内パーツ */
#footerMain p
{
    /* コピーライト文字設定 */
    background-color: #231815;
    margin: 0;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px; 
    font-size: 12px;
    color: #fff;
    text-align: center;
}

#footerExtra1
{
    padding-top: 0px;
}

#footerExtra1 ul
{
    margin: 5px auto;
    padding: 0;
    text-align: center;
    list-style: disc;
    overflow: hidden;
}

#footerExtra1 ul li
{
    display: inline-block;
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 10px; 
}

#footerExtra1 ul li a
{
    background-image : url(sp_ico_dot.gif);
    background-position: 0px 4px;
    background-repeat: no-repeat;
    padding-left: 7px;
    color: #898989;
    font-size: 14px;
    text-decoration: underline;
}

/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/
#nav ul li a
{
    display: block;
    height: 33px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 25px; 
    color: #727171;
    text-decoration: none;
    overflow: hidden;
}
#nav span
{
    display: block;
    height: 22px;
    font-weight: bold;
}
#nav span.en, #nav span.ja
{
    float: left;
    font-size: 20px;
    color: #4a4848;
}

#footerNav ul li a
{
    display: block;
    background: #b5b5b5;
    margin: 0;
    height: 39px;
    text-decoration: none;
}

#footerNav ul li a span
{
    display: block;
    height: 39px;
    margin: 0 auto;
}

#footerNav ul li#home a span.ja, #footerNav ul li#home a span.en
{
    background-image : url(sp_top.png);
    background-position: center 10px;
    background-repeat: no-repeat;
    border-width : 1px;border-style : solid;border-color : white;
}

#footerNav ul li#pagetop a span.ja, #footerNav ul li#pagetop a span.en
{
    background-image : url(sp_pagetop.png);
    background-position: center 10px;
    background-repeat: no-repeat;
    border-width : 1px;border-style : solid;border-color : white;
}

#footerNav ul li#home a span.en, #footerNav ul li#pagetop a span.en
{
    display: none;
}

/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/
/* スキップリンクの非表示 */
#skip
{
    height: 0px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

body.layoutset-02 #skip
{
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p
{
    border-bottom: none;
    color: ##4A4848;
    margin-right : 12px;
    margin-left : 12px;
    word-break: break-all;
}

p.large
{
    border-bottom: none;
    color: #157299;
    margin-right : 12px;
    margin-left : 12px;
    font-weight: bold;
    word-break: break-all;
}

p.indent
{
    padding-left: 2em;
    text-indent: -2em;
}

h3.c-index
{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}

.layoutset-02 #nav h3.c-index
{
    margin-top : -30px;
    margin-right : -20px;
    margin-bottom : -20px;
    margin-left : -20px;
}

/* トップページ デザイン定義 */
.layoutset-01 #title
{
    background: #157299;
    background-image : url(sp_top_mainimg.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 150px;
    text-indent: -9999px;
    overflow: hidden;
}

#toppage h3
{
    border-bottom: 1px solid #9fa0a0;
    margin: 0;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px; 
    color: #231815;
    font-size: 18px;
    line-height: 23px;
}

#toppage h3.c-index
{
    display: none;
}

#toppage p
{
    padding: 0;
}

#toppage h3
{
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 15px; 
    font-size: 16px;
    line-height: 27px;
    color: #4c4c4c;
}

#toppage h4
{
    background-color: #bee4f5;
    font-size : 18px;
    text-indent : 20px;
}

 #companyinfo h3
{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 7px;
    font-size: 18px;
    color: #105978;
    line-height: 23px;
}

#companyinfo p
{
    margin-top: 0;
    margin-left: 0;
}

/* その他ページ デザイン定義 */
.layoutset-02 #title h2
{
    background: #2FA5D8;
    margin-top: -10px;
    margin-bottom:-5px;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px; 
    font-weight: 700;
    line-height: 1.6;
    overflow: hidden;
    color:#fff;
}

.layoutset-02 #title h2 span.en, .layoutset-02 #title h2 span.ja
{
    float: left;
    display: block;
    padding-bottom: 2px;
    font-size: 23px;
}

.layoutset-02 #title h2 span.en
{
    display: none;
}

.layoutset-02 #title h3
{
    margin-top: -10px;
    margin-bottom: 0;
    text-align: left;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #105978;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #2CABE2;
    font-size: 18px;
    color: #FF0000;
}

.layoutset-02 #main h3
{
    margin-top: 0;
    margin-bottom: 1.5em;
    text-align: left;
    padding-top: 3px;
    padding-left: 15px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #2CABE2;
    font-size: 18px;
    color: #105978;
}

.layoutset-02 #main h4
{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 7px;
    margin-left: 0px;
    font-size: 16px;
    color: #105978;
    line-height: 23px;
}

.layoutset-02 #main h5
{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 7px;
    margin-left: 15px;
    font-size: 16px;
    color: #105978;
    line-height: 23px;
}

.layoutset-02 #main h6
{
    font-weight : 700;
    line-height : 20px;
    color :#4A4848;
    font-size: 16px;
    margin-top : 10px;
    margin-bottom : 10px;
    margin-left: 15px;
}

.layoutset-02 #main p span
{
    font-size: 10px;
}

.layoutset-02 #main #flow ol
{
    margin-right: 15px;
}

/* メインコンテンツ内基本パーツ */
dl
{
}

dt
{
    margin-top : -10px;
    padding-left: 18px;
    background-image : url(sp_point.png);
    background-position: 4px 5px;
    background-repeat: no-repeat;
    font-weight: bold;
    color: #157299;
}

.recruit-main dt
{
   background-image: none;
   float: left;
   padding-top: 10px;
   padding-right: 10px;
   padding-bottom: 5px;
   padding-left: 15px;
   width: 220px;
}

dt.access
{
    background-image : none;
    color: #105978;
}

dd {
    margin-top : 5px;
    margin-left : 18px;
    margin-right : 15px;
    margin-bottom : 28px;
}

.recruit-main dd
{
   padding-top: 0px;
   padding-right: 10px;
   padding-bottom: 5px;
   padding-left: 10px;
}

dd.access {
    margin-left : 36px;
}

dl:after
{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.layoutset-02 #main ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.layoutset-02 #main li
{
    text-align: left;
    line-height: 1.8;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 25px;
    background-image : url(sp_point.png);
    background-position: 8px 13px;
    background-repeat: no-repeat;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #DDDDDD;
}

.layoutset-02 #privacy li
{
    line-height: 20px;
    background-position: 8px 11px;
}
