@charset "utf-8";
/* ========================================
	
	base.css

======================================== */

/*@import url('https://fonts.googleapis.com/css?family=Noto+Serif');*/
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,700');
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,500,600,700');



/* 画面幅を左上に表示 */
/*
body:after {
	font-size: 14px;
	content: "1240px以上：デスクトップ";
	position: fixed;
	top: 0;
	left: 0;
	padding: 3px 10px;
	background-color: rgba(255,255,255,0.6);
	z-index: 10000;
}
@media screen and (max-width: 1240px) {
body:after {
	content: "992px以上 - 1240px未満：デスクトップ";
}
}
@media screen and (max-width: 991px) {
body:after {
	content: "768px以上 - 992px未満：タブレット";
}
}
@media screen and (max-width: 767px) {
body:after {
	content: "768px未満：モバイル";
}
}
@media screen and (max-width: 479px) {
body:after {
	content: "480px未満 ：モバイル";
}
}
*/

/* 以下 */
@media screen and (max-width: 1239px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
}

/* 以上 */
@media screen and (min-width: 1240px) {
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 480px) {
}



body {
	font-family: 'Noto Serif', serif;
	/*font-family: 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;*/
	color: #1a1a1a;
	font-size: 14px;
	line-height: 1.7;
}

img{
  width: auto;
  max-width: 100%;
  height: auto;
}

a,
a:link,
a:visited {
	color: #1a1a1a;
	text-decoration: none;
}
a:hover {
	color: #7f7f7f;
}

/* ======================================
	viewport設定（IE：スクロール領域を含めない）
====================================== */
@-ms-viewport {
    width: auto !important;
    initial-scale: 1 !important;
}
@viewport {
    width: device-width !important;
    initial-scale: 1 !important;
}

/* ======================================
	#container
====================================== */
#container{
	min-width:320px;
}

/* ======================================
	#globalHeader
====================================== */
#globalHeader {
	min-width:320px;
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0 auto;
	z-index: 100000;
	background: #FFF;
	height:100px;
	line-height:1;
}
#globalHeader .inner {
	margin:0;
	position:relative;
}

#globalHeader h1 {
	position:absolute;
	top:18px;
	left:20px;
}
#globalHeader h1 img {
	width: 262px;
}

#globalHeader div#menu {
	position:absolute;
	top:61px;
	right:120px;
	/*right:20px;*//* 一時対応 */
	
}
#globalHeader div#menu ul#menu_category {
}

#globalHeader div#menu ul#menu_category li {
	float:left;
	margin: 0 10px;

}
#globalHeader div#menu ul#menu_category li a {
	display:block;
	padding: 0 5px 19px;
}
#globalHeader div#menu ul#menu_category li a.menu_main span {
	font-family: 'Cormorant Garamond', serif;
	margin-bottom:40px;
	font-size:20px;
	font-weight:600;
	line-height:1;
	letter-spacing:.5px;
}
#globalHeader div#menu ul#menu_category li a.menu_main:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 3px;
	width: 0%;
	opacity: 0;
	transition: all ease-in 0.3s;
	background: #ce3745;
	background: linear-gradient(to right, #4aa3da 0%, #ce3745 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr=$first-color, endColorstr=$second-color, GradientType=1 )
}
#globalHeader div#menu ul#menu_category li a.menu_main:hover:after {
	width: 100%;
	opacity: 1;
	transition: all ease-out 0.3s;
}
#globalHeader div#menu ul#menu_category li.current a.menu_main:after {
	width: 100%;
	opacity: 1;
	transition: all ease-out 0.3s;
}

#globalHeader div#menu ul#menu_category li.active a.menu_main:after {
	width: 100%;
	opacity: 1;
}

#globalHeader div#menu_lang {
	position:absolute;
	top:64px;
	right:20px;
	
	/*display:none;*//* 一時対応 */
}
#globalHeader div#menu_lang ul {
}

#globalHeader div#menu_lang ul li {
	float:left;
}
#globalHeader div#menu_lang ul li#jp {
}
#globalHeader div#menu_lang ul li#line {
	padding:0 4px;
}
#globalHeader div#menu_lang ul li#en {
}
#globalHeader div#menu_lang ul li a {
}
#globalHeader div#menu_lang ul li.current a {
}


#globalHeader div#menu_lang_sp {
	display: none;
}


/* 検索 */
#globalHeader div#h_search {
  display:block;
	position:absolute;
	top:18px;
	right:18px;
	width: 30px; 
	height: 30px;
  cursor:pointer;
  border:1px solid #BFBFBF ;
  background: url('../img/icon_search.png') 50% 50% no-repeat;
  background-size:15px auto;
}
#globalHeader div#h_search.on {
  background: url('../img/icon_search_close.png') 50% 50% no-repeat #BFBFBF;
  background-size:15px auto;
}

#globalHeader div#h_search.on::after {
  content: "";
  border-top: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid #BFBFBF;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  left: -13px;
  transform: translateY(-50%);
  display: block;
}



/* 検索ボックス（PC） */
#globalHeader .searchBoxDeskTop {
  position: absolute; 
  display: block; 
  top: 18px;
  right: 61px; 
  width: 250px; 
  height: 30px; 
  padding: 0 0 0 0; 
  border: 1px solid #005ABB;
  background:#fff;

  display: none;
  z-index:100;
}

#globalHeader .searchBoxDeskTop form, 
#globalHeader .searchBoxDeskTop form * {
  margin: 0 0 0 0; 
  padding: 0 0 0 0; 
  text-align: right; 
  vertical-align: top; 
}

#globalHeader .searchBoxDeskTop form input.textBox {
  border: 1px none #000; 
  width: 210px; 
  height: 28px; 
  margin: 0 0 0 0; 
  text-align: left; 
  background: #fff url(https://s.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
}

#globalHeader .searchBoxDeskTop form input.btn {
  border: 1px solid #005ABB; 
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  width: 28px; 
  height: 28px; 
  margin: 0;
  cursor:pointer;
  background: url('../img/icon_search_white.png') 50% 50% no-repeat #005ABB; 
  background-size:15px auto;
}



/* 検索ボックス　検索結果（PC） */
#mainContents .mainsearchBox {
  margin:10px auto 30px;
	width: auto; 
	padding: 15px 10px 0; 
	overflow: hidden; 
}

#mainContents .mainsearchBox .adjustWrapper {
	width: 100%; 
	border: 1px solid #005ABB; 
}

#mainContents .mainsearchBox .adjustWrapper .textWrapper {
  float: left; 
  width: 100%; 
  margin-right: -30px; 
}

#mainContents .mainsearchBox .adjustWrapper .textWrapper .textBox {
	margin-right: 30px; 
  background: #fff url(https://s.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
}

#mainContents .mainsearchBox .adjustWrapper .btnWraper {
	float: left; 
	width: 30px; 
}

#mainContents .mainsearchBox form, 
#mainContents .mainsearchBox form * {
		margin: 0 0 0 0 ; 
		padding: 0 0 0 0; 
		text-align: right; 
		vertical-align: top; 
}

#mainContents .mainsearchBox form input.textBox {
		border: 1px none #000; 
		width: 100%; 
		height: 30px; 
		margin: 0; 
		padding: 0 4px; 
		text-align: left;
    background:#fff; 
}

#mainContents .mainsearchBox form input.btn {
  border: 1px solid #005ABB; 
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  width: 30px; 
  height: 30px; 
  margin: 0;
  cursor:pointer;
  background: url('../img/icon_search_white.png') 50% 50% no-repeat #005ABB; 
  background-size:15px auto;
}




/* 検索ボックス（SP） */

#globalHeader .searchBoxMobile {
  margin-top:10px;
	width: auto; 
	padding: 15px 10px 0; 
	overflow: hidden; 

  /*display: none;*/
  z-index:10000;
}

#globalHeader .searchBoxMobile .adjustWrapper {
	width: 100%; 
	border: 1px solid #005ABB; 
}

#globalHeader .searchBoxMobile .adjustWrapper .textWrapper {
  float: left; 
  width: 100%; 
  margin-right: -38px; 
}

#globalHeader .searchBoxMobile .adjustWrapper .textWrapper .textBox {
	margin-right: 38px; 
  background: #fff url(https://s.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
}

#globalHeader .searchBoxMobile .adjustWrapper .btnWraper {
	float: left; 
	width: 38px; 
}

#globalHeader .searchBoxMobile form, 
#globalHeader .searchBoxMobile form * {
		margin: 0 0 0 0 ; 
		padding: 0 0 0 0; 
		text-align: right; 
		vertical-align: top; 
}

#globalHeader .searchBoxMobile form input.textBox {
		border: 1px none #000; 
		width: 100%; 
		height: 38px; 
		margin: 0; 
		padding: 0 4px; 
		text-align: left;
    background:#fff; 
}

#globalHeader .searchBoxMobile form input.btn {
  border: 1px solid #005ABB; 
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  width: 38px; 
  height: 38px; 
  margin: 0;
  cursor:pointer;
  background: url('../img/icon_search_white.png') 50% 50% no-repeat #005ABB; 
  background-size:15px auto;
}





#sp_menu_nav {
	display: none;
}

#globalHeader #sp_menu {
	display: none;
}


/* ドロップメニュー */
#globalHeader div#menu ul#menu_category li.have_subm {
	position:relative;
}

#globalHeader div#menu ul#menu_category li.have_subm .have_subm_wrap {
	display: none;
	
	position: absolute;
	left: 0;
	top: 39px;

	margin:0;
	padding:0;
	background:#F9FAFB;
	opacity:.9;
}

#globalHeader div#menu ul#menu_category li.have_subm .have_subm_wrap ul.sub {
	margin: 0 -10px;
}
#globalHeader div#menu ul#menu_category li.have_subm .have_subm_wrap ul.sub li a {
	display: block;
	width: 390px;
	margin: 0;
	padding: 15px 15px;
	border-bottom:1px solid #BFBFBF;
}

#globalHeader div#menu ul#menu_category li.have_subm .have_subm_wrap ul.sub li a:last-child {
}
#globalHeader div#menu ul#menu_category li.have_subm#menu_business .have_subm_wrap ul.sub li a {
	width: 390px;
}
#globalHeader div#menu ul#menu_category li.have_subm#menu_studentlife .have_subm_wrap ul.sub li a {
	/*width: 390px;*/
	width: 205px;
}
/*
#globalHeader div#menu ul#menu_category li.have_subm#menu_studyabroad .have_subm_wrap ul.sub li a {
	width: 235px;
}
*/
#globalHeader div#menu ul#menu_category li.have_subm .have_subm_wrap ul.sub li a:hover {
	background:#EFF2F4;
}
#globalHeader div#menu ul#menu_category li.have_subm .have_subm_wrap ul.sub li.active a {
	background:#EFF2F4;
}



@media screen and (max-width: 1239px) {
#globalHeader {
	height:80px;
}

#globalHeader h1 {
	position:absolute;
	top:14px;
	left:20px;
}
#globalHeader h1 img {
	width: 220px;
}

#globalHeader div#menu {
	position:absolute;
	top:49px;
	right:80px;
	/*right:20px;*//* 一時対応 */	
}
#globalHeader div#menu ul#menu_category {
}

#globalHeader div#menu ul#menu_category li {
	float:left;
	margin: 0 0 0 0;
}
#globalHeader div#menu ul#menu_category li a {
	display:block;
	padding: 0 0 13px 0;
	text-align:center;
}
#globalHeader div#menu ul#menu_category li a img {
	width:80%;
	height:auto;
}

#globalHeader div#menu ul#menu_category li a.menu_main span {
	margin-bottom:40px;
	font-size:18px;
	margin: 0 12px;	
}



#globalHeader div#menu_lang {
	position:absolute;
	top:52px;
	right:10px;
}

#globalHeader div#menu_lang img {
	width:90%;
	height:auto;
}

#globalHeader div#menu_lang ul {
}

#globalHeader div#menu_lang ul li {
	float:left;
}
#globalHeader div#menu_lang ul li#jp {
}
#globalHeader div#menu_lang ul li#line {
	padding:0 2px;
}
#globalHeader div#menu_lang ul li#en {
}
#globalHeader div#menu_lang ul li a {
}
#globalHeader div#menu_lang ul li.current a {
}



#globalHeader div#menu_lang_sp {
	display: none;
}


#sp_menu_nav {
	display: none;
}

#globalHeader #sp_menu {
	display: none;
}


/* ドロップメニュー */
#globalHeader div#menu ul#menu_category li.have_subm {
	position:relative;
}

#globalHeader div#menu ul#menu_category li.have_subm .have_subm_wrap {
	display: none;
	
	position: absolute;
	left: 0;
	top: 31px;

	margin:0;
	padding:0;
	background:#F9FAFB;
	opacity:.9;

}

#globalHeader div#menu ul#menu_category li.have_subm .have_subm_wrap ul.sub {
	margin: 0 0px;
}
#globalHeader div#menu ul#menu_category li.have_subm .have_subm_wrap ul.sub li a {
	display: block;
	margin: 0;
	padding: 10px 10px;
	border-bottom:1px solid #BFBFBF;

	text-align:left;
}
#globalHeader div#menu ul#menu_category li.have_subm .have_subm_wrap ul.sub li img {
/*
	width:auto;
	max-width:100%;
	height:auto;
*/
	width:auto;
	height:14px;
}


#globalHeader div#menu ul#menu_category li.have_subm .have_subm_wrap ul.sub li a:last-child {
}
#globalHeader div#menu ul#menu_category li.have_subm#menu_business .have_subm_wrap ul.sub li a {
	width: 290px;
}
#globalHeader div#menu ul#menu_category li.have_subm#menu_studentlife .have_subm_wrap ul.sub li a {
	width: 165px;
}
/*
#globalHeader div#menu ul#menu_category li.have_subm#menu_studyabroad .have_subm_wrap ul.sub li a {
	width: 185px;
}
*/
#globalHeader div#menu ul#menu_category li.have_subm .have_subm_wrap ul.sub li a:hover {
	background:#EFF2F4;
}


/* 検索 */
#globalHeader div#h_search {
	top:10px;
	right:10px;
}


/* 検索ボックス（PC） */
#globalHeader .searchBoxDeskTop {
  top: 10px;
  right: 53px; 
}


}



@media screen and (max-width: 991px) {
#globalHeader {
	height:60px;
}
#globalHeader h1 {
	position:absolute;
	top:10px;
	left:15px;
}
#globalHeader h1 img {
	width: 100%;
	max-width: 150px;
}

#globalHeader div#menu {
	display: none;
}


#globalHeader div#menu_lang {
	display: none;
}

#globalHeader div#menu_lang_sp {
	display: block;
	/*display: none;*//* 一時対応 */

	position:absolute;
	top:15px;
	right:65px;
}
#globalHeader div#menu_lang_sp img {
	width:34px;
	height:auto;
}
#globalHeader div#menu_lang_sp ul {
}
#globalHeader div#menu_lang_sp ul li {
	float:left;
	margin-right:10px;
}



/* スマホメニュー(ハンバーガー) */
#sp_menu_nav {
	display:block;	

	position: absolute;
	right: 0;

	width: 60px;
	height: 60px;
	cursor: pointer;
	padding: 18px 16px 0 16px;

	background: #4aadd6;
	background: -moz-linear-gradient(left,  #4aadd6 0%, #4d3f84 50%, #ce2739 100%);
	background: -webkit-linear-gradient(left,  #4aadd6 0%,#4d3f84 50%,#ce2739 100%);
	background: linear-gradient(to right,  #4aadd6 0%,#4d3f84 50%,#ce2739 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4aadd6', endColorstr='#ce2739',GradientType=1 );
}
#sp_menu_nav div {
	position: relative;
}

#sp_menu_nav span {
	display: block;
	position: absolute;
	width: 100%;

	border-bottom: solid 3px #fff;
/*
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;*/
}
#sp_menu_nav span:nth-child(1) {
	top: 0
}
#sp_menu_nav span:nth-child(2) {
	top: 11px
}
#sp_menu_nav span:nth-child(3) {
	top: 22px
}
/*
#sp_menu_nav.on span:nth-child(1) {
	transform: rotate(135deg);
	top: 12px;
}
#sp_menu_nav.on span:nth-child(2) {
	visibility: hidden;
}
#sp_menu_nav.on span:nth-child(3) {
	transform: rotate(-135deg);
	top: 12px;
}
*/

/* スマホメニュー(閉じる) */
#sp_menu_nav_close {
	display:block;	

	position: absolute;
	top:0;
	right: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
	padding: 18px 16px 0 16px;

}

#sp_menu_nav_close div {
	position: relative;
	z-index:1000;
}

#sp_menu_nav_close span {
	display: block;
	position: absolute;
	width: 100%;

	border-bottom: solid 3px #fff;
}
#sp_menu_nav_close span:nth-child(1) {
	transform: rotate(135deg);
	top: 12px;
}
#sp_menu_nav_close span:nth-child(2) {
	visibility: hidden;
}
#sp_menu_nav_close span:nth-child(3) {
	transform: rotate(-135deg);
	top: 12px;
}




#globalHeader #sp_menu {
	/*display:block;*/

	width: 100%;
	height:100%;
	
	position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	
	 overflow-y: scroll;
	 -webkit-overflow-scrolling:touch;
	
	/*position:absolute;*/
	/*top:60px;*/

	background: #4296B7;
	background: -moz-linear-gradient(left,  #4296B7 0%, #4d3f84 50%, #ce2739 100%);
	background: -webkit-linear-gradient(left,  #4296B7 0%,#4d3f84 50%,#ce2739 100%);
	background: linear-gradient(to right,  #4296B7 0%,#4d3f84 50%,#ce2739 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4296B7', endColorstr='#ce2739',GradientType=1 );
 
	opacity:.95;

	padding-top:50px;
	padding-bottom:50px;
	
}


#globalHeader #sp_menu ul {
	font-family: 'Cormorant Garamond', serif;
	font-size:20px;
	font-weight:600;
}
#globalHeader #sp_menu ul li {
	text-align: left;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
#globalHeader #sp_menu ul li a {
	padding: 20px 20px;
	display: block;
	color: #fff;
	line-height:1.2;
}
#globalHeader #sp_menu ul li.have_subm_sp a.menu_main {
	background:url(../img/menu_icon_btm.png) no-repeat 95% center;
	background-size:20px auto;
}
#globalHeader #sp_menu ul li.have_subm_sp.open a.menu_main {
	background:url(../img/menu_icon_top.png) no-repeat 95% center;
	background-size:20px auto;
}

#globalHeader #sp_menu ul li img {
	width:auto;
	height:45px;
}

#globalHeader #sp_menu ul li .have_subm_sp_wrap {
	display:none;
}

#globalHeader #sp_menu ul li ul {
	font-size:16px;
	font-weight:600;
}
#globalHeader #sp_menu ul li ul li:first-child {
	border-top: 1px solid rgba(0,0,0,0.2);
}
#globalHeader #sp_menu ul li ul li:last-child {
	border-bottom: none;
}
#globalHeader #sp_menu ul li ul li a {
	padding: 12px 20px 12px 40px;
}
#globalHeader #sp_menu ul li ul li img {
	width:auto;
	height:19px;
}


}


/* ======================================
	mainContents
====================================== */

#mainContents {
	margin-top:100px;
	font-size: 16px;	
	overflow:hidden;
}

#mainContents .inner {
	margin:0 auto;
	width:100%;
	max-width:1110px;
	padding: 0 15px;
}

@media screen and (max-width: 1239px) {
#mainContents {
	margin-top:80px;
	font-size: 16px;	
}
}
@media screen and (max-width: 991px) {
#mainContents {
	margin-top:60px;
	font-size: 16px;	
}
}
@media screen and (max-width: 767px) {
#mainContents {
	font-size: 14px;	
}
}
@media screen and (max-width: 479px) {
#mainContents {
	font-size: 14px;	
}

}


/*!-------------------------------------------------------
 ** パンくず
-------------------------------------------------------*/
#breadComb {
  font-size: 11px;
  line-height: 1.5;
  padding-top: 16px;
  padding-bottom: 14px;
  margin-bottom: 5%;
  border-top: 1px #BFBFBF solid;
  border-bottom: 1px #BFBFBF solid;
  text-align: left;
  color: #1a1a1a;
	word-break: break-all;
}
#breadComb ul {
	width:100%;
}
#breadComb ul li {
	float:left;
  margin-right: .5em;
}
#mainContents #breadComb a ,
#mainContents #breadComb a:link,
#mainContents #breadComb a:visited {
  color: #1a1a1a;
}
#mainContents #breadComb a:hover {
  color: #7f7f7f;
}

@media screen and (max-width: 767px) {
  #breadComb {
  }
}


/* ======================================
	#globalFooter
====================================== */

#globalFooter {
	width:100%;
	margin:0 auto;
	padding: 0 0 30px;
}
#globalFooter .f_line {
	margin-bottom:30px;
	
	height: 7px;
	width: 100%;
	background: #4aadd6;
	background: -moz-linear-gradient(left,  #4aadd6 0%, #4d3f84 50%, #ce2739 100%);
	background: -webkit-linear-gradient(left,  #4aadd6 0%,#4d3f84 50%,#ce2739 100%);
	background: linear-gradient(to right,  #4aadd6 0%,#4d3f84 50%,#ce2739 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4aadd6', endColorstr='#ce2739',GradientType=1 );
}

#globalFooter .inner {
	width:100%;
	margin:0 auto;
	max-width:1110px;
	padding: 0 15px;
}

#globalFooter #bnrArea {
	margin: 0 0 20px 0;	
}


#globalFooter #bnrArea ul.blk01 {
}

#globalFooter #bnrArea ul.blk01 li {
	float:left;
}
#globalFooter #bnrArea ul.blk01 li.col01 {
	width:27%;
}
#globalFooter #bnrArea ul.blk01 li.col02 {
	width:23%;
}
#globalFooter #bnrArea ul.blk01 li.col03 {
	width:16%;
}
#globalFooter #bnrArea ul.blk01 li.col04 {
	width:18%;
}
#globalFooter #bnrArea ul.blk01 li.col05 {
	width:16%;
}


#globalFooter #bnrArea ul.blk01 li.col01 img {
	width:auto;
	max-height:50px;
}
#globalFooter #bnrArea ul.blk01 li.col02 img {
	/*margin-top:3px;*/
	margin-left:10px;
	width:auto;
	max-height:44px;
	margin-top:5px;
}

#globalFooter #bnrArea ul.blk01 li.col03 {
	margin-top:10px;
	font-size:13px;
	line-height:1.4;
	text-align:center;
/*
	font-family: 'Cormorant Garamond', serif;
	font-weight:600;
*/
}
#globalFooter #bnrArea ul.blk01 li.col04 img {
	width:auto;
	max-height:40px;
	float:right;
	margin-top:5px;
}
#globalFooter #bnrArea ul.blk01 li.col05 img {
	margin-top:-5px;
	width:auto;
	max-height:50px;
	float:right;
}

#globalFooter #menuArea {
	margin: 0 0 20px 0;
    text-align: center;
}

#globalFooter #menuArea p {
    display: inline-block;
	font-size: 16px;
	letter-spacing: .5px;
}
#globalFooter #copyright {
	margin: 0 0 20px 0;	
	font-size:12px;
	line-height:1.2;
	text-align:center;	
}
#globalFooter #copyright .cpyrgt {
}


/*
#globalFooter #bnrArea ul.blk01 {
	float:left;
	width:42%;
}
#globalFooter #bnrArea ul.blk02 {
	float:right;
	width:54%;
}

#globalFooter #bnrArea ul.blk01 li {
	float:left;
	width:42%;
	margin-right:4%;
}
#globalFooter #bnrArea ul.blk02 li {
	float:left;
	width:32%;
	margin-left:1%;
}


#globalFooter #bnrArea ul.blk01 li.col01 img {
	width:auto;
	max-height:47px;
}
#globalFooter #bnrArea ul.blk01 li.col02 img {
	margin-top:3px;
	width:auto;
	max-height:44px;
}

#globalFooter #bnrArea ul.blk02 li.col01 {
	padding-top:15px;
	font-size:13px;
	line-height:1.2;	
}
#globalFooter #bnrArea ul.blk02 li.col02 img {
	width:auto;
	max-height:50px;
	float:right;
}
#globalFooter #bnrArea ul.blk02 li.col03 img {
	width:auto;
	max-height:50px;
	float:right;
}


#globalFooter #copyright {
	margin: 0 0 20px 0;	
	font-size:12px;
	line-height:1.2;
	text-align:center;	
}
#globalFooter #copyright .cpyrgt {
}
*/

@media screen and (max-width: 991px) {
	#globalFooter #bnrArea {
		margin: 0 0 40px 0;	
	}

	#globalFooter #bnrArea ul.blk01 {
	}
	
	#globalFooter #bnrArea ul.blk01 li {
		float:none;
	}
	#globalFooter #bnrArea ul.blk01 li.col01 {
		float:left;
		width:54%;
	}
	#globalFooter #bnrArea ul.blk01 li.col02 {
		float:right;
		width:42%;
		margin-bottom:30px;	
	}
	#globalFooter #bnrArea ul.blk01 li.col03 {
		clear:both;
		float:none;
		width:100%;
		margin-bottom:15px;	
	}
	#globalFooter #bnrArea ul.blk01 li.col04 {
		float:left;
		width:48%;
	}
	#globalFooter #bnrArea ul.blk01 li.col05 {
		float:right;
		width:48%;
	}
	
	
	#globalFooter #bnrArea ul.blk01 li.col01 img {
		width:auto;
		max-height:40px;
		float:right;
	}
	#globalFooter #bnrArea ul.blk01 li.col02 img {
		margin-left:0;
		width:auto;
		max-height:40px;
		float:left;
	}
	
	#globalFooter #bnrArea ul.blk01 li.col03 {
		margin-top:0;
		font-size:12px;
		line-height:1.4;
		text-align:center;
	}
	#globalFooter #bnrArea ul.blk01 li.col04 img {
		width:auto;
		height:26px;
		float:right;
	}
	#globalFooter #bnrArea ul.blk01 li.col05 img {
		margin-top:-5px;
		width:auto;
		height:34px;

		float:left;
	}

	#globalFooter #copyright {
		margin: 0 auto 0px;	
		font-size:10px;
		line-height:1.2;
		text-align:center;	
	}

}


@media screen and (max-width: 767px) {
/*
	#globalFooter #bnrArea {
		margin: 0 0 40px 0;	
	}


	#globalFooter #bnrArea ul.blk01 {
		float:none;
		width:100%;
	}
	#globalFooter #bnrArea ul.blk02 {
		float:none;
		width:100%;
	}
	
	#globalFooter #bnrArea ul.blk01 li {
		float:left;
		width:44%;
		margin-right:8%;
	}
	#globalFooter #bnrArea ul.blk01 li:last-child {
		margin-right:0;
	}

	#globalFooter #bnrArea ul.blk02 li {
		margin-left:0;
	}
	#globalFooter #bnrArea ul.blk02 li.col01 {
		width:100%;
		font-size:12px;
	}
	#globalFooter #bnrArea ul.blk02 li.col02 {
		float:left;
		width:44%;
		margin-right:8%;
		margin-left:0;
	}
	#globalFooter #bnrArea ul.blk02 li.col03 {
		float:left;
		width:44%;
		margin-left:0;
	}
	
	
	#globalFooter #bnrArea ul.blk01 li.col01 img {
		width:auto;
		height:40px;
		float:right;
	}
	#globalFooter #bnrArea ul.blk01 li.col02 img {
		margin-top:3px;
		width:auto;
		height:36px;
	}
	
	#globalFooter #bnrArea ul.blk02 li.col01 {
		text-align:center;
		padding-top:40px;
		padding-bottom:15px;
		font-size:13px;
		line-height:1.2;	
	}
	#globalFooter #bnrArea ul.blk02 li.col02 img {
		width:auto;
		height:40px;
		float:right;
	}
	#globalFooter #bnrArea ul.blk02 li.col03 img {
		width:auto;
		height:40px;
		float:left;
	}
	#globalFooter #copyright {
		margin: 0 auto 0px;	
		font-size:10px;
		line-height:1.2;
		text-align:center;	
	}

*/	

	
}

/*
#globalFooter .leftblk {
	float: left;
	width:50%;
}

#globalFooter .leftblk ul{
}
#globalFooter .leftblk ul li {
	float:left;
	margin-right:40px;
}

#globalFooter .leftblk img {
}

#globalFooter .rightblk {
	float:right;
	width:50%;
}
#globalFooter .rightblk .cpyrgt {
	margin: 44px 0 0 0;
	font-size:12px;
	line-height:1.2;
	text-align:right;	
}

@media screen and (max-width: 1239px) {
#globalFooter .leftblk {
	float: left;
	width:40%;
}

#globalFooter .leftblk ul li {
	float:left;
	margin-right:30px;
}

#globalFooter .leftblk img {
	width:auto;
	height:40px;
}

#globalFooter .rightblk {
	float:right;
	width:60%;
}
#globalFooter .rightblk .cpyrgt {
	margin: 30px 80px 0 0;
}
}

@media screen and (max-width: 991px) {
#globalFooter .leftblk {
	padding: 0;
	width: 100%;
	border: 0;
	float: none;
}
#globalFooter .leftblk ul li {
	width: 50%;
	margin:0 0 20px 0;
	text-align:center;
}

#globalFooter .leftblk img {
	width:auto;
	height:40px;
}


#globalFooter .rightblk {
	float:none;
	width:100%;
}
#globalFooter .rightblk .cpyrgt {
	margin: 0 60px 0 0;
	font-size:12px;
	line-height:1.2;	
	text-align:center;	
}

}

*/
#ani_btn {
	position: fixed;
	width:192px;
	height:192px;
	overflow:hidden;
	right: 90px;
	bottom: 20px;
	z-index: 99999;
}
#ani_btn:hover {
	opacity:0.6;
	transition-duration:0.5s;
}


#totop {
	position: fixed;
	width:52px;
	height:52px;
	overflow:hidden;
	right: 20px;
	bottom: 20px;
	z-index: 99999;
	background:url(../img/totop_bg01.png) no-repeat 0 0;
}
#totop a {
	width:52px;
	height:52px;
	display:block;
}
#totop a img {
	transition: all 0.2s ease-in-out;
}
#totop .over {
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition: all 0.2s ease-in-out;
}
#totop:hover a img {
	transform: translateY(-52px);
	transition: all 0.2s ease-in-out;
}
#totop:hover .over {
	opacity:1;
	transition: all 0.2s ease-in-out;
}
.ani_gmenu_bnr {
	width:96%;
	height:107px;
	background:url(../../../common/img/sp_ani_banner_gmenu_en.png) no-repeat;
	background-size:auto 100%;
	margin:10px 2%;
	border-radius:7px;
}
.ani_gmenu_bnr a {
	display:block;
	width: 100%;
	height: 100%;
}
#sp_ani_bnr {
	display:none;
}
@media screen and (max-width: 767px) {
#totop {
	right: 10px;
	bottom: 10px;
	z-index: 99;
}
#ani_btn {
	display:none !important;
}
#sp_ani_bnr {
	display:block;
	position: fixed;
	top:60px;
	left:0;
	width:100%;
	height:60px;
	text-align:center;
	background:url(../../../common/img/sp_ani_banner_bg.png) no-repeat 50% 50%;
	background-size:cover;
	z-index:9999;
}
#sp_ani_bnr img {
	width:280px;
	max-width:95%;
	margin:10px auto;
}
#sp_ani_bnr a {
	display:block;
	width:100%;
	height:100%;
	font-size: 1rem;
	font-family:'Noto Serif', serif;
	font-weight:bold;
	line-height:60px;
	color:#FFF;
}
}


@media print {
#globalHeader {
	position: static;
}
}


/* ========================================
	
	* 共通

======================================== */

/* リンクテキスト */
a.link_fade,
a.link_fade:link,
a.link_fade:visited {
	color: #3398db;
	text-decoration: none;
}
a.link_fade:hover {
	color: #2E65A7;
	transition: .3s;
}


/* リンクボタン */

.btn_link_c {
	text-align:center;
}

.btn-prim {
	width:230px;
	height: 40px;
	padding: 0 32px;
	margin: 0 0 16px 0;
	/*border-radius: 20px;*/
	font-size: 1em;
	color: #fff;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 0.24em;
	font-weight: 300;
	display: inline-block;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	
	text-align:center;
}
.btn-prim .btn-text {
	position: relative;
	z-index: 1;
}
.btn-text {
	color:#fff;
}
.btn-img {
	position:absolute;
	bottom:1px;
	left:0;
	right:0;
	z-index: 1;
}
.btn-img img{
	height:12px !important;
	vertical-align:middle;
}


.btn-prim:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	/*border-radius: 20px;*/
	background: #4aadd6;
	background: linear-gradient(to right, #4aadd6 0%, #4d3f84 25%, #ce2739 50%, #4d3f84 75%, #4aadd6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr=$first-color, endColorstr=$second-color, GradientType=1 );
	background-size: 200% 200%;
	background-position: 0%;
	transition: all ease-in-out 0.3s;

}
.btn-prim:hover:after {
	background-position: 100%;
	transition: all ease-in-out 0.3s;
}



/*透過*/
.opa {
  display: block;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}

.opa:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}


/*ズーム*/

.zoom-on {
  display: block;
  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform 0.2s linear;
}

.zoom-on:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}



/* section */
.section {
	margin: 0 auto 8%;
}

.sec {
	margin: 0 auto 6%;
}


/* 見出し */
#mainContents .section h2.ttl {
	margin-bottom:30px;
	padding-left:30px;
	background:url(../img/line_gra.png) no-repeat left 50%;
	background-size: 6px 80%;
	font-family: 'Cormorant Garamond', serif;
	font-size:46px;
	line-height:1.2;
	font-weight:600;	
}
#mainContents .section .txt {
	font-size:17px;
	margin-bottom:1em;
}

#mainContents .mincho {
	/*font-family: "游明朝", YuMincho,"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	font-family: 'Cormorant Garamond', serif;
}


@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
	/* 見出し */
	#mainContents .section h2.ttl {
		margin-bottom:20px;
		padding-left:16px;
		background-size: 6px 90%;
		font-size:24px;
	}
	#mainContents .section h2.ttl img {
		height:28px;
		vertical-align:top;
	}
	#mainContents .section h2.ttl .line2 img {
		height:56px;
	}
	#mainContents .section .txt {
		font-size:14px;
	}
}



/* PC専用、SP専用 */
#mainContents .pc{
	display:block;
}
#mainContents .sp{
	display:none;
}
@media screen and (max-width: 767px) {
	#mainContents .pc{
		display:none;
	}
	#mainContents .sp{
		display:block;
	}
}

/* text-align */
.taC_md_taL {
	text-align:center;
}

@media screen and (max-width: 991px) {
	.taC_md_taL {
		text-align:left;
	}

}


/* Rマーク */
sup.reg {
	font-size:110%;
	line-height:1;
}


/* ========================================
	
	* bootstrap

======================================== */

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

/* ========================================
containerの幅を変更
======================================== */

@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1080px) {
  .container {
    max-width: 1080px;
  }
}
@media (min-width: 1240px) {
  .container {
    width: 1080px;
  }
}



/* ========================================
間隔を70pxに拡張
======================================== */
.row-70 {
  margin-left: -35px;
  margin-right: -35px;
}
.row-70 > [class^="col-"], .row-70 > [class*=" col-"] {
  padding-left: 35px;
  padding-right: 35px;
}

/* ========================================
間隔を60pxに拡張
======================================== */
.row-60 {
  margin-left: -30px;
  margin-right: -30px;
}
.row-60 > [class^="col-"], .row-60 > [class*=" col-"] {
  padding-left: 30px;
  padding-right: 30px;
}

/* ========================================
間隔を50pxに拡張
======================================== */
.row-50 {
  margin-left: -25px;
  margin-right: -25px;
}
.row-50 > [class^="col-"], .row-50 > [class*=" col-"] {
  padding-left: 25px;
  padding-right: 25px;
}

/* ========================================
間隔を40pxに拡張
======================================== */
.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row-40 > [class^="col-"], .row-40 > [class*=" col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

/* ========================================
間隔を20pxに縮小
======================================== */
.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-20 > [class^="col-"], .row-20 > [class*=" col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
/* ========================================
間隔を14pxに縮小
======================================== */
.row-14 {
  margin-left: -7px;
  margin-right: -7px;
}
.row-14 > [class^="col-"], .row-14 > [class*=" col-"] {
  padding-left: 7px;
  padding-right: 7px;
}


/* ========================================
間隔を10pxに縮小
======================================== */
.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-10 > [class^="col-"], .row-10 > [class*=" col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

/* ========================================
間隔を0に
======================================== */
.row-pad0 {
  margin-left: 0;
  margin-right: 0;
}
.row-pad0 > [class^="col-"], .row-pad0 > [class*=" col-"] {
  padding-left: 0;
  padding-right: 0;
}


/* ========================================
br
======================================== */
/*br-XX-block*/
.br-xs-block {
  display: none;
}
@media only screen and (min-width: 480px), print and (max-width: 1cm) {
  .br-xs-block {
    display: inline-block;
  }
}

.br-sm-block {
  display: none;
}
@media only screen and (min-width: 768px), print and (min-width: 2cm) {
  .br-sm-block {
    display: inline-block;
  }
}

.br-md-block {
  display: none;
}
@media only screen and (min-width: 992px), print and (min-width: 2cm) {
  .br-md-block {
    display: inline-block;
  }
}

.br-lg-block {
  display: none;
}
@media only screen and (min-width: 1240px), print and (min-width: 2cm) {
  .br-lg-block {
    display: inline-block;
  }
}

/*br-XX-none*/
@media only screen and (min-width: 480px), print and (max-width: 1cm) {
  .br-xs-none {
    display: none;
  }
}
@media only screen and (min-width: 768px), print and (min-width: 2cm) {
  .br-sm-none {
    display: none;
  }
}
@media only screen and (min-width: 992px), print and (min-width: 2cm) {
  .br-md-none {
    display: none;
  }
}
@media only screen and (min-width: 1240px), print and (min-width: 2cm) {
  .br-lg-none {
    display: none;
  }
}
@media only screen and (max-width: 767px), print and (min-width: 2cm) {
  .mb1e-sm-min {
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 767px), print and (min-width: 2cm) {
  .mb2e-sm-min {
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 767px), print and (min-width: 2cm) {
  .mb3e-sm-min {
    margin-bottom: 2em;
  }
}

.img-center .img-responsive {
  margin: 0 auto;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* ========================================
グリッド　5等分.col-XX-1-5　追加ver
======================================== */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	/*height: -58px;*/
}

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-1-5, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: none;
  width: 100%;
}

.col-xxs-1, .col-xxs-1-5, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xxs-12 {
  width: 100%;
}

.col-xxs-11 {
  width: 91.66666667%;
}

.col-xxs-10 {
  width: 83.33333333%;
}

.col-xxs-9 {
  width: 75%;
}

.col-xxs-8 {
  width: 66.66666667%;
}

.col-xxs-7 {
  width: 58.33333333%;
}

.col-xxs-6 {
  width: 50%;
}

.col-xxs-5 {
  width: 41.66666667%;
}

.col-xxs-4 {
  width: 33.33333333%;
}

.col-xxs-3 {
  width: 25%;
}

.col-xxs-2 {
  width: 16.66666667%;
}

.col-xxs-1-5 {
  width: 20%;
}

.col-xxs-1 {
  width: 8.33333333%;
}

.col-xxs-pull-12 {
  right: 100%;
}

.col-xxs-pull-11 {
  right: 91.66666667%;
}

.col-xxs-pull-10 {
  right: 83.33333333%;
}

.col-xxs-pull-9 {
  right: 75%;
}

.col-xxs-pull-8 {
  right: 66.66666667%;
}

.col-xxs-pull-7 {
  right: 58.33333333%;
}

.col-xxs-pull-6 {
  right: 50%;
}

.col-xxs-pull-5 {
  right: 41.66666667%;
}

.col-xxs-pull-4 {
  right: 33.33333333%;
}

.col-xxs-pull-3 {
  right: 25%;
}

.col-xxs-pull-2 {
  right: 16.66666667%;
}

.col-xxs-pull-1 {
  right: 8.33333333%;
}

.col-xxs-pull-0 {
  right: auto;
}

.col-xxs-push-12 {
  left: 100%;
}

.col-xxs-push-11 {
  left: 91.66666667%;
}

.col-xxs-push-10 {
  left: 83.33333333%;
}

.col-xxs-push-9 {
  left: 75%;
}

.col-xxs-push-8 {
  left: 66.66666667%;
}

.col-xxs-push-7 {
  left: 58.33333333%;
}

.col-xxs-push-6 {
  left: 50%;
}

.col-xxs-push-5 {
  left: 41.66666667%;
}

.col-xxs-push-4 {
  left: 33.33333333%;
}

.col-xxs-push-3 {
  left: 25%;
}

.col-xxs-push-2 {
  left: 16.66666667%;
}

.col-xxs-push-1 {
  left: 8.33333333%;
}

.col-xxs-push-0 {
  left: auto;
}

.col-xxs-offset-12 {
  margin-left: 100%;
}

.col-xxs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xxs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xxs-offset-9 {
  margin-left: 75%;
}

.col-xxs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xxs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xxs-offset-6 {
  margin-left: 50%;
}

.col-xxs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xxs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xxs-offset-3 {
  margin-left: 25%;
}

.col-xxs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xxs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xxs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 480px) {
  .col-xs-1, .col-xs-1-5, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }

  .col-xs-12 {
    width: 100%;
  }

  .col-xs-11 {
    width: 91.66666667%;
  }

  .col-xs-10 {
    width: 83.33333333%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-8 {
    width: 66.66666667%;
  }

  .col-xs-7 {
    width: 58.33333333%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-5 {
    width: 41.66666667%;
  }

  .col-xs-4 {
    width: 33.33333333%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-2 {
    width: 16.66666667%;
  }

  .col-xs-1-5 {
    width: 20%;
  }

  .col-xs-1 {
    width: 8.33333333%;
  }

  .col-xs-pull-12 {
    right: 100%;
  }

  .col-xs-pull-11 {
    right: 91.66666667%;
  }

  .col-xs-pull-10 {
    right: 83.33333333%;
  }

  .col-xs-pull-9 {
    right: 75%;
  }

  .col-xs-pull-8 {
    right: 66.66666667%;
  }

  .col-xs-pull-7 {
    right: 58.33333333%;
  }

  .col-xs-pull-6 {
    right: 50%;
  }

  .col-xs-pull-5 {
    right: 41.66666667%;
  }

  .col-xs-pull-4 {
    right: 33.33333333%;
  }

  .col-xs-pull-3 {
    right: 25%;
  }

  .col-xs-pull-2 {
    right: 16.66666667%;
  }

  .col-xs-pull-1 {
    right: 8.33333333%;
  }

  .col-xs-pull-0 {
    right: auto;
  }

  .col-xs-push-12 {
    left: 100%;
  }

  .col-xs-push-11 {
    left: 91.66666667%;
  }

  .col-xs-push-10 {
    left: 83.33333333%;
  }

  .col-xs-push-9 {
    left: 75%;
  }

  .col-xs-push-8 {
    left: 66.66666667%;
  }

  .col-xs-push-7 {
    left: 58.33333333%;
  }

  .col-xs-push-6 {
    left: 50%;
  }

  .col-xs-push-5 {
    left: 41.66666667%;
  }

  .col-xs-push-4 {
    left: 33.33333333%;
  }

  .col-xs-push-3 {
    left: 25%;
  }

  .col-xs-push-2 {
    left: 16.66666667%;
  }

  .col-xs-push-1 {
    left: 8.33333333%;
  }

  .col-xs-push-0 {
    left: auto;
  }

  .col-xs-offset-12 {
    margin-left: 100%;
  }

  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xs-offset-9 {
    margin-left: 75%;
  }

  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xs-offset-6 {
    margin-left: 50%;
  }

  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xs-offset-3 {
    margin-left: 25%;
  }

  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xs-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-1-5, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1-5 {
    width: 20%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-1-5, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1-5 {
    width: 20%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1240px) {
  .col-lg-1, .col-lg-1-5, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1-5 {
    width: 20%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}


.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1240px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1240px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1240px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1240px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1240px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

@media print {
  body {
		margin:0 auto;
    width: 1240px;
    transform: scale(0.85);
    -moz-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-print-color-adjust: exact;
  }

	#mainContents {
		margin-top:0px;
	}
}
