/******************************************************************************
* 行間
******************************************************************************/

* { line-height:1.5em; }
br.large { line-height:1.5em; }

/******************************************************************************
* フォント
******************************************************************************/

@font-face { font-family: 'icomoon'; src: url("../fonts/icomoon/icomoon.eot?9o0awz"); src: url("../fonts/icomoon/icomoon.eot?9o0awz#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?9o0awz") format("truetype"), url("../fonts/icomoon/icomoon.woff?9o0awz") format("woff"), url("../fonts/icomoon/icomoon.svg?9o0awz#icomoon") format("svg"); font-weight: normal; font-style: normal; }

body,td,th {
	font-family: 'メイリオ', Meiryo, 'Lucida Grande', Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: normal;
}

.f-bold         { font-weight:bold; }
.f-green        { color:#5ac8a0;}
.f-large        { font-size:1.3em; }
.f-X-large      { font-size:1.6em; }
.f-XX-large     { font-size:2.0em; }
.f-XXX-large    { font-size:3.0em; }
.f-small        { font-size:0.8em; }
.f-X-small      { font-size:0.7em; }

.pans a {
	text-decoration:underline;
}
/******************************************************************************
* 背景
******************************************************************************/

.bg-dot3 { background-image: url("../img/bg_dot3.png"); }
.bg-dot4 { background-image: url("../img/bg_dot4.png"); }

/******************************************************************************
* 配置
******************************************************************************/

/* 画像の縦中央 */
.vm img		{ vertical-align: middle; }
.vm input	{ vertical-align: middle; }
.tbm img		{ vertical-align: text-bottom; }

.innerbox {
    display:table;
    width:100%;
}

.nobr {
	white-space:pre;
}

aside img {
	width: 298px;
}

br.onlypc {
	display: none;
}
@media screen and (min-width:960px) { /*PC CSS*/
	br.onlypc {
		display: inline;
	}
}
/******************************************************************************
* 水平線
******************************************************************************/

hr.green3 {
    background-color: #5ac8a0;
    height: 3px;
    margin: 0px;
}

hr.green{
    background-color: #5ac8a0;
    height: 1px;
    margin: 0px;
}

hr.top{
    margin-top: 0px;
}

hr.dots{
	border: none;
	border-top: dotted 2px #ccc;
	height: 1px;
	color: #FFFFFF;
	width: 100%;
}

hr.dots_g {
    border: none;
    border-top: dotted 2px #5ac8a0;
    height: 1px;
    width: 100%;
}

/******************************************************************************
* 枠
******************************************************************************/

.sbox {
	border: 2px solid #ebebeb; /*f*/
	border-box:content-box;
	padding: 15px;
}
.obox {
	border: 2px solid #ebebeb; /*f*/
	border-box:content-box;
	padding: 15px;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}

/******************************************************************************
* コントロール
******************************************************************************/

.ctrls {
    padding: 0px;
}
.ctrls input[type=radio],
.ctrls input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.ctrls input[type=radio] + label,
.ctrls input[type=checkbox] + label {
    position: relative;

    display: inline-block;
    margin-right: 4px;

    font-size: 14px;
    line-height: 1.6em;

    cursor: pointer;
}

@media (min-width: 1px) {
    .ctrls input[type=radio],
    .ctrls input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .ctrls input[type=radio] + label,
    .ctrls input[type=checkbox] + label {
        padding: 0 0 0 15px;
    }
    .ctrls input[type=radio] + label::before,
    .ctrls input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 12px;
        height: 12px;
        margin-top: -7px;

        background: #FFF;
    }
    .ctrls input[type=radio] + label::before {
        border: 1px solid #bbb;
        border-radius: 30px;
    }
    .ctrls input[type=checkbox] + label::before {
        border: 1px solid #bbb;
    }
    .ctrls input[type=radio]:checked + label::after,
    .ctrls input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .ctrls input[type=radio]:checked + label::after {
        left: 5px;

        width: 8px;
        height: 8px;
        margin-top: -4px;

        background: #000000;
        border-radius: 8px;
    }
    .ctrls input[type=checkbox]:checked + label::after {
        left: 2px;

        width: 10px;
        height: 6px;
        margin-top: -6px;

        border-left: 2px solid #000000;
        border-bottom: 2px solid #000000;

        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

/******************************************************************************
* parts:メニュー
******************************************************************************/

#menus table {
    border-collapse: collapse;
    border: 0;
    table-layout: fixed;
    width: 100%;
}
#menus td {
    text-align: center;
}


/******************************************************************************
* parts:フッター
******************************************************************************/

div#foot-area {
    background-image: url("../img/bg_dot2.png");
    padding: 20px;
}

/******************************************************************************
* parts:フロートメニュー
******************************************************************************/

#dybar {
	background-image: url("../img/bg_line2.png");
	position: fixed;
	display: block;
	z-index: 998;
	top: 0px;
	color: #FFF;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	opacity: 0.90;
}
#dybar img {
	opacity: 1.00;
	width: 120px;
}

#atop {
	position: fixed;
	display: block;
	z-index: 998;
	bottom: -100px;
	right: 50px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #000;
	color: #000;
	width: 50px;
	height: 50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#atop:before {
	display: block;
	margin: 13px 0 0 11px;
	color: #fff;
	text-indent: 0;
	white-space: nomal;
	overflow: visible;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.3rem;
	content: "\e906";
}

#atop:hover {
	opacity: 0.70;
	filter: progid:DXImageTransform.Microsoft.alpha(Opacity=70,FinishOpacity=70);
}

/******************************************************************************
* parts:クイック検索
******************************************************************************/

div#quicks_top {
	height:413px;
}
div#quicks_bottom {
	height:60px;
}

/******************************************************************************
* parts:救急ボタン
******************************************************************************/

div#emBtns {
	width: 960px;
	margin-bottom: 10px;
}

div#emBtns ul {
	display: flex;
	justify-content: space-between;
}

div#emBtns li {
	width: 200/950*100%;
}

div#emBtns li + li {
	margin-left: 10px;
}

div#emBtns li:nth-child(4) {
	width: 298/950*100%;
}

div#emBtns li img {
	width: 100%;
}

div#emBtns li .none-pc {
	display: none;
}

div#emBtns li .none-sp {
	display: block;
}

@media screen and (max-width:959px) {
	div#emBtns {
		width: 100%;
	}
}

@media screen and (max-width:480px) {
	div#emBtns ul {
		flex-wrap: wrap;
	}
	
	div#emBtns li {
		width: 47.5%;
	}
	
	div#emBtns li + li {
		margin-left: 0;
	}
	
	div#emBtns li .none-pc {
		display: block;
	}
	
	div#emBtns li .none-sp {
		display: none;
	}
}

/******************************************************************************
* parts:新着クチコミ
******************************************************************************/

#parts-kuchikomi-list {
	height: auto;
	padding: 0px;
}

	#parts-kuchikomi-list-title {
		background-color: #5ac8a0;
		color: #ffffff;
		margin: 5px 0px;
		padding: 5px;

		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
	}
	#parts-kuchikomi-list-icons img {
		width:16px;
	}

	.parts-kuchikomi-list-ul {
		padding: 0px;
	}

		.parts-kuchikomi-list-li {
			border: 1px solid #5ac8a0;
			list-style-type: none;
			margin: 10px 0px;
			padding: 10px 10px;

			-webkit-border-top-left-radius: 5px;
			-webkit-border-top-right-radius: 5px;
			-webkit-border-bottom-right-radius: 5px;
			-webkit-border-bottom-left-radius: 5px;
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-topright: 5px;
			-moz-border-radius-bottomright: 5px;
			-moz-border-radius-bottomleft: 5px;

			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+58,fff6d1+100 */
			background: #ffffff; /* Old browsers */
			background: -moz-linear-gradient(top,  #ffffff 58%, #fff6d1 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top,  #ffffff 58%,#fff6d1 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom,  #ffffff 58%,#fff6d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff6d1',GradientType=0 ); /* IE6-9 */
		}

			.parts-kuchikomi-list-li-name {
			}
			.parts-kuchikomi-list-li-name a {
				color: #5ac8a0;
				font-weight: bold;
	    		text-decoration:underline;
			}

			.parts-kuchikomi-list-li-title {
				color: #5ac8a0;
				font-weight: bold;
			}

			.parts-kuchikomi-list-li-content {
			}
			.kutikomi {
			    border: 1px solid #5ac8a0;
			    height: auto;
			    margin: 8px 0px;
			    padding: 10px 10px;
			    -webkit-border-top-left-radius: 5px;
			    -webkit-border-top-right-radius: 5px;
			    -webkit-border-bottom-right-radius: 5px;
			    -webkit-border-bottom-left-radius: 5px;
			    -moz-border-radius-topleft: 5px;
			    -moz-border-radius-topright: 5px;
			    -moz-border-radius-bottomright: 5px;
			    -moz-border-radius-bottomleft: 5px;

				/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+58,fff6d1+100 */
				background: #ffffff; /* Old browsers */
				background: -moz-linear-gradient(top,  #ffffff 58%, #fff6d1 100%); /* FF3.6-15 */
				background: -webkit-linear-gradient(top,  #ffffff 58%,#fff6d1 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(to bottom,  #ffffff 58%,#fff6d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff6d1',GradientType=0 ); /* IE6-9 */
			}

			.kutikomi_name {
			    color: #5ac8a0;
			    font-size: 18px;
			    font-weight: bold;
			    text-decoration:underline;
			}

			.kutikomi_title {
			    color: #5ac8a0;
			    font-size: 14px;
			    font-weight: bold;
			}

			.kutikomi_title img {
				width:16px;
			}

			.kutikomi_body {
			    font-size: 12px;
			    word-break: break-all;
			}

			.kutikomi_footer {
			    color: #5ac8a0;
			    margin-top: 10px;
			}

			.kutikomi_to {
			    font-size: 10px;
			    text-decoration:underline;
			}

/******************************************************************************
* parts:病院 - セールスポイント
******************************************************************************/

div.sp1 {
    background-image: url("../img/bg_sp_gr.png");
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    text-align: center;
    width: 120px;
    vertical-align: middle;
}
div.sp2 {
    background-image: url("../img/bg_sp_rd.png");
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    text-align: center;
    width: 120px;
    vertical-align: middle;
}
div.sp3 {
    background-image: url("../img/bg_sp_og.png");
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    text-align: center;
    width: 120px;
    vertical-align: middle;
}
div.sp4 {
    background-image: url("../img/bg_sp_lb.png");
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    text-align: center;
    width: 120px;
    vertical-align: middle;
}
div.sp5 {
    background-image: url("../img/bg_sp_bl.png");
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    text-align: center;
    width: 120px;
    vertical-align: middle;
}
div.sp6 {
    background-image: url("../img/bg_sp_pp.png");
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    text-align: center;
    width: 120px;
    vertical-align: middle;
}
div.sp7 {
    background-image: url("../img/bg_sp_bw.png");
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    text-align: center;
    width: 120px;
    vertical-align: middle;
}

#sales div {
	margin-right:3px;
	margin-bottom:3px;
}
/******************************************************************************
* parts:病院 - 名前
******************************************************************************/

.h-name1 {
	color: #5ac8a0;
	font-size: 1em;
	font-weight: bold;
}
.h-name2 {
	color: #5ac8a0;
	font-size: 3em;
	font-weight: bold;
}
.h-name3 {
	color: #5ac8a0;
	font-size: 1em;
	font-weight: bold;
}

/******************************************************************************
* parts:病院 - 予約
******************************************************************************/

#contact-net {
	margin-right:1px;
}
#contact-tel{
	margin-left:1px;
    position:relative;
    width:195px;
}
#contact-tel span{
	font-weight:bold;
    position:absolute;
    bottom:2px;
    left:0px;
    width:195px;
    color:#fff;
    line-height:250%;
    padding-left: 42px;
}
#contact-tel img{
    width:195px;
}

/******************************************************************************
* parts:病院 - 写真
******************************************************************************/

#MainPhoto {
	width:100%;
	height: auto;
}
.ChangePhoto{
	margin: 0px 2px;
	width:18%;
	height:auto;
	cursor: pointer;
}

/******************************************************************************
* parts:病院 - 診療時間
******************************************************************************/

.consul-table {
	border: 2px #5ac8a0 solid;
	border-collapse:collapse;
}
.consul-table th {
	border: 2px #5ac8a0 solid;
	font-weight: normal;
	width:65pt;
	vertical-align: middle;
}
.consul-table td {
	border: 2px #5ac8a0 solid;
	text-align: center;
	vertical-align: middle;
}

/******************************************************************************
* parts:病院 - 自由診療・人間ドック
******************************************************************************/

.hosCource {

}
	.hosCource-title {
		float:left;
		height:3.0em;
		line-height: 3.0em;
		padding: 5px 0 0 0;
	}
	.hosCource-price-normal {
		background-color:#FAF5E6;
		display:table-cell;
		float:right;
		padding:6px;

		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
	}
	.hosCource-price-special {
		background-color:#FEEFF4;
		display:table-cell;
		float:right;
		padding:6px;

		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
	}
	.hosCource-link {
		float:right;
	}

/******************************************************************************
* parts:病院 - 医院長紹介
******************************************************************************/

#headDoc-msg {
    padding: 0px 5px;
}

/******************************************************************************
* parts:病院 - 最新のお知らせ
******************************************************************************/

#hos-news {
    background-image: url("../img/bg_line1.png");
    padding: 20px 20px 10px 20px;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}

#hos-news-pic {
	margin: 10px 5px;
	text-align: center;
}
.rt_ar {
	float: right;
}
.rt_a a {
	text-decoration:underline;
}

/******************************************************************************
* parts:病院 - *
******************************************************************************/
.ntime {
	font-size: 7pt;
}
.h-career-title {
	color: #5ac8a0;
	font-size: 1em;
	font-weight: bold;
}



/******************************************************************************
* parts:体の悩み
******************************************************************************/

#nayami-part table {
	margin: 0 auto 0 auto;
}

#nayami-part a {
    color: #000;
    font-weight:bold;
    text-decoration:underline;
}

#nayami-part p {
	line-height: 1.6em;
}

#part-sec {
	border: 2px solid #ebebeb; /*f*/
	border-box:content-box;
	padding: 15px;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}

	.part-title {
		background-image: url("../img/bg_dot3.png");
		padding: 3px;
	}

	.part-item {
	    color: #000;
	    float:left;
	    margin: 3px 0;
	    text-decoration:underline;
	    width: 33.3333%;
	}

	.part-item-e {
	    color: #000;
	    float:left;
	    margin: 3px 0;
	    width: 33.3333%;
	}

/******************************************************************************
* 病院を検索ページ
******************************************************************************/

.search-where {
	border: 1px solid #ccc; /*f*/

	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}
	.search-where-checks {
		padding: 20px;
	}
		.search-where-checks-title {
			background-image:url("../img/bg_dot3.png");
			font-weight: bold;
			margin: 10px 0px;
			padding: 0px 10px;
		}

	.search-where-freeword {
		background-image:url("../img/bg_dot3.png");
		padding: 20px;
	}

.search-res-item {
	border: 1px solid #ccc;
	list-style-type: none;
	margin: 20px 0px;
	padding: 20px 20px;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}
.search-res-item a {
	color: #5ac8a0;
	text-decoration: underline;
}
	.search-res-item-title {
		background-color: #faf5e6;
		padding: 10px;
	}

	.search-res-item-kuchikomi {
		background-color: #fa8200;
		color: #fff;
		float: right;
		padding: 0px 5px 2px 5px;

		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
	}


/******************************************************************************
* PickUp! ドクター
******************************************************************************/

.pick-banner {
	margin: 0 auto;
	text-align: center;
}

.respickitem{
    position:relative;
    width:300px;
	margin: 10px auto;
}
@media screen and (min-width:960px) { /*PC CSS*/
	.respickitem{
		float:left;
	    position:relative;
	    width:300px;
		margin: 5px 5px;
	}
}
	.respickitem .pickbg{
    width:310px;
	}
	.respickitem .photo{
	    position:absolute;
	    top:15px;
	    left:15px;
		width:80px;
		clip: rect(0px 80px 80px 0px);
	}
	.respickitem .name{
		font-weight:bold;
	    position:absolute;
	    top:20px;
	    left:105px;
		text-decoration:underline;
	}
	.respickitem .hos-name{
		font-size:small;
	    position:absolute;
	    top:50px;
	    left:105px;
	}
	.respickitem .address{
		font-size:small;
	    position:absolute;
	    top:70px;
	    left:105px;
	}

/******************************************************************************
* ご利用にあたって id:gy
******************************************************************************/

.gy-title {
    background-image: url('../img/bg_dot2.png');
    font-size:1.6em;
    font-weight:bold;
    margin: 0 0 10px 0;
    padding: 5px 0 5px 10px;
}

.gy-sub-title {
    font-weight:bold;
}

.gy-hr {
    border: 1px #5ac8a0 solid;
    margin: 0 0 10px 0;
}

.gy-ol {
    font-size:0.9em;
    list-style-type: decimal;
    padding: 0 0 0 20px;
}

.gy-ol li {
    list-style-type: decimal;
}

.gy-sample-ng-area {
    background-image: url('../img/bg_line1.png');
    margin: 10px 0 10px 0;
    padding: 10px;
}
    .gy-sample-ng-point {
        color: #5ac8a0;
    }
    .gy-sample-ng-title {
        font-weight:bold;
    }
    .gy-sample-ng-mark {
        font-weight:bold;
    }
    .gy-sample-ng-body {
    }
    .gy-sample-ng-note {
        color: #999999;
    }

/******************************************************************************
* プライバシーポリシー id:pp
******************************************************************************/

.pp-title {
    background-image: url('../img/bg_dot2.png');
    font-size:1.6em;
    font-weight:bold;
    margin: 0 0 10px 0;
    padding: 5px 0 5px 10px;
}

.pp-sub-title {
    font-weight:bold;
}

.pp-body {
    font-size:0.9em;
}

.pp-hr {
    border: 1px #5ac8a0 solid;
    margin: 0 0 10px 0;
}

.pp-ul {
    list-style-type: disc;
    padding: 0 0 0 20px;
}

.pp-ul li {
    list-style-type: disc;
}


/******************************************************************************
* 情報掲載 id:jk
******************************************************************************/

.jk-title {
    background-image: url('../img/bg_dot2.png');
    font-size:1.6em;
    font-weight:bold;
    margin: 0 0 10px 0;
    padding: 5px 0 5px 10px;
}

.jk-sub-title {
    font-weight:bold;
}

.jk-body {
    font-size:0.9em;
}

.jk-hr {
    border: 1px #5ac8a0 solid;
    margin: 0 0 10px 0;
}

.jk-ol {
    list-style-type: decimal;
    padding: 0 0 0 20px;
}

.jk-ol li {
    list-style-type: decimal;
}

/******************************************************************************
* ファミリードクターとは id:ab
******************************************************************************/

.ab-title {
    background-image: url('../img/bg_dot2.png');
    font-size:1.6em;
    font-weight:bold;
    margin: 0 0 10px 0;
    padding: 5px 0 5px 10px;
}

#about-msg1 {
    font-size:1.3em;
    font-weight: bold;
    line-height: 2.0em;
}

#about-msg2 {
    font-size:0.8em;
    line-height: 2.0em;
}

#about-msg3 {
    color: #fa648c;
    font-size:1.2em;
    font-weight: bold;
    line-height: 2.0em;
}

#about-point {
    color: #5ac8a0;
    line-height: 3.0em;
    margin-bottom: 40px;
}

    #about-point div {
        background-color: #5ac8a0;
        display: inline;
        margin-right: 10px;
        padding: 3px 3px 0 5px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
    }
    #about-point .ab-point-mark {
        color: #ffffff;
        font-size: 1.0em;
        font-weight: bold;
    }
    #about-point .ab-point-num {
        color: #ffffff;
        font-size: 1.3em;
        font-weight: bold;
    }
    #about-point .ab-point-body {
        color: #5ac8a0;
        font-size: 1.3em;
        font-weight: bold;
    }

#map-button {
    text-align: center;
}

#map-button img {
    margin: 3px;
}


/******************************************************************************
* 有料プラン id:pr
******************************************************************************/

.pr-title {
    background-image: url('../img/bg_dot2.png');
    font-size:1.6em;
    font-weight:bold;
    margin: 0 0 10px 0;
    padding: 5px 0 5px 10px;
}

.pr-sub-title {
    font-weight:bold;
}

.pr-hr {
    border: 1px #5ac8a0 solid;
    margin: 0 0 10px 0;
}

#pr-screen {
    text-align: center;
}

#pr-screen img {
    max-width: 460px;
    width: 100%;
}

#pr-arrow {
    display: none;
}

@media screen and (min-width:480px) { /*タブレット CSS*/
}

@media screen and (min-width:960px) { /*PC CSS*/

    #pr-screen {
        float:left;
        width: 50%;
    }

    #pr-arrow {
        display: block;
        float:left;
        width:30px;
    }

    #pr-price-and-point {
        float:left;
        width: 46%;
    }
}
.pr-triangle {
	width: 0px;
	height: 0px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 0px solid transparent;
	border-right: 30px solid #feeff4;
	margin-left: 0px;
}

#pr-price-tbl {
    border: 1px #5ac8a0 solid;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 0 auto;
}

    #pr-price-tbl td {
        border: 1px #5ac8a0 solid;
        padding: 8px;
    }

    .pr-price-tbl-head {
        background-color: #faf5e6;
        font-size: 1.1em;
        font-weight: bold;
        text-align: center;
    }

    .pr-price-tbl-body {
        font-size: 1.1em;
        font-weight: bold;
        background-color: #ffffff;
    }

#pr-point {
}

    #pr-point-head {
        background-color: #fa648c;
        color: #ffffff;
        font-size: 1.8em;
        font-weight: bold;
        padding-bottom: 7px;
        padding-top: 10px;
        text-align: center;

        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
    }
    #pr-point-body {
        background-color: #feeff4;
        padding: 20px 30px;

        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
    }
    .pr-point-title {
    }
        .pr-point-mark {
            display: inline;
            background-color: #fa648c;
            border:2px #ffffff solid;
            color: #ffffff;
            padding: 5px 5px 0px 5px;

            -webkit-border-top-left-radius: 7px;
            -webkit-border-top-right-radius: 7px;
            -webkit-border-bottom-right-radius: 7px;
            -webkit-border-bottom-left-radius: 7px;
            -moz-border-radius-topleft: 7px;
            -moz-border-radius-topright: 7px;
            -moz-border-radius-bottomright: 7px;
            -moz-border-radius-bottomleft: 7px;
        }
        .pr-point-mark-p {
            font-weight: bold;
        }
        .pr-point-mark-n {
            font-size: 1.3em;
            font-weight: bold;
        }
        .pr-point-subject {
            font-size: 1.5em;
            font-weight: bold;
        }
    .pr-point-msg {
        line-height: 1.7em;
    }

#pr-doc {
    background-image: url('../img/bg_line4.png');
    padding: 20px;

    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
}

@media screen and (min-width:480px) { /*タブレット CSS*/
}

@media screen and (min-width:960px) { /*PC CSS*/
    #pr-doc-msg {
        float:left;
        width: 50%;
    }

    #pr-doc-prices {
        float:left;
        width: 50%;
    }
}


#pr-doc-tbl {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 0 auto;
}

    #pr-doc-tbl td {
        padding: 8px;
    }

    .pr-doc-tbl-head {
        border: 1px #5ac8a0 solid;
        background-color: #faf5e6;
        font-size: 1.1em;
        font-weight: bold;
        text-align: center;
    }

    .pr-doc-tbl-body {
        border: 1px #5ac8a0 solid;
        font-size: 1.1em;
        font-weight: bold;
        background-color: #ffffff;
        text-align: center;
    }

#pr-cm1 {
    text-align: center;
}
    #pr-cm1 img {
        max-width: 450px;
        width: 100%;
    }

#pr-cm2 {
    text-align: center;
}

    #pr-cm2 img {
        max-width: 450px;
        width: 100%;
    }

@media screen and (min-width:960px) { /*PC CSS*/
    #pr-cm1 {
        float:left;
        padding: 0 10px;
        width: 47%;
    }

    #pr-cm2 {
        float:left;
        padding: 0 10px;
        width: 47%;
    }
}

.pr-cm-tbl {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 0 auto;
}

    .pr-cm-tbl td {
        padding: 8px;
    }

    .pr-cm-tbl-head {
        border: 1px #5ac8a0 solid;
        background-color: #faf5e6;
        font-size: 1.1em;
        font-weight: bold;
        text-align: center;
    }

    .pr-cm-tbl-body {
        border: 1px #5ac8a0 solid;
        font-size: 1.1em;
        font-weight: bold;
        background-color: #ffffff;
        text-align: center;
    }

@media screen and (min-width:960px) { /*PC CSS*/
    #pr-pick-msg {
        float:left;
        width: 50%;
    }

    #pr-pick-price {
        float:left;
        width: 50%;
    }
}

.pr-pick-tbl {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 0 auto;
}

    .pr-pick-tbl td {
        padding: 8px;
    }

    .pr-pick-tbl-head {
        border: 1px #5ac8a0 solid;
        background-color: #faf5e6;
        font-size: 1.1em;
        font-weight: bold;
        text-align: center;
    }

    .pr-pick-tbl-body {
        border: 1px #5ac8a0 solid;
        font-size: 1.1em;
        font-weight: bold;
        background-color: #ffffff;
        text-align: center;
    }

/******************************************************************************
* 求人検索 id:so
******************************************************************************/

#so-where-area {
    margin: 0 auto 0 auto;
    width:360px;
    background-color:#fa648c;
    padding:3px;
}

    #so-where-title {
        color: #ffffff;
        font-weight: bold;
        margin: 0 auto 0 auto;
        text-align:center;
    }

    #so-where-client {
        background-image: url('../img/bg_so_where.png');
        background-repeat: no-repeat;
        background-position: right top;
        background-color: #ffffff;
        padding:10px 30px;
    }

    #so-where-bg {
    }

    #so-where-tbl {
    }

    #so-where-tbl td {
        padding: 5px;
    }

    #so-where-btn {
        text-align: center;
    }

.so-hr {
    margin-bottom: 10px;
    margin-top: 0px;
}

.so-res-item {

}

.so-res-name {
    color: #fa648c;
    background-image: url('../img/bg_line3.png');
    padding: 5px;
}
.so-res-no {
    text-align:right;
}

.so-res-img img {
    float:left;
    margin-right: 20px;
    width: 200px;
}

.so-res-msg {
}

.so-res-tbl {
    border:2px #fa648c solid;
    width:100%;
}

.so-res-tbl-head {
    background-color:#feeff4;
    border:2px #fa648c solid;
    color:#fa648c;
    padding: 10px 20px;
    text-align: center;
}

.so-res-tbl-body {
    border:2px #fa648c solid;
    padding: 10px 5px 10px 10px;
}

.so-res-note {
    background-color:#ffffe6;
    padding:20px;
}

.so-res-note-subject {
    color:#fa648c;
}

.so-res-hr {
    border: 1px #fa648c solid;
    margin-top:3px;
    margin-bottom: 6px;
}

.so-res-note-title {
}

.so-res-employment-status {
    color:#fa648c;
}

.so-res-ul li {
    margin-left: 20px;
}
.so-res-ul li {
    list-style-type: disc;
}

.soctrls input[type=text] {
    width: 200px;
}
.soctrls select {
    width: 150px;
}

/******************************************************************************
* 求人検索 id:os
******************************************************************************/

#os-name-area {
    background-image: url('../img/bg_line3.png');
    padding: 10px;
    line-height: 1.3em;
    margin-bottom: 10px;
}
    #os-name {
        color: #fa648c;
        float:left;
        font-size: 1.3em;
        font-weight: bold;
    }
    #os-no-area {
        text-align: right;
    }
        #os-no {
            background-color: #ffffff;
            display: inline;
            font-size: 0.9em;
            padding: 4px;
            text-align: right;
        }

#os-title {
    background-color: #fa648c;
    color: #ffffff;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

#os-photo {
    float:left;
    margin-right: 10px;
}

#os-photo img {
    width:200px;
}

#os-msg {
}

.os-buttons {
    text-align: center;
}

#os-tbl-base {
    border: 2px #fa648c solid;
    color: #fa648c;
    width: 100%;
}

#os-tbl-base td {
    border: 2px #fa648c solid;
    padding: 8px 10px;
}

.os-tbl-base-head {
    font-weight: bold;
    text-align: center;
    width:160px;
}

.os-tbl-base-data {
    color: #000000;
    text-align: left;
}

#os-tbl-base tr:nth-child(odd) {
}

#os-tbl-base tr:nth-child(even) {
    background-color: #feeff4;
}

.os-sub-title {
    font-size: 1.3em;
    font-weight: bold;
}

.os-sub-mark {
    color: #fa648c;
}

#os-note {
    background-color: #ffffe6;
    padding: 20px;
}



/******************************************************************************
* お問合せ id:qq
******************************************************************************/

#qq-title {
    background-color: #5ac8a0;
    color: #ffffff;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 8px;
}

#qq-tbl {
    margin: 0 auto 0 auto;
}

.qq-mus {
    background-color: #5ac8a0;
    color: #ffffff;
    float: right;
    padding: 0 5px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 7px;
}

#qq-tbl {
    max-width: 700px;
    width: 100%;
}

    #qq-tbl td {
        border: 2px #ffffff solid;
        padding:10px;
    }
    #qq-tbl input {
        width: 100%;
    }
    #qq-tbl select {
        width: 100%;
    }
    #qq-tbl textarea {
        width: 100%;
    }
    .qq-tbl-head {
        background-color: #faf5e6;
        font-weight: bold;
        vertical-align: top;
    }
    .qq-tbl-body {
        background-color: #ebebeb;
    }


    #qq-tbl tr {
        display:block;
    }
    .qq-tbl-head {
        display  : block;
        width: 90%;
    }
    .qq-tbl-body {
	   display: list-item;
        width: 90%;
	   margin-bottom: 10px;
    }
@media screen and (min-width:480px) { /*タブレット CSS*/
    #qq-tbl tr {
        display: table-row;
    }
    .qq-tbl-head {
        display: table-cell;
        width: inherit;
    }
    .qq-tbl-body {
        display: table-cell;
        width: inherit;
        margin-bottom: 0px;
    }
}

/******************************************************************************
* ユーザー登録
******************************************************************************/

.user-param {
	margin: 0 auto 0 auto;
}
.user-param th {
	border: 1px #ffffff solid;
	background-color: #FA648C;
	color: #fff;
	font-weight: normal;
	padding: 20px 20px;
	text-align: left;
	width: 200px;
}
.user-param td {
	border: 1px #ffffff solid;
	background-color: #ebebeb;
	padding: 20px 20px;
	text-align: left;
	vertical-align: middle;
}
.user-param input {
	width: 100%;
	max-width: 400px;
}

    .user-param tr {
        display:block;
    }
    .user-param th {
        display  : block;
    }
    .user-param td {
	   display: list-item;
	   margin-bottom: 10px;
    }
@media screen and (min-width:480px) { /*タブレット CSS*/
    .user-param tr {
        display: table-row;
    }
    .user-param th {
        display: table-cell;
        width: inherit;
    }
    .user-param td {
        display: table-cell;
        width: inherit;
        margin-bottom: 0px;
    }
}
/******************************************************************************
* ログイン
******************************************************************************/

.login-param {
	margin: 0 auto 0 auto;
}
.login-param th {
	border: 1px #ffffff solid;
	background-color: #00B4FF;
	color: #fff;
	font-weight: normal;
	padding: 20px 20px;
	text-align: left;
	width: 200px;
}
.login-param td {
	border: 1px #ffffff solid;
	background-color: #ebebeb;
	padding: 20px 20px;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	max-width: 400px;
}
.login-param input {
	width: 100%;
	max-width: 400px;
}
.info-newregi {
	margin: 0 auto 0 auto;
	background-image: url("../img/bg_dot4.png");
	padding: 20px 5px;
	text-align: center;
	width: 100%;
	max-width: 600px;
}

    .login-param tr {
        display:block;
    }
    .login-param th {
        display  : block;
        width: 90%;
    }
    .login-param td {
	   display: list-item;
        width: 90%;
	   margin-bottom: 10px;
    }
@media screen and (min-width:480px) { /*タブレット CSS*/
    .login-param tr {
        display: table-row;
    }
    .login-param th {
        display: table-cell;
        width: inherit;
    }
    .login-param td {
        display: table-cell;
        width: inherit;
        margin-bottom: 0px;
    }
}
/******************************************************************************
* パスワード id:pw
******************************************************************************/

#pw-title {
    background-color: #5ac8a0;
    color: #ffffff;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 8px;
}

#pw-tbl {
    margin: 0 auto 0 auto;
}

.pw-mus {
    background-color: #5ac8a0;
    color: #ffffff;
    float: right;
    padding: 0 5px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
}

#pw-tbl {
    max-width: 700px;
    width: 100%;
}

    #pw-tbl td {
        border: 2px #ffffff solid;
        padding:10px;
    }
    #pw-tbl input {
        width: 100%;
    }
    #pw-tbl select {
        width: 100%;
    }
    #pw-tbl textarea {
        width: 100%;
    }
    .pw-tbl-head {
        background-color: #faf5e6;
        font-weight: bold;
        vertical-align: top;
    }
    .pw-tbl-body {
        background-color: #ebebeb;
    }


/******************************************************************************
* クチコミ id:ku
******************************************************************************/

#ku-tbl {
	margin: 0 auto 0 auto;
}
#ku-tbl td {
	border: 1px #ffffff solid;

}

#ku-tbl select {
	width: 100%;
	max-width: 120px;
}

.kctrls {
    padding: 0px;
}
.kctrls input[type=radio],
.kctrls input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.kctrls input[type=radio] + label,
.kctrls input[type=checkbox] + label {
    position: relative;

    display: inline-block;
    margin-right: 4px;

    font-size: 14px;
    line-height: 1.6em;

    cursor: pointer;
}

@media (min-width: 1px) {
    .kctrls input[type=radio],
    .kctrls input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .kctrls input[type=radio] + label,
    .kctrls input[type=checkbox] + label {
        padding: 0 0 0 15px;
    }
    .kctrls input[type=radio] + label::before,
    .kctrls input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 12px;
        height: 12px;
        margin-top: -7px;

        background: #FFF;
    }
    .kctrls input[type=radio] + label::before {
        border: 1px solid #bbb;
        border-radius: 30px;
    }
    .kctrls input[type=checkbox] + label::before {
        border: 1px solid #bbb;
        border-radius: 30px;
    }
    .kctrls input[type=radio]:checked + label::after,
    .kctrls input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .kctrls input[type=radio]:checked + label::after {
        left: 2px;

        width: 8px;
        height: 8px;
        margin-top: -5px;

        background: #000000;
        border-radius: 8px;
    }
    .kctrls input[type=checkbox]:checked + label::after {
        left: 2px;

        width: 10px;
        height: 6px;
        margin-top: -6px;

        border-left: 2px solid #000000;
        border-bottom: 2px solid #000000;

        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}


/******************************************************************************
* ドック id:hdo
******************************************************************************/

#hdo-course {
	color: #5ac8a0;
	font-size: 2.0em;
	font-weight: bold;
}

#hdo-photo {
	margin-right: 20px;
	float: left;
}

#hdo-photo img {
	width: 280px;
}

#hdo-description {
}


#hdo-left {
	float: left;
	width: 100%;
}

#hdo-right {
	float: left;
	width: 100%;
}
@media screen and (min-width:480px) { /*タブレット CSS*/
}

@media screen and (min-width:960px) { /*PC CSS*/
	#hdo-left {
		float: left;
		padding-right:30px;
		width: 50%;
	}

	#hdo-right {
		float: left;
		width: 46%;
	}
}

#hdo-price-normal {
	background-color: #faf5e6;
	font-weight: bold;
	margin: 5px 0;
	padding: 10px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
}

#hdo-price-special {
	background-color: #feeff4;
	color: #fa648c;
	font-size: 1.3em;
	font-weight: bold;
	margin: 5px 0;
	padding: 10px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
}

#hdo-tbl {
	border: 1px #5ac8a0 solid;
	width: 100%;
}

@media screen and (min-width:960px) { /*PC CSS*/
	#hdo-tbl {
		border: 1px #5ac8a0 solid;
		width: 100%;
		max-width: 600px;
	}
}
	#hdo-tbl td {
		padding: 10px 20px;
	}
	.hdo-tbl-head {
		background-color: #faf5e6;
		border: 1px #5ac8a0 solid;
		text-align: center;
	}
	.hdo-tbl-body {
		border: 1px #5ac8a0 solid;
	}

.hdo-mark {
	color:#5ac8a0;
}

#hdo-target-area {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 2.0em;
}
.fdo-detail-tbl {
	width: 100%;
}

.fdo-detail-head {
	background-image: url("../img/bg_line4.png");
	font-weight: bold;
	padding: 5px;
	text-align: center;
	width: 25%;
	vertical-align: middle;
}
.fdo-detail-list {
	background-color: #ffffff;
	padding: 5px 10px;
	width: 75%;
}
.fdo-detail-list-item {
	float: left;
	width: 50%;
}


/******************************************************************************
* 新着情報一覧 id:ne
******************************************************************************/

.ne-title {
    background-image: url('../img/bg_dot1.png');
    font-size:1.6em;
    font-weight:bold;
    margin: 0 0 10px 0;
    padding: 5px 0 5px 10px;
}

/******************************************************************************
* 求人お問合せ id:oq
******************************************************************************/


#op-title {
    background-color: #5ac8a0;
    color: #ffffff;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 8px;
}

#op-tbl {
    margin: 0 auto 0 auto;
}

.op-mus {
    background-color: #ffffff;
    color: #fa648c;
    float: right;
    padding: 0 5px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 7px;
}

#op-tbl {
    max-width: 700px;
    width: 100%;
}

    #op-tbl td {
        border: 2px #ffffff solid;
        padding:10px;
    }
    #op-tbl input {
        width: 100%;
    }
    #op-tbl select {
        width: 100%;
    }
    #op-tbl textarea {
        width: 100%;
    }

    .op-tbl-head {
        background-color: #fa648c;
        color: #ffffff;
        font-weight: bold;
        vertical-align: top;
    }

    .op-tbl-body {
        background-color: #ebebeb;
    }

    #op-tbl tr {
        display:block;
    }
    .op-tbl-head {
        display  : block;
        width: 90%;
    }
    .op-tbl-body {
	   display: list-item;
        width: 90%;
	   margin-bottom: 10px;
    }
@media screen and (min-width:480px) { /*タブレット CSS*/
    #op-tbl tr {
        display: table-row;
    }
    .op-tbl-head {
        display: table-cell;
        width: inherit;
    }
    .op-tbl-body {
        display: table-cell;
        width: inherit;
        margin-bottom: 0px;
    }
}
/******************************************************************************
* 求人応募 id:or
******************************************************************************/


#or-title {
    background-color: #ff8200;
    color: #ffffff;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 8px;
}


/******************************************************************************
* 休日夜間急患センター id:kk
******************************************************************************/

.kk-hr {
    border: 1px #5ac8a0 solid;
    margin: 0 0 10px 0;
}
.kk-area-hr {
    border: 1px #848484 solid;
    margin: 0 0 10px 0;
}

.kk-area {
    text-align: center;
}
.kk-area img {
    width: 100%;
    max-width: 150px;
}
@media screen and (min-width:960px) { /*タブレット CSS*/
    .kk-area {
        text-align: left;
    }
    .kk-area img {
        width: 100%;
        max-width: 230px;
    }
}

.kk-area-title {
    background-color: #d9e8ff;
    margin-bottom: 10px;
    padding: 5px 10px;
}

    .kk-area-title-main {
        font-size: 1.6em;
        font-weight: bold;
        display:inline-block;
        margin-right: 0.2em;
    }

    .kk-area-title-sub {
        font-size: 0.9em;
    }

.kk-hos table {
    width: 100%;
    margin: 10px 0px;
}
.kk-hos td {
    vertical-align: middle;
}
.kk-hos-area {
    display: none;
}
.kk-hos-name {
    display: block;
    text-align: center;
}
.kk-hos-sep {
    display: none;
}
.kk-hos-kamoku {
    display: block;
    text-align: center;
}
.kk-hos-call {
    display: block;
    text-align: center;
}
@media screen and (min-width:960px) { /*タブレット CSS*/
    .kk-hos-area {
        display: table-cell;
        background-color: #0064ff;
        color: #ffffff;
        font-size: 1.2em;
        font-weight: bold;
        padding: 0px 20px;
        text-align: center;
        width: 120px;
    }
    .kk-hos-name {
        display: table-cell;
        padding: 0px 20px;
        text-align: left;
        width: 300px;
    }
    .kk-hos-sep {
        display: table-cell;
    }
    .kk-hos-kamoku {
        display: table-cell;
        padding: 0px 20px;
        text-align: left;
    }
    .kk-hos-call {
        display: table-cell;
        text-align: right;
        padding: 0px 20px;
    }
}

#kk-abount {
	font-size:0.8em;
}

#kk-note {
	font-size:0.8em;
}
/******************************************************************************
* 広島県の子どもの救急電話相談 id:kd
******************************************************************************/

#kd-head {
    color: #ff8200;
    font-weight: bold;
}

#kd-span {
    background-color: #ffe6cc;
    font-size: 3.0em;
    font-weight: bold;
    text-align: center;
    width: 100%;
    max-width: 360px;
    padding: 20px;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}

#kd-warn {
}

#kd-warn {
    font-size:0.9em;
    list-style-type: decimal;
    padding: 0 0 0 20px;
}

#kd-warn li {
    list-style-type: decimal;
}
/******************************************************************************
* 20180907　運営会社について id:company
******************************************************************************/

.company-msg1 {
    font-size:1em;
    line-height: 1.8em;
}

.company-msg2 {
    color: #fa648c;
    font-size:1.3em;
    font-weight: bold;
    line-height: 2.0em;
}

.company-link img {
    width: 100%;
    height: auto;
    margin: 20px 0 100px 0;
}

.company-address {
	clear: both;
	margin: 80px 0;
}

.company-address ul {
	width: 100%;
	padding: 25px;
	background-color: #faf5e6;
	box-sizing: border-box;
}

.company-address ul li > b {
	font-weight: bold;
}

.company-address ul li > span {
    font-size:0.8em;
    line-height: 1.4em;
}

/******************************************************************************
* 2018.10.turn
******************************************************************************/

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.header_line {
	width: 100%;
	height: 15px;
	margin: 5px 0;
	border-bottom: 2px solid #5ac8a0;
	background-image: linear-gradient(#fff, #e5f3f6);
	display: block;
}

footer {
	width: 100%;
	height: 15px;
	margin: 30px 0 0 0;
	border-top: 2px solid #5ac8a0;
	background-image: linear-gradient(#e5f3f6, #fff);
	display: block;
}

div#foot-area {
	padding: 30px 20px;
	background-image: none;
}

@media screen and (max-width: 959px) {
	div#quicks_top, div#quicks_bottom {
		height: auto;
	}
}

.ctrls>ul:before, .ctrls>ul:after {
	content: "";
	display: table;
}

.ctrls>ul:after {
	clear: both;
}

.kyuukyuukids {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.kyuukyuukids dt, .kyuukyuukids dd {
	width: 48%;
}

.kyuukyuukids dt img {
	width: 100%;
	height: auto;
}

.kyuukyuukids dd {
	font-size: calc(1.7rem + 0.75vw);
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #fa8200;
	padding: 20px;
	box-sizing: border-box;
	background-color: #ffe6cc;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 481px) {
	.kyuukyuukids {
		flex-direction: column;
	}
	.kyuukyuukids dt, .kyuukyuukids dd {
		width: 100%;
		justify-content: none;
	}
	.kyuukyuukids dd {
		margin-top: 20px;
	}
}
.consul-table {
	border: 1px #5ac8a0 solid;
}

.consul-table th, .consul-table td {
	border: 1px #5ac8a0 solid;
}

/* 20190205 */
.no_h1 {
	margin: 15px 0 10px 0;
	display: block;
}

.search-results .slick_slider{
	margin-bottom:0.5em;
}