@charset "utf-8";

/* ==================================================

なかむらばしデンタルクリニック　スマホ専用サイト スタイルシート

================================================== */


/* 共通 
--------------------------------------------------------------------*/
body,div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,td,th,form {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}
html,body {
	height:100%;
}
li {
	list-style-type:none;
}
li img {
	vertical-align:top;
}
table {
	border-collapse:collapse;
}
td,th {
	vertical-align:top;
}
th {
	text-align:left;
}
img {
	vertical-align:bottom;
}
a img {
	border:none;
}
body {
	font-family:"メイリオ", "Helvetica", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3";
	-webkit-text-size-adjust:none;
	margin:0;
	text-align:left;
	font-size:15px;
	line-height:140%;
	color:#323232;
}
.fs {
	font-size:12px;
	line-height:130%;
}
.fl {
	font-size:20px;
	line-height:126%;
}
.b {
	font-weight:bold;
}
.c {
	text-align:center;
}
.r {
	text-align:right;
}
a:link,
a:visited {
	color:#6e3c39;
	text-decoration:none;
}
a:hover,
a:active {
	color:#6e3c39;
	text-decoration:none;
}
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
.cf {
	zoom:1;
	overflow:hidden;
}
.warning {
	color:#ff0000;
	background-color:#ffffcc;
	border:1px solid #ff0000;
	padding:7px 10px 10px;
	margin-top:10px;
}

header {   
    background: -webkit-linear-gradient(#a5706e, #5b3131);
    background: -o-linear-gradient(#a5706e, #5b3131);
    background: linear-gradient(#a5706e, #5b3131);
    border-bottom: solid 3px #323232;
	text-align:center;
	height: 50px;
}
header .header-i {
	position:relative;
	margin: 0 auto;
	width: 248px;
	height:50px;
	z-index:100;
}
header h1 {
	position:absolute;
	float:none;
	width:100%;
	padding-top: 11px;
	text-align:center;
}
header .header-right {
	display:none;
}
h2 {
    margin-bottom: 30px;
	background-color: #fff;
	padding: 15px 0 14px;
    border-bottom: solid 1px #681a1a;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
    color: #681a1a;
}
.main {
    padding-bottom: 50px;
    text-align: left;
}
.pageback {
    padding-top: 30px;
}
.pageback a {
	display: block;
    border: solid 1px #b4bec8;
    margin: 0 auto;
    width: 210px;
	border-radius: 7px;
	background-color: #fff;
	padding: 9px 0;
	text-align: center;
    text-decoration: none;
	font-weight: bold;
    color: #b4bec8;
}
.menu-area {
    margin-top: 40px;
    border-top: solid 1px #c8c8c8;
    border-bottom: solid 1px #c8c8c8;
    background: url(../common/bk.gif) repeat;
    padding: 12px 0 20px;
    text-align: center;
}
.menu-area .menu-area-i {
    margin: 0 auto;
    width: 300px;
}
.menu-area .menu-text {
    padding-bottom: 5px;
    font-weight: bold;
}
.menu-area li{
    padding-top: 5px;
}
.menu-area li a {
	display: block;
    border: solid 1px #e6ebf0;
	border-radius: 7px;
	background-color: #fff;
	padding: 9px 0;
	text-align: center;
    text-decoration: none;
	font-weight: bold;
}

footer {
    border-top: solid 3px #323232;
    padding-top: 30px;
    background: -webkit-linear-gradient(#a5706e, #5b3131);
    background: -o-linear-gradient(#a5706e, #5b3131);
    background: linear-gradient(#a5706e, #5b3131);
    text-align: center;
    color: #fff;
}
footer a {
    color: #fff !important;
}
footer .footer-i {
    padding: 15px 10px 15px;
}
footer .footer-logo {
    background: url(../common/footer_logo_bk.png) repeat-x;
    height: 58px;
    margin-bottom: 2px;
}
footer .footer-logo p {
    padding-top: 13px;
}
footer .footer-map {
    padding: 12px 0 18px;
}
footer .footer-tel {
    padding-bottom: 5px;
}
footer .footer-text {
    padding-top: 7px;
}

footer .footer-link {
	margin: 10px auto 0;
	width: 260px;
}
footer .footer-link li {
	padding-top: 8px;
}
footer .footer-link li a {
	display: block;
    border: solid 1px #fff;
	border-radius: 7px;
    margin: 0 10px;
	padding: 9px 0 8px;
	text-align: center;
    text-decoration: none;
	font-weight: bold;
}
footer .footer-copyright {
	padding: 23px 7px 0;
	font-size: 14px;
	color: #fff;
    opacity: 0.7;
}

section {
	padding:0 10px;
}
.bar {
    border-top: solid 1px #a5706e;
    border-bottom: solid 1px #5b3131;
	padding: 1px 0;
    margin-bottom: 15px;
}
.bar-next {
    margin-top: 40px;
}
.bar h3 {
    background: -webkit-linear-gradient(#a5706e, #5b3131);
    background: -o-linear-gradient(#a5706e, #5b3131);
    background: linear-gradient(#a5706e, #5b3131);
	padding: 9px 10px 8px;
	font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.copy {
    padding-bottom: 3px;
	font-size: 16px;
    font-weight: bold;
    color: #681a1a;
}

/* トップページ
--------------------------------------------------------------------*/
#top .main-image {
	background-size: cover;
	height: 240px;
	position: relative;
	text-align: center;
}
#top .main-image .main-copy {
	position: absolute;
	top: 96px;
	text-align: center;
	width: 100%;
}
#top .top-copy {
    padding: 18px 0 10px;
    text-align: center;
}
#top .calendar-area {
    margin-top: 20px;
    background: url(../common/bk.gif) repeat;
    padding: 0 10px 20px;
}
#top .calendar-area-i {
    margin: 0 auto;
    width: 309px;
}
#top .calendar-area h4 {
	font-weight:bold;
	color:#684945;
	padding:15px 0 3px 2px;
}
#top .calendar-area h4 img {
	margin-left:6px;
	vertical-align:middle;
}
#top .calendar {
    margin: 0 auto;
}
#top .calendar td {
	border:solid 1px #9e8c89;
	vertical-align:middle;
	font-size:85%;
	line-height:120%;
	background-color:#fff;
}
#top .calendar td p {
	padding:3px 0 1px;
	color:#614945;
	text-align:center;
}
#top .calendar td.red {
	background-color:pink;
}
#top .calendar-next {
    padding-top: 10px;
    text-align: right;
    font-weight: bold;
}
#top .bar {
    margin-bottom: 0;
}
#top .btn {
    margin: 20px auto 0;
    width: 260px;
}
#top .btn a {
	display: block;
	border-radius: 7px;
	background-color: #c84632;
	padding: 9px 0;
	text-align: center;
    text-decoration: none;
	font-weight: bold;
    font-size: 110%;
	color: #fff;
}
#top .information {
    padding: 0 10px;
}
#top .information dt {
    padding: 10px 0 3px;
    color: #969696;
    font-size: 14px;
}
#top .information dd {
    padding-bottom: 10px;
    border-bottom: dotted 1px #c8c8c8;
}
#top .information dd a {
    font-weight: bold;
}

#top .btn2 {
    padding: 20px 0;
    margin: 0 auto;
    width: 240px;
}
#top .btn2 a {
	display: block;
	border-radius: 7px;
	background-color: #c84632;
	padding: 9px 0;
	text-align: center;
    text-decoration: none;
	font-weight: bold;
    font-size: 110%;
	color: #fff;
}
#top .banner-area {
    padding-top: 20px;
}
#top .banner-area li {
    padding-top: 10px;
    text-align: center;
}

/* 葉のコラム
--------------------------------------------------------------------*/
#column .bar {
    margin-bottom: 0;
}
#column .column {
    padding: 15px 0;
    border-bottom: dotted 1px #c8c8c8;
}
#column .column .day {
    border-left: solid 4px #ff6464;
    margin-bottom: 9px;
    padding-left: 7px;
    font-size: 14px;
    color: #646464;
}
#column .column h4 {
    padding-bottom: 10px;;
    font-size: 18px;
    font-weight: bold;
}
#column .column .kuwashiku {
    padding-top: 15px;
    text-align: center;
}
#column .column .kuwashiku a {
    display: inline-block;
    background-color: #ffb4b4;
    border-radius: 5px;
    padding: 5px 20px 4px;
    font-weight: bold;
    color: #fff;
}
#column .number-area {
	padding-top:20px;
	text-align:center;
}
#column .number-area p a:link,
#column .number-area p a:visited {
	background-color:#ffb4b4;
	padding:4px 10px 5px 10px;
	vertical-align:middle;
	margin:0 3px;
	color:#fff;
}
#column .number-area p a:hover,
#column .number-area p a:active {
	background-color:#ff8787 !important;
	text-decoration:none !important;
}
#column .number-area p span {
	background-color:#dcdcdc;
	padding:4px 10px 5px 10px;
	vertical-align:middle;
	margin:0 3px;
	color:#fff;
}

/* 葉のコラム　下層
--------------------------------------------------------------------*/
#column-u .bar {
    margin-bottom: 0;
}
#column-u .column {
    padding: 15px 0;
    border-bottom: dotted 1px #c8c8c8;
}
#column-u .column .day {
    border-left: solid 4px #ff6464;
    margin-bottom: 9px;
    padding-left: 7px;
    font-size: 14px;
    color: #646464;
}
#column-u .column h4 {
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}
#column-u .column .photo {
    padding-top: 15px;
    text-align: center;
}
#column-u .column .photo img {
    width: 100%;
}
#column-u .column .text {
    padding-top: 15px;
}
#column-u .back {
    padding-top: 25px;
    text-align: center;
}
#column-u .back a {
    display: inline-block;
    background-color: #ffb4b4;
    border-radius: 5px;
    padding: 5px 20px 4px;
    font-weight: bold;
    color: #fff;
}

/* 診療コンセプト
--------------------------------------------------------------------*/
#concept .photo {
    padding-bottom: 15px;
    text-align: center;
}
#concept .name {
    padding-top: 15px;
    text-align: right;
}
#concept h4 {
    margin-top: 15px;
    border-top: dotted 1px #c8c8c8;
    padding: 15px 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #681a1a;
}

/* 矯正歯科について
--------------------------------------------------------------------*/
#about .photo {
    padding-bottom: 15px;
    text-align: center;
}
#about .photo2 {
    padding-top: 15px;
    text-align: center;
}
#about .mokuteki dt {
    border-left: solid 4px #ff6464;
    margin: 10px 0 3px;
    padding: 1px 0 1px 7px;
    font-weight: bold;
}
#about .mokuteki dd {
    padding-left: 7px;
}
#about h4 {
    margin: 20px 0 7px;
    background-color: #c1b0ae;
    padding: 1px 0 1px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
#about .merit li {
    background:url(../common/arrow_1.gif) no-repeat 5px 7px;
    padding: 1px 0 2px 15px;
}
#about .attention {
    font-size:90%;
    padding-top:15px;
}


/* 小児矯正治療の流れ・成人矯正治療の流れ　共通
--------------------------------------------------------------------*/
#flow h4 span {
    color: #ff6464;
    font-size: 28px;
    vertical-align: -3px;
}
#flow h4 {
    padding: 30px 0 3px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 1px #ff6464;
}
#flow .text {
    padding: 5px 0 0 28px;
}
#flow .photo {
    padding: 10px 0 15px;
    text-align: center;
}
#flow .text2 {
    padding-bottom: 15px;
    border-bottom: dotted 1px #c8c8c8;
}
#flow .text3 {
    padding-top: 10px;
    text-align: right;
    font-size: 14px;
}
#flow .text3 img {
    margin-right: 10px;
    vertical-align: middle;
}
#flow .arrow {
    padding-top: 15px;
    text-align: center;
}

/* 矯正装置について
--------------------------------------------------------------------*/
#appliance .bar2 {
    padding: 30px 0 3px;
    border-bottom: solid 1px #d2d2d2;
    margin-bottom: 15px;
}
#appliance .bar2 h4 {
    border-left: solid 4px #ff6464;
    padding: 2px 0 2px 10px;
    font-weight: bold;
    font-size: 16px;
}
#appliance .photo {
    padding-bottom: 15px;
    text-align: center;
}
#appliance .text {
    padding: 10px 0 3px;    
}
#appliance .text span {
    background-color: #ff9696;
    padding: 1px 7px 1px;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}
#appliance .merit li {
    background:url(../common/arrow_1.gif) no-repeat 5px 7px;
    padding: 1px 0 1px 15px;
}

/* 矯正治療の開始時期
--------------------------------------------------------------------*/
#beginning .photo {
    padding-bottom: 15px;
    text-align: center;
}
#beginning .bar2 {
    padding-bottom: 3px;
    border-bottom: solid 1px #d2d2d2;
    margin-bottom: 10px;
}
#beginning .bar2 h4 {
    padding: 2px 0 2px 10px;
    font-weight: bold;
    font-size: 16px;
}
#beginning .bar2 .red {
    margin-top: 5px;
    border-left: solid 4px #ff6464;
    color: #ff6464;
}
#beginning .bar2 .blue {
    margin-top: 25px;
    border-left: solid 4px #3bb5db;
    color: #3bb5db;
}
#beginning .box {
    margin-top: 15px;
    border: solid 1px #ebdcb9;
    background-color: #fff7eb;
    border-radius: 5px;
    padding: 12px 15px;
}
#beginning .box li {
    padding-bottom: 5px;
}
#beginning .text {
    padding-bottom: 1px;
    font-weight: bold;
    color: #0064b4;
}
#beginning .text2 {
    padding-top: 10px;
    padding-bottom: 1px;
    font-weight: bold;
    color: #0064b4;
}


/* 治療費について
--------------------------------------------------------------------*/
#cost .photo {
    padding-bottom: 15px;
    text-align: center;
}
#cost .kome {
    padding: 7px 0 10px;
    font-size: 14px;
    color: #ff6464;
}
#cost .bar2 {
    padding: 40px 0 3px;
    border-bottom: solid 1px #d2d2d2;
}
#cost .bar2 h4 {
    border-left: solid 4px #ff6464;
    padding: 2px 0 2px 10px;
    font-weight: bold;
    font-size: 16px;
}
#cost .cost {
    padding-left: 10px;
}
#cost .cost dt {
    background: url(../common/arrow_1.gif) no-repeat 0 17px;
    padding: 10px 0 1px 10px;
    font-weight: bold;
    color: #681a1a;
}
#cost .cost dd {
    padding: 0 0 10px 10px;
    border-bottom: dotted 1px #c8c8c8;
}

/* 院長・スタッフ紹介
--------------------------------------------------------------------*/
#staff .bar {
    margin-bottom: 0;
}
#staff .photo {
    padding: 15px 0 10px;
    text-align: center;
}
#staff .photo2 {
    margin-top: 15px;
    border-top: dotted 1px #c8c8c8;
    padding: 15px 0 10px;
    text-align: center;
}
#staff .text {
    padding-bottom: 4px;
    font-size: 14px;
    color: #969696;
    text-align: center;
}
#staff .name {
    padding-bottom: 1px;
    font-size: 20px;
    font-weight: bold;
    color: #681a1a;
    text-align: center;
}
#staff .name2 {
    padding-bottom: 12px;
    font-size: 12px;
    text-align: center;
    color: #ffb4b4;
}
#staff .data {
    padding-bottom: 8px;
    font-size: 14px;
}
#staff .data span {
    margin-right: 7px;
    padding: 1px 5px;
    background-color: #320000;
    color: #fff;
}
#staff h4 {
    margin: 20px 0 7px;
    background-color: #c1b0ae;
    padding: 1px 0 1px 10px;
    font-size: 14px;
    color: #fff;
}
#staff .profile th,
#staff .profile td {
    padding: 1px 0;
}
#staff .profile th {
    width: 125px;
}
#staff .profile th p {
    background:url(../common/arrow_1.gif) no-repeat 5px 6px;
    padding-left: 15px;
}
#staff .box {
    margin-top: 18px;
    border: solid 2px #ffb4b4;
    background-color: #fff5f5;
    padding: 15px;
}
#staff .box h5 {
    padding-bottom: 3px;
    border-bottom: dotted 1px #c8c8c8;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: bold;
    color: #681a1a;
}
#staff .box h5.next {
    padding-top: 15px;
}
#staff .box li {
    background: url(../common/arrow_1.gif) no-repeat 0 7px;
    padding: 1px 0 1px 10px;
}

/* クリニック案内
--------------------------------------------------------------------*/
#guide .photo {
    padding-bottom: 15px;
    text-align: center;
}
#guide .guide {
    margin-top: 15px;
    border-top: dotted 1px #c8c8c8;
}
#guide .guide dt {
    background: url(../common/arrow_1.gif) no-repeat 10px 17px;
    padding: 10px 0 1px 20px;
    font-weight: bold;
    color: #681a1a;
}
#guide .guide dd {
    padding: 0 0 10px 20px;
    border-bottom: dotted 1px #c8c8c8;
}
#guide .map {
    text-align: center;
}
#guide .btn {
    padding: 20px 0 10px;
    margin: 0 auto;
    width: 240px;
}
#guide .btn a {
	display: block;
	border-radius: 7px;
	background-color: #c84632;
	padding: 9px 0;
	text-align: center;
    text-decoration: none;
	font-weight: bold;
    font-size: 110%;
	color: #fff;
}
#guide .bar2 {
    padding: 30px 0 3px;
    border-bottom: solid 1px #d2d2d2;
    margin-bottom: 15px;
}
#guide .bar2 h4 {
    border-left: solid 4px #ff6464;
    padding: 2px 0 2px 10px;
    font-weight: bold;
    font-size: 16px;
}
#guide .tel {
    padding-top: 15px;
    text-align: center;
}
#guide .btn-area {
    padding-top: 7px;
}
#guide .btn-area li {
    padding-top: 10px;
    text-align: center;
} 

/* 個人情報に関する取扱いについて
--------------------------------------------------------------------*/
#privacy .text {
	padding: 0 0 13px;
}
#privacy .privacy dt {
	border-top: dotted 1px #c8c8c8;
	padding: 14px 0 3px;
	font-weight: bold;
    color: #681a1a;
}
#privacy .privacy dd {
	padding-bottom: 13px;
}

/* 日本矯正歯科学会専門医
--------------------------------------------------------------------*/
#nintei .photo {
    padding-bottom: 15px;
    text-align: center;
}
#nintei .text {
    color: #FF6464;
}
#nintei .nintei {
	padding-top:10px;
}
#nintei .nintei li {
	background:url(../common/arrow_2.gif) no-repeat 0 5px;
	padding:1px 0 1px 15px;
	font-weight:bold;
}

/* 無料相談・資料請求
--------------------------------------------------------------------*/
#form-page .photo {
    padding-bottom: 15px;
    text-align: center;
}
#form-page .tel {
    padding: 15px 0;
}
#form-page .q {
	padding: 9px 0 2px;
	font-weight: bold;
}
#form-page .a {
	padding-bottom: 9px;
	border-bottom: dotted 1px #c8c8c8;
}
#form-page .require {
	color: #c84632;
	padding-left: 3px;
}
#form-page .btn {
	text-align: center;
	padding-top: 25px;
}
#form-page .btn input {
	-webkit-appearance: none;
	display: block;
	margin: 0 auto;
	width: 250px;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #c84632;
	padding: 10px 20px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #c84632;
}
#form-page .add-info {
	color: #969696;
}
#form-page .privacy {
	padding-top: 40px;
}
#form-page .middle-info {
	padding-bottom: 20px;
    border-bottom: dotted 1px #323232;
}
#form-page .middle-info span {
    font-size: 12px;
    color: #c84632;
}
#form-page .last-info {
	text-align: center;
	padding: 100px 0 120px;
}












