/*  
Theme Name: 
Theme URI: http://nagapp.com/
Description:
Version: 0.2
Author URL: si@nagapp.com
*/

@charset "UTF-8";
@import "./font.css";

/***************************************
基本
****************************************/

* {
    margin:0;
    padding:0;
}
body{
    background:#FFF url(/img/home/bg.gif) left top repeat-x;
	font-family:Helvetica, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック Pro W3', osaka;
	font-size:77%;
    color:#333340;
	line-height:130%;
	text-align:center;
    margin:0;
    padding:0;
}
strong {
    font-weight:bold;
}

a:link {
    color:#0073AA;
    text-decoration:none;
}
a:visited {
    color:#4B3F94;
    text-decoration:none;
}
a:active {
    color:#0066CC;
    text-decoration:none;
}
a:hover {
    color:#0066CC;
    text-decoration:underline;
}
a:focus {
    outline:none;
}

table, td, th {
    border-collapse:collapse;
    vertical-align:top;
    font-weight:normal;
    text-align:left;
}

img {
    border:0;
    text-decoration:none;
}

ul, li {
    list-style-type:none;
}

h1, h2, h3{
	font-weight:bold;
}

span {
    font-size:85%;
    font-weight:normal;
}

.left, .alignleft {
    float:left;
}
.right, .alignright {
    float:right;
}
.clear {
    clear:both;
}

/***************************************
文字色
****************************************/

.red {
    color:#CB3A69;
}
.gold {
    color:#D78702;
}

.blue {
    color:#0099CC;
}
.green {
    color:#1D98B3;
}
.glay {
    color:#AEAEA6;
}

/************************************************
基本パーツ
************************************************/

.body1 {
    width:100%;
	text-align:center;
}

/*中央寄せ*/
.body2 {
    width:850px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}
.container {
    padding:25px 0 30px 0;
}

#header {
    border-top:#9494A7 3px solid;
    padding-top:28px;
    height:53px;
}
#header #logo {
    float:left;
}
#header #menu {
    float:right;
}

.ssl {
    padding-top:15px;
}

.footer {
    border-top:#ECECEC 1px solid;
    border-bottom:#ECECEC 1px solid;
    background:url(/img/footer/bg2.gif);
    overflow:hidden;/*FF2.0*/
    zoom:100%;/*IE6*/
}
#foot-mark {
    background:url(/img/footer/bg1.gif) left top repeat-x;
    padding:20px 0 15px 0;
    overflow:hidden;/*FF2.0*/
    zoom:100%;/*IE6*/
}
#foot-mark table {
    width:850px;
}

#foot1 {
    width:850px;
    background:url(/img/footer/line.gif) left top repeat-x;
    padding-top:10px;
    overflow:hidden;/*FF2.0*/
    zoom:100%;/*IE6*/
}
#foot1 #foot-sig {
    float:left;
}
#foot1 #foot-logo {
    float:left;
    padding:10px 20px 0 0;
}
#foot1 #foot-add {
    padding-top:8px;
    float:left;
    color:#9191A6;
    font-size:100%;
    line-height:150%;
}
#foot1 #mark {
    float:right;
    padding-top:5px;
}
#foot1 #mark img {
    margin:0 0 0 15px;
}

#foot2 {
    width:850px;
    margin-top:15px;
    padding:15px 0 20px 0;
    background:url(/img/footer/line.gif) left top repeat-x;
    overflow:hidden;/*FF2.0*/
    zoom:100%;/*IE6*/
}
#foot2 #copyright {
    float:left;
}
#foot2 #fortop {
    float:right;
}
#foot2 #fortop a {
    padding:5px 5px 5px 15px;
}


/************************************************
トップページビジュアル
************************************************/

/*FF SAFARI*/
#area {
    width:100%;
    clear:both;
    height:300px;
    background:url(/img/visual/bg.gif);
    overflow:hidden;/*FF2.0*/
    zoom:100%;/*IE6*/
}
#cf1 {
    width:100%;
    height:300px;
    background:url(/img/visual/1.jpg) center top no-repeat;
}
#cf2 {
    width:100%;
    height:300px;
    background:url(/img/visual/2.jpg) center top no-repeat;
}
#cf3 {
    width:100%;
    height:300px;
    background:url(/img/visual/3.jpg) center top no-repeat;
}

/*IE7系*/
*:first-child+html #area {
}
*:first-child+html #cf1 {
    position:absolute;
    left:0;
}
*:first-child+html #cf2 {
    position:relative;
    left:0;
}
*:first-child+html #cf3 {
    position:relative;
    left:0;
}

/*IE6系*/
* html #area {
    margin-top:30px;
    height:300px;
}
* html #cf1 {
    position:relative;
    left:0;
    height:300px;
}
* html #cf2 {
    position:relative;
    left:0;
    height:300px;
}
* html #cf3 {
    position:relative;
    left:0;
    height:300px;
}

/************************************************
中ページビジュアル
************************************************/

/*FF SAFARI*/
#area2 {
    width:100%;
    clear:both;
    height:60px;
    background:url(/img/visual/bg.gif);
    overflow:hidden;/*FF2.0*/
    zoom:100%;/*IE6*/
}
#cf0 {
    width:100%;
    height:60px;
    background:url(/img/visual/1.jpg) center top no-repeat;
}

/************************************************
カラム
************************************************/

.column1 {
    width:850px;
    margin-bottom:10px;
}

.column2 {
    width:560px;
    float:left;
    margin-bottom:15px;
}
.column2c {
    width:630px;
    float:left;
    margin-bottom:15px;
}

/************************************************
トップページ
************************************************/

/* 1/2 */
.home-table1 {
    float:left;
    margin-bottom:20px;
    padding-right:10px;
}
.home-table1 th {
    border-right:#D5D5DD 2px solid;
    padding:0 10px 0 0;
}
.home-table1 td {
    border-left:#D5D5DD 2px solid;
    padding:0 10px;
}
.home-table1 td li {
    margin-bottom:2px;
}
.home-table1 td img {
    margin-bottom:10px;
}

/*突き抜け*/
.home-table2 {
    margin-bottom:20px;
}
.home-table2 th {
    border-right:#D5D5DD 2px solid;
    padding:0 10px 0 0;
}
.home-table2 td {
    border-left:#D5D5DD 2px solid;
    padding:0 10px;
}
.home-table2 td li {
    margin-bottom:2px;
}

/*ニュース*/
.news {
    width:560px;
}
.news ul {
    width:450px;
    height:120px;
    overflow:auto;
}
.news li {
    padding:0 0 5px 0;
    background:url(/img/footer/line.gif) left bottom repeat-x;
}

/*三度バー*/
.home-side {
    width:280px;
    float:right;
    margin-bottom:20px;
}

/************************************************
お問い合せ
************************************************/

.home-table3 h2 {
    font-size:116%;
    padding-bottom:15px;
}
.home-table3 p {
    padding-bottom:20px;
    line-height:150%;
}

/*突き抜け*/
.home-table3 {
    margin-bottom:20px;
}
.home-table3 table {

}
.home-table3 th {
    width:110px;
    border-right:#D5D5DD 1px solid;
}
.home-table3 td {
    width:510px;
    padding:0 0 0 30px;
}
.home-table3 td li {
    margin-bottom:2px;
}

.contact-form {
}
.contact-form dt {
    float:left;
    padding:7px 0 0 0;
}
.contact-form dd {
    padding:7px 0 7px 140px;
    line-height:130%;
    background:url(/img/footer/line.gif) left top repeat-x;
}

textarea {
    font-size:100%;
    line-height:130%;
}

.txt1 {
    width:90px;
}
.txt2 {
    width:340px;
}
.txt3 {
    width:30px;
}

#adrs, #add3 {
    margin-top:5px;
}
label {
    margin-right:10px;
}
label input {
    margin-right:3px;
}

.smt {
    padding:2px 0;
    background:#F9F9FB;
}
.note {
    margin-top:8px;
    line-height:1.5;
    font-size:85%;
    color:#999999;
}

/************************************************
下位ページ　サイドバー
************************************************/

/*サイド*/
.side {
    width:180px;
    float:right;
    margin-bottom:20px;
}
.side .banner img {
    margin-bottom:6px;
}

/*サイドテーブル*/
.side-table {
    border-left:#D5D5DD 1px solid;
    padding:0 0 0 10px;
    margin-bottom:25px;
}
.side-table ul {
    padding:10px 0 0 0;
}
.side-table li {
    margin-bottom:5px;
}
.side-table img {
    margin-top:15px;
}


/************************************************
サイトポリシー
************************************************/

/*ulの設定*/
.decimal1 {
    padding-left:20px;
}
.decimal1 li {
    text-indent:-1.5em;
    list-style-position:inside;
    list-style-type:decimal;
    padding:5px 0 5px 0;
    line-height:1.5;
}
.decimal2 {
    margin:15px 0 10px 20px;
}
.decimal2 li {
    text-indent:-1.5em;
    background:none;
    padding:3px 0 3px 6px;
}
/*署名*/
.signature {
    width:160px;
    float:right;
    padding-bottom:15px;
}
.signature dl {
    padding:20px 0 0 0;
    line-height:1.2;
}
.signature dt {
    float:left;
    padding:0 0 2px 0;
}
.signature dd {
    padding:0 0 4px 50px;
}

/*取得マーク*/
.mark {
    clear:both;
    padding:0 0 20px 0;
    margin-bottom:15px;
    background:url(/img/footer/line.gif) left bottom repeat-x;
}
.mark p {
    margin:0;
    padding:0 0 15px 0;
}
.mark td {
    line-height:1.5;
    padding:0 0 0 15px;
}
.mark h3 {
    padding-bottom:3px;
    font-size:108%;
}

/*連絡先*/
.privacy-contact {
    padding:10px 0 0 0;
    line-height:150%;
}

/*ページ移動*/
.group-paging2 {
    padding:10px 5px;
    border-top:#ECECEC 1px solid;
    border-bottom:#ECECEC 1px solid;
    background:url(/img/footer/bg2.gif);
    margin-bottom:5px;
    color:#AFAFC0;
}
.group-paging2 span {
    padding:0 8px;
}

/*ポリシー表組み*/
.policy-box {
    border-top:#ccc 1px dotted;
    margin:15px 0;
    text-indent:0em;
}
.policy-box dt {
    float:left;
    padding:3px 0 2px 0;
}
.policy-box dd {
    line-height:120%;
    border-bottom:#ccc 1px dotted;
    padding:5px 0 5px 150px;
}


/************************************************
会社概要・沿革
************************************************/
.company-table {
}
dl.company-table {
    width:490px;
    padding:0 0 0 0;
    line-height:1.2;
}
.company-table dt {
    float:left;
    padding:8px 0 2px 0;
}
.company-table dd {
    padding:6px 0 5px 100px;
    line-height:160%;
    background:url(/img/footer/line.gif) left top repeat-x;
}
.company-table dd span {
    font-size:85%;
    padding:3px 0 0 10px;
    color:#8C8B9C;
}

/************************************************
採用情報
************************************************/
.recruit-table {
    margin-bottom:15px;
}
.recruit-table h3 {
    font-size:108%;
    margin-bottom:10px;
}
.recruit-table table {
    width:520px;
}
.recruit-table th {
    width:110px;
    padding:4px 20px 4px 0;
    border-right:none;
    background:url(/img/footer/line.gif) left top repeat-x;
}
.recruit-table td {
    line-height:150%;
    padding:4px 0 4px 0;
    background:url(/img/footer/line.gif) left top repeat-x;
}

.lead1 {
    background:url(/img/footer/bg2.gif);
    padding:10px;
    margin-bottom:20px;
}
.lead2 {
    background:#fff;
    padding:15px 20px;
}
.lead2 h3 {
    font-size:108%;
    margin-bottom:10px;
}
.lead2 p {
    padding:0;
    line-height:160%;
}

/************************************************
アクセスマップ
************************************************/

.map-bg1 {
    border:#ECECEC 1px solid;
    background:url(/img/footer/bg2.gif);
    padding:10px;
}
.map-bg2 {

}
#map {
    width:480px;
    height:360px;
}
#street {
    width:480px;
    height:250px;
}


/*表組み*/
dl.access-table {
    width:500px;
    margin-top:25px;
}
.access-table dt {
    float:left;
    padding:4px 0 2px 0;
}
.access-table dd {
    line-height:150%;
    padding:4px 0 5px 145px;
    background:url(/img/footer/line.gif) left top repeat-x;
}
.access-table dd span {
    font-size:85%;
    padding:3px 0 0 10px;
    color:#8C8B9C;
}

/************************************************
グループ会社一覧
************************************************/

.group-table {
    padding-top:10px;
    padding-bottom:30px;
}
.group-table table {
    width:100%;
}
.group-table td {
    padding:10px 20px 0 0;
}

.group-list1 {
    margin-top:20px;
    background:url(/img/footer/line.gif) left top repeat-x;
    padding:20px 0 0 0;
}
.group-list2 {
    padding:0 0 5px 0;
    text-align:center;
}
.group-list2 li {
    display:inline;
    border-right:#f3f3f3 1px solid;
    padding:0 5px 0 0;
    margin:0 5px 0 0;
}

/************************************************
グループ会社 個別
************************************************/

.group-detail {
    padding:0 0 5px 0;
}

/*ページ移動*/
.group-paging {
    padding:10px 15px;
    border-top:#ECECEC 1px solid;
    border-bottom:#ECECEC 1px solid;
    background:url(/img/footer/bg2.gif);
    margin-bottom:5px;
    color:#AFAFC0;
}
.group-paging span {
    padding:0 10px;
}


/*冒頭分*/
.group-block {
    padding:15px 0 5px 0;
    margin-bottom:20px;
    /*background:url(/img/footer/bg1.gif) left bottom repeat-x;*/
}
.group-block th {
    padding-left:2px;
    width:90px;
    border-right:#D5D5DD 1px solid;
}
.group-block td {
    padding:0 0 0 15px;
    line-height:160%;
}

/*ポイント*/
.points {
    padding-top:20px;
    padding-bottom:20px;
    background:url(/img/footer/bg1.gif) left top repeat-x;
}
.points td {
    padding-right:20px;
}
.points td h3 {
    margin-bottom:8px;
}

/*写真*/
.photos {
    padding-top:20px;
    padding-bottom:5px;
    background:url(/img/footer/bg1.gif) left top repeat-x;
}
.photos td {
    padding-right:15px;
    padding-bottom:15px;
    line-height:150%;
}
.photos td span {
    padding-top:3px;
    line-height:140%;
    color:#9B9BB0;
}
.photos .cap {
    background:url(/img/group/icon_img.gif) left 10px no-repeat;
    padding:6px 0 0 15px;
}

/*関連サイト*/
.sites {
    padding:25px 0 20px 0;
    background:url(/img/footer/bg1.gif) left top repeat-x;
}

.sites th {
    width:90px;
    border-right:#D5D5DD 1px solid;
}
.sites td {
    padding:0 0 0 15px;
    line-height:140%;
}

.sites-list {
    padding:0 0 15px 0 !important;
    background:url(/img/footer/line.gif) left bottom repeat-x;
    margin-bottom:15px;
}
.sites-list table {
    width:100%;
}
.sites-list .bnr {
    margin-bottom:5px;
}
.sites-list h4 {
    font-size:108%;
}
.sites-list .qr {
    width:80px;
    text-align:right;
}


/*事業内容*/
.service {
    padding:0 0 25px 0;
}
.service th {
    width:90px;
    border-right:#D5D5DD 1px solid;
}
.service td {
    padding:0;

}
.block {
    padding:0 0 15px 15px;
}
.block p {
    padding:0 0 15px 0;
    background:url(/img/footer/line.gif) left bottom repeat-x;
    margin-bottom:15px;

}
.zu {
    margin-bottom:15px;
}
.block h3 {
    font-size:108%;
    padding:0 0 5px 0;
    background:url(/img/footer/line.gif) left bottom repeat-x;
    margin-bottom:15px;
}


/*特徴*/
.block .depth1 {
    padding:0 0 10px 0;
}
.block .depth1 li {
    margin-bottom:4px;
    font-weight:bold;
}
.block .depth2 {
    padding:3px 0 3px 15px;
}
.block .depth2 li {
    margin-bottom:3px;
    list-style-type:disc;
    color:#7D7D99;
    font-weight:normal;
}


/*連番*/
ul.num1 {
    padding:0 0 10px 0;
}
ul.num1 li {
    margin-bottom:4px;
}
ul.num2 {
    padding:5px 0 3px 15px;
}
ul.num2 li {
    margin-bottom:4px;
    list-style-type:disc;
    color:#7D7D99;
}

/*番号*/
.no1 {
    padding:0 0 0 22px;
    background:url(/img/group/1.gif) left 1px no-repeat;
}
.no2 {
    padding:0 0 0 22px;
    background:url(/img/group/2.gif) left 1px no-repeat;
}
.no3 {
    padding:0 0 0 22px;
    background:url(/img/group/3.gif) left 1px no-repeat;
}
.no4 {
    padding:0 0 0 22px;
    background:url(/img/group/4.gif) left 1px no-repeat;
}
.no5 {
    padding:0 0 0 22px;
    background:url(/img/group/5.gif) left 1px no-repeat;
}
.no6 {
    padding:0 0 0 22px;
    background:url(/img/group/6.gif) left 1px no-repeat;
}
.no7 {
    padding:0 0 0 22px;
    background:url(/img/group/7.gif) left 1px no-repeat;
}
.no8 {
    padding:0 0 0 22px;
    background:url(/img/group/8.gif) left 1px no-repeat;
}
.no9 {
    padding:0 0 0 22px;
    background:url(/img/group/9.gif) left 1px no-repeat;
}
.no10 {
    padding:0 0 0 22px;
    background:url(/img/group/10.gif) left 1px no-repeat;
}
.no11 {
    padding:0 0 0 22px;
    background:url(/img/group/11.gif) left 1px no-repeat;
}
.no12 {
    padding:0 0 0 22px;
    background:url(/img/group/12.gif) left 1px no-repeat;
}
.no13 {
    padding:0 0 0 22px;
    background:url(/img/group/13.gif) left 1px no-repeat;
}
.no14 {
    padding:0 0 0 22px;
    background:url(/img/group/14.gif) left 1px no-repeat;
}
.no15 {
    padding:0 0 0 22px;
    background:url(/img/group/15.gif) left 1px no-repeat;
}


/************************************************
グループ会社詳細ヘッダビジュアル
************************************************/

/*FF SAFARI*/
#area-group {
    width:100%;
    clear:both;
    height:80px;
    background:url(/img/visual/bg.gif);
    overflow:hidden;/*FF2.0*/
    zoom:100%;/*IE6*/
}
#ikeuchi {
    width:100%;
    height:80px;
    background:url(/img/group/ikeuchi/vi.jpg) center top no-repeat;
}
#lifestyle {
    width:100%;
    height:80px;
    background:url(/img/group/lifestyle-store1/vi.jpg) center top no-repeat;
}
#lifestyle2 {
    width:100%;
    height:80px;
    background:url(/img/group/lifestyle-store2/vi.jpg) center top no-repeat;
}

#space-create {
    width:100%;
    height:80px;
    background:url(/img/group/space-create/vi.jpg) center top no-repeat;
}
#environmental-development {
    width:100%;
    height:80px;
    background:url(/img/group/environmental-development/vi.jpg) center top no-repeat;
}
#system-service {
    width:100%;
    height:80px;
    background:url(/img/group/system-service/vi.jpg) center top no-repeat;
}
#data-place {
    width:100%;
    height:80px;
    background:url(/img/group/data-place/vi.jpg) center top no-repeat;
}
#design-workshop {
    width:100%;
    height:80px;
    background:url(/img/group/design-workshop/vi.jpg) center top no-repeat;
}
#technical-center {
    width:100%;
    height:80px;
    background:url(/img/group/technical-center/vi.jpg) center top no-repeat;
}
#lemon-corporation {
    width:100%;
    height:80px;
    background:url(/img/group/lemon-corporation/vi.jpg) center top no-repeat;
}
#design-mercato {
    width:100%;
    height:80px;
    background:url(/img/group/design-mercato/vi.jpg) center top no-repeat;
}
#tomix {
    width:100%;
    height:80px;
    background:url(/img/group/tomix/vi.jpg) center top no-repeat;
}
#real-estate {
    width:100%;
    height:80px;
    background:url(/img/group/real-estate/vi.jpg) center top no-repeat;
}

/************************************************
お問い合せ 同意書部分
************************************************/
.agreement {
    background:#FAFAFA;
    margin-top:15px;
    border:#DBDBDB 2px solid;
    padding:10px 10px 30px 10px;
    height:200px;
    overflow:auto;
}
.agreement h3 {
    padding-bottom:10px;
}
.agreement h4 {
    text-align:center;
    padding-bottom:5px;
}

/*第一階層*/
.agreement ul.decimal1 {
    padding:0 !important;
    margin:0 !important;
}
.agreement ul.decimal1 li strong {
    line-height:120%;
}
.agreement ul.decimal1 li {
    margin:0.5em 0 0.5em 1.5em !important;
    line-height:140%;

}
/*第二階層*/
.agreement ul.decimal2 {
    padding:0.8em 0 0 1.5em !important;
    margin:0 !important;
}
.agreement ul.decimal2 li {
    padding:0 !important;
    margin:0 0 0.8em 0 !important;
    border:none;
    line-height:140%;
}
/*リスト*/
.agreement ul.decimal2 ul.list {
    padding:1em 0 0.7em 1.5em !important;
    list-style-type:square !important;
}
.agreement ul.list li {
    list-style-type:square !important;
    margin:0 0 2px 0 !important;
    line-height:120%;
    border:none;
}
/*署名*/
.agreement dl {
    margin-top:10px;
    border-top:#ccc 1px dotted;
    width:360px;
    float:right;
}
.agreement dt {
    float:left;
    padding:3px 0 2px 0;
}
.agreement dd {
    line-height:120%;
    border-bottom:#ccc 1px dotted;
    padding:3px 0 5px 140px;
}
