@charset "utf-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　clearfix
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.clear,
.status,
.offer,
#magazine ul {
	display: block;
}
.clear:after,
#new_course ul:after,
#new_course li:after,
.status:after,
.offer:after,
#magazine ul:after {
	content: '.';
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.home h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
	border-bottom: none;
	margin-top: 0;
}
.home h2 span {
	font-size: 10px;
	color: #DC0000;
	vertical-align: bottom;
	line-height: 24px;
	padding-left: 10px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　.main_visual
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.main_visual {
	margin-bottom: 43px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　fin
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#fin .banner {
	display: block;
	text-align: center;
}
#fin .banner + p {
	font-size: 12px;
	margin-bottom: 25px;
}
#fin .pic_top {
	margin-bottom: 20px;
}
#fin ul li {
	margin-bottom: 20px;
}
#fin .picup_list {
	display: none;
}
.morefin {
	background: url(../img/common/ico_arow_08.png) 98% center #BBBBBB no-repeat;
}
.closefin {
	background: url(../img/common/ico_arow_07.png) 98% center #BBBBBB no-repeat;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　picup
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#picup {
	margin-top: 55px;
}
#picup .banner {
	display: block;
	text-align: center;
}
#picup .banner + p {
	font-size: 12px;
	margin-bottom: 25px;
}
#picup .pic_top {
	margin-bottom: 20px;
}
#picup ul li {
	margin-bottom: 20px;
}
#picup .picup_list {
	display: none;
}
.morePicup {
	background: url(../img/common/ico_arow_08.png) 98% center #BBBBBB no-repeat;
}
.closePicup {
	background: url(../img/common/ico_arow_07.png) 98% center #BBBBBB no-repeat;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　magazine
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#magazine {
	margin-top: 78px;
}
#magazine > ul > li {
	width: 250px;
	margin-right: 25px;
	margin-bottom: 20px;
	float: left;
}
#magazine > ul > li:nth-child(3n) {
	margin-right: 0px !important;
}
#magazine li > a {
	display: block;
}
#magazine li > a section {
	border: 1px solid #eeeeee;
	padding: 9px;
	position: relative;
}
#magazine .new section:before{
	content: '';
	background: url(../img/common/ico_new.png);
	height: 52px;
	width: 52px;
	position: absolute;
	right: 0;
	top: 0;
}
#magazine li > a section .ttl {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#magazine li .read {
	word-break: break-all;
}
#magazine li .read p + p {
	font-size: 12px;
}
#magazine .midashi {
	color: #fff;
	margin-bottom: 10px;
	padding-left: 10px;
	height: 20px;
	padding-right: 45px;
}
#magazine .lifestyle .midashi {
	background: #008C69;
}
#magazine .lifestyle .ttl {
	color: #008C69;
}
#magazine .interview .midashi {
	background: #2692FF;
}
#magazine .interview .ttl {
	color: #2692FF;
}
#magazine .mytool .midashi {
	background: #000000;
}
#magazine .mytool .ttl {
	color: #000000;
}
#magazine .mymet .midashi {
	background: #FF7373;
}
#magazine .mymet .ttl {
	color: #FF7373;
}
#magazine .fashion .midashi {
	background: #00B200;
}
#magazine .fashion .ttl {
	color: #00B200;
}
#magazine .challenge .midashi {
	background: #FF0000;
}
#magazine .challenge .ttl {
	color: #FF0000;
}