@charset "utf-8";

/* ----------------------------
 == top
---------------------------- */

/* == mainVisualArea --------------------- */
body.contents_v3 #mainVisualArea .topVisualBlock {
	overflow: hidden;
	zoom: 1;
}
body.contents_v3 #mainVisualArea .topVisualBlock * {
	vertical-align: top;
}
body.contents_v3 #mainVisualArea .topVisualBlock .main {
	float: left;
}

body.contents_v3 .topContentsBox {
	margin-bottom: 8px;
	overflow: hidden;
}

body.contents_v3 .pane {
	padding:10px 15px;
	margin-bottom:20px;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:left top;
}
body.contents_v3 .pane table {
	width:100%;
}
body.contents_v3 .pane table caption {
	font-size:110%;
	border-bottom:1px dotted #adadad;
	text-align:left;
	padding:0 0 4px;
}
body.contents_v3 .pane table th,
body.contents_v3 .pane table td {
	padding:7px 0;
	font-size:90%;
	vertical-align:top;
}
body.contents_v3 .pane table th {
	font-weight:normal;
	text-align:left;
	white-space: nowrap;
	padding-right:10px;
}
.pane table th.date {
	width: 100px;
}
body.contents_v3 .pane table td {
}
body.contents_v3 #newsrelease {
	background-image: url(/img/borderImage01.gif);
}
body.contents_v3 #newsrelease table caption {
	color:#969696;
	position: relative;
}
body.contents_v3 #consumer {
	background-image: url(/img/borderImage02.gif);
}
body.contents_v3 #consumer table caption {
	color:#37A02D;
}
body.contents_v3 #medical {
	background-image: url(/img/borderImage03.gif);
}
body.contents_v3 #medical table caption {
	color:#0087AF;
}

body.contents_v3 #newsrelease table caption a {
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    display: -moz-inline-box;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    background-size: 15px;
    background-image: url(/company/img/arrow03.gif);
}

/*pickupMessage*/

#pickupMessage{
	margin-top:-20px;
}

#pickupMessage ul{
	width:940px;
	margin:0 0 10px 0;
	overflow:hidden;
}

#pickupMessage li{
	background-color:#ffffff;
	border:1px solid #cbcbcb;
	margin: 0 18px 9px 0;
	box-sizing:border-box;
	float:left;
	width:922px;
}

#pickupMessage li.half{
	width:452px;
}


#pickupMessage li a{
	display:block;
	margin:0 0 0 18px;
    background-repeat: no-repeat;
	background-position: left center;
    padding:9px 20px 7px;
    background-size: 15px;
    background-image: url(/company/img/arrow03.gif);
	font-size:90%;
}

#pickupMessage li span{
	display:block;
	margin:0 0 0 18px;
    padding:9px 5px 7px 0;
	font-size:90%;
}

#pickupMessageTop{
	margin-top:-20px;
	margin-bottom:30px;
}

#pickupMessageBottom{
	margin-bottom:10px;
}