/* 
    Document   : print
    Created on : 2015/05/01
    Author     : tokei
    Description:
        Purpose of the stylesheet follows.
*/

@import "/css/common2.css";

body {
    font-size: 12px;
}
/****** エントリーエリア ******/
div#entryarea_in div#toplist{
    width: 35%; 
}
/****** ヘッダ ******/
div#toplist ul{
    margin-right: 8px;
}
div#toplist ul li{
    font-size: 13px;
}
div#header_in #leftpane{
    width: 30%;
}
div#header_in #leftpane #logo img{
    max-width: 200px;
    height: auto;
}
div#header_in #rightpane{
    width: 66%;
    border-left: 1px dotted #737373;
    margin-top: 27px;
}
div#main-nav-wide ul li{
    width: 19.4%;
    font-size: 13px;
}
/****** メイン画像 ******/
div#topimage{
    margin-top: 15px;
    margin-bottom: 15px;
}
/****** top contents ******/
div#topContents{
    font-size: 11px;
}
div#topContents div.left,div#topContents div.left_btm{
    width: 25%;
    margin-right:20px;
    padding: 20px 0;
}
div#topContents div.left h2,div#topContents div.left_btm h2{
    font-size: 24px;
    line-height: 30px;
    text-indent: 8px;
    margin: 14px 0 0 10px;
}
div#work_in h2{
    border-left: 8px solid #8E57A0;
}
div#message_in h2{
    border-left: 8px solid #E16254;
}
div#company_in h2{
    border-left: 8px solid #144E98;
}
div#recruit_in h2{
    border-left: 8px solid #ED8343;
}
div#product_in h2{
    border-left: 8px solid #79D1B0;
}
div#topContents div.right{
    max-width: 69%;
    padding: 20px 0;
}
div#topContents div.right table.two_clm{
    max-width: 301px;
}
h2{
    border-bottom: none;
}
/****** フッター ******/
#footerarea ul.bottomframe span.index a{
    font-size: 15px;
}
#footerarea{
    padding: 30px 0px 30px 0px;
    width: 820px;
    max-width: 87%;
}
#footerarea ul.bottomframe li{
    list-style-type: none;
    font-size: 12px;
    margin-bottom: 3px;
}
#footerarea ul.bottomframe li#bottominner_work{
    width: 19%;
    padding-left: 1%;
}
#footerarea ul.bottomframe li#bottominner_message{
    width: 28%;
    padding: 0 5% 0 6%;
}
#footerarea ul.bottomframe li#bottominner_company{
    width: 12%;
    padding-right: 7%;
}
#footerarea ul.bottomframe li#bottominner_recruit{
    width: 20%;
}

p#page-top{
    display: none;
}