@charset "UTF-8";


body {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
    font-size: 75%;
    line-height: 2;
    color: #333333;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    text-align: left;
    background-position: top;
    height: 100%;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
    margin: 0px;
    padding: 0px;
}

ul{
    list-style-type: none;
}

img {
    border: none;
}

input,textarea,select {
    font-size: 1em;
}

form {
    margin: 0px;
}

table {
    border-collapse:collapse;
    font-size: 100%;
    border-spacing: 0;
}



/*リンク設定
---------------------------------------------------------------------------*/
a {
    color: #333333;
}
a:hover {
    color: #E60012;
    text-decoration: none;
}


#wrapper {
    overflow: hidden;
    min-height: 100%
    width: 100%;
    text-align: center;
    background-position: top;
    height: 100%;
    position: relative;
}

/*ヘッダー（サイト名ロゴとかが入っている上段のブロック）
---------------------------------------------------------------------------*/
#header {
    text-align: left;
    width: 1300px;
    margin-right: auto;
    margin-left: auto;
    height: 120px;
    position: relative;
}

/*h1タグ設定*/
#header h1 {
    font-size: 11px;    /*文字サイズ*/
    line-height: 14px;
    font-weight: normal;
    position: absolute;
    left: 10px; /*ヘッダーのブロックに対して左から10pxに配置*/
    top: 10px;  /*ヘッダーのブロックに対して上から10pxに配置*/
}


/* サイト名ロゴ画像設定*/
#logo {
    position: absolute;
    left: 0px;  /*ヘッダーのブロックに対して左から0pxに配置*/
    bottom: 0px;/*ヘッダーのブロックに対して下から0pxに配置*/
}


/* コンテナー（コンテンツ大枠）
---------------------------------------------------------------------------*/
div#container {
    overflow: hidden;
    height: auto;
    width: 1300px;
    margin-right: auto;
    margin-left: auto;
}

div#container div {
    float: left;
    padding-bottom: 32767px;
    margin-bottom: -32767px;
} 


.cl {  
    display: inline-block;
}  
.cl:after {
    content: "";
    display: block;
    clear: both;
}  


/*メインコンテンツ（右側）
---------------------------------------------------------------------------*/
#main {
    width: 800px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: left;
}

#main h2 {
    font-size: 100%;
    line-height: 40px;
    color: #000000;
    height: 40px;
    overflow: hidden;
    padding-left: 10px;
    background-color: #FOEFEE;
    clear: both;
}

#main p {
    padding: 0.5em 5px 0.5em;
}


/*サイドコンテンツ（左側）
---------------------------------------------------------------------------*/
#side {
    width: 500px;
    height: 500px;
    padding-top: 10px;
    padding-bottom: 50px;
    text-align: left;
}

#side h3 {
    font-size: 100%;
    border: 3px double #bfbfbf; /*２重線*/
    text-align: center;         /*文字をセンタリング*/
    background-image: url(images/h3bg.gif); /*h3背景画像設定*/
    background-repeat: repeat-x;
    background-position: bottom;
    padding-top: 5px;
    padding-bottom: 5px;
}

#side p {
    padding-top: 0.5em;
    padding-bottom: 1em;
}

#side .title_logo {
    padding-left: 140px;
    padding-top: 10px;
}

/* コンセプトページリンク
---------------------------------------------------------------------------*/
div#side .consept_link {
    width: 250px;
    padding-left: 130px;

    position:absolute; bottom:100px;

}


/*ぱんくず
---------------------------------------------------------------------------*/

#pan {
    text-align: left;
    background-color: #F0EFEE;
    background-position: top;
    margin-right: auto;
    margin-left: auto;
    width: 1300px;
}

#pan .inner {
    padding-left: 150px;
}

#pan li {  
    display:inline;  
    line-height:110%;  
    list-style-type:none;
}  

#pan li a {  
    padding-right:20px;  
    background:url(../img/common/pan_sepa.png) no-repeat right center;  
    text-decoration: none;
}



/*フッターメニュー
---------------------------------------------------------------------------*/
ul#footermenu {
    clear: both;
    text-align: center;
    width: 100%;
}

ul#footermenu li {
    display: inline;
    padding-right: 5px;
    padding-left: 5px;
}


/*フッター（コピーライトとか入っている最下部ブロック）
---------------------------------------------------------------------------*/
#footer {
    width: 1300px;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
}
#footer .inner {
    width: 1300px;
    text-align: right;
    background-position: top;
    margin-right: auto;
    margin-left: auto;
    background-color: #F0EFEE;
    padding: 20px 4px 20px;
}
#footer_logo {
    padding: 0 10px 0 0;
}
#footer .pagetop {
    margin-right: 0px;
}


/*その他
---------------------------------------------------------------------------*/
.color1 {
    color: #E60012;
}

.look {
    background-color: #E4E4E4;
}

.mb1em {
    margin-bottom: 1em;
}

.clear {
    clear: both;
}


/****************************************
  コンテンツタイトル
*****************************************/
#contentsTitle {
    width: 800px;
    height: 55px;
    margin: 4px 0 0 0;
}
#contentsTitleJP {
    font-size: 26px;
    float:left;
    margin: 0 0 0 0;
}
#contentsTitleEN {
    font-size: 16px;
    font-weight: bold;
    float:left;
    margin: 18px 0 0 6px;
}


/****************************************
  会社概要ページ
*****************************************/
.company_inner {
    float: right;
    width: 760px;
    padding-left: 40px;
}
.gaiyou_tbl {
    float: left;
    width: 760px;
}
.gaiyou_tbl th {
    vertical-align: top;
    font-size: 14px;
    font-weight: normal;
    width: 160px;
    text-align: left;
}
.gaiyou_tbl p {
    margin: 0;
    padding: 0;
}
.company_tori {
    line-height:110%;
}
.company_tori2 {
    line-height:140%;
}
.company_inner .PostTitle {
    font-size: 14px;
    margin: -5px;
}
.company_inner .Title {
    font-size: 12px;
}
.company_inner .Detail {
    font-size: 10px;
}
.gaiyou_tbl th .post_title {
    font-size: 12px;
    text-align: right;
    float: right;
    margin-right: 10px;
}


/****************************************
  アクセスページ
*****************************************/
.access_inner {
    float: right;
    width: 760px;
    padding-left: 40px;
}
.access_inner2 {
    float: right;
    width: 760px;
    margin-top: 20px;
    padding-left: 40px;
}
.access_sepa {
    margin-top: 30px;
    height: 1px;
    background-color: #194056;
    border: none;
    color: #194056;
}

.access_text {
    float:left;
    width:360px;
}

.access_map {
    float:right;
    width:400px;
}

/****************************************
  ビジネスページ
*****************************************/
.business_inner {
    float: right;
    width: 760px;
    padding-left: 40px;
}

.business_inner .title {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 20px;
}

.business_inner .title span {
    font-size: 14px;
}

.business_inner .text {
    font-size: 14px;
    line-height: 120%;
    color: #808080;
}

.business_inner a {
    color: #333333;
    text-decoration: none;
}
.business_inner a:hover {
    color: #0E6EB8;
    text-decoration: none;
}


/****************************************
  採用情報ページ
*****************************************/
.recruit_inner {
    float: right;
    width: 760px;
    padding-left: 40px;
}

.recruit_inner .subTitle {
    width: 800px;
    height: 50px;
    margin: 4px 0 0 0;
}
.recruit_inner .TitleJP {
    font-size: 18px;
    float:left;
    line-height: 14px;
}
.recruit_inner .TitleEN {
    font-size: 12px;
    line-height: 10px;
    font-weight: bold;
    float:left;
    margin: 6px 0 0 4px;
}
.recruit_inner .note {
    float: left;
    margin-top: -20px;
    font-size: 12px;
    text-align: left;
}


/****************************************
  お問い合わせページ
*****************************************/
.contact_inner {
    float: right;
    width: 760px;
    padding-left: 40px;
}

.contact_inner .inputHead {
    font-size:16px;
    margin:0;
    padding:10px;
    text-align: right;
    font-weight: normal;
}

.contact_inner .inputHead span {
    color: #ff8c00;
    font-weight: bold;
}

.contact_inner .necessary {
    color: #ff8c00;
    font-weight: bold;
}


.contact_inner input[type="text"] {
    color: #595757;
    line-height: normal;
    font-size: 105%;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    border:1px solid #d3d3d3;
}
.contact_inner fieldset {
    float: right;
    border: none;
}
.contact_inner .red {
    background-color: #FFEEEE;
    border:1px solid #d3d3d3;
}


/****************************************
 企業ロゴ 
*****************************************/
.corp_logo {
    float:left;
    margin-left:0px;
    display: block;
    position: absolute;
    z-index: 1;
    width: 400px;
}

/****************************************
  Global menu
*****************************************/
.nav_menu {
    right: 0px; top: 40px; width: 800px; display: block; position: absolute; z-index: 0;
/*
    float:right;
    margin-top: 40px;
    text-align: center;
    width: 800px;
*/
}

.nav_menu ol {
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
}

/* ビジネス */
.nav_menu .menu1 {
    float: right;
    display: block;
    width: 132px;
    height: 34px;
    background-image: url(../img/common/menu_business.png);
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
    margin-left: 10px;
}
.nav_menu .menu1:hover {
    background-image: url(../img/common/menu_business_on.png);
    background-repeat: no-repeat;
    background-position: center;
}

/* 会社概要 */
.nav_menu .menu2 {
    float: right;
    display: block;
    width: 132px;
    height: 34px;
    background-image: url(../img/common/menu_company.png);
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
    margin-left: 10px;
}
.nav_menu .menu2:hover {
    background-image: url(../img/common/menu_company_on.png);
    background-repeat: no-repeat;
    background-position: center;
}

/* アクセス */
.nav_menu .menu3 {
    float: right;
    display: block;
    width: 132px;
    height: 34px;
    background-image: url(../img/common/menu_access.png);
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
    margin-left: 10px;
}
.nav_menu .menu3:hover {
    background-image: url(../img/common/menu_access_on.png);
    background-repeat: no-repeat;
    background-position: center;
}

/* お問い合わせ */
.nav_menu .menu4 {
    float: right;
    display: block;
    width: 132px;
    height: 34px;
    background-image: url(../img/common/menu_contact.png);
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
    margin-left: 10px;
}
.nav_menu .menu4:hover {
    background-image: url(../img/common/menu_contact_on.png);
    background-repeat: no-repeat;
    background-position: center;
}

/* 採用情報 */
.nav_menu .menu5 {
    float: right;
    display: block;
    width: 132px;
    height: 34px;
    background-image: url(../img/common/menu_recruit.png);
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
    margin-left: 10px;
}
.nav_menu .menu5:hover {
    background-image: url(../img/common/menu_recruit_on.png);
    background-repeat: no-repeat;
    background-position: center;
}


