@charset "Shift_JIS";

/* ===== Float対策 ===== */
.clearFix { display:inline-table; }
.clearFix:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:" ";
}
/* Hides from IE-mac \*/
* html .clearFix { height:1%; }
*:first-child+html .clearFix { height:1%; }
.clearFix { display:block; }
/* End hide from IE-mac */

.skip {
	overflow:hidden;
	width:0;
	height:0;
	position:absolute;
}

a img {
	border: none;
}


/*--PC-----------------------------------------------------------
--------------------------------------------------------------------*/

/**************************************************
		Setting
**************************************************/
* {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Arial,"ＭＳ Ｐゴシック","MS P Gothic","Osaka",sans-serif;
}


body {
	position:relative;
	margin:0;
	padding:0;
	color:#333;
	-webkit-text-size-adjust:100%;
	font-size:12px;
}

a { color:#e60039; text-decoration:underline; }
a:visited { color:#e60039; text-decoration:underline; }
a:hover { color:#e60039; text-decoration:none; }
a:active { color:#0079DD; text-decoration:none; }

#brand_name tr dl dt {
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 10px;
}

#brand_name tr dl dd {
	margin-left: 0;
}

/**************************************************
NEWヘッダ
**************************************************/

#headerContents { width:100%; height:38px; background-color:#e60039; padding:0px;}
#headerContents .inner { width:980px; margin:0 auto; position:relative;}
#headerContents .inner h1#logo { position:absolute; top:0px; left:0px; margin:0px; padding:0px;}
#headerContents .inner ul { position:absolute; top:0px; right:0px; margin:0px; padding:0px;}
#headerContents .inner ul li { float:left; list-style:none;}


#commonNav { width:100%; margin:0 auto; text-align:center; overflow: hidden;}
#commonNav ul{ width:980px !important; margin:30px auto 20px auto !important; padding:0px !important; overflow: hidden;}

#commonNav li {list-style:none; padding:0px;}

.en #commonNav li a {
	width: 100%;
	display: block;
	text-align: center;
	height: 36px;
	float: left;
	line-height: 36px;
	color:#333;
	text-decoration:none;
	border:none !important;
}


#commonNav li a {
	width: 33%;
	display: block;
	text-align: center;
	height: 36px;
	float: left;
	line-height: 36px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	color:#333;
	text-decoration:none;
}

#commonNav li#medical a {border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;}

#commonNav li#company .icon {
	background-image: url(/common/img/nav_ico_01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 43px;
	padding-top:5px;
	padding-bottom: 5px;
}
#commonNav li#general .icon {
	background-image: url(/common/img/nav_ico_02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 63px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#commonNav li#medical .icon {
	background-image: url(/common/img/nav_ico_03.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 43px;
	padding-top:5px;
	padding-bottom: 5px;
}

#entry_btn, #login_btn {
	color: #fff;
	font-size: 11px !important;
	text-decoration: none;
	display: block;
	width: 87px;
	height: 28px;
	text-align: center;
	padding-top: 10px !important;
	border-left: 1px solid #f599b0;
}

#entry_btn {
	background-color: #F78B09;
}

#login_btn {
	background-color: #5CB123;
}

/**************************************************
NEWフッタ
**************************************************/

#footerArea { width:100%; background-color: #e0e0e0;}
#ftLink li a { color:#333; text-decoration:none;}

#ftLink { padding-top:6px; padding-bottom:6px; background-color:#efefef;}

#ftLink ul { width:980px; margin:0 auto ; text-align:left; padding:0px;}

#ftLink li {
	display: inline-block;
	font-size: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding:0 10px;
}

#copyright { text-align:center; font-size:10px; padding-top:15px !important; padding-bottom:15px !important; margin:0px !important;}

body #pageTop { position:fixed; right:15px; bottom:15px; z-index:100;}

#pankzArea { display: none; }

.bnr-area { display: none; }

/**/

.new_icon:after {
	content: url(../../../../med/_projects/med/img/common/new_icon.png);
}


