@charset "UTF-8";

/* ****************************************************
Title: pc_outline.css
Created: 2011-02-09
Last Modified: 2011-02-09
***************************************************** */


/* Table Of Contents
----------------------------------------

# PC Hide Content
# Main
----------------------------------------*/
#content #pageTitHealth {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 18px;
}
#content #pageTitHealth .in {
	border-left: 8px solid #950026;
	display: inline-block;
	*display: inline;
	margin-left: 4px;
	padding: 2px 0 2px 9px;
	vertical-align: baseline;
	*zoom: 1;
}



/* # PC Hide Content
---------------------------------------------------------------------------- */


/* # Main
---------------------------------------------------------------------------- */
.mIconLink {
	background: url(../../../common/std/img/pc/page/ico_arrow_lg_r.gif) no-repeat 4px 0.73em;
	padding:6px 6px 6px 20px;
	border:1px solid #6C0;
	background-color:#FFFFD2;
}

.txtL{
	font-size:140%;
	color:#950026;
}
.bnrTbl{
	display:table;
}
.bnrTbl li{
	display:table-cell;
	vertical-align:middle;
	padding:0.5em;
}
.bnrTbl li:nth-child(1){
	width:150px;
}
.bnrTbl li:nth-child(1) img{
	width:100%;
}
.bnrTbl li:nth-child(2) a{
	display:block;
	border:2px #B9E198 solid;
	background-color:#F5FBEF;
	padding:0.5em;
}
.bnrTbl li:nth-child(2) a strong{
	font-size:124%;
}
.imgTbl{
	display:table;
	width:100%;
}
.imgTbl li{
	display:table-cell;
	width:33%;
	text-align:center;
	vertical-align:top;
}
.imgTbl li img{
	width:80%;
	border:1px #CCCCCC solid;
}