@charset "UTF-8";
/* CSS Document */


/****************************************************************************
	body基本設定
*****************************************************************************/

body {
    color: #333;
    font-size: 16px;
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    line-height: 30px;
    text-align: center;
    background-image: url(../img/common/head_back.jpg);
    background-repeat: repeat-x;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #333;
    text-decoration: underline;
}
h2, h3, h4 {
    text-align: center;
}
/*	外枠
----------------------------------------------------------------------------*/

#container {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
/****************************************************************************
	コンテンツ設定
*****************************************************************************/


/*	ヘッダー
----------------------------------------------------------------------------*/

#head {
    text-align: center;
    margin-bottom: 20px;
}
#head_in {
    width: 980px;
    margin: auto;
}
h1 {
    width: 980px;
    margin: auto;
    font-size: 15px;
    line-height: 36px;
    height: 36px;
    text-align: left;
    color: #fff;
}
#head_h1_in {
    width: 980px;
    margin: auto;
    font-size: 15px;
    line-height: 36px;
    height: 36px;
    text-align: left;
    color: #fff;
}
#head_h1 {
    height: 36px;
    background-image: url(../img/common/h1_back.png);
    background-repeat: repeat-x;
}
#head_navi {
    height: 49px;
    background-image: url(../img/common/navi_back.png);
    background-repeat: repeat-x;
    text-align: center;
}
#head_tel {
    width: 300px;
    float: right;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
}
/*	グローバルナビ
----------------------------------------------------------------------------*/

#gnavi {
    width: 980px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    height: 150px;
}
#gnavi li {
    float: left;
    margin: 0;
    height: 49px;
    position: relative
}
#gnavi li a {
    display: block;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
}
#gnavi li:hover>a {
    color: #eff7b1;
}
#gnavi>li:hover>a {
    border-radius: 3px 3px 0 0;
}
#gnavi li ul {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    border-radius: 0 0 3px 3px;
    z-index: 999;
}
#gnavi li:last-child ul {
    left: -100%;
    width: 100%
}
#gnavi li ul li {
    overflow: hidden;
    width: 100%;
    height: 0;
    color: #fff;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}
#gnavi li ul li a {
    padding: 14px 0;
    background: #234a8b;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}
#gnavi li:hover ul li {
    overflow: visible;
    height: 38px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
#gnavi li:hover ul li:first-child {
    border-top: 0;
}
#gnavi li:hover ul li:last-child {
    border-bottom: 0;
}
#gnavi li:hover ul li:last-child a {
    border-radius: 0 0 3px 3px;
}
/*	フッター
----------------------------------------------------------------------------*/

#footer {
    height: 36px;
    text-align: center;
    margin-top: 15px;
    background-image: url(../img/common/foot_back.png);
    background-repeat: repeat-x;
}
#copy {
    font-size: 11px;
    color: #fff;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    text-align: center;
    line-height: 36px;
    height: 36px;
}
/*	共通
----------------------------------------------------------------------------*/

.mar_bottom80 {
    margin-bottom: 30px;
}
.mar_top20 {
    margin-top: 20px;
}
.mar_top30 {
    margin-top: 30px;
}
.mar_top80 {
    margin-top: 80px;
}
.center {
    text-align: center;
}
/*中央そろえ*/

.left {
    text-align: left;
}
.clear {
    clear: both;
    overflow: hidden;
    margin: 30px auto;
}
.pagetop {
    text-align: right;
    margin: 40px 0;
}
.obi_gray {
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}
.obi_gray_top {
    height: 20px;
    margin: 0;
    padding: 0;
    background-image: url(../img/common/obi_gy_top.png);
    background-repeat: repeat-x;
}
.obi_gray_bott {
    height: 20px;
    margin: 0;
    padding: 0;
    background-image: url(../img/common/obi_gy_bott.png);
    background-repeat: repeat-x;
}
.title {
    margin-top: 30px;
    margin-bottom: 10px;
}
.title_s {
    margin-bottom: 20px;
}
/****************************************************************************
	ホーム設定
*****************************************************************************/


/*	メニューバー doropdown 
----------------------------------------------------------------------------*/

a {
    text-decoration: none;
}
ul {
    list-style: none;
}
p {
    margin: 15px 0;
}
/* 
	LEVEL ONE
*/

ul.dropdown {
    width: 980px;
    height: 61px;
    margin-top: 20px;
    float: left;
    position: relative;
    z-index: 2000;
}
ul.dropdown li {
    font-weight: bold;
    zoom: 1;
    float: left;
}
ul.dropdown a:hover {
    color: #000;
}
ul.dropdown a:active {
    color: #000;
}
ul.dropdown li a {
    display: block;
    padding: 0;
 border-right:;
    color: #000;
}
ul.dropdown li:last-child a {
    border-right: none;
}
/* Doesn't work in IE */

ul.dropdown li.hover, ul.dropdown li:hover {
    color: #000;
    position: relative;
}
ul.dropdown li.hover a {
    color: #000;
}
/* 
	LEVEL TWO
*/

ul.dropdown ul {
    width: 97px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -5px;
    color: #000;
}
ul.dropdown ul li {
    width: 90px;
    margin-left: 70px;
    font-weight: normal;
    color: #fff;
    border-bottom: 1px solid #299DC5;
    float: none;
    padding: 5px;
    height: 23px;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    background-color: #C3E3EF;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;
    letter-spacing: -0.08em;
}
/* IE 6 & 7 Needs Inline Block */

ul.dropdown ul li a {
    border-right: none;
    width: 100%;
    display: inline-block;
}
/* 
	LEVEL THREE
*/

ul.dropdown ul ul {
    left: 100%;
    top: 0;
}
ul.dropdown li:hover>ul {
    visibility: visible;
}
/*----------------------------------------------------------*/

.top_h2 {
    font-size: 18px;
    margin: 15px 0;
}
#top_jirei {
    width: 920px;
    border: 1px solid #754C24;
    border-top: none;
    background: #F5EEDD;
    margin: 20px auto;
}
/*　カルーセル設定
----------------------------------------------------------*/

#carouselWaku {
    width: 960px;
    overflow: hidden;
    margin: 20px 0;
    background-image: url(../img/top/carousel_back.png);
    background-repeat: repeat-x;
}
#carouselWrap {
    margin: 10px 0 10px 20px;
    width: 940px;
    height: 182px;
    padding: 0;
    position: relative;
}
#carousel {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#carouselInner ul.colmn {
    width: 940px;
    height: 128px;
    list-style: none;
    float: left;
}
#carouselInner ul.colmn li {
    width: 216px;
    float: left;
    margin-right: 18px;
    display: inline;
}
#carouselInner ul.colmn li img {
    border: none;
}
.pager {
    text-align: center;
    margin-bottom: 5px;
}
.pager a {
    background: url(../img/top/carousel_btn.png) no-repeat;
    width: 8px;
    height: 8px;
    margin: 0 5px 0 0;
    display: inline-block;
}
.pager a.selected {
    background: url(../img/top/carousel_btn_on.png) no-repeat;
    cursor: default;
}
.pager a span {
    display: none;
}
/****************************************************************************
	コンテンツ共通設定
*****************************************************************************/

#contents {
    width: 980px;
    margin: 0 auto;
    padding: 0;
}
/*===========================================================================
	トップページ
============================================================================*/

.top_comm {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    margin: auto;
    padding: 15px 0;
    text-align: center;
    color: #244387;
    font-size: 33px;
    line-height: 40px;
}
.top_comm2 {
    width: 960px;
    margin: auto;
    font-size: 15px;
    line-height: 27px;
    text-align: left;
    color: #717171;
}
.top_body {
    margin: auto;
    padding: 10px 0;
    width: 980px;
    text-align: center;
}
.top_list {
    width: 960px;
    margin: auto;
}
.top_list_img {
    width: 230px;
    margin: 5px;
    float: left;
}
.top_list_comm {
    padding: 5px 5px 0 5px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #244386;
}
.top_seo {
    width: 940px;
    margin: 40px auto 10px auto;
    text-align: left;
    font-size: 17px;
    line-height: 30px;
    color: #717171;
}
/*===========================================================================
	事業案内
============================================================================*/

.works_body {
    margin: auto;
    padding: 10px 0 30px 0;
    width: 980px;
    text-align: center;
}
.works_list {
    width: 960px;
    margin: auto;
}
.works_list_img {
    width: 230px;
    margin: 5px;
    float: left;
}
.works_list_comm {
    padding: 5px 5px 0 5px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #244386;
}
.works_waku {
    width: 960px;
    background-image: url(../img/works/waku_mid.png);
    background-repeat: repeat-y;
    padding: 0;
    margin: auto;
}
.works_waku_in {
    width: 918px;
    margin: auto;
    text-align: left;
    border-bottom: 1px #B3B3B3 dotted;
    padding-bottom: 25px;
    padding-top: 10px;
}
.works_waku_in2 {
    width: 918px;
    margin: auto;
    text-align: left;
    border-bottom: 1px #B3B3B3 dotted;
    padding-top: 10px;
}
.works_waku_in3 {
    width: 918px;
    margin: auto;
    text-align: left;
    padding-bottom: 15px;
    padding-top: 10px;
}
.works_waku_comm {
    padding: 15px;
    font-size: 17px;
    line-height: 30px;
    text-align: left;
}
.works_maker {
    width: 960px;
    margin: auto;
}
.works_maker_in {
    width: 320px;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    text-align: left;
    float: left;
}
.works_maker_in li {
    background-image: url(../img/works/icon.png);
    background-position: 0 7px;
    background-repeat: no-repeat;
    text-align: left;
    heigt: 40px;
    line-height: 40px;
    padding-left: 30px;
}
/*- 151117リプレース追加-*/

.works_nc_title {
    font-size: 24px;
    font-weight: bold;
    color: #35599f;
}
.works_nc_effect p {
    font-size: 22px;
    color: #283c8c;
}
.works_nc_effect li {
    background-image: url(../img/works/icon02.png);
    background-position: 0 7px;
    background-repeat: no-repeat;
    text-align: left;
    font-size: 20px;
    color: #283c8c;
    padding-left: 30px;
}
/*===========================================================================
	中古機械情報
============================================================================*/

.used_body {
    margin: auto;
    padding: 10px 0;
    width: 980px;
    text-align: center;
}
.used_list {
    width: 960px;
    margin: 20px auto;
}
.used_list_img {
    width: 230px;
    margin: 0 5px 15px 5px;
    float: left;
}
.used_list_comm {
    padding: 5px 2.5px 0 2.5px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #244386;
}
.used_inqu {
    font-size: 27px;
    line-height: 67px;
    color: #000;
    margin: 70px auto 30px auto;
}
.used_spec {
    width: 460px;
    float: right;
    border: #244386 1px solid;
}
.used_detail {
    width: 480px;
    float: left;
}
.spec_table_top_l {
    width: 100px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    border-bottom: #fff 1px dotted;
    background-color: #244386;
    color: #fff;
}
.spec_table_top_r {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    border-bottom: #244386 1px dotted;
    background-color: #fff;
    color: #244386;
}
.spec_table_bott_l {
    width: 100px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    background-color: #244386;
    color: #fff;
}
.spec_table_bott_r {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    background-color: #fff;
    color: #244386;
}
/*===========================================================================
	会社概要
============================================================================*/

.comp_body {
    margin: auto;
    padding: 10px 0;
    width: 980px;
    text-align: center;
}
.comp_gaiyo {
    width: 866px;
    margin: 0 auto 10px auto;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
}
.comp_pre {
    font-size: 20px;
    line-height: 35px;
    text-align: right;
}
.comp_detail {
    width: 800px;
    margin: 30px auto;
    border: #244386 1px solid;
}
.comp_table_top_l {
    width: 120px;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    border-bottom: #fff 1px dotted;
    background-color: #244386;
    color: #fff;
    vertical-align: top;
}
.comp_table_top_r {
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    border-bottom: #244386 1px dotted;
    background-color: #fff;
    color: #244386;
}
.comp_table_bott_l {
    width: 120px;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    background-color: #244386;
    color: #fff;
    vertical-align: top;
}
.comp_table_bott_r {
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    background-color: #fff;
    color: #244386;
}
.comp_img {
    width: 272px;
    float: left;
    margin: 10px 40px 25px 0;
}
/*===========================================================================
	お問い合わせ
============================================================================*/

.inqu_body {
    margin: auto;
    padding: 10px 0;
    width: 980px;
    text-align: center;
}
.inqu_box {
    width: 870px;
    margin: 30px auto;
    border: #244386 1px solid;
}
.inqu_table_top_l {
    width: 200px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    border-bottom: #fff 1px dotted;
    background-color: #244386;
    color: #fff;
}
.inqu_table_top_r {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    border-bottom: #244386 1px dotted;
    background-color: #fff;
    color: #244386;
}
.inqu_table_bott_l {
    width: 200px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    background-color: #244386;
    color: #fff;
}
.inqu_table_bott_r {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    background-color: #fff;
    color: #244386;
}
/*===========================================================================
	センターレス講習会（勉強会）
============================================================================*/

.study_table {
    width: 960px;
    margin: auto;
    counter-reset: noa;
}
table td.noa:before {
    counter-increment: noa;
    /* section カウンタを増加 */
    content: counter(noa) ")";/* カウンタを表示 */
}
table tr:nth-child(1) {
    counter-reset: nob;
}
table td.nob:before {
    counter-increment: nob;
    /* section カウンタを増加 */
    content: counter(nob);/* カウンタを表示 */
}
td.noa {
    text-align: left;
}
.study_table td.nob {
    background-color: #f2f2f2;
    text-align: center;
}
.study_table th {
    background-color: #e6e6e6;
    font-weight: bold;
    text-align: center;
}
.study_table td {
    text-align: left;
    padding-left: 5px;
}
.study p {
    font-size: 22px;
    color: #283c8c;
}
.study li {
    background-position: 0 7px;
    text-align: left;
    font-size: 20px;
    color: #283c8c;
}
.att {
    padding-left: 2.4em;
    text-indent: -2.4em;
}
.study_waku_comm {
    padding-top: 17px;
    padding-right: 100px;
    padding-left: 100px;
    padding-bottom: 0px;
    font-size: 17px;
    line-height: 30px;
    text-align: left;
}
.remodeltext {
    width: 764px;
    font-size: 17px;
    line-height: 20px;
    text-align: left;
    margin: auto;
    padding-left: 1em;
    text-indent: -1em;
}
a[href$=".pdf"]:after {
    content: url(../img/common/pdf_file_icon_24.png);
    vertical-align: middle;
    margin: 0 5px;
}
