@charset "utf-8";

/* common
****************************************************/

	*{ margin:0; padding:0; word-break:break-all; box-sizing:border-box; }
	body{ font-size:19px; line-height:180%; color:#000; font-family:mplus,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo, }
	img{ border:none; font-size:0; }
	ul{ list-style-type:none; }
	a{ text-decoration:none; color:#4d4d4d; }
	a:hover{ text-decoration:underline; }
	a:hover img{ opacity: 0.8; }
	h1{ font-size:14px; font-weight:normal; }
	address{ font-style:normal; }

/* margin
****************************************************/

	.mt10, .mt10ul li{ margin-top:10px; }
	.mt20, .mt20ul li{ margin-top:20px; }
	.mt30, .mt30ul li{ margin-top:30px; }
	.mt50{ margin-top:50px; }
	.mt75{ margin-top:75px; }
	.mt100{ margin-top:100px; }
	.mt-50{ margin-top:-50px; }
	.mb50{ margin-bottom:50px; }
	.mb75{ margin-bottom:75px; }

/* text-align
****************************************************/

	.tar{ text-align:right; }
	.tac{ text-align:center; }
	.ti1{ text-indent:1em; }
	.ti2{ text-indent:-1em; padding-left:1em; }
	.ti2no2{ text-indent:-1em; margin-left:1em; }
	.ti3, .ti3ul li{ text-indent:-1.4em; padding-left:1.4em; }
	
/* color
****************************************************/
	
	.col_red{ color:red; }
	.col_white{ color:white; }
	.col_1, .col1ul li:before, .col1icon:before{ color:#004c96; }
	.col_2, .col2ul li:before, .col2icon:before{ color:#cf001c; }
	.col_3, .col3ul li:before, .col3icon:before{ color:#faf9f5; }
	.col_4, .col4ul li:before, .col4icon:before{ color:#b2b2b2; }
	.col_4, .col5ul li:before, .col5icon:before{ color:#4d4d4d; }

/* background
****************************************************/
	
	/* color */
	.bg1col{}
	/* image */
	.bg1img{ background:url(images/bg1img.jpg); }
	
/* icon
****************************************************/

	.icon_1:before, .icon1ul li:before, .icon1dl dt:before{ content:"▶ "; }
	.icon_2:before, .icon2ul li:before, .icon2dl dt:before{ content:"● "; }
	.icon_3:before, .icon3ul li:before, .icon3dl dt:before{ content:"◆ "; }
	.icon_4:before, .icon4ul li:before, .icon4dl dt:before{ content:"■ "; }
	.icon_5:before, .icon5ul li:before, .icon5dl dt:before{ content:"▲ "; }

/* font-size
****************************************************/
	
	.fs_s{ font-size:small; }
	.fs14{ font-size:14px; }
	.fs15{ font-size:15px; }
	.fs16{ font-size:16px; }
	.fs14lh14{ font-size:14px;line-height:140%; }
	.fs20{ font-size:20px; }
	.fs24{ font-size:24px; }

/* btn
****************************************************/
	
	/* template */
	.btn1tmp{ display:inline-block; font-size:20px; text-align:center; }
	.btn1{ background-color:#cf001c; color:#fff; padding:10px 0; font-size:23px; }
	.btn2, .btn2a{ background-color:#004c96; border:1px solid #004c96; color:#fff; padding:10px 0; font-size:23px; }
	.btn2a:hover{ background-color:#fff; color:#004c96; text-decoration:none; }

	.btn3{ background-color:#004c96; border:1px solid #004c96; color:#fff; padding:6px 20px; display:inline-block; font-size:19px; text-align:center; }
	.btn3:hover{ background-color:#fff; color:#004c96; text-decoration:none; }

	
/* link
****************************************************/

	.link1{ background:url(images/link1bg.png) no-repeat left center; padding:5px 0 5px 40px; color:#004c96; text-decoration:underline; }
	.link1:hover{ color:#cf001c; text-decoration:none; }

/* list-style
****************************************************/

	.ls_disc{ list-style:disc; margin-left:1em; }
	.li_span li{ padding-left:100px; overflow:hidden; }
	.li_span li span{ display:block; float:left; width:100px; margin-left:-100px; }

/* border
****************************************************/
	
	.bor1{ border-top:5px solid #004c96; }
	.bor2{ border-top:1px solid #004c96; }
	.bor3{ border-bottom:1px solid #004c96; }
.bor4{ border:1px solid #004c96; padding:20px; }

/* border-radius
****************************************************/

	.br05{ border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; }
	.br10, .br10ul li{ border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; }
	.br15{ border-radius:15px; -webkit-border-radius:15px; -moz-border-radius:15px; }
	.br25, .br25ul li, .br25a a{ border-radius:25px; -webkit-border-radius:25px; -moz-border-radius:25px; }
	.br50{ border-radius:50px; -webkit-border-radius:50px; -moz-border-radius:50px; }
	
/* headline
****************************************************/

	.hl1{ font-size:30px; text-align:center; background:url(images/hl1bg.png) no-repeat center bottom; color:#004c96; padding-bottom:5px; }
	.hl1 span:nth-child(2), .txt2col span:nth-child(2){ color:#cf001c; }


/* page title
****************************************************/

	.pp1ttl{ background-color:#e0e9f6; border-bottom:5px solid #004c96; color:#004c96; font-weight:bold; text-align:center; }
	.pp1ttl span:nth-child(2){ color:#cf001c; }
	.pp1ttl.index { display: none; }
	
/* content
****************************************************/
	
	/* section */
	.section{ padding:120px 0 80px; }
	/* notice */
	#notice h2{ color:#fff; }
	#notice{ height:350px; overflow:auto; margin-top:30px; padding:30px; background-color:#fff; }
	#notice li{}
	#notice::-webkit-scrollbar {
		all:unset;
		width:6px;
		background:transparent;
	}
	
	#notice::-webkit-scrollbar-track {
		all:unset;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
		background: transparent;
	}
	
	#notice::-webkit-scrollbar-thumb {
		all:unset;
		background:#cf001c;
		-webkit-box-shadow: inset 0 0 6px rgba(210,185,123,1);
		border-radius: 8px;
	}
	
	#notice::-webkit-scrollbar-thumb:hover {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
		background: transparent;
	}
	/* index */
	#index .sec2{ background:url(images/index2no1.jpg) no-repeat center center; }
	#index .sec2 .wrap{ background-color:#fff; }
#index .lh150{ line-height:150%; }

  /* index *//* medical *//* footer */
	.surgery__announce { margin-top: 10px; }
	.surgery__announce-text { line-height: 1.8; font-size: 16px; }

		/* cataracts */
#cataracts .cat_1{ background-color:#fbece4; padding:20px; }
#cataracts .cat_1 li { list-style: none; text-indent: -1em; padding-left: 1em; }
#cataracts .cat_1 li:before { content: "◆"; color: #cf001c; }
#cataracts .cat_1 ul{ text-align:left; }
#cataracts .st1{
line-height:160%;
min-height: 38px;
padding: 0 0 0 50px;
background-image:url("../images/cataracts2bg1.png");
background-repeat:no-repeat;
background-position: left top;
}
#cataracts .st2{
line-height:160%;
min-height: 38px;
padding: 0 0 0 50px;
background-image:url("../images/cataracts2bg2.png");
background-repeat:no-repeat;
background-position: left top;
}
#cataracts .st3{
line-height:160%;
min-height: 38px;
padding: 0 0 0 50px;
background-image:url("../images/cataracts2bg3.png");
background-repeat:no-repeat;
background-position: left top;
}
.surgery__note { background: #ffedf0; margin-top: 50px; padding: 20px; border-radius: 20px; }

/* symptom
****************************************************/
	
	/* common */
	#symptom dd a, #symptom2 li a{ text-decoration:none; color:#000000 }
	#symptom dd a:before{ content:"▶"; font-size:14px; margin-right:5px; color:#cf001c; }
	#symptom2 li a:before, #symptom3 .back:before{ content:"▶"; font-size:14px; margin-right:5px; color:#004c96; }
	#symptom dd a:hover:before, #symptom2 li a:hover:before, #symptom3 .back:hover:before{ color:#cf001c; text-decoration:none; }
	/* symptom */
	#symptom{ font-size:16px; }
	#symptom dl{ border:1px solid #004c96; padding:15px 0; }
	#symptom dt{ color:#004c96; font-weight:bold; text-align:center; }
	#symptom dd{ padding:15px; line-height:150%; }
	#symptom dd a{ display:block; margin-top:1em; text-align:right; }
	#symptom dd a:hover{ color:#cf001c; }
	/* symptom2 */
	#symptom2 dd{ margin-top:30px; }
	#symptom2 ul{ border:1px solid #004c96; }
	/* symptom3 */
	#symptom3 h4{ color:#004c96; }
	#symptom3 dt{ font-weight:bold; margin-top:1em; }
	#symptom3 dt:before{ content:"【"; margin-right:5px; }
	#symptom3 dt:after{ content:"】"; margin-left:5px; }
	#symptom3 .back{ padding-top:1em; }
	#symptom3 .outline{ margin-top:50px; border:1px solid #004c96; }

/* disease
****************************************************/

	#disease h3{}
	#disease dl{}
	#disease dt{ color:#004c96; margin-top:40px; }
	#disease dd{ margin-top:20px; }
	#disease li a{
		border:1px solid #004c96;
		color:#004c96;
		display:block;
		font-size:20px;
		text-align:center;
	}
	#disease a:hover{ background-color:#eff6fc; text-decoration:none; }

/* recruit
****************************************************/
.recruit__osusume { border: 2px solid #cf001c; padding: 20px;  border-radius: 20px; }
.recruit__osusume-title { font-weight: bold; color: #cf001c; }
.recruit__osusume-list { margin-top: 10px; }
.recruit__osusume-list li::before { content: "●"; color: #cf001c; margin-right: 5px; }
.recruit__osusume-text { margin-top: 10px; }

.recruit__working { margin-top: 50px; }
.recruit__working { background: #ffedf0; padding: 20px; border-radius: 20px; }
.recruit__working-title { font-weight: bold; color: #cf001c; }
.recruit__working-text { margin-top: 10px; }

.recruit__table { margin-top: 50px; }
.recruit__table .headline02 { font-size: 1.1em; }
.recruit__table .headline02::before { content: ""; margin-right: 10px; border-left: 10px solid #cf001c; }
.recruit__table-catch { display: flex; flex-wrap: wrap; font-weight: bold; color: #004c96; }
.recruit__table-catch .text { margin-top: 10px; }
.recruit__table-list { margin-top: 10px; }
.recruit__table-list .space { margin-top: 20px; }

/* about
****************************************************/

	#about dt{ color:#004c96; margin-top:50px; }
	#about dt:first-child{ margin-top:0; }
	#about dd{ margin:15px; }
	
/* sitemap
****************************************************/

	#sitemap li{ margin-top:15px; }
	#sitemap li:first-child{}
	#sitemap .parent li:before{ content:"■"; color:#cf001c; margin-right:.5em; }
	#sitemap .child li:before{ content:"";  margin-right:0; }
	#sitemap .child a{ text-decoration:underline; }
	#sitemap .child a:hover{ text-decoration:none; }

/* footer
****************************************************/

	address{ font-size:12px; text-align:center; padding:5px 0; color:#fff; background-color:#004c96; }

/* 404
****************************************************/

	.error404{ text-align:center; color:red; padding:100px 0; }

/* table
****************************************************/

	/* Default */
	table{ width:100%; border-collapse:collapse; }
	th{ font-weight:normal; text-align:left; }
	table .vam{ vertical-align:middle!important; }
	/* table_1 */
	.tbl1 th, .tbl1 td{ padding:10px 20px; border:1px solid #3f3f3f; vertical-align:middle; line-height:120%; }
	.tbl1 th{ background-color:#ededed; text-align:center; }
	.tbl1 .th1{ background-color:#ed4d89; color:#fff; }

/* pagetop
****************************************************/

	.pagetop {
		display:none;
		position:fixed;
		bottom:40px;
		right:10px;
		line-height:0;
	}
	.pagetop a{
		display:block;
		padding:5px;
		background-color:#004c96;
		text-align:center;
		color:#ffffff;
		text-decoration:none;
		margin-bottom:5px;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		opacity:.5;
	}
	.pagetop a:hover, .pagetop a:hover img{ opacity:1.0; }

/* page anchor
****************************************************/
	
	#pa1, #pa2, #pa3, #pa4, #pa5, #pa6, #pa7, #pa8, #pa9, #pa10, #pa11, #pa12, #pa13, #pa14
	{ padding-top:50px; margin-top:-50px; }





/**************************************************

	600px over

**************************************************/
@media only screen and (min-width:600px), print{
	
	/* common
	****************************************************/
	
		.wrap{ margin-left:auto; margin-right:auto; width:1000px; }
		.sp{ display:none!important; }
	
	/* width
	****************************************************/
		
		.w50p, .w50p_ul li{ width:50%; }
		.w150{ width:150px; }
		.w195{ width:195px; }
		.w200{ width:200px; }
		.w300{ width:300px; }
		.w500{ width:500px; }
		.w550{ width:550px; }

	/* margin
	****************************************************/
	
		.ml30{ margin-left:30px; }
		.mr20{ margin-right:20px; }
		.mr50{ margin-right:50px; }
		.mlr50{ margin-left:50px; margin-right:50px; }
		
	/* padding
	****************************************************/
	
		.pb50{ padding-bottom:50px; }
		.p20no40{ padding:20px 40px; }
	
	/* overflow:hidden;
	****************************************************/
	
		.oh, .oh_ul{ overflow:hidden; }
		.oh .fl, .oh_ul li{ float:left; }
		.oh .fr{ float:right; }
		.oh .cb{ clear:both; }

	/* column
	****************************************************/
	
		.clm{ letter-spacing:-0.4em; }
		.clm li{ display:inline-block; letter-spacing:normal; vertical-align:top; }
		#medical .clm li + li { margin-left: 1em; }	
	
	/* header
	****************************************************/

		header{ padding-bottom:20px; }		
		header .logo{ margin-top:30px; }	
		header .tel{ text-align:right; margin-top:15px; }	
		header .adr{ margin-top:10px; }	


	/* slider
	****************************************************/
	
		.slide{
			background:url(images/pc2000mv.jpg) no-repeat center top;
			height:530px;
			margin-top:5px;
		}

		#slideshow{
			position:relative;
		 width:100%;
			height:530px;
			margin:0 auto;
		}
		#slideshow li{
			position:absolute;
			height:530px;
			margin:0;
			padding:0;
			background-position:center top;
			background-repeat:no-repeat;
			z-index:1;
		}
		#slideshow p{
			position:absolute;
			z-index:2;
			left:15%;
			bottom:20px;
		}
		
	/* nav
	****************************************************/
		
		nav{ font-weight:bold; width:100%; font-size:16px; margin-bottom:5px; }
		nav ul{ overflow:hidden; }
		nav li{ float:left; border-right:2px solid #7fa5ca; width:167px; }
		nav li:first-child{ border-left:2px solid #7fa5ca; width:165px; }
		nav a{ display:block; text-align:center; line-height:20px; padding:20px 0; }
		nav a:hover, nav .on{ background:url(images/nav_on.png) no-repeat bottom center; text-decoration:none; }
		.fixed{ position:fixed; top:0px; left:0px; z-index:9999; background-color:#fff; }
		.space{ margin-top:60px; }

	/* page title
	****************************************************/
	
		.pp1ttl{ font-size:26px; line-height:30px; padding:60px 0 50px; }

	/* content
	****************************************************/
		
		/* common */
		.section{ padding:90px 0; }
		/* index */
		#index .sec1 .box1 li{ margin:20px 20px 0 0; height:225px; }
		#index .sec1 .box1 li:nth-child(3n){ margin-right:0px; }
		#index .sec1 .box2 li{ width:25%; font-size:15px; }
		#index .sec2 .wrap{ padding:30px 150px; }
		#index .sec2 .wrap p{ margin-top:20px; }
		#index .sec2 h2{ margin-bottom:40px; }
#index .w240{ width:240px; }
#index .w700{ width:700px; line-height:150%; }
#index .fs22{ font-size:22px; }

		/* greeting */
		#greeting .sec1{ line-height:250%; padding:0 150px; }
		#greeting .sec2{ padding:80px 50px 0; }
		#greeting .sec2 h3{ width:195px; text-align:left; }
		#greeting .sec2 .fr{ width:480px; }
		#greeting .sec2 .fr2{ float:right; width:550px; }
		#greeting .sec2 li{ margin-right:30px; }
		/* medical
		#medical .sec2 .fl{ width:680px; }
		 */
		/* guide */
		#guide .sec1 .box{ width:480px; border:1px solid #004c96; padding:20px 30px; height:350px; }
		#guide .sec2 .fl, #guide .sec2 .fr{ width:300px; margin-top:50px; }
		#guide .sec2 .fl{ margin-right:50px; }
		#guide .sec2 .box{ border:1px solid #004c96; padding:20px 15px; height:270px; line-height:150%; margin-top:20px; }
		#guide .sec2 h3{ height:60px; display:table-cell; vertical-align:middle; }

		/* cataracts */
#cataracts .cat_1 li{ display:inline-block; margin-right:40px; }
#cataracts .w300{ width:300px; }
#cataracts .w320{ width:320px; }
#cataracts .w480{ width:480px; }
#cataracts .w690{ width:690px; }


	/* symptom
	****************************************************/
	
		#symptom2 .wrap, #symptom3 .wrap{ padding:40px; }
		/* symptom */
		#symptom .wrap{ width:1050px; }
		#symptom li{ width:300px; margin:40px 25px 0px; }
		#symptom dt{ font-size:20px; }
		#symptom dd{ height:130px; }
		/* symptom2 */
		#symptom2 dt, #symptom3 h3{ font-size:26px; }
		#symptom2 dd{ padding:10px; }
		#symptom2 ul{ margin-top:40px; padding:20px 0 40px 100px; overflow:hidden; }
		#symptom2 li{ float:left; width:31%; margin-left:1%; margin-top:20px; }
		/* symptom3 */
		#symptom3 h3{}
		#symptom3 h4{ font-size:20px; margin-top:40px; }
		#symptom3 .des{ margin-top:1em; }
		#symptom3 .back{ margin:0 1em; }
		#symptom3 .outline{ padding:0 30px 30px; }
		#symptom2 .adj, #symptom3 .adj{ margin-left:50px; margin-right:50px; }
		
	/* disease
	****************************************************/

		/* disease */
		#disease h3{ font-size:28px; }
		#disease dl{ padding:40px; }
		#disease ul{ text-align:center; }
		#disease li{ display:inline-block; margin-top:20px; margin-bottom:20px; }
		#disease li{ margin-right:50px; }
		#disease li:nth-child(3n){ margin-right:0; }
		#disease li a{ width:300px; padding-top:65px; height:150px; line-height:20px; }

	/* sitemap
	****************************************************/
	
		#sitemap{ padding-left:100px; }
		#sitemap .child{ margin-left:1.5em; overflow:hidden; }
		#sitemap .child li{ float:left; width:33%; }
	
	/* bnr_list
	****************************************************/
	
		.bnr1list{ padding:20px 0; }
		.bnr1list li{ margin:0 15px; }
		
	/* footer
	****************************************************/
	
		footer{}
		footer .sec2{ font-size:14px; padding:5px; text-align:center; }
		footer .sec2 li{ margin:0 10px; }

	/* gmap
	****************************************************/
	
		.gmap{
			width:100%;
			position: relative;
			padding-bottom:400px;
			height: 0;
			overflow: hidden;
		}
		.gmap iframe, .gmap object, .gmap embed{
			position: absolute;
			top:0;
			left:0;
			width:100%;
			height:400px;
		}

	/* anc_adj
	****************************************************/
	
		.anc_adj{ margin-top:-75px; padding-top:75px; }

	/* table
	****************************************************/
	
		.tbl1 th{ width:35%; height:70px; }

}





/**************************************************

	600px under

**************************************************/
@media only screen and (max-width:599px){
	
	/* common
	****************************************************/
	
		body{ font-size:16px; }
		.wrap, .wrap800, .section{ padding:15px; line-height:1.5em; }
		img{ max-width:100%; height:auto; }
		.pc{ display:none!important; }
		.sp_tac{ text-align:center; }
	
	/* margin
	****************************************************/
	
		.mt75, .mt100{ margin-top:50px; }
	
	/* padding
	****************************************************/
		
		.p20no40{ padding:10px 20px; }
	
	/* padding
	****************************************************/
		
		ol{ margin-left:30px; }
		
	/* btn
	****************************************************/
		
		.btn1tmp{ display:block; }
	
	/* headline
	****************************************************/
	


	/* header
	****************************************************/
		
		header .logo, header .tel, header .adr{ margin-top:10px; text-align:center; }
				
	/* slideshow
	****************************************************/

		.slide{
			background:url(images/pc2000mv.jpg) no-repeat center top;
			-moz-background-size:100% auto;
			background-size:100% auto;
			padding-top:26%;
			margin-top:20px;
		}
		#slideshow{
			position:relative;
			width:100%;
			padding-top:80%;
		}
		#slideshow li{
			position:absolute;
			width:100%;
			-moz-background-size:100% auto;
			background-size:100% auto;
			height:0;
			margin-top:-80%;
			padding-top:80%;
			background-position:center top;
			background-repeat:no-repeat;
		}
		#slideshow p{
			position:absolute;
			z-index:2;
			bottom:10px;
		}

	/* nav
	****************************************************/
	
		nav{ text-align:center; letter-spacing: -0.4em; }
		nav .wrap{ padding:0 0 0 0; }
		nav li{
			display:inline-table;
			width:31%;
			margin:5px 1% 0 1%;
			vertical-align:top;
			letter-spacing:normal;
			line-height:20px;
			font-size:12px;
		}
		nav li a{
			height:50px;
			display:table-cell;
			vertical-align:middle;
			color:#000;
			text-align:center;
			border:1px solid #004c96;
			border-radius:10px;
			-webkit-border-radius:10px; /* Safari,Google Chrome */
			-moz-border-radius:10px;	/* Firefox */
		}
		nav li a:hover{ background-color:#004c96; color:#fff; text-decoration:none; }
	
	/* page title
	****************************************************/
	
		.pp1ttl{ margin-top:20px; padding:15px 0; background-size:cover; }

	/* content
	****************************************************/
		
		/* common */
		.section{ padding-top:30px; padding-bottom:30px; }
		.sec1com{ background-color:#fff9da; }
		/* index */
		#index .sec1 .box1 li{ margin-top:20px; }
		#index .sec3 .fr{ margin-top:20px; }
#index .fs22{ font-size:20px; }
		/* greeting */
		#greeting .sec2{ padding-top:40px; }
		#greeting .sec2 ul{ margin-top:25px; }
		/* guide */
		#guide .sec2 .fl, #guide .sec2 .fr{ margin-top:50px; }
		#guide .sec2 .box{ margin-top:20px; }


	/* symptom
	****************************************************/

		#symptom2 .wrap, #symptom3 .wrap{ padding:20px; }
		/* symptom */
		#symptom ul{ margin-bottom:20px; }
		#symptom li{ margin-top:30px; }
		#symptom dd{}
		/* symptom2 */
		#symptom2 dd{ margin-top:1em; }
		#symptom2 ul{ margin-top:30px; padding:10px 0 20px 15px; }
		#symptom2 li{ margin-top:10px; }
		/* symptom3 */
		#symptom3 h3{}
		#symptom3 h4{ font-size:20px; margin-top:15px; }
		#symptom3 .des, #symptom3 dl, #symptom3 .back{ margin-top:10px; }
		#symptom3 .outline{ padding:0 15px 15px; }

	/* disease
	****************************************************/
	
		/* disease */
		#disease dl{ padding:20px; }
		#disease ul{ margin-top:30px; padding:0 0 20px; }
		#disease li{ margin-top:20px; }
		#disease li a{ padding:15px; }

	/* footer
	****************************************************/
	
		footer .sec1 .fl{ padding:15px; }
		footer .sec1 .fr{ margin-top:30px; }
		footer .sec2{ padding:15px; }
		footer .sec1 h3, footer .sec1 .oh_ul li{ text-align:center; }

	/* pagetop
	****************************************************/
	
		.pagetop { bottom:40px; }

	/* gmap
	****************************************************/
	
		.gmap{
			position: relative;
			padding-bottom: 56.25%;
			margin-top:10px;
			padding-top:30px;
			height: 0;
			overflow: hidden;
		}
		.gmap iframe, .gmap object, .gmap embed{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
	
	/* table
	****************************************************/
	
		/* table_1 */
		.tbl1{ width:100%; }
		.tbl1{ border-top:1px solid #3f3f3f; }
		.tbl1 th, .tbl1 td{ display:block; border-bottom:none; width:100%; border-top:0!important; }
		.tbl1 th, .tbl1 td{ border-bottom:1px solid #3f3f3f; }

}