@import "default.css";
@import "standard.css";
@import "pc_treatment.css";
@import "pc_subject.css";
@import "pc_imp.css";

body{
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
	font-size: 16px;
	background: #FFF;
	color: #333333;
	-webkit-text-size-adjust: none;
}
a{
	color: #0099CC;
	text-decoration: none;
}
br.sp{
	display: none;
}

/* スタイル
------------------------------------------------ */

/* ヘッダー */
header{
	padding-top: 24px;
	border-top: #005431 3px solid;
}
#head{
	width: 976px;
	margin: 0 auto;
}
#head .left{
	margin-bottom: 10px;
	float: left;
}
#head h1#logo{
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
}
#head .left #info{
	float: right;
}
#head .left #info dl{
	margin-left: 10px;
	margin-bottom: 10px;
}
#head .left #info dt{
	color: #666;
	font-size: 12px;
}
#head .left #info dd a{
	font-size: 24px;
	color: #FF6600;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-decoration: none;
	transform: rotate(.03deg);
	font-weight: 700;
}
#head .left #info dd span{
	font-size: 16px;
}
#head .left #info .tell_sp{
	display: none;
}
#head .left #info li{
	font-size: 14px;
}
#head .right{
	width: 342px;
	float: right;
}
#head .right ul{
	margin-bottom: 5px;
	font-size: 12px;
	text-align: right;
}
#head .right li{
	display: inline-block;
}
#head .right li a{
    margin-left: .2em;
	color: #005431;
	text-decoration: none;
}
#head .right li a:before {
	content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 1px;
    margin-left: 4px;
    border: transparent solid 4px;
    border-left-color: #f00;
}
.timetable{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 5px;
	border-collapse: collapse;
	border: solid 1px #e0e0e0;
	font-size: 10px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	transform: rotate(.03deg);
	font-weight: 700;
}
.timetable th,
.timetable td{
	padding: 5px;
	border: solid 1px #e0e0e0;
	text-align: center;
}
.timetable th{
	background: #F0F0F0;
	white-space: nowrap;
	color: #333333;
}
.timetable td.time{
	font-size: 12px;
	color: #333;
	text-align: left;
	line-height: 1.2em;
}
.timetable tr.green{
	color: #3EB1B1;
}
#head .right p{
	font-size: 12px;
}

/* ボディー */
#body{
	width: 990px;
	margin: 0 auto 40px;
}
#contents{
	margin-bottom: 30px;
	padding: 0 5px;
}
#side{
	width: 240px;
	float: right;
}
#contents_left{
	width: 720px;
	float: left;
}

/* フッター */
footer{
	padding-top: 30px;
	border-top: #CCC 1px solid;
}
#foot{
	width: 980px;
	margin: 0 auto 60px;
}
#foot #address{
	width: 360px;
	float: left;
}
#foot #address dl.logo{
	margin-bottom: 40px;
}
#foot #address dl.logo dt{
	margin-bottom: 20px;
}
#foot #address dl.logo dd.address{
	margin-bottom: 10px;
}
#foot #address dl.logo dd.tel a{
	font-size: 24px;
	color: #FF6600;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-decoration: none;
	transform: rotate(.03deg);
	font-weight: 700;
}
#foot #address dl.logo dd.tel span{
	font-size: 16px;
}
#foot #address dl.logo dd.form a{
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
#foot #address dl.logo dd.form a:before{
	margin-right: 0.2em;
	content: "＞";
	color: #FF0000;
}
#foot #ggmap{
	width: 500px;
	float: right;
}
#fnavi_wrap{
	padding-top: 40px;
	background: #F9F9F9;
	border-top: #CCC 1px solid;
}
#fnavi{
	width: 980px;
	margin: 0 auto 50px;
}
#fnavi ul{
	margin-right: 30px;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
}
#fnavi ul li{
	margin-left: .5em;
	margin-bottom: .3em;
}
#fnavi ul li a{
	color: #666;
}
#fnavi ul li.title,
#fnavi ul li.title a{
	margin-left: 0;
	color: #000;
	font-weight: bold;
}
#fnavi ul li.end{
	margin-bottom: 2em;
}
#fnavi_sp{
	display: none;
}
#copyright{
	padding-bottom: 40px;
	font-size: 16px;
	text-align: center;
	color: #666666;
}

/* ページの先頭へ */
#fixedTop {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: none;
    background: #3EA87D;
    position: fixed;
    z-index: 9999;
    border-radius: 5px;
    -webkit-transform: translateZ(0);
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

/* ナビゲーション
------------------------------------------------ */
#gnavi{
	width: 1000px;
	margin: 0 auto 15px;
}
#gnavi ul{
	text-align: center;
	font-size: 0;
}
#gnavi li{
	display: inline-block;
	text-align: center;
}
#gnavi li a{
	width: 132px;
	margin: 0 5px;
	padding: 10px 0;
	background: #EBF3EF;
	color: #3EA87D;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
	display: block;
}
#gnavi li a:hover{
	background: #3EA87D;
	color: #FFF;
}
#gnavi li.sitemap{
	display: none;
}

#p_top #gnavi li.home a,
#p_first #gnavi li.first a,
#p_clinic #gnavi li.clinic a,
#p_treatment #gnavi li.treatment a,
#p_subject #gnavi li.subject a,
#p_faq #gnavi li.faq a,
#p_contact #gnavi li.contact a,
#p_job #gnavi li.home a{
	background: #3EA87D;
	color: #FFF;
}

/* サイド
------------------------------------------------ */
#side .banner li{
	margin-bottom: 15px;
}
#side #side_title{
	margin-bottom: 20px;
	padding: 5px;
	color: #FFF;
	font-size: 18px;
	background: #3EA87D;
	text-align: center
}
#side dl{
	padding-top: 8px;
	border-top: 1px #CCCCCC dashed;
}
#side dl.main{
	margin-bottom: 50px;
}
#side dl dt{
	margin-bottom: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	border-bottom: 1px #CCCCCC dashed;
}
#side dl dt a{
	color: #333;
}
#side dl dt:before{
	content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .4em;
    margin-left: 4px;
    border: transparent solid 4px;
    border-left-color: #f00;
}
#side dl dt.border_top{
	padding-top: 8px;
	border-top: 1px #CCCCCC dashed;
}
#side dl dd{
	margin-left: 1.6em;
	margin-bottom: 8px;
	font-size: 15px;
}
#side dl dd a{
	color: #333;
}
#side h4#side_bn{
	margin-bottom: 20px;
}

/* コンテンツ
------------------------------------------------ */

/* 共通 */
.cbox{
	padding: 0 5px;
	margin-bottom: 70px;
}
.inbox{
	margin-bottom: 50px;
}
span.point{
	color: #009966;
	font-weight: bold;
}

/* ページタイトル */
#h2_wrap{
	height: 180px;
	margin-bottom: 5px;
	background: url(../image/common/h2_bg.gif);
}
#h2_wrap h2{
	width: 1000px;
	margin: 0 auto;
	padding-left: 10px;
	color: #FFF;
	font-size: 40px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	transform: rotate(.03deg);
	letter-spacing: .2em;
	line-height: 180px;
	background: url(../image/common/h2_bg_mark.png) no-repeat right top;
}
h3.title{
	margin-bottom: 28px;
	padding-bottom: 20px;
	font-size: 36px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	transform: rotate(.03deg);
	color: #000;
	text-align: center;
	line-height: 1em;
	position: relative;
}
h3.title::after{
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: url(../image/common/h3_bg.jpg) top center;
	position: absolute;
}
h3.title2{
	margin-bottom: 30px;
	padding: .4em;
	font-size: 34px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	transform: rotate(.03deg);
	letter-spacing: .3em;
	background: #F4F4F4;
}
h4.title{
	margin-bottom: 40px;
	padding-bottom: 20px;
	font-size: 30px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	transform: rotate(.03deg);
	color: #3EA87D;
	text-align: center;
	line-height: 1em;
	position: relative;
}
h4.title::after{
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: url(../image/common/h3_bg.jpg) top center;
	position: absolute;
}
h4.title2{
	margin-bottom: 30px;
	padding: 1px 10px;
	font-size: 20px;
	border-left: 4px solid #3EA87D;
}
h4.title_s{
	margin-bottom: 30px;
	font-size: 20px;
	color: #3EA87D;
}
h5{
	letter-spacing: .2em;
}
	
/* パンくずナビ */
#rootlist{
	width: auto;
	margin: 0 auto 15px;
	font-size: 12px;
}
#rootlist2{
	width: auto;
	margin: 0 auto 45px;
	font-size: 12px;
}
#rootlist .breadarrow,
#rootlist2 .breadarrow{
	margin: 0 5px;
}
#rootlist a,
#rootlist2 a{
	color: #0000ff;
	text-decoration: none;
}
#rootlist a:hover,
#rootlist2 a:hover{
	text-decoration: underline;
}
#rootlist a:visited,
#rootlist2 a:visited{
	color: #800080;
}

/* テーブル */
table.stdt1{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
	border-collapse: collapse;
	border: solid 1px #D6D6D6;
}
table.stdt1 caption{
	text-align: left;
}
table.stdt1 th,
table.stdt1 td{
	border: solid 1px #D6D6D6;
	padding: 10px;
}
table.stdt1 th{
	background: #F9F9F9;
	white-space: nowrap;
	color: #333;
}
table.stdt1 td{
	text-align: left;
}

table.width80{
	width: 80%;
}

/* ページ下　リンク */
#relation_link li{
	margin-bottom: .8em;
}
#relation_link li a{
	color: #333;
}
#relation_link li a:before,
#relation_link li.sub_title:before{
	content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .4em;
    margin-left: 4px;
    border: transparent solid 4px;
    border-left-color: #f00;
}
#relation_link .sub{
	margin-left: .5em;
	padding-top: .5em;
}
#relation_link .sub li{
	margin-bottom: .5em;
	font-size: 14px;
}
#relation_link .sub li a:before{
	border: none;
}

/* お知らせ
------------------------------------------------ */
#log dl{
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px #CCC dotted;
}
#log dt{
	width: 100px;
	padding-left: 5px;
	float: left;
}
#log dd{
	width: 840px;
	float: right;
}
#log dd span{
	font-size: 14px;
	color: #F00;
}

/* お知らせ詳細
------------------------------------------------ */
#post p{
	margin-bottom: 20px;
}
#post img{
	margin: 5px;
}
#post .comment{
	width: 620px;
	float: left;
}
#post .photo{
	width: 320px;
	float: right;
}
#post .photo dl{
	margin-bottom: 15px;
}
#post .photo dt{
	margin-bottom: 5px;
}
#post .photo dt img{
	margin: 0px;
}

#post .filelist{
	margin-bottom: 10px;
}
#post .filelist li{
	padding: 5px 0;
}
#post .filelist .ppt{
	padding-left: 40px;
	background:url(../image/common/ico_pptx.gif) no-repeat left;
}
#post .filelist .pdf{
	padding-left: 40px;
	background:url(../image/common/ico_pdf.gif) no-repeat left;
}

/* 投稿FAQ
------------------------------------------------ */
#logfaq dl{
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px #CCC dotted;
}
#logfaq dt{
	width: 25px;
	padding: 5px;
	border: 2px #A2BD32 solid;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	color: #063;
	float: left;
}
#logfaq dd{
	width: 650px;
	float: right;
}
#logfaq dd span{
	font-size: 14px;
	color: #F00;
}

/* トップページ
------------------------------------------------ */
#p_top #main_wrap{
	margin-bottom: 40px;
}
#p_top .main_photo{
	width: 100%;
	height: 468px;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
#p_top section{
	margin-bottom: 40px;
}
#p_top h3.title_min{
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
#p_top #topics_blog{
	width: 960px;
	margin: 0 auto 40px;
}
#p_top #topics_blog .box_wrap{
	width: 470px;
}
#p_top #topics_blog .box_wrap .box{
	padding: 20px;
	border: 3px solid #6EBD9D;
}
#p_top #topics_blog .box_wrap h3{
	margin-left: 3px;
	margin-bottom: 16px;
	padding: .3em 1.8em .3em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	transform: rotate(.03deg);
	font-size: 22px;
}
#p_top #topics_blog .box_wrap h3.topics{
	background: url(/_lib/image/top/icon_topics.gif) no-repeat left top;
}
#p_top #topics_blog .box_wrap h3.blog{
	background: url(/_lib/image/top/icon_blog.gif) no-repeat left top;
}
#p_top #topics_blog .box_wrap .box dl{
	margin-bottom: 10px;
}
#p_top #topics_blog .box_wrap .box p.list{
	font-size: 12px;
	text-align: right;
}
#p_top #topics_blog .box_wrap .box p.list a{
	color: #333;
	text-decoration: none;
}
#p_top #topics_blog .box_wrap .box p.list a:before{
	margin-right: 0.2em;
	content: "＞";
	color: #FF0000;
}
#p_top #topics_blog .box_wrap .box dt{
	width: 100px;
	float: left;
}
#p_top #topics_blog .box_wrap .box dd{
	width: 310px;
	float: right;
}
#p_top #topics_blog .box_wrap .box dd span{
	font-size: 14px;
	color: #F00;
}
#p_top #copy_wrap{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#p_top #copy{
	width: 1120px;
	height: 245px;
	margin: 0 auto;
	padding-top: 55px;
	background: url(../image/top/copy_img.jpg) no-repeat right;
}
#p_top #copy h3.title_min{
	margin-left: 60px;
	padding: 20px 0 20px 146px;
	font-size: 28px;
	line-height: 1.2em;
	background: url(../image/top/copy_logo.jpg) no-repeat;
	text-shadow: 0px 0px 1px #fff,0px 0px 2px #fff,0px 0px 3px #fff,0px 0px 4px #fff,0px 0px 5px #fff,0px 0px 6px #fff;
}

#p_top #service_wrap {
	padding: 30px 0;
	background: #F8F7EF;
}
#p_top #service li{
	width: 980px;
	margin: 0 auto 20px;
	padding: 20px;
	background: #FFF;
}
#p_top #service li:last-child{
	margin-bottom: 0;
}
#p_top #service .photo{
	width: 250px;
}
#p_top #service li.left .photo{
	float: left;
}
#p_top #service li.right .photo{
	float: right;
}
#p_top #service li.left .summary{
	width: 700px;
	padding-right: 10px;
	float: right;
}
#p_top #service li.right .summary{
	width: 680px;
	padding-left: 20px;
	float: left;
}
#p_top #service .summary h3.title_min{
	margin-bottom: 20px;
	color: #3EA77D;
	font-size: 24px;
}
#p_top #service .summary h3.title_min span{
	margin-right: 5px;
	padding: 3px 5px;
	background: #3EA87D;
	color: #fff;
	font-family: "Sawarabi Mincho";
}
#p_top #service .summary p{
	margin-bottom: 20px;
}
#p_top #service .summary p.link a{
	margin-left: 1em;
	color: #333;
	text-decoration: none;
}
#p_top #service .summary p.link a:before{
	margin-right: 0.2em;
	content: "＞";
	color: #FF0000;
}
#p_top .banner{
	width: 980px;
	margin: 0 auto 60px;
}
#p_top .banner li{
	margin: 0 10px 15px;
	display: inline-block;
}
#p_top #banner{
	width: 980px;
	margin: 0 auto 60px;
}
#p_top #banner li{
	margin: 0 10px 15px;
	display: inline-block;
}
#p_top #banner2{
	margin-bottom: 60px;
	text-align: center;
}
#p_top #banner2 img{
	width: 940px;
	height: auto;
}
#p_top #report{
	width: 980px;
	margin: 0 auto 60px;
}
#p_top #report .study{
	width: 460px;
	float: left;
}
#p_top #report .mrp{
	width: 460px;
	float: right;
}
#p_top #report .title_wrap{
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}
#p_top #report .title_wrap h3{
	margin-left: 4px;
	margin-bottom: 14px;
	padding: .1em .5em .1em;
	font-size: 18px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	border-left: 4px solid #009999;
	float: left;
}
#p_top #report .title_wrap .right{
	padding-top: 10px;
	font-size: 12px;
	float: right;
}
#p_top #report .title_wrap .right a{
	color: #333;
	text-decoration: none;
}
#p_top #report .title_wrap .right a:before{
	margin-right: 0.2em;
	content: "＞";
	color: #FF0000;
}
#p_top #report .more_sp{
	display: none;
}
#p_top #report dl{
	padding-left: 5px;
	margin-bottom: 10px;
}
#p_top #report dt{
	width: 100px;
	float: left;
}
#p_top #report dd{
	width: 320px;
	float: right;
}
#p_top #report dd span{
	font-size: 12px;
	color: #FF0000;
}
#p_top #covid19{
	width: 880px;
	margin: 0 auto 50px;
	padding: 30px;
	border: 4px #FF0000 solid;
	text-align: center;
}
#p_top #covid19 dt{
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #F00;
}
#p_top #covid19 dd.text{
	margin-bottom: 20px;
}
#p_top #covid19 dd.button a{
	background: #F00;
}


/* サブページ　共通
------------------------------------------------ */
#sub_menu {
	font-size: 0;
}
#sub_menu a{
	color: #000;
}
#sub_menu li{
	width: 302px;
	margin: 0 10px 70px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
#sub_menu li.sp{
	display: none;
}
#sub_menu li dt{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
}
#sub_menu li dt .sp{
	display: none;
}
#sub_menu li dd.photo{
	margin-bottom: 5px;
	padding: 5px;
	border: #3EA87D 1px solid;
}
#sub_menu li dd.text{
	font-size: 14px;
	text-align: left;
	color: #555;
}
#sub_menu_pu a{
	color: #000;
}
#sub_menu_pu li{
	width: 460px;
	margin: 0 10px 70px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
#sub_menu_pu li dt{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
}
#sub_menu_pu li dt .sp{
	display: none;
}
#sub_menu_pu li dd.photo{
	margin-bottom: 5px;
	padding: 5px;
	border: #3EA87D 1px solid;
}
#sub_menu_pu li dd.photo img{
	width: 448px;
	height: auto;
}
#article_list{
	width: 900px;
	margin: 0 auto 50px;
	counter-reset: titleNum;
}
#article_list li{
	margin-bottom: 20px;
	padding: .5em 0 1.5em 3.5em;
	font-weight: bold;
	border-bottom: #D6D6D6 1px solid;
	position: relative;
	counter-increment: titleNum;
}
#article_list li.line2{
	padding: 0 0 1em 3.5em;
}
#article_list li::before{
	position: absolute;
	top: 0;
	left: 0;
	content: counter(titleNum);
	width: 38px;
	height: 38px;
	line-height: 38px;
	background-color: #009999;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}
.p_margin p{
	margin-bottom: 1em;
}
.button a{
	width: 196px;
	margin: 0 auto;
	padding: 5px 0;
	color: #FFF;
	text-align: center;
	background: #3EA87D;
	border-radius: 5px;
	display: block;
}
.button_l a{
	width: 276px;
	margin: 0 auto;
	padding: 10px 0;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	background: #3EA87D;
	border-radius: 5px;
	display: block;
}
.button_ll a{
	width: 410px;
	margin: 0 auto;
	padding: 10px 0;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	background: #3EA87D;
	border-radius: 5px;
	display: block;
}

/* はじめての方へ
------------------------------------------------ */
#p_first #step{
	margin-bottom: 20px;
	padding: 20px;
	border: 1px #3EA87D solid;
}
#p_first .step{
	width: 100%;
	margin-bottom: 20px;
	display: table;
}
#p_first .step.end{
	margin-bottom: 0;
}
#p_first .step li{
	display: table-cell;
}
#p_first .step .title{
	width: 230px;
	background: #99CC33;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;

}
#p_first .step .content{
	width: 700px;
	padding: 10px 0 10px 20px;
}
#p_first .step .content .mg{
	margin-bottom: 20px;
}
#p_first .step .content dt{
	margin-bottom: 5px;
	font-weight: bold;
}
#p_first #ask dl{
	margin-bottom: 20px;
}
#p_first #ask dt{
	margin-bottom: 5px;
	font-weight: bold;
}

/* 当院について
------------------------------------------------ */

/*丸山歯科の使命*/
#p_clinic #mission_main{
	height: 240px;
	padding: 40px;
	background: url(/n_clinic/image/mission_main_bg.jpg) no-repeat top center;
}
#p_clinic #mission_main .left{
	width: 640px;
	padding-top: 10px;
	padding-left: 20px;
	color: #006633;
	font-size: 26px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	float: left;
}
#p_clinic #mission_main .left li{
	margin-bottom: 20px;
	list-style-type: decimal;
}
#p_clinic #mission_main .right{
	width: 220px;
	float: right;
}
#p_clinic #mission7{
	padding: 0 20px;
}
#p_clinic #mission7 li{
	margin-bottom: 60px;
}
#p_clinic #mission7 li dt{
	margin-bottom: 20px;
	font-size: 26px;
	color: #009966;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/*医師スタッフ紹介*/
#p_clinic #staff_dr{
	margin-bottom: 60px;
	text-align: center;
}
#p_clinic #staff_dr li{
	width: 290px;
	margin: 0 10px;
	display: inline-block;
}
#p_clinic #staff_dr li .photo{
	margin-bottom: 20px;
}
#p_clinic #staff_dr li .photo img{
	width: 290px;
}
#p_clinic #staff_dr li dl{
	margin-bottom: 20px;
	font-size: 18px;
}
#p_clinic #staff_dr li dt{
	font-weight: bold;
}
#p_clinic #staff_working{
	width: 700px;
	margin: 0 auto;
}
#p_clinic #staff_working table.stdt1 th,
#p_clinic #staff_working table.stdt1 td{
	text-align: center;
}
#p_clinic #staff_working table.stdt1 td.doctor{
	text-align: left;
}
#p_clinic #staff_profile .inbox{
	width: 460px;
	margin: 0 10px 20px;
	display: inline-block;
	vertical-align: top;
}
#p_clinic #staff_profile h5.title{
	margin-bottom: 20px;
	padding: 5px 0;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	background: #E2ECD9;
}
#p_clinic #staff_profile h6.title{
	margin: 0 5px 8px;
	font-size: 16px;
	font-weight: normal;
}
#p_clinic #staff_profile .photo_team{
    margin-bottom: 20px;
    text-align: center;
}
#p_clinic #staff_profile ul{
	margin-bottom: 10px;
}
#p_clinic #staff_profile li{
	width: 100px;
	margin: 0 5px 15px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
    font-size: 14px;
}
#p_clinic #staff_profile li a{
    width: 100%;
    padding: 5px 0;
    color: #3EA87D;
    border: 1px solid #3EA87D;
    border-radius: 5px;
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#p_clinic #staff_profile li a:hover{
    background: #3EA87D;
    border: 1px solid #3EA87D;
    color: #fff;
}

/*医師紹介*/
#p_clinic #dr_profile .cbox{
	padding: 20px;
	background: url(../../n_clinic/image/staff/dr_profile_bg.jpg) no-repeat top;
}
#p_clinic #dr_profile .cbox .photo{
	width: 290px;
	float: left;
}
#p_clinic #dr_profile .cbox .photo img{
	width: 100%;
}
#p_clinic #dr_profile .cbox dl{
	width: 620px;
	padding-top: 15px;
	float: right;
}
#p_clinic #dr_profile .cbox dt{
	margin-bottom: 35px;
	font-size: 30px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	color: #3EA67D;
}
#p_clinic #dr_profile .cbox dd{
	margin-bottom: 5px;
}
#p_clinic .dr_profile_s .cbox h5.title{
	margin-bottom: 5px;
	font-size: 16px;
}
#p_clinic .dr_profile_s .inbox{
	margin-bottom: 40px;
	padding: 0 5px;
}

/*院内案内*/
#p_clinic #floor_map .inbox{
	margin-bottom: 30px;
}
#p_clinic #floor_map .float_l{
	width: 520px;
}
#p_clinic #floor_map .float_r{
	width: 400px;
}
#p_clinic #floor_map dt{
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
#p_clinic #floor_map .float_l dd{
	margin-left: 20px;
}
#p_clinic #floor_map .float_r dd{
	padding: 20px;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}
#p_clinic #floor_img{
	width: 650px;
	padding-left: 40px;
}
#p_clinic #floor_img li{
	width: 210px;
	margin-bottom: 10px;
	display: inline-block;
}
#p_clinic #streetview .cbox{
	padding: 0px;
	text-align: center;
	font-size: 0;
}
#p_clinic #streetview dl{
	width: 470px;
	margin: 0 10px 60px;
	display: inline-block;
}
#p_clinic #streetview dt{
	margin-bottom: 10px;
	padding-left: 5px;
	font-size: 16px;
	text-align: left;
}

/*アンケート調査*/
#p_clinic #q_graph .item{
	width: 410px;
	margin: 0 15px 34px;
	padding: 20px;
	border: 1px solid #DEDEDE;
	display: inline-block;
}
#p_clinic #q_graph .item p.title{
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#p_clinic #q_graph .item dt{
	width: 250px;
	float: left;
}
#p_clinic #q_graph .item dd{
	width: 122px;
	height: 250px;
	float: right;
	position: relative;
}
#p_clinic #q_graph .item dd p{
	position: absolute;
	bottom: 0;
}
#p_clinic #q_graph .item dd span.color01{
	color: #8CBD67;
}
#p_clinic #q_graph .item dd span.color02{
	color: #658CD1;
}
#p_clinic #q_graph .item dd span.color03{
	color: #FFC604;
}
#p_clinic #q_graph .item dd span.color04{
	color: #486D30;
}
#p_clinic #q_graph .item dd span.color05{
	color: #214379;
}
#p_clinic #q_graph .item dd span.color06{
	color: #BF9600;
}
#p_clinic #q_good li{
	margin-bottom: .2em;
	font-size: 16px;
}
#p_clinic #q_good li:before{
	margin-right: .1em;
	content: "◎";
	color: #3EA57D;
	font-size: 20px;
	font-weight: bold;
}
#p_clinic #q_bad h5.title{
	margin-bottom: 40px;
	font-size: 18px;
}
#p_clinic #q_bad .inbox{
	padding: 0 10px;
}
#p_clinic #q_bad dl{
	margin-bottom: 30px;
}
#p_clinic #q_bad dt{
	color: #CC0000;
	font-weight: bold;
}
#p_clinic #q_bad dd{
	margin-left: 1em;
}
#p_clinic #q_bad dd li{
	margin-left: 1.5em;
	list-style: disc;
}

/*アクセス*/
#p_clinic #access_map .inbox{
	margin-bottom: 100px;
}
#p_clinic #access_map iframe{
	margin-bottom: 20px;
}
#p_clinic #access_map #parking{
	text-align: center;
}
#p_clinic #access_map #parking dl{
	width: 430px;
	margin: 0 15px;
	display: inline-block;
}
#p_clinic #access_map #parking dt{
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
}
#p_clinic #access_map #parking dd img{
	width: 100%;
}
#p_clinic #access_map #bus_taxi .float_l{
	width: 440px;
}
#p_clinic #access_map #bus_taxi .float_r{
	width: 510px;
}
#p_clinic #access_map #bus_taxi dl.bus{
	margin-bottom: 20px;
}
#p_clinic #access_map #bus_taxi dt,
#p_clinic #access_map #bus_taxi dd{
	display: inline-block;
}
#p_clinic #access_map #bus_taxi dt{
	width: 72px;
	height: 72px;
	margin-right: 10px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 72px;
	background: #669933;
	border-radius: 72px;
}
#p_clinic #access_map #bus_taxi dl.taxi dd{
	vertical-align: -0.5em;
}
#p_clinic #access_map #bus_taxi p{
	margin-bottom: 40px;
	padding-left: 20px;
}

/*新型コロナウイルス対策*/
#p_clinic.p_covid19 #intro #circle{
	margin-bottom: 40px;
	font-size: 0;
	text-align: center;
}
#p_clinic.p_covid19 #intro #circle li{
	width: 230px;
	height: 230px;
	margin: 0 20px;
	background: #09C;
	display: inline-block;
	border-radius: 50%;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	position: relative;
}
#p_clinic.p_covid19 #intro #circle li p{
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
#p_clinic.p_covid19 #intro .copy{
	margin-bottom: 40px;
	text-align: center;
	color: #F00;
}
#p_clinic.p_covid19 #intro #please{
	padding: 20px;
	border: 4px #FF0000 solid;
	text-align: center;
}
#p_clinic.p_covid19 #intro #please dt{
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
	color: #F00;
}
#p_clinic.p_covid19 #measures .photo{
	font-size: 0;
}
#p_clinic.p_covid19 #measures .photo li{
	margin: 0 10px;
	display: inline-block;
}

/* 治療について
------------------------------------------------
pc_treatment.css */

/* 診療科目
------------------------------------------------
pc_subject.css
pc_imp.css インプラント*/

/* よくある質問
------------------------------------------------ */
#p_faq .p_faq #side .faq a,
#p_faq .p_faq_hotetsu #side .faq_hotetsu a,
#p_faq .p_faq_child #side .faq_child a,
#p_faq .p_faq_practical #side .faq_practical a{
	font-weight: bold;
}
#p_faq .p_faq #relation_link .faq,
#p_faq .p_faq_hotetsu #relation_link .faq_hotetsu,
#p_faq .p_faq_child #relation_link .faq_child,
#p_faq .p_faq_practical #relation_link .faq_practical{
	font-weight: bold;
}
#question dl{
	margin-bottom: 40px;
	padding-bottom: 50px;
	border-bottom: 1px #CCCCCC solid;
}
#question dt{
	margin-bottom: 35px;
	padding-left: 70px;
	font-size: 18px;
	color: #005331;
	font-weight: bold;
	position: relative;
}
#question dt::before{
	content: "Q";
	width: 45px;
	height: 45px;
	top: -15px;
	left: 0;
	line-height: 45px;
	border: 3px #83E2A9 solid;
	border-radius: 100%;
	color: #005331;
	font-size: 30px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
	position: absolute;
}
#question dd{
	padding: 0 5px 0 70px;
}

/* お問い合わせ
------------------------------------------------ */
#p_contact table.stdt1{
	margin-bottom: 30px;
}
#p_contact table.stdt1 th{
	width: 30%;
	font-weight: normal;
	text-align: left;
}
#p_contact table.stdt1 th span{
	color: #900;
}

/* 求人
------------------------------------------------ */
#p_job #wish_member dl{
	margin-bottom: 30px;
}
#p_job #wish_member dt{
	margin-bottom: 20px;
	font-size: 30px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	color: #3EA77D;
}
#p_job #message dl{
	width: 410px;
	padding: 25px;
	border: 1px solid #3EA57D;
}
#p_job #message dt{
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}
#p_job #guideline table{
	margin-bottom: 40px;
}
#p_job #guideline p{
	margin-bottom: 40px;
	font-size: 24px;
	text-align: center;
}

/* リンク集
------------------------------------------------ */
#p_link .cbox .inbox{
	margin-bottom: 30px;
}
#p_link .cbox dl{
	width: 286px;
	margin: 0 5px 18px;
	padding: 10px;
	border: 1px solid #CCC;
	display: inline-block;
	text-align: left;
}
#p_link .cbox dd{
	font-size: 13px;
}
#p_link .cbox dd a:after{
	margin-left: 4px;
	content: url(../../n_link/image/pt_blank.gif);
}

/* サイトマップ
------------------------------------------------ */
#p_sitemap #sitemap{
	text-align: center;
}
#p_sitemap #sitemap ul{
	width: 30%;
	margin: 0 1% 40px;;
	margin-bottom: 40px;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
#p_sitemap #sitemap ul li{
	margin-left: .5em;
	margin-bottom: .3em;
}
#p_sitemap #sitemap ul li a{
	color: #666;
}
#p_sitemap #sitemap ul li.title,
#p_sitemap #sitemap ul li.title a{
	margin-left: 0;
	color: #000;
	font-weight: bold;
}
#p_sitemap #sitemap ul li.end{
	margin-bottom: 2em;
}