#header{
	overflow: hidden;
	padding: 20px;
}
#header_logobox{
	float: left;
	width:53%;
}
#header_logobox h2{
	float: left;
	padding:0;
}
#logo{
	margin:0;
	padding-top: 10px;
	width:8rem;
}
#header_logobox p{
	float: left;
	padding-top: 20px;
	padding-left: 5px;
	color: #ffffff;
	font-size: 0.85rem;
	font-weight: bold;
}
.logo_subt{
	width: 60%;
}
#header_nav{
	padding-top: 15px;
	width:37%;
	font-size: 0.8rem;
}
#header_nav .link_btn{
	font-size: 0.8rem;
	padding: 5px;
	margin:0 0 10px 20px; 
	float: right;
}
#header_nav ul{
	float: right;
}
#header_nav ul li{
	float: left;
	margin-left:15px; 
}
#header_nav ul li a{
	display: block;
	padding: 5px;
	color:#ffffff;
}
#header_nav ul li a:hover{
	color:#b1b3b3;
	text-decoration: underline;
}

#for_visitor{
	width:100%;
	text-indent: 3px;
	font-size: 1.1rem;
}
#for_visitor a{
	color: #b9d9eb;
	font-weight: bold;
	width:45%;
	display: block;
}
@media screen and (max-width: 830px){
	#header_logobox{
		width:60%;
	}
	.logo_subt{

	}
	#header_nav{
		display: none;
	}
	#toolbar{
		display: block;
	}
	#for_visitor{
		margin-top: 8px;
	}
}
@media screen and (max-width: 600px){
	#header_logobox{
		width:85%;
	}
	#header_logobox p{
		font-size: 0.8rem;
	}
	#logo{
		margin:0;
		padding-top: 0px;
		width:7rem;
	}
	#for_visitor{
		font-size: 0.9rem;
		width:100%;
	}
	#for_visitor a{
		width:100%;
	}
	#header{
		padding-top: 25px;
		min-height: 40px !important; 
	}
	.logo_subt{
		padding-top: 10px !important;
	}

}
@media screen and (max-width: 400px){
	#header_logobox{
		width:100%;
	}
	#header_logobox p{
		font-size: 0.66rem;
	}
	#logo{
	
	}
	#for_visitor{
		font-size: 0.8rem;
	}
}

/*index*/
.headbanner_contentspage .col3_2{
	float: left;
	width:50%;
}
.headbanner_contentspage .col3_2 h1{
	padding: 70px 0 0 30px;
    font-size: 2.3rem;
    line-height: 2.9rem;
}
.headbanner_contentspage h1 span{
	font-weight: bold;
}
.headbanner_contentspage .col3_2 p{
	padding: 40px 0 0 30px;
	font-size: 1rem;
	line-height: 1.7rem
}
.headbanner_contentspage .col3_1{
	float: left;
	width:50%;
	font-size: 0;
}
#header_img img{
	width:100%;
}
@media screen and (max-width: 800px){

	.headbanner_contentspage .col3_2{
		width:100%;
		padding-bottom:40px; 
	}
	.headbanner_contentspage .col3_2 h1{
		padding: 40px 0 0 30px;
	    font-size: 2.7rem;
	    line-height: 3.1rem;
	}
	.headbanner_contentspage .col3_1{
		width:100%;
	}
	.headbanner_contentspage .col3_2 h1,.headbanner_contentspage .col3_2 p{
		padding-left:20px;
	}
}
@media screen and (max-width: 500px){
	.headbanner_contentspage .col3_2{
		width:100%;
		padding-bottom:40px; 
	}
	.headbanner_contentspage .col3_2 h1{
		font-size: 1.9rem;
		line-height: 2.5rem
	}
	.headbanner_contentspage .col3_2 p{
		font-size: 0.9rem;
		line-height: 1.4rem
	}
}
@media screen and (max-width: 370px){
	.headbanner_contentspage .col3_2{
		width:100%;
		padding-bottom:40px; 
	}
	.headbanner_contentspage .col3_2 h1{
		font-size: 1.8rem;
		line-height: 2rem
	}
	.headbanner_contentspage .col3_2 p{
		font-size: 0.78rem;
		line-height: 1.2rem
	}
}
.col2 dl{
	margin: 0;
}
.col2 dt{
	width:50%;
	font-size: 0;
	margin:0;
	float:left;
}
.col2 dd{
	width:50%;
	font-size: 0;
	margin:0;
	float:left;
	position: relative;
	min-height:110px !important;
}
.col2 dd h2{
	padding: 20px 10px 0 15px;
	font-size: 1.3rem;
	line-height: 1.7rem;
}
.col2 dd p{
	padding: 20px 10px 0 15px;
	font-size: 0.9rem;
	line-height: 1.1rem;
	font-weight: bold;
}
.col2 dd a{
	position: absolute;
	bottom:15px;
	left: 15px;
	margin: 0;
}
.col2 dt.fr{
	float: right;
}




.hide_box_dl dl{
	width: 50%;
	float: left;
}
.hide_box_dl dt{
	display: none;
}
.hide_box_dl dd{
	width:100%;
}
@media screen and (min-width: 801px){
	dd.w100dd{
		width:100% !important;
	}
}
@media screen and (max-width: 800px){
	.col2{
		width:100%;
	}
	.col2 dt img{
		background: transparent !important;
	}
	.col2 dt.fr{
		float: left;
	}
	.col2 dd.fl{
		float: right;
	}
	.col2 dl,.hide_box_dl dl{
		width: 97%;
		padding: 20px 0 20px 3%;
	}
	.col2 dt,.hide_box_dl dt{
		width:30%;
		display:block;
	}
	.col2 dd,.hide_box_dl dd{
		width:70%;
	}
	.col2 dd h2{
		padding-top: 5px;
		padding-left: 15px;
		font-size: 1.5rem;
		line-height: 1.6rem;
	}
	.col2 dd p{
		padding-top: 10px;
		padding-left: 15px;
		font-size: 0.9rem;
		line-height: 1.1rem;
	}


	
}
@media screen and (max-width: 600px){
	.col2 dd h2{
		padding-top: 0;
		font-size: 1.2rem;
		line-height: 1.4rem;
	}
	.col2 dd p{
		font-size: 0.8rem;
		line-height: 1.1rem;
	}
	.col2 dd a{
		padding: 8px;
		bottom:0;
	}
}
@media screen and (max-width: 500px){
	.col2 dl,.hide_box_dl dl{
		width: 100%;
		padding: 20px 0 ;
	}
	.col2 dt,.hide_box_dl dt{
		width:30%;
	}
	.col2 dd,.hide_box_dl dd{
		width:70%;
	}
	.col2 dd h2{
		font-size: 1.1rem;
		line-height: 1.3rem;
	}
	.col2 dd p{
		padding-top: 5px ;
		font-size: 0.65rem;
		line-height: 0.9rem;
	}
	.col2 dd a{
		padding:5px 8px;
		bottom:-4px;
	}
}
@media screen and (max-width: 370px){
	.col2 dt,.hide_box_dl dt{
		width:35%;
	}
	.col2 dd,.hide_box_dl dd{
		width:65%;
	}
	.col2 dd h2{
		font-size: 0.95rem;
		line-height: 1.3rem;
	}
	.col2 dd p{
		padding-top: 2px ;
		font-size: 0.65rem;
		line-height: 0.7rem;
	}
	.col2 dd a{
		padding:3px 5px;
		bottom:0px;
	}
}
.topnews{margin-top:5px;}
.topnews_wrap{
	padding:20px;
}
.topnews_tag{
	padding:3px 5px;
	font-weight: bold;
	font-size: .8rem;
}
.topnews_tag_cont{
	padding:2px 4px;
	margin-left:15px; 
	font-weight: bold;
	font-size: .6rem;
}
.topnews_date{
	font-weight: bold;
	padding:0 0 0 5px;
}
.topnews_title{
	padding:5px 0;
}
.topnews_title{
	padding:5px 0;
	font-size: .85rem;
}


#prev p{
	margin-left:50px;
}
#next {
	text-align: right;
}
#next p{
	margin-right:50px; 
}

.device{
	padding-bottom:70px; 
}
hr{
	border:none;
	border-top:solid 1px #ddd;
}
.device hr{
	border:none;
	border-top:solid 1px #ddd;
	padding-bottom:30px;
}
.device .openBT_bar{
	background: #e5e5e5;
	margin: 0 20px;
	height: 50px;
	line-height:50px;
	text-align: center;
}
.device .openBT_bar.opened{
	background: #f6f6f6;
}
.device .openBT_bar:hover{
	text-decoration: none!important;
	background: #ddd;
}
.device .openBT_bar p{
	font-size: 0.8rem !important;
	font-weight: bold !important;
	color: #004b87 !important;
}
.device .hide_box table{
	margin-top: 30px;
}
.device table{
    border-collapse: separate;
    border-spacing: 0;
}
.device table .borderW{
	border-top: solid 2px #fff;
}
.device table td{
    color:#0085ca;
}
.device table td:first-child{
    color:#004b87;
}
.device table.colum2 td:first-child{
    width:30%;
}
.device table th{
	background: #eee;
	color: #5b7f95;
}

@media screen and (max-width: 560px){
.device .openBT_bar{
	margin: 0 10px;
}
}


.supervisor{
	padding-bottom:70px; 
}


/* section_nav */
#section_nav{
	width: 100%;
	height: 50px;
	background-color: #003972;
	color: #fff;
	text-align: center;
}
#section_nav li{
	float: left;
	width: 50px;
	height: 50px;
	line-height:49px;
	font-size: 1.7rem;
	font-weight: bold;
}
#section_nav a{
	display: block;
	font-weight: bold;
	width: 50px;
	height: 50px;
	color:#fff;
}
#section_nav a:hover{
	background: #002956;
	text-decoration: none;
}
@media screen and (max-width: 550px){
#section_nav{
	height: 40px;
	border-top:solid 15px #fff !important;
}
#section_nav li{
	float: left;
	width: 40px;
	height: 40px;
	line-height:39px;
	font-size: 1.2rem;
	font-weight: bold;
}
#section_nav a{
	display: block;
	font-weight: bold;
	width: 40px;
	height:40px;
	background-color: #004b87;
	color:#fff;
}
#section_nav a:hover{
	background: #002956;
	text-decoration: none;
}
}

/*cateab4*/
#cateab4 td a{
	font-weight: bold;
}

/*column*/
.colum >div{
	padding: 10px 0;
}
.colum h3{
	margin-top:0; 
	line-height:1.6em;
}
#clmauth{
	margin: 0 !important;
	font-size: 0.9rem;
	line-height: 1.3rem;
}



/*hospitalization4_ul*/
#hospitalization4_ul{
	padding: 0 20px;
}
#hospitalization4_ul li{
	width: 100%;
	height: 40px;
	font-weight: bold;
	border-bottom: solid 3px #fff;
	color: #0085ca;
}
#hospitalization4_ul li span{
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	float: left;
	margin-right:10px;
	font-weight: bold;
	font-size: 1.3rem;
	color: #fff !important;
}



/*supervisor_img*/
#supervisor_img h5{
		font-size: 0.9rem;
		line-height: 1.4rem;
}
#supervisor_img p{
		margin-top: 10px !important;
}
@media screen and (max-width: 430px){
	#supervisor_img dt{
		width:30%;
		margin: 0 auto;
		float:left;
	}
	#supervisor_img dd{
		width:70%;
		margin: 0 auto;
		float:left;
	}
	#clmauth{
	font-size: 0.8rem;
	line-height: 1rem;
	}
}


/*facilities_search*/
.facilities_search{
	display:none;
	border-top:solid 18px #0085ca;
	border-bottom:solid 40px #0085ca;
}
.facilities_search,.facilities_area{
	margin: 0;
	padding: 0;
}

.facilities_search .caption,.facilities_area .caption{
	font-weight:bold;
	color:#fff;
	padding: 5px 12px !important;
	margin: 0  !important;
	
}
.facilities_search table tr,.facilities_area table tr{
	padding: 0;
}
.facilities_search table td{
	background: #fff;
	color: #0085ca;
	line-height: 1.5rem;
	font-size: 0.9rem;
	padding: 12px;
	vertical-align:top;
}
.facilities_search .caption{
	background: #004b87;
}
.facilities_search table td:first-child{
	color: #004b87;
	width:25%;
}
.facilities_search table td li{
	float:left;
	text-align: center;
	border-right:solid 1px #0085ca;
	margin: 0 0 5px;
	line-height: 1.1rem;
}
.facilities_search table td li:last-child{
	border-right:none;
}
.facilities_search table td a{
	display: block;
	cursor: pointer;
	padding: 2px 12px;
}
.facilities_search table td a span{
	font-weight: normal;
}
.facilities_search br{
	display: none;
}




.facilities_area{
	border-bottom:solid 20px #0085ca;
	display:none;
}
.facilities_area .caption{
	background: #0085ca;
}
.facilities_area table th{
	background: #e5e5e5;
}
.facilities_area table td{
	padding: 12px;
	background: #f5f5f5;
	vertical-align:top;
	font-size: 0.9rem;
}
.facilities_area table td:first-child{
	font-weight:bold;
	width: 35%;
}
.lcd{
	text-align: center;
	padding:0;
	font-size: .7rem;
	width:65px;
}
.facilities_area table td.nintei{
	
	padding: 0;
	text-align: center;
	font-size: 0px !important;
}
.facilities_area table td.nintei img{
	width:100%;
	display: block;
}
.facilities_area table td .nintei_1{
	padding: 4px 0 2px !important;
	margin: 0 !important;
	font-weight: bold !important;
	background: #00a9e0;
	color: #001E47;
	width:100%;
	height: 28px;
	line-height: 1.1em;
}
.facilities_area table td .nintei_2{
	display: block;
	padding: 9px 0 3px !important;
	margin: 2px 0 0 0 !important;
	font-weight: bold !important;
	background: #004b87;
	color: #ffce00;
	width:100%;
	height: 23px;
}
.facilities_area br.pc_br{
	display: block;
}
.facilities_area br.s_br{
	display: none;
}

@media screen and (max-width: 500px){
	.facilities_search br{
		display: block;
	}
	.facilities_search table td{
		line-height: 1.2rem;
		font-size: 0.75rem;
	}
	.facilities_area table td.nintei{
		font-size: 0.65rem !important;
	}
	.facilities_area br.pc_br{
		display: none;
	}
	.facilities_area br.s_br{
		display: block;
	}
	.facilities_area table td{
		font-size: 0.8rem;
	}
	.facilities_area table td:last-child{
		width:50px;
	}
	
}


.sec_lb{
	margin: 0;
}
#caution{
	font-weight: normal;
	font-size: 0.75rem;
	line-height: 1rem;
	display: none;
}
@media screen and (max-width: 500px){
	#caution{
		font-size: 0.65rem;
		line-height: 0.9rem;
	}
}


#coution_check{
	background: #fff;
	margin:10px 20px 0;
	color:#004b87;
}
#coution_check h3{
	margin-top:0; 
	padding:20px 20px 0; 
}
#coution_check p{
	font-size: 1.1rem;
	line-height: 1.2em;
}
#coution_check ul{
	font-size: 0.9rem;
	padding: 0 20px 20px 40px;
	line-height: 1.2em;
	margin: 20px 0;
	list-style-type: decimal;
	border-bottom:1px solid #b9d9eb;
}
#coution_check ul li{
	margin-top:15px; 
}
#coution_check_button{
	width: 300px;
    margin: 15px auto 0;
    padding-bottom: 30px;
    text-align: center;
}
#ctit{
	text-align: center;
}
#coution_check_button a{
	display: block;
	padding: 15px;
    border: solid 1px #001E47;
    width: 110px;
    color: #001E47;
    line-height: 1.2em;
}
#coution_check_button a:hover{
	background: #001E47;
    color: #fff;
    text-decoration: none !important;
}
#coution_check_button a#yes_btn{
	float:left;
}
#coution_check_button a#no_btn{
	float:right;
}

.cauinfo_hajimete{
	border:solid 2px #e1002a;
	margin:20px 20px 50px !important;
	padding:10px !important;
	color:#e1002a;
}
@media screen and (max-width: 500px){
	#coution_check{
	margin:20px 10px 0;
	}
	#coution_check p{
		font-size: 0.8rem;
	}
	#coution_check ul{
		font-size: 0.7rem;
	}
	#coution_check_button{
	width: 250px;
	}
	#coution_check_button a{
		padding: 10px 5%;
	    width:90px;
	}
	.cauinfo_hajimete{
		margin:10px 10px 50px !important;
	}
}



.pdf_box{
	margin-bottom: 50px;
}
.pdf_box h2{
	padding-top:0; 
}
.pdf_box p{
	margin-bottom:30px !important;
}
.pdf_box img{
	width: 80%;
	margin-left: 20%;
	border: 3px solid;
}
.pdf_box ul{
	font-size: 0.85rem;
}
.btn_layout{
	margin-left: 30px;
	margin-top: 30px;
}
hr{
	padding-bottom: 30px;
}


.graph_box{
	width: 50%;
}
.left_layout{
	float: left;
}
.graph_info{
	font-size: 0.8rem;
	padding: 0 20px;
}
@media screen and (max-width: 500px){
	.pdf_box dt{
		width: 100%;
	}
	.pdf_box dd{
		width: 100%;
		margin-left: 0%;
	}
	.pdf_box img{
		width: 45%;
		margin-left: 30px;
	}
	.pdf_box h2{
		padding-top:20px; 
	}
	.graph_box{
		width: 100%;
	}
	.graph_info{
		font-size: 0.8rem;
	}
}


.clinicaltrial_h2{
	display: none;
}


#shizaitoriyose_form hr{
	padding: 0;
	margin: 0;
}
.shizaitoriyose_box div{
	float: left;
	padding: 20px;
	box-sizing:border-box;
}
.shizaitoriyose_hyou_header div{
	background-color: #e2e2e2;
	padding: 8px 20px;
	font-size: .8rem;
	line-height: 1.1rem;
}
.shizaitoriyose_image{
	width:20%;
}
.shizaitoriyose_image img{
	border: 3px solid #001e46;
}
.shizaitoriyose_name{
	width:50%;
}
#section .shizaitoriyose_name h4,#section .shizaitoriyose_name p{
	margin: 0;
	padding: 0;
}
.shizaitoriyose_count{
	width:30%;
}
#formnone{
	display: none;
}
select{
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 1rem;
	appearance: none;
	border: 1px solid #c2c2c7;
	background: #ffffff;
}
.contactinfo{
	font-size: 0.8rem;
	line-height: 1rem;
	margin-bottom: 25px;
	color: #004b87;
	background: #b9d9eb;
	padding:20px; 
}
.contactinfo p{
	font-size: 0.75rem !important;
	margin:3px 0 0 !important;
	padding: 0 !important;
	padding-left: 1.5em !important;
	text-indent: -1.2em;
}
#contact_form{
	padding: 20px ;
	background: #f2f2f2;
}
#contact_form p{
	padding: 0 ;
	margin: 5px 0 10px;
}
#contact_form p　span{
	font-size: 0.75rem;
}

#contact_form label{
	font-size: 0.8rem;
	font-weight: bold;
	color: #004b87;
}
input[type="text"] ,textarea{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   border-radius: 0;
}
select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   border-radius: 0;
}
#contact_form input ,#contact_form textarea,#contact_form select{
	background: #fff !important;
	margin: 5px 0 !important;
	padding: 7px 2%;
	width:95.3% ;
	font-size: 1rem !important;
	border:solid 1px #ddd;
	border-radius:0 !important;
	color:#555555;
}
#contact_form select{
	height: 34px;
	line-height: 34px;
	width:99%;
	padding: 0;
	text-indent: 0.8rem;
	text-overflow:ellipsis;
}
#postal_code{
	width:auto !important;
}
@-moz-document url-prefix() { /* for firefox */
    #contact_form select{
        text-indent: 1px;
    }
}

#contact_form textarea{
	height:100px;
	resize: vertical;
	overflow: auto;
	line-height: 1.4rem;
}

.form_error input ,.form_error textarea,.form_error select{
	border:solid 1px #e35205 !important;
}
.form_error .error_text:after{
	font-size: 0.85rem;
	content:"必須項目です";
	color: #e35205;
}
.form_error .error_attribute:after{
	font-size: 0.85rem;
	content:"選択されていません";
	color: #e35205;
}
.form_error .error_your_mail:after{
	font-size: 0.85rem;
	content:"正確にメールアドレスをご記入ください";
	color: #e35205;
}
.form_error .error_re-your_mail:after{
	font-size: 0.85rem;
	content:"もう一度確認してください";
	color: #e35205;
}


.redpoint:after{
	vertical-align: top;
    font-size: 0.9rem !important;
    font-weight: bold;
    color:#e35205;
    content: "*";
}
.form_ok .redpoint:after{
	vertical-align:top;
	content: "●";
    color:#00a9e0;
}

.physicianbox{
	border-top:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	padding:0 0 4px;
	margin:30px 0 30px;
	color: #53565A ;
}
.physicianbox label{
	color: #53565A !important;
	font-weight: normal !important;
}
#contact_form #buttonarea{
	margin: 50px 0 40px;
}
#contact_form #check_button{
	margin: 0 10px 0 0;
	cursor: pointer;
	border: solid 1px #0085ca;
	color:#0085ca;
	padding: 10px 40px;
	width:100px; 
	font-size: 1.1rem;
	background: #fff;
}
#contact_form #check_button:hover{
	text-decoration: none !important;
	background: #0085ca;
	color: #fff;
}
#contact_form #clear,#contact_form #cancel{
	margin: 0;
	cursor: pointer;
	color:#53565A;
	padding: 10px;
	min-width:100px;
	font-size: 0.9rem;
}
#contact_form .submit_button{
	margin: 0 10px 0 0;
	cursor: pointer;
	border: solid 1px #0085ca;
	background: #0085ca;
	color:#ffffff;
	padding: 10px 40px;
	width:100px; 
	font-size: 1.1rem;
	font-weight:bold;
}
#contact_form .submit_button:hover{
	text-decoration: none !important;
	background: #004b87;
	color: #fff;
}
.def_hide{
	display: none;
}
.del{
	font-size: 1rem;
}
.span_loader{
    display: inline-block;
    width: 0px; /*ローディングアイコンの横サイズ*/
    height: 10px; /*ローディングアイコンの縦サイズ*/
    border-radius: 50%;  /*CSS3で円を書く*/
    border: 3px solid #009fdd;  /*円に○の白枠をつける*/
    border-right-color: transparent; /*円の右にC状の空きをつける*/
    animation: spin 1s linear infinite;
}
@keyframes spin
{
    0% { transform: rotate(0deg);   opacity: 0.2; } /*0%の時は20％の透明度*/
    50%  { transform: rotate(180deg); opacity: 1.0; } /*50%の時は透明度なし*/
    100%   { transform: rotate(360deg); opacity: 0.2; } /*100%の時に20％の透明度に戻る*/
 
}
@media screen and (max-width: 500px){
	
	.shizaitoriyose_image{
		width:30%;
	}
	.shizaitoriyose_image img{
		border: 3px solid #001e46;
	}
	.shizaitoriyose_name{
		width:70%;
	}
	.shizaitoriyose_hyou_header .shizaitoriyose_count{
		display: none;
	}
	.shizaitoriyose_count{
		width:100%;
	}
	.shizaitoriyose_box .shizaitoriyose_count{
		padding-top:0;
	}
}

.device .openBT_bar.qa_class{
	text-align: left;
	background: #fff;
	height: auto;
	min-height: 50px;
	line-height: 1.3rem;
}
.device .openBT_bar.qa_class p{
	font-size: 1.1rem !important;
	padding: 16px 30px 0 10px !important;
	margin:20px 0 0 0 !important;
}
.device .openBT_bar.qa_class.lgC p{
	padding: 16px 30px 0 .9em !important;
	color: #0085ca !important;
}
.device .openBT_bar.qa_class:hover p{
	text-decoration: underline;
}

.device .qa_hide_box table{
	margin-top: 5px;
}
.device .qa_hide_box table td{
	font-size: .9rem;
	line-height: 1.5rem;
	padding:15px;
}
.device .qa_hide_box table td img{
	float: right;
	padding: 0;
	width:35%;
}


@media screen and (max-width: 500px){
	.device .openBT_bar.qa_class p{
		font-size: 1rem !important;
		padding: 18px 50px 0 15px !important;
	}
	.device .qa_hide_box table td{
		font-size: .8rem;
		line-height: 1.2rem;
		padding:13px;
	}
}	


.info_icon{
	display: inline-block;
	width: 17px;
	height: 17px;
	text-align: center;
	line-height: 17px;
}


.fusei39chiryo2 td, th ,tr{
	padding: 15px 12px;
	line-height: 1.1rem;
	text-align: center;
}
.tdiv_fusei39chiryo2 th{
	color: #001E47 ;
}
.tdiv_fusei39chiryo2 td{
	color: #004b87;
}

.fusei39chiryo3 td, th ,tr{
	padding: 15px;
	line-height: 1.1rem;
	text-align: left;
}
.tdiv_fusei39chiryo3 th{
	color: #001E47 ;
}
.tdiv_fusei39chiryo3 td{
	color: #004b87;
}
.tac{
	text-align: center!important;
}
.vm{
	vertical-align: middle!important;
}



.device_border{
	padding: 30px 0 20px;
	border-bottom: solid 1px #ddd; 
}
.device .openBT_bar.product_class{
	text-align: left;
	background: #fff;
	height: auto;
	padding-bottom: 10px;

}

.device .openBT_bar.product_class.lgC p{

	color: #0085ca !important;
}
.device .openBT_bar.product_class:hover p{
	text-decoration: underline;
}

.device .product_hide_box table{
	margin-top: 5px;
}
.device .product_hide_box table td{
	font-size: .9rem;
	line-height: 1.5rem;
	padding:15px;
}
.device .product_hide_box table td img{
	float: right;
	padding: 0;
	width:35%;
}


@media screen and (max-width: 500px){
	.device .openBT_bar.product_class p{
		font-size: 1rem !important;
		padding: 18px 50px 0 15px !important;
	}
	.device .product_hide_box table td{
		font-size: .8rem;
		line-height: 1.2rem;
		padding:13px;
	}
}
.device .device_openbar p{
	font-size: 2.8rem;
}

.product_class h2{
	font-size:3rem;
	padding:0 0 10px;
}
.device .device_product{
	padding: 10px 0;
	background-color: #eee;
}
.device_product h3.devinfo{
	color: #004b87;
	margin:15px 0 20px;
}
.device .product_class p img{
	width: 100%;
}

.device_product .device_innerbox{
	padding: 10px 30px;
}
.device_product .device_innerbox .device_iconbox{
	width: 15%;
	margin-right:3%;
}
.device_bgc_2{
	background-color: #004b87 !important;
}
.device_bgc_2 h4{
	font-size: 1.7rem;	
}
.device_bgc_2 p{
	margin: 10px 0 !important;
	font-size: 1.2rem;
}
.device_product .device_innerbox .device_textbox{
	width: 82%;
}
#section .device_textbox p{
	margin:0;
	padding:0;
	font-weight: bold;
	color:#0085ca;
	padding-top: 20px;
	line-height: 1.1em;
}

ul.list_ul li a.guide_pdf{
	padding: 35px 0px 17px;
}
ul.list_ul li a.guide_pdf .fa{
	text-indent: 10px;
}
ul.list_ul li a.guide_site{
	display: inline;
	padding: 5px 7px;
	text-indent: 0;
	background:#0085ca;
	color: #fff !important;
}

.evidence_link{
	padding-bottom: 10px;
}
.evidence_link p a{
	float: left;
	width: 19%;
	text-align: center;
}
.evidence_link p .link_btn_info{
	float: right;
	display: inline-block;
	line-height: 1.4em;
	font-size:.9rem;
	width: 72%;
}

@media screen and (max-width: 500px){
	#section .product_class h2{
		font-size:2rem;
		padding:15px 0 0;
	}
	#section .device_textbox p{
		padding-top: 5px;
	}
	.device_product h3.devinfo{
		font-weight: normal;
	}
	.evidence_link p a{
		float: none;
		width: 120px;
	}
	.evidence_link p .link_btn_info{
		float: none;
		padding-top: 10px;
		font-size:.85rem;
		width: 100%;
	}

}


.sectitle{
	padding-top: 50px;
	padding-bottom: 50px;
}

.pd_table td{
	background:none;
}

.con_min_text{
	border-collapse:separate;
	box-sizing: border-box;
    border-spacing: 20px;
}
.con_min_text tr{
	margin-top: 50px;
}
.con_min_text1{
	padding:0;
	width: 40px;
	font-weight: bold;
	vertical-align: middle;
	background-color: #fff ;
}
.con_min_text1 img{
	width: 40px;
}
.con_min_text2{
	box-sizing: border-box;
	padding:0;
	width: 92%;
	line-height: 1.7em;
	vertical-align: middle;
	background-color: #fff ;
}
.con_min_text2 p{
	padding: 0 0 0 0px !important;
	margin:0 !important;
	font-size: 1rem;
	text-align: left;
	color: #001E47;
}


#html5-close{
	width:50px;
	height: 50px;
	margin-top: -49px !important;
    margin-right: 0px !important;
    background: #fff;
}

#confirm_overlay{
	display: none;
	position: absolute;
	top:0;
	left: 0;
	background-color: rgba(0,0,0,.6);
	width:100%;
	height: 100%;
	z-index: 1000;
}
#confirm_check_page .inner{
	padding-top:40px;
	padding-bottom:50px;
	max-width: 600px;
	background-color: rgba(8,30,67,.9);
}
#confirm_check_page {
	width: 100%;
	text-align: left;	
}
#confirm_check_page h1{
	font-size: 1.5rem;
}
#confirm_check_page p{
	padding:10px 30px 0;
	font-size: 0.9rem;
}
#confirm_check_page #check_buttons{
	width:300px;
	margin: 50px auto 0;
}
#confirm_check_page #check_buttons a{
	text-align: center;
	padding: 15px;
	border:solid 1px #fff;
	width: 110px;
	color: #fff;
}
#confirm_check_page #check_buttons a:hover{
	color: #001E47;
	background: #fff;
}
#confirm_check_page #check_buttons #y_btn{
	float:right;
	cursor: pointer;
}
#confirm_check_page #check_buttons #n_btn{
	cursor: pointer;
	float:left;
}
@media screen and (max-width: 400px){
	#confirm_check_page .inner{
		box-sizing: border-box;
		padding: 0 20px;
		padding-top:20px;
		padding-bottom:30px;
		max-width: 90%;
	}
	
	#confirm_check_page h1{
		font-size: 1rem;
		line-height: 1.3rem;
		padding: 10px 10px 0;
	}
	#confirm_check_page p{
		font-size: 0.75rem;
		padding-right: 10px;
		padding-left: 10px;
	}
	#confirm_check_page #check_buttons{
		margin: 20px auto 0;
		width:230px;
	}
	#confirm_check_page #check_buttons a{
		padding: 10px;
		width: 80px;
	}
}



/* New branding CSS*/

.newMark{
	display: inline-block;
	margin: 0px !important;
    padding: 4px 7px !important;
    background-color: #E35205;
    color:#fff;
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 0.7rem;
	display: none;
}
