/* ================= top.css ======================
■TOPページ

1.main
2.course
3-1.information
3-2.news
4.school
5.pickup
6.sns
7.other

============================================= */

/*----------------------------------------------
 1.main
---------------------------------------------- */
.slide_selector {
	background-color:#000;
	overflow: hidden;
}
/* dot */
.slick-dots li.slick-active button:before {
	content:"";
	opacity: 1.0;	
} 
.slick-dots {
	position:absolute;
	bottom:5px;
	padding:10px;
}
.slick-dots li {
	margin:0 7px;
	
}
.slick-dots li button {
	margin:0;
	padding:0;
	line-height:0;
}
.slick-dots li button:before {
	content: "";
	display: inline-block;
	position: relative;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	/* margin: 3px; */
	background: #ddd;
	background: rgba(150,150,150,0.4);
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}
.slick-dots li button:before {
	background: rgba(150,150,150,0.1);
	/* margin: 6px; */
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 2px rgba(255,255,255,0.5);
}

.slick-dots li.slick-active button:before,
.slick-dots li:hover button:before {
	box-shadow: 
		0 1px 1px rgba(234,4,55,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 5px rgba(234,4,55,0.5);
}

.slick-dots li.slick-active button:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 5px;
	left: 5px;
	border-radius: 50%;
	background: rgba(234,4,55,1.0);
}
/* nav */
.nav-arrow {
	position:absolute;
	z-index:3;
	color:#FFF;
	text-align:center;
	box-sizing:border-box;
	cursor: pointer;
}
.nav-arrow.nav-arrow-prev {	left:0;}
.nav-arrow.nav-arrow-next {	right:0;}

@media screen and (max-width: 767px) {
.slide_pc_img {
	display:none !important;	
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slide_selector {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:30px;
	margin-bottom:0;
}
.slide_selector a {
	width: 100%;
	height: auto;
	display: block;
}
.slide_selector a img {
	width:100%;
	height:auto;	
}
.slick-list {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}

/* nav */
.nav-arrow {
	bottom:0;
	width: 60px;
	height: 30px;
	background:#333;
	padding-top:2px;
	border:1px solid #222;
	font-size:8px;
}

/* dot */
.slick-dots {
	position:absolute;
	bottom:0;
	height:30px;
	z-index:2;
	padding:5px 60px 0;
}
.slick-dots li button:before {
	width: 14px;
	height: 14px;
}
.slick-dots li {
	margin:0 5px;
	
}


}

@media screen and (min-width: 768px) {
.slide_sp_img {
	display:none !important;	
}
.slick-dotted.slick-slider {
	margin-bottom:0;
}
.slide_selector {
	position:relative;
	width:100%;
	height:400px;
	overflow:hidden;
}
.slide_selector  a {
	width: 100%;
	height: 400px;
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	overflow: hidden;
}
.slide_selector a:hover {
	opacity: 0.5;
}
.slide_selector  a img {
	position: absolute;
	left:50%;
	margin-left: -800px;
	width: 1600px;
	max-width: 1600px;
	height: 400px;
}
.slide_selector .slider_concept a img {
		position: absolute;
		top:50%;
		left: 50%;
		width: 664px;
		height: 206px;
		margin: 0;
}
/* nav */
.nav-arrow {
	top:50%;
	width: 54px;
	height: 54px;
	margin-top: -29px;
	background:#EA0437;
	padding-top:2px;
	border:2px solid #EB7992;
}

/*slide*/
	.slide_selector .slider_concept a {
		background-image: url(../../img/slider/concept.jpg);
		background-position: left;
		background-repeat:repeat-x;
	}
	.slide_selector .slider_concept a img {
		margin: -103px 0 0 -334px;
	}
	/*.slide_selector .slider_admissions a {
		background-image: url(../../img/slider/admissions.jpg);
	}
	.slide_selector .slider_admissions a img {
		margin: -193px 0 0 -208px;
	}
	.slide_selector .slider_project a {
		background-image: url(../../img/slider/project.jpg);
	}
	.slide_selector .slider_project a img {
		margin: -104px 0 0 -307px;
	}
	.slide_selector .slider_instructor a {
		background-image: url(../../img/slider/instructor.jpg);
	}
	.slide_selector .slider_instructor a img {
		margin: -84px 0 0 -179px;
	}
	.slide_selector .slider_career-debut a {
		background-image: url(../../img/slider/career-debut.jpg);
	}
	.slide_selector .slider_career-debut a img {
		margin: -86px 0 0 -281px;
	}*/

}

/*----------------------------------------------
 2.course
---------------------------------------------- */

@media screen and (max-width: 767px) {
.couse_area {
	background:url(../img/bg_note.gif) #FFF repeat;
	padding:10px 5px;
}
.course_title {
	text-align:center;
}
.course_title h2 {
	font-size: 24px;
	font-weight: bold;
	/*color: #FFF;*/
	margin-bottom: 0;
}
.course_title p {
	color: #EA0437;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	display: inline-block;
	padding: 2px 10px;
}

.course_title h3 {
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	/*color: #FFF;*/
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0 5px;
}
.course_title a {
	margin-top:10px;
	font-weight: bold;
}

.couse_area ul {
	padding: 5px;
	margin: 0 auto;
}
.couse_area ul li {
	width: 49.5%;
	float:left;
	line-height: 1.4;
	margin-right: 1%;
	margin-bottom: 3px;
	height: 63px;
	display:table;
}
.couse_area ul li:nth-child(2n) {
	margin-right: 0;
}
.couse_area ul li a {
	position: relative;
	border:1px solid #EEE; 
	background-color: #242424;
	background:url(../../img/course_bg.jpg) #333 repeat;
	/*background-color: rgba(255,255,255,0.1);*/
	/*display: block;*/
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	font-size: 14px;
	min-height: 60px;
	
	display: table;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	
	display: table-cell;	
	vertical-align: middle;
	
}
.couse_area li.course_business a {
	font-size: 12px;
}
.couse_area ul li a span {
	padding-left: 60px;
	text-align: left;
	display: block;
	
}

.couse_area ul li a img {
	position: absolute;
	top:5px;
	left:5px;
	width: 50px;
	height: auto;
}
.couse_area .btn_red {
	padding: 0 5px;
	margin: 10px 0;
}
.couse_area .btn_red a {
	margin: 0;
	border: none;
}
/*.couse_area li.course_vocal a { border: 1px solid #F299A0; background-color: #FFF; color: #DF0012; }
.couse_area li.course_musician a { border: 1px solid #F299A0; background-color: #FFF;color: #DF0012; }
.couse_area li.course_business a { border: 1px solid #AFC69A; background-color: #FFF;color: #59B200;}
.couse_area li.course_concert a { border: 1px solid #A9D7E4; background-color: #FFF;color: #299ABC;}
.couse_area li.course_dance a { border: 1px solid #F6ACCA; background-color: #FFF;color: #E73079;}
.couse_area li.course_actor a { border: 1px solid #F8C599; background-color: #FFF;color: #ED6D01;}
.couse_area li.course_make a { border: 1px solid #C4B0D6; background-color: #FFF;color: #6B3998;}
.couse_area li.course_koutoukatei a { border: 1px solid #F1ABC2; background-color: #FFF;color: #DD2D66; }*/
}

@media screen and (min-width: 768px) {
.couse_area {
	background:url(../../img/course_bg.jpg) #333 repeat;
	height:220px;
	padding-top:20px;
}
.course_title {
	width:183px;
	float:left;
	margin:0 20px 0 0;
	text-align:center;
}
.course_title h2 {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 0;
}
.course_title p {
	background-color: #EA0437;
	color: #FFF;
	font-size: 12px;
	margin-bottom: 10px
}
.course_title p .icon_new_r {
	display: none;
}
.course_title h3 {
	font-size: 12px;
	line-height: 1.6;
	background-color: rgba(255,255,255,0.2);
	border:1px solid #000; 
	text-align: left;
	padding: 8px;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 5px;
	text-shadow: -1px 1px 0 rgba(0,0,0,1);
}
.course_title a {
	margin-top:10px;
	font-weight: bold;
	text-shadow: -1px 1px 0 rgba(0,0,0,1);
}
.course_title a:hover {
	color: #FFF;
}
.couse_area li {
	width: 142px;
	text-align: center;
	float:left;
	line-height: 1.4;
}
.couse_area li a {
	display: block;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-shadow: -1px 1px 0 rgba(0,0,0,1);
}
.couse_area li a:hover {
	margin-top:5px;
}
.couse_area li a img {
	margin-bottom:15px;
}

.couse_area li.course_business a img {
	margin-bottom:5px;
}
.couse_area li.course_vocal a:hover { color: #DF0012; }
.couse_area li.course_musician a:hover { color: #DF0012;}
.couse_area li.course_business a:hover { color: #59B200;}
.couse_area li.course_concert a:hover { color: #299ABC;}
.couse_area li.course_dance a:hover { color: #E73079;}
.couse_area li.course_actor a:hover { color: #ED6D01;}
.couse_area li.course_make a:hover { color: #6B3998;}
.couse_area li.course_kpop { display: none;}
}

/* ----------------------------------------------
　3-1.information
---------------------------------------------- */

.information_area {
	position: relative;
	width: 250px;
	float: right;
	background-color: #fff;
	margin-top: 20px;
	height: 421px;
}

.information_area_inner {
	padding: 10px;
}
.information_area_inner img {
	border: 2px solid #000;
}
.information_area_inner .information_area_title{
/*
	font-size:30px;
	font-family: 'Passion One', cursive;
	margin: -10px 0px -5px 0px;
	display:block;
*/
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	padding-bottom: 10px;
	}
	
.information_area_inner h3{
	font-size:16px;
	font-weight:bold;
	color:#EA0437;
	margin: 10px 0 2px 0;
	}
.information_area_inner p{
	font-size:14px;
	padding-bottom:10px;
	border-bottom:#EAEAEA 1px solid;
	}


@media screen and (max-width: 767px) {
.information_area {
	width: inherit;
	height: initial;
	padding-bottom: 0;
	float: none;
/*	text-align: center; */
	margin: 20px 10px 0;
}
.information_area_inner {
	width: 100%;
}
.information_area dl.accordionSp > dt{
	position:relative;
}
.information_area dl.accordionSp > dt:after {
/*	content: "\f196";
	font-family: FontAwesome; 
	float: right;
	position: absolute;
	top: 20%; 
	top: 0px;
	right: 10px;
	font-size: 20px; */
	display: none;
}
.information_area dl.accordionSp > dt.active:after {
/*	content: "\f147"; */
	display: none;
}
.information_area_inner {
	border: 2px #000 solid;
	border-radius: 5px;
}
/*.information_area_inner .information_area_title{
	margin-bottom:5px;
	}*/
.information_area a img {
	float: left;
/*	width: 45%; */
	width: 30%;
	margin: 10px 0 0 0;
	border: 1px solid #DDD;
}
.information_area .information_area_detail {
	width: 65%;
	float: right;
}
.information_area h3 {
	margin: 0;
	text-align: left;
}
.information_area_inner p{
/*	text-align: left;
	border-bottom: none; */
	display: none;
	}

.information_area_inner .info_btn{
	clear: both;
	display: inline-block;
	width: 100%;
	font-size:14px;
	font-weight:bold;
	background-color:#EEEEEE;
	border: 1px solid #DDD;
	color:#000;
	text-align: center;
	margin-top: 5px;
	padding:10px 5px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  		
}
	

}
@media screen and (min-width: 768px) {
.information_area_inner .info_btn{
	position: absolute;
}
.information_area_inner .info_btn{
	position: absolute;
	right:10px;
	bottom:10px;
	font-size:14px;
	font-weight:bold;
	background-color:#EEEEEE;
	color:#000;
	padding:5px 15px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  		
}

.information_area_inner .info_btn:hover{
	text-decoration:none;
	position: absolute;
	right:10px;
	bottom:10px;
	font-size:14px;
	font-weight:bold;
	background-color:#EA0437;
	color:#FFF;
	padding:5px 15px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  	
}

}


/*----------------------------------------------
 3-2.news
---------------------------------------------- */
.news_area {
	margin: 20px 0 40px;
	padding: 10px;
	position: absolute;
	
}
.news_area .news_area_title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	padding-bottom: 10px;
}
.news_area .news_area_title span {
	font-size: 14px;
	font-family: 'Fjalla One', sans-serif;
	color: #666;
	font-weight: normal;
	margin-left: 5px;
}
.news_area ul {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.news_area ul li {
	border-bottom: 1px dashed #CCC;
}
.news_area ul li:last-child {
	border-bottom: none;
}
.news_area ul li a{
	font-size: 14px;
	display: block;
	font-weight: normal;
	padding: 10px;
	line-height: 1.6;
}

.news_area ul li a span.news_cat {
	width: 100px;
	background-color: #EEE;
	border: 1px solid #CCC;
	font-size: 12px;
	padding: 1px 5px;
	text-align: center;
	color: #333;
	display: block;
	margin-right: 10px;
	margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
.news_area ul {
	height: 240px;
	overflow: hidden;
	overflow-y: scroll;
}
.news_area ul li a:hover {
	color: #EA0437;
}
.news_area ul li a span.icon_new_r {
	padding: 1px 10px;
}
}

@media screen and (min-width: 768px) {
.news_area {
	width: 940px;
}
.news_area ul {
	height: 355px;
	overflow: hidden;
	overflow-y: scroll;
}
.news_area ul li a{
	font-size: 16px;
}

.news_area ul li a span.news_cat {
	width: 150px;
	font-size: 14px;
	display: inline-block;
	margin-right: 15px;
}
.news_area ul li a:hover {
	background-color: #EA0437;
	color: #FFF;
}
}

/*----------------------------------------------
 4.school
---------------------------------------------- */
@media screen and (max-width: 767px) {
#top .school_info_area {
	padding: 0 10px;
	padding-top: 320px;
}
}
@media screen and (min-width: 768px) {
#top .school_info_area {
	width: 1200px;
	margin: 0 auto;
}
}



/*----------------------------------------------
 5.pickup
---------------------------------------------- */


/*----------------------------------------------
 6.sns
---------------------------------------------- */
.sns_area {
	margin-top: 40px;
}
.sns_area_title {
	text-align: center;
	font-size: 40px;
	line-height: 1.2;
	font-weight: bold;
	font-family: 'Fjalla One', sans-serif;
	color: #000;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.sns_area_title span {
	font-size: 16px;
	display: block;
	color: #666;
}

.sns_box {
	margin-top: 20px;
	border: 1px solid #CCC;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.sns_box_sns {
	height: 300px;
	overflow: hidden;
}

.sns_box_title a {
	color: #FFF;
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0 5px 50px;
	text-align: center;
	font-family: 'Fjalla One', sans-serif;
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
.sns_box_title img {
	width: 30px;
	height: auto;
	margin-right: 5px;
}
.sns_box_twitter .sns_box_title a { background-color: #44CCF6;}
.sns_box_twitter.sns_box { border: 1px solid #44CCF6;}
.sns_box_youtube .sns_box_title a { background-color: #CE332D;}
.sns_box_youtube.sns_box { border: 1px solid #CE332D;}
.sns_box_blog .sns_box_title a { background-color: #F88B02;}
.sns_box_blog.sns_box { border: 1px solid #F88B02;}
.sns_box_instagram .sns_box_title a { background-color: #7B4E43;}

.sns_box_title a span {
	font-size: 12px;
	background-color: #FFF;
	padding: 3px 5px 2px;
	margin-left: 15px;
	border-radius: 3px;
}
.sns_box_twitter .sns_box_title a span {	color:#44CCF6;}
.sns_box_youtube .sns_box_title a span {	color:#CE332D;}
.sns_box_blog .sns_box_title a span {	color:#F88B02;}
.sns_box_instagram .sns_box_title a span {	color:#7B4E43;}

/* Instagram */
ul#instagram {
	margin-bottom: 20px;
	background-color: #000;
	line-height: 0;
}
ul#instagram li {
	width: 25%;
	height: 100%;
	padding: 0;
	line-height: 0;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	float: left;
}
ul#instagram li a{
	display: block;
}




/* list */
.sns_list {
	border: 1px solid #CCC;
	padding: 10px;
}
.sns_list_title {
	font-family: 'Fjalla One', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 10px;
}
.sns_list_title span {
	display: block;
	font-size: 14px;
}

.sns_list ul li {
	float: left;
	width: 20%;
	text-align: center;
}
.sns_list ul li img {
	height: auto;
}

/* blog */
.sns_box.sns_blog {
	margin-bottom:0;	
}
.sns_box_blog .sns_box_sns {
	/*padding-top:10px;*/
	overflow-y:scroll;
}
.info_blog_box {
	/*padding:0 10px 0;*/
}

.info_blog_box a {
	text-decoration:none;
	color:#333;
	display:block;
	padding:10px 10px;
	margin-top:1px;
	border-top:1px dotted #CCC;
}
.info_blog_box:first-child a {
	margin-top:0;
	border-top:none;
	border-top:none;
}
.info_blog_box .news_date {
	font-weight: bold;
}
.info_blog_box .news_title {
	color:#EA0437;
	font-weight:bold;
	margin-bottom:5px;
}
.info_blog_photo_wrap {
	float: left;
	width: 50%;
	height:auto;
	overflow:hidden;
	margin-bottom:5px;
	margin-right: 10px;
	max-height: 120px;
}
.info_blog_box img {
	width:100%;
	line-height: 0;
}
.info_blog_box p {
	font-size:14px;
	overflow: hidden;
}
.info_blog_box p.news_date:before {
	content: "\f133";
	font-family: FontAwesome;
	padding-right:5px;
}

.info_blog_box.icon_new a .news_date {
	position: relative;
}
.info_blog_box.icon_new a .news_date:before {
	width: 40px;
	content: "NEW";
	font-size:14px;
	font-family: 'Fjalla One', sans-serif;
	background-color:#EA0437;
	color:#FFF;
	padding:3px 10px 2px;
	margin:0 15px 0 0;
	position: relative;
	display: inline-block;
	text-align: center;
	line-height: 1.0;
}

.info_blog_box.icon_new a .news_date:after {
	left: 40px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(234, 4, 55, 0);
	border-left-color: #EA0437;
	border-width: 5px;
	margin-top: -5px;
}




@media screen and (max-width: 767px) {
.sns_area {
	padding: 0 10px;
}
ul#instagram {
	border-right: 1px solid #FFF;
}
}

@media screen and (min-width: 768px) {
ul#instagram li {
	width: 12.5%;
}
ul#instagram li:first-child {
	border-left:none;
}
ul#instagram li a:hover {
	opacity: 0.5;
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
.sns_list_title {
	float: left;
	font-size: 18px;
	margin-right: 20px;
	padding: 8px 0 0 380px;
}
.sns_list_title span {
	display: block;
	font-size: 14px;
}
.sns_list ul {
	float: left;
}
.sns_list ul li {
	width: 40px;
	float: left;
	margin-right: 10px;
}
.sns_list ul li img {
	width: 40px;
	height: auto;
}
.info_blog_box a:hover {
	background-color:#EA0437;
	color:#FFF;
}
.info_blog_box a:hover .news_title {
	color:#FFF;
}
.sns_box_title a:hover {
	background-color: #000;
}
}

/*----------------------------------------------
 7.other
---------------------------------------------- */

/* attention
---------------------------------------------- */
.attention {
	margin:20px 10px;
}
.attention {
	border:1px solid #E5003C;
	padding:10px;
	box-shadow: none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	font-size: 14px;
}
.attention .attention_title {
	color:#E5003C;
	font-weight:bold;
	text-align:center;
	padding:5px 0;
	font-size: 14px;
}
.attention .accWrap .accDetail.attention_detail {
	margin:0;
	padding:5px;
	text-align:left;
}
.attention .attention_detail span {
	font-weight:bold;
}

@media screen and (max-width: 767px) {

}

@media screen and (min-width: 768px) {
.attention {
	width: 1200px;
	margin: 40px auto 20px;
}
.attention .attention_title {
	font-size: 16px;
}
.attention .accWrap .accDetail.attention_detail {
	text-align:center;
	display: block !important;
}
}



/* LINE
---------------------------------------------- */
.hotnews {
	background-color:#D9F5D9;
	margin:0 0 0;
	padding:0;
}
.hotnews .accWrap {
	margin:0 0 0;
	box-shadow: none;
	padding:15px 10px;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.hotnews .accWrap .accTrg {
	padding:0;
	border-top:none;
	padding-left:0;
	line-height:0;
}
.hotnews .accWrap .accTrg img {
	width:100%;
	height:auto;
	line-height:0;
}
.accWrap .accDetail {
	margin-top:10px;
	padding:10px;
	background-color: #FFF;
	font-size:14px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.accWrap .accTrg:before {
	content:"";
	font-family:FontAwesome;
	font-weight:normal;
	left:0;
	margin-top:0;
	position: relative;
	top:0;
}
.accWrap .accTrg.open:before {
	content:"";
}

.hotnews_line_text {
	font-size:16px;
	font-weight:bold;
	color:#00B900;
}
.hotnews_line_text span {
	font-size:14px;
	font-weight: normal;
	color:#333;
}
.hotnews_line_list {
	margin:10px 0;
	border:1px solid #00B900;
	padding:10px;
	color:#00B900;
	font-weight:bold;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.hotnews .btn_black a {
	background-color:#00B900;
	margin:10px auto 10px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:16px;
	
	border:1px solid #00B900;
	border-bottom:1px solid #007900;
}

@media screen and (min-width: 768px) {
	.hotnews { display: none;}
}