@charset "utf-8";

@media only screen and (min-width: 768px), print {


/*=========================================
 
 Underlayer

=========================================*/

.infoUl .headContents .headTitle h1{
	font-size: 32px;
	color: #ffffff;
}
.infoUl .contentsBlock{
	width: 1000px;
	margin: 40px auto;
}
.infoUl .leadTxt{
	font-size: 24px;
	font-weight: bold;
}
.infoUl .imgBox{
	margin: 20px 0;
}

/* tableWrap
----------------------------------- */
.tableWrap {
	text-align: left;
	color: #444444;
	font-size: 14px;
	font-size: 1.4rem;
}
.tableWrap caption {
	text-align: right;
	margin-bottom: 20px;
	font-weight: bold;
	color: #999999;
}
.tableWrap table {
	width: 100%;
	border: solid 1px #dddddd;
	border-radius: 4px;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
}
.tableWrap table thead th,
.tableWrap table tbody th,
.tableWrap table tbody td {
	border-bottom: 1px solid #dddddd;
}
.tableWrap table th,
.tableWrap table td {
	padding: 20px;
	vertical-align: middle;
}
.tableWrap table th{
	background: #f5f5f5;
}
.tableWrap table thead th + th,
.tableWrap table tbody td {
	border-left: 1px solid #dddddd;
}
.tableWrap table tbody tr:last-child th,
.tableWrap table tbody tr:last-child td {
	border-bottom: none;
}
.tableWrap table tbody tr td .qr{
	float: left;
	width: 20%;
}
.tableWrap table tbody tr td .text{
	float: right;
	width: 80%;
}

/* infoFlowBox
----------------------------------- */
.infoFlowBox{
	padding: 50px;
	border: 1px solid #dddddd;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
}
.infoFlowBox .title{
	padding: 10px 0;
	margin-top: 0;
	background-color: #d40c0c;
	border-radius: 4px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}

/* flowArea */
.infoFlowBox .flowArea{
	position: relative;
	margin-bottom: 60px;
}
.infoFlowBox .flowArea:after{
	content: "";
	width: 48px;
	height: 25px;
	background: url(/company/recruit/graduate/info/img/flow_ic01.png) no-repeat 0 0;
	background-size: 48px auto;
	position: absolute;
	bottom: -45px;
	left: 426px;
}
.infoFlowBox .flowArea:last-child{
	margin-bottom: 0;
}
.infoFlowBox .flowArea:last-child:after{
	background: none;
}

/* qaWrap
----------------------------------- */
.paArea{
	padding: 25px 25px 15px;
	margin: 20px 0;
	border: 1px solid #dddddd;
	border-radius: 4px;
}
.paArea dl{
	margin: 0;
}
.paArea dl dt{
	padding: 12px 10px 10px 50px;
	border-radius: 4px;
	background: url(/company/recruit/graduate/info/img/faq_ic01.png) no-repeat 10px 50% #d40c0c;
	background-size: 25px auto;
	color: #ffffff;
	font-size: 16px;
}
.paArea dl dd{
	padding: 12px 10px 10px 50px;
	background: url(/company/recruit/graduate/info/img/faq_ic02.png) no-repeat 10px 10px;
	background-size: 25px auto;
}
.qaWrap .moreBtn{
	display: none;
}

/* borderdBox
----------------------------------- */
.borderdBox{
	margin-top: 20px;
	border: 1px solid #eeeeee;
	border-radius: 4px;
}
.borderdBox .title{
	padding: 10px 20px;
	margin-top: 0;
	font-size: 18px;
	background-color: #d40c0c;
	border-radius: 4px 4px 0 0;
	color: #ffffff;
}
.borderdBox .inner{
	padding: 30px;
}
.borderdBox .inner > p{
	margin-top: 0;
}

/* colWrap */
.borderdBox .colWrap .col{
	float: left;
	margin-left: 25px;
}
.borderdBox .colWrap .col .figcaption{
	margin-top: 10px;
	font-size: 12px;
	color: #999999;
}
.borderdBox .colWrap .col.textArea{
	width: 640px;
	margin-left: 0;
}
.borderdBox .colWrap .col.textArea dl{
	margin-top: 0;
	padding: 20px 0;
	border-bottom: 1px solid #dddddd;
}
.borderdBox .colWrap .col.textArea > dl:last-child{
	border-bottom: none;
	padding: 20px 0 0;
}
.borderdBox .colWrap .col.textArea dl dt{
	font-size: 18px;
	font-weight: bold;
}
.borderdBox .colWrap .col.textArea dl dt span{
	color: #a78e48;
}
.borderdBox .colWrap .col.textArea dl dd{
	margin-top: 10px;
}

/* imgLeft */
.borderdBox .colWrap.imgLeft + .imgBox{
	margin-bottom: 0;
}
.borderdBox .colWrap.imgLeft .col{
	margin-left: 0;
}
.borderdBox .colWrap.imgLeft .col.textArea{
	width: 640px;
	margin-left: 25px;
}
.borderdBox .colWrap.imgLeft.type02 .col.textArea{
	width: 560px;
	margin-left: 25px;
}
.borderdBox .colWrap.imgLeft .col.textArea p{
	margin-top: 0;
}

.borderdBox .goldList > li{
	font-size: 18px;
	font-weight: bold;
	margin-bottom:7px;
}
.borderdBox .goldList > li span{
	color: #a78e48;
}

/*=================================

	clearfix

=================================*/
.tableWrap table tbody tr td:after,
.borderdBox .colWrap:after{
	content: "";
	display: block;
	clear: both;
}

}

