@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 99%;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
:focus{
	outline:0;
}
body {
	font-family: Verdana, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1;
	color: #505050;
	line-height: 1.3em;
	background-color: white;
}
ol,ul{
	list-style:none;
}
img {
	vertical-align: bottom;
}
hr {
	display: none;
}
em {
	font-style: normal;
}
strong {
	font-weight: bold;
}
sup{
	vertical-align:top;
}
sup,
sub{
	font-size:60%;
	line-height:1.5em;
}
.bold {
	font-weight: bold;
}

a:link {
	color: #505050;
	text-decoration: none;
}
a:visited {
	color: #505050;
	text-decoration: none;
}
a:active {
	color: #505050;
	text-decoration: underline;
}
a:hover {
	color: #505050;
	text-decoration: underline;
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {
	*zoom:1;
}

/* header
=================================*/

#header{
	background: url(/common/img/line.gif) no-repeat 119px 0 #FFFFFF;
	width: 1000px;
	margin: 0 auto;
	padding-bottom:5px;
	position:relative;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
#header a{
	color:#666666;
	text-decoration:none;
}
#header #logo{
	width:340px;
	margin:0;
	padding:0;
}
#header #logo img{
	margin:0 0 8px 0;
}
#header #logo a img{
	margin:0;
}
#header #logo h1 a {
	margin: 5px 0 0 2px;
	background: url(/common/img/logo_header001.png) no-repeat left top;
	height: 62px;
	width: 210px;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

#header #headerRight{
	width: 660px;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
}
#headerRight .topNavi{
	height:21px;
	padding:2px 0 0;
	margin:0;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: flex-end; /* Safari */
  justify-content:         flex-end;

}
#headerRight .topNavi li{
	white-space: nowrap;
	margin: 0 10px 0 0;
	background: url(http://glaxosmithkline.co.jp/shared/image/marketing/logo_ico.gif) no-repeat left center;
	padding: 0 0 0 18px;
	font-size: 12px;
}
#headerRight .siteName{
	font-weight: bold;
	text-align: right;
	margin-top: -13px;
	padding-top: 0 0 8px;
	position: absolute;
	right: 5px;
	top: 55px;
	font-size: 12px;
}
.bookBox{
	color:#666666;
	text-align:right;
	font-size:12px;
	line-height:1.5em;
	position: absolute;
	right: 5px;
	top: 70px;
}
.bookBox img{
	vertical-align:middle;
	font-size:0;
	line-height:0;
	margin-right:6px;
}
.bookBox a{
	text-decoration:none;
}
.bookBox a:hover{
	text-decoration:underline;
}
#header .bookBox p {
	height: 23px;
}
.bookBox span.title{
	margin-right:80px;
}
.bookBox form {
margin:7px -2px 0 0;
}
#bizsearchAspForm .kensaku_text {
	color: #00a199;
	font-weight: bold;
}
#bizsearchAspForm .kensaku_box {
	padding: 3px 5px;
	border: 1px solid #00a199;
	-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
#bizsearchAspForm .kensaku_btn {
	color: #FFF;
	margin: 0px;
	padding: 5px 10px;
	border-style: none;
	background-color: #00a199;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/

}
#fontSizeSelect{
	height:19px;
	position:absolute;
	top:0;
	right:0px;
	padding:2px 0 0;
	margin:0;
}
#fontSizeSelect li{
	background:0 0 no-repeat;
	cursor:pointer;
	text-indent:-9999px;
	text-align: left;
	font-size:0;
	line-height:0;
	position:absolute;
	bottom:2px;
	vertical-align:bottom;
	margin: 0 10px 0;
	padding: 0 0 0 18px;
}
#fontSizeSelect li#fontSizeS{
	width:19px;
	height:19px;
	background-image:url(/common/img/sbtn_header.gif);
	right:28px;
}
#fontSizeSelect li#fontSizeM{
	width:19px;
	height:19px;
	background-image:url(/common/img/mbtn_header.gif);
	right:6px;
}
#fontSizeSelect li#fontSizeL{
	width:33px;
	height:19px;
	background-image:url(/common/img/lbtn_header.gif);
	right:-30px;
}
#fontSizeSelect li#fontSizeS.here,
#fontSizeSelect li#fontSizeS:hover,
#fontSizeSelect li#fontSizeM.here,
#fontSizeSelect li#fontSizeM:hover,
#fontSizeSelect li#fontSizeL.here,
#fontSizeSelect li#fontSizeL:hover{
	background-position:0 -19px;
}


/*Footer
=========================================*/
#footer {
	border-top:1px #e1e1e1 solid;
	font-size: 75%;
	padding: 5px 0 20px 10px;
	text-align:left;
	width:990px;
	margin: 0 auto;
}

#footer a{
	color:#666666;
	text-decoration:none;
}
#footer ul{
	overflow:hidden;
}
#footer li{
	float:left;
	padding:0 15px 0 0;
	font-size:10px;
	line-height:1.4em;
}
#footer #glaxoLink{
	background:url(http://glaxosmithkline.co.jp/shared/image/marketing/logo_ico.gif) no-repeat left center;
	float:right;
	padding:0 10px 0 18px;
	font-size:12px;
}

#footer .copyright{
	margin: 0;
	padding: 0;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	flex-direction: row;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
#footer .copyright li{
	margin: 0;
	padding: 0;
}

#footerNavi {
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
}
#footerNavi p {
	background: url(/common/img/pict_pagetop.gif) no-repeat left 3px;
	float: right;
	margin-bottom: 15px;
	padding-left: 22px;
	font-size: 90%;
}
#footerNavi .footerBtn {
	clear: right;
	width: 998px;
	margin: 0 auto;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	flex-direction: row;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
}
#footerNavi .footerBtn .fnavi1 {
	width: 97px;
}
#footerNavi .footerBtn li {
	width: 149px;
	text-align: center;
	line-height: 1.2em;
	margin-right: -1px;
	border-right: 1px solid #cecece;
	border-left: 1px solid #cecece;
	background-color: #f0f0f0;
}
#footerNavi .footerBtn li a {
	background-color: #FFF;
	display: block;
	height: 40px;
}
#footerNavi .footerBtn li a:hover {
	background-color: #f0f0f0;
	display: block;
	height: 40px;
}

#revisionInfo {
	width: 990px;
	margin: 15px auto 5px;
	padding-left: 10px;
}
#revisionInfo p {
	font-size: 10px;
	line-height: 1.5;
}
#revisionInfo p:first-child {
	font-size: 12px;
}


/*99: clearfix
=========================================*/
#header:after,
#topic-path:after,
#contents:after,
#footer #knowledge-box:after,
#footer #case-box:after,
#footer #foot-gnavi:after,
#footer #kanshu:after,
#footer #foot-navi:after,
#footer #pagetop:after,
#global-naviOther:after,
.normalList:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: " ";
	font-size: 0;
}

* html #header,
* html #topic-path,
* html #contents,
* html #footer #knowledge-box,
* html #footer #case-box,
* html #footer #foot-gnavi,
* html #footer #footer #kanshu,
* html #footer #foot-navi,
* html #footer #pagetop,
* html #global-naviOther,
* html .normalList{ /* IE6 hack */
 zoom: 1; 
}

*:first-child+html #header,
*:first-child+html #topic-path,
*:first-child+html #contents,
*:first-child+html #footer #knowledge-box,
*:first-child+html #footer #case-box,
*:first-child+html #footer #foot-gnavi,
*:first-child+html #footer #kanshu,
*:first-child+html #footer #foot-navi,
*:first-child+html #footer #pagetop,
*:first-child+html #global-naviOther,
*:first-child+html .normalList{ /* IE7 hack */  
 zoom: 1; 
}


/*globalNavi
=========================================*/

#globalNaviBack {
	border-bottom: 5px solid #00A199;
}
#globalNavi {
	width:1000px;
	margin:0 auto;
	padding-top: 3px;
}
#globalNavi:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#globalNavi ul {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	flex-direction: row;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
}
#globalNavi ul li {
	position: relative;
	margin:0 0 0 -1px;
	padding:0;
	width: 151px;
}
#globalNavi ul li a {
	margin-bottom:0;
	padding:0;
}
#globalNavi ul .home {
	margin-left:1px;
	padding:0;
	width: 99px;
}
#globalNavi li ul.drop,
#globalNavi li ul.drop195 {
	position:absolute;
	display:none;
	float:none;
	z-index:100;
	left:2px;
	top:49px;
	background-color: #007973;
	-moz-border-radius: 0px 0px 8px 8px;
-webkit-border-radius: 0px 0px 8px 8px;
border-radius: 0px 0px 8px 8px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}
#globalNavi li ul.drop {
	width:148px;
}
#globalNavi li ul.drop195 {
	width:195px;
}
#globalNavi li ul.drop li,
#globalNavi li ul.drop195 li {
	float: none;
	position: static;
}
#globalNavi li ul.drop li a,
#globalNavi li ul.drop195 li a {
	width:170px;
	font-size: 93%;
	display: block;
	background: url(/common/img/pict_global-navigation.png) no-repeat 3px;
	color: #FFFFFF;
	padding: 9px 3px 9px 22px;
	_zoom: 1; /* IE 6 */
	line-height: 1.2em;	
}
#globalNavi li ul.drop li a:hover,
#globalNavi li ul.drop195 li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 1px;
	padding-left: 21px;
	background: #005B55 url(/common/img/pict_global-navigation.png) no-repeat;
	background-position: 2px;
}
#globalNavi li ul.drop li a:hover {
	width:123px;
}
#globalNavi li ul.drop195 li a:hover {
	width:170px;
}
#globalNavi li ul.drop li.last a:hover,
#globalNavi li ul.drop195 li.last a:hover {
	-moz-border-radius: 0px 0px 8px 8px;
-webkit-border-radius: 0px 0px 8px 8px;
border-radius: 0px 0px 8px 8px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/;
}
#globalNavi .activ{
	background: #007973;
	color: #FFFFFF;
	padding: 10px;
	_zoom: 1; /* IE 6 */
	padding: 10px;
}



/*conten
=========================================*/

#contentBack {
	background: url(/common/img/base_back003.png) repeat-x left -5px;
}
.colorYellow {
	color: #EEAF2A;
}
