@charset "utf-8";

/*
Theme Name:mrp04-child
Template:mrp04
Theme URI: http://hp-morph.com/
Description:MORPH 04テーマの子テーマ。
Author: Vision Inc.
Author URI: http://hp-morph.com/
Tags: simple

	hp-morph.com Template
	 http://hp-morph.com/

	This theme was designed and built by hp-morph.com template,
	whose blog you will find at http://hp-morph.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */



/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.red {
	color: #e20151;
}
p.nm {
	margin-bottom: 0;
}
.cf:after {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0px;
	content: "";
}
p.attention {
	text-indent: -1em;
	margin-left: 1em;
}
.b_txt {
	font-size: 130%;
}
/**/
.cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
@media only screen and (min-width: 641px){
	.img_lft { float: left; margin-right: 20px; }
	.img_rit { float: right; margin-left: 20px; }
}
@media only screen and (max-width: 640px){
	.img_lft, .img_rit {
		text-align: center;
	}
	.img_lft img, .img_rit img {
		max-width: 200px;
		width: 96%;
		height: auto;
	}
}
#mainNav li a b {
 font-size: 16px !important;
}
#mainNav li a span {
 font-size: 10px !important;
}
/*--------------------------------------------------
	QRコード
--------------------------------------------------*/
#widget_qrct .qrcode {
	text-align: center;
}

/*--------------------------------------------------
	当院の特徴
--------------------------------------------------*/
.point_tbl th,
.point_tbl td {
	white-space: pre;
	}
@media only screen and (max-width: 640px){
.point_tbl th,
.point_tbl td {
	font-size: 10px !important;
	}
}

/*--------------------------------------------------
	求人概要
--------------------------------------------------*/
.recruit_tbl th {
	text-align: center !important;
	white-space: pre;
}

/*--------------------------------------------------
	Q＆A
--------------------------------------------------*/
.q_a_box dl {
	margin-bottom: 30px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
}
.q_a_box dt {
	position: relative;
	padding: 15px;
	padding-left: 50px;
	background: #eef797;
	border-radius: 10px 10px 0 0;
	color: #019501;
	font-size: 18px;
}
.q_a_box dt b {
}
.q_a_box dd {
	position: relative;
	padding: 15px;
	padding-left: 50px;
}
.q_a_box dt b,
.q_a_box dd b {
	position: absolute;
	top: 8px;
	left: 10px;
	width: 30px;
	height: 24px;
	padding-top: 6px;
	background: #019501;
	border-radius: 50%;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
}
.q_a_box dd b {
	background: #CCCCCC;
}

/*--------------------------------------------------
	医院概要
--------------------------------------------------*/
.access_box_l th {
	text-align: center !important;
	white-space: nowrap;
}
.access_tbl th,
.access_tbl td{
	text-align: center !important;
	vertical-align: middle !important;
	}
@media only screen and (min-width:769px){
	.access_box_l {
		float: left;
		width: 48%;
	}
	.access_box_r {
		float: right;
		width: 48%;
	}
}
@media only screen and (max-width: 640px){
	.access_tbl th,
	.access_tbl td,
	.access_tbl table {
		font-size: 12px;
		padding: 2px !important;
		}
}
/*--------------------------------------------------
Adjust Css 2017/06/13
--------------------------------------------------*/
@media print, screen and (min-width: 1024px){
nav#mainNav ul li a {
    padding: 15px 30px 5px !important;
}
}
