* { zoom: 1; }
ul, ol, li { zoom: normal; }
/*-------------------- CONFIG --------------------*/
body {
	color: #333333;
	background: #ffffff;
	font-size:13px;
	line-height:1.4em;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	-webkit-text-size-adjust: none;
}

a {
	color: #101177;
	text-decoration: none;
}
a:visited {
	color: #101177;
}
a:hover {
	color: #101177;

}





/*-------------------- COMMON --------------------*/
.f_left {
 float:left;	
}
.f_right{
 float:right;	
}

span.bold{
	font-weight:bold;	
}
span.red{
	color:#ff0000;	
}
.wrap{
	width:96%;
	margin:0 auto;
	position:relative;
}

/*-------------------- LAYOUT --------------------*/
.maincol{
	margin-bottom:40px;	
}


/*-------------------- HEADER --------------------*/
header{
	margin-bottom:15px;	
}
header h1{
	color:#ffffff;
	font-size:8px;
	background:#566DCB;
	padding:4px 6px;	
	font-weight:normal;
	border-bottom:1px solid #2e4ebf;
}
header .branding{
	background: #2e4ebf;
	background: -moz-linear-gradient(top,  #2e4ebf 0%, #01009a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e4ebf), color-stop(100%,#01009a));
	background: -webkit-linear-gradient(top,  #2e4ebf 0%,#01009a 100%);
	background: -o-linear-gradient(top,  #2e4ebf 0%,#01009a 100%);
	background: -ms-linear-gradient(top,  #2e4ebf 0%,#01009a 100%);
	background: linear-gradient(to bottom,  #2e4ebf 0%,#01009a 100%);
	border-top:1px solid #566DCB;
	height:54px;
	position:relative;
}
header .branding figure{
	position:absolute;
	top:6px;
	left:6px;
}
header .branding .name_top{
	position:absolute;
	height:54px;
	left:48px;
	top:5px;
	color:#ffffff;
	font-size:10px;
	line-height:28px;
}
header .branding .name{
	position:absolute;
	height:54px;
	left:48px;
	top:10px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	line-height:52px;
}
header .branding .form_bt{
	position:absolute;
	height:54px;
	left:260px;
	top:12px;
	line-height:52px;
}

@media only screen and (max-width: 320px) {
header .branding .name_top{
	letter-spacing: -0.2em;
}
header .branding .form_bt{
	left:185px;
}
}
header .gnavi ul{
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	display:table;	
	width:100%;
}
header .gnavi ul li{
	display:table-cell;
	width:25%;
	border-left:1px solid #999999;
	padding:0;
}
header .gnavi ul li.top{
	border-left:none;
}
header .gnavi ul li a{
	display:block;
	position:relative;
	text-align:center;
	padding:6px 0;
	text-decoration:none;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #e9eaeb 51%, #e9eaeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(51%,#e9eaeb), color-stop(100%,#e9eaeb));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#e9eaeb 51%,#e9eaeb 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#e9eaeb 51%,#e9eaeb 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#e9eaeb 51%,#e9eaeb 100%);
}
header .gnavi ul li a span{
	font-weight:bold;
	color:#313DAA;	
}
header .gnavi ul li a span.text_s{
	font-size:12px;
}

/*-------------------- SUBMENU --------------------*/

#menu_area .menu_area_head {
    position: absolute;
    right: 11%;
    top: -16px;
}
#menu_area h1.menuTitle{
	background: #5378cd;
	background: -moz-linear-gradient(top,  #5378cd 0%, #4556d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5378cd), color-stop(100%,#4556d8));
	background: -webkit-linear-gradient(top,  #5378cd 0%,#4556d8 100%);
	background: -o-linear-gradient(top,  #5378cd 0%,#4556d8 100%);
	background: linear-gradient(to bottom,  #5378cd 0%,#4556d8 100%);
	border-top:1px solid #f5f5f5;
	padding:0;
}
#menu_area h1.menuTitle.topTitle{
	border-top:0;
}

#menu_area h1.menuTitle span{
	display:block;
	background:url(../img/menu_area_h1_op.png) no-repeat 98% center;
	height:51px;
	line-height:51px;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	padding-left:10px;
}
#menu_area h1.menuTitle.active span{
	background:url(../img/menu_area_h1_cl.png) no-repeat 98% center;
}
#menu_area h1.Title{
	background: #5378cd;
	background: -moz-linear-gradient(top,  #5378cd 0%, #4556d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5378cd), color-stop(100%,#4556d8));
	background: -webkit-linear-gradient(top,  #5378cd 0%,#4556d8 100%);
	background: -o-linear-gradient(top,  #5378cd 0%,#4556d8 100%);
	background: linear-gradient(to bottom,  #5378cd 0%,#4556d8 100%);
	border-top:1px solid #f5f5f5;
	padding:0;
}
#menu_area h1.Title a{
	display:block;
	background:url(../img/menu_area_title_bullet.png) no-repeat 97% center;
	height:51px;
	line-height:51px;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	padding-left:10px;
	text-decoration:none;
}
#menu_area ul li{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e6e7 5%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(5%,#e5e6e7), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e6e7 5%,#ffffff 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e6e7 5%,#ffffff 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e6e7 5%,#ffffff 100%);
	border-top:1px solid #999999;
}
#menu_area ul li a{
	display:block;
	background:url(../img/menu_area_li_bullet.png) no-repeat 97% center;
	height:51px;
	line-height:51px;
	font-size:18px;
	color:#313DAA;
	text-decoration:none;
	padding-left:10px;
	font-weight:bold;
}


/*-------------------- FOOTER --------------------*/
footer .backtotop_area{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 36%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(36%,#ffffff), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 36%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 36%,#ededed 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 36%,#ededed 100%);
	text-align:center;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}
footer .backtotop_area a{
	display:block;
	color:#101177;
	height:51px;
	line-height:50px;
	text-decoration:none;	
}
footer .backtotop_area a span{
	padding-left:6px;
	color:#4568d8;
}
footer .contact_area{
	background:#F1F4FF;
	padding:25px 0;	
}
footer .contact_area p.text1{
	text-align:right;
	margin-bottom:6px;
	font-weight:bold;
	font-size:12px;
}
footer .contact_area p.text2{
	text-align:right;
	margin-bottom:8px;
	font-weight:bold;	
}
footer .contact_area p.text2 span.big{
	font-size:18px;
	margin-right:6px;	
}
footer .contact_area p.text2 span.small{
	font-size:14px;
}
footer .contact_area p.phone{
	font-size:20px;
	background:#FDCF16;
	height:50px;
	line-height:50px;
	text-align:center;
	font-weight:bold;
	margin-bottom:8px;
}
footer .contact_area p.phone span.num{
	font-size:30px;	
}
footer .contact_area p.text3{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}
footer .contact_area .btn_area li{
	width:49%;	
}
footer .contact_area .btn_area li.left{
	float:left;
}
footer .contact_area .btn_area li.right{
	float:right;
}

footer .contact_area a.btn{
	width:100%;
	height:63px;
	display:block;
	position:relative;
	text-decoration:none;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#cfcdcf);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#cfcdcf));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #999999;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 6px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 6px rgba(255,255,255,1);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 6px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);	
}

footer .contact_area a .icon{
	position:absolute;
	top:4px;
	left:4px;
}
footer .contact_area a .text{
	padding-left:56px;	
}
footer .contact_area a .text p{
	text-align:center;
}
footer .contact_area a.btn_train .text p{
	line-height:63px;
	color:#138906;
	font-weight:bold;
}
footer .contact_area a.btn_phone .text p{
	padding-top:13px;
	color:#F47400;
	font-weight:bold;
}

footer #footer_menu_area{
	background:#eeeeee;
	z-index: 101;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}
		
footer #footer_menu_area h1.menuTitle{
	background: #5378cd;
	background: -moz-linear-gradient(top,  #5378cd 0%, #4556d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5378cd), color-stop(100%,#4556d8));
	background: -webkit-linear-gradient(top,  #5378cd 0%,#4556d8 100%);
	background: -o-linear-gradient(top,  #5378cd 0%,#4556d8 100%);
	background: linear-gradient(to bottom,  #5378cd 0%,#4556d8 100%);
	border-top:1px solid #f5f5f5;
	padding:0;
}
footer #footer_menu_area h1.menuTitle.topTitle{
	border-top:0;
}

footer #footer_menu_area h1.menuTitle span{
	display:block;
	background:url(../img/menu_area_h1_op.png) no-repeat 98% center;
	height:51px;
	line-height:51px;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	padding-left:10px;
}
footer #footer_menu_area h1.menuTitle.active span{
	background:url(../img/menu_area_h1_cl.png) no-repeat 98% center;
}
footer #footer_menu_area h1.Title{
	background: #5378cd;
	background: -moz-linear-gradient(top,  #5378cd 0%, #4556d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5378cd), color-stop(100%,#4556d8));
	background: -webkit-linear-gradient(top,  #5378cd 0%,#4556d8 100%);
	background: -o-linear-gradient(top,  #5378cd 0%,#4556d8 100%);
	background: linear-gradient(to bottom,  #5378cd 0%,#4556d8 100%);
	border-top:1px solid #f5f5f5;
	padding:0;
}
footer #footer_menu_area h1.Title a{
	display:block;
	background:url(../img/menu_area_title_bullet.png) no-repeat 97% center;
	height:51px;
	line-height:51px;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	padding-left:10px;
	text-decoration:none;
}
footer #footer_menu_area ul li{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e6e7 5%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(5%,#e5e6e7), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e6e7 5%,#ffffff 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e6e7 5%,#ffffff 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e6e7 5%,#ffffff 100%);
	border-top:1px solid #999999;
}
footer #footer_menu_area ul li a{
	display:block;
	background:url(../img/menu_area_li_bullet.png) no-repeat 97% center;
	height:51px;
	line-height:51px;
	font-size:18px;
	color:#313DAA;
	text-decoration:none;
	padding-left:10px;
	font-weight:bold;
}
footer .footer_sub_menu{
	border-bottom:1px solid #999999;
	display:table;	
	width:100%;
}
footer .footer_sub_menu li{
	display:table-cell;
	width:50%;
	border-left:1px solid #999999;
	padding:0;
}
footer .footer_sub_menu li.top{
	border-left:none;
}
footer .footer_sub_menu li a{
	display:block;
	position:relative;
	color:#101177;
	text-decoration:none;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 36%, #e4e5e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(36%,#ffffff), color-stop(100%,#e4e5e6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 36%,#e4e5e6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 36%,#e4e5e6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 36%,#e4e5e6 100%);
}
footer .footer_sub_menu li.left a span{
	display:block;
	background:url(../img/footer_sub_menu_home.png) no-repeat 10px center;
	padding-left:45px;
	color:#101177;
	line-height:35px;
	text-align:left;
}
footer .footer_sub_menu li.right a{
	padding-right:10px;
	height:35px;
	line-height:35px;
	text-align:right;
}
footer .footer_sub_menu li.right a span{
	padding-left:6px;
	color:#4568d8;
}
footer .device_seleft_area{
	background:#c5c5c5;
	padding:12px 0;	
}
footer .device_seleft_area p{
	text-align:center;
}
footer .device_seleft_area span{
	color:#101177;
}
footer .copyright_area{
	background:#566DCB;
	padding:5px 0;
}
footer .copyright_area p{
	color:#ffffff;
	font-size:12px;
	text-align:center;
}

/*-------------------- COMMON --------------------*/
.yellow_box{
	background:#f8f7c9;
	padding:15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:20px;
}

.concerta_box{
	margin-top:20px;
	margin-bottom:20px;
}

.concerta_box figure{
	width:100%;
}
.concerta_box figure img{
	width:100%;
	display:block;
}


h2.normal{
	height:51px;
	background:url(../img/h2_bg.jpg) repeat-x left top;
	margin-bottom:20px;
}
h2.normal span{
	display:block;
	height:51px;
	background:url(../img/h2_span_head.jpg) no-repeat left top;
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
	line-height:51px; 
	padding-left:10px;
}
h3.normal{
	background: #f9f9f9;
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #e4e5e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e4e5e6));
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e4e5e6 100%);
	background: -o-linear-gradient(top,  #f9f9f9 0%,#e4e5e6 100%);
	background: linear-gradient(to bottom,  #f9f9f9 0%,#e4e5e6 100%);
	border:1px solid #999999;
	margin-bottom:20px;
}
h3.normal span{
	display:block;
	background:url(../img/h3_span_head.jpg) no-repeat 12px center;
	height:42px;
	font-weight:bold;
	font-size:16px;
	color:#333333;
	line-height:40px; 
	padding-left:30px;
}
.bullet_link{
	margin-bottom:20px;	
}
.bullet_link a{
	background:url(../img/link_bullet.png) no-repeat left center;
	padding-left:15px;	
}


/*-------------------- TOP --------------------*/
.toppage .visual{
	border:1px solid #999999;
	padding:6px;	
	margin-bottom:10px;
}
.toppage .visual figure{
	width:100%;
}
.toppage .visual figure img{
	width:100%;
	display:block;
}
.toppage .topic_list dt{
	background:url(../img/toppage_topic_dotted.png) repeat-x left bottom;
	padding-bottom:5px;
	margin-bottom:5px		
}
.toppage .topic_list dd{
	margin-bottom:25px		
}


/*-------------------- CLINIC > GALLERY --------------------*/
.clinic_gallery .clinic_map{
	border:1px solid #999999;
	padding:6px;	
	margin-bottom:10px;
}
.clinic_gallery .clinic_map figure{
	width:100%;
}
.clinic_gallery .clinic_map figure img{
	width:100%;
	display:block;
}
.clinic_gallery .text{
	margin-bottom:30px;	
}

.clinic_gallery .slider_wrap .bx-viewport li{

}
.clinic_gallery .slider_wrap .bx-viewport li figure{
	border:6px solid #ffffff;
}
.clinic_gallery .slider_wrap .bx-viewport li img{
	width:100%;
	display:block;
}


/*-------------------- CLINIC > ABOUTUS --------------------*/
.clinic_aboutus .img_box{
	margin-bottom:20px;	
}
.clinic_aboutus .img_box ul li{
	width:48%;
	border:1px solid #999999;	
}
.clinic_aboutus .img_box ul li.left{
	float:left;	
}
.clinic_aboutus .img_box ul li.right{
	float:right;	
}

.clinic_aboutus .img_box ul li figure{
	padding:6px;	
}
.clinic_aboutus .img_box ul li figure img{
	display:block;
	width:100%;
}
.clinic_aboutus .text{
	margin-bottom:30px;	
}
.clinic_aboutus table{
	width:100%;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	margin-bottom:20px;
}
.clinic_aboutus table th{
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	background:#F4F4F4;
	text-align:center;
	width:30%;
	padding:8px 0;
	font-size:12px;
}
.clinic_aboutus table td{
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	text-align:center;
	width:10%;
	padding:8px 0;
}

/*-------------------- CLINIC > GREETING --------------------*/
.clinic_greeting .text{
	margin-bottom:30px;
}


/*-------------------- GUIDANCE > DETAIL --------------------*/
.guidance_detail .text{
	margin-bottom:30px;
}
.guidance_detail ul{
	margin-bottom:30px;	
}
.guidance_detail ul li{
	background:url(../img/gold_bullet.png) no-repeat left 2px;
	padding-left:18px;
	margin-bottom:5px;
}


/*-------------------- GUIDANCE > MEDICAL CURE --------------------*/
.guidance_medicalcure .text{
	margin-bottom:30px;
}


/*-------------------- HOMEVISIT --------------------*/
.homevisit .text{
	margin-bottom:30px;
}
.homevisit .img_box{
	margin-bottom:30px;	
}
.homevisit figure img{
	width:100%;
	display:block;
}
.homevisit h4{
	background:url(../img/gold_bullet.png) no-repeat left 2px;
	padding-left:18px;
	margin-bottom:10px;	
}
.homevisit ul{
	margin-left:15px;
	margin-bottom:30px;	
}
.homevisit ul li{
	background:url(../img/dot_bullet.png) no-repeat left 7px;
	padding-left:5px;
	margin-bottom:5px;
}
.homevisit table{
	width:100%;
	margin-bottom:30px;	
}
.homevisit table th{
	width:100px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding:10px 0;
}
.homevisit table td{
	font-size:13px;
	text-align:left;
	vertical-align:middle;
}
.homevisit table th.arrow{
	color:#B4960E;
	font-size:18px;
}


/*-------------------- OUTPATIENTS --------------------*/
.outpatients table{
	width:100%;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	margin-bottom:20px;
}
.outpatients table th{
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	background:#F4F4F4;
	text-align:center;
	width:30%;
	padding:8px 0;
	font-size:12px;
}
.outpatients table td{
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	text-align:center;
	width:10%;
	padding:8px 0;
}
.outpatients .text{
	margin-bottom:30px;	
}
/*-------------------- ACCESS --------------------*/
.access .map_text{
	margin-bottom:20px;	
}
.access .map{
	border:1px solid #999999;
	padding:6px;	
	margin-bottom:25px;
}
.access .map figure{
	width:100%;
}
.access .map figure img{
	width:100%;
	display:block;
}
.access .gmap{
	margin-bottom:30px;	
}
.access .gmap a{
	display:block;
	width:80%;
	margin:0 auto;
	padding:15px 0;
	text-align:center;
	background: #5577cc;
	background: -moz-linear-gradient(top,  #5577cc 0%, #4556d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5577cc), color-stop(100%,#4556d8));
	background: -webkit-linear-gradient(top,  #5577cc 0%,#4556d8 100%);
	background: -o-linear-gradient(top,  #5577cc 0%,#4556d8 100%);
	background: linear-gradient(to bottom,  #5577cc 0%,#4556d8 100%);
	border-radius: 8px;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
}
.access .train_access h4{
	margin-bottom:10px;
}
.access .train_access h4 span{
	color:#0000ff;
}
.access .train_access ul{
	margin-left:13px;
	margin-bottom:25px;
}
.access .train_access ul li{
	margin-bottom:6px;	
}



/*-------------------- concerta --------------------*/
.concerta .read_text{
	font-size:14px;
	display:block;
	color:#F00;
	margin-top:10px;
	margin-bottom:15px;
	font-weight:bold;
}

.concerta .text{
	margin-bottom:30px;
}
.concerta .img_box{
	margin-bottom:30px;	
}
.concerta figure img{
	width:100%;
	display:block;
}
.concerta h4{
	background:url(../img/gold_bullet.png) no-repeat left 2px;
	padding-left:18px;
	margin-bottom:10px;	
}
.concerta ul{
	margin-left:15px;
	margin-bottom:30px;	
}
.concerta ul li{
	background:url(../img/dot_bullet.png) no-repeat left 7px;
	padding-left:5px;
	margin-bottom:5px;
}

.concerta p.phone{
	font-size:20px;
	background:#FDCF16;
	height:140px;
	line-height:26px;
	text-align:center;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:8px;
}
.concerta p.phone span.num{
	font-size:26px;	
}

/*-------------------- FORM > ABOUTUS --------------------*/
.form .img_box{
	margin-bottom:20px;	
}
.form .img_box ul li{
	width:48%;
	border:1px solid #999999;	
}
.form .img_box ul li.left{
	float:left;	
}
.form .img_box ul li.right{
	float:right;	
}

.form .img_box ul li figure{
	padding:6px;	
}
.form .img_box ul li figure img{
	display:block;
	width:100%;
}
.form .text{
	margin-bottom:30px;	
}
.form table{
	width:97%;
	margin: 0 10px 0 5px;
	text-align:center;
	font-size:14px;
	 border-collapse: collapse;
}
.form table th{
	border-top: 1px solid #ccc;
    width: 100%;
    display: block;
	text-align:left;
    padding: 10px 0 10px;
}
.form table td{
    padding: 10px 0 10px;
    width: 100%;
    display: block;
	text-align:center;
	background-color:#d7e0fc;
}

.form table input{
	width:85%;
	font-size:16px;
    padding: 7px;
	line-height: 1.6;
	border: 2px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.form table input[type="radio"]{
  -webkit-appearance: none;
  width:40px;
  height:40px;
  border:2px solid #999;
  border-radius:20px;
  background:transparent;
  background:#fff;
}
.form table input[type="radio"]:checked{
  background:#666666;
  opacity:1;
}
.form table input[type="checkbox"]{
  -webkit-appearance: none;
  width:15px;
  height:15px;
  border:2px solid #999;
  border-radius:1px;
  background:transparent;
  opacity:0.5;
}

/*.form table select{
	width: 24%;
	padding: 10px;
	line-height: 1.6;
	font-size:18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #ccc;
	background: #eee;
	background: url(arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 40%,#d6d4d6 90%,#e2e1e2 100%);
	background: url(arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 40%,#d6d4d6 90%,#e2e1e2 100%);
	background-size: 20px, 100%;
}*/


.form table select {
	width: 24%;
	padding: 10px;
	line-height: 1.6;
	font-size:18px;
    border-radius: 0px;
    border-color: rgb(169, 169, 169);
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: #999;
	border: 2px solid #999;
    background-color: white;
    cursor: default;
    /*border-width: 2px;*/
    border-style: solid;
    border-color: initial;
    border-image: initial;
}

.form table select.w18{
	width: 18%;
}


input.btn {
    width: 130px;
	height:50px;
	font-size:14px;
    padding: 20px 0;
    margin-left: auto;
    margin-right: auto;
    line-height: 0.8;
	background: url(arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 40%,#d6d4d6 90%,#e2e1e2 100%);
	background: url(arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 40%,#d6d4d6 90%,#e2e1e2 100%);
	border: 2px solid #ccc;
    display: inline-block;
    text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

