.interview {
	margin-top: 18px;	
}
.interview ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
.interview li {
	display: inline-block;
	widows: 324px;
	margin: 2px;
}
.msg1 {
	color: #FC9679;
	font-size: 13px;
}
.msg2 {
	color: #FC9679;
	font-size: 12px;
}
.pagerlist1 ul {
	list-style:none;
	margin: 10px 0 0 0;
	padding: 0;
}
.pagerlist1 li {
	display: inline-block;
	width: 160px;
	font-size: 12px;
	text-align: center;
	background-image: url(../images/feedback/kasen.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 30px;
}
.showrows {
	cursor:pointer;
	text-align: center;
	font-size: 12px;
	width: 130px;
	margin-right:25px;
	
	background-color: #f0a0a9;
	color: white;
	border-radius: 2px;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	display: inline-block;
	
	
}
/*---*/
.pager {
	margin: 5px 15px 0 15px;
	overflow: hidden;
}
.pager div:first-child {
	float: left;
}
.pager div:last-child {
	float: right;
}
/*---*/
table.block1 {
	border-top: 1px dashed #CCC;
	padding-top: 5px;
	margin-bottom: 20px;
}
table.block1 td:first-child {
	width: 50%;
	vertical-align: top;
}
table.block1 td:first-child .catch {
	font-weight: bold;
	color: #FF8000;
	font-size: 13px;
	
}
table.block1 td:nth-child(2) {
	width: 50%;
	background-color: #FFFEEB;
	vertical-align: top;
	color: #464646;
	font-size: 13px;
	padding: 5px;
}

@media only screen and (max-width: 767px) {
    
}
@media only screen and (max-width: 575px) {
    table.block1 td {
        display: block;
        width: 100% !important;
    }
}
.mcap-bg-cosmos { 
    background-image: url("../images/cosmos.png"); 
    background-position-x: 101%;
}