@charset "UTF-8";
/* --------------------------------------------------
 Style CSS

 	/Font-size List/
	10px = 72%		11px = 79%		12px = 86%		13px = 93%
	14px = 100%		15px = 108%		16px = 115%		17px = 122%
	18px = 129%		19px = 136%		20px = 143%		21px = 150%
	22px = 158%		23px = 165%		24px = 172%		25px = 179%

 -------------------------------------------------- */
body{
	-webkit-text-size-adjust: 100%;
}
.pc{
	display:block;
}
.tb{
	display:block;
}
.sp{
	display:none;
}

body > iframe,
body > img{
	position: fixed;
}
/* COMMON start
--------------------------------------------------- */

/* Header start */
.header{
	width: 100%;
}
.headerSub {
	background: #F3F3F3;
	width: 100%;
}
.headerSubinner {
	width: 1000px;
	height: 35px;
	margin:0 auto;
}
.tagline{
	font-size: 79%;
	color: #333333;
	float:left;
	line-height:35px;
	font-weight:normal;
}

.header .headSnslinks{
	float: right;
	line-height:35px;
	margin-right: 15px;
}
.header .headSnslinks li{
	float: left;
	margin-left: 15px;
}
.header .headSnslinks li a{
	width: 18px;
	height:18px;
	display:block;
	padding-right:0;
}
.header .headSnslinks li img{
	width: 100%;
}
.header .headSnslinks li a:hover{
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}

.lang {
	font-size: 79%;
	color: #333333;
	float:right;
	text-align: right;
}
.lang li{
	float:left;
	line-height:35px;
}
.lang li span{
	display:inline;
	line-height:1;
	padding-left:7px;
	margin-right:7px;
	border-left:1px solid #747474;
	font-weight:bold;
}
.lang li a{
	color:#333333;
	padding-left:7px;
	margin-right:7px;
	border-left:1px solid #747474;
}
.headerMain {
	background:#fff;
	width: 100%;
}
.headerMaininner{
	width: 1000px;
	height: 100px;
	margin:0 auto;
}
.logo{
	float:center;
	line-height: 100px;
}
.logo a:hover{
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
.contact{
	float:right;
}
.contact .contactTel{
	float:left;
	margin-top: 5px;
}
.contact .contactTel span {
	font-size: 86%;
	color: #3B3B3B;
	line-height:1.3;
	display: block;
	margin-bottom: 3px;
}
.contact .contactTel p {
	font-size: 207%;
	color:#EB6125;
	font-weight: bold;
}
.contact .contactTel p a{
	color:#FC9027;
	text-decoration:none;
	cursor:default;
}
.contact .contactBtn {
	float:right;
	margin-top:5px;
	margin-left: 20px;
}
.contact .contactBtn span {
	font-size: 86%;
	color: #3B3B3B;
	line-height:1.3;
	display: block;
}
.contact .contactBtn a{
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #F97135;
	-webkit-box-shadow: 0 3px #CF5E23;
	-moz-box-shadow: 0 3px #CF5E23;
	box-shadow: 0 3px #CF5E23;
	text-align: center;
	width: 250px;
	height: 32px;
	font-size: 129%;
	color: #fff;
	font-weight: bold;
	line-height: 35px;
	letter-spacing:0.1em;
}
.contact .contactBtn a.contactBtn_sys{
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #3498db;
	-webkit-box-shadow: 0 3px #1A7EC2;
	-moz-box-shadow: 0 3px #1A7EC2;
	box-shadow: 0 3px #1A7EC2;
	text-align: center;
	width: 240px;
	height: 32px;
	font-size: 100%;
	color: #fff;
	font-weight: normal;
	line-height: 35px;
	letter-spacing:0em;
	padding-left: 10px;
	margin-top: 7px;
	position:relative;
}
.contact .contactBtn .contactBtn_sys:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -7px;
	width: 15px;
	height: 15px;
	background: url(/common/img/arw_white01_right_pc.png) center no-repeat;
	background-size:contain;
}
.contact .contactBtn a:hover{
	text-decoration:none;
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}


/* Navi start */
.gNavi {
	background: #006FAD;
	width: 100%;
	border-bottom:2px solid #fff;
	position:relative;
}
.gNavi #gNaviMain{
	width: 1000px;
	min-height: 55px;
	margin:0 auto;
}
.gNavi #gNaviMain li{
	float:left;
	line-height:55px;
	text-align:center;
	width:14.28%;
	position:relative;
}
.gNavi #gNaviMain li:hover{
	background-color:#3493c9;
	cursor:pointer;
}
.gNavi #gNaviMain li.current{
	background:#2482B8;
}
.gNavi #gNaviMain li.on{
	background:#3493c9 url(/common/img/arw_blue_btm_pc.png) center bottom no-repeat;
}
.gNavi #gNaviMain li a{
	width:100%;
	line-height:1;
	display:inline-block;
	font-size:93%;
	color:#fff;
	letter-spacing:0.05em;
	border-right:1px solid #cce4f1;
}
.gNavi #gNaviMain li a:hover{
	text-decoration:none;
}
.gNavi #gNaviMain li#recruit a{
	border-right:none;
}
.gNavi .gNaviInner{
	width: 100%;
	background: #006FAD;
	min-height: 140px;
	margin:0 auto;
	padding:10px 0;
	display:none;
	position:absolute;
	top:55px;
	left:0;
	z-index:999999;
}
.gNavi .gNaviInner ul{
	width: 1000px;
	margin:0 auto;
}
.gNavi .gNaviInner li{
	width:28%;
	margin-right:3%;
	float:left;
	line-height:2;
	text-align:left;
}
.gNavi .gNaviInner li a{
	width:100%;
	line-height:1.3;
	display:inline-block;
	font-size:100%;
	color:#fff;
	letter-spacing:0.1em;
	border-right:none;
	padding-left:15px;
	background:url(/common/img/arw_white_right.png) left center no-repeat;
}
.gNavi .gNaviInner li:hover{
	background:#3493c9;
}

.gNavi .headSnslinks{
	display:none;
}


/* Footer start */
.footContact{
	width:100%;
	background:#fafafa;
	border-top:2px solid #fff;
	clear: both;
}
.footContact .footContactInner{
	width:1000px;
	margin:0 auto;
	text-align: center;
}
.footContact .contactTel{
	margin:30px 30px 25px 0;
	display:inline-block;
	padding-right:30px;
	border-right:2px solid #e2e2e2;
	line-height:1;
}
.footContact .contactTel span {
	font-size: 93%;
	color: #3B3B3B;
	padding-right:10px;
	display:block;
	float: left;
	line-height:1.3;
	text-align:left;
}
.footContact .contactTel p {
	font-size: 228%;
	color:#EB6125;
	font-weight: bold;
	vertical-align:middle;
	float: left;
}
.footContact .contactTel p a{
	color:#FC9027;
	text-decoration:none;
	cursor:default;
}
.footContact .contactBtn {
	margin:30px 0 25px;
	display:inline-block;
	line-height:1;
}
.footContact .contactBtn span {
	font-size: 93%;
	color: #3B3B3B;
	padding-right:10px;
	display:block;
	float: left;
	line-height:1.3;
	text-align:left;
}
.footContact .contactBtn p {
	float: left;
}
.footContact .contactBtn a{
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #F97135;
	-webkit-box-shadow: 0 3px #CF5E23;
	-moz-box-shadow: 0 3px #CF5E23;
	box-shadow: 0 3px #CF5E23;
	text-align: center;
	padding:8px 40px 6px;
	margin-top: -5px;
	text-decoration:none;
	font-size: 158%;
	color: #fff;
	font-weight: bold;
	letter-spacing:0.1em;
}
.footContact .contactBtn a:hover{
	text-decoration:none;
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
.footContactInner > p{
	padding: 0 0 20px;
}
.footContactInner > p a{
	color: #008fcc;
}


.footer{
	clear:both;
}
.footerNav {
	background: #ffffff;
	position:relative;
}
.footerNav ul {
	width: 1000px;
	height: auto;
	margin:0 auto;
	padding: 25px 0;
	text-align:center;
}
.footerNav > ul > li{
	line-height:1;
	text-align:left;
	border-left:1px solid #ddd;
	padding: 0 15px;
	float: left;
	width: 23%;
	height: 180px;
	box-sizing: border-box;
}
.footerNav ul li a{
	display:block;
	font-size:100%;
	color:#333;
	margin: 15px 0 0;
	letter-spacing:0.1em;
	background:url(/common/img/arw_topicpath_pc.png) center right no-repeat;
}
.footerNav > ul > li:last-child,
.footerNav > ul > li:nth-child(4){
	border-right:1px solid #ddd;
}
.footerNav > ul > li:nth-child(-n+4){
	border-bottom:1px solid #ddd;
}
.footerNav ul li ul{
	width: 100%;
	height: auto;
	line-height:1.3;
	margin:0 auto;
	text-align:left;
	padding: 15px 0;
}
.footerNav ul li ul li{
	line-height:1;
	display:block;
	text-align:left;
	border-right:none;
	margin-bottom: 10px;
	padding: 0;
}
.footerNav ul li ul li:first-child{
	border-left:none;
}
.footerNav ul li ul li:last-child{
	margin-bottom: 0;
}
.footerNav ul li ul li a{
	border-right:none;
	background:none;
	font-size:86%;
	color:#006FAD;
	letter-spacing:0.05em;
	text-align:left;
	margin: 0;
}
.footerNav #pagetop{
	background:#99c9e4;
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	right:50%;
	margin:-22px -566px 0 0;
	cursor:pointer;
}
.footerNav #pagetop:hover{
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
.footerNav #pagetop img{
	position:absolute;
	top:50%;
	left:50%;
	margin:-7px 0 0 -11px;
}
.footerCopyright {
	height: 46px;
	background: #006FAD;
}
.footerCopyinner{
	width:1000px;
	margin:0 auto;
}
.footerCopyright .footerCopyinner  p {
	float:left;
	font-size: 86%;
	color: #ffffff;
	line-height: 1.5;
	text-align: center;
	line-height: 46px;
	letter-spacing:0.05em;
}
.footerCopyinner .footLink {
	float:right;
}
.footerCopyinner .footLink li {
	margin-left:10px;
	line-height: 46px;
	display:block;
	float: left;
}
.footerCopyinner .footLink li a{
	color: #ffffff;
	font-size: 86%;
	line-height: 1;
	border-right:1px solid #fff;
	padding-right:10px;
}
.footerCopyinner .footLink li:first-child a{
	margin-left:0;
}
.footerCopyinner .footLink li:last-child{
	/* margin-left:0; */
}
.footerCopyinner .footLink li:last-child a{
	border-right:none;
	padding-right:0;
}

.footerPRLink {
    text-align: center;
    padding: 0 0 40px;
}
.footerPRLink a{
	color:#333333;
	letter-spacing:0.1em;
}


/* CONTENTS start
--------------------------------------------------- */
.contentsWrap{
	width: 1000px;
	margin:0 auto;
}


/* Key Visual */
.kvWrap{
	width: 100%;
	background:#e0eef8;
	border-bottom:2px solid #fff;
}
.kvInner {
	width: 1000px;
	height: 150px;
	margin:0 auto;
}
.kvInner p,
.kvInner h1 {
	font-size: 220%;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	color: #333333;
	letter-spacing:0.1em;
	margin-left:140px;
	line-height:140px;
}
.kvInner p:first-letter,
.kvInner h1:first-letter {
	font-size: 130%;
	font-family: 'Roboto', sans-serif;
	font-weight:900;
	letter-spacing:0;
	border-bottom:4px solid #fff;
	margin-right:2px;
}
.kvInner p span,
.kvInner h1 span {
	display:inline;
	font-size: 52%;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	color: #7F919D;
	letter-spacing:0.05em;
	padding-left:5px;
}

/* topicpath */
.topicpath{
	width: 100%;
}
.topicpath ul,
.topicpath ol {
	width: 1000px;
	margin:15px auto;
}
.topicpath ul li,
.topicpath ol li {
	display:inline-block;
	margin-right:35px;
	font-size:93%;
	line-height:1.7;
}
.topicpath ul li a,
.topicpath ol li a {
	color:#00568d;
	position:relative;
}
.topicpath ul li:last-child,
.topicpath ol li:last-child {
	margin-right:0;
}
.topicpath ul li a:after,
.topicpath ol li a:after{
	content:'';
	position: absolute;
	top:0;
	right:-20px;
	width:9px;
	height:15px;
	background:url(/common/img/arw_topicpath_pc.png) right 4px no-repeat;
}
.topicpath ul li h2,
.topicpath ol li h2 {
	color:#666666;
	font-size:93%;
	font-weight:normal;
}


/* mainBlock */
.mainBlock{
	width:720px;
	float:left;
	margin-right:25px;
}
.mainInner{
	margin:0 auto 30px;
	padding: 30px 40px 40px;
	background:#fff;
	font-size:1.2em;
}
.mainInner p{
	line-height:2;
}

/* sideBlock */
.sideBlock{
	width:255px;
	float:left;
	background:#fff;
}
.sideTtl{
	width: 255px;
	height: 80px;
	padding:0 20px;
	display: table-cell;
    vertical-align: middle;
    text-align: left;
	background: #cae3f1;
	-webkit-box-shadow: 0 2px #a3cbe1;
	-moz-box-shadow: 0 2px #a3cbe1;
	box-shadow: 0 2px #a3cbe1;
}
.sideTtl a{
	font-size:115%;
	line-height:1.3;
	color:#333333;
	font-weight:normal;
	display:block;
	text-align:left;
	padding:20px 0;
	letter-spacing:0.15em;
	text-decoration:none;
	background:url(/common/img/arw_side_pc.png) right center no-repeat;
}
.sideList{
	padding: 10px 0;
	list-style:none;
}
.sideList li{
	padding-left:35px;
	padding:10px 10px 10px 35px;
	background:url(/common/img/arw_sideNavi_pc.png) 20px center no-repeat;
}
.sideList li a{
	color:#5593b5;
	font-size:93%;
	text-decoration:none;
}
.sideList li.current{
	background:none;
}
.sideList li.current a{
	color:#888888;
}
.sideList li a:hover{
	text-decoration:underline;
}


/* H3 sytle */
.blockTtl{
	width:640px;
	height:80px;
	padding:0 40px;
	display:table;
	border-bottom:3px solid #f3f3f3;
	background:#fff;
}
.blockTtl p{
	font-size:172%;
	height:80px;
	line-height:1.3;
	color:#00568d;
	font-weight:normal;
	text-align:left;
	display: table-cell;
    vertical-align: middle;
}
.blockTtl2{
	width:640px;
	height:80px;
	padding:0 40px;
	display:table-cell;
	border-bottom:3px solid #f3f3f3;
	background:#fff;
	font-size:172%;
	font-weight:normal;
	line-height:1.3;
	color:#00568d;
	text-align:left;
    vertical-align: middle;
}


.ttlNrml{
	font-size: 143%;
	color: #206998;
	line-height: 1.3;
	font-weight:normal;
	letter-spacing:0.05em;
}
.ttlNrml:after {
	content:'';
	display:block;
	width:1em;
	height:2px;
	background:#dddddd;
	margin:10px 0;
}
.ttlCopy{
	font-size: 129%;
	color: #fff;
	padding:15px;
	margin:0px 0;
	letter-spacing:0.05em;
	background:#206998;
    position: relative;
	box-shadow: 5px 5px 0px 0px #d2e1eb;
    z-index: 10;
}

/* H4 sytle */
h4{
	font-size:1.2em;
	color:#333333;
}

/* text box style */
.txtBoxLast{
	margin-bottom:0;
}
.txtBox01{
	margin-bottom:40px;
}

.boderwrapBlue{
	margin-bottom:15px;
	padding:10px 15px;
	border:7px solid #E7F3FC;
}
.boderwrapGray{
	margin-bottom:15px;
	padding:10px 15px;
	border:7px solid #eee;
}

.hiringLink{
	margin: 30px auto 15px;
	padding:10px 15px;
	border:7px solid #eee;
}
.hiringLink a{
	width: 60%;
	padding: 15px 60px 15px 30px;
	margin: 20px auto;
	display:block;
	text-align: center;
	letter-spacing:0.05em;
	font-size:108%;
	color:#fff !important;
	text-decoration:none !important;
	border-radius:5px;
	-webkit-box-shadow: 0px 3px 0px 0px #6CA6CB;
	box-shadow:         0px 3px 0px 0px #6CA6CB;
	background:#006FAD url(/common/img/arw_white_right_sp.png) 96% center no-repeat;
	-webkit-background-size: 10px;
	background-size: 10px;
}
.hiringLink a:hover{
	opacity: .90;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	padding: 18px 60px 15px 30px;
	margin-bottom: 17px;
	-webkit-box-shadow: 0px 0px 0px 0px #6CA6CB;
	box-shadow:         0px 0px 0px 0px #6CA6CB;
}
.linkWrap{
	display:table;
	table-layout:fixed;
	margin-top: 10px;
}
.linkImg{
	vertical-align: text-top;
	display:table-cell;
	padding-top: 10px;
	padding-right: 10px;
}
.linkTit{
	vertical-align: bottom;
	display:table-cell;
	padding: 0;
}
.linkTit span{
	display: block;
	font-size:79%;
	color:#666;
}
.linkTit em{
	display: block;
	font-size:136%;
	font-weight:bold;
	padding: 10px 0;
	font-style:normal;
}
.linkTit p{
	display: block;
	font-size:86%;
	line-height:1.5;
	color:#333;
}


/* callout */
.calloutLeft {
	position: relative;
	display: block;
	padding: 15px;
	margin-bottom:25px;
	width: auto;
	color: #333333;
	background:#E7F3FC;
	line-height:1.5;
	z-index: 0;
}
.calloutLeft:after {
	content: "";
	position: absolute;
	bottom: -15px; left: 0;
	margin-left: 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 20px 15px 0;
	border-color: transparent #CAE1F0 transparent transparent;
	z-index: -1;
}
.calloutRight {
	position: relative;
	display: block;
	padding: 15px;
	margin-bottom:25px;
	width: auto;
	color: #333333;
	background:#E7F3FC;
	line-height:1.5;
	z-index: 0;
}
.calloutRight:after {
	content: "";
	position: absolute;
	bottom: -15px; right: 0;
	margin-left: 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 20px 0 0;
	border-color: #CAE1F0 transparent transparent transparent;
	z-index: -1;
}

/* text style */
.txtNrml{
	font-size: 100%;
	color: #333333;
	line-height: 2;
}
.txtStrng{
	font-size: 115%;
	color: #333333;
	line-height: 2;
	display: inline !important;
	float: none !important;
	width: auto !important
}
.txtStrngBlue{
	font-size: 115%;
	color: #206998;
	line-height: 2;
	font-weight:bold;
	display: inline !important;
	float: none !important;
	width: auto !important
}
.txtBold{
	font-weight:bold;
	display: inline !important;
	float: none !important;
	width: auto !important
}
.txtSmll{
	font-size: 83%;
}

.txtPrg15em{
	padding-bottom:1.5em;
}
.txtPrg17em{
	padding-bottom:1.7em;
}
.txtPrg20em{
	padding-bottom:2em;
}

/* img style */
.img01{
	margin-left:auto;
	margin-right:auto;
}
.img02mb40{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}

/* 画像1枚のみ中央表示 */
.imgBox {
	text-align:center;
}
.imgBox a,
.imgBox span{
	width:100%;
	margin:0 auto;
	text-align:center;
}
.imgBox a img,
.imgBox span img{
	height:auto;
	width:100%;
}


/* 画像並列 カラム */
.imgBox ul{
	margin-bottom:20px;
}
.imgBox li {
	margin-bottom:15px;
}
.imgBox li a,
.imgBox li span{
	display: block;
	width:100%;
	margin:0 auto;
}
.imgBox a:hover{
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
.imgBox li a img,
.imgBox li span img{
	height:auto;
	width:100%;
	width:inherit; /* ie8 */
}
.img2c li{
	width:48%;
	float:left;
	margin-right:4%;
}
.img2c li:nth-child(2n){
	margin-right:0;
}
.img3c li{
	width:30%;
	float:left;
	margin-right:5%;
}
.img3c li:nth-child(3n){
	margin-right:0;
}
.img3c li:nth-child(3n){
	margin-right:0;
}
.img4c li{
	width:22%;
	float:left;
	margin-right:4%;
}
.img4c li:nth-child(4n){
	margin-right:0;
}
/* 画像並列 カラム キャプション */
.imgBox a p,
.imgBox span p{
	width:auto;
	font-size:92%;
	color:#141414;
	line-height:1.4;
	padding-top:5px;
}


/* 画像が右にある段落 */
.imgR span{
	display:block;
	float:right;
	width:30%;
}
.imgR span img{
	width:100%;
	margin-bottom:10px;
}
.imgR p{
	padding-right:32%;
}

/* 画像が左にある段落 */
.imgL span{
	display:block;
	float:left;
	width:30%;
}
.imgL span img{
	width:100%;
	margin-bottom:10px;
}
.imgL p{
	padding-left:32%;
}


/* list style */
.list01{
	list-style: none;
	padding-left: 0;
	display: table;
}
.list01 li {
	display: table-row;
	margin-bottom: 0.5em;
}
.list01 li:after {
	content: "";
	display: block;
	margin-bottom: 0.5em;
}
.list01 li:before {
	content: "■";
	color:#aad2e9;
	font-size:0.6em;
	display: table-cell;
	vertical-align:top;
	padding-top:0.6em;
	padding-right: 1em;
}
.list01 li:last-child:after{
	margin-bottom: 0;
}

.listBox{
	width:100%;
	display:table;
	table-layout:fixed;
}
.listBox li{
	display:table-cell;
    vertical-align:middle;
    text-align:center;
}

.numList01{
	list-style: none;
	padding-left: 0;
	display: table;
}
.numList01 li{
	display: table-row;
	margin-bottom: 0.5em;
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
}
.numList01 li:after {
	content: "";
	display: block;
	margin-bottom: 0.5em;
}
.numList01 li:before{
	display: marker;
	content: "(" counter(cnt) ")";
	display: table-cell;
	padding-right: 0.5em;
}



/* table style */
.lineTable01{
	width: 640px;
	margin: 0 auto;
}
.lineTable01 td{
	padding: 15px 0;
	color:#333333;
	line-height:2;
}
.lineTable01 tr td:first-child{
	width: 150px;
	border-top: solid 1px #99c9e4;
	border-right:2px solid #fff;
}
.lineTable01 tr td:last-child{
	border-top: solid 1px #eeeeee;
}
.lineTable01 tr:last-child td:first-child{
	border-bottom: solid 1px #99c9e4;
}
.lineTable01 tr:last-child td:last-child{
	border-bottom: solid 1px #eeeeee;
}

/* link style */
.blank{
	padding-right:1.1em;
	background:url(/common/img/arw_blank_blue_pc.png) right center no-repeat;
}

/* bannerWrap */
.bannerWrap{
	width: 1000px;
	clear:both;
	margin:0 auto;
	position:relative;
	z-index:1;
}
.bannerBlock{
	height:99px;
	padding:40px 0;
}
.bannerBlock li{
	float:left;
}
.bannerBlock li p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	font-size: 93%;
}
.bannerBlock li a{
	color:#333333;
	font-size:93%;
}
.hiringBnr a{
	display:block;
	width: 308px;
	height: 65px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	border: solid 4px #aaa;
	margin-right:10px;
	padding:10px 0 0 10px;
}
.reclogBnr a{
	display:block;
	width: 309px;
	height: 60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	border: solid 4px #7a9aa3;
	padding:15px 0 0 10px;
}
.recopBnr a{
	display:block;
	width: 309px;
	height: 60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	border: solid 4px #e58385;
	margin-right:10px;
	padding:15px 0 0 10px;
}
.bannerBlock li .bnrImg{
	width: 40%;
	padding-right:10px;
}
.bannerBlock li .bnrImg img{
	width: 100%;
}
.bannerBlock li a:hover{
	text-decoration:none;
}
.hiringBnr a:hover{
	border: solid 4px #555;
}
.reclogBnr a:hover{
	border: solid 4px #316574;
}
.recopBnr a:hover{
	border: solid 4px #dd4044;
}


/* add by HRS */
.caution_mainInner {
    text-align:center;
    color:#f30;
    border:2px solid #f90;
    padding:10px;
    margin:0 0 20px;
}


/* 書籍案内バナー */
.booksBnrWrap{
	width: 100%;
	margin:20px auto;
}
.booksBnrWrap h2{
	font-size:115%;
	font-weight:bold;
	color:#006fad;
	padding:10px 15px 5px;
	background:#fff;
	line-height:1.5;
	border-bottom: 3px solid #006fad;
}
.booksBnrWrap ul{
	overflow: hidden;
	background:#fff;
}
.booksBnrWrap ul li{
	float: left;
}
.booksBnrWrap ul li a:hover{
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}