@charset "UTF-8";


.w50 {
	margin-bottom: 15px;
}
.w50 img {
	max-width: 45%;
	height: auto;
	margin: 0 2px;
}
.w50 img.p_btm{
	padding-bottom: 20px;
}

/* defult */
.menu_title {
  border-bottom-color:#FF0000;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-left-color:#FF0000;
  border-left-style:solid;
  border-left-width:5px;
  font-weight:bold;
  margin:5px 0px 5px 5px;
  padding:5px;
}
p {
  margin: 3px;
}
strong {
  font-weight: bold;
}

/* header */
header h1 {
  background: -moz-linear-gradient(rgb(104, 112, 243) 0%, rgb(0, 10, 194) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(104, 112, 243)), color-stop(100%, rgb(0, 10, 194)));
  text-align: center;
  padding: 5px 2px;
  color: #FFFFFF;
  text-shadow:1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
}
/*
header {
  background: #000000;
}
*/
#header_logo {
  /*margin: 3px 5px;*/
}
.header_title {
  background: -webkit-gradient(linear, left top, left bottom, from(#ececec),to(#fff));　
  background-size: 100% 100%;
  height:50px;
  border-bottom:1px solid #dadada;
  background: -moz-linear-gradient(rgb(135, 135, 135) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(135, 135, 135)), color-stop(100%, rgb(0, 0, 0)));
  width: 100%;
}
.header_title h1 {
  width: 200px;
  display:block;
  height:50px;
  line-height:50px;
  font-weight:bold;
  float:left;
  color:#FFFFFF;
  text-shadow:1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
  text-align: center;
}
.header_contents {
  text-align: right;
  margin: 10px 5px 15px 5px;
}
.header_button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ffffff;
  padding: 5px;
  background: -moz-linear-gradient(
    top,
    #b0ffb5 0%,
    #089408);
  background: -webkit-gradient(
    linear, left top, left bottom,
    from(#b0ffb5),
    to(#089408));
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 2px solid #298700;
  -moz-box-shadow:
    0px 1px 3px rgba(0,0,0,0.5),
    inset 0px 0px 3px rgba(255,255,255,1);
  -webkit-box-shadow:
    0px 1px 3px rgba(0,0,0,0.5),
    inset 0px 0px 3px rgba(255,255,255,1);
  text-shadow:
    1px 1px 2px rgba(000,000,000,1),
    0px 1px 0px rgba(0,0,0,1);
}
a.header_button {
  text-decoration: none;
}
.header_title nav {
  float: left;
}
.header_title nav li {
  float: right;
}
.header_title a.side {
  display:block;
  height:33px;
  width:50px;
  color:#ffffff;
  line-height:33px;
  background: -moz-linear-gradient(rgb(243, 104, 104) 0%, rgb(194, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(243, 104, 104)), color-stop(100%, rgb(194, 0, 0)));
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  text-align:center;
  text-decoration:none;
  border: 1px solid #FF0000;
  margin-top:7px;
  margin-left: 10px;
  padding-left: 5px;
  text-shadow:1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
  font-weight:bold;
}

/* pankuzu */
.pan {
  list-style: none;
  overflow: hidden;
  color: white;
  font: 11px arial, Helvetica, clean, sans-serif;
  margin: 0;
  background: rgb(233,233,233);
}
.pan li {
  float: left;
  line-height: 20px;
}
.pan li a {
  color: #fff;
  padding: 0 10px 0 15px;
  background: rgb(142,142,142);
  display: block;
  float: left;
}
.pan li a::after {
  position: relative;
  display: block;
  margin-top: -10px;
  margin-left: auto;
  margin-right: -15px;
  height: 10px;
  width: 10px;
  content: " ";
  -webkit-transform: skew(-30deg);
  background: rgb(142,142,142);
  border-right: 2px solid white;
}
.pan li a::before {
  float: right;
  display: block;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: -15px;
  height: 10px;
  width: 10px;
  content: " ";
  -webkit-transform: skew(30deg);
  background: rgb(142,142,142);
  border-right: 2px solid white;
}
.pan li:first-child a {
  font-weight: 900;
  padding-left: 10px;
  background: rgb(108,108,108);
}
.pan li:first-child a::before,
.pan li:first-child a::after {background: rgb(108,108,108);}
.pan li:last-child {
  padding-left: 15px;
  background: transparent !important;
  color: rgb(50,116,208);
  font-weight: 900;
}
.pan li a:hover,
.pan li a:hover::before,
.pan li a:hover::after {background: rgb(108,108,108);}
.pan li:first-child a:hover,
.pan li:first-child a:hover::before,
.pan li:first-child a:hover::after {background: rgb(77,77,77);}
.pan li.scope a,
.pan li.scope a::before,
.pan li.scope a::after {background: rgb(50,116,208);}
.pan li.scope a:hover,
.pan li.scope a:hover::before,
.pan li.scope a:hover::after {background: rgb(34,97,160);}

/* header_category */
.search_contents {
  -webkit-box-shadow:#E0E0E0 0 1px 0;
  background-attachment:initial;
  background-clip:initial;
  background-color:initial;
  background-origin:initial;
  background-position:initial initial;
  background-repeat:initial initial;
  border-top-color:#FFFFFF;
  border-top-style:solid;
  border-top-width:1px;
  margin-bottom: 10px;
}
.search_contents ul li {
	border-color:#d3c6be;
	border-style:solid;
	border-width:1px;
	-webkit-box-flex:1;
	font-size:14px;
	text-align:center;
	height: 40px;
	line-height: 40px;
	background: -moz-linear-gradient(rgb(255, 255, 255) 0%, rgb(219, 219, 219) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(219, 219, 219)));
	width:33%;
}
.search_contents ul {
  display:-webkit-box;
  width:100%;
}
.search_contents a {
  text-decoration:none;
  display:block;
  font-weight:bold;
  color:#000000;
  text-shadow:#FFFFFF 0 1px 0;
  font-size: 13px;
}

/* footer */
.footer_contents {
/*  border-top: 1px solid #9DB6D1; */
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #000000;
}
.footer_contents li{
  display:inline;
}
.footer_contents a {
  text-decoration:none;
  color: #0000FF;
}
.copy_right {
  margin-top: 10px;
  font-size:12px;
}
.copy_right a {
  text-decoration:none;
  font-size:12px;
}

/* text */
.text_list {
  font-size: 16px;
}
.text_list li {
  display: block;
  color: #000000;
  padding:6px;
  line-height: 1.5em;
  background-position: right 1px;
  display: block;
  color: #000000;
  border-bottom: 1px solid #9DB6D1;
  background-color: #FFF;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #FFF;
  background-image:-webkit-gradient(linear, left top, left bottom, from(#FFF),to(#EEE));
  background: -moz-linear-gradient(top,#FFF,#EEE);
}

/* list */
.list li {
  border-bottom: 1px solid #9DB6D1;
  background-color: #FFF;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #FFF;
  background-image:-webkit-gradient(linear, left top, left bottom, from(#FFF),to(#EEE));
  background: -moz-linear-gradient(top,#FFF,#EEE);
}
.list li a {
  background-position: right 1px;
  display: block;
  color: #000000;
  padding: 6px 0 0 9px;
  text-decoration: none;
  background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAY0lEQVQoz6WSQQrAMAgEhbw/4NUHFAJ5pEUwxQQK3e1hwRxmIKvi7mJmPRIzmgV7pjOCWQSwJATtj0SyA1ryDCkZqGR7pORCJF8EinwBgs8SYbiucTDw2yEpekjKwrUDZeDIDX1qfF5mUuKSAAAAAElFTkSuQmCC) no-repeat scroll right center;
  padding-top:15px;
  padding-bottom:15px;
  padding-left:10px;
  padding-right:26px;
  font-weight: bold;
}

/* img_list */
.img_list ul {
  border-bottom:1px solid #CCC;
}
.img_list li {
  border-bottom: 1px solid #9DB6D1;
  background-color: #FFF;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #FFF;
  background-image:-webkit-gradient(linear, left top, left bottom, from(#FFF),to(#EEE));
  background: -moz-linear-gradient(top,#FFF,#EEE);
}
.img_list li {
  line-height: 1.5;
  background-position: right 1px;
  display: block;
  color: #000000;
  padding:5px;
  background-color: #FFF;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #FFF;
  background-image:-webkit-gradient(linear, left top, left bottom, from(#FFF),to(#EEE));
  background: -moz-linear-gradient(top,#FFF,#EEE);
}
.img_list ul li {
  border-top: 1px solid #CCC;
  height: 70px;
  margin: 0px;
}
.img_list ul li a {
  background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAY0lEQVQoz6WSQQrAMAgEhbw/4NUHFAJ5pEUwxQQK3e1hwRxmIKvi7mJmPRIzmgV7pjOCWQSwJATtj0SyA1ryDCkZqGR7pORCJF8EinwBgs8SYbiucTDw2yEpekjKwrUDZeDIDX1qfF5mUuKSAAAAAElFTkSuQmCC) no-repeat scroll right center;
  color: #000;
  display: block;
  height: 70px;
  margin: 0px;
  overflow: hidden;
  padding: 0px 20px 0px 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
}
.img_list ul li img {
  float: left;
  height: 70px;
  width: 70px;
  margin-right:10px;
}
.img_list ul li a strong {
  color: #000;
  font-size: 14px;
  line-height: 1.5em;
  display:block;
  font-weight:bold;
  padding-top:5px;
}

/* radio */
.radio {
  overflow: hidden;
}
.radio ul {
  list-style-type: none;
}
.radio li {
  float: left;
  width: 50%;
  padding-top:10px;
  padding-bottom:10px;
}

/* table */
.table_list li {
  border-bottom: 1px solid #9DB6D1;
  background-color: #FFF;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #FFF;
  background-image:-webkit-gradient(linear, left top, left bottom, from(#FFF),to(#EEE));
  background: -moz-linear-gradient(top,#FFF,#EEE);
  line-height: 1.5em;
}
.table_list li a {
  background-position: right 1px;
  display: block;
  color: #000000;
  text-decoration: none;
  background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAY0lEQVQoz6WSQQrAMAgEhbw/4NUHFAJ5pEUwxQQK3e1hwRxmIKvi7mJmPRIzmgV7pjOCWQSwJATtj0SyA1ryDCkZqGR7pORCJF8EinwBgs8SYbiucTDw2yEpekjKwrUDZeDIDX1qfF5mUuKSAAAAAElFTkSuQmCC) no-repeat scroll right center;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:0px;
  padding-right:26px;
  font-weight: bold;
}
.th_tag {
	font-weight: bold;
	color: #fd7215;
	font-size: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../images/th_icon.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	line-height: 1.2em;
	margin-bottom: 5px;
}
.td_tag {
	color: #000000;
	font-weight: normal;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.th_tag.border{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #120e46;
	border-bottom-color: #aba9c0;
	line-height: normal;
	margin-top: 2px;
	background-image: none;
	padding-left: 0px;
}


/* img_text */
.float_title {
  font-weight: bold;
}
.img_float img {
  float: left;
  margin-right: 1em;
}
.img_float {
  line-height: 1.5em;
  font-size: 16px;
}
.text_float {
  float: left;
}

table {
  width: 99%;
  border: 1px #808080 solid;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  padding: 5px;
  border: #808080 solid;
  border-width: 0 0 1px 1px;
  background: #d4d0c8;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  white-space: nowrap;
}

td {
	padding: 5px;
	border: 1px #808080 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
	white-space: nowrap;
}

.menu_sub_title {
  border-left-color:#fcc800;
  border-left-style:solid;
  border-left-width: 5px;
  font-weight:bold;
  margin: 5px 0px 5px 5px;
  padding-left: 10px;
}
.article {
  background: #f1f1f1;
  margin: 5px 5px 10px 5px;
  padding: 5px;
  border: 1px solid #cccccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.article p {
  line-height: 1.5em;
}
.small {
  font-size: 10px;
}

.pic{
	display:block;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
}
.contents .tbl {
	width: 300px;
	table-layout:fixed;
	font-size: 12px;
	line-height: 1.6em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.contents .text_list li .tbl tr{

}

.contents .text_list li .tbl th{
	background-color: #f1f5fd;
	vertical-align: middle;
	white-space:normal;
}

.contents .text_list li .tbl td{
	text-align: left;
	padding: 10px;
	white-space:normal;
}

.search_contents nav ul .nav_staff {
	line-height: 16px;
	vertical-align:middle;
}

.search_contents nav ul .nav_staff a{
	display:block;
	margin-top:4px;
}
.contents .calendar {
	table-layout:fixed !important;
	width:300px !important;
	white-space:normal !important;
	overflow:auto;
}

.contents .calendar table{
	white-space:normal !important;
}

.contents .calendar table td{
	white-space:normal !important;
	width:14% !important;
	font-size:9px !important;
	letter-spacing:normal !important;
	line-height:1.2em !important;
	padding:2px !important;
	margin:0 !important;
}

.kyuushin{

	table-layout:fixed !important;
		white-space:normal !important;
}

.contents .calendar table th{
	width:14% !important;
}


.blog_article .Subject{
    font-size: 16px;
    font-weight: bold;
    margin:0;
    padding: 6px 0 8px;
}


.blog_article .Subject a {
    background-image: none;
    border-left: 5px solid #00693e;
    color: #00693e;
    margin-left: 6px;
    padding-left: 6px;
}

.blog_article .Article {
    margin: 0;
    padding: 0 8px 20px;
}

.blog_article .Date {
	color:#55a40e;
	font-size:16px;
}

.item02 {
    background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #DDDDDD;
    line-height: 1.5em;
}

.item02 .clear{
	display:none;
}

#cont01 .BackNumber,#cont01 .Login,#cont01 .Credit{
	display:none;
}.contents .text_list li .dotborder {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #783021;
	padding-bottom: 3px;
}
.contents .text_list li .staff_photo {
	height: auto;
	width: 291px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.contents .text_list li .staff_photo .staff_name {
	margin-bottom: 15px;
}
.contents .text_list li .td_tag .staff_table {
	font-size:13px;
	max-width: 600px;
	white-space:normal;
	margin: 5px auto;
}
.contents .text_list li .td_tag .staff_table th{
	vertical-align: middle;
	background-color: #FCF9E0;
}
.contents .text_list li .td_tag .staff_table td{
	white-space:normal;
	text-align:left;
	background-color: #FFF;
	padding-left: 5px;
}
.indent{
	margin-left:1em;
	text-indent:-1em;
	display:block;
}
.center10b.block {
	display: block;
}
.contents .text_list li .td_tag .equip_pic {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 170px;
}
.contents .text_list li .td_tag.center10b .equip_letter {
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
}
.contents .text_list li .th_tag .blue.sub_ttl {
	display: block;
	margin-left: -15px;
}
.contents .text_list li .th_tag.red {
	background-image: none;
	padding-left: 0px;
	font-weight: bold;
	color: #cc0202;
	padding-bottom: 0px;
	font-size: 16px;
	margin-bottom: 5px;
}
.contents .text_list .shisyu_case  p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: -2px;
	line-height: 1.2em;
}
.contents .text_list li .sum {
	padding: 5px;
	font-size: 12px;
	color: #cc0202;
	border: 1px dotted #cc0202;
}
.contents .text_list li .td_tag .sum p {
	line-height: 1.6em;
	text-indent: -1em;
	margin-bottom: 5px;
	margin-left: 1em;
}
.border_y{
	background: none repeat scroll 0 0 #FFFABF;
	border: 1px solid #F5AF5D;
	line-height: 1.5em;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}
.contents .text_list li .td_tag .flow_box {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #FEFEFE;
	border-radius:5px;
}
.contents .text_list li .td_tag .flow_box .pic_fleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.flow_box .p_list p {
	text-indent: -1em;
	margin-left: 0.9em;
}
.contents .text_list li .td_tag .border_gray {
	padding: 9px;
	border: 1px dotted #d4d4d4;
	background-color: #fafafa;
	border-radius:2px;
	margin-bottom:7px;
	font-size:15px;
	letter-spacing:-2px;
}

/*アクセスぺージ住所*/

#moji p {
	font-size:18px;
	font-weight: bold;
}
.left.top_sub {
	font-size: 12px;
	margin-top: 5px;
	margin-left: 5px;
	letter-spacing: -1px;
}
.orange{
	color:#fc6200;
}
.contents .text_list li .border_y .center10tb.border_red {
	padding: 5px;
	border: 2px solid #C00;
	font-weight: bold;
	color: #C03;
}


/* 採用情報 */
#recruit_mainV {
	text-align: center;
	background: url(../images/recruit_meinV_bg.png) repeat-x left bottom;
	padding-bottom: 5px;
}

#recruit_mainV img {
	max-width: 460px;
	width: 100%;
	height: auto;
}
#recruit_box {
	text-align: center;
	padding: 0px 5px;
	font-size:16px;
}

#recruit_box h3 {
	margin: 30px 0px 5px;
	line-height: 1.5em;
}

#recruit_box h3 {
	font-size: 18px;
}


#recruit_box dl {
	border: 1px solid #ace69a;
	margin-bottom: 10px;
}

#recruit_box dl dt {
	background: #ace69a;
}

#recruit_box dl dt img {
	max-width: 460px;
	width: 100%;
	height: auto;
}

#recruit_box dl dd img {
	width: 50%;
	height: auto;
}

#recruit_box dl dd {
	text-align: left;
	padding: 20px 0px 10px;
	margin: 0px 15px 0px;
}

#recruit_box dl dd img {
	float: right;
	margin-top: -6px;
	padding: 0px 0px 0px 10px;
}

#recruit_box h3.h3bg {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(../images/recruit_box_h3_bg.png) repeat-x left bottom;

}

span.recruit_txt01 {
	font-weight: bold;
	color: #120e4b;
	background: linear-gradient(transparent 60%,#add8e6 60%);
}
span.recruit_txt02 {
	font-weight: bold;
	color: #120e4b;
	background: linear-gradient(transparent 60%,#fee78c 60%);
}

#recruit_box p {
	text-align: left;
}

.voice {
	text-align: center;
	padding: 10px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 5px 4px;
}
.voice img {
	max-width: 460px;
	width: 100%;
	height: auto;
}

.voice_txt {
	font-size: 14px;
	text-align: left;
	padding: 0px 10px;
}

#voice01 {
	background: #F9EEFA;
}

#voice02 {
	background: #F1F8FF;
}


#recruit_box .underline01 {
	font-size: 110%;
	background: linear-gradient(transparent 60%,#fbdef6 60%);
}

.contents .text_list li .td_tag .recruit_table {
	font-size:13px;
	max-width: 400px;
	white-space:normal;
	margin: 5px auto;
}
.contents .text_list li .td_tag .recruit_table th{
	vertical-align: middle;
	background-color: #F3F0E8;
}
.contents .text_list li .td_tag .recruit_table td{
	white-space:normal;
	text-align:left;
	background-color: #FFF;
	padding-left: 5px;
}

/* 新着情報 */

#whatsnew ul {
	border-bottom: 1px solid #ccc;
	padding: 10px;
	line-height: 1.3;
}

.sp-none {
	display: none;
}
.txt_eria {
padding: 6px;
}
.txt_eria h4{
font-size: 16px;
color: #151c40;
margin-top: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #151c40;
}
.un_line{
	border-bottom: 1px solid;
}
.txt_bold{
	font-weight: bold;
}
.txt_bold01{
	font-weight: bold;
}

.mg_blue {
    background: #e7feff;
	margin: 20px auto;
    border: 2px solid #006ba9;
    padding: 20px;
}

.mg_blue p {
	text-align: center;
	color: #110c4a;
	font-weight: bold;
	margin-bottom: 10px;
}
.mg_blue ul {
}
.mg_blue ul li {
	background: url(../images/ckmrk.png) no-repeat left 10px;
	padding-left: 20px;
	border: 0;
}
/*20211213追加*/
#dental-xr{
	background-color:#edf0f7;
	border:4px solid #bbc4da;
	padding:10px 17px 25px;
	margin:15px 1% 20px;
}
#dental-xr h2{
	background: radial-gradient(#9d9abf,#110c4a);
	text-align:center;
	padding:5px 0 2px;
	color:#fff;
	margin-bottom:15px;
}
#dental-xr ul li img{
	display:table;
	width:100%;
	max-width:400px;
	margin:10px auto 0;
}
#dental-xr .hosoku{
	font-size:10px;
	text-align:right;
	margin-right:20px;
}