@charset "utf-8";

/* CSS Document */

#wrapper{
	background:#F5F5F5 !important;
}

#wrapper02{
	background:#FFF !important;
}

#main .caption{
	border-bottom:1px solid #E0E0E0;
	font-size:13px;
	margin-bottom:0;
	line-height: 1.7;
	position:relative;
	padding:20px 15px 30px;
}

#main .caption:before{
	content:"";
	border-bottom:1px solid #EBEBEB;
	position:absolute;
    width: 730px;
    bottom: -2px;
	left:0;
}

#main .category{
	margin: 0 -5px 0 1px;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 8px;
	display: inline-block;
}

#main .category li{
	float:left;
	display: inline-block;
    border-radius: 9px;
    font-size: 11px;
    padding: 2px 10px;
    color: #FFF;
    font-weight: bold;
    position: relative;
}

#main .category li a{
	display:block;
	color:#FFF;
	text-decoration:none;
}

#main .category li:nth-child(2),
#main .category li:nth-child(5){
	margin:0px 6px;
}

#main .category .news{
    background-color: #FFB801;
}

#main .category .event{
    background-color: #47AD7E;
}

#main .category .useful{
    background-color: #49A9C5;
}

#main .category .women{
    background-color: #FF8401;
}

#main .category .interview{
    background-color: #85CC46;
}

#main #columnList .box{
    background: #FFF;
	width:345px; 
	position:relative;
	margin-bottom:25px;
	float:left;
	box-sizing:border-box;
	margin:0 20px 20px;
}

#main #columnList .box:nth-child(odd){
	float:left !important;
}

#main #columnList .box:nth-child(even){
	float:right !important;
}

#main #columnList .new:before{
	content:"NEW";
	background-color:#F93450;
	border-top:1px solid #FB8596;
	border-bottom:1px solid #FB8596;
	width:46px;
	height:18px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	position:absolute;
	font-size:13px;
	top:0;
	right:0;
}

#main #columnList .box a{
	display:block;
	color:#000;
	text-decoration:none;
}

#main #columnList .box a:hover{
	opacity:0.8;
}

#main #columnList .box .block{
	padding:25px 0 20px;
}


#main #columnList .box .company{
	color:#0098A2;
	font-size:12px;
	margin-bottom: 5px;
	font-weight: bold;
}

#main #columnList .box .title{
	font-weight:bold;
	font-size:16px;
	color:#000;
	margin-bottom: 5px;
}

#main #columnList .box .text{
	margin-bottom: 0;
}

#main #columnList .box .detail{
	text-align: right;
	position: relative;
	border: 1px solid #ccc;
	display: inline-block;
	float: right;
	padding-right: 20px;
	padding-left: 10px;
	margin-bottom: 10px;
}

#main #columnList .box .detail:after{
	content:"";
	background-image:url(../../common/img/arrowOrange.png);
	width:7px;
	height:10px;
	position: absolute;
  top: 5px;
  right: 6px;
}
#main #columnList {  
	box-sizing:border-box;
	margin: 0 -20px;
	min-height: 450px;
}

#main .modList04 li .noImage .titleBlock{
	float: none;
    width: auto;
    padding: 20px 15px 10px;
}

#main .interviewBlock{
	margin-bottom: 40px;
}

#main .interviewBlock .inner{
	background-color:#FFF;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#main .interviewBlock .inner .btnColumn{
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

#main .interviewBlock .infoBlock{
	position:relative;
	padding: 30px 23px 0;
    margin-bottom: 30px;
}

#main .interviewBlock .image{
	text-align: center;
}

#main .interviewBlock .text{
    width: 690px;
    margin: 0 auto 20px;
}

#main .interviewBlock .text p{
	margin-bottom: 0;
}

#main .interviewBlock .text strong{
	font-weight: bold;
}

#main .interviewBlock .infoBlock .title{
	font-size:24px;
	margin-bottom: 15px;
	font-weight: bold;
}

#main .interviewBlock .infoBlock .nameBlock{
	float:left;
}

#main .interviewBlock .infoBlock .nameBlock .company{
	display:block;
	font-size: 15px;
	font-weight: bold;
	color:#0098A2;
	position:relative;
	padding-left: 23px;
	margin-bottom: 10px;
}

#main .interviewBlock .infoBlock .nameBlock .company:before{
	content:"";
	background-image:url(../../common/img/iconCompany02.png);
	width:17px;
	height:16px;
	position:absolute;
	left:0;
	top: 0;
}

#main .interviewBlock .infoBlock .nameBlock .name{
	font-size:16px;
	font-weight: bold;
	margin-bottom: 0;
}	

#main .interviewBlock .infoBlock .date{
    position: absolute;
    right: 22px;
    bottom: 0;
	margin-bottom: 0;
}

#main .interviewBlock .infoBlock .date.period {
	font-size: 11px;
    color: #e60012;
    border: 1px solid #e60012;
    padding: 5px 10px;
}

#main .interviewBlock .snsBtnBlock{
	display: table;
}
#main .interviewBlock .snsBtnBlock li{
 display: table-cell;
	padding-right: 10px;
}

#main .interviewBlock .textBlock{
	padding:25px 23px;
}

#main .interviewBlock .textBlock text{
	margin-bottom: 30px;
	font-size:16px;
}

#main .interviewBlock .textBlock .annotation{
	font-size:14px;
	margin-bottom: 30px;
}

#main .interviewBlock .textBlock .catch{
	font-size:18px;
	color:#0000D6;
	font-weight: bold;
	margin-bottom: 30px;
}

#main .interviewBlock .textBlock .question{
	font-weight:bold;
	font-size:16px;
}

#main .interviewBlock .textBlock .question:before{
	content:"\FF0D";
}

#main .interviewBlock .textBlock .profile{
	font-style: 14px;
	margin-bottom: 0;
}

#main .interviewBlock .youtube{
	text-align: center;
	margin-bottom: 10px;
}
		
#side_column{
	float: right;
    width: 200px;
}


#side_column .popularList{
	padding-top: 9px;
	margin-bottom: 30px;
}

#side_column .categoryList .title{
	margin-bottom: 9px;
}

#side_column .categoryList .title,
#side_column .popularList .title,
#side_column .backNumberList .title
{
	font-size:14px;
	color:#666666;
	position:relative;
	padding-left:20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

#side_column .categoryList .title:before{
	content:"";
	background-image:url(../img/iconCategory.png);
	width:14px;
	height:12px;
	position:absolute;
	left:0;
	bottom: 15px;
}

#side_column .popularList .title:before{
	content:"";
	background-image:url(../img/iconPopular.png);
	width:13px;
	height:13px;
	position:absolute;
	left: 0;
    bottom: 15px;
}

#side_column .backNumberList .title:before{
	content:"";
	background-image:url(../img/iconBackNumber.png);
	width:12px;
	height:15px;
	position:absolute;
	left:0;
	bottom: 15px;
}

#side_column a:hover{
	opacity:0.8;
}

#side_column .categoryList .category{
	margin: 0 -5px 0 1px;
}

#side_column .categoryList .category li{
	float:left;
	display: inline-block;
	border-radius: 9px;
	margin-bottom: 8px;
	position: relative;
	margin-right: 6px;
}

#side_column .categoryList .category li a{
	display:block;
	color:#FFF;
	border-radius: 9px;
	font-size: 11px;
	padding: 2px 10px;
	font-weight: bold;
	text-decoration:none;
}

#side_column .categoryList .category .news{
    background-color: #FFB801;
}

#side_column .categoryList .category .event{
    background-color: #47AD7E;
}

#side_column .categoryList .category .useful{
    background-color: #49A9C5;
}

#side_column .categoryList .category .women{
    background-color: #FF8401;
}

#side_column .categoryList .category .interview{
    background-color: #85CC46;
}

#side_column .sideList li{
	border-bottom: 1px solid #CCCCCC;
	padding:7px 0;
}

#side_column .sideList li .imgBlock{
	float:left;
}

#side_column .sideList li.noImage .info{
	float: none;
	width: 100%;
}

#side_column .sideList li.noImage a{
	text-decoration: none;
}

#side_column .sideList li .info{
	float:right;
	font-size:12px;
	color:#000;
	width:58%;
}

#side_column .sideList li .info .date{
	font-size:11px;
	color:#A1A1A1;
}

#side_column .sideList_type01 li .info .text{
	display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.pager li a{
	display:inline-block;
	background-color:#FFF;
	font-size:13px;
	color:#666666;
	text-decoration:none;
	padding:10px 45px;
	position:relative;
	border-radius:4px;
}

.pager .prev{
	float:left;
}

.pager .next{
	float:right;
}

.pager li a:hover{
	opacity:0.8;
}

.pager .prev a:before{
	float:left;
	background-image: url(../../common/img/arrowGray02.png);
	left: 10px;
}

.pager .next a:before{
	float:right;
	background-image: url(../../common/img/arrowGray.png);
}

.pager li a:before{
    content: "";
    position: absolute;
    width: 7px;
    height: 11px;
    right: 10px;
    top: 50%;
    margin-top: -6px;
}

.pager_type01 li a:before{
    content: "";
    position: absolute;
    width: 7px;
    height: 11px;
    right: 10px;
    top: 50%;
    margin-top: -6px;
}

.pager_type01 .prev,
.pager_type01 .next{
	float:none;	
}

.pager_type01 li a{
	display: block;
    text-align: center;
}

.pager_type01 li:first-child{
	margin-bottom: 10px;
}

.pager_type02 li a{
	background-color:#F5F5F5;
}

#topics.bottom .modList04{
	margin: 0 -20px 0 -20px;
}