@charset "utf-8";
/*
Theme Name: from-maintenance
Author: web-kyoto
Author URI: http://web-kyoto.info/
Tags: simple

*/

*{margin:0;padding:0;}

body{
font: 15px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
Theme URI: http://theme.o2gp.com/
Description: theme001
color:#252525;
background: #ffffff;
background: url(images/bg_footer.png) repeat-x;
background-position:bottom;
}


a{color:#006898;text-decoration:none;}
a:hover{color:#2cafe3;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


/*************
全体
*************/
#wrapper{
margin: 0 auto;
width: 1000px;
}

/*************
/* ヘッダー
*************/
#header{
background: url(images/header.png) no-repeat 100% 0;
height: 200px;
}

#header h1 {
padding: 7px 0 10px;
font-size: 2px;
font-weight: normal;
color:#fff;
}

/*************
/* トップナビゲーション
*************/
ul#topnav{
}

ul#topnav li{float:left;list-style:none;width:185px; height:50px;}

ul#topnav a{
text-decoration: none;
text-align:center;
color:#000;
display: block;
padding-top:40px;
font-size:120%;
}
ul#topnav a:hover{color:#2cafe3;}
a:active, a:focus {outline: 0;}

/*************
メイン（右側）コンテンツ
*************/
#main {
float: right;
width: 750px;
padding: 20px 0;
display: inline;
}
#main .bannerM {
border-bottom:#484848 1px solid;
margin-bottom:30px;
}
#main .bannerM img{
padding-left: 10px;
padding-bottom: 15px;
}
#main .bannerM img.last{padding-right:0;}

#main h2{
margin-bottom: 10px;
padding: 14px 10px 0px 60px;
line-height: 40px;
font-size: 22px;
font-weight: normal;
color: #333333;
background: #fff url(images/bg_tl-01.png) no-repeat;
height:56px;
}

#main h3 {


#main p {
padding: 15px 15px 15px 20px;
}

/* 画像を右に回りこみ */
#main p.withImage{
width: 598px;
margin: 20px 0 10px 10px;
padding: 5px 0;
}

#main p.withImage img{font-size: 14px;
line-height: 30px;
background: url(images/h3.png) no-repeat ;
padding-left: 15px;
padding-bottom: 10px;
margin-top: 20px;
letter-spacing: 0.2em;
color: #333333;
}
float: right;
margin-left: .5em;
}

/*************
メイン（右側）個別ページ
*************/
#main-page {
float: right;
width: 750px;
padding: 20px 0;
display: inline;
}
#main-page h2{
margin-bottom: 10px;
padding: 14px 10px 0px 60px;
line-height: 40px;
font-size: 22px;
font-weight: normal;
color: #333333;
background: #fff url(images/bg_tl-01.png) no-repeat;
height:56px;
}
#main-page .tl-sub{
margin-bottom:30px;
}
.page-content{
margin:20px;
}

#date {
text-align: right;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 10px;
font-weight:bold;
color:#006898;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

/* フッター共通 */
.box{
float: left;
width: 195px;
margin: 20px 16px 10px 0;
line-height: 1.2;
}

.box_img{
padding: 0px 0px 10px 0px;
}

.last{margin-right:0;}


/* ボタン */
p.button{
text-align: center;
font-weight:bold;
padding: 10px 0;
}

p.button a{
display:block;
line-height: 32px;
background: #ffffff url(images/button.png) no-repeat;
margin: 0 -20px;
}

p.button a{color:#fff;}
p.button a:hover{color:#d9e8ff;}

p.button a:hover{
cursor:pointer;
background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{margin-left: 20px;}
#main li, #footer li{margin-bottom: 3px;}


/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: left;
width: 220px;
padding: 20px 0;
}

#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
margin-top: 5px;
padding: 0 10px 0 33px;
line-height: 40px;
font-size: 15px;
font-weight: normal;
color: #1196c2;
background: #0b82be url(images/heading2.png) no-repeat;
}
#side-link{
border:#c6c6c6 1px solid;
border-radius:5px;
margin-top:22px;
}

#sidebar ul{
margin-left: 0px;
padding: 20px 0;
}

#sidebar li{
margin: 0 10px 10px 0px;
list-style: none;
border-bottom: 1px dashed #8c8c8c;
width:218px;
}
#sidebar li a{
background: url(images/list.png) no-repeat 0 50%;
display: block;
padding-left:20px;
color:#000;
text-decoration:underline;
margin:10px 0 10px 20px;
}
#sidebar li a:hover{background-position: 3px 50%; }




/*************
/* フッター
*************/
#footer{
clear:both;
padding: 10px 0 10px;
}
#footer-upper{
height:56px;
padding:20px 0 0 0;
}
#footer-upper img{
margin-right:20px;
}
.gotop {
float:right;
border-right:#fff 1px dotted;
border-left:#fff 1px dotted;
}
.gotop a{
background: url(images/list-2.png) no-repeat 0 50%;
display: block;
padding-left:20px;
color:#fff;
text-decoration:underline;
margin:12px;
}
.gotop a:hover{
color:red;
}

* html #footer .inner{height:1%;}


.footer-link{
float:right;
margin-top:22px;
}

.footer-link ul{
margin-left: 0px;
}

.footer-link li{
float:left;
margin: 0 10px 0 10px;
list-style: none;
font-size:90%;
}
.footer-link li a{
background: url(images/list.png) no-repeat 0 50%;
display: block;
padding-left:20px;
color:#000;
text-decoration:underline;
}
.footer-link li a:hover{background-position: 3px 50%; }


#logo{
float:left;
padding: 10px 0 5px;
}

#top-info ul{
list-style:none;
border-bottom:#000 1px solid;
margin-left:0px;
width:750px;
}
#top-info ul li{
margin:0 0 0 20px;
line-height:0.5em;
width:710px;
border-bottom:1px dotted #000;
padding-bottom:10px;
}
#top-info ul a{
color:#000;
text-decoration:underline;
}
#top-info ul a:hover{color:#2cafe3;}
#top-info ul a:active, a:focus {outline: 0;}

/*************
会社概要
*************/
table.profile{
width:710px;
margin:0 0 50px;
border-collapse:collapse;
border-spacing:0;
border:silver 1px solid;
}
tr.profile-1{
background-color:#dfdfdf;
border:silver 1px solid;
}
tr.profile-1 th{
padding:12px 0 12px 40px;
border:silver 1px solid;
font-weight:normal;
text-align:left;
width:120px;
}
tr.profile-1 td{
padding:10px 0 10px 30px;
font-size:110%;
}
tr.profile-2{
background-color:#ffffff;
}
tr.profile-2 th{
padding:12px 0 12px 40px;
border:silver 1px solid;
font-weight:normal;
text-align:left;
}
tr.profile-2 td{
padding:10px 0 10px 30px;
font-size:110%;
}
table.equipment{
width:710px;
margin:0 0 50px;
border-collapse:collapse;
border-spacing:0;
}
table.equipment th{
font-weight:normal;
}
table.equipment td{
padding:10px 50px 10px 30px;
font-size:110%;
}
h3.message-01{
font-size:160%;
font-weight:normal;
margin:20px 0;
}
/*************
事業内容のページ
*************/
#work-page {
float: right;
width: 750px;
padding: 20px 0;
display: inline;
}
#work-page h2{
margin: 30px 0 20px;
padding: 4px 10px 0px 32px;
line-height: 40px;
font-size: 22px;
font-weight: normal;
color: #333333;
background: #fff url(images/bg_tl-work.png) no-repeat;
height:56px;
}
#work-page h3{
margin: 30px 0 20px;
padding: 6px 10px 0px 54px;
line-height: 40px;
font-size: 20px;
font-weight: normal;
color: #333333;
background: #fff url(images/bg_tl-work-sub.png) no-repeat;
}
.work-note{
margin:30px 30px 30px 50px;
}
table.work-table-01{
margin-left:50px;
}
table.work-table-01 td{
padding:5px 20px;
}
.waste-img{
margin:10px 0px 10px 60px;
}
.waste-img img{
height:120px;
margin:5px 25px;
}
table.large_table{
width:650px;
margin:0 auto;
border:#cccccc 1px solid;
border-collapse:collapse;
border-spacing:0;
} 
table.large_table th{
background:#f1f1f1;
border:#cccccc 1px solid;
padding:5px 10px;
}
table.large_table td{
border:#cccccc 1px solid;
padding:5px 10px;
}
table.work-table-02{
width:650px;
margin:0 auto;
border:#cccccc 1px solid;
border-collapse:collapse;
border-spacing:0;
} 
table.work-table-02 th{
background:#f1f1f1;
border:#cccccc 1px solid;
padding:5px 10px;
text-align:left;
width:100px;
}
table.work-table-02 td{
border:#cccccc 1px solid;
padding:5px 10px;
}
.box-service{ 
width:700px;
margin:20px;
}
.service-img{ 
float:left;
border:silver 1px solid;
padding:2px;
margin:0 10px;
}
.service-btn{
float:right;
margin:40px 0 ;
}

/* お問い合わせ
------------------------------------------------------------*/
table.order {
width:650px;
border-collapse:collapse;
border-spacing:0;
}
table.order th{
border:#959595 1px solid;
font-weight:normal;
background:#e5e5e5;
padding:10px 20px;
text-align:left;
}
table.order td{
border:#959595 1px solid;
padding:10px 20px;
text-align:left;
}
/* フォーム 
------------------------------------------------------------*/ 
input[type="text"], input[type="email"], textarea, select{ 
 vertical-align:middle; 
 max-width:90%; 
 line-height:30px; 
 height:30px; 
 padding:1px 5px; 
 border:1px solid #d4d4d7; 
 border-radius:3px; 
 -webkit-border-radius:3px; 
 -moz-border-radius:3px; 
 font-size:100%; 
 color:#555; 
 background:#fcfcfc; 
 } 
 textarea{ 
 height:auto; 
 line-height:1.5; 
 } 
 input[type="submit"],input[type="reset"],input[type="button"], p.readon a{ 
 vertical-align:top; 
 padding:10px 20px; 
 background: #111111; 
 background: -moz-linear-gradient(top, #111111 0%, #222222 100%); 
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#111111), color-stop(100%,#222222)); 
 background: -webkit-linear-gradient(top, #111111 0%,#222222 100%); 
 background: -o-linear-gradient(top, #111111 0%,#222222 100%); 
 background: linear-gradient(to bottom, #111111 0%,#222222 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#222222',GradientType=0 ); 
 border:0; 
 border-radius:3px; 
 -webkit-border-radius:3px; 
 -moz-border-radius:3px; 
 line-height:28px; 
 height:48px; 
 font-size:120%; 
 color:#fff; 
 } 

 input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,p.readon a:hover{ 
 background: #222222; 
 background: -moz-linear-gradient(top, #222222 0%, #111111 100%); 
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#111111)); 
 background: -webkit-linear-gradient(top, #222222 0%,#111111 100%); 
 background: -o-linear-gradient(top, #222222 0%,#111111 100%); 
 background: linear-gradient(to bottom, #222222 0%,#111111 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#111111',GradientType=0 ); 
 cursor:pointer; 
 } 
 *:first-child+html input[type="submit"]{padding:3px;} 

h3.h3-bunrui{
margin: 30px 0 20px;
padding: 6px 10px 0px 54px;
line-height: 40px;
font-size: 20px;
font-weight: normal;
color: #333333;
background: #fff url(images/bg_tl-work-sub.png) no-repeat;
}
/* 業種別ページ
------------------------------------------------------------*/
.content-01 {
width:680px;
margin:30px;
}
/* 許認可一覧
------------------------------------------------------------*/
#licence{
margin:20px 10px;
}
#licence h3{
margin: 30px 0 20px;
padding: 6px 10px 0px 54px;
line-height: 40px;
font-size: 20px;
font-weight: normal;
color: #333333;
background: #fff url(images/bg_tl-work-sub.png) no-repeat;
}

#licence table {
margin-left:20px;
border:silver 1px solid;
border-collapse:collapse;
border-spacing:0;
}
table#sanpai-licence th{
font-weight:normal;
border:silver 1px solid;
padding:10px 10px;
}
table#sanpai-licence td{
border:silver 1px solid;
text-align:center;
padding:10px 0;
}
table#sanpai-licence td.item{
border:silver 1px solid;
width:32px;
text-align:left;
padding-right:9px;
padding-top:9px;
height:130px;
writing-mode: tb-rl; /* IE独自仕様 */
writing-mode: vertical-rl;
-moz-writing-mode: vertical-rl;
-o-writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl;
}
table#sanpai-licence tr.gray{
background:#d9e1e8;
}
table#sanpai-licence td.item-toku{
border:silver 1px solid;
width:36px;
text-align:left;
padding-right:9px;
padding-top:9px;
height:80px;
writing-mode: tb-rl; /* IE独自仕様 */
writing-mode: vertical-rl;
-moz-writing-mode: vertical-rl;
-o-writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl;
}
#privacy{
margin:20px;
}
#privacy h3{
margin: 30px 0 20px -20px;
padding: 4px 10px 0px 32px;
line-height: 40px;
font-size: 22px;
font-weight: normal;
color: #333333;
background: #fff url(images/bg_tl-work.png) no-repeat;
height:56px;
}
#privacy ul{
margin:30px 10px 30px 30px;
}

.sitemap{
float:left;
width:240px;
}
ul#sitemap-01 {
margin:20px 0 0 30px;
}
ul#sitemap-01 li{
margin-bottom:10px;
}
ul#sitemap-01 li a{
color:#000;
}
ul#sitemap-01 li a:hover{color:#2cafe3;
}
ul#sitemap-02 {
margin-left:20px;
}
#area {
margin:0px 30px 0 50px;
}
#area p{
float:right;
width:500px;
font-size:80%;
}
#area img{
width:150px;
height:150px;
border:silver 1px solid;
padding:2px;
float:left;
margin-right:10px;
}
#area strong{
text-decoration:underline;
font-size:120%;
}


#link
{text-indent:100%;
white-space:nowrap;
overflow:hidden;
line-height:0.01em;
}

