﻿@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; }
.yel { color: #FFCC00; }
.blue { color: #0000ff; }
.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;
}
.bg_grey {
    background-color: #d9d9d9;
    padding: 2px 5px;
}


.bott { padding-bottom: 30px; }
.last { padding-bottom: 80px; }
.cr { padding-bottom: 20px; }


.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; }
.ft24 { font-size: 24px; }

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

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

.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; }


.mgt5 { margin-top: 5px; }
.mgt10 { margin-top: 10px; }
.mgt20 { margin-top: 20px; }
.mgt30 { margin-top: 30px; }

.mgl5 { margin-left: 5px; }
.mgl10 { margin-left: 10px; }
.mgl20 { margin-left: 15px; }
.mgl25 { margin-left: 25px; }
.mgl30 { margin-left: 30px; }

.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; }
.right { text-align: right; }


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







/*----------------------------------------
    nextheader
----------------------------------------*/
div#header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 200;
    margin: 0;
/*
    max-width: 1130px;
    left: 50%;
    margin-right: -50%;
*/
    transform: translate(-50%, 0%);
    background-color: #d21d22;
}

div#header .header_L .nx_header-logo {
    padding-top: 0px;
}
div#header .header_L .nx_header-logo img.head_logo {
    width: 80%;
}



/*----------------------------------------
    article
----------------------------------------*/
article {
    background-color: #d21d22;
}


/*----------------------------------------
    nextpage --- NEXT PAGE
----------------------------------------*/
#nextpage {
    z-index: 2;
    width: 100%;
    padding-top: 50px;
    background-color: #ffffff;
}



/*----------------------------------------
    title common
----------------------------------------*/
.next_cont {
    padding-top: 60px;
}
.next_cont p {
    color: #3f101a;
    line-height: 2;
    letter-spacing: 1.5px;
}


.nextsubtitle {
    border-left: 12px solid #cc0000;
    margin-bottom: 60px;
    padding: 1px 0;
}
.nextsubtitle p {
    padding-left: 12px;
    font-size: 32px;
    line-height: 1.2;
}

.nextbox {
    padding-left: 30px;
    padding-bottom: 120px;
}
.nextbox p {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 2;
}

.nextbox_0 {
    padding-left: 0px;
    padding-bottom: 120px;
}
.nextbox_0 p {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 2;
}

.next_subbox {
    padding-top: 30px;
}
.next_subbox p {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 2;
}


.pc_bot {
    padding-bottom: 300px;
}



/*----------------------------------------
    共通リスト
----------------------------------------*/
ol.maru  {
  position: relative;
  margin: 0;
  padding: 0
}
ol.maru li  {
  list-style: none;
  list-style-position: outside;
  margin: 0 0 20px 0;
  padding-left: 1.25em
}
ol.maru li span.num {
  position: absolute;
  left: 0;
  margin: 0
}
ol.maru li.b5  {
  list-style: none;
  list-style-position: outside;
  margin: 0 0 5px 0;
  padding-left: 1.25em
}


ol.numlist {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 35px;
}

ul.yballlist {
    padding-left: 20px;
    list-style: url(../images/common/pballyel.png) outside;
}
ul.yballlist li {
    padding-bottom: 40px;
}




ul.kmlist {
    padding-left: 20px;
    list-style: url(../images/common/m_kome.png) outside;
}

ul.dotlist {
    padding-left: 18px;
    list-style: url(../images/common/pointDT.png) outside;
}
ul.rndlist {
    padding-left: 18px;
    list-style: url(../images/common/round.gif) outside;
}

ul.disclist {
    padding-left: 18px;
    list-style-position: outside;
}
ul.disclist li {
    list-style-type: disc;
}
ul.disclist li.b10 {
    list-style-type: disc;
    padding-top: 10px;
}

ul.Rdisclist {
    padding-left: 18px;
    list-style-position: outside;
    color: #ff0000;
}
ul.Rdisclist li {
    list-style-type: disc;
    padding-top: 5px;
    color: #ff0000;
}

ul.Bdisclist {
    padding-left: 18px;
    list-style-position: outside;
}
ul.Bdisclist li {
    list-style-type: disc;
    padding: 5px 0 15px 0;
}


span.shadow_blk {
    text-shadow: 1px 0px 0px #000;
}

p.han {
    background-color: #ecb6d4;
    padding: 10px 5px 10px 20px;
    color: #8c1f53;
	width: 380px;
}





/*----------------------------------------
    sec000
----------------------------------------*/
#sec000 {
    width: 100%;
    margin: 0 auto;
}
#sec000 .nx_menu_box {
    text-align: center;
    background-color: #d21d22;
    padding: 10px 0;
    margin-top: 90px;
}
.nx_menu_box ul.headmenulist {
    width: 80%;
    margin: 0 10%;
}
.nx_menu_box ul.headmenulist li {
    float: left;
    width: 20%;
}
.nx_menu_box ul.headmenulist li a {
    color: #ffffff;
    font-size: 16px;
}
img.ptimg {
    width: 10px;
    margin: 0 5px 7px 0px;
}


/*----------------------------------------
    next000
----------------------------------------*/
#next000 {
    width: 100%;
    margin: 0 auto;
    background-color: #f8f5f6;
    height: 285px;
}
#next000 .next000_L {
    float: left;
    width: 61%;
    padding-top: 100px;
}
#next000 .next000_R {
    float: right;
    width: 39%;
    padding-top: 35px;
}
.next000_img01 {
    width: 100%;
}
.next000_img_head {
    width: 100%;
    border-radius: 15px;
}
.next000_img_head_line {
    width: 100%;
    border-radius: 15px;
    border: 2px solid #f8f5f6;
}

.head100 {
    color: #3f101a;
    font-size: 32px;
    letter-spacing: 2px;
}
.head100_e {
    color: #ac6f7e;
    font-size: 32px;
    letter-spacing: 2px;
    padding-left: 40px;
/*
    font-family: 'Heebo', sans-serif;
*/
}
.head100_e2 {
    color: #ac6f7e;
    font-size: 32px;
    letter-spacing: 2px;
    padding-left: 0px;
}

.menu000 {
    color: #d21d22;
    padding-top: 45px;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 2;
}
.menu000 a {
    color: #d21d22;
}
.ball000 {
    margin: 0 5px 11px 4px;
}
.line000 {
    padding-bottom: 0.4em;
    border-bottom: solid 2px #d21d22;
}


/*----------------------------------------
    当院について
----------------------------------------*/
.about_img01 {
    float: right;
    width: 250px;
    padding: 30px 0px 0px 30px;
}


/*----------------------------------------
    診療案内
----------------------------------------*/
p.med_tbl_cmnt {
    color: #ff6600;
    font-size: 20px;
    padding-left: 70px;
}
table.time {
    border-collapse: cellapse;
	margin: 0px 0px 15px 0px;
	border: 2px solid #2e1406;
}
table.time td {
    text-align: center;
    vertical-align: middle;
    padding: 7px 13px;
	border: 1px solid #2e1406;
    font-size: 18px;
}
table.time td.tmhead {
	background-color: #513828;
    color: #fff;
	border: 1px solid #fff;
}
table.time td.tmttl {
    background-color: #9e8e84;
    color: #fff;
	border: 1px solid #fff;
	border-right: 1px solid #2e1406;
}

.medical_img01 {
    width: auto;
}


/*----------------------------------------
    料金案内
----------------------------------------*/
table.price {
    margin: 0 0 25px 0px;
    border-top: 2px #2e1406 solid;
    border-bottom: 2px #2e1406 solid;
    border-collapse: collapse;
}
table.price td {
    text-align: center;
    vertical-align: middle;
    padding: 5px 10px;
}
table.price td.ttl {
    border-right: 1px #fff solid;
    border-bottom: 1px #fff dotted;
    background-color: #513828;
    color: #fff;
    text-align: left;
    padding-left: 20px;
}
table.price td.ttl_a {
    border-right: 1px #fff solid;
    border-bottom: 1px #fff dotted;
    background-color: #513828;
    color: #fff;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}
table.price td.ttlnm {
    border-right: 1px #fff solid;
    border-bottom: 1px #fff dotted;
    background-color: #9e8e84;
    color: #fff;
    text-align: left;
    padding-left: 20px;
}
table.price td.ttlC {
    border-right: 1px #fff dotted;
    border-bottom: 2px #fff solid;
    background-color: #513828;
    color: #fff;
}
table.price td.ttlR {
    border-bottom: 2px #fff solid;
    background-color: #513828;
    color: #fff;
}
table.price td.itmC {
    border-right: 1px #2e1406 dotted;
    border-bottom: 1px #2e1406 dotted;
}
table.price td.itmR {
    border-bottom: 1px #2e1406 dotted;
    text-align: right;
    padding-right: 20px;
}
table.price td.itmRc {
    border-bottom: 1px #2e1406 dotted;
    padding-right: 5px;
}
table.price td.ttlb {
    border-right: 1px #fff solid;
    border-bottom: 2px #fff solid;
    background-color: #513828;
    color: #fff;
    text-align: left;
    padding-left: 20px;
}
table.price td.itmCb {
    border-right: 1px #2e1406 dotted;
    border-bottom: 2px #2e1406 solid;
}
table.price td.itmRb {
    border-bottom: 2px #2e1406 solid;
    text-align: right;
    padding-right: 20px;
}


/*----------------------------------------
    こんな症状は病気かも!?
----------------------------------------*/
.symptoms_line {
    border-bottom: 2px solid #3f101a;
    padding-bottom: 4px;
}

.symptoms_box1 {
    border: 4px solid #00b0f0;
    padding: 5px 20px;
    width: 430px;
    margin-top: 20px;
}
.symptoms_box2 {
    border: 4px solid #00b0f0;
    padding: 5px 20px;
    width: 430px;
    margin-top: 20px;
}

ul.checklist {
    padding-left: 25px;
    list-style: url(../images/common/brown16.png) outside;
    color: #3f101a;
    font-size: 20px;
}
ul.checklist li {
    padding-left: 8px;
}


/*----------------------------------------
    診療科目
----------------------------------------*/
p.medtitle {
    font-size: 20px;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 10px;
    padding: 3px 20px 2px 15px;
    border: 2px solid #2e1406;
    border-radius: 5px;
    background-color: #2e1406;
}

ul.medlist {
    padding-bottom: 10px;
    list-style: url(../images/common/round.gif) inside;
}
ul.medlist li {
    font-size: 20px;
    padding-left: 20px;
    padding-top: 5px;
}

ul.medcaselist {
    padding-left: 20px;
    padding-bottom: 10px;
    list-style: url(../images/common/yajirushi2.png) inside;
}
ul.medcaselist li {
    font-size: 20px;
    padding-top: 5px;
}
ul.medcaselist li a {
    color: #2e1406;
}


table.medical {
    margin: 0px 0px 0px 5px;
    border-collapse: collapse;
}
table.medical td {
    padding: 10px;
    vertical-align: top;
}
table.medical td.nospc {
    padding: 0px 10px 10px 10px;
}
table.medical td.center {
    text-align: center;
}

table.medical td p {
    font-size: 18px;
    line-height: 1.6;
}
table.medical td p.med_center {
    text-align: center;
}

table.medical img {
    padding-bottom: 5px;
    padding-left: 0px;
}


table.medtbl01 {
    margin-left: 2%;
    width: 98%;
    border-collapse: collapse;
}
table.medtbl01 th {
    width: 20%;
    vertical-align: top;
    padding-top: 20px;
}
table.medtbl01 th p {
    font-weight: bold;
}
table.medtbl01 td {
    width: 80%;
    vertical-align: top;
    padding-top: 20px;
}

table.medtbl02 {
    width: 70%;
    border-collapse: collapse;
}
table.medtbl02 td {
    width: 50%;
    vertical-align: middle;
    text-align: center;
    padding: 5px 10px 0px;
}
table.medtbl02 td img {
    width: 100%;
    padding-bottom: 5px;
}
table.medtbl02 img.med02_img01 {
    margin: 20px 10% 0px 20%;
    width: 70%;
}
table.medtbl02 img.med02_img02 {
    margin: 0px 10% 0px 20%;
    width: 70%;
    padding-bottom: 0px;
}
table.medtbl02 img.med02_img03 {
    margin: 0px 25% 0px 0%;
    width: 70%;
    padding-bottom: 0px;
}


p.medcasetitle {
  position: relative;
  padding: 15px 18px 5px 18px;
  margin-bottom: 10px;
  font-weight: bold;
}

p.medcasetitle:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #2e1406, #2e1406 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #2e1406, #2e1406 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


























/*--------------------------------------------------
  求人情報
--------------------------------------------------*/

/* 募集要項
--------------------------------------------------*/
table.recruit {
    border-collapse: collapse;
    margin: 40px auto 30px;
    width: 100%;
    border-top: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
}
table.recruit th {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    padding: 10px 20px;
    width: 20%;
    border-top: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
}
table.recruit td {
    text-align: left;
    vertical-align: top;
    padding: 10px 20px;
    width: 80%;
    border-top: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
}


.btn_box {
    margin: 50px 30% 40px 30%;
}
.btn_txt:hover {
    opacity: 0.7;
}
.btn_txt {
    background-color: #bbe2f1;
    color: #ffffff;
    text-align: center;
    padding: 15px 10px;
    border-radius: 25px;
}



table.thanks {
    border-collapse: collapse;
    margin: 100px auto 250px;
}
table.thanks td {
    text-align: center;
}



/* 応募フォーム
--------------------------------------------------*/
table.thanks {
    border-collapse: collapse;
    margin: 0px auto;
    width: 40%;
}
table.thanks td {
    text-align: center;
}






