@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
    margin: 0;
    padding: 0;
    text-align:center;
    font-family: 'メイリオ',Meiryo,'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
    color: #333333;
}
div {
    margin: 0;
    padding: 0;
    text-align:left;
}
h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p {
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 1em;
}
p {
    margin-bottom: 1.2em;
    font-size: 14px;
}
a{
    font-size: 14px;
}
/* table layout */
table {
	font-size: 14px;
	width: 100%;
}
th,td {
	padding: 2px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 2px;
	vertical-align: top;
	text-align: left;
}
th {
	font-weight: normal;
	background: #dedede;
    width: 25%;
}
/*------*/
ul {
    list-style-type: none;
}
img {
    border:0;
    vertical-align: top;
}
.clear {
    clear:both;
}
ol, ul {
    margin: 0;
    padding: 0;
}
li {
    margin: 0;
    list-style-type: none;
}
.pagetop {
    clear: both;
}
/*----------------- renewal 2015/4 -----------------------*/
header {
	border-top: 5px solid #0068B7;
	border-bottom: 1px solid #808080;
	overflow: hidden;
	padding: 10px 5px;
	text-align: left;
	}
header h1 {
	float: left;
	width: 190px;
	}
header ul {
	float: right;
	}
header li {
	float: left;
	padding-left: 5px;
	}
header #mn_pc {
	display: none;
}
#toppage header #mn_home {
	display: none;
}
#toppage header #mn_pc {
	display: block;
}
/*--- グローバルナビ ---*/
header #mn_cont {
	position: absolute;
	top: 58px;
	width: 100%;
	margin-left: -5px;
	padding-bottom: 20px;
	background-color: rgba(255,255,255,0.8);
	}
header #mn_cont ul {
	float: none;
	background: #EFEFEF;
	margin: 10px;
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
	
	}
header #mn_cont li {
	float: none;
	font-size: 14px;
	padding: 0;
	clear: left;
	}
header #mn_cont li.moku {
	float: left;
	clear: none;
	padding: 0px;
	width: 50%;
	}
header #mn_cont li a {
	display: block;
	background: url(img-layout/smaph_pt.png) no-repeat 5px center;
	-webkit-background-size: 7px 7px;
	color: #000;
	padding: 6px 5px 6px 17px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #fff;
	text-decoration: none;
	}
header #mn_cont li.moku a {
	display: block;
	background: #fff url(img-layout/smaph_pt.png) no-repeat 5px center;
	-webkit-background-size: 5px 5px;
	color: #000;
	padding: 5px 5px 5px 17px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #fff;
	text-decoration: none;
	font-size: 12px;
	}
/*------------------*/
#sp_page {
	padding: 10px 5px;
	}
.resp {
	padding: 20px 0;
	clear: both;
	}
#fst .resp {
	padding-top: 0;
}
.resp img {
	width: 100%;
	}
#sp_page h2{
	font-weight: bold;
	font-size: 15px;
	border-top: 2px solid #0068B7;
	border-bottom: 1px solid #0068B7;
    padding: 2px 0;
	margin-bottom: 6px;
	clear: both;
	}
#sp_page h3 {
	font-weight: bold;
	font-size: 15px;
	border-bottom: 1px solid #0068B7;
    clear: both;
	margin-bottom: 6px;
	}
#sp_page .mt_date {
	font-size: 11px;
	text-align: right;
	margin: 8px 0;
    }
#sp_page .clear{
	margin-top: 1.0em;
}
#sp_page .asset-body img {
	width: 100%;
    height: auto;
    }
.ac_trig {
	clear: both;
	background: #EFEFEF;
	padding: 5px;
	border-top: 2px solid #0068B7;
	border-bottom: 1px solid #0068B7;
	margin: 0 0 10px;
	}
.ac_trig a {
	color: #333;
	text-decoration: none;
	font-size: 13px;
	}
.ac_trig a span {
	display: block;
	font-weight: bold;
	font-size: 16px;
	color: #0068B7;
	border-bottom: dashed 1px #666;
	background: url(img-layout/sp_ptcon01.png) no-repeat right center;
    -webkit-background-size: 14px;
	}
.ac_trig.active {
	border-bottom: none;
	}
.ac_trig.active a span {
	background: url(img-layout/sp_ptcon02.png) no-repeat right center;
    -webkit-background-size: 14px;
	}
.ac_cont {
	border-bottom: 1px solid #0068B7;
	}
.ac_cont img {
	width: 100%;
	}
.ac_cont strong {
	background: #FFF77A;
	}
#sp_page h4,
#cat_list h4 {
	font-weight: bold;
	background: #EFEFEF;
	border-bottom: 1px solid #666;
	font-size: 14px;
	padding: 2px 5px;
	margin-top: 10px;
	margin-bottom: 8px;
	}
#cat_list li a{
	display: block;
	background: url(img-layout/smaph_pt.png) no-repeat 3px 13px;
	-webkit-background-size: 7px 7px;
	padding: 5px 0 5px 15px;
	font-size: 14px;
	border-bottom: 1px dashed #666;
}
#toppage #cat_list li a {
   	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.break01 hr,
.break02 hr{
	display: none;
}
/*___ ページの先頭へ ___ */
.tothetopfixed a {
	display: block;
	text-align: center;
	background:#EFEFEF;
	border-top:1px solid #ccc;
	color: #666;
	font-size: 12px;
	padding: 8px 0;
	text-decoration: none;
}
#FOOTER {
	border-top: 1px solid #ccc;
	clear: both;
	padding: 0 5px;
}
#FOOTER h2 {
	font-size: 18px;
	font-weight: bold;
padding: 10px 0;
}
/*--- トップページ ---*/
#hero_img img { width: 100%;}

.flo-r img{
	width: 109px;
	height: auto;
	float: right;
	margin: 0 0 10px 10px;
}
    
/*------------------*/
/*--- company ---*/
img.company_image {
	max-width: 100%;
	margin-top: 10px;
}
#sp_page .main-table{
	margin: 10px 0;
}
#company1,#company2{
	margin-bottom: 10px;
}
/*--- access ---*/
#sp_page iframe {
	width: 100%;
	height: 200px;
}

/*___________ ページ送り ___________ */
.content-nav {
	padding-top: 10px;
	clear: both;
	line-height: 250%;
	text-align: center;
}
.content-nav a {
	color: #666;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	padding: 8px;
	white-space: nowrap;
}

/*
リンク
-----------------------------------------------*/
.clinic_link{
	margin-bottom: 10px;
}
.clinic_link a{
	background: url(img-layout/smaph_pt.png) no-repeat 3px 13px;
	-webkit-background-size: 7px 7px;
	padding: 5px 0 5px 15px;
	text-decoration: none;
}

/*
お客様へのお約束
-----------------------------------------------*/
.webcont_pic{
	text-align: center;
}

/*
よくある質問
-----------------------------------------------*/
.knowledge_page ul{
	margin-bottom: 18px;
}

/*
問い合わせ
-----------------------------------------------*/
#sp_page .inquiry_mail{
	margin-bottom: 0;
}
#sp_page .inquiry_mail a {
	background: url(img-layout/clinic_mail.gif) no-repeat left center;
	padding: 10px 0 10px 40px;
	display: inline-block;
	font-size: 110%;
}
#MAILFORM table.mailform {
	padding: 0!important;
}

/*
お客様の声
-----------------------------------------------*/
.voice_page img{
	width: 100%;
	height: auto;
}
.voice_page .mt_entry{
	margin: 0 0 20px 0;
}
/*
代表者プロフィール
-----------------------------------------------*/
img.flo-r{
	float: right;
	width: 125px;
	height: auto;
	margin: 0 0 10px 10px;
}
/*
会社プロフィール
-----------------------------------------------*/
#sp_page .company_img{
	margin-top: 10px;
}
.staff_block{
	margin-bottom: 30px; 
}
.staff_block .pic{
	text-align: center;
	margin:10px 0;
}
#page_staff h4{
	border-bottom: 1px solid #ccc;
}
.staff_block h5{
    margin: 7px 0;
    background: #F5E7DE;
}
.staff_block h5 img{
	max-width: 100%;
	height: auto;
}
.staff_block p{
	margin-left: 10px;
	margin-right: 10px;
}

/*
お問い合わせ
-----------------------------------------------*/
#inquiry_mail a{
	background: url(img-layout/clinic_mail.gif) no-repeat left center;
	padding: 0 0 0 30px;
	display: inline-block;
	-webkit-background-size: 20px 14px;
}


/*
サイトマップ
-----------------------------------------------*/
#sp_page #sitemap_page h3{
	padding: 5px 0;
}
#sp_page #sitemap_page li{
	border-bottom: 1px dashed #808080;
}
#sp_page #sitemap_page li a{
	background: url(img-layout/smaph_pt.png) no-repeat left center;
	padding: 5px 0 5px 10px;
	display:block;
	-webkit-background-size: 7px 7px;
}
#sp_page .sitemap{
	margin-bottom: 15px;
	font-size: 14px;
}