@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Clinic                      */
/*                 09  Policy                      */
/*                 10  Caries                      */
/*                 11  Prevent                     */
/*                 12  Aesthe                      */
/*                 13  Ortho                       */
/*                 14  Implant                     */
/*                 15  Denture                     */
/*                 16  Recruit                     */
/*                                                 */
/*=======================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: #E8DBCD url(../images/body_bg.jpg) top repeat-x; }

#wrapper {
    background: url(../images/wrapper_bg.jpg) repeat-y;
    width: 800px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    position: relative;
    }

#main {
    margin: 0;
    width: 800px;
    background: url(../images/main_bg02.jpg) top no-repeat;
    }

#index #main { background: url(../images/main_bg.jpg) top no-repeat; }

#content {
    width: 590px;
    float: right;
    font-size: 100%;
    line-height: 1.5;
    color: #666;
    background: #fff; 
    margin: 112px 1px 0 0;
    }

#index #content { margin: 118px 1px 0 0; }

/*---------- 03  Header -----------*/

#header {
    background: url(../images/header_bg.jpg) 0 0 no-repeat;
    height: 91px;
    margin: 0;
    padding: 0 0 0 80px;
    }

h1 {
    text-indent: -9999px;
    width: 270px;
    height: 50px;
    line-height: 1.0;
    float: left;
    margin-top: 31px;
    }

h1 a {
    display: block;
    width: 270px;
    height: 50px;
    background: url(../images/h1.jpg) 0 0 no-repeat;
    }

#header .section {
    width: 235px;
    float: right;
    margin: 0;
    padding: 0;
    }

#header p.tel {
    margin: 0;
    padding: 0;
    height: 91px;
    }

#header p.tel img { display: block; }

#description {
    position: absolute;
    top: 20px;
    left: 84px;
    margin: 0;
    color: #5A3D1C;
    } 
    


/*----------04  Navigation -----------*/

#nav {
    width: 195px;
    float: left;
    margin: 0;
    padding: 0;
    background: url(../images/nav_bg02.jpg) 0 0 no-repeat;
    }

#index #nav { background: url(../images/nav_bg.jpg) 0 0 no-repeat; }

#nav ul,
#nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    }

#nav ul { margin: 74px 0 21px 15px ; }

#nav .internal li {
    width: 170px;
    height: 50px;
    text-indent: -9999px;
    }

#nav .internal li a {
    display: block;
    height: 50px;
    }

#nav01 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/nav.jpg) 0 -50px no-repeat; }
#nav03 a { background: url(../images/nav.jpg) 0 -100px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -150px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -200px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -250px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -300px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -350px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -400px no-repeat; }

#nav01 a:hover { background: url(../images/nav.jpg) -170px 0 no-repeat; }
#nav02 a:hover { background: url(../images/nav.jpg) -170px -50px no-repeat; }
#nav03 a:hover { background: url(../images/nav.jpg) -170px -100px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -170px -150px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -170px -200px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -170px -250px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -170px -300px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -170px -350px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -170px -400px no-repeat; }

#nav p { text-align: center; }

#nav .ban_recruit {
    height: 60px; 
    margin: 0 0 10px 12px;
    padding: 0;
    text-indent: -9999px;
    }

#nav .ban_recruit a{ 
    height: 60px;
    background: url(../images/ban_recruit.jpg) 0 0 no-repeat;
    display: block;
    }

#nav .ban_recruit a:hover { background: url(../images/ban_recruit.jpg) 0 -60px no-repeat; }

/*---------- 05  Footer -----------*/

#footer {
    clear: both;
    margin: 0;
    width: 800px;
    background: url(../images/footer_bg.jpg) 0 0 no-repeat;
    }

#footer address {
    margin: 0;
    padding: 0;
    line-height: none;
    clear: both;
    }

#footer p { margin: 0; }
#f_clinic { margin: 0 8px 2px 0 ; } 

#footer .detail02 {
    width: 165px;
    text-indent: -9999px;
    height: 22px;
    margin: 0 0 0 45px;
    }

#footer .detail02 a {
    height: 22px;
    background: url(../images/detail02.jpg) 0 0 no-repeat ; 
    display: block;
    }

#footer .detail02 a:hover { background: url(../images/detail02.jpg) 0 -22px no-repeat ; }

#f_info dl, 
#f_info dl dt, 
#f_info dl dd {
    margin: 0;
    padding: 0;
    text-align: left;
    }

#f_info { margin-top: 20px; width: 380px; }
#f_info dl dt {
    text-indent: -9999px;
    background: url(../images/dt01.jpg) 0 0 no-repeat;
    }

#f_info .beta {
    background-color: #FFF0E9;
    width: 180px;
    margin-right: 9px;
    }

#f_info .beta p { margin: 5px 8px; text-align: left; }
#timetable p { padding-top: 10px; }

* html #f_info .beta { margin-right: 5px; }

/*---------- 06  Contents -----------*/

.section { padding: 5px 15px 5px 5px ; }
.section .section { padding: 10px 0 0 10px; margin-bottom: 20px;}
.section .section02 { padding: 0 0 0 10px; margin-bottom: 20px;}

.center { text-align: center; }

#content h2 {
    height: 50px;
    text-indent: -9999px;
    margin: 0 0 10px 0 ;
    }

#content h3 {
    clear: both;
    height: 30px;
    text-indent: -9999px;
    }

#content h4 {
    height: 25px;
    text-indent: -9999px;
    clear: both;
    }

#content h5 {
    font-size: 100%;
    font-weight: bold;
    margin: 1em 0 .3em .3em;
    }

#content ul li {
    list-style: none;
    background: url(../images/li_bg.jpg) 0 6px no-repeat;
    padding-left: 18px;
    }

#content ul.olist li {
    background-image: none;
    padding-left: 0;
    }

#content dt { font-weight: bold; }
#content a { text-decoration: underline; }

a {
    color: #874A30;
    outline: none;
    }
a:hover { color: #BC9C69; }

#content blockquote {
    margin: .5em;
    background: url(../images/blockquote_bg.jpg) top left repeat-y;
    padding: .5em 1em;
    }

.image_l  {
    float: left;
    margin: 0 10px 8px 0;
    }

.image_r {
    float: right;
    margin: 0 0 8px 10px;
    }

.case {
    margin: 0 50px 0 10px ; }

.case .image_l {
    background: url(../images/arrow.jpg) right center no-repeat;
    width: 250px;
    }

.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;
    border-top: 2px solid #ccc;
    }


#content ul.totop {
    clear: both;
    padding-bottom: 30px;
    }

#content ul.totop li {
    list-style: none;
    width: 90px;
    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: separate;
    border-spacing: 1px;
    border: 1px solid #C1976F;
    font-size: 100%;
    color: #666;
    width: 520px;
    margin-left: 10px;
    }

#content table th,
#content table td {
    padding: 5px;
    border: 1px solid #C1976F;
    }

#content table th {
    background: #E5D3C2;
    color: #462500;
    width: 120px;
    }

input.submit {
    font-weight: bold;
    margin-right: 1.5em;
    }

.alpha { float: left; }
.beta { float: right; }

#catch { text-indent: -9999px; margin:0; }

#content .reserve {
    margin: 0; 
    padding: 30px 0 20px 0 ;
    text-indent: -9999px;
    }

#content .reserve p {margin: 0; }

#content .reserve a {
    height: 80px;
    background: url(../images/ban_reserve.jpg) 0 0 no-repeat;
    display: block;
    }

#content .reserve a:hover { background: url(../images/ban_reserve.jpg) 0 -80px no-repeat; }

#content .baner_bt {  
	margin: 0; 
    padding: 30px 0 0 0 ;
    text-indent: -9999px;
    }
#content .baner_bt p {margin:0;}
#content .baner_bt a {
	height:80px;
	background:url(../images/ban_recruit03.jpg) 0 0 no-repeat;
	display:block;
	}
#content .baner_bt a:hover { background:url(../images/ban_recruit03.jpg) 0 -80px no-repeat; }

#main_img { height: 153px; }



/*---------- 07  Index -----------*/

#index #main_img {
    background: url(../images/index_catch.jpg) 0 0 no-repeat;
    height :252px;
    } 

#index h2#title01 { background: url(../images/index_h2-01.jpg) 0 0 no-repeat; }
#index h3#title02 { background: url(../images/index_h3-02.jpg) 0 0 no-repeat; }
#index h3#title03 { background: url(../images/index_h3-03.jpg) 0 0 no-repeat; }
#index h3#title04 { background: url(../images/index_h3-04.jpg) 0 0 no-repeat; }
#index h2#title05 { background: url(../images/index_h2-05.jpg) 0 0 no-repeat; }
#index h2#title06 { background: url(../images/infomation_bg2.gif) 0 0 no-repeat; }

#index #content h2 { height: 40px; }

#greeting { background: url(../images/greeting_bg.jpg) 0 0 no-repeat; height: 130px; margin-right: 20px; }
#greeting p { margin: 0 15px; }

#info {
	height: 130px;
	margin: 20px 20px 0 0;
	overflow: scroll;
}
#info_boder {
		background: url(../images/infomation_bg.jpg) 0 0 no-repeat;
  	border: 1px solid #e8dacf;
}
#info p { margin: 0 15px; }

#index .banner01 {
    height: 80px;
    margin: 20px 0 0 0 ;
    padding: 0;
    text-indent: -9999px;
    }
	

#index .banner01 a {
    height: 80px;
    background: url(../images/ban_concept.jpg) 0 0 no-repeat;
    display: block;
    }
#index .banner01 a:hover { background: url(../images/ban_concept.jpg) 0 -80px no-repeat; }




#index .banner01a {
    height: 100px;
    margin: 20px 0 0 0 ;
    padding: 0;
    text-indent: -9999px;
    }
	

#index .banner01a a {
    height: 100px;
    background: url(../images/index_bnr01.jpg) 0 0 no-repeat;
    display: block;
    }
#index .banner01a a:hover { background: url(../images/index_bnr01.jpg) 0 -100px no-repeat; }








#index .banner02 {
    height: 80px;
    margin: 20px 0 0 0 ;
    padding: 0;
    text-indent: -9999px;
    }

#index .banner02 a {
    height: 80px;
    background: url(../images/ban_recruit02.jpg) 0 0 no-repeat;
    display: block;
    }
#index .banner02 a:hover { background: url(../images/ban_recruit02.jpg) 0 -80px no-repeat; }

#pickup {
    margin: 17px 20px 5px 0;
    padding: 0;
    border-bottom: 1px solid #E8DBCD;
    height: 120px; 
    }

#pickup p { margin: 0; }
#pickup .beta { width: 315px; }
#pickup .beta p { margin: 0 ; line-height: 1; }

#index .detail { 
    height: 20px;
    text-indent: -9999px;
    margin: 0;
    padding: 0 0 0 160px;
    }

#index #pickup .detail { padding: 20px 0 0 192px; }

#index .detail a {
    height: 20px;
    background: url(../images/detail.jpg) 0 0 no-repeat;
    display: block;
    }

#index .detail a:hover { background: url(../images/detail.jpg) 0 -20px no-repeat; }

#pickup02 {
    width: 285px;
    float: left;
    border-right: 1px solid #E8DBCD;
    }

#pickup03 {
    width: 290px;
    float: right;
    }

#pickup02 p.text,
#pickup03 p.text { margin-right: 18px; }

.bold {
  font-weight: bold;
}
.text-red {
  font-weight: bold;
	color: #FF0000;
}
/*---------- 08  Clinic ----------*/

#clinic #main_img { background: url(../images/clinic_catch.jpg) 0 0 no-repeat; } 
#clinic h2#title01 { background: url(../images/clinic_h2-01.jpg) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-02.jpg) 0 0 no-repeat; }
#clinic h3#title03 { background: url(../images/clinic_h3-03.jpg) 0 0 no-repeat; }
#clinic h3#title04 { background: url(../images/clinic_h3-04.jpg) 0 0 no-repeat; }
#clinic h4#title05 { background: url(../images/clinic_h4-05.jpg) 0 0 no-repeat; }
#clinic h4#title06 { background: url(../images/clinic_h4-06.jpg) 0 0 no-repeat; }
#clinic h4#title07 { background: url(../images/clinic_h4-07.jpg) 0 0 no-repeat; }
#clinic h4#title08 { background: url(../images/clinic_h4-08.jpg) 0 0 no-repeat; }
#clinic h4#title09 { background: url(../images/clinic_h4-09.jpg) 0 0 no-repeat; }
#clinic h4#title10 { background: url(../images/clinic_h4-10.jpg) 0 0 no-repeat; }
#clinic h4#title11 { background: url(../images/clinic_h4-11.jpg) 0 0 no-repeat; }
#clinic h4#title12 { background: url(../images/clinic_h4-12.jpg) 0 0 no-repeat; }
#clinic h3#title13 { background: url(../images/clinic_h3-13.jpg) 0 0 no-repeat; }

#clinic .ma_bt {margin-bottom:15px;}
#clinic .dr table { width: 340px; }
#clinic .dr table th { width: 70px; }

#map {
   width: 420px;
   height: 420px;
   margin: 0;
   border: 1px solid #e8dbb0;
   }

#clinic .cmap_text { padding-top: 20px; }
#clinic .img .sec01 { height: 200px; border-bottom: 1px solid #E8DBCD; }
#clinic .img .sec02 { height: 260px; border-bottom: 1px solid #E8DBCD; }

/*---------- 09  Policy ---------*/

#policy #main_img { background: url(../images/policy_catch.jpg) 0 0 no-repeat; } 
#policy h2#title01 { background: url(../images/policy_h2-01.jpg) 0 0 no-repeat; }
#policy h3#title02 { background: url(../images/policy_h3-02.jpg) 0 0 no-repeat; }
#policy h3#title03 { background: url(../images/policy_h3-03.jpg) 0 0 no-repeat; }
#policy h3#title04 { background: url(../images/policy_h3-04.jpg) 0 0 no-repeat; }

/*---------- 10  General ----------*/

#general #main_img { background: url(../images/general_catch.jpg) 0 0 no-repeat; } 
#general h2#title01 { background: url(../images/general_h2-01.jpg) 0 0 no-repeat; }
#general h3#title02 { background: url(../images/general_h3-02.jpg) 0 0 no-repeat; }
#general h4#title03 { background: url(../images/general_h4-03.jpg) 0 0 no-repeat; }
#general h4#title04 { background: url(../images/general_h4-04.jpg) 0 0 no-repeat; }
#general h4#title05 { background: url(../images/general_h4-05.jpg) 0 0 no-repeat; }
#general h4#title06 { background: url(../images/general_h4-06.jpg) 0 0 no-repeat; }
#general h4#title07 { background: url(../images/general_h4-07.jpg) 0 0 no-repeat; }
#general h3#title08 { background: url(../images/general_h3-08.jpg) 0 0 no-repeat; }
#general h4#title09 { background: url(../images/general_h4-09.jpg) 0 0 no-repeat; }

#general #content .alpha { width: 220px; }
#general #content .alpha img { width: 225px; }
#general #content .beta { width: 320px; }
#general #content .beta p { margin: 5px 0 3px 0 ; } 
#general #content .beta img { margin: 5px 0 0 0 ; } 

#general .list dl dt {
    background: url(../images/li_bg.jpg) 0 6px no-repeat;
    padding-left: 15px; 
    color: #8B5C29;
    }

/*---------- 11  Prevent ---------*/

#prevent #main_img { background: url(../images/prevent_catch.jpg) 0 0 no-repeat; } 
#prevent h2#title01 { background: url(../images/prevent_h2-01.jpg) 0 0 no-repeat; }
#prevent h3#title02 { background: url(../images/prevent_h3-02.jpg) 0 0 no-repeat; }
#prevent h3#title03 { background: url(../images/prevent_h3-03.jpg) 0 0 no-repeat; }
#prevent h4#title04 { background: url(../images/prevent_h4-04.jpg) 0 0 no-repeat; }
#prevent h4#title05 { background: url(../images/prevent_h4-05.jpg) 0 0 no-repeat; }
#prevent h4#title06 { background: url(../images/prevent_h4-06.jpg) 0 0 no-repeat; }
#prevent h4#title07 { background: url(../images/prevent_h4-07.jpg) 0 0 no-repeat; }

/*---------- 12  Aesthe ----------*/

#aesthe #main_img { background: url(../images/aesthe_catch.jpg) 0 0 no-repeat; } 
#aesthe h2#title01 { background: url(../images/aesthe_h2-01.jpg) 0 0 no-repeat; }
#aesthe h3#title02 { background: url(../images/aesthe_h3-02.jpg) 0 0 no-repeat; }
#aesthe h3#title03 { background: url(../images/aesthe_h3-03.jpg) 0 0 no-repeat; }
#aesthe h4#title04 { background: url(../images/aesthe_h4-04.jpg) 0 0 no-repeat; }
#aesthe h4#title05 { background: url(../images/aesthe_h4-05.jpg) 0 0 no-repeat; }
#aesthe h4#title06 { background: url(../images/aesthe_h4-06.jpg) 0 0 no-repeat; }

/*---------- 13  Ortho -----------*/
#ortho #main_img { background: url(../images/ortho_catch.jpg) 0 0 no-repeat; } 
#ortho h2#title01 { background: url(../images/ortho_h2-01.jpg) 0 0 no-repeat; }
#ortho h3#title02 { background: url(../images/ortho_h3-02.jpg) 0 0 no-repeat; }
#ortho h4#title03 { background: url(../images/ortho_h4-03.jpg) 0 0 no-repeat; }
#ortho h4#title04 { background: url(../images/ortho_h4-04.jpg) 0 0 no-repeat; }
#ortho h4#title05 { background: url(../images/ortho_h4-05.jpg) 0 0 no-repeat; }
#ortho h4#title06 { background: url(../images/ortho_h4-06.jpg) 0 0 no-repeat; }
#ortho h3#title07 { background: url(../images/ortho_h3-07.jpg) 0 0 no-repeat; }
#ortho h4#title08 { background: url(../images/ortho_h4-08.jpg) 0 0 no-repeat; }
#ortho h4#title09 { background: url(../images/ortho_h4-09.jpg) 0 0 no-repeat; }
#ortho h4#title10 { background: url(../images/ortho_h4-10.jpg) 0 0 no-repeat; }
#ortho h4#title11 { background: url(../images/ortho_h4-11.jpg) 0 0 no-repeat; }
#ortho h4#title12 { background: url(../images/ortho_h4-12.jpg) 0 0 no-repeat; }
#ortho h3#title13 { background: url(../images/ortho_h3-13.jpg) 0 0 no-repeat; }
#ortho h4#title14 { background: url(../images/ortho_h4-14.jpg) 0 0 no-repeat; }
#ortho h4#title15 { background: url(../images/ortho_h4-15.jpg) 0 0 no-repeat; }
#ortho h4#title16 { background: url(../images/ortho_h4-16.jpg) 0 0 no-repeat; }


/*---------- 14  Implant ---------*/

#implant #main_img { background: url(../images/implant_catch.jpg) 0 0 no-repeat; } 
#implant h2#title01 { background: url(../images/implant_h2-01.jpg) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-02.jpg) 0 0 no-repeat; }
#implant h3#title03 { background: url(../images/implant_h3-03.jpg) 0 0 no-repeat; }
#implant h4#title04 { background: url(../images/implant_h4-04.jpg) 0 0 no-repeat; }
#implant h4#title05 { background: url(../images/implant_h4-05.jpg) 0 0 no-repeat; }
#implant h3#title06 { background: url(../images/implant_h3-06.jpg) 0 0 no-repeat; }

#implant #content ul { margin: 0 0 0 10px; }
#implant .step {
    background: #FBF5EE url(../images/step_bg.jpg) bottom no-repeat;
    width: 480px;
    padding-bottom: 50px;
    margin-bottom: 5px;
    }

#implant .step_end {
    background: #FBF5EE url(../images/step_bg02.jpg) bottom no-repeat;
    width: 480px;
    padding-bottom: 30px;
    }

#implant .step p,
#implant .step_end p { margin: 5px 10px 10px; }

#implant .step p.step_title,
#implant .step_end p.step_title {
    font-size: 110%;
    color: #5A3D1C;
    padding-top: 10px;
    border-bottom: 1px dotted #A69785;
    margin-bottom: 0px;
    font-weight: bold;
    }
#implant .table { margin-left: 20px; }

/*---------- 15  Denture ---------*/

#denture #main_img { background: url(../images/denture_catch.jpg) 0 0 no-repeat; } 
#denture h2#title01 { background: url(../images/denture_h2-01.jpg) 0 0 no-repeat; }
#denture h3#title02 { background: url(../images/denture_h3-02.jpg) 0 0 no-repeat; }
#denture h4#title03 { background: url(../images/denture_h4-03.jpg) 0 0 no-repeat; }
#denture h4#title04 { background: url(../images/denture_h4-04.jpg) 0 0 no-repeat; }
#denture h4#title05 { background: url(../images/denture_h4-05.jpg) 0 0 no-repeat; }
#denture h3#title06 { background: url(../images/denture_h3-06.jpg) 0 0 no-repeat; }
#denture h4#title07 { background: url(../images/denture_h4-07.jpg) 0 0 no-repeat; }


/*---------- 16  Recruit ---------*/

#recruit #main_img { background: url(../images/recruit_catch.jpg) 0 0 no-repeat; } 
#recruit h2#title01 { background: url(../images/recruit_h2-01.jpg) 0 0 no-repeat; }
#recruit h3#title02 { background: url(../images/recruit_h3-02.jpg) 0 0 no-repeat; }

#recruit #content table th.table_title { text-align: center; width: auto; }
#recruit table ul { margin-left: 10px; }
#recruit table ul li { padding-left: 14px; }

