@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Summary                     */
/*                 09  Dr                          */
/*                 10  Office                      */
/*                 11  Report                      */
/*                 12  Child                       */
/*                 13  Adult                       */
/*                 14  Cost                        */
/*                 15  Flow                        */
/*                 16  Cleaning                    */
/*                 17  Device                      */
/*                 18  Caught                      */
/*                 19  Faq                         */
/*                 20  Contact                     */
/*                 21  Calendar                    */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Pink           #de91a2      */
/*        Main Color - Light Pink     #fce6e6      */
/*        Main Color - Fresh Pink     #f94956      */
/*                                                 */
/*        Sub Color  - Yellow Green   #7ac300      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #fff; }

#wrapper {
    background: url(../images/wrapper_bg.jpg) repeat-y;
    width: 818px;
    margin: 10px auto 0 auto ;
    padding: 0 9px;
    text-align: left;
    }

#main {
    margin: 0;
    width: 800px;
    }

#content {
    width: 605px;
    float: right;
    font-size: 100%;
    line-height: 1.6;
    color: #000;
    background: #fff;
    padding: 0;
    margin: 0 0 10px 0;
    background: url(../images/index_img.jpg) 0 0 no-repeat;
    }

#summary #content { background: url(../images/summary_img.jpg) 0 0 no-repeat; }

.right{
	text-align:right;
}

/*---------- 03  Header -----------*/

#header {
    background: url(../images/header_bg.jpg) 0 0 no-repeat;
    height: 128px;
    width: 800px;
    margin: 0;
    padding: 0;
    }

#summary #header { background: url(../images/header02_bg.jpg) 0 0 no-repeat; }

h1 {
    text-indent: -9999px;
    width: 157px;
    height: 128px;
    line-height: 1.0;
    float: left;
    }

h1 a {
    display: block;
    width: 157px;
    height: 128px;
    background: url(../images/h1.jpg) 0 0 no-repeat;
    }

#summary h1 a { background: url(../images/h1_02.jpg) 0 0 no-repeat; }

#header .section {
    width: 643px;
    float: right;
    margin: 0;
    padding: 0;
    }

#header-nav01 {
    margin: 0;
    padding: 0 0 0 175px;
    width: 643px;
    height: 19px;
    }

* html body #header-nav01 {
    width: 643px;
    height: 19px;
    }

#header-nav01 li {
    height: 19px;
    margin: 0;
    padding: 0;
    float: left;
    text-indent: -9999px;
    list-style: none;
    }

#header-nav01 li a {
    display: block;
    height: 19px;
    }

#header-nav02 {
    margin: 0;
    padding: 0 10px 0 153px;
    width: 643px;
    height: 47px;
    }

* html body #header-nav02 {
    width: 643px;
    height: 47px;
    }

#header-nav02 li {
    height: 47px;
    width: 120px;
    margin: 0;
    padding: 0;
    float: left;
    text-indent: -9999px;
    list-style: none;
    }

#header-nav02 li a {
    display: block;
    height: 47px;
    }

#hnav01 a { background: url(../images/hnav01.jpg) -175px 0 no-repeat; width: 188px; }
#hnav02 a { background: url(../images/hnav01.jpg) -363px 0 no-repeat; width: 124px; }
#hnav03 a { background: url(../images/hnav01.jpg) -487px 0 no-repeat; width: 156px; }

#hnav01 a:hover { background: url(../images/hnav01.jpg) -175px -19px no-repeat; width: 188px; }
#hnav02 a:hover { background: url(../images/hnav01.jpg) -363px -19px no-repeat; width: 124px; }
#hnav03 a:hover { background: url(../images/hnav01.jpg) -487px -19px no-repeat; width: 156px; }

#hnav04 a { background: url(../images/hnav02.jpg) -153px 0 no-repeat; }
#hnav05 a { background: url(../images/hnav02.jpg) -273px 0 no-repeat; }
#hnav06 a { background: url(../images/hnav02.jpg) -393px 0 no-repeat; }
#hnav07 a { background: url(../images/hnav02.jpg) -513px 0 no-repeat; }

#hnav04 a:hover { background: url(../images/hnav02.jpg) -153px -47px no-repeat; }
#hnav05 a:hover { background: url(../images/hnav02.jpg) -273px -47px no-repeat; }
#hnav06 a:hover { background: url(../images/hnav02.jpg) -393px -47px no-repeat; }
#hnav07 a:hover { background: url(../images/hnav02.jpg) -513px -47px no-repeat; }

#summary #hnav01 a { background: url(../images/hnav03.jpg) -175px 0 no-repeat; width: 188px; }
#summary #hnav02 a { background: url(../images/hnav03.jpg) -363px 0 no-repeat; width: 124px; }
#summary #hnav03 a { background: url(../images/hnav03.jpg) -487px 0 no-repeat; width: 156px; }

#summary #hnav01 a:hover { background: url(../images/hnav03.jpg) -175px -19px no-repeat; width: 188px; }
#summary #hnav02 a:hover { background: url(../images/hnav03.jpg) -363px -19px no-repeat; width: 124px; }
#summary #hnav03 a:hover { background: url(../images/hnav03.jpg) -487px -19px no-repeat; width: 156px; }

#summary #hnav04 a { background: url(../images/hnav04.jpg) -153px 0 no-repeat; }
#summary #hnav05 a { background: url(../images/hnav04.jpg) -273px 0 no-repeat; }
#summary #hnav06 a { background: url(../images/hnav04.jpg) -393px 0 no-repeat; }
#summary #hnav07 a { background: url(../images/hnav04.jpg) -513px 0 no-repeat; }

#summary #hnav04 a:hover { background: url(../images/hnav04.jpg) -153px -47px no-repeat; }
#summary #hnav05 a:hover { background: url(../images/hnav04.jpg) -273px -47px no-repeat; }
#summary #hnav06 a:hover { background: url(../images/hnav04.jpg) -393px -47px no-repeat; }
#summary #hnav07 a:hover { background: url(../images/hnav04.jpg) -513px -47px no-repeat; }

/*----------04  Navigation -----------*/

#nav {
    width: 195px;
    float: left;
    padding: 0;
    margin: 0 0 15px 0;
    background: url(../images/nav_bg.jpg) left top no-repeat;
    }

#summary #nav { background: url(../images/nav02_bg.jpg) left top no-repeat; }

#nav h2 {
    margin: 0 0 0 16px;
    padding: 0;
    height: 30px;
    width: 179px;
    text-indent: -9999px;
    background: url(../images/nav_h2.jpg) 0 0 no-repeat;
    }

#nav ul,
#nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    }

#nav .internal { 
    width: 179px;
    height: 304px;
    margin-left: 16px;
    background: url(../images/nav.jpg) 0 0 no-repeat;
    }

#nav .internal li {
    height: 33px;
    text-indent: -9999px;
    }

#nav .internal li#nav01 { height: 61px; }

#nav .internal li a {
    display: block;
    height: 33px;
    }

#nav01 { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/nav.jpg) 0 -61px no-repeat; }
#nav03 a { background: url(../images/nav.jpg) 0 -94px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -127px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -160px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -193px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -226px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -259px no-repeat; }

#nav01 { background: url(../images/nav.jpg) -179px 0 no-repeat; }
#nav02 a:hover { background: url(../images/nav.jpg) -179px -61px no-repeat; }
#nav03 a:hover { background: url(../images/nav.jpg) -179px -94px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -179px -127px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -179px -160px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -179px -193px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -179px -226px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -179px -259px no-repeat; }

#nav .tel { margin: 0 0 0 16px; }
    
#nav .update {
    width: 179px;
    height: 87px;
    margin: 0 0 0 16px;
    padding: 0;
    overflow: auto;
    background-color: #EFEFEF;
    }

#nav .update p { padding: 0 0 5px 8px; }

#nav .shika-town {
	text-align: right;
	padding: 5px 0 0;
}

#summary #nav .internal { background: url(../images/nav02.jpg) 0 0 no-repeat; }

#summary #nav01 { background: url(../images/nav02.jpg) 0 0 no-repeat; }
#summary #nav02 a { background: url(../images/nav02.jpg) 0 -61px no-repeat; }
#summary #nav03 a { background: url(../images/nav02.jpg) 0 -94px no-repeat; }
#summary #nav04 a { background: url(../images/nav02.jpg) 0 -127px no-repeat; }
#summary #nav05 a { background: url(../images/nav02.jpg) 0 -160px no-repeat; }
#summary #nav06 a { background: url(../images/nav02.jpg) 0 -193px no-repeat; }
#summary #nav07 a { background: url(../images/nav02.jpg) 0 -226px no-repeat; }
#summary #nav08 a { background: url(../images/nav02.jpg) 0 -259px no-repeat; }

#summary #nav01 { background: url(../images/nav02.jpg) -179px 0 no-repeat; }
#summary #nav02 a:hover { background: url(../images/nav02.jpg) -179px -61px no-repeat; }
#summary #nav03 a:hover { background: url(../images/nav02.jpg) -179px -94px no-repeat; }
#summary #nav04 a:hover { background: url(../images/nav02.jpg) -179px -127px no-repeat; }
#summary #nav05 a:hover { background: url(../images/nav02.jpg) -179px -160px no-repeat; }
#summary #nav06 a:hover { background: url(../images/nav02.jpg) -179px -193px no-repeat; }
#summary #nav07 a:hover { background: url(../images/nav02.jpg) -179px -226px no-repeat; }
#summary #nav08 a:hover { background: url(../images/nav02.jpg) -179px -259px no-repeat; }

.ban_kyosei a{
	width:179px;
	height:80px;
	display:block;
	text-indent:-9999px;
	margin:10px 0 0 15px;
	background:url(../images/ban_kyosei.jpg);
}
.ban_kyosei a:hover{
	background-position:0 100%;
}
  
/*---------- 05  Footer -----------*/

#footer {
    clear: both;
    padding: 0;
    margin: 4px 0 0 0 ;
    width: 800px;
    height: 50px;
    background: #fff url(../images/footer_bg.jpg) bottom repeat-x;
    font-size: 85%;
    text-align: center;
    }
    
#footer_border {   
    border-top: 1px #B7B091 solid ;
    margin: 0 10px;
    width: 780px;
    }

*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer_tel {
    float: left;
    margin: 0 0 0 173px;
    padding: 0;
    }

* html #footer_tel { margin-left: 87px; } /*  for IE6 only */

#footer_form {
    float:left;
    margin: 0 ;
    padding: 0;
    }

#footer address {
    background: url(../images/copyright.jpg) bottom no-repeat;
    height: 19px; 
    padding: 0;
    margin: 0;
    text-indent: -9999px;
    }


/*---------- 06  Contents -----------*/

.section { padding: 5px 10px 5px 15px ; }
.section .section { padding: 10px 5px ; }

.center { text-align: center; }

#content #index_catch {
    margin: 0 0 142px 0;
    padding: 0;
    width: 605px;
    height: 180px;
    clear: both;
    text-indent: -9999px;
    background: url(../images/index_catch.jpg) 0 0 no-repeat;
    }

h2 {
    height: 25px;
    text-indent: -9999px;
    margin: 28px 0 10px 0;
    width: 605px;
    clear: both;
    }

#content h3 {
    clear: both;
    height: 30px;
    text-indent: -9999px;
    }

#content h4 {
    clear: both;
    margin: 10px 0 0 0 ;
    height: 28px;
    text-indent: -9999px;
    }

#content h5 {
    font-size: 100%;
    font-weight: bold;
    margin: 0 .5em .5em 0;
    padding: 4px 8px;
    clear: both;
    text-indent: -9999px;
    }

#content h6 {
    font-size: 93%;
    color: #5e510d;
    }

#content ul { margin-left: 1em; }

#content ul li {
    list-style: none;
    background: url(../images/li_bg.jpg) 0 6px no-repeat;
    padding-left: 15px; 
    padding-bottom: 5px;
    margin: 5px 0 0 10px;
    }

#content ul.olist li {
    background-image: none;
    padding-left: 0;
    }

#content dt {
    font-weight: bold;
    color: #5e510d;
    }

#content a { text-decoration: underline; }

a {
    color: #7F5933;
    outline: none;
    }

a:hover { color: #B28445; }

#content blockquote {
    margin: .5em;
    background: url(../images/blockquote_bg.jpg) top left repeat-y;
    padding: .5em 1em;
    }

.image_l  {
    float: left;
    margin: 0 16px 8px 0;
    }

.image_r {
    float: right;
    margin: 0 10px 8px 16px;
    }

.case {
    margin: 10px 20px;
    background: url(../images/arrow.jpg) center 40% no-repeat;
    }

.case .image_l { margin-right: 8px; }
.case .image_r { margin-left: 8px; }

.case-narrow {
    margin: 10px 40px;
    background: url(../images/arrow_h.png) center center no-repeat;
    }

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.caption { text-align: center; }

.arrow_b {
    background: url(../images/arrow_b.jpg) bottom no-repeat;
    padding: 0 ;
    width: 135px;
    height: 80px;
    margin-left: 0 auto;
    padding-right: 10px; 
    } 

#content ul.totop {
    clear: both;
    padding-bottom: 20px;
    }

#content ul.totop li {
    list-style: none;
    width: 96px;
    height: 20px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    float: right;
    background-image: none;
    }

#content ul.totop li a {
    display: block;
    height: 20px;
    background: url(../images/totop.jpg) 0 0 no-repeat;
    }

p.caution {
    padding-left: 24px;
    background: url(../images/caution.png) 0 1px no-repeat;
    }

/* Hides from IE-mac \*/
p.answer:first-letter {
    display: block;
    padding: 2px;
    background: #4499af;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #ccc;
    margin: 0 5px 0 0;
    float: left;
    }
/* End hide from IE-mac */



#content table {
    border-collapse: collapse;
    border: 1px solid #8C8C8C;
    font-size: 100%;
    color: #000;
    width: 530px;
    margin-left: 10px;
    background-color:#fff;
    }

#content table th,
#content table td {
    padding: 4px 6px;
    border: 1px solid #8C8C8C;
    text-align: center;
    height: 30px;
    }

#content table th {
    background: #E8EFC2;
    color: #5A3D1C;
    text-weight: bold;
    width: 60px;
    }

#content table td.close {
    background: #FFF6CC;
    color: #77624D;
    }

input.submit {
    font-weight: bold;
    margin-right: 1.5em;
    }

.alpha { float: left; }
    
.beta { float: right; }
    
#content .catch {
    text-indent: -9999px;
    width: 605px;
    height: 100px;
    margin: 0;
    padding: 0;
    }

#content .catch02 {
    text-indent: -9999px;
    width: 540px;
    height: 100px;
    margin: 28px 20px 15px 30px ;
    padding: 0;
    }

.textarea { background-color: #F0F0F0; padding: 5px; }
.textarea02 { background-color: #E7EFDF; padding: 5px; }
.textarea03 { background-color: #FFFFFF; padding: 5px; }

.attention { color: #DB5900; font-weight: bold; }






/*---------- 07  Index -----------*/

#index_catch {
    margin: 0 0 142px 0;
    padding: 0;
    width: 605px;
    height: 180px;
    clear: both;
    background: url(../images/index_catch.jpg) 0 0 no-repeat;
    }

#index .index_faq { margin: 0;}
#index #content .alpha { width: 190px; margin: 29px 0 0 0; }
#index #content .beta { width: 415px; margin: 29px 0 0 0; }
#index #content .beta p { width: 386px; margin: 5px 0 5px 7px}

#index #content .section { padding: 0; width: 605px; }

#index h2#title01 { background: url(../images/index_h2-01.jpg) 0 0 no-repeat; height: 20px; width: 415px; }

#pickup {
    width: 780px;
    margin: 0 8px 15px 12px; 
    }

#pickup ul,
#pickup li {
    margin: 0;
    padding: 0;
    list-style: none; }

#pickup li {
    float: left;
    width: 195px;
    height: 70px;
    text-indent: -9999px;
    }

#pickup li a {
    display: block;
    height: 70px;
    }

#pkup01 a { background: url(../images/pickup.jpg) 0 0 no-repeat; }
#pkup02 a { background: url(../images/pickup.jpg) -195px 0 no-repeat; }
#pkup03 a { background: url(../images/pickup.jpg) -390px 0 no-repeat; }
#pkup04 a { background: url(../images/pickup.jpg) -585px 0 no-repeat; }

#pkup01 a:hover { background: url(../images/pickup.jpg) 0 -70px no-repeat; }
#pkup02 a:hover { background: url(../images/pickup.jpg) -195px -70px no-repeat; }
#pkup03 a:hover { background: url(../images/pickup.jpg) -390px -70px no-repeat; }
#pkup04 a:hover { background: url(../images/pickup.jpg) -585px -70px no-repeat; }

/*---------- 08  Summary -----------*/

#summary h2#title01 { background: url(../images/summary_h2-01.jpg) 0 0 no-repeat; }
#summary h3#title02 { background: url(../images/summary_h3-02.jpg) 0 0 no-repeat; }
#summary h3#title03 { background: url(../images/summary_h3-03.jpg) 0 0 no-repeat; }

#summary #content table th {
    background: #E8EFC2;
    color: #5A3D1C;
    text-weight: bold;
    width: 100px;
    }

#summary #content table th,
#summary #content table td {
    text-align: left;
    padding-left: 10px;
    }

#summary .timetable { margin-left: 10px; }
#summary .attention { margin-left: 10px; }

#map {   
    width: 400px;   
    height: 400px;   
    border: 1px solid #196e4a;   
    margin: 5px;
    padding: 0;
    }

#summary .bnr_waki a {
	display: block;
	width: 530px;
	height: 65px;
	margin: 0 0 0 10px;
	padding: 0;
	background: url(../images/bnr_waki.jpg) no-repeat 0 0;
	text-indent: -9999em;
	outline: none;
}
#summary .bnr_santacruz a {
	display: block;
	width: 530px;
	height: 80px;
	margin: 0 0 0 10px;
	padding: 0;
	background: url(../images/bnr_santacruz.jpg) no-repeat 0 0;
	text-indent: -9999em;
	outline: none;
}
#summary .bnr_waki a:hover,
#summary .bnr_santacruz a:hover { background-position: bottom; }


/*---------- 09  Dr -----------*/

#dr h2#title01 { background: url(../images/dr_h2-01.jpg) 0 0 no-repeat; }
#dr h3#title02 { background: url(../images/dr_h3-02.jpg) 0 0 no-repeat; }
#dr h4#title03 { background: url(../images/dr_h4-03.jpg) 0 0 no-repeat; }
#dr h3#title04 { background: url(../images/dr_h3-04.jpg) 0 0 no-repeat; margin-top: 10px; }
#dr h3#title05 { background: url(../images/dr_h3-05.jpg) 0 0 no-repeat; margin-top: 10px; }

#dr #content table th {
    background: #E8EFC2;
    color: #5A3D1C;
    text-weight: bold;
    width: 100px;
    }

#dr #content table th,
#dr #content table td {
    text-align: left;
    padding-left: 15px;
    }

#dr .section p.textarea03 { margin-left: 230px; }

#dr #content table {
    border-collapse: collapse;
    border: 1px solid #8C8C8C;
    font-size: 100%;
    color: #000;
    width: 530px;
    margin-left: 10px;
    background-color:#fff;
    }

/*---------- 10  Office -----------*/

#office h2#title01 { background: url(../images/office_h2-01.jpg) 0 0 no-repeat; }
#office h3#title02 { background: url(../images/office_h3-02.jpg) 0 0 no-repeat; }

/*---------- 11  Report -----------*/

#report h2#title01 { background: url(../images/report_h2-01.jpg) 0 0 no-repeat; }
#report h3#title02 { background: url(../images/report_h3-02.jpg) 0 0 no-repeat; }


/*---------- 12  Child -----------*/

#child_catch { background: url(../images/child_catch.jpg) 0 0 no-repeat; }
#child h2#title01 { background: url(../images/child_h2-01.jpg) 0 0 no-repeat; }
#child h3#title02 { background: url(../images/child_h3-02.jpg) 0 0 no-repeat; }
#child h4#title03 { background: url(../images/child_h4-03.jpg) 0 0 no-repeat; }
#child h4#title04 { background: url(../images/child_h4-04.jpg) 0 0 no-repeat; height: 74px; }
#child h5#title05 { background: url(../images/child_h5-05.jpg) 0 0 no-repeat; height: 33px; }
#child h5#title06 { background: url(../images/child_h5-06.jpg) 0 0 no-repeat; height: 33px; }

#child #content table th { width: 300px; padding-left:15px; text-align:left; }
#child #content table td { text-align: left; }

#child h5 { margin-left: 10px; padding-bottom: 0px; }    

/*---------- 13  Adult -----------*/

#adult_catch { background: url(../images/adult_catch.jpg) 0 0 no-repeat; }
#adult h2#title01 { background: url(../images/adult_h2-01.jpg) 0 0 no-repeat; }
#adult h3#title02 { background: url(../images/adult_h3-02.jpg) 0 0 no-repeat; }
#adult h4#title03 { background: url(../images/adult_h4-03.jpg) 0 0 no-repeat; }
#adult h4#title04 { background: url(../images/adult_h4-04.jpg) 0 0 no-repeat; }

#adult .adult_case { margin: 0 0 10px 20px; }

#adult .adult_case p {
    float: left;
    width: 150px;
    height: 200px;
    margin: 0 10px 0;
    }

/*---------- 14  Cost -----------*/

#cost_catch { background: url(../images/cost_catch.jpg) 0 0 no-repeat; }
#cost h2#title01 { background: url(../images/cost_h2-01.jpg) 0 0 no-repeat; }
#cost h3#title02 { background: url(../images/cost_h3-02.jpg) 0 0 no-repeat; }
#cost h3#title03 { background: url(../images/cost_h3-03.jpg) 0 0 no-repeat; }

#cost .section .time { padding-left: 16px; }
#cost .section table { margin-left: 0; }
#cost #content table th {
    background: #E8EFC2;
    color: #5A3D1C;
    text-weight: bold;
    width: 100px;
    }

#cost #content table th,
#cost #content table td {
    text-align: left;
    padding:  10px;
    }
#cost #content table.price{
	border:#5A3D1C 1px solid;
}
#cost #content table.price th {
    background: #E8EFC2;
    color: #5A3D1C;
    text-weight: bold;
    width: 300px;
	border:#5A3D1C 1px solid;
    }
#cost #content table.price th.half {
    background: #E8EFC2;
    color: #5A3D1C;
    text-weight: bold;
    width: 150px;
	border:#5A3D1C 1px solid;
    }
#cost #content table.price th{
    text-align: left;
    padding:  10px;
    }
#cost #content table.price td {
    text-align: right;
    padding:  10px;
	border:#5A3D1C 1px solid;
    }

#cost #content table.price02{
	border:#fff 1px solid;
}
#cost #content table.price02 th {
    background: #E8EFC2;
    color: #5A3D1C;
    text-weight: bold;
    width: 300px;
	border:#fff 1px solid;
    }
#cost #content table.price02 th{
    background: #dbe6d6;
    text-align: left;
    padding:  10px;
    }
#cost #content table.price02 td {
    background: #f3f4ec;
    text-align: right;
    padding:  10px;
	border:#fff 1px solid;
    }

/*---------- 15  Flow -----------*/

#flow h2#title01 { background: url(../images/flow_h2-01.jpg) 0 0 no-repeat; }
#flow h3#title02 { background: url(../images/flow_h3-02.jpg) 0 0 no-repeat; margin-bottom: 10px; }

#flow .flow_box {
    background: url(../images/flow_box.jpg) center no-repeat;
    padding: 5px 0 0 0 ;
    width: 180px;
    height: 30px;
    font-weight: bold;
    color: #5A3D1C;
    text-align: center;
    margin: 0 0 0 50px;
    }

#flow .flow_bg {
    background-color: #fff;
    width: 520px;
    padding: 20px 5px 20px 0 ;
    margin: 0 0 0 20px;
    text-align: center;
    }

/*---------- 16  Cleaning -----------*/

#cleaning_catch{ background: url(../images/cleaning_catch.jpg) 0 0 no-repeat; }
#cleaning h2#title01 { background: url(../images/cleaning_h2-01.jpg) 0 0 no-repeat; }
#cleaning h3#title02 { background: url(../images/cleaning_h3-02.jpg) 0 0 no-repeat; }
#cleaning h4#title03 { background: url(../images/cleaning_h4-03.jpg) 0 0 no-repeat; }
#cleaning h4#title04 { background: url(../images/cleaning_h4-04.jpg) 0 0 no-repeat; }
#cleaning h5#title05 { background: url(../images/cleaning_h5-05.jpg) 0 0 no-repeat; height: 50px; }
#cleaning h5#title06 { background: url(../images/cleaning_h5-06.jpg) 0 0 no-repeat; height: 33px; }
#cleaning h4#title07 { background: url(../images/cleaning_h4-07.jpg) 0 0 no-repeat; }

#cleaning #content table th {
    background: #E8EFC2;
    color: #5A3D1C;
    text-weight: bold;
    width: 100px;
    }

#cleaning #content table th,
#cleaning #content table td {
    text-align: left;
    padding-left: 15px;
    }

#cleaning .case02 .image_l {
    padding: 0 15px 8px 0 ;
    width: 230px;
    background: url(../images/arrow.jpg) right center no-repeat;
    margin: 0;
    }

#cleaning .case02 .image_l img { display: block; margin-right: 30px; }
#cleaning .case02 .image_r { padding: 0 20px 8px 5px ; width: 200px; }

#cleaning .layout { margin-left: 15px; width: 500px;}
#cleaning .layout02 { margin-left: 65px; width: 400px;}

#cleaning .pflow {
    background: #E9F2C7 url(../images/pmtc_bg.jpg) center bottom no-repeat;
    width: 460px;
    margin: 10px 5px 0 35px ;
    padding: 5px 0 40px 0;
    }

#cleaning .pflow_end {
    background: #E9F2C7 url(../images/pmtc_bg02.jpg) center bottom no-repeat;
    width: 460px;
    margin: 10px 5px 0 35px;
    padding: 5px 0 20px 0;
    }

#cleaning .pflow p,
#cleaning .pflow_end p {
    margin: 0;
    padding: 0 5px;
    }

#cleaning .pflow_title { color:#781001; font-weight: bold;}


/*---------- 17  Device -----------*/

#device_catch{ background: url(../images/device_catch.jpg) 0 0 no-repeat; }
#device h2#title01 { background: url(../images/device_h2-01.jpg) 0 0 no-repeat; }
#device h3#title02 { background: url(../images/device_h3-02.jpg) 0 0 no-repeat; }
#device h4#title03 { background: url(../images/device_h4-03.jpg) 0 0 no-repeat; }
#device h4#title04 { background: url(../images/device_h4-04.jpg) 0 0 no-repeat; }
#device h4#title05 { background: url(../images/device_h4-05.jpg) 0 0 no-repeat; height: 33px; }
#device h4#title06 { background: url(../images/device_h4-06.jpg) 0 0 no-repeat; }
#device h4#title07 { background: url(../images/device_h4-07.jpg) 0 0 no-repeat; }
#device h4#title08 { background: url(../images/device_h4-08.jpg) 0 0 no-repeat; }

#device .section ul { margin: 0; }
#device p.layout { margin-top: 30px; }

/*---------- 18  Caught -----------*/

#caught_catch{ background: url(../images/caught_catch.jpg) 0 0 no-repeat; }
#caught h2#title01 { background: url(../images/caught_h2-01.jpg) 0 0 no-repeat; }
#caught h3#title02 { background: url(../images/caught_h3-02.jpg) 0 0 no-repeat; }
#caught h4#title03 { background: url(../images/caught_h4-03.jpg) 0 0 no-repeat; }
#caught h4#title04 { background: url(../images/caught_h4-04.jpg) 0 0 no-repeat; }
#caught h5#title05 { background: url(../images/caught_h5-05.jpg) 0 0 no-repeat; height: 33px; }

#caught .textarea02 { padding-left: 10px; }
#caught .purpose { margin-left: 10px; }
#caught .purpose_text {padding-left: 10px; margin: 0; width: 490px; color: #787676; }

/*---------- 19  Faq -----------*/

#faq_catch { background: url(../images/faq_catch.jpg) 0 0 no-repeat; }
#faq h2#title01 { background: url(../images/faq_h2-01.jpg) 0 0 no-repeat; }
#faq h3#title02 { background: url(../images/faq_h3-02.jpg) 0 0 no-repeat; }


/*---------- 20  Contact -----------*/

#contact h2#title01 { background: url(../images/contact_h2-01.jpg) 0 0 no-repeat; }
#contact h3#title02 { background: url(../images/contact_h3-02.jpg) 0 0 no-repeat; }

#contact #content table { width: 550px; }

#contact #content table th {
    background: #E8EFC2;
    color: #5A3D1C;
    text-weight: bold;
    width: 110px;
    }

#contact #content table th,
#contact #content table td {
    text-align: left;
    padding-left: 5px;
    }

#contact p.info { margin: 4px 0; }

#contact .textarea03 { width: 520px; margin-bottom: 10px; margin-left: 10px; }

/*---------- 21  Calendar -----------*/

#calendar h2#title01 { background: url(../images/calendar_h2-01.jpg) 0 0 no-repeat; }
#calendar h3#title02 { background: url(../images/calendar_h3-02.jpg) 0 0 no-repeat; }
#calendar h4#title03 { background: url(../images/calendar_h4-03.jpg) 0 0 no-repeat; }
#calendar h4#title04 { background: url(../images/calendar_h4-04.jpg) 0 0 no-repeat; }
#calendar h4#title05 { background: url(../images/calendar_h4-05.jpg) 0 0 no-repeat; }
#calendar h4#title05 { background: url(../images/calendar_h4-05.jpg) 0 0 no-repeat; }
#calendar h4#title06 { background: url(../images/calendar_h4-06.jpg) 0 0 no-repeat; }
#calendar h4#title07 { background: url(../images/calendar_h4-07.jpg) 0 0 no-repeat; }
#calendar h4#title08 { background: url(../images/calendar_h4-08.jpg) 0 0 no-repeat; }
#calendar h4#title09 { background: url(../images/calendar_h4-09.jpg) 0 0 no-repeat; }
#calendar h4#title10 { background: url(../images/calendar_h4-10.jpg) 0 0 no-repeat; }
#calendar h4#title11 { background: url(../images/calendar_h4-11.jpg) 0 0 no-repeat; }
#calendar h4#title12 { background: url(../images/calendar_h4-12.jpg) 0 0 no-repeat; }
#calendar h4#title13 { background: url(../images/calendar_h4-13.jpg) 0 0 no-repeat; }

#calendar p.holiday {
	color: #531;
	font-weight: bold;
	background: #cec;
	text-align: right;
}
#calendar .open_box { color: #fff; padding: 0 4px; margin: 0 2px; background: #fff; }
#calendar .close_box { color: #fec; padding: 0 4px; margin: 0 2px; background: #fec; }


