@charset "UTF-8";
/* CSS Document */



/* 放射線量テスト用basic*/

img {
overflow : hidden;
line-height:0;
border:0;
}

body {
margin : 0;
padding :0;
color : #231815;
font-size : 14px;
line-height : 24px;
font-family:"Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
background-color:#FFFFFF;
}

body,p,h1,h2,h3,h4,h5,div,ul,li,dl,dt,d,form {
margin : 0px;
padding : 0px;
list-style-type:none;
}


.cf { display: inline-block; }
.cf { display: block; }

.block   { display: block; }
.inline   { display: inline; }
.box { margin : 0px auto 15px auto; }
.box2 { margin : 0px auto 30px auto; }
.hidden { overflow:hidden; }
.left   { float: left; }
.right  { float:right; }
.bottom {vertical-align:bottom;}
.both   { clear:both;  }
.none   { clear:none;  }
.center { margin-left:auto; margin-right:auto; }
.align-left { text-align:left; }
.aligh-right { text-align:right }
.align-center { text-align:center; }
.bold { font-weight:bold; }
.deco-none {text-decoration:none;}

.ma0-0-5-0 {margin-bottom:5px;}
.ma0-0-10-0 {margin-bottom:10px;}
.ma0-0-15-0 {margin-bottom:15px;}
.ma0-0-20-0 {margin-bottom:20px;}
.ma0-0-25-0 {margin-bottom:25px;}
.ma0-0-30-0 {margin-bottom:30px;}
.ma15-0-15-0 {margin-top:15px;margin-bottom:15px;}



/* 独自調整部分　*/

body.where-rtest .grid-wrap {
position:relative;
width:557px;
margin:25px 25px 25px 25px;
}


/* PDFアイコンの位置　*/

body.where-rtest ul li img{
	vertical-align: text-bottom;
	margin-left: 5px
}



/* テキストリンクの設定　*/

body.where-rtest a {
	text-decoration:underline;
	color:#333;
}
body.where-rtest a:hover {
	text-decoration:underline;
	color:#666;
}


body.where-rtest .rtest-infotxt {
font-size : 11px;
color : #000;
margin-right:25px;
text-align:right;}




/* Adobe Readerダウンロード案内*/

body.where-rtest .grid-rtest {
width:557px;
height:45px;
padding:0;
margin:25px auto 20px;
background-color:transparent;
}

body.where-rtest .grid-rtest-leftbox {
padding:0;
display:block;
width:112px;
height:33px;
float:left;
}

body.where-rtest .grid-rtest-rightbox {
padding:2 0 0 0;
width:430px;
font-size : 10px;
line-height : 15px;
float:right;
}



