@charset "utf-8";

/* ################################################################################################ */
/* ## 個別スタイル ################################################################################ */
/* ################################################################################################ */


/* -- TOPページ -------------------------------------------------------------------------------- */



#top_news {
	width: 100%;
	margin: 0 auto;
    border: 1px solid #cccccc;
}

.top_news_header {
	background-image: url(../_img/bg_news_header.png);
	background-position: 0 0;
    background-repeat: repeat-x;
    height: 40px;
    overflow: hidden;
    padding: 12px 0 0;
}

.top_news_header h3
{
	color: #196e1b;
    float: left;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 0 18px;
}
.top_news_header a
{
	background-image: url("../_img/ic_gr_arrow.png");
    background-position: 0 4px;
    background-repeat: no-repeat;
    color: #196e1b;
    float: right;
    font-size: 1.2rem;
    margin: 3px 15px 0 0;
    padding: 0 0 0 15px;
}
.top_news_body {
    padding: 0 15px;
    line-height: 1.7;
}
.top_news_body dl dt
{
	float: left;
    padding: 15px 0 18px;
    width: 200px;
    line-height: 1.6;
}
.top_news_body dl dd {
    background-image: url(../_img/bd_news.png);
    background-position: 0 bottom;
    background-repeat: repeat-x;
    padding: 15px 0 18px 220px;
}
.top_news_body dl dd:last-child {
	background: none;
}
.top_news_body .ic_news
{
	background-image: url("../_img/ic_news.png");
    background-position: 145px 50%;
    background-repeat: no-repeat;
}

#guide {
	background-color: #187256;
}


/* -- あいさつページ -------------------------------------------------------------------------------- */

.profile {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    background-color: #FFDFBF;
    border: 1px solid #FF5C26;
}
.profile td {
    padding: 20px 10px;
    font-size: 16px; font-size: 1.6rem;
    border: 1px solid #FF5C26;
}
.profile td:first-child {
    background-color: #FFF;
}

/* -- 医院紹介ページ -------------------------------------------------------------------------------- */

.clinic_item{
    color: #187252;
    text-align: left;
    margin-bottom: 5px;
}


.btn_map {
    padding: 10px 0;
    background-color: #1e6e22;
    color: #FFF;
    font-weight: bold;
}


/* ################################################################################################ */
/* ## 配色スタイル　（共通） ############################################################ */
/* ################################################################################################ */

.fc-01 {
	color: #C2A630;
}

.fc-red {
	color: #B51212;
}
.bc-blue {
	background-color: #0054A6;
}
.bc-red {
	background-color: #951020;
}

.bg-black {
	background-color: #000;
}
.bg-white {
	background-color: #FFFFFF;
}

.color-white {
	color: #FFFFFF;
}
.color-blue {
	color: #0052A9;
}
.color-black {
	color: #101010;
}
.color-red {
	color: #9B1225;
}
.bg-gray {
	background-image: url(../_img/bg_box_gray.png);
	background-repeat: repeat;
	background-position: 0 0;
}



/* ################################################################################################ */
/* ## パソコンサイト用スタイル(大画面) ############################################################ */
/* ################################################################################################ */
@media screen and (max-width: 9999px) {
	.mv-top {
		width: 100%;
		padding:10px 0;
		margin-left: auto;
		margin-right: auto;
		background-image: url(../_img/bg_mesh.png);
		background-position: 0 0;
		background-repeat: repeat-y;
		background-size: 100% 550px;
	}
	.mv-top-left {
		margin-left: 12%;
		width: 24%;
	}
	.mv-top-right {
		margin-right: 12%;
		width: 46%;
	}
	.mv-top-right br {
		display: none;
	}
}

/* ################################################################################################ */
/* ## パソコンサイト用スタイル #################################################################### */
/* ################################################################################################ */
@media screen and (max-width: 9999px) {
	.ic-plus {
		text-indent: -1.0em;
		padding-left: 1.0em;
	}
}

/* ################################################################################################ */
/* ## タブレットサイト用スタイル ################################################################## */
/* ################################################################################################ */
@media screen and (max-width: 1000px) {
	.row {
		padding: 0;
	}
	/*タブレット、スマホ対応*/
	table.md-show {
		display: table;
	}
	.price_table.price_table_md tr:nth-child(3) td {
		border: none;
	}
	.price_table td:nth-child(1),
	.price_table td:nth-child(2),
	.price_table td:nth-child(3) {
		border: none;
	}
	/*
	.price_table td:nth-child(2) {
		border-right: 2px solid #000;
		border-left: 2px solid #000;
	}
	*/

}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width: 640px) {
	html {
		font-size: 62.5%;
	}
	.row {
		padding: 0;
	}
    .top_news_body .ic_news
    {
        background-position: 160px 50%;
    }
    .top_news_body dl dt
    {
        width: 100%;
        padding: 10px 0;
    }
    .top_news_body dl dd {
        padding: 0;
        float: left;
        padding-bottom: 10px;
        width: 100%;
    }
    .profile {
        width: 100%;
    }

}

/* ----------------------------------------------------------------------------------------------------------------------------------------- */
/* 継承されないスタイル
/* ----------------------------------------------------------------------------------------------------------------------------------------- */
/* ################################################################################################ */
/* ## パソコンサイト用スタイル(大画面) ############################################################ */
/* ################################################################################################ */
@media screen and (min-width:1001px) and (max-width:9999px) {
	.serviceItem
	{
		cursor:pointer;
	}

	.serviceDescription
	{
		background-color:rgba(0,0,0,0.6);
		font-weight:bold;
		color:#FFFFFF;
	}
}

/* ################################################################################################ */
/* ## パソコンサイト用スタイル #################################################################### */
/* ################################################################################################ */
@media screen and (min-width:1001px) {

}

/* ################################################################################################ */
/* ## タブレットサイト用スタイル ################################################################## */
/* ################################################################################################ */
@media screen and (min-width:641px) and (max-width: 1000px) {

}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width: 640px) {

}
