@charset "utf-8";

/* common
****************************************************/
*{ margin:0; padding:0; word-break:break-all; word-wrap:break-word; box-sizing:border-box; line-height:150%; }
body{ font-size:19px; color:#333; font-family: "じゅん 201", "Jun 201", sans-serif; }
img{ border: none; font-size: 0; vertical-align: top; }
ul{ list-style-type:none; }
a{ text-decoration:none; color:#333; }
a:hover{ text-decoration:none; }
h1{ font-size:12px; font-weight:normal; }
address{ font-style:normal; }
section p{ line-height: 200%; }

/* margin
****************************************************/
.mt10, .mt10ul li{ margin-top:10px; }
.mt20, .mt20ul li{ margin-top:20px; }
.mt30, .mt30ul li{ margin-top:30px; }
.mt40, .mt40ul li{ margin-top:40px; }
.mt50{ margin-top: 50px; }
.mt60{ margin-top: 60px; }
.mt80{ margin-top: 80px; }
.mt100{ margin-top:100px; }
.mt1adj{ margin-top: 80px; }
.mt2adj{ margin-top: 130px; }

/* text-align
****************************************************/
.tar{ text-align:right; }
.tac{ text-align:center; }
.tal{ text-align:left; }
.ti1{ text-indent:1em; }
.ti2, .ti2ul li{ text-indent:-1em; padding-left:1em; }
.ti3, .ti3ul li{ text-indent:-1.5em; padding-left:1.5em; }
.fw_b{ font-weight: bold; }

/* color
****************************************************/
.colWT{ color: white; }
.col1, .col1ul li:before, .col1icon:before{ color: #00A0AE; }
.col2, .col2ul li:before, .col2icon:before{ color: #005196; }

/* background
****************************************************/
/* color */
.bgColWT{ background-color: white; }
.bg1col{ background-color: #005196; }
.bg2col{ background-color: #EFF8FF; }
.bg3col{ background-color: #FFF4DB; }
.bg4col{ background-color: #EFFEFF; }

/* icon
****************************************************/
[class*="icon"] li{ text-indent: -1.5em; padding-left: 1.5em; }
.icon1:before, .icon1ul li:before, .icon1dl dt:before{ content:"●"; margin-right: .5em; }

/* font-size
****************************************************/
.fwB{ font-weight: bold; }
.fsS{ font-size: 23px; }
.fsM{ font-size: 28px; }
.fsL{ font-size: 30px; }
.fs16{ font-size: 16px; }
.fs26{ font-size: 26px; }
.fs19{ font-size: 19px; }
.lh200{ line-height: 200%; }

/* 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; }
.br30{ border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; }
.br35{ border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; }

/* list-style
****************************************************/
.ls_adj{ margin-left: 1em; }
.ls_disc{ list-style: disc; margin-left: 1em; }

/* column
****************************************************/
.ofh1, .ofh2{ overflow: hidden; }
.ofh1 .fl, .ofh2 li{ float: left; }
.ofh1 .fr{ float: right; }
/* flexBox */
[class*="fbCom"]{ display: flex; flex-wrap: wrap; }
.fbCom1{ justify-content: space-between; }
.fbComCen{ align-items: center; justify-content: center; align-content: center; }
.vCen, .vCenA a{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; }

/* headline
****************************************************/
h1, h2, h3, h4, .fFam{ font-family: "じゅん 501", "Jun 501"; }
.hl1{ background: url("images/title_sm01@2x.png") no-repeat left center / 30px 30px; line-height: 30px; padding-left: 40px; }
.hl2{ background: url("images/title_l01@2x.png") no-repeat top center / 70px 80px; text-align: center; padding-top: 100px; }

/* link & button & band
****************************************************/
[class*="lnk"], .listLnk a{ transition : all 0.75s; display: inline-block; }
.lnk:hover{ opacity: .8; }
.lnk1btn{ background-color: #FFF; border: 1px solid #005196; position: relative; padding: 15px 20px; line-height: 20px; font-size: 16px; text-align: left; }
.lnk1btn:hover{ background-color: #005196; color: #FFF; }
.lnk1btn:hover:after{ color: #FFF; }
.lnk1btn:after {
	content: "▶";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -12px;
	color: #005196;
}
.lnk2btn{ border: 1px solid #005196; background-color: #FFF; padding: 20px; line-height: 28px; text-align: center; }
.lnk2btn:hover{ background-color: #005196; color: #FFF; }

/* title
****************************************************/
.pp1ttl{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
}

/* gNav
****************************************************/
/*.gNav .parent ul li{ min-width: 50%; }*/
.gNav .parent ul li a{ text-align: left; padding: 20px 0 0; }
.gNav .parent ul li a:before{ content:"▶"; margin-right: .5em; color: #00A0AE; }
.gNav .parent ul li a:hover{ text-decoration: underline; }

/* content
****************************************************/
/* common */
.posRelCom{ position: relative; }
[class*="adsCom"]{ position: absolute; }
.pad10{ padding: 10px; }
.pad20{ padding: 20px; }
.pad30{ padding: 30px; }
.pad40{ padding: 40px; }
.box1c li{ width: 33%; }
.box1c li:nth-child(n+4){ width: 100%; }
.box2c{ border: 2px solid #F99900; }
/* index */
#notice li a{ display: block; border-bottom: 1px solid #DDD; padding: 30px 0; }

/* symptom
****************************************************/
/* symptom */
#symptom ul{ background-color: #EFF8FF; padding: 20px 50px 50px; border-radius: 10px; }
#symptom li a{ display: block; }
#symptom li a:before{ content: '▶'; margin-right: .5em; color: #005196; }
#symptom li a:hover{ color: #005196; }
#symptom li a, #symptom2 li a{ color: #333; }
/* symptom2 */
#symptom2 ul{ background-color: #EFF8FF; }
#symptom2 li a:before{ content: '▶'; margin-right: .5em; color: #005196; }
#symptom2 li a:hover{ color: #005196; }
/* symptom3 */
#symptom3 .outline{ background-color: #EFF8FF; padding: 40px; border-radius: 10px; }
#symptom3 dt{ font-weight:bold; margin-top:1em; }
#symptom3 dt:before{ content:"【"; margin-right:5px; }
#symptom3 dt:after{ content:"】"; margin-left:5px; }

/* site
****************************************************/
#site dt:before{ content:"▶ "; color: #005196; }
#site dd{ margin:15px 15px 50px; }

/* sitemap
****************************************************/
#sitemap .parent{ margin-top: -30px; }
#sitemap .parent li{ margin-top: 30px; }
#sitemap .parent li:before{ content: "▶"; color: #005196; margin-right: .5em; }
#sitemap .child li{ margin-top: 15px; }
#sitemap .child li:before{ content: ""; }
#sitemap .child a{ text-decoration: underline; }
#sitemap .child a:hover{ text-decoration: none; }

/* footer
****************************************************/
footer .sec2 *{ color: #333; font-size: 16px; }
address{ padding: 10px; text-align: center; font-size: 16px; }

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

/* breadcrumbs
****************************************************/
.breadcrumbs ol{ list-style: none; overflow: hidden; font-size: 12px; }
.breadcrumbs li{ float: left; }
.breadcrumbs li::after{ content: '>'; display: inline-block; padding: 0 10px; }
.breadcrumbs li:last-child::after{ display: none; }

/* pagetop
****************************************************/
.pagetop{
	display:none;
	position:fixed;
	bottom:5px;
	right:10px;
	z-index: 2;
}
.pagetop a{
	display:block;
	padding:5px;
	background-color: #005196;
	border-radius:5px;
	opacity:.5;
}
.pagetop a:hover, .pagetop a:hover img{ opacity:1.0; }



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

	600px over

**************************************************/
@media only screen and (min-width:600px), print{

	/* common
	****************************************************/
	.wrap{ margin-left: auto; margin-right: auto; width: 1100px; }
	.sp{ display:none!important; }
	[class*="adsPc"]{ position: absolute; }

	/* overflow:hidden;
	****************************************************/
	.ofh1pc, .ofh2pc{ overflow:hidden; }
	.ofh1pc .fl, .ofh2pc li{ float:left; }
	.ofh1pc .fr{ float:right; }
	/* flexBox */
	[class*="fbPc"]{ display: flex; flex-wrap: wrap; }
	.fbPc1{ justify-content: space-between; }
	.vCenPc, .vCenApc a{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; }
	.odr1pc{ order: 1; }
	.odr2pc{ order: 2; }
	
	/* list
	****************************************************/
	.lst1 li, .lst1li{ padding-left: 130px; overflow: hidden; }
	.lst1 li span, .lst1li span{ display: block; float:left; width: 130px; margin-left: -130px; }
	.lst2{ padding-left: 40px; }
	.lst2 li{ width: 33%; margin: 10px 0; }
	
	/* width
	****************************************************/
	.w250{ width: 250px; }
	.w328{ width: 328px; }
	.w520{ width: 520px; }
	.w714{ width: 714px; }
	
	/* main
	****************************************************/
	.mv{ background: url("images/mainBgPc.png") repeat-x; }
	.mv .posRelCom{ background: url("images/01_main@2x.png") no-repeat top center / 1920px 840px; height: 840px; }
	.mv .posRelCom .adsPc{ bottom: 100px; right: 150px; }
	
	/* header
	****************************************************/
	header{ height: 115px; margin-bottom: 20px; }
	header h1{ padding-top: 10px; }
	header .adsPc1{ top: 40px; left: 0; }
	header .adsPc2{ top: 70px; right: 0; }
	header .adsPc3{ top: 20px; right: 0; width: 320px; font-size: 15px; height: 30px; text-align: center; }
	header .adsPc4{ top: 70px; right: 340px; width: 180px; height: 40px; font-size: 15px; text-align: center; border: 1px solid #005196; }

	/* nav
	****************************************************/
	.gNav{ line-height: 20px; width: 100%; font-size: 16px; }
	.gNav ul{ display: flex; flex-wrap: wrap; text-align: center; justify-content:center; }
	.gNav li{ width: 158px; }
	.gNav li:first-child{ width: 152px; }
	.gNav ul a{ display:block; line-height: 30px; padding-top: 15px; height: 60px; }
	.gNav ul a .col1{ font-size: 16px; line-height: 16px; }
	.gNav ul a:hover, .gNav ul .stay{ background: url("images/01_jikan02@2x.png") no-repeat center bottom 7px / 10px 10px; }
	.fixed{ position: fixed; top: 0; left: 0; z-index: 9999; background-color: #fff; }
	.space{ margin-top: 60px; }
	.none{ display:none; }
	.gNav .cb{ clear: both; }
	/* parent　*/
	.gNav .wrap{ position: relative; }
	.gNav .parent:hover ul{ visibility: visible; }
	.gNav .parent ul{
		background: rgba(255, 255, 255, .80);
		visibility: hidden;
		position: absolute;
		top: 60px;
		left: 0;
		z-index: 999;
		padding: 20px 15px 20px 30px;
		width: 1100px;
		justify-content: flex-start;
		text-align: left;
	}
	.gNav .parent ul li{ min-width: 33%; }
	.gNav .parent ul li a{ color: #363636!important; padding: 10px 0; font-size: 16px; }
	.gNav .parent ul li a:hover{ background: none; text-decoration: none; }
	
	/* title
	****************************************************/
	.pp1ttl{
		background: url("images/02_titleback@2x.png") no-repeat top center / cover;
		height: 250px;
		color: #fff;
	}
	
	/* content
	****************************************************/
	/* common */
	.spa1{ padding: 80px 0 130px; }
	/* index */
	#index .sec1{ padding: 30px 0 100px; }
	#index .sec1 .lnk2btn{ width: 120px; padding: 2px; }
	#index .sec1 .adsCom1{ top: 30px; right: 30px; }
	#index .sec2{ padding: 30px 0 100px; }
	#index .sec2 .fr, #index .sec2 .fl{ width: 50%; }
	#index .sec2 .txt{ width: 560px; margin: 100px auto 0 auto; }
	#index .sec2 .pht1{ background: url("images/01_toin01@2x.png") no-repeat top center / cover; height: 480px; }
	#index .sec2 .pht2{ background: url("images/01_toin02@2x.png") no-repeat top center / cover; height: 480px; }
	#index .sec2 .pht3{ background: url("images/01_toin03@2x.png") no-repeat top center / cover; height: 480px; }
	#index .sec3{ background: url("images/01_back03@2x.png") no-repeat top center / 1920px 2020px; }
	#index .sec4{ padding: 30px 0 100px; }
	#index .sec4 .gr1{ margin-top: 100px; }
	#index .sec4 .gr2 li{ margin-right: 58px; margin-top: 30px; }
	#index .sec4 .gr2 li:nth-child(3n){ margin-right: 0; }
	#index .sec5{ padding: 30px 0 100px; }
	#index .sec5 .fl, #index .sec5 .fr, #index .sec5 .name{ margin-top: 80px; }
	#index .sec6{ padding-bottom: 60px; }
	#greeting .sec2 .w520{ margin-top: 80px; }
	#medical .sec2 .gr2 li{ margin-right: 58px; margin-top: 30px; }
	#medical .sec2 .gr2 li:nth-child(3n){ margin-right: 0; }
	#facility .sec2 .fbPc .w328{ margin-right: 58px; }
	#facility .sec2 .fbPc .w328:nth-child(3n){ margin-right: 0; }

	/* symptom
	****************************************************/
	/* symptom */
	#symptom ul{ margin-left: 75px; }
	#symptom li{ width: 25%; margin-top: 30px; }
	/* symptom2 */
	#symptom2 ul{ padding: 30px 0 50px 100px; letter-spacing:-0.4em; }
	#symptom2 li{ display:inline-block; letter-spacing:normal; vertical-align:top; min-width:31%; margin-left:1%; margin-top:20px; }
	/* symptom3 */
	#symptom3 h4{ font-size:20px; margin-top:50px; }
	#symptom3 h4:first-child{ margin-top: 0; }
	#symptom3 .des{ padding: 30px 0; }

	/* sitemap
	****************************************************/
	#sitemap .child{ overflow: hidden; margin-left: 1em; }
	#sitemap .child li{ float:left; width:33%; }

	/* footer
	****************************************************/
	footer .sec1{ background: url("images/f_back@2x.png") no-repeat top center / cover; padding: 80px 0; }
	footer .sec1 .adsPc{ bottom: 0; left: 0; }
	footer .sec1 .bgColWT{ width: 100%; height: 80px; }
	footer .sec1 .gr2 img{ margin-right: 15px; }
	footer .sec2{ padding: 20px 0; font-size: 16px; }
    footer .sec2 .fbCom{ justify-content: center; }
	footer .sec2 li{ margin-left: 1em; margin-right: 1em; }

	/* tracking
	****************************************************/
	[class*="trk"]{ position: fixed; transition: all 1s; z-index: 9999; }
	[class*="trk"] a:hover{ opacity: .75; }
	.trk1{ top: 300px; right: 0; }
	.trk2{ top: 460px; right: 0; }

	/* breadcrumbs
	****************************************************/
	.breadcrumbs ol{ margin: 5px 0 0 0; }

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



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

	600px under

**************************************************/
@media only screen and (max-width:599px){

	/* common
	****************************************************/
	body{ font-size:16px; }
	.wrap, .wrap2{ padding: 15px; line-height:1.5em; }
	img{ max-width:100%; height:auto; }
	.pc{ display:none!important; }
	.tacSp{ text-align:center; }
    .lnk1btn{ width: 80%; }
	.lst1 li span, .lst1li span{ display: block; }
	.mt1adj{ margin-top: 40px; }
	.mt2adj{ margin-top: 65px; }

	/* font-size
	****************************************************/
	.fsS{ font-size: 19px; }
	.fsM{ font-size: 23px; }
	.fsL{ font-size: 26px; }

	/* overflow:hidden;
	****************************************************/
	.oh_clm2sp, .oh_clm3sp, .oh_sp{ overflow:hidden; }
	.oh_clm2sp li{ width: 48%; }
	.oh_clm3sp li{ width: 32%; margin-right: 2% !important; margin-top: 2% !important; }
	.oh_clm3sp li:nth-child(3n){ margin-right: 0 !important; }
	.oh_sp .fl, .oh_clm2sp li:nth-child(odd), .oh_clm3sp li{ float: left; }
	.oh_sp .fr, .oh_clm2sp li:nth-child(even), .oh_clm3sp li:nth-child(3n){ float: right; }

	/* nav
	****************************************************/
	html{ overflow-x: hidden; }
	#headerSp{ width:100%; background-color: #fff; position:fixed; top: 0px; left: 0px; z-index: 999; }
	#headerSp .inner{ padding: 15px 20px 15px; }
	#headerSp .logo{ margin: 0 100px 10px 20px; }
	#headerSp img{ width: 100%; }
	/* nav */
	.gNav{
		background-color: #FFFFFF;
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 998;
		transition: all 0.5s;
		right: -100%;
		top: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.gNav.active{ right: 0%; }
	.gNav li{ margin-top: 10px; margin-left: -15px; margin-right: -15px; }
	.gNav li a{ display: block; padding: .75em 1em .75em 1em; font-size: 16px; border-bottom: 1px solid #DDD; }
	.gNav li a:before{ content: "●"; margin-right: .5em; color: #00A0AE; }
	.gNavBk{
		position: fixed;
		background:rgba(0, 0, 0, .8);
		right: -100%;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.gNavBk.active{ right: 0%; }
	/* accordion */
	.gNav .parent ul{ display: none; padding: 15px 15px 15px 35px; background-color: #EFFEFF; overflow: hidden; }
	.gNav .parent ul li{ margin-left: 0; margin-right: 0; }
	.gNav .parent ul a{ border-bottom: none; margin: 0!important; padding: 0 2em 0 1em!important; color: #333; text-indent: -1.5em; } 
	.gNav .parent ul li a:before{ content: "▶"; color: #00A0AE; margin-right: .5em; }
	.gNav .switch{ cursor:　pointer; display: block; position: relative; }
	.gNav .switch a{ pointer-events: none; }
	.gNav .switch:after{ content: "＋"; font-size: 30px; color: #F99900; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
	.gNav .switch.active:after{ content: "－"; }	

    /*=============================
	.btn-trigger
	=============================*/
	.btn-trigger {
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 9999;
		background: #005196;
		cursor: pointer;
		width: 50px;
		height:50px;
		border: 1px solid #005196;
		border-radius: 0;
	}
	.btn-trigger span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 14px;
		height: 3px;
		border-radius: 2px;
		background: #fff;
		width: 45%;
	}
	.btn-trigger span:nth-of-type(1){ top:15px; }
	.btn-trigger span:nth-of-type(2){ top:23px; }
	.btn-trigger span:nth-of-type(3){ top:31px; }

	/*=============================
	#btn01
	=============================*/
	#btn01.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
	}
	#btn01.active span:nth-of-type(2) { opacity: 0; }
	#btn01.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
	}
	
	/* main
	****************************************************/
	.mv{
		background: url("images/sp_01_main@2x.png") no-repeat top center / 100% auto;
		padding-top: 130%;
		position:relative;
		text-align: center;
	}
	
	/* title
	****************************************************/
	.pp1ttl{ background: url("images/sp_02_titleback@2x.png") no-repeat top center / cover; height: 150px; color: #fff; }
	
	/* content
	****************************************************/
	/* common */
	.spa1{ padding-top: 50px; padding-bottom: 50px; }
	.box1c li{ width: 50%; }
	.box1c li:nth-child(n+4){ width: 100%; }
	/* index */
    #index .sec1{ padding: 30px 0; }
	#index .sec1 .adsCom1{ top: 30px; right: 30px; }
	#index .sec1 .lnk2btn{ padding: 2px 10px; }
	#index .sec1 .posRelCom{ margin-bottom: 30px; }
    #index .sec2{ padding: 30px 0; }
	#index .sec2 .ofh1pc{ padding: 30px 15px; }
	#index .sec2 .txt{ margin-top: 30px; }
	#index .sec2 .pht1{ background: url("images/sp_01_toin01@2x.png") no-repeat top center / cover; padding-top: 75%; }
	#index .sec2 .pht2{ background: url("images/sp_01_toin02@2x.png") no-repeat top center / cover; padding-top: 75%; }
	#index .sec2 .pht3{ background: url("images/sp_01_toin03@2x.png") no-repeat top center / cover; padding-top: 75%; }
    #index .sec4{ padding: 30px 0; }
	#index .sec4 .gr1 li{ text-align: center; margin-top: 30px; }
	#index .sec4 .gr2 li a{ width: 100%; margin-top: 15px; }
    #index .sec5{ padding: 30px 0; }
	#index .sec5 .fr{ margin: 30px 0; }
	#index .sec5 .name{ margin-top: 40px; }
	#index .sec6{ padding-top: 30px; padding-bottom: 50px; }
	#index .sec6 li{ margin-top: 20px; text-align: center; }
	#greeting .sec1 .fl{ margin-top: 40px; }
	#greeting .sec2 .w520{ margin-top: 40px; }
	#medical .sec2 .gr2 li a{ width: 100%; margin-top: 15px; }
	#facility .sec1 .w328{ margin-top: 20px; }	
	#facility .sec2 figure{ text-align: center; }

	/* symptom
	****************************************************/
	/* symptom */
	#symptom li{ margin-top:1em; }
	/* symptom2 */
	#symptom2 h3{ margin-bottom: 2em; }
	#symptom2 ul{ margin-top:30px; padding: 10px 15px 15px; }
	#symptom2 li{ margin-top:10px; }
	/* symptom3 */
	#symptom3 h4{ font-size:18px; margin-top:50px; }
	#symptom3 h4:first-child{ margin-top: 0; }
	#symptom3 .des, #symptom3 dl, #symptom3 .back{ margin-top: 30px; }

	/* footer
	****************************************************/
	footer .sec1{ background: url("images/sp_f_back@2x.png") no-repeat top center / cover; padding: 40px 0 30px; }
	footer .sec1 .bgColWT{ width: 100%; }
	footer .sec1 .box1c{ margin-bottom: 40px; }
	footer .sec1 .gr1{ padding: 10px; }
	footer .sec1 .gr2{ background: url("images/f_address@2x.png") no-repeat left 10px center / 30px 40px #FFF; padding: 10px 10px 10px 50px; }
	footer .sec2 ul{ padding: 15px 25px 25px; }
	footer .sec2 li{ width: 50%;  margin-top: 10px; }
	address{ font-size: 12px; padding-bottom: 1em; }
	
	/* breadcrumbs
	****************************************************/
	.breadcrumbs ol{ font-size: 10px; }
	
	/* gmap
	****************************************************/
	.gmap{
		position: relative;
		padding-bottom: 80%;
		height: 0;
		overflow: hidden;
	}
	.gmap iframe, .gmap object, .gmap embed{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	/* footerSp
	****************************************************/
	#footerSp{ width:100%; border-collapse:collapse; position:fixed; z-index:990; bottom:0px; left:0px; }
	#footerSp tr td:nth-of-type(1){ width: 15%; text-align: center; background-color: #00A0AE; }
	#footerSp tr td:nth-of-type(2){ width: 42.5%; background-color: #F99900; border-right: 1px solid #FFF; }
	#footerSp tr td:nth-of-type(3){ background-color: #F99900; }
	#footerSp a{ display: block; text-align:center; padding: 10px 0; color: #fff; }
	#footerSp a img{ vertical-align: -12px; margin-right: 10px; }
}