@charset "utf-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/*----------------------------------------
  common --- NEXT PAGE
----------------------------------------*/
.bold { font-weight: bold; }
.normal { font-weight: normal; }

.red { color: #ff0000; }
.green { color: #009999; }
.white { color: #ffffff; }
.txcol { color: #656565; }

.bg_green { background-color: #ccffcc; }
.bggreen {
    background-color: #106336;
    padding: 3px 10px 1px 10px;
	border-radius:5px;
}


.ft10 { font-size: 10px; }
.ft12 { font-size: 12px; }
.ft14 { font-size: 14px; }
.ft16 { font-size: 16px; }
.ft18 { font-size: 18px; }
.ft20 { font-size: 20px; }
.ft22 { font-size: 22px; }

.pdt5 { padding-top: 5px; }
.pdt10 { padding-top: 10px; }
.pdt15 { padding-top: 15px; }
.pdt20 { padding-top: 20px; }
.pdt30 { padding-top: 30px; }
.pdt40 { padding-top: 40px; }

.pdb5 { padding-bottom: 5px; }
.pdb10 { padding-bottom: 10px; }
.pdb15 { padding-bottom: 15px; }
.pdb20 { padding-bottom: 20px; }
.pdb30 { padding-bottom: 30px; }
.pdb40 { padding-bottom: 40px; }

.pdr10 { padding-right: 10px; }
.pdr20 { padding-right: 20px; }

.pdl10 { padding-left: 10px; }
.pdl15 { padding-left: 15px; }
.pdl20 { padding-left: 20px; }
.pdl30 { padding-left: 30px; }
.pdl40 { padding-left: 40px; }
.pdl50 { padding-left: 50px; }
.pdl90 { padding-left: 90px; }


.mgl20 { margin-left: 20px; }

.mgb5 { margin-bottom: 5px; }
.mgb10 { margin-bottom: 10px; }
.mgb20 { margin-bottom: 20px; }
.mgb30 { margin-bottom: 30px; }


.unline { text-decoration: underline; }

.line_red { border-bottom: solid 1px #ff0000; }

.bold { font-weight: bold; }


.center { text-align: center; }
.center_m { text-align: center; }
.center_m2 { text-align: center; }
.right { text-align: right; }


a.next {
	color: #0000ff;
	text-decoration: none;
}
a.next:hover {
	text-decoration: underline;
}


/*----------------------------------------
  header
----------------------------------------*/
.logo_area {
}
.logo_name_area {
    text-align: left;
    position: relative;
    margin-top: -70px;
    margin-left: 140px;
}
.adrs_area {
}


/*----------------------------------------
    nextpage --- NEXT PAGE
----------------------------------------*/
#nextpage {
    margin: 190px auto 0px;
    padding: 10px 0 10px;
    z-index: 2;
    width: 100%;
}
#nextpage p {
    line-height: 1.7;
}

#nextpage h2 {
    text-align: center;
    z-index: 15;
    margin-top: 30px;
    clear: both;
}
#nextpage h2.jn {
	font-size: 40px;
}

#nextpage .md {
    color: #73a05d;
    font-size: 30px;
    background-color: #ffffff;
    padding: 0px 50px;
    letter-spacing: 3px;
}
.style-two {
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    margin-top: -50px;
    margin-bottom: 30px;
    z-index: 10;
}


.chapter {
    padding: 10px 10px 50px 10px;
	text-align: left;
}

#nextpage a {
	color: #0000ff;
	text-decoration: underline;
}
#nextpage a:hover {
    text-decoration: none;
}

#nextpage h3 {
    color: #73a05d;
    text-align: center;
    line-height: 0.5;
    font-size: 28px;
    padding-top: 30px;
    padding-bottom: 20px;
}

#nextpage h4 {
    color: #656565;
    font-size: 19px;
    line-height: 2;
    font-weight: bold;
}


/*----------------------------------------
  診療案内
----------------------------------------*/
ul.medlist {
    list-style-image: url(../images/common/point03.gif);
    list-style-position: outside;
    margin-left: 20px;
}
ul.medlist li {
    margin-top: 10px;
}

.yakan {
    margin-bottom: 10px;
}
.yakanL {
    float: left;
    width: 300px;
    text-align: center;
}
.yakanR {
    float: left;
    margin-left: 20px;
}

.nxtbl {
    width: 90%;
    margin: 10px auto 20px;
}
.nxtbl table {
    width: 100%;
    border-collapse: collapse;
    border: solid 2px #989898;
}
.nxtbl table th {
    text-align: center;
    vertical-align: middle;
    background-color: #73a05d;
    color: #ffffff;
    padding: 7px 0px 5px 0px;
    font-size: 18px;
    border-bottom: solid 1px #ffffff;
    border-left: dotted 1px #ffffff;
}
.nxtbl table th.tm {
    border-right: solid 1px #ffffff;
}
.nxtbl table td {
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff;
    color: #323232;
    padding: 5px 0px;
    width: 3%;
    border-top: dotted 1px #989898;
    border-left: dotted 1px #989898;
}
.nxtbl table td.end {
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff;
    color: #323232;
    width: 6%;
}
.nxtbl table td.tm {
    text-align: center;
    vertical-align: middle;
    background-color: #dbe5d3;
    color: #323232;
    width: 13%;
    font-size: 18px;
    border-right: solid 1px #989898;
}

.calendar_area {
    margin: 0 10%;
}

ul.ul_hoken {
    width: 550px;
}
ul.ul_hoken li {
    float: left;
    margin: 0px 10px 80px;
}

.guid_card img {
    padding: 5px 3px 3px 3px;
}


.ttl_clinical {
    font-size: 20px;
    padding-bottom: 5px;
}
ul.klist {
    list-style-image: url(../images/common/m_kome.png);
    list-style-position: outside;
    margin-left: 25px;
}
.han_clinical {
    background-color: #73a05d;
    color: #ffffff;
    padding: 8px 30px;
    border-radius: 5px;
}
.med_cmnt_ttl {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 5px;
    font-size: 24px;
}
.med_nm {
    text-align: right;
    padding-top: 5px;
}


/*----------------------------------------
  病院案内
----------------------------------------*/
.grt_ttl {
    padding: 0px 10px;
    border-bottom: solid 1px #656565;
}
.grt_img {
    float: right;
    padding: 10px 10px 10px 20px;
    position: relative;
    margin-top: -30px;
}
.grt_nm {
    text-align: center;
    padding-top: 10px;
}
.grt_clear {
    clear: both;
}
.grt_dmy {
    padding-bottom: 60px;
}

table.history {
    border-collapse: cellapse;
    margin-top: 10px;
    width: 100%;
}
table.history th {
    width: 10%;
}

ul.affiliation {
    margin-top: 10px;
}
ul.affiliation li {
    float: left;
    padding-right: 20px;
}


/*----------------------------------------
  院内紹介
----------------------------------------*/
table.innai {
    border-collapse: cellapse;
}
table.innai td {
    padding: 10px 10px 5px 0px;
    text-align: center;
    vertical-align: bottom;
}
table.innai td.right {
    padding: 10px 10px 5px 130px;
    text-align: center;
    vertical-align: bottom;
}
table.innai td.left {
    padding: 10px 130px 5px 10px;
    text-align: center;
    vertical-align: bottom;
}
table.innai td img {
	border: 6px solid #fff;
	margin: 5px;
	position: relative;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
table.innai td p.innm {
    line-height: 1.7;
    text-align: center;
}


/*----------------------------------------
  当院の医療設備
----------------------------------------*/
table.kiki {
    border-collapse: separate;
    border-spacing: 0px 7px;
    width: 100%;
}
table.kiki th {
    width: 100%;
    text-align: center;
    border-top: 1px dashed #333333;
    border-bottom: 1px dashed #333333;
}
table.kiki th p {
    font-weight: normal;
    padding: 10px 0px 7px 0px;
}
table.kiki td {
    width: 25%;
}
table.kiki td.kiL {
    padding: 10px 5px 15px 5px;
    text-align: center;
    vertical-align: top;
}
table.kiki td.kiL img {
    padding-bottom: 20px;
}
table.kiki td.kiL_R {
    padding: 10px 5px 0px 5px;
    text-align: left;
    vertical-align: top;
}
table.kiki td.kiR {
    padding: 5px 10px 15px 5px;
    vertical-align: top;
}
table.kiki p.kinm {
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.3;
    font-size: 16px;
    font-weight: bold;
}
table.kiki p.ki {
    border-top: 1px solid #bbbbbb;
    padding-top: 10px;
    padding-left: 3px;
    padding-right: 0px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 0;
}


/*----------------------------------------
  料金案内
----------------------------------------*/
table.feetbl {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
}
table.feetbl th {
    vertical-align: middle;
}
table.feetbl td {
    padding: 5px 20px 0px 20px;
    vertical-align: middle;
}
table.feetbl td.top {
    vertical-align: top;
}
table.feetbl td.fee {
    text-align: right;
}

table.feetbl td.row_l01 { width: 50%; }
table.feetbl td.row_l02 { width: 10%; }
table.feetbl td.row_l03 { width: 40%; }
table.feetbl td.row_r01 { width: 20%; }
table.feetbl td.row_r02 { width: 30%; }


.fee_item {
    background-color: #73a05d;
    color: #ffffff;
    padding: 5px 0px 5px 20px;
    margin-bottom: 10px;
}
.fee_line {
    border-bottom: dotted 1px #73a05d;
    margin-bottom: 10px;
}

ul.feelist {
    list-style-image: url(../images/common/point001.gif);
    list-style-position: outside;
    margin-top: 15px;
    margin-left: 25px;
}


/*----------------------------------------
  アクセス
----------------------------------------*/



/* ===========================================
　サブメニュー
=========================================== */
/*----------------------------------------
  負担の少ない治療
----------------------------------------*/
.chap_head {
    font-size: 26px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
}


/*----------------------------------------
  往診も対応
----------------------------------------*/
/*----------------------------------------
  健康診断のすすめ
----------------------------------------*/
/*----------------------------------------
  各種予防
----------------------------------------*/



/*--------------------------------------------------
  採用情報
--------------------------------------------------*/
.ast {
    margin-bottom: 10px;
}
table.recruit {
    border-collapse: collapse;
    margin: 0px auto;
    width: 100%;
}
table.recruit th {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding: 5px 0px;
    width: 16%;
}
table.recruit td {
    text-align: left;
    vertical-align: top;
    padding: 5px 0px 5px 20px;
}



/* ページ内リンク
---------------------------------------------------------------------------- */
/* 獣医師勤務表 */
#tg-calendar {
  margin-top: -60px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 60px; /* 打ち消し用のパディング */
}

/* 負担の少ない治療 */
#tg-med0101 {
  margin-top: -80px;
  padding-top: 80px;
}
#tg-med0102 {
  margin-top: -80px;
  padding-top: 80px;
}

