/*=============================================================================================================================================
 画面の横幅が769px以上
===============================================================================================================================================*/
@media print{
/* 下層ページコンテンツ包括
---------------------------------------------------------------------- */
#wrapCareerIndex {
	margin-top: -1.5%;
}

#wrapCareerIndex .indexTopWrap {
	background-image: url(/img/career/bg_career_index.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}

/* カテゴリタイトル包括 */
.wrapCareerIndexTtl {
	clear:both;
	width: 42.346938775%;
	padding: 5% 0;
	float: left;
	box-sizing:border-box;
}

/* カテゴリタイトル */
.indexTtl {
	font-size: 140%;
	font-weight: normal;
	color: #FFF;
	background: #333;
	display: inline;
	padding: 0.5% 2%;
}

/* カテゴリサブタイトル */
.indexsTtl {
	font-size: 180%;
	font-weight: normal;
	padding: 5% 0 3% 0;
}
.indexsTtl span {
	font-style: italic;
	font-size: 63%;
	padding: 5% 0 3% 0;
}

/* カテゴリリード */
.indexRead {
	font-size: 110%;
	font-weight: normal;
	padding: 0 0 3% 0;
}
.wrapCareerIndexFlow {
	width: 54.183673469%;
	padding: 5% 0;
	float: right;
}
.wrapCareerIndexFlow img {
	max-width: 100%;
	height: auto;
	width /***/:auto; 
}

/* **************-----------------------------------------*/
#wrapCareerIndex .indexSixWrap {
	padding: 3% 0;
	background-color: #FFF;
}

#wrapCareerIndex .indexSixWrap .sixLeft {
	float: left;
	width: 28.571428571%;
}
#wrapCareerIndex .indexSixWrap .sixRight {
	float: right;
	width: 71.428571429%;
	padding-top: 5%;
}
#wrapCareerIndex .indexSixWrap .sixRight h2 {
	font-size: 150%;
	padding-bottom: 3%;
	font-weight: normal;
}

/* **************-----------------------------------------*/
#wrapCareerIndex .indexTorikumiWrap {
	padding: 3% 0 0 0;
}
#wrapCareerIndex .indexTorikumiWrap .torikumiLeft {
	float: left;
	width: 49%;
}
#wrapCareerIndex .indexTorikumiWrap .torikumiRight {
	float: right;
	width: 49%;
}
#wrapCareerIndex .indexTorikumiWrap .wrapPhoto {}
#wrapCareerIndex .indexTorikumiWrap .wrapPhoto .photoR {}
#wrapCareerIndex .indexTorikumiWrap .wrapPhoto .textWrap {
	float: left;
	width: 55%;
}
#wrapCareerIndex .indexTorikumiWrap .photoWrap {
	float: right;
	width: 41.666666666%;
}

/*	テーブル設定
 ------------------------------------------------------------------ */
#wrapCareerIndex .normalTable {}
#wrapCareerIndex .tableSmallText th,
#wrapCareerIndex .tableSmallText td{
	padding: 1% 0.5% !important;
	font-size: 85%;
}
#wrapCareerIndex .normalTable table{
	width: 100%;
	border-collapse: collapse;
}

#wrapCareerIndex .normalTable th,
#wrapCareerIndex .normalTable td{
	background: #ffffff;
	padding: 1%;
	border-top: 1px #999999 solid;
	border-left: 1px #999999 solid;
	border-right: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
}



/*tbody 指定-----------------------------*/
#wrapCareerIndex .normalTable table tbody{
	width: 100%;
}

/*tbody th 指定------------------*/
#wrapCareerIndex .normalTable table tbody th.c01{  
	background: #d1e8fd;
}  

#wrapCareerIndex .normalTable table tbody th.c02{  
	background: #b4dafd;
}  

#wrapCareerIndex .normalTable table tbody th.c03{  
	background: #9acdfc;
}  

#wrapCareerIndex .normalTable table tbody th.c04{  
	background: #dff0d8;
}  

#wrapCareerIndex .normalTable table tbody th.c05{  
	background: #d9edf7;
}  

#wrapCareerIndex .normalTable table tbody th.c06{  
	background: #f2dede;
}  

/*tbody td 偶数行　指定------------------*/
#wrapCareerIndex .normalTable table tbody .odd td{  
	background: #ffffff;
}  

/*tbody td 奇数行　指定------------------*/
#wrapCareerIndex .normalTable table tbody .even td{  
	background: #ffffff;
}  

/*tbody td 指定------------------*/
#wrapCareerIndex .normalTable table tbody td.c04{  
	background: #f1f1f1;
}  
#wrapCareerIndex .normalTable table tbody td.c05{  
	background: #fef1e9;
}  

#wrapCareerIndex .normalTable table tbody .rowTtl {
	color: #333333;
}

/* 右上Line削除 */
#wrapCareerIndex .normalTable table .trc {
	background: none !important;
	border-right: none !important;
	border-top: none !important;
}

#wrapCareerIndex ol.olTypeDes {
    counter-reset:li; /* Initiate a counter */
	margin: 0 0 0 0px;
    padding:0;
    list-style:none; /* Disable the normal item numbering */
}
#wrapCareerIndex ol.olTypeDes li {
    position:relative; /* Create a positioning context */
    margin:0 0 6px 0; /* Give each list item a left margin to make room for the numbers */
    padding:2px 30px 6px 30px;
}
#wrapCareerIndex ol.olTypeDes li:last-child {
    margin:0; /* Give each list item a left margin to make room for the numbers */
}
#wrapCareerIndex ol.olTypeDes li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;/*ここで円の大きさが変えれます*/
	height: 24px;/*ここで円の大きさが変えれます*/
	text-align: center;
	line-height: 24px;
	border-radius: 100%;
	font-weight: bold;
	color: white;
	background: #296dbc;/*ここで色変えれます*/
}

/* 画像3枚横並び ------------------------------*/
#wrapCareerIndex .photoThree {
	width: 100%;
	clear: both;
}
#wrapCareerIndex .photoThree .leftP {
	float: left;
	text-align: center;
	width: 32.653061224%;
}
#wrapCareerIndex .photoThree .leftC {
	float: left;
	width: 32.653061224%;
	text-align: center;
	margin: 0 1.020408164%;
}
#wrapCareerIndex .photoThree .rightP {
	float: left;
	text-align: center;
	width: 32.653061224%;
}

#wrapCareerIndex .pageBtnCenterTwoWrap p {
	width: 49%;
	float: left;
}

#wrapCareerIndex .pageBtnCenterTwoWrap p a {
	padding: 15px 30px;
	display: block;
	background: #333;
	color: #FFF;
	text-align: center;
}


#wrapCareerIndex .pageBtnCenterTwoWrap p a.iconPdf span.icon {
	padding-right: 20px;
	background: url(/common/img/parts/ic_pdf.png) no-repeat right center;
}

#wrapCareerIndex .pageBtnCenterTwoWrap p a.iconPdf span.data {
	font-size: 75%;
}


#wrapCareerIndex .pageBtnCenterTwoWrap p:last-child {
	float: right;
}
}