/*layout*/
/*------------------------------------------------------------------------------*/


#wrapper {
	width: 100%;
	min-width: 980px;
	/* background: url(../image/common/bg_wrapper_top.gif) repeat-x; */
	text-align: center;
}
/* #common #wrapper { background: url(../image/common/bg_wrapper.gif) repeat-x; } */
#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 980px;
	height: 90px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
#header h1 {
	font-size: 11px;
	line-height: 12px;
	position: absolute;
	top: 56px;
	left: 138px;
}
#logo {
	position: absolute;
	top: 21px;
	left: 0px;
}
#headnav {
	position: absolute;
	top: 25px;
	right: 210px;
}
#headnav li {
	float: left;
	background: url(../image/common/arr.gif) no-repeat 0 3px;
	padding-left: 10px;
	margin-right: 10px;
	font-size: 11px;
	line-height: 12px;
}
.header_contact {
	position: absolute;
	top: 22px;
	right: 0;
}
.header_tel {
	position: absolute;
	top: 20px;
	right: 0px;
}
#contents_main {
	width: 980px;
	margin: 0 auto 25px auto;
	text-align: left;
}
#contents_main_tite { width: 980px; }
.contents_main_l {
	width: 440px;
	vertical-align: middle;
	padding: 20px 20px;
	background: #E3F5FD;
}
.contents_main_r {
	vertical-align: middle;
	padding: 20px 15px;
	width: 450px;
	background: #EEEEEE;
}
.content_main_l_txt { padding: 17px 0 0 13px; }
.content_main_l_title {
	vertical-align: middle;
	background: #02AEF0;
	text-indent: 12px;
	color: #FFF;
	font-size: 13px;
	height: 24px;
}
.hukidashi {
	background: #FFF;
	padding: 5px 15px;
}
.hukidashi a {
	color: #022B68;
	font-weight: bold;
}
#contents {
	width: 980px;
	margin: 0 auto 100px auto;
	text-align: left;
}
#contents_left {
	width: 710px;
	min-height: 300px;
	float: left;
}
#contents_right {
	width: 240px;
	float: right;
}
#footer_wrapper {
	width: 100%;
	height: 66px;
	background: url(../image/common/bg_footer_wrapper.gif) repeat-x;
	text-align: left;
}
#footer {
	width: 980px;
	height: 66px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
#footnav {
	font-size: 10px;
	color: #FFF;
	line-height: 12px;
	position: absolute;
	bottom: 26px;
	left: 0;
}
#footnav a { color: #FFF; }
#footnav li {
	float: left;
	background: url(../image/common/arr.gif) no-repeat 0 3px;
	padding-left: 15px;
	margin-right: 10px;
	border-left: 1px solid #FFF;
}
#boder_non { border: none !important; }
#copyright {
	color: #FFF;
	font-size: 10px;
	line-height: 13px;
	position: absolute;
	bottom: 26px;
	right: 10px;
	font-style: normal;
}
#pagetop {
	text-align: right;
	margin: 20px 0 10px 0;
}
#locator {
	width: 980px;
	margin: 10px 0px;
	font-size: 11px;
	line-height: 12px;
	text-align: right;
}
/*globalnav*/
/*------------------------------------------------------------------------------*/
#global-header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: #FFF;
	z-index: 10;
}
#wrapper {
	padding-top: 135px;
}
#globalnav-list {
	height: 45px;
	display: flex;
	width: 100%;
	background: #021933;
}
#common #globalnav-list { margin: 0 auto; }
#globalnav-list > ul {
	list-style-type: none;
	display: flex;
	position: relative;
	width: 980px;
	margin: 0 auto;

}
#globalnav-list > ul:before {
	content: "";
	width: 1px;
	height: 40%;
	background: #FFF;
	position: absolute;
	right: 0;
	top: 30%;
	z-index: 1;
}
#globalnav-list > ul > li {
	display: flex;
	width: calc(100% / 7);
	position: relative;
}
#globalnav-list > ul > li:before {
	content: "";
	width: 1px;
	height: 40%;
	background: #FFF;
	position: absolute;
	left: 0;
	top: 30%;
	z-index: 1;
}
#globalnav-list > ul > li > .globalnav-txt {
	color: #FFF;
	width: 100%;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	text-decoration: none;
	-webkit-justify-content: center;
	        justify-content: center;
	line-height: 1.3;
	text-align: center;
}

#globalnav-list > ul > li > .globalnav-txt > span {
	position: relative;
	z-index: 2;
}
#globalnav-list > ul > li > .globalnav-txt:after  {
	content: "";
	width: calc(100% + 2px);
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #021933;
	border: #021933 1px solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 0;
	transition: .3s;
}
#globalnav-list > ul > li:hover,
#globalnav-list > ul > li > .globalnav-txt:hover {
	background: #FFF;
	color: #021933;
}

#globalnav-list > ul > li:hover {
	cursor: default;
}
#globalnav-list > ul > li:hover > .globalnav-sub {
	display: block;
}
#globalnav-list > ul > li:hover .globalnav-txt:after,
#globalnav-list > ul > li > .globalnav-txt:hover:after {
	z-index: 1;
	background: #FFF;
}
#globalnav-list > ul > li:hover > .globalnav-txt > span {
	color: #021933;
}
.globalnav-sub {
	position: absolute;
	top: 45px;
	left: 0;
	width: 300px;
	background: #1E5FA6;
	display: none;
	border: #1E5FA6 1px solid;
}
.globalnav-sub li ~ li {
	border-top: #fff 1px solid;
}
.globalnav-sub a {
	color: #FFF;
	padding: 10px 20px;
	display: block;
	text-decoration: none;
	text-align: left;
}
.globalnav-sub a:hover {
	background: #dae7f6;
	color: #1E5FA6;
}
/*subnav*/
/*------------------------------------------------------------------------------*/


#subnav {
	width: 240px;
	background: url(../image/common/subnav_end.gif) no-repeat bottom;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#subnav ul {
	list-style-type: none;
	width: 240px;
	background: url(../image/common/subnav_rp.gif) repeat-y;
	padding-top: 10px;
}
#subnav_title a {
	width: 240px;
	height: 48px;
	background: url(../image/common/subnav_title.gif) no-repeat;
	line-height: 48px;
	text-align: center;
	color: #021933;
	font-size: 14px;
	font-weight: bold;
	display: block;
	overflow: hidden;
}
#subnav_title a:hover { text-decoration: underline; }
#subnav li a {
	width: 240px;
	height: 40px;
	background: url(../image/common/subnav01.gif) no-repeat;
	line-height: 40px;
	text-indent: 35px;
	font-size: 12px;
	color: #333;
	display: block;
	overflow: hidden;
}
#subnav li a:hover, #subnav ul li.current a, #subnav ul li.current a:hover {
	background: url(../image/common/subnav01_ov.gif) no-repeat;
	font-weight: bold;
}
#subnav li.current ul li a {
	width: 240px;
	height: 40px;
	background: url(../image/common/subnav02.gif) no-repeat;
	line-height: 40px;
	text-indent: 30px;
	font-size: 11px;
	color: #333;
	display: block;
	overflow: hidden;
	font-weight: normal;
}
#subnav li.current ul li a:hover, #subnav li.current ul li.current a {
	background: url(../image/common/subnav02_ov.gif) no-repeat;
	font-weight: bold;
}
#subnav li.current ul li.current ul li a {
	width: 240px;
	height: 40px;
	background: url(../image/common/subnav03.gif) no-repeat;
	line-height: 40px;
	text-indent: 40px;
	font-size: 11px;
	color: #333;
	display: block;
	overflow: hidden;
	font-weight: normal;
}
#subnav li.current ul li.current ul li a:hover {
	background: url(../image/common/subnav03_ov.gif) no-repeat;
	font-weight: bold;
}
/*global*/
/*------------------------------------------------------------------------------*/


.subtitle02 {
	width: 710px;
	height: 74px;
	background: url(../image/common/subtitle02.gif) no-repeat;
	line-height: 74px;
	text-indent: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 25px;
	overflow: hidden;
}
.subtitle03 {
	width: 710px;
	height: 46px;
	background: url(../image/common/subtitle03.gif) no-repeat;
	line-height: 40px;
	text-indent: 20px;
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
	overflow: hidden;
}
.subtitle04 {
	background: url(../image/common/subtitle04.gif) no-repeat 0 1px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 3px 25px;
	margin-bottom: 15px;
}
.subtitle05 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: dotted 1px #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
/*sub common*/
/*------------------------------------------------------------------------------*/

/* alternate */

table.li_arrow td, table .li_arrow {
	background: url(../image/common/arr02.jpg) 0 0.5em no-repeat scroll;
	padding-left: 1em;
}
/* boxes */

.result_box {
	background: url(../image/common/ico_arrow_bottom.jpg) 50% 0 no-repeat scroll;
	padding: 40px 0 0 0;
}
.box2 {
	width: 100%;
	clear: both;
	overflow: hidden;
}
.box2:before, .box2:after {
	content: "";
	display: block;
}
.box2:after { clear: both; }
.box2_left {
	width: 340px;
	float: left;
	height: 100px;
	overflow: hidden;
}
.box2_right {
	width: 340px;
	float: right;
	height: 100px;
	overflow: hidden;
}
.box2_02 {
	width: 100%;
	clear: both;
	overflow: hidden;
}
.box2_02:before, .box2_02:after {
	content: "";
	display: block;
}
.box2_02:after { clear: both; }
.box2_02_left {
	width: 226px;
	float: left;
	overflow: hidden;
	margin-left: 121px;
}
.box2_02_right {
	width: 226px;
	float: right;
	overflow: hidden;
	margin-right: 121px;
}
.box3 {
	width: 100%;
	clear: both;
	overflow: hidden;
}
.box3:before, .box3:after {
	content: "";
	display: block;
}
.box3:after { clear: both; }
.box3_left {
	width: 226px;
	float: left;
	margin-right: 16px;
}
.box3_center {
	width: 226px;
	float: left;
}
.box3_right {
	width: 226px;
	float: right;
}
.box4 {
	width: 100%;
	clear: both;
	overflow: hidden;
}
.box4:before, .box4:after {
	content: "";
	display: block;
}
.box4:after { clear: both; }
.box4_left {
	width: 175px;
	float: left;
	margin-right: 10px;
}
.box4_right {
	width: 170px;
	float: right;
}
.contact_box {
	clear: both;
	width: 600px;
	height: 141px;
	position: relative;
	margin: 0 auto;
	margin-top: 50px;
	background: url(../image/common/contact_box.jpg) no-repeat 0 0;
}
.contact_box_btn {
	position: absolute;
	bottom: 30px;
	right: 28px;
}
/*table*/
/*------------------------------------------------------------------------------*/


table.tab {
	border-collapse: collapse;
	border: 1px solid #cccccc;
}
table.tab td {
	border: 1px solid #cccccc;
	padding: 5px 10px;
}
table.tab td td {
	border: none;
	padding: 0;
}
table.tab td.highlight {
	background-color: #EFEFEF;
	font-weight: bold;
}
table.tab td.none_boder { border: none; }
/*------------------------------------------------------------------------------*/
/*top*/
/*------------------------------------------------------------------------------*/


#top_box01 h3, #top_box02 h3 { margin-bottom: 10px; }
.top_title_1 {
	width: 480px;
	height: 42px;
	position: relative;
}
.top_title_1 li.title_btn {
	position: absolute;
	top: 14px;
	right: 27px;
}
#top_box02 {
	border: #CCCCCC 1px solid;
	width: 690px;
	padding: 10px;
}
#top_box02 h3 {
	width: 690px;
	background: #313757;
	text-align: center;
	height: 40px;
}
.top_box2_left {
	width: 340px;
	float: left;
	height: 100px;
	overflow: hidden;
}
.top_box2_right {
	width: 340px;
	float: right;
	height: 100px;
	overflow: hidden;
}
.top_box02_txt { padding: 10px; }
.bg_aqua { background: #E3F5FD; }
#top_box03 { width: 710px; }
.top_box3_left {
	width: 345px;
	float: left;
}
.top_box3_right {
	width: 345px;
	float: right;
}
/*top rss*/
/*------------------------------------------------------------------------------*/


#top_rss_box {
	border: #CCC 1px solid;
	clear: both;
	width: 682px;
	padding: 14px 14px 18px 14px;
	position: relative;
}
#top_rss_box .title_btn {
	position: absolute;
	top: -1px;
	right: -1px;
}
#top_rss_box .rss_date {
	clear: both;
	width: 65px;
	float: left;
	padding: 10px 0 0 0;
}
#top_rss_box .rss_title {
	width: 600px;
	text-decoration: underline;
	float: right;
	padding: 10px 0 0 0;
	color: #1E5FA6;
}
#top_rss_box .rss_title a {
	color: #1E5FA6;
	text-decoration: underline;
}
#top_rss_box .rss_contents { display: none; }
/*sub rss*/
/*------------------------------------------------------------------------------*/


#sub_rss_box .rss_date {
	clear: both;
	width: 120px;
	float: left;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
}
#sub_rss_box .rss_title {
	width: 590px;
	float: right;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
}
#sub_rss_box .rss_contents {
	clear: both;
	border-bottom: dotted 1px #CCCCCC;
	padding: 5px 0 10px 120px;
}
/*side*/
/*------------------------------------------------------------------------------*/


#slide_box {
	border: solid 1px #CCCCCC;
	padding: 9px;
	margin-bottom: 30px;
}
#slide_box h3 { margin-bottom: 10px; }
#side_contact_box {
	width: 240px;
	height: 167px;
	background: url(../image/common/side_contact_bg.gif) no-repeat 0 0;
	position: relative;
}
.side_contact_title {
	position: absolute;
	top: 10px;
	top: 23px;
	left: 35px;
	font-weight: bold;
	color: #FFF;
}
.side_contact_btn {
	position: absolute;
	left: 84px;
	bottom: 20px;
}
.side_contact_btn01 { top: 50px; }
.side_contact_btn02 { bottom: 10px; }
.banner_list li { margin-bottom: 10px; }
.banner_flow { position: relative; }
.banner_flow_txt {
	top: 99px;
	width: 224px;
	overflow: hidden;
	left: 8px;
	position: absolute;
	line-height: 12px;
	color: #FFF;
	font-size: 11px;
}
/*sub sample*/
/*------------------------------------------------------------------------------*/


.sub_box03_sample { width: 226px; }
.sub_box04_sample {
	width: 155px;
	border: solid 1px #CCCCCC;
	padding: 9px;
}
.sub_icon_box_sample {
	border: double 3px #CCCCCC;
	padding: 10px 10px 5px 10px;
}
.sub_icon_table_sample td {
	background: url(../image/common/icon.gif) no-repeat 0 5px;
	padding: 0 0 5px 20px;
}
/*accordion*/
/*------------------------------------------------------------------------------*/

.use_accordion_head {
	position: relative;
	padding-left: 55px;
	height: 34px;
	line-height: 30px;
	vertical-align: middle;
	border-bottom: solid 1px #0175BE;
	background: url(../image/faq_q.jpg) no-repeat left top;
	font-weight: bold;
	cursor: pointer;
}
.use_accordion_head span {
	width: 13px;
	height: 13px;
	background: url(../image/common/icon_plus.gif) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 8px;
	right: 20px;
}
.use_accordion_head.selected span { background: url(../image/common/icon_minus.gif) no-repeat 0 0; }
.use_accordion_in {
	margin-top: 10px;
	padding-left: 55px;
	background: url(../image/faq_a.jpg) no-repeat left top;
}
/*waiting_time   analysis.*/
/*------------------------------------------------------------------------------*/

.waiting_box{
	position:relative;
}

.arr02 {
	background: url(../image/common/arr02.jpg) no-repeat 0 5px;
	text-indent: 10px;
}
.analysis_card {
	padding: 15px;
	background: #EEE;
}
.analysis_card_title {
	color: #02AEF0;
	font-size: 15px;
	font-weight: bold;
}
.b_dd {
	border-bottom: 1px #666666 dotted;
	padding-bottom: 15px;
}
.table_title {
	color: #021933;
	font-weight: bold;
}
.system_title {
	color: #01ADF0;
	font-size: 16px;
	font-weight: bold;
}
.system_l {
	width: 320px;
	height:410px;
	float: left;
	padding: 10px;
	border: 1px #666666 solid;
}
.system_r {
	width: 320px;
	height:410px;
	float: right;
	padding: 10px;
	border: 1px #666666 solid;
}

td span.arrow{
	float:left;
	position:absolute;
	bottom:-17px;
	left:42px;
}



/*example*/
/*------------------------------------------------------------------------------*/

.example_flow {
	background: url(../image/common/ico_arrow_bottom.jpg) 50% 100% no-repeat scroll;
	padding: 0 0 40px 0;
}
.example_flow_inner {
	background: #F2F2F2;
	padding: 15px;
}
.example_flow_rusult { }
/*trouble*/
/*------------------------------------------------------------------------------*/

.trouble_doctor {
	background: url(../image/trouble_bg_doctor.jpg) 0 0 no-repeat scroll;
	height: 74px;
	padding-left: 110px;
	padding-right: 20px;
	vertical-align: middle;
}
.trouble_consultant {
	background: url(../image/trouble_bg_consultant.jpg) 0 0 no-repeat scroll;
	height: 74px;
	padding-left: 20px;
	padding-right: 110px;
	vertical-align: middle;
}

/*flow*/
/*------------------------------------------------------------------------------*/
.flow_bg {
	background-color:#F2F2F2;
	width:710px;
}

.flow_bg02 {
	background-color:#FFF;
	width:710px;
}


/*simtemap*/
/*------------------------------------------------------------------------------*/


.sitemap {
	margin-left: 20px;
	padding-top: 10px;
}
.sitemap li {
	list-style: none;
	background: url(../image/common/arr.gif) no-repeat 0 5px;
	padding: 0 0 0 12px;
	margin: 10px 0px;
}
.sitemap ul { padding: 0 0 5px 30px; }
.sitemap ul li {
	background: none;
	list-style: square;
	padding: 0 0 0 0;
	margin: 5px 0px;
}
.sitemap ul ul { padding: 0 0 5px 30px; }
.sitemap ul ul li {
	background: none;
	list-style: none;
}


/*------------------------------------------------------------------------------*/
/*TOPãƒ¡ãƒ‡ã‚£ã‚¢*/
.indexMedia {
    max-width: 980px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.indexMedia .innblock {
    position: relative;
	text-align: left;
    padding: 0 10px 10px;
}
.indexMedia .innblock::after{
	content: "";
	width: calc(100% - 20px);
	height: 3px;
	background-color: #031A33;
	position: absolute;
	bottom: 0;
	left: 10px;
}
.indexMedia .foto {
    height: 120px;
    position: relative;
    margin-bottom: 20px;
}
.indexMedia .foto .inn {
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.indexMedia .foto .inn img {}

.indexMedia .innblock:hover .foto img {}

.indexMedia .txtArea {}

.indexMedia .time {
    color: #999999;
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}

.indexMedia .HTitl {
	font-size: 18px;
	color: #031A33;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.indexMedia .txt {
    color: initial;
    font-size: 14px;
}

.indexMedia .category {
    background-color: #1DAEEF;
    color: #FFF;
    display: inline-block;
    padding: 5px 8px;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(50%);
}