body {margin: 0px;}
@font-face {
  font-family:Gotham-Book;
  src: url(https://s0.2mdn.net/creatives/assets/3588280/Gotham-book.woff);
}

@font-face {
  font-family:Gotham-Italic;
  font-weight:bold;
  src: url(https://s0.2mdn.net/creatives/assets/3588280/Gotham-italic.woff);
}


#container {
	background-color: #ffffff;
	border: 1px solid gray;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: none;
	overflow: hidden;
	position: absolute;
	width: 728px;
	height: 90px;
	pointer-events: none;
	font-family: Gotham-Book, Arial, sans-serif;
}


#clickthru{
	width: 100%;
	height: 100%;
	pointer-events: auto;
	position: absolute;
}
.sprite{
	position: absolute;
}
.bg-logo{
	position: absolute;
	width: 95px;
	height:90px;
	background-color: white;
}
/*-------------- SPRITE -------------*/
.sprite { background: url('sprite.png') no-repeat top left; width: 422px; height: 486px; background-size: 422px 486px;  } 
.sprite.cta-arrow { background-position: 0 0; width: 8px; height: 8px; } 
.sprite.cta-text1 { background-position: 0 -13px; width: 124px; height: 32px; } 
.sprite.logo2 { background-position: 0 -50px; width: 84px; height: 33px; } 
.sprite.t1-1 { background-position: 0 -88px; width: 48px; height: 40px; } 
.sprite.t1-2 { background-position: 0 -133px; width: 132px; height: 27px; } 
.sprite.t1-3 { background-position: 0 -165px; width: 202px; height: 38px; } 
.sprite.t1-4 { background-position: 0 -208px; width: 195px; height: 15px; } 
.sprite.t2-1 { background-position: 0 -228px; width: 106px; height: 10px; } 
.sprite.t2-2 { background-position: 0 -243px; width: 130px; height: 31px; } 
.sprite.t2-3a { background-position: 0 -279px; width: 226px; height: 11px; } 
.sprite.t2-3 { background-position: 0 -295px; width: 180px; height: 20px; } 
.sprite.t3-1 { background-position: 0 -320px; width: 105px; height: 55px; } 
.sprite.t3-2 { background-position: 0 -380px; width: 166px; height: 24px; } 
.sprite.t4-1 { background-position: 0 -409px; width: 422px; height: 77px; } 

/*--------- SPRITE POSITION ---------*/
.cta-text1 {top: 7px;left: 7px;}
.cta-arrow {top: 18px;left: 161px;}
.logo {top: 26px;left: -4px;width: 100px;height: 36px;position: absolute;}
.logo2 {top: 26px;left: 56px;}
.t1-1 {top: 3px;left: 237px;}
.t1-2 {top: 5px;left: 296px;}
.t1-3 {top: 33px;left: 299px;}
.t1-4 {top: 73px;left: 298px;}
.t2-1 {top: 62px;left: 298px;}
.t2-2 {top: 5px;left: 297px;}
.t2-3 {top: 37px;left: 297px;}
.t2-3a {top: 58px;left: 295px;}
.t3-1 {top: 4px;left: 295px;}
.t3-2 {top: 69px;left: 259px;}
.t4-1 {top: 7px;left: 119px;}


/*-------- IMAGES | POSITION --------*/
img {
	width: 100%;
	height: auto;
	display: block;
}
.bg1{
	width: 728px;
	height: 90px;
	left: 185px;
	position: absolute;
}

.bg1girl{
	width: 62px;
	height: 90px;
	left: 185px;
	position: absolute;
}

.bg1shad{
	width: 105px;
	height: 90px;
	left: 187px;
	position: absolute;
}

.bg{
	width: 728px;
	height: 90px;
	position: absolute;
}
.bg2{
	width: 255px;
	height: 98px;
	right: 179px;
	position: absolute;
}

.shadow{
	width: 7px;
	height: 90px;
	position: absolute;
    left:110px;
}
.cta{
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #fff;
    width: 176px;
    height: 43px;
    left: 165px;
    top: 23px;
    position: absolute;
}


/*----------------------------------------------------------*/
/*-------------scroller start-------------------------------*/
/*----------------------------------------------------------*/
p,span,table,ul,li{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	image-rendering: optimizeQuality;
}


.content{
	position: relative!important;
	padding-left: 4px;
	padding-right: 25px;
	padding-top: 4px;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.content table{
    border-collapse: collapse;
    border-spacing: 0;
  }
.content a {
       color: rgba(233,122,34,1);
}
.content .takeda{
	width: 150px;
	height: 34px;
}

ol{
	font-weight: bold;
	padding: 0;
	margin-top: 0px;
	padding-left: 7px;
	counter-reset: item;
}
ol li{
	margin-bottom: 3px;
	padding-left: 1px;
	display: block;
	margin-left: 5px;
}

ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    position: absolute;
    margin-left: -13px;
}
ol li span{
	font-weight: normal;
}

ul{
    padding: 0;
/*    list-style-type: square;*/
    list-style-position: inside;
    list-style: none;
    width: 100%;
}
ul li{
	list-style-type: none;
	margin-left: 1px;
	list-style-position: outside;
	position: relative;
    content: "\2022";
}
ul li:before {
    display: block;
    content: "";
    width: 3px;
    height: 3px;
    background: currentColor;
    position: absolute;
    left: 0px;
    top: 4px;
    overflow: visible;
}
a u, a span {
    color: inherit;
}

#scroller-container{
	width: 179px;
	height: 90px;
	bottom: 0px;
	right:0px;
	pointer-events: auto;
	cursor: default;
	position: absolute;
}
#scroller{
	width: 100%;
	height: 100%;
	background-color: white;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 17px;
}
#scrollerbar {
	position: absolute;
	width: 5px;
	height: 100%;
	right: 0;
	top: 0;
}
#scrollbar {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #e5e5e5;
	left: 0;
	top: 0;
}
#scrubber {
	position: absolute;
	width: 100%;
	height: 15px;
	background-color: #912481;
	cursor: pointer!important;
}


#toggle {
	position: absolute;
	right: 9px;
	top: 4px;
	cursor: pointer;
	font-size: 11px;
}

#toggle .expand, #toggle .collapse {
    display: none;
    height: inherit;
    width:13px;
    height: 13px;
}
#toggle.expand .expand,#toggle.collapse .collapse{
	display: block;
}
.info{
	width: 100%;
	/* background-color: white; */
	position: absolute;
	padding-top: 6px;
	padding-left: 5px;
	z-index: 1;
	height: 17px;
	pointer-events: none;
	font-size: 12px;
	line-height: 12px;
	color: rgb(66, 143, 156);
}
#scrollerbar{
	z-index: 2;
}
#toggle{
	pointer-events: auto;
	z-index: 2;
}
nowrap{
	white-space: nowrap;
}

sup {
    position: relative;
    top: 0.1em;
    font-size: 7px;
}

/*--------------------------------------------------------*/
/*-------------scroller end-------------------------------*/
/*--------------------------------------------------------*/
#medWatch, #presInf, #medGuide {
    pointer-events: auto;
    cursor: pointer;
}

.isi-header {
	position: absolute;
	top: 0px;
	left: 95px;
	width: 90px;
	height: 90px;
	padding-top: 3px;
	padding-left: 2px;
	padding-right: 1px;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: -.3px;
	border-left: 1px solid #000;
	/* border-right: 1px solid #000; */
	color: #000000;
	background-color: #ffffff;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
