@charset "utf-8";
/* animate */
 @media print, screen and (min-width: 751px) {
#main {
	opacity: 0;
}
/* mainvisual */
#mainvisual {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
/* topMain movie */
#mainvisual #movieTop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: block;
	z-index: 100;
}
#mainvisual #movieTop .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 102;
}
#mainvisual #movieTop .movieSet {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 101;
	/*background: rgba(0,0,0,0.6);*/
	background-color:#ffffff;
}
#mainvisual #movieTop video,
#mainvisual #movieTop img {
	width: 100%;
	height: auto;
}
#mainvisual #movieTop .cover img {
	width: 100%;
	height: 100%;
}
/* topMain scrollDown */
#scrollDown {
	position: absolute;
	width: 100px;
	bottom: 90px;
	left: 50%;
	transform: translateX(-50%);
 -webkit- transform:translateX(-50%);
	z-index: 109;
	opacity: 0;
	transition: all 0.2s linear;
}
#scrollDown .scroll-btn {
	position: relative;
	display: block;
	text-align: center;
	padding-bottom: 20px;
}
#scrollDown .scroll-btn::after {
	position: absolute;
	width: 27px;
	height: 21px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
 -webkit- transform:translateX(-50%);
	content: ' ';
	background-image: url(/home/img/icon_scroll.png);
	background-size: 27px auto;
	background-repeat: no-repeat;
	background-position: center;
}
#scrollDown .scroll-btn p {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 18px;
	-moz-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	-webkit-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	-ms-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}
#scrollDown .scroll-btn .mouse {
	position: relative;
	display: block;
	width: 20px;
	height: 30px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid white;
	border-radius: 23px;
	-moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.6);
	-ms-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.6);
}
#scrollDown .scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 20%;
	left: 6.5px;
	width: 3px;
	height: 4px;
	background: #ffffff;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}
/* infoArea */
#mainvisual #infoArea {
	padding-top: 125px; /* ボタン2個 */
	padding-top: 180px; /* ボタン3個 */
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 110;
	opacity: 0;
}
/* otherBtn */
#mainvisual #otherBtn {
	position: absolute;
	top: 0;
	right: 0;
	width: 210px;
}
#mainvisual #otherBtn li:nth-child(n+2) {
	margin-top: 10px;
}
#mainvisual #otherBtn a {
	position: relative;
	display: block;
	color: #ffffff;
	background: rgba(0,0,0,0.6);
	padding-left: 15px;
	padding-right: 40px;
	line-height: 45px;
	font-size: 1.2rem;
	font-weight: 700;
	transition: all 0.2s linear;
}
#mainvisual #otherBtn a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#mainvisual #otherBtn a::after {
	position: absolute;
	width: 30px;
	height: 10px;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
 -webkit- transform:translateY(-50%);
	content: ' ';
	background-image: url(/commons/img/parts/icon_arrow_b_r_w.png);
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: center;
}
/* articleArea */
#articleArea {
	background: rgba(255,255,255,0.8);
	width: 100%;
}
#articleArea .article_inner {
	position: relative;
	max-width: 1326px;
	padding: 25px 20px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#articleArea .articleLinkTop {
	position: absolute;
	top: 8px;
	right: 20px;
	width: 189px;
	z-index: 100;
	opacity: 0;
	transition: all 0.2s linear;
}
#articleArea .articleLinkTop a {
	position: relative;
	background-color: #9b001a;
	display: block;
	padding-left: 20px;
	width: calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	color: #ffffff;
	line-height: 40px;
	transition: all 0.2s linear;
	font-size: 1.2rem;
	font-weight: 700;
	cursor: default;
	pointer-events: none;
}
#articleArea .articleLinkTop a::after {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
 -webkit- transform:translateY(-50%);
	content: ' ';
	background-image: url(/commons/img/parts/icon_arrow_b_r_w.png);
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: center;
}
#articleArea .articleTitArea {
	position: relative;
	width: 152px;
	margin-right: 20px;
	z-index: 100;
	transition: all 0.2s linear;
}
#articleArea .articleTit a {
	position: relative;
	display: inline-block;
	width: calc(100% - 50px);
	width : -webkit-calc(100% - 50px);
	padding-left: 50px;
	letter-spacing: 0.4em;
	font-size: 1.8rem;
	line-height: 40px;
}
#articleArea .articleTit a::before {
	position: absolute;
	width: 38px;
	height: 38px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
 -webkit- transform:translateY(-50%);
	content: ' ';
	background-image: url(/commons/img/parts/icon_open.png);
	background-size: 17px auto;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ffffff;
	border: solid #b3b3b3 1px;
}
#articleArea .articleLink {
	margin-top: 20px;
}
#articleArea .articleLink a {
	position: relative;
	background-color: #9b001a;
	display: block;
	padding-left: 20px;
	width: calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	color: #ffffff;
	line-height: 40px;
	transition: all 0.2s linear;
	font-size: 1.2rem;
	font-weight: 700;
}
#articleArea .articleLink a::after {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
 -webkit- transform:translateY(-50%);
	content: ' ';
	background-image: url(/commons/img/parts/icon_arrow_b_r_w.png);
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: center;
}
#articleArea .articleLink a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#articleArea .entryArea {
	width: calc(100% - 173px);
	width : -webkit-calc(100% - 173px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#articleArea .entry-item {
	width: calc(49.6% - 30px);
	width : -webkit-calc(49.6% - 30px);
}
#articleArea .entry-item li {
	position: relative;
	line-height: 20px;
	margin-top: 10px;
	color: #0b0b0b;
	transition: all 0.2s linear;
}
#articleArea .entry-item li:first-child {
	margin-top: 0;
}
#articleArea .entry-item li a {
	color: #0b0b0b;
	text-decoration: none;
	transition: all 0.2s linear;
}
#articleArea .entry-item li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#articleArea .entry-item li a .new {
	color: #ff002c;
}
#articleArea .entry-item li .day {
	position: absolute;
	top: 0;
	left: 0;
}
#articleArea .entry-item li .day .icon {
	display: inline-block;
	color: #ffffff;
	background-color: #ffffff;
	text-align: center;
	line-height: 18px;
	height: 20px;
	font-size: 1rem;
	margin-right: 20px;
	width: 60px;
	vertical-align: top;
}
#articleArea .entry-item li.kairos .day .icon,
#articleArea .entry-item li.maria .day .icon {
	padding-bottom: 0;
	height: 20px;
}
#articleArea .entry-item li.kairos .day .icon span,
#articleArea .entry-item li.maria .day .icon span {
	display: block;
	transform: scale(0.8);
}
#articleArea .entry-item .day .date {
	line-height: 20px;
}
#articleArea .entry-item .data {
	padding-left: calc(10.5em + 20px);
	padding-left : -webkit-calc(10.5em + 20px);
}
#articleArea .entry-item .data a {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
#articleArea .entry-item .data .new {
	padding-right: 5px;
}
#articleArea .articleBtn {
	width: 50.4%;
	transition: all 0.2s linear;
	position: relative;
	z-index: 101;
}
/*#articleArea .articleBtn .pattern1 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}*/
#articleArea .articleBtn .pattern1 .item {
	width: calc(50% - 10px);
	width : -webkit-calc(50% - 10px);
}
#articleArea .articleBtn .pattern1 .item a {
	position: relative;
	display: inline-block;
	width: calc(100% - 38px);
	width : -webkit-calc(100% - 38px);
	padding: 18px;
	border: solid 1px #B3B3B3;
	background-color: #ffffff;
	transition: all 0.2s linear;
}
#articleArea .articleBtn .pattern1 .item a::after {
	position: absolute;
	width: 30px;
	height: 10px;
	top: 26px;
	right: 18px;
	content: ' ';
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px auto;
}
#articleArea .articleBtn .pattern1 .item a .tit {
	width: calc(100% - 35px);
	width : -webkit-calc(100% - 35px);
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.4em;
	padding-right: 35px;
	white-space: inherit;
}
#articleArea .articleBtn .pattern1 .item a .date {
	font-size: 1.2rem;
	line-height: 1.2;
	margin-top: 5px;
}
#articleArea .articleBtn .pattern1 .item a .data {
	line-height: 1.4;
	margin-top: 5px;
}
#articleArea .articleBtn .pattern1 .item a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#articleArea .articleBtn .pattern2 {
	margin-top: 20px;
}
#articleArea .articleBtn .pattern2 li {
	width: calc(33.3325% - 6.666px);
	width : -webkit-calc(33.3325% - 6.666px);
	margin-right:10px;
}
#articleArea .articleBtn .pattern2 li:last-child {
	margin-right:0;
}
#articleArea .articleBtn .pattern2 li a {
	position: relative;
	display: inline-block;
	width: calc(100% - 66px);
	width : -webkit-calc(100% - 66px);
	padding: 11px 48px 11px 18px;
	min-height: 18px;
	line-height: 1.4;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: 700;
	transition: all 0.2s linear;
}
#articleArea .articleBtn .pattern2 li.exam a {
	background: #ff99cd;
}
#articleArea .articleBtn .pattern2 li.blog a {
	background: #008236;
}
#articleArea .articleBtn .pattern2 li.seisen a {
	background: #ed7100;
}
#articleArea .articleBtn .pattern2 li a::after {
	position: absolute;
	width: 30px;
	height: 10px;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
 -webkit- transform:translateY(-50%);
	content: ' ';
	background-image: url(/commons/img/parts/icon_arrow_b_r_w.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px auto;
}
#articleArea .articleBtn .pattern2 li a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
/* close */
#infoArea.close {
	opacity: 0;
}
#infoArea.close #articleArea .articleTit a::before {
	background-image: url(/commons/img/parts/icon_close.png);
}
#infoArea.close #articleArea .articleLinkTop {
	opacity: 1;
	z-index: 102;
}
#infoArea.close #articleArea .articleLinkTop a {
	cursor: pointer;
	pointer-events: auto;
}
#infoArea.close #articleArea .articleLinkTop a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#infoArea.close #articleArea .articleBtn {
	opacity: 0;
}
#infoArea.close #articleArea .articleTitArea {
	margin-top: -17px;
}
#infoArea.close #articleArea .entry-item{
	padding-bottom:5px;
}
#infoArea.close #articleArea .entry-item li:first-child {
	margin-top: -5px;
}
#infoArea.close #articleArea .entry-item li:nth-child(n+2) {
	opacity: 0;
}
#infoArea.close #articleArea .entry-item li:nth-child(n+2) a {
	cursor: default;
	pointer-events: none;
}
#infoArea.close #articleArea .articleBtn .pattern1 .item a {
	cursor: default;
	pointer-events: none;
}
#infoArea.close + #scrollDown {
	z-index: 111;
	opacity: 1;
}
/* main */
#main {
	position: relative;
	padding-top: 140px;
}
#main .wrap {
	max-width: 1200px;
	padding-left: 20px;
	padding-right: 20px;
}
#main .tit2 {
	margin-top: 140px;
}
#main .tit2.ft {
	margin-top: 0;
}
/* pickup program */
.btnGroup .item {
	width: calc(25% - 13.5px);
	width : -webkit-calc(25% - 13.5px);
	margin-right: 18px;
}
.btnGroup .item:nth-child(4),
.btnGroup .item:last-child {
	margin-right: 0;
}
.btnGroup .item a {
	text-decoration: none!important;
	color: #0b0b0b !important;
}
.btnGroup .item a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.btnGroup .figBox {
	position: relative;
	overflow: hidden;
}
.btnGroup .figBox::after {
	position: absolute;
	bottom: -1px;
	left: 20px;
	content: ' ';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #edf6f9;
	z-index: 100;
}
.btnGroup .figBox img {
	transition: all 0.3s linear;
	position: relative;
	z-index: 10;
}
.btnGroup a:hover img {
	transform: scale(1.12, 1.12);
}
.btnGroup .txtBox {
	text-align: left;
	background-color: #edf6f9;
	padding: 30px 20px;
	position: relative;
	transition: 0.3s all;
}
.btnGroup a:hover .txtBox {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.btnGroup .txtBox::after {
	position: absolute;
	top: 35px;
	right: 20px;
	content: ' ';
	width: 30px;
	height: 10px;
	background-image: url(/commons/img/parts/icon_arrow_b_r_b.png);
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: center;
}
.btnGroup .txtBox p.tit {
	font-size: 1.5rem;
	font-weight: 700;
	padding-bottom: 5px;
	padding-right: 40px;
}
.btnGroup .txtBox p {
	font-size: 1.4rem;
	line-height: 1.5;
}
.btnGroup .moreArea .itemBox .item {
	margin-top: 15px;
}
.btnGroup .moreBtn .btnBox .box1_1_pc {
	width: 300px !important;
}
/* program */
#program .btnGroup .item a {
	color: #ffffff !important;
}
#program .btnGroup .txtBox::after {
	background-image: url(/commons/img/parts/icon_arrow_b_r_w.png);
}
.btnGroup .pro1 .figBox::after {
	border-bottom: 10px solid #e73656;
}
.btnGroup .pro1 .txtBox {
	background-color: #e73656;
}
.btnGroup .pro2 .figBox::after {
	border-bottom: 10px solid #f08300;
}
.btnGroup .pro2 .txtBox {
	background-color: #f08300;
}
.btnGroup .pro3 .figBox::after {
	border-bottom: 10px solid #0092d8;
}
.btnGroup .pro3 .txtBox {
	background-color: #0092d8;
}
.btnGroup .pro4 .figBox::after {
	border-bottom: 10px solid #45b035;
}
.btnGroup .pro4 .txtBox {
	background-color: #45b035;
}


/* ideal */
#ideal .tit2 {
	margin-top: 0;
	padding-top: 140px;
}
#ideal .item {
	opacity: 0;
	position: relative;
	padding-bottom: 73.2%;
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: -1px;
	/*transform: translate(0, 150px);*/
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#ideal .item.no1 {
	background-image: url(/home/img/ideal_img01_pc.jpg?2024);
}
#ideal .item.no2 {
	background-image: url(/home/img/ideal_img02_pc.jpg?2024);
		background-position: center top;
}
#ideal .item.no3 {
	background-image: url(/home/img/ideal_img03_pc.jpg?2024);
}
#ideal .item.no4 {
	background-image: url(/home/img/ideal_img04_pc.jpg?2024);
}

#ideal .item.view {
	opacity: 1;
	/*transform: translate(0, 0);*/
}
#ideal .item .item_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s linear;
	transition: all 1s linear;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0);
}
#ideal .item .item_inner.view {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.3);
}
#ideal .item .tit {
	position: absolute;
	color: #ffffff;
	left: 50%;
	top: 50%;
	margin-top: 150px;
	transform: translate(-50%, -50%);
	font-size: 3.0rem;
	z-index: 101;
	padding-bottom: 30px;
	opacity: 0;
	-webkit-transition: all 0.6s linear;
	transition: all 0.6s linear;
}
#ideal .item .tit.view {
	opacity: 1;
	transform: translate(-50%, -50%);
	margin-top: 0px;
}
#ideal .item .tit .txt {
	-moz-text-shadow: 0px 0px 13px rgba(255, 255, 255, 0.9);
	-webkit-text-shadow: 0px 0px 13px rgba(255, 255, 255, 0.9);
	-ms-text-shadow: 0px 0px 13px rgba(255, 255, 255, 0.9);
	text-shadow: 0px 0px 13px rgba(255, 255, 255, 0.9);
	letter-spacing: 0.2em;
	white-space: nowrap;
}
#ideal .item .tit::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
	content: ' ';
	width: 620px;
	height: 26px;
	background-image: url(/home/img/ideal_tit_line_pc.png);
	background-size: 620px auto;
	background-repeat: no-repeat;
	background-position: center;
}
#ideal .item figure {
	position: relative;
	z-index: 100;
}
#ideal .btnBox {
	max-width: 1200px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
#ideal .btnBox a {
	font-size: 2.4rem;
	font-weight: 700;
	border: none;
	color: #ffffff !important;
	background-color: #9a0020;
	border: solid 1px #9a0020;
	letter-spacing: 0.4em;
}
#ideal .btnBox a::after {
	background-image: url(/commons/img/parts/icon_arrow_b_r_w.png);
	right: 20px;
}
/* sns */
#sns .wrap {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
#sns .tit4 {
	color: #808080;
	font-size: 3.6rem;
	line-height: 1.2;
}
#sns .tit4::after {
	background-color: #808080;
}
#insta #instaBox {
	width: 500px;
	margin: 0 auto;
}
#insta #instaBox #instafeed li {
	width: calc(33.333% - 8px);
	width : -webkit-calc(33.333% - 8px);
	padding-bottom: calc(33.333% - 8px);
	padding-bottom: -webkit-calc(33.333% - 8px);
	margin-right: 12px;
	overflow: hidden;
}
#insta #instaBox #instafeed li:nth-child(3n) {
	margin-right: 0;
}
#insta #instaBox #instafeed li:nth-child(n+4) {
	margin-top: 12px;
}
#insta #instaBox #instafeed li:nth-child(n+10) {
	display: none;
}
#insta #instaBox #instafeed li a {
	transition: all 0.3s linear;
}
#insta #instaBox #instafeed li a:hover {
	transform: scale(1.12, 1.12);
}
#insta #instaBox #instafeed li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
#sns .follow li {
	width: 60px;
	margin-right: 30px;
}
}
 @media print, screen and (min-width: 751px) and (max-width: 850px) {
#ideal .item .tit {
 font-size: calc(2.7rem + ((1vw - 0.750rem) * 3));
}
}
 @media print, screen and (min-width: 751px) and (max-width: 1024px) {
/* infoArea */
/* articleArea */
#scrollDown {
	bottom: 142px;
}
#articleArea .article_inner {
	position: relative;
	max-width: inherit;
	padding: 20px;
}
#articleArea .articleLinkTop {
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: 1;
	z-index: 102;
}
#articleArea .articleLinkTop a {
	cursor: pointer;
	pointer-events: auto;
}
#articleArea .articleTitArea {
	position: absolute;
	top: 20px;
	left: 20px;
}
#articleArea .articleLink {
	display: none;
}
#articleArea .entryArea {
	width: 100%;
	margin-top: 60px;
}
#articleArea .entry-item {
	width: 100%;
}
#articleArea .articleBtn {
	width: 100%;
}
#articleArea .articleBtn .pattern1 {
	margin-top: 20px;
}
#articleArea .articleBtn .pattern1 .item {
	width: calc(50% - 7.5px);
	width : -webkit-calc(50% - 7.5px);
}

#articleArea .articleBtn .pattern2 li {
	width: calc(33.333% - 6.666px);
	width : -webkit-calc(33.333% - 6.666px);
	margin-right:10px;
}
#articleArea .articleBtn .pattern2 li:last-child {
	margin-right:0;
}


/* close */

#infoArea.close #articleArea .articleLinkTop {
	opacity: 1;
	z-index: 102;
}
#infoArea.close #articleArea .articleLinkTop a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#infoArea.close #articleArea .articleTitArea {
	margin-top: 0;
}
#infoArea.close #articleArea .entry-item li:first-child {
	margin-top: -10px;
}
}
 @media all and (-ms-high-contrast: none) {
/* ie */
#main {
	overflow: hidden;
}
}
 @-webkit-keyframes ani-mouse {
 0% {
 opacity: 1;
 top: 10%;
}
 15% {
 opacity: 1;
 top: 70%;
}
 50% {
 opacity: 0;
 top: 70%;
}
 100% {
 opacity: 0;
 top: 10%;
}
}
@-moz-keyframes ani-mouse {
 0% {
 opacity: 1;
 top: 10%;
}
 15% {
 opacity: 1;
 top: 70%;
}
 50% {
 opacity: 0;
 top: 70%;
}
 100% {
 opacity: 0;
 top: 10%;
}
}
@keyframes ani-mouse {
 0% {
 opacity: 1;
 top: 10%;
}
 15% {
 opacity: 1;
 top: 70%;
}
 50% {
 opacity: 0;
 top: 70%;
}
 100% {
 opacity: 0;
 top: 10%;
}
}
/* topMain scrollDown end */
