@charset "utf-8";

/* Contents
 * ****************************
 *
 * 1: general style
 * 2: body
 * 3: main,container
 * 4: nav
 * 5: contents
 * 6: nav
 * 7: footer
 *
 * ****************************
 */


/*======= 1: general style ===============================================*/


/*======= 2: body ========================================================*/
body {
	color: #333;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,sans-serif;
	font-size: 100%; /* 16px */
}
@media screen and (max-width: 768px),only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	body {
		font-size: 87%; /* 14px */
	}
}
@media only screen and (device-height: 568px),only screen and (device-width: 568px) {
	body {
		font-size: 75%; /* 12px */
	}
}
/*======= 3: main,container ===================================================*/
main {
	position: relative;
	z-index: 1;
	margin-left: 220px;
}
@media screen and (max-width: 768px),only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	main {
		position: relative;
		z-index: 1;
		margin-left: 0;
	}
}
#container {
	width: 100%;
}


/*======= 4: nav ========================================================*/
nav {
	position: fixed;
	z-index: 2;
	width: 220px;
	height: 100%;
	border-right: 1px solid #e5e5e5;
	background: #fff;
}
nav #logo {
	display: block;
	margin: 30px 10px;
	width: 200px;
	height: 44px;
	background: url(../../img/common/logo.png) no-repeat 0 0;
}
nav #logo img {
	display: none;
}
#gn li {
	position: relative;
}
#gn li a {
	position: relative;
	display: block;
	padding: 15px 10px;
	border-top: 1px solid #e5e5e5;
	text-decoration: none;
	color: #231815;
}
#gn li a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#gn li a:hover {
	color: #fff;
	background: #9E0E84;
}
#gn li a:hover::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

/* Dropdown */
#gn li ul.active {
	display: block;
	opacity: 1;
    transition: all .4s;
}
#gn li ul {
	position: absolute;
	top: 1px;
	left: 220px;
	border: 5px solid #9E0E84;
	background: #fff;
	opacity: 0;
	display: none;
}
#gn li ul li a {
	background: #fff;
	width: 220px;
}
#gn li ul li a {
	border-top: 1px solid #e5e5e5;
}
#gn li ul li:first-child a {
	border-top: 0;
}
#gn li.blank a {
    background: url(/img/common/icon_blank.png) no-repeat 95% 50%;
}
#gn li.blank a::after {
	display: none;
}
#gn li.blank a:hover {
	background: #9E0E84 url(/img/common/icon_blank.png) no-repeat 95% 50%;
}

#gn li.dorpdown ul li.blank a {
    background: url(/img/common/icon_blank.png) no-repeat 95% 50%;
}
#gn li.dorpdown ul li.blank a::after {
	display: none;
}
#gn li.dorpdown ul li.blank a:hover {
	background: #9E0E84 url(/img/common/icon_blank.png) no-repeat 95% 50%;
}
nav dl.navLang {
	padding: 10px;
	margin: 0 auto 10px;
	text-align: center;
	border-top: 1px solid #e5e5e5;
}
nav dl.navLang dt {
	margin: 0 0 3px;
}
nav dl.navLang dd {
	display: inline-block;
	margin-bottom: 3px;
	padding-left: 2px;
}
nav dl.navLang dd:nth-child(2n) {
	padding-left: 0;
}
/* スマホ・タブレット共通 */
@media screen and (max-width: 768px),only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	nav {
		position: static;
		z-index: 2;
		width: auto;
		min-height: 50px;
		border-bottom: 1px solid #e5e5e5;
		background: #fff;
	}
	nav #logo {
		width: 58%;
		height: 55px;
		padding: 5% 2%;
		margin: 0 0;
		background: none;
		box-sizing: border-box;
	}
	nav #logo img {
		width: 100%;
		display: block;

	}
	#gn li {
		float: left;
		margin: 0;
		font-size: 13px;
		text-align: center;
		white-space: nowrap;
	}
	#gn li:nth-of-type(1) { width: 23%; border-right: 1px solid #e5e5e5; margin-right: -1px; }
	#gn li:nth-of-type(2) { width: 23%; border-right: 1px solid #e5e5e5; margin-right: -1px; }
	#gn li:nth-of-type(3) { width: 26%; border-right: 1px solid #e5e5e5; margin-right: -1px; letter-spacing: -1.5px; }
	#gn li:nth-of-type(4) { width: 28%; letter-spacing: -0.5px; }
	#gn li a {
		position: relative;
		display: block;
		padding: 15px 10px;
		border-top: 1px solid #e5e5e5;
		text-decoration: none;
		color: #231815;
	}
	#gn li a::after,
	#gn li a:hover::after {
		border: none;
	}
}
/* tablet only */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	nav #logo {
		width: 20%;
		height: 15px;
		display: block;
		margin: 16px 10px 4px;
		padding: 10px 0;
		background: url(../../img/common/logo@2x.png) no-repeat 0 0;
		background-size:contain;
	}
}
/* Small Size only [4 inch iPhone and iPod] : iPhone 5, 5s, 5c, iPod touch 5 */
@media only screen and (device-height: 568px),only screen and (device-width: 568px) {
	nav #logo {
		width: 32%;
		height: 15px;
		display: block;
		margin: 20px 6px 0;
		padding: 10px 0;
		background: url(../../img/common/logo@2x.png) no-repeat 0 0;
		background-size:contain;
	}
	#gn li {
		font-size: 11px;
	}
}

/* IGLスポーツトレーナー facebook Page(PCのみ) */
#fblink {
	padding: 15px 0;
	margin: 0 auto 15px;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px dotted #e5e5e5;
}
/*(PCのみ)*/
#link li {
	text-align: center;
	margin-bottom: 10px;
}
nav dl dt {
	margin: 0 10px 10px;
	padding: 5px;
	text-align: center;
	background: #eaeaea;
}
nav dl dd {
	text-align: center;
	margin-bottom: 20px;
}
/**/
.contact a,
.access a {
	position: relative;
	display: block;
	padding: 15px 10px;
	border: 1px solid #e5e5e5;
	text-decoration: none;
	color: #231815;
	margin: 8px;
}
.contact a {
	background: url(../../img/common/nav/icon_mail.png) no-repeat 10% center;
	padding-left: 25%;
}
.access a {
	background: url(../../img/common/nav/icon_access.png) no-repeat 10% center;
	padding-left: 25%;
}

.contact a::after,
.access a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



@media screen and (max-width: 768px) {
	#ln {
		position: absolute;
		top: 0;
		right: 60px;
	}
	#ln li {
		float: left;
	}
	.contact a,
	.access a {
		position: relative;
		display: block;
		padding: 30px 8px 10px;
		border: none;
		text-decoration: none;
		color: #231815;
		margin: 0;
		font-size: 9px;
	}
	.contact a {
		margin-right: 1px;
		background: #F1F1F1 url(../../img/common/nav/icon_mail@2x.png) no-repeat 50% 25%;
		background-size: 18px;
	}
	.access a {
		background: #F1F1F1 url(../../img/common/nav/icon_access@2x.png) no-repeat 50% 25%;
		background-size: 12px;

	}
	.contact a::after,
	.access a::after {
		border: none;
	}


	#spNavLang {
		position: absolute;
		top: 0;
		right: 160px;
	}
	#spNavLang .access a {
		position: relative;
		display: block;
		padding: 30px 8px 10px;
		border: none;
		text-decoration: none;
		color: #231815;
		margin: 0;
		font-size: 9px;
	}
	#spNavLang .access a {
		background: #F1F1F1 url(../../img/common/nav/icon_access@2x.png) no-repeat 50% 25%;
		background-size: 12px;
	}
}
/* tablet only */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	#ln {
		position: absolute;
		top: 0;
		right: 60px;
	}
	#ln li {
		float: left;
	}
	.contact a,
	.access a {
		position: relative;
		display: block;
		padding: 18px 30px 18px 45px;
		border: none;
		text-decoration: none;
		color: #231815;
		margin: 0;
		font-size: 12px;

	}
	.contact a {
		margin-right: 1px;
		background: #F1F1F1 url(../../img/common/nav/icon_mail@2x.png) no-repeat 15% 50%;
		background-size: 18px;
	}
	.access a {
		background: #F1F1F1 url(../../img/common/nav/icon_access@2x.png) no-repeat 17% 50%;
		background-size: 12px;
	}
	.contact a::after,
	.access a::after {
		border: none;
	}
}

/* スマホのみハンバーガーメニュー設定 */
@media screen and (max-width: 768px),only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape)  {
	#spmenu {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2000;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 60px;
		height: 55px;
		background-color: #9e0e84;
	}
	.menu-trigger strong {
		position: absolute;
		left: 26%;
		bottom: 4px;
		color: #fff;
		font-weight: normal;
		font-size: 9px;
	}
	.menu-trigger span {
		position: absolute;
		left: 28%;
		width: 42%;
		height: 3px;
		background-color: #fff;
		border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 11px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 20px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 23px;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
}

/*-- Modal -----------------*/
#menu_overlay {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(249,239,247,0.98);
}
#menu_modal {
    display: none;
    position: fixed;
    width: 100%;
    top: 50px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3100;
    text-align: center;
    overflow-y: scroll;
}
#menu_modal a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    width:100%;
    display: block;
}
#menu_modal li {
    line-height: 2.5;
}

/* footerlink */
#menu_modal {
	padding: 20px 0;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

@media screen and (max-width: 768px) {
    #menu_modal li ul li {
        display: inline-block;
    }
}
@media screen and (max-width: 768px) {
	#menu_modal {
		padding: 0 !important;
		border: none;
	}
	#menu_modal ul {
		display: table;
		width: 100%;
	}
	#menu_modal ul li {
		position: relative;
		width: 100%;
		font-size: 13px;
		border:none;

		border-bottom: 1px solid #E5E5E5;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

	}
	#menu_modal ul li {
		background-color: rgba(160,57,159,0.3);
	}
	#menu_modal ul li.submenu ul {
		display: none;
	}
	#menu_modal ul li.submenu {
		position: relative;
		width: 100%;
		background-color: rgba(160,57,159,0.3);
	}
	#menu_modal ul li.submenu ul li {
		width: 100% !important;
		background-color: rgba(249,239,247,0.95);
		font-size: 12px;
	}
	#menu_modal ul li a {
		box-sizing: border-box;
		display: block;
		width: 100%;
		padding: 5% 3%;
		text-align: left;
	}
	#menu_modal ul li.submenu ul li a::after,
	#menu_modal ul li a.arw::after {
		position: absolute;
		top: 50%;
		right: 20px;
		display: block;
		content: '';
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: 1px solid #A0399F;
		border-right: 1px solid #A0399F;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#menu_modal ul li.submenu a.open:before {
		position: absolute;
		top: 25px;
		right: 10px;
	    content: "+";
	    display: block;
	    padding: 0 5px 5px;
	    background: #A0399F;
	    line-height: 1;
	    text-align: right;
	    vertical-align: middle;
	    color: #fff;
	    font-size: 137%;
	    font-weight: bold;
	}
	#menu_modal ul li.submenu a.active:before {
	    content: "-";
	    padding: 0 8px 5px;
	}
	#menu_modal li.submenu ul li.blank a {
    background: url(/img/common/icon_blank.png) no-repeat 97% 50%;
	}
	#menu_modal li.submenu ul li.blank a::after {
		display: none;
	}
	#menu_modal li.submenu ul li.blank a:hover {
		background: #A0399F url(/img/common/icon_blank.png) no-repeat 97% 50%;
	}

	#menu_modal .formnav {
		border-top: 1px solid #E5E5E5;
		padding: 10px 0 5px 2%;
		box-sizing: border-box;
	}
	#menu_modal .formnav p {
		float: left;
		width: 48%;
		margin-right: 2%;
	}
	#menu_modal .formnav p a {
		color: #fff;
	}
	#menu_modal .formnav p a::after {
		position: absolute;
		top: 50%;
		right: 10px;
		display: block;
		content: '';
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	/*
	#menu_modal ul li ul li:nth-child(1),
	#menu_modal ul li ul li:nth-child(2) {
		border-top: 1px solid #E5E5E5;
	}
	#menu_modal ul li ul li:nth-child(odd) {
		border-right: 1px solid #E5E5E5;
	}
	#menu_modal ul li ul li:last-child {
		border-right:none !important;
	}
	*/
	#menu_modal li a:hover {
		color: #fff;
		background-color: rgba(158,14,132,0.95);
	}

	#menu_modal .langnav .sttl_lang {
		width: 94%;
		margin: 0 auto;
	}
	#menu_modal .langnav ul {
		width: 94%;
		margin: 20px auto;
	}
	#menu_modal .langnav ul li {
		float: left;
		width: 23%;
		margin-right: 2.5%;
		background-color: none;
	}
	#menu_modal .langnav ul li:last-child {
		margin-right: 0;
	}
	#menu_modal .langnav ul li a {
		padding: 0 0;
	}
	.langnav ul li img {
		width: 100%;
	}
}
/*======= 5: contents ====================================================*/
/* topicPath */
#topicPath {
	background: #fff;
}
#topicPath ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#topicPath ul {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	width: 100%;
	min-height: 40px;
}
 #topicPath ul li {
	float: left;
	font-size: 12px;
}
#topicPath ul a,
#topicPath ul span {
  padding: 1em 1em 1em 2em;
  float: left;
  text-decoration: none;
  color: #444;
  position: relative;
  background-color: #fff;
}
#topicPath ul li:first-child a {
  padding-left: 2.5em;
  background: #fff url(../../img/common/icon_home.png) no-repeat 20% 44%;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

#topicPath ul a:hover{
  background: #fff;
}

#topicPath ul a::after,
#topicPath ul a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2em;
  border-top: 2em solid transparent;
  border-bottom: 2em solid transparent;
  border-left: 1em solid;
  right: -1em;
}
#topicPath ul a::after{
  z-index: 2;
  border-left-color: #fff;
}
 #topicPath ul a::before{
  border-left-color: #ccc;
  right: -1.1em;
  z-index: 1;
}

#topicPath ul a:hover::after{
  border-left-color: #fff;
}

#topicPath ul span.current,
#topicPath ul span.current:hover{
  font-weight: bold;
  background: none;
  white-space: nowrap;
}

#topicPath ul span.current::after,
#topicPath ul span.current::before{
  content: normal;
}
@media screen and (max-width: 768px) {
	#topicPath ul li {
		float: left;
		font-size: 11px;
	}
}


/* contentsArea */
#contentsArea {
	width: 100%;
}
.bgGray {
	background: #f4f4f4;
	padding: 40px 0;
}
/* contents[common] */
.contents {
	width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.contents {
		width: 100%;
		margin: 0 auto;
	}
}

/* TOPページのみ */
#courseNav {
	padding: 40px 0 30px;
	background: url(../../img/index/bg_main.gif) repeat 0 0;
	border-bottom: 1px solid #EEDCEA;
	margin-bottom: 30px;
}
#formlink a { display: inline-block; }
.movie {
	margin: 20px 0;
}
.movie li {
	width: 33.33%;
	padding-top: 18.75%;
	position: relative;
}
.movie li iframe {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#courseNav li { float: left; }

#news {	margin-bottom: 40px; }
#news .leftBox { width: 625px; }
#news h2 {
	color: #9E0F85;
	background: url(../../img/index/icon_news.png) no-repeat 0 center;
	padding-left: 100px;
	line-height: 1.2;
	min-height: 76px;
}
#news h2 span {	font-size: 13px; }
#news h2 strong { font-size: 32px; }
#index #news h2 strong { font-size: 38px; }

/*  */
@media screen and (max-width: 768px) {
	#formlink {
		padding: 10px 0 0 3%;
	}
	#formlink a {
		width: 48%;
		padding-top: 10.4%;
		margin-right: 2%;
	}
	#formlink a.mh20 {
		margin-left:0 !important;
		margin-right:0 !important;
	}
	#formlink a img {
		width: 100%;
		display: none;
	}
	.opencampas {
		background: url(../../img/index/bnr_opencampas.jpg) no-repeat 0 0;
		background-size:cover;
	}
	.entry {
		background: url(../../img/index/bnr_entry.jpg) no-repeat 0 0;
		background-size:cover;
	}
	/**/
	#courseNav {
		padding: 35px 0 0;
	}
	#courseNav li {
		float: none;
		width: 100%;
	}
	#courseNav li a {
		display: block;
		padding-top:35%;
	}
	#courseNav li.course01 {
		background: url(../../img/index/btn_course01.jpg) no-repeat 0 0;
		background-size:100%;
	}
	#courseNav li.course02 {
		background: url(../../img/index/btn_course02.jpg) no-repeat 0 0;
		background-size:100%;
	}
	#courseNav li.course03 {
		background: url(../../img/index/btn_course03.jpg) no-repeat 0 0;
		background-size:100%;
	}
	#courseNav li.course04 {
		background: url(../../img/index/btn_course04.jpg) no-repeat 0 0;
		background-size:100%;
	}
	#courseNav li.course05 {
		background: url(../../img/index/btn_course05.jpg) no-repeat 0 0;
		background-size:100%;
	}
	#courseNav li.course06 {
		background: url(../../img/index/btn_course06.jpg) no-repeat 0 0;
		background-size:100%;
	}
	#courseNav li img {
		display: none;
	}

	/* youtube */
	.movie {
		margin-bottom: 30px;
	}
	.movie li {
		padding-top: 56.25%;
	}


	/**/
	#news {
		margin-bottom: 20px;
	}
	#news h2 {
		color: #9E0F85;
		background: url(../../img/index/icon_news.png) no-repeat 0 65%;
		background-size: 38px;
		padding-left: 50px;
		line-height: 1;
		min-height: 38px;
	}
	#news h2 strong {
		font-size: 20px;
	}
	#news h3 {
		font-size: 20px;
	}
	#news .leftBox,
	#news .rightBox {
		float: none;
		width: 96%;
		margin: 0 auto;
	}
	#news .rightBox img {
		width: 100%;
	}
	#news .more {
		margin-bottom: 15px;
	}

	#news .line a {
		display: block;
		width: 100%;
		padding-top: 29%;
		background: url(../../img/index/btn_line@2x.gif) no-repeat 0 0;
		background-size:contain;
	}
	#news .line img {
		display: none;
	}
	/* facebook Page 非表示 */
	#news .fb-page {
		display: none !important;
	}
}


/* Tablet landscape Only */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	#formlink {
		padding: 10px 0 10px 2%;
	}
	#formlink a {
		width: 48%;
		padding-top: 10.4%;
		margin-right: 2%;
	}
	#formlink a.mh20 {
		margin-left:0 !important;
		margin-right:0 !important;
	}
	#formlink a img {
		width: 100%;
		display: none;
	}
	.opencampas {
		background: url(../../img/index/bnr_opencampas@2x.gif) no-repeat 0 0;
		background-size:cover;
	}
	.entry {
		background: url(../../img/index/bnr_entry@2x.png) no-repeat 0 0;
		background-size:cover;
	}
	#courseNav {
		padding: 35px 0 20px;
	}
	#courseNav li {
		float: left;
		width: 25%;
	}
	#courseNav li a {
		display: block;
		padding-top:97%;
	}
	#courseNav li.course01 {
		background: url(../../img/index/btn_course01@2x.png) no-repeat 0 0;
		background-size:cover;
	}
	#courseNav li.course02 {
		background: url(../../img/index/btn_course02@2x.png) no-repeat 0 0;
		background-size:cover;
	}
	#courseNav li.course03 {
		background: url(../../img/index/btn_course03@2x.png) no-repeat 0 0;
		background-size:cover;
	}
	#courseNav li.course04 {
		background: url(../../img/index/btn_course04@2x.png) no-repeat 0 0;
		background-size:cover;
	}
	#courseNav li img {
		display: none;
	}
	#news .line a {
		display: block;
		width: 100%;
		padding-top: 29%;
		background: url(../../img/index/btn_line@2x.gif) no-repeat 0 0;
		background-size:contain;
	}
	#news .line img {
		display: none;
	}
}

/*======= 7: footer ======================================================*/
#bnrBox {
	padding: 40px 0;
	border-top: 1px solid #F1DFEF;
	background: #FCF7FB;
}
#bnrBox li {
	float: left;
	margin-right: 20px;
}
#bnrBox li.last {
	margin-right: 0;
}
@media screen and (max-width: 768px) {
	#bnrBox {
		padding: 20px 0;
	}
	#bnrBox li {
		width: 46%;
		padding: 2%;
		margin-right: 0;
	}
	#bnrBox li img {
		width: 100%;
	}
}

/* footerlink */
#footerLink {
	padding: 20px 0;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
#footerLink li {
	float: left;
}
#footerLink li a {
	color: #333;
	font-size: 92%;
	text-decoration: none;
}
#footerLink li:after {
	content: "|";
	padding: 0 8px;
}
#footerLink li:last-child:after {
	content: "" !important;
	padding: 0;
}

@media screen and (max-width: 768px) {
	#footerLink {
		padding: 0 !important;
		border: none;
	}
	#footerLink ul {
		display: table;
		width: 100%;
	}
	#footerLink ul li {
		width: 50%;
		font-size: 12px;
		border:none;
		text-align: center;
		border-bottom: 1px solid #E5E5E5;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#footerLink li:after {
		padding: 0;
	}
	#footerLink ul li a {
		display: block;
		width: 100%;
		padding: 8% 0;
	}
	#footerLink ul li:nth-child(1),
	#footerLink ul li:nth-child(2) {
		border-top: 1px solid #E5E5E5;
	}
	#footerLink ul li:nth-child(odd) {
		border-right: 1px solid #E5E5E5;
	}
	#footerLink ul li:last-child {
		border-right:none !important;
	}
	#footerLink li:after {
		content: "";
	}
	#footerLink li a:hover {
		color: #fff;
		background: #9E0E84;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape)  {
	#footerLink ul {
		margin: 0 auto;
	}
	#footerLink li a {
		font-size: 14px;
	}
}
/**/
footer {
	padding: 40px 0;
}
#footerlogo {
	margin-bottom: 13px;
}
address {
	font-style: normal;
	font-size: 92%;
}
footer .freedial dt {
	padding: 8px;
	margin-bottom: 27px;
	font-size: 100%;
	border: 1px solid #E5E5E5;
	text-align: center;
}

@media screen and (max-width: 768px) {
	footer {
		margin: 0 auto;
		text-align: center;
	}
	footer .rightBox,
	footer .leftBox {
		float: none;
	}
	footer .freedial {
		margin: 20px 0;
		padding: 0 2%;
		width: 96%;
		text-align: center;
	}
	footer .formnav {
		padding: 0 0 0 2%;
	}
	footer .formnav p {
		float: left;
		width: 48%;
		margin-right: 2%;
	}
}
/* Tablet landscape Only */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	#footerlogo {
		margin-bottom: 10px;
	}
	footer address {
		font-size: 12px;
	}
}
/* pageTop */
#pageTop {
	position: absolute;
	z-index: 1000;
}
@media screen and (max-width: 768px) {
	#pageTop a {
		display: block;
		text-align: right;
	}
	#pageTop img {
		width: 50%;
	}
}
/* copyright */
#copyright {
	padding: 20px 0;
	border-top: 1px solid #F1DFEF;
	background: #FCF7FB;
	text-align: center;
	font-size: 86%;
	color: #A239A2;
}
