/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	color: #444444;
	text-align: center;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #e8e8e8;
}

	
.back {
 position: fixed;
 bottom: 10px;
 right: 10px;
  
 border:1px solid #888888;
 padding:2pt;
 background-color: #ffffff;
 filter:alpha(opacity=85);
 -moz-opacity:0.85;
 -khtml-opacity: 0.85;
 opacity:0.85;
     
 text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa; 
 -webkit-box-shadow: 1px 1px 2px #E7E7E7;
 -moz-box-shadow: 1px 1px 2px #E7E7E7; 
 -webkit-border-radius: 3px; 
 -moz-border-radius: 3px;
}


table {
	font-family:  'Arial', 'Helvetica', sans-serif;;
}

.table-caution {
	table-layout: fixed;
    width: 580px;
	border: 1px solid;
	vertical-align: top;
}

.td-caution {
	border: 1px solid;
	vertical-align: top;
}

.ta1 {
	border-collapse: collapse;
	margin: 0px 10px;
	table-layout:fixed;
}

.ta2 {
	border-collapse: collapse;
	margin: 10px 10px 0px 10px;
}

td, th{ 
	padding: 0px 0px 0px 10px; 
} 

.a1 {
	padding: 5px 10px 0px 10px;
}

.a2 {
	padding: 0px 10px 0px 10px;
}

.a3 {
	font-size: 15px;
	background-color: #00FFFF;
	font-weight: bold;
}

.td1 {
	font-size: 15px;
	border: 1px solid black;
	border-top-style: none;
	border-left-style: none;
}

.td2 {
	border-style:none;
}

.td3 {
	border: 1px solid black;
}


.text-underline{
  text-decoration: underline;
}

.text-center{
  text-align: center;
}

/* images */
img {

}
.jpg {
	position: absolute;
	z-index: 9;
	float: left;
	top: 0px;
	right: 0px;
	background-attachment: fixed;
	background-image: url(images/jpg1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.logo {
	position: absolute;
	left: 18px;
	top: 40px;
}
.infomation {
	padding-top: 22em;
}
#indexjpg {
	position: absolute;
	background-attachment: scroll;
	background-image: url(images/jpg1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 292px;
	width: 590px;
	clear: left;
	z-index: 0;
	top: 50px;
	right: 0px;
}
#corporateimg {
	position: absolute;
	background-attachment: fixed;
	background-image: url(images/corporateimg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 150px;
	width: 690px;
	top: 0px;
	right: 0px;
	clear: left;
	z-index: 0;
	margin-right: 20px;
	background-color: #CCCCCC;
}

.sample {
    width:225px;
    font-size:12px;
    text-decoration:none;
    display:block;
    text-align:center;
        padding:2px 0 2px;
    color:#fff;
    background-color:#272672;
    border-radius:5px;
}

.sample1 {
    width:100px;
    font-size:12px;
    text-decoration:none;
    display:block;
    text-align:center;
        padding:2px 0 2px;
    color:#fff;
    background-color:#272672;
    border-radius:5px;
    float: right;
    margin:12px 10px 0px 0px
}


.guideline-btn {
    width:150px;
    font-size:14px;
    text-decoration:none;
    display:block;
    text-align:center;
        padding:10px 0 10px;
    color:#fff;
    background-color:#009999;
    border-radius:5px;
}

.guideline-btn-center {
    float: left;
    padding: 10 px;
	margin: 20px 20px 20px 60px;
    list-style: none;
}


sup {
	font-size: 70%;
	vertical-align: top;
	position: relative;
        top: -0.3em;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 800px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	background-color: #FFFFFF;
}
#content-wrap {
	clear: both;
	width: 800px;
	margin-top: 0;
	margin-bottom: 0;
	height: 100%;
}
#content-inside {
	padding-top: 10px;
	padding-left: 20px;
	height: auto;
	width: 140px;
	float: left;
}

#header {
	width: 800px;
	position: relative;
	height: 106px;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
/* Menu */
#menu {
	clear: both;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: e30000;
	position: absolute;
	z-index: 5;
	right: 5px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #cc0001;
}
#menu ul li a:hover {
	background-color: #e30000;
	color: #FFFFFF;
}
#menu ul li#current a {
	background-color: #FFF;
	color: #e30000;
}

/* Main Column */
#main {
	float: right;
	width: 590px;
	margin: 0;
	height: auto;
	white-space: normal;
	text-align: left;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 5em;
	padding-left: 0;
}

.guideline-main {
    padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.guideline-main-p {
    padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 25px;
}
#main_pay {
	float: left;
	width: 700px;
	margin: 0;
	height: auto;
	white-space: normal;
	text-align: left;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 5em;
	padding-left: 5em;
}

#main h1 {
	color: #333333;
	border-bottom: 1px solid #EFF0F1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#main h2 {
	color: #333333;
	font-family: Times New Roman, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 15px;
	padding-right: 60;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}

.h2a {
	margin-top: 180px;
}

#main h3 {
	color: #fd7e2d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 60px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#main h4 {
	color: #444444;
	font-family:  'Arial', 'Helvetica', sans-serif;
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EFF0F1;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-weight: 400;
}
#main h5 {
	color: #444444;
	font-family:  'Arial', 'Helvetica', sans-serif;
	font-size: 100%;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	white-space: normal;
	text-align: left;
	padding-right: 40px;
	font-weight: 400;
}
#main h6 {
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	white-space: normal;
	text-align: left;
	padding-right: 100px;
	font-weight: 400;
	padding-left: 30px;
}
#main h7 {
	padding-top: 5px;
	padding-right: 60px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: 400;
}


/* Sidebar */	
#sidebar {
	float: left;
	width: 200px;
	padding: 0;
	margin: 0;
}	

/* Footer */	
#footer {
	color: #666666;
	clear: both;
	width: 800px;
	text-align: center;
	font-size: 92%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	background-color: #e8e8e8;
}
#footer a { text-decoration: none; }

/* -------------------------------------------------------------
   [8] 医療製品ページのmodal指定 */
.modal {
		position:fixed;
		display:none;
		z-index:9999;
		top:40%;
		left:45%;
		width:630px;
		height:150px;
		margin:-150px 30px 0 -250px;
		padding:20px;
		text-align:center;
		font-size:1.5em;
		}
		
.close_modal {
			margin-bottom:10px;
			}

.modal p {
			margin-bottom:10px;
		 }

.modal a {
			cursor:pointer;
			text-decoration: none;
		}


/* -------------------------------------------------------------
   [9] topページのmodal指定 */
.modaltop {
	color: #ffffff;
	text-align: center;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 1.0em;
	text-decoration: none;
	background-color: #333333;
	margin-top: 100px;

}
.modaltop a {
	color: #ffffff;
	font-size: 1.0em;
	text-decoration: none;
	line-height: 1.5em;
	
}	

/* ----添付文書改訂のお知らせ------ */

.acd--summary{
    color: #0000cd;
	cursor: pointer;
	margin-top: 0.5em;
}

.acd--summary-year{
	cursor: pointer;
	margin-top: 0.5em;
	font-size: 15px;
}

.acd--summary-history{
	cursor: pointer;
}

.acd--table{
    border-collapse: collapse;
	width: 550px;
	margin-bottom: 15px;
	
}.acd--table-in{
	border-collapse: collapse;
	width: 260px;
	margin-bottom: 15px;
	margin: 0 auto;
}

.acd--td{
    border: solid 1px;
	padding: 1px;
	text-align: center;
}

.acd--td-left{
    border: solid 1px;
	padding: 5px 0px 5px 5px;
	vertical-align: top;
}

.acd--hr{
	background-color: #e8e8e8;
	border: none;
	height: 4px;
	width: 100%;
	margin-top: 40px; 
	margin-bottom: 20px;
}

.pi--news{
    margin-left: -3px;
	margin-top: 0.5em;
}

.pi--news a{
	color: #0000cd;
    text-decoration: none;
}
/* ---------- */


.btn_news {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;

  padding: 1px;
  font-size: 12px;
  
  border-radius: 3px;
  border: 1px, solid #333;
}

.ul_nostyle{
  list-style: none;
  padding-left: 10px;	
}

