@charset "UTF-8";

/* ****************************************************
Title: pc_common.css
Created: 2011-01-24
Last Modified: 2011-02-10
***************************************************** */


/* Table Of Contents
----------------------------------------

# PC Hide Content
# Main
# Sidebar
# Modules

----------------------------------------*/


/* # PC Hide Content
---------------------------------------------------------------------------- */


/* # Main
---------------------------------------------------------------------------- */
body.bHome #gNav {
    margin-bottom: 0;
}
body.bHome #content {
 float: none;
	width: 100%;
	margin-top: 15px;
}
body.bHome #siteFt {
	margin-top: 0;
}

#visual {
	width: 520px;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
}

/*#visual #visMainIn {
	height: 280px;
	overflow: hidden;
	zoom: 1;
}

#visual #visMainIn li {
	position: relative;
	height: 280px;
	width: 960px;
}

#visual #visMainIn span.debug {
	color: #000;
	display: block;
	font-size: 72px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 90px;
	width: 100%;
}

#visual #visSub {
	position: absolute;
	right: 0;
	top: 0;
}

#visual #visNav {
	background: url(../img/pc/top/vis_bg_nav.png) repeat left top;
	height: 260px;
	line-height: 0;
	padding: 5px 10px 10px 10px;
	width: 220px;
}

#visual #visNav li {
	margin-bottom: 10px;
}

#visual #visNav a {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 80px;
	width: 220px;
}

#visual #visNav #visNav00 a { 
	height: 0px;
	width:  0px;
}

#visual #visNav #visNav01 a { background-image: url(../img/pc/top/vis_btn_01.png); }
#visual #visNav #visNav02 a { background-image: url(../img/pc/top/vis_btn_02.png); }
#visual #visNav #visNav03 a { background-image: url(../img/pc/top/vis_btn_03.png); }

#visual #visNav #visNav01 a.selected,
#visual #visNav #visNav01 a:hover { background-image: url(../img/pc/top/vis_btn_01_o.png); }

#visual #visNav #visNav02 a.selected,
#visual #visNav #visNav02 a:hover { background-image: url(../img/pc/top/vis_btn_02_o.png); }

#visual #visNav #visNav03 a.selected,
#visual #visNav #visNav03 a:hover { background-image: url(../img/pc/top/vis_btn_03_o.png); }
*/

#topReft {/*201702 追加*/
	float: right;
	width: 425px;
	}

#newsArea {
	width: 425px;
	clear:both;
	float:left;
	z-index: 99;
}
#newsArea ol, #newsArea ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
#newsArea .uiTab {
	clear: both;
	*zoom: 1;
	border-bottom: 3px solid #0075C2;
	height: 30px;
}
#newsArea .uiTabTit { display: none; }
#newsArea .uiTab li {
	display: inline-block;
	*display: inline;
	vertical-align: bottom;
	*zoom: 1;
	margin-right: 0;
	float:left;
}
#newsArea .uiTab li.last {
	margin-right: 0;
}
#newsArea .uiTab li a .in {
	background: none;
	cursor: pointer;
	display: block;
	padding: 0px;
	height: 30px;
	text-indent:-9999px;
}
#newsArea .uiTab li a.selected .in {
	background: none;
}
#newsArea .uiTab li.nTab_01 a .in {
	width:139px;
}
#newsArea .uiTab li.nTab_02 a .in {
	width:210px;
}

#newsArea .uiTab li.nTab_01 a {
	background: url(../img/pc/top/ntab_01.gif) no-repeat left top;
}
#newsArea .uiTab li.nTab_02 a {
	background: url(../img/pc/top/ntab_02.gif) no-repeat left top;
}
#newsArea .uiTab li.nTab_01 a:hover {
	background: url(../img/pc/top/ntab_01_o.gif) no-repeat left top;
}
#newsArea .uiTab li.nTab_02 a:hover {
	background: url(../img/pc/top/ntab_02_o.gif) no-repeat left top;
}
#newsArea .uiTab li.nTab_01 a.selected,
#newsArea .uiTab li.nTab_01 a.selected:hover {
	background: url(../img/pc/top/ntab_01_a.gif) no-repeat left top;
}
#newsArea .uiTab li.nTab_02 a.selected,
#newsArea .uiTab li.nTab_02 a.selected:hover {
	background: url(../img/pc/top/ntab_02_a.gif) no-repeat left top;
}

#newsArea .naSec {
    overflow: hidden;
    position: relative;
    _border: 8px #8CB9A0 solid;
    width: 425px;
    padding: 10px 0px 10px 0px;
}
#newsArea .naSec time {
	display: block;
	float: left;
}
#newsArea .naSec h4 {
	font-weight: normal;
	overflow: hidden;
	zoom: 1;
}

* html #newsArea .naSec h4 {
	padding-left: 10px;
}

#newsArea .naSec article {
	_border-top: 1px dotted #b2b2b2;
	line-height: 1.5;
	margin-top: -1px;
	overflow: hidden;
	padding: 9px 0 0 0;
	position: relative;
	zoom: 1;
	height: 270px;
    overflow-y: scroll;
	width:100%;
}

#naInfoSec #newstopic,
#naInfoSec #news {
	_width:100%;
	height:160px;
	_overflow-y:scroll;
}

#newsArea .more {
	_border-top: 1px solid #e3e3e3;
	_font-size: 83%;
	_padding-top: 10px;
	_text-align: right;
	line-height:0;
	height: 26px;
}

#newsArea .more a {
	_background: url(../img/pc/page/ico_arrow_s.gif) no-repeat left center;
	display: inline-block;
	*display: inline;
	_padding-left: 17px;
	_vertical-align: baseline;
	*zoom: 1;
}


/* searchArea */
#content #searchArea {
	float: left;
	width: 675px;
}

#content #searchArea .saSecIn {
	background-color: #0075C2;
	padding: 5px 10px;
}

* html #content #searchArea .saSecIn {
	margin-right: -13px;
}

#content #searchArea .saSecList {
	margin: 10px 0 -5px 2px;
	overflow: hidden;
	position: relative;
	width: 675px;
	zoom: 1;
}

#content #searchArea .saSecList li {
	float: left;
	padding: 0 9px 10px 0;
}

#searchArea #saTab {
	overflow: hidden;
}
#searchArea #saTab li {
    width: 220px;
    height: 37px;
		margin: 0;
		padding: 0;
}
#searchArea #saTab li.last {
    width: 0px;
		margin: 0;
}
#searchArea #saTab li a {
    text-indent: -9999px;
    width: 220px;
    height: 37px;
}
#searchArea #saTab li.last a {
    width: 220px;
}
#searchArea #saTab li#tab01 a {
    background: url(../img/pc/top/top_tab01.gif) no-repeat left top;
}
#searchArea #saTab li#tab02 a {
    background: url(../img/pc/top/top_tab02.gif) no-repeat left top;
}
#searchArea #saTab li#tab03 a {
    background: url(../img/pc/top/top_tab03.gif) no-repeat left top;
}
#searchArea #saTab li#tab01 a.selected, #searchArea #saTab li#tab01 a:hover {
    background: url(../img/pc/top/top_tab01_o.gif) no-repeat left top;
}
#searchArea #saTab li#tab02 a.selected, #searchArea #saTab li#tab02 a:hover {
    background: url(../img/pc/top/top_tab02_o.gif) no-repeat left top;
}
#searchArea #saTab li#tab03 a.selected, #searchArea #saTab li#tab03 a:hover {
    background: url(../img/pc/top/top_tab03_o.gif) no-repeat left top;
}

.uiTabArea .uiTab {
    border: none;
				overflow: hidden;
}
.uiTabArea .uiTab li,
.uiTabArea .uiTab li a .in,
.uiTabArea .uiTab li a.selected .in {
    background: none;
				margin:0;
				padding:0;
}


/* # Sidebar
---------------------------------------------------------------------------- */

#sidebar {/*201702 追加*/
	float: right;
	width: 240px;
}

#sidebar #sTopNav {
	padding: 0px;
}

#sidebar #sTopNav .sTopNavSec {
	margin-bottom: 20px;
}

#sidebar #sTopNav .sTopNavSec h2 {
	display: none;
}

#sidebar #sTopNav .sTopNavSec ul {
	border-top: #ccc 1px solid;

}

#sidebar #sTopNav .sTopNavSec li {
	margin-top: 0px;
	padding: 5px 0 5px 4px;
	border-top: #ccc 1px solid;
}

#sidebar #sTopNav .sTopNavSecLast li {
	margin-bottom: 0;
	border-top: none;
	border-bottom: #ccc 1px solid;
}

/* おすすめ健康情報 20170307 追加
---------------------------------------------------------------------------- */

#sidebar #sTopNav .sTopNavSec02 h2 {
	display: none;
}

#sidebar #sTopNav .sTopNavSec02 ul {
	margin-bottom: 10px;

}

#sidebar #sTopNav .sTopNavSec02 li {
}


/* # bnrArea 20170208 追加
---------------------------------------------------------------------------- */
#bnrArea {
	margin: 50px auto 0;
	width: 100%;
	text-align: center;
}
#bnrArea ul {
}
#bnrArea ul li {
	display: inline-block;
	width: 210px;
	margin-bottom: 20px;
}
#bnrArea ul.bnrArea01 {
}
#bnrArea ul.bnrArea01 li.first {
	margin-left: 0;
}


/* # Modules
---------------------------------------------------------------------------- */


/* # zrss
---------------------------------------------------------------------------- */

.rssFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width:100%;
	height:170px;
}
.rssFeed a {
	color: #444;
	text-decoration: none;
}
.rssFeed a:hover {
	color: #000;
	text-decoration: underline;
}

#newsArea .rssHeader { display:none; }

.rssBody ul { list-style: none; }
.rssBody li { border-bottom: 1px dotted #999; }
.rssBody ul, .rssRow, .rssRow h4, .rssRow p {
	margin: 0;
	padding: 0;
}

.rssRow { padding: 0.3em; }
.rssRow h4 { 
	font-size: 90%;
	display: inline-block;
}
.rssRow div {
	font-size: 90%;
	color: #666;
	margin-right:2em;
	display: inline-block;
	float:left;
}

.odd { background-color: #fff; }
.even { background-color: #fff; }

.rssRow .rssMedia {
	padding: 0.5em;
	font-size: 1em;
}

