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: white;
	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: 300px;
	height: 250px;
	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: 300px;
	height: 49px;
	background-color: white;
}
/*-------------- SPRITE -------------*/
.sprite { background: url('sprite.png') no-repeat top left; width: 287px; height: 621px; background-size: 287px 621px;  } 
.sprite.cta-arrow { background-position: 0 0; width: 8px; height: 8px; } 
.sprite.cta-text1 { background-position: 0 -13px; width: 124px; height: 32px; } 
.sprite.logo { background-position: 0 -50px; width: 112px; height: 43px; } 
.sprite.logo2 { background-position: 0 -98px; width: 114px; height: 44px; } 
.sprite.t1-1 { background-position: 0 -147px; width: 57px; height: 51px; } 
.sprite.t1-2 { background-position: 0 -203px; width: 137px; height: 29px; } 
.sprite.t1-3 { background-position: 0 -237px; width: 133px; height: 72px; } 
.sprite.t1-4 { background-position: 0 -314px; width: 119px; height: 24px; } 
.sprite.t2-1 { background-position: 0 -343px; width: 106px; height: 10px; } 
.sprite.t2-3 { background-position: 0 -358px; width: 129px; height: 22px; } 
.sprite.t2-2 { background-position: 0 -385px; width: 120px; height: 29px; } 
.sprite.t3-1 { background-position: 0 -419px; width: 99px; height: 52px; } 
.sprite.t3-2 { background-position: 0 -476px; width: 129px; height: 26px; } 
.sprite.t4-1 { background-position: 0 -507px; width: 287px; height: 114px; } 

/*--------- SPRITE POSITION ---------*/
.cta-text1 {top: 7px;left: 7px;}
.cta-arrow {top: 18px;left: 161px;}
.logo {top: 1px;left: 87px;}
.logo2 {top: 7px;left: 130px;}
.t1-1 {top: 56px;left: 61px;}
.t1-2 {top: 56px;left: 125px;}
.t1-3 {top: 83px;left: 124px;}
.t1-4 {top: 158px;left: 124px;}
.t2-1 {top: 146px;left: 126px;}
.t2-2 {top: 56px;left: 126px;}
.t2-3 {top: 90px;left: 124px;}
.t3-1 {top: 55px;left: 125px;}
.t3-2 {top: 69px;left: 259px;}
.t4-1 {top: 57px;left: 5px;}


/*-------- IMAGES | POSITION --------*/
img {
	width: 100%;
	height: auto;
	display: block;
}
.bg1{
	width: 300px;
	height: 138px;
	left: -1px;
	top: 49px;
	position: absolute;
}
.bg{
	width: 300px;
	height: 138px;
	top: 49px;
	position: absolute;
}
.bg2{
	width: 178px;
	height: 138px;
	right: -1px;
	top: 49px;
	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: 104px;
    top: 61px;
    position: absolute;
}

.bg1girl{
    width: 83px;
    height: 138px;
    left: -1px;
    top: 49px;
    position: absolute;
}

.bg1shad{
    width: 122px;
    height: 138px;
    left: -1px;
    top: 49px;
    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: 259px;
	height: 46px;
}

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: 298px;
	height: 61px;
	bottom: 0px;
	left: 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;
}

