<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ****************************************************
Title: pc_outline.css
Created: 2011-02-09
Last Modified: 2011-02-09
***************************************************** */


/* Table Of Contents
----------------------------------------

# PC Hide Content
# Main
----------------------------------------*/
#content #pageTitCheckup {
	background: url(../img/all/bg_pagetit_checkup.gif) no-repeat left top;
	height: 29px;
	margin-bottom: 18px;
	width: 165px;
}
#content .mCatIndexArea #checkupIndexAreaSec01 h2 {
	background: #378db6 url(../img/all/bg_mh_index_health.gif) no-repeat 15px center;
	padding: 14px 15px 11px 43px;
}

#content .mCatIndexArea #checkupIndexAreaSec02 h2 {
	background: #378db6 url(../img/all/bg_mh_index_health.gif) no-repeat 15px center;
	padding: 14px 15px 11px 43px;
}


/* 2016.09.15追加*/
/*#content .t_sub {
	border:1px solid #999;
	font-size: 107.14%;
	font-weight:bold;
	padding:3px 12px;
	margin:30px 0 20px;	
}*/

#content .t_sub {
	background:#dcdcdc;
	border:1px solid #999;
	font-size: 107.14%;
	font-weight:bold;
	padding:2px 12px;
	margin:30px 0 20px;	
}


/*医療機関検索リスト*/
#mapList {
	width:100%;
	display:block;
}

#mapList ul{
	margin: 2px;
	display : inline-block;
}

#mapList .mapBottun li{
	width: 100px;
	background-color: #D2F0FF;
	text-align: center;
	padding:10px;
	margin: 2px 1px;
	display : inline-block;
	/* for IE */
	*display:inline;
	*zoom:1;
}

#mapList .mapBottun a{
	vertical-align: middle;
}

.hideBox{
	border:1px #FFBF00 solid;
	padding:10px;
	display:none;
}


.wrap {
	margin: 0;
	padding: 0;
	/*display: block;*/
	text-align: center;
	overflow: hidden;
}

.wrap ul{
	text-align: center;
}

.wrap li{
	display: inline-block;
	/display: inline;
	/zoom: 1;
	list-style: none;
	margin: 0px 20px 10px 20px;
}


.chart_wrap {
	margin: 0 0 1em 0;
	padding: 0;
	/*display: block;*/
	text-align: center;
	overflow: hidden;
}

.chart_wrap img{
	magin: 0 5px;
	vertical-align: top;
}


.chart_wrap ul{
	text-align: center;
}

.chart_wrap li{
	display: inline-block;
	/display: inline;
	/zoom: 1;
	list-style: none;
	margin-bottom: 10px;
}

.f_space{
	margin-right: 20px;
}

.f_space2{
	margin-right: 30px;
}

.link_button {
	width: 100%;
}

.link_button li {
	/*width: 210px;*/
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
}


.link_button li a {
  display: block;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px #bbb solid;
	color: #0b318f;
	cursor: pointer;
	font-weight: bold;
	font-size: 15px;
	padding: 10px 0;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
	0 2px 2px -1px rgba(0, 0, 0, .5),
	0 1px 0 rgba(255, 255, 255, .3) inset;
	text-shadow: 0 1px 0 rgba(255,255,255, .9);
}

.link_button a:hover{
	text-decoration:none;
    background-color: #ffffde;
    color: #0b318f;
}

#content .button a:active{
	text-decoration:none;
    background: #ffffde;
    position: relative;
    top: 1px;
    text-shadow: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
    outline: none;
}

#content .comment {
	margin-left:0;
}

#content .comment li {
	padding-left:3em;
	text-indent:-3em;
}
	



/* # PC Hide Content
---------------------------------------------------------------------------- */


/* # Main
---------------------------------------------------------------------------- */
</pre></body></html>