@charset "utf-8";
/*
	Last Update:2022/02/02
	Auther: iw
*/
/*===================================================================
	recruit entry
===================================================================*/
.entry a { color:#3C89DA; text-decoration:underline; }
body.pc a:hover { text-decoration:none; }

.entry h4,
.entry h5 { font-weight:bold; line-height:120%; }
.entry h2 { font-weight:500; line-height:150%; margin-bottom:30px; }
.entry h3 { font-weight:500; line-height:150%; }
.entry h4 { position:relative; margin-bottom:30px; }
.entry h4:before { content:""; display:block; width:50px; height:1px; border-top:2px solid #333; margin:0 0 15px; }
.entry h5 { margin-bottom:5px; }
	@media (max-width: 575px){
		.entry h2 { font-size:1.5em; }
		.entry h3 { font-size:1.25em; }
		.entry h4 { font-size:1.25em; }
	}
	@media (min-width: 576px) and (max-width:1199px){
		.entry h2,
		.entry h3 { font-size:1.5em; }
		.entry h4 { font-size:1.25em; }
	}
	@media (min-width:1200px){
		.entry h2,
		.entry h3 { font-size:2em; }
		.entry h4 { font-size:1.5em; }
	}

.entry * + h2 { margin-top:50px; }
.entry * + h3 { margin-top:40px; }
.entry * + h4 { margin-top:30px; }
.entry * + h5 { margin-top:20px; }
.entry h2 + h3 { margin-top:0; }
.entry h3 + h4 { margin-top:0; }
.entry h4 + h5 { margin-top:0; }

.entry p + p { margin-top:10px; }

.entry * + ul,
.entry * + ol { margin-top:15px; }
.entry ul,
.entry ol { list-style:none; list-style-type:none; margin-bottom:20px; }
.entry ul > li,
.entry ol > li { position:relative; margin:0 0 5px 20px; word-wrap:anywhere; }
.entry ul > li:before { color:#000077; content:"\025b6"; font-size:12px; position:absolute; top:4px; left:-18px; }
.entry ul > li > ul,
.entry ul > li > ol,
.entry ol > li > ul,
.entry ol > li > ol { margin-top:5px; }
.entry ul > li > ul > li:before { color:#225d7b; content:"●"; font-size:8px; top:8px; left:-16px; }
.entry ol { counter-reset:ol_li; }
.entry ol > li:before { color:#000077; counter-increment:ol_li; content:counter(ol_li)"."; position:absolute; top:1px; left:-20px; font-weight:bold; }
.entry ol > li > ol { margin-top:5px; margin-bottom:5px; }
.entry ol > li > ol > li:before { color:#225d7b; }

.entry * + table,
.entry * + .sp_table_wrap { margin-top:15px; }
.entry table + p { margin-top:20px; }
.entry table { width:100%; border-top:1px solid #ddd; }
.entry table tr > * { vertical-align:top; border-bottom:1px solid #ddd; }
.entry table th { background:#fff; font-weight:bold; text-align:left; }
	@media (max-width: 575px){
		.entry table tr > * { padding:15px 0; }
		.entry table tbody tr > th:first-child { width:150px; }
	}
	@media (min-width: 576px){
		.entry table tr > * { padding:30px 0; }
		.entry table tbody tr > th:first-child { width:250px; }
	}

.entry .large { font-size:1.２5em; }
.entry .x-large { font-size:1.5em; }
.entry h2.bg_black { padding:15px; }
.entry h2.bg_blue { padding:10px; text-align:center; margin:0; }
.entry h3.border_b { padding:0 0 15px; margin-bottom:30px; border-bottom:1px dotted #ccc; }
	@media (max-width: 575px){
		.entry h2.bg_black { font-size:1.25em; }
		.entry h2.bg_blue { font-size:1.5em; }
		.entry h3.border_b { font-size:1.15em; }
	}
	@media (min-width: 576px){
		.entry h2.bg_black { font-size:1.5em; }
		.entry h2.bg_blue { font-size:1.5em; }
		.entry h3.border_b { font-size:1.25em; }
	}


/*===================================================================
	#top
===================================================================*/
#main_image_wrap { position:relative; }
#main_image { position:relative; }
#main_image .unit .img_back { height:55vw; max-height:800px; }
#main_text { position:absolute; left:0; top:50%; width:100%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); }
#main_text .text_wrap { text-align:center; color:#fff; }
#main_text .text_wrap .en { font-weight:500; }
	@media (min-width: 576px) and (max-width: 767px){
		#main_text .text_wrap .en { font-size:1.75em; }
	}
	@media (min-width: 576px) and (max-width: 991px){
		#main_text .text_wrap .en { font-size:2.5em; }
	}
	@media (min-width: 992px) and (max-width:1090px){
		#main_text .text_wrap .en { font-size:2.75em; }
	}
	@media (min-width:1091px) and (max-width:1260px){
		#main_text .text_wrap .en { font-size:3em; }
	}
	@media (min-width:1261px){
		#main_text .text_wrap .en { font-size:3.5em; }
	}

#news_bar { background:#333; color:#fff; }
#news_bar > .row { display:table; width:100%; margin:0; }
#news_bar > .row:before,
#news_bar > .row:after { display:none; }
#news_bar > .row > * { display:table-cell; vertical-align:middle; float:none; }
#news_bar h2 { text-align:center; font-size:1.25em; padding:5px 0; }
#news_bar a { color:#fff; }
#news_bar .date { color:#ccc; font-size:14px; }
#news_bar .button > span { display:block; }
#news_bar .button > span:after { content:""; }
body.pc #news_bar a:hover { text-decoration:underline; }
	@media (max-width: 575px){
		#news_bar .date { display:block; padding:10px 0 0; }
		#news_bar a.button { padding:10px 0; }
	}
	@media (min-width: 576px){
		#news_bar .date { display:inline-block; margin-right:20px; }
	}

#recruit_top_1 .unit { position:relative; background-repeat:no-repeat; background-size:cover; color:#fff; }
#recruit_top_1 .unit a { color:#fff; }
#recruit_top_1 .unit._t1 { background-image:url(../image/contents/top/list_unit1.jpg); }
#recruit_top_1 .unit._t2 { background-image:url(../image/contents/top/list_unit2.jpg); }
#recruit_top_1 .unit._t3 { background-image:url(../image/contents/top/list_unit3.jpg); }
#recruit_top_1 .unit .title .en:after { content:""; display:block; height:1px; width:80px; border-top:3px solid #fff; }
#recruit_top_1 .unit ul li { background:url(../image/icon/arrow2-wr.png) no-repeat left 4px / auto 12px; line-height:120%; padding:0 0 0 15px; }
#recruit_top_1 .unit ul li + li { margin-top:15px; }
#recruit_top_1 .unit .button_area { position:absolute; left:0; width:100%; text-align:center; }
#recruit_top_1 .unit .button_area a > span { display:inline-block; background:url(../image/icon/arrow1-r.png) no-repeat right center / 20px auto; }
body.pc #recruit_top_1 .unit ul li a:hover,
body.pc #recruit_top_1 .unit ul li a:hover > span { text-decoration:underline; }
	@media (max-width: 767px){
		#recruit_top_1 .unit { padding:30px 15px 100px; background-position:center center; }
		#recruit_top_1 .unit .title .en { font-size:2em; }
		#recruit_top_1 .unit .title .en:after { margin:20px 0; }
		#recruit_top_1 .unit .title h2 { margin-bottom:40px; }
		#recruit_top_1 .unit .button_area { bottom:30px; }
		#recruit_top_1 .unit .button_area a > span { padding:0 20px; }
	}
	@media (min-width: 768px){
		#recruit_top_1 .unit { background-position:center top; }
		#recruit_top_1 .unit .title .en:after { margin:30px 0; }
		#recruit_top_1 .unit .title h2 { margin-bottom:60px; }
		#recruit_top_1 .unit .button_area { bottom:50px; }
	}
	@media (min-width: 768px) and (max-width: 991px){
		#recruit_top_1 .unit { padding:50px 15px 200px; }
		#recruit_top_1 .unit .title .en { font-size:2em; }
		#recruit_top_1 .unit ul li { font-size:0.9em; }
		#recruit_top_1 .unit .button_area a { font-size:1.25em; }
		#recruit_top_1 .unit .button_area a > span { padding:0 30px; }
	}
	@media (min-width: 992px){
		#recruit_top_1 .unit { padding:50px 50px 200px; }
		#recruit_top_1 .unit .title .en { font-size:3em; }
		#recruit_top_1 .unit .button_area a { font-size:1.5em; }
		#recruit_top_1 .unit .button_area a > span { padding:0 50px; }
	}
	@media (min-width: 992px) and (max-width:1199px){
		#recruit_top_1 .unit { padding:50px 15px 200px; }
		#recruit_top_1 .unit .title .en { font-size:2em; }
		#recruit_top_1 .unit ul li { font-size:0.9em; }
		#recruit_top_1 .unit .button_area a { font-size:1.25em; }
		#recruit_top_1 .unit .button_area a > span { padding:0 30px; }
	}
	@media (min-width:1200px) and (max-width:1359px){
		#recruit_top_1 .unit { padding:50px 30px 200px; }
		#recruit_top_1 .unit .title .en { font-size:2.75em; }
		#recruit_top_1 .unit .button_area a { font-size:1.5em; }
		#recruit_top_1 .unit .button_area a > span { padding:0 40px; }
	}
	@media (min-width:1360px){
		#recruit_top_1 .unit { padding:50px 50px 200px; }
		#recruit_top_1 .unit .title .en { font-size:3em; }
		#recruit_top_1 .unit .button_area a { font-size:1.5em; }
		#recruit_top_1 .unit .button_area a > span { padding:0 50px; }
	}

#recruit_top_info { background:url(../image/contents/top/info_back.jpg) no-repeat center top / cover; }
#recruit_top_info .title { color:#fff; text-align:center; margin-bottom:50px; }
#recruit_top_info .title .en { font-size:2.5em; font-weight:500; }

#recruit_top_info {}
#recruit_top_info .button_area { text-align:center; margin-top:50px; }
#recruit_top_info .button_area a { color:#fff; font-size:1.5em; }
#recruit_top_info .button_area a > span { display:inline-block; background:url(../image/icon/arrow1-r.png) no-repeat right center / 20px auto; }
	@media (max-width: 575px){
		#recruit_top_info .button_area a > span { padding:0 30px; }
	}
	@media (min-width: 576px){
		#recruit_top_info .button_area a > span { padding:0 50px; }
	}

#recruit_top_interview { background:#384146; color:#fff; }
#recruit_top_interview .title { margin-bottom:20px; }
#recruit_top_interview .title h2 { font-size:1.25em; }
	@media (max-width: 767px){
		#recruit_top_interview .center_col-sm-4 { padding-left:15px; padding-right:15px; }
		#recruit_top_interview .button_area { margin-bottom:30px; }
	}
	@media (min-width: 768px){
		#recruit_top_interview > .row { display:table; width:100%; margin:0; }
		#recruit_top_interview > .row:before,
		#recruit_top_interview > .row:after { display:none; }
		#recruit_top_interview > .row > * { display:table-cell; vertical-align:middle; float:none; }
	}

#recruit_top_sdgs .text { position:absolute; left:0; width:100%; }
#recruit_top_sdgs .title { margin-bottom:30px; }
#recruit_top_sdgs .title .en { font-weight:500; }
#recruit_top_sdgs .title h2 { font-weight:bold; line-height:120%; color:#fff; }
	@media (max-width: 576px){
		#recruit_top_sdgs .img_back { height:70vw; max-height:620px; }
		#recruit_top_sdgs .text { bottom:15px; }
		#recruit_top_sdgs .title { margin-bottom:15px; }
		#recruit_top_sdgs .title h2 { font-size:1.25em; }
	}
	@media (min-width: 576px) and (max-width: 767px){
		#recruit_top_sdgs .img_back { height:53vw; max-height:620px; }
		#recruit_top_sdgs .text { bottom:15px; }
		#recruit_top_sdgs .title { margin-bottom:15px; }
		#recruit_top_sdgs .title h2 { font-size:2.25em; }
	}
	@media (min-width: 768px){
		#recruit_top_sdgs .img_back { height:45vw; max-height:620px; }
		#recruit_top_sdgs .text { bottom:40px; }
		#recruit_top_sdgs .title { margin-bottom:30px; }
	}
	@media (min-width: 768px) and (max-width: 991px){
		#recruit_top_sdgs .title h2 { font-size:3.75em; }
	}
	@media (min-width: 992px) and (max-width:1199px){
		#recruit_top_sdgs .title h2 { font-size:3.75em; }
	}
	@media (min-width:1200px){
		#recruit_top_sdgs .title h2 { font-size:4.75em; }
	}


/*===================================================================
	recruit parts
===================================================================*/
.recruit_link_unit { position:relative; }
.recruit_link_unit a { display:block; color:#fff; }
.recruit_link_unit .text_wrap { position:absolute; }
.recruit_link_unit .text_wrap .en { font-weight:500; }
.recruit_link_unit .text_wrap h3 { margin:0; padding:0; font-weight:500; }
.recruit_link_unit._rect .img_back { padding-top:49.88%; }
	@media (max-width: 575px){
		.recruit_link_unit .text_wrap { left:5px; bottom:15px; }
		.recruit_link_unit .text_wrap h3 { font-size:0.95em; letter-spacing:-1px; }
	}
	@media (min-width: 576px){
		.recruit_link_unit .text_wrap { left:15px; bottom:40px; }
		.recruit_link_unit .text_wrap h3 { font-size:1.15em; }
	}

.recruit_more_link { margin-bottom:50px; }
.recruit_more_link a { display:block; color:#333; text-decoration:none; }
.recruit_more_link .text_wrap { text-align:center; }
.recruit_more_link .text_wrap h3 { text-align:center; padding:30px 0; margin:0; }

.recruit_sub_link { position:relative; margin-bottom:30px; }
.recruit_sub_link a { display:block; color:#333; text-decoration:none; }
.recruit_sub_link .text { line-height:130%; }
.recruit_sub_link .text:before { content:""; position:absolute; top:0; left:20px; display:block; width:55px; height:1px; border-top:2px solid #000; }
	@media (max-width: 575px){
		.recruit_sub_link .text { padding:5px 0 0 20px; }
	}
	@media (min-width: 576px){
		.recruit_sub_link .row:not(._tbl) .col-xs-12.col-3 { max-width:120px; }
		.recruit_sub_link .row:not(._tbl) .text { position:relative; padding:15px 0 0; margin-top:15px; }
		.recruit_sub_link .row:not(._tbl) .text:before { left:0; }
		.recruit_sub_link .text { padding:0 0 0 20px; }
	}

.button._recruit_button1 { background:#fff url(../image/icon/arrow1-r.png) no-repeat calc(100% - 10px) center / 20px auto; padding:15px 20px; min-width:200px; }
.button.recruit_button2 { border-top:1px solid #333; border-bottom:1px solid #333; padding:15px 0; background:url(../image/icon/arrow1-r.png) no-repeat calc(100% - 10px) center / 20px auto; text-align:center; font-size:1.5em; font-weight:500; }
.button.recruit_button2._new_window { background:url(../image/icon/icon_new-window-b.png) no-repeat calc(100% - 10px) center / 20px auto; }
	@media (max-width: 767px){
		.button.recruit_button2 { width:100%; max-width:320px; }
	}
	@media (min-width: 768px){
		.button.recruit_button2 { min-width:320px; }
	}

.recruit_rect { text-align:left; }
	@media (max-width: 575px){
		.recruit_rect .img_back { height:40vw; }
		.recruit_rect .text { padding:30px 15px; }
	}
	@media (min-width: 576px){
		.recruit_rect .img_back { min-height:415px; }
		.recruit_rect .text { padding:50px; }
		.recruit_rect .text h2 { font-size:1.75em; }
		.recruit_rect .text_in { max-width:560px; }
		.recruit_rect .col-xs-pull-5 .text_in { margin:0 0 0 auto; }
	}

.bg_blue_box { background:#DCF1FE; margin-bottom:30px; }
	@media (max-width: 575px){
		.bg_blue_box { padding:30px 15px; }
	}
	@media (min-width: 576px){
		.bg_blue_box { padding:40px 20px; }
	}

/* /recruit/company/pico_work/ */
* + .work-link { margin-top:30px; }
.work-link ul > li a { color:#3C89DA; }
.work-link ul > li:before { content:""; width:1em; height:1em; top:8px; background:url(../image/icon/arrow2-br.png) no-repeat left top / auto 12px; }
.pico_work_box { margin-bottom:30px; }
.pico_work_box .title { text-align:center; border-bottom:2px solid #333; margin:0 0 30px; padding:0 0 30px; }
.pico_work_box .title h3,
.pico_work_box .title h5 { font-weight:bold; margin:0; }
	@media (max-width: 575px){
		.pico_work_box { padding:20px 15px; }
	}
	@media (min-width: 576px){
		.pico_work_box { padding:60px 30px; }
	}

/* /recruit/job/*** */
.recruit_job_link { margin-bottom:30px; }
.recruit_job_link a { display:block; color:#333; text-decoration:none; }
.recruit_job_link .photo { margin-bottom:10px; }
.recruit_job_link .text { text-align:center; }
.recruit_job_link .text > span { display:inline-block; }
#interview_link {}
#interview_link > h5.en { margin-bottom:20px; }
	@media (max-width: 575px){
		#interview_link { padding:30px 15px; }
		.recruit_job_link .text { font-size:0.95em; }
		.recruit_job_link .text > span { padding:0 0 0 9px; background:url(../image/icon/arrow2-br.png) no-repeat left 8px / auto 9px; }
	}
	@media (min-width: 576px){
		#interview_link { max-width:160px; padding:40px 0; }
		.recruit_job_link .text > span { padding:0 15px; background:url(../image/icon/arrow2-br.png) no-repeat left 8px / auto 12px; }
	}

.tbl_recruit_detail {}
	@media (max-width: 575px){
		.entry table.tbl_recruit_detail tbody tr > th:first-child { width:80px; }
		.entry table.tbl_recruit_detail tbody tr > td { word-break:break-word; }
	}


/* /recruit/info/sdgs/ */
.sdgs_dl { margin-bottom:30px; display:table; width:100%; }
.sdgs_dl > * { display:table-cell; vertical-align:top; }
.sdgs_dl dt { width:80px; text-align:center; }
.sdgs_dl dt > span { display:block; background:#F2F2F2; }
.sdgs_dl dd { padding:0 0 0 15px; }


/* /recruit/info/carrer/*** */
.carrer_unit { margin-bottom:40px; }
.carrer_unit a { display:block; position:relative; }
.carrer_unit .photo img { width:100%; }
.carrer_unit .text { color:#fff; background:rgba(0,0,0,0.5); position:absolute; bottom:0; left:0; width:100%; }
.carrer_unit .text > * { display:inline-block; vertical-align:middle; line-height:120%; }
.carrer_unit .text .job-name-e { margin-left:20px; }
	@media (max-width: 575px){
		.carrer_unit .text { padding:30px 15px; }
		.carrer_unit .text .job-name { font-size:1.5em; }
	}
	@media (min-width: 576px){
		.carrer_unit .text { padding:50px; }
		.carrer_unit .text .job-name { font-size:2em; }
		.carrer_unit .text .job-name-e { font-size:1.15em; }
	}

.button._blue_btn,
a.button._blue_btn { text-decoration:none; color:#fff; }
	@media (max-width: 767px){
		.button._blue_btn { width:100%; max-width:280px; padding:15px; background:#3C89DA url(../image/icon/arrow1-w.png) no-repeat calc(100% - 10px) center / 15px auto; }
	}
	@media (min-width: 768px){
		.button._blue_btn { min-width:320px; padding:15px 40px; background:#3C89DA url(../image/icon/arrow1-w.png) no-repeat calc(100% - 15px) center / 20px auto; }
	}

	.button._blue_btn2,
	a.button._blue_btn2 { text-decoration:none; color:#fff; background:#005bbb url(../image/icon/arrow2-wr.png) no-repeat right 15px center / 6px auto; }
		@media (max-width: 767px){
			.button._blue_btn2 { width:100%; max-width:280px; padding:15px; }
		}
		@media (min-width: 768px){
			.button._blue_btn2 { min-width:320px; padding:15px 40px; }
		}

	.button._gray_btn,
	a.button._gray_btn { text-decoration:none; color:#333; background:#e4e4e4 url(../image/icon/arrow2-gr.png) no-repeat right 15px center / 6px auto; border-radius:50px; }
		@media (max-width: 767px){
			.button._gray_btn { width:100%; max-width:280px; padding:15px; }
		}
		@media (min-width: 768px){
			.button._gray_btn { min-width:320px; padding:15px 40px; }
		}

/* /recruit/job/interview/ */
.interview_list + .interview_list { margin-top:60px; }
.interview_list .unit { margin-bottom:40px; }
.interview_list .unit a { display:block; color:#333; text-decoration:none; }
.interview_list .unit .photo { margin-bottom:20px; }
.interview_list .unit .text { position:relative; padding:10px 0 0; line-height:150%; }
.interview_list .unit .text:before { content:""; position:absolute; top:0; left:0; display:block; width:55px; height:1px; border-top:2px solid #000; }
	@media (max-width: 575px){
		.interview_list { padding:30px 15px; }
	}
	@media (min-width: 576px){
		.interview_list { padding:50px; }
		.interview_list .unit { max-width:270px; }
	}


/* PICOSYSTEM様リクルート_採用情報_エントリーフォーム */
/* PICOSYSTEM様リクルート_お問い合わせ */
#form .blue_t,#inquiry .blue_t{color:#4070B7}
#form .border-gray,#inquiry .border-gray{border-bottom: #C8D1D7; padding:20px 0;}
#form table tr > *,#inquiry table tr > *{border:none;}
#form table th,#inquiry table th{background-color: #FFFFFF; padding: 30px 0;}
#form .opacity,#inquiry .opacity{opacity: 0.5;}

#form .recruitment,#inquiry .recruitment{display: block;margin:20px 0;}
#form input[type=text],#inquiry input[type=text]{height:50px; background-color:#FCFCFC;}
#form .text-box[type=text],#inquiry .text-box[type=text]{height:150px; display: block; background-color:#FCFCFC;}

#form .short-box1, #form .short-box2,#inquiry .short-box1, #inquiry .short-box2[type=text] {display: inline-block;}
#form .short-box1,#inquiry .short-box1[type=text] {width:120px;}
#form .short-box2,#inquiry .short-box2[type=text] {width:150px;}
#form .hyphen,#inquiry .hyphen{padding:0 5px;}
#form .conf,#inquiry .conf{text-align: center;}
#form .blue-btn,#inquiry .blue-btn{background-position:260px center; background-size:22px;}

#inquiry table td .contents-text{padding-bottom:15px;}

#form .hissu,#inquiry .hissu{position: relative; }
#form .hissu:after,#inquiry .hissu:after{position: absolute; content:"必須"; padding:0px 12px; background-color: #000000; color:#FFFFFF; border-radius:30px; right:15px; }
#form form .c-red { color:#BC0526; }
#form form button { color:#333; }
@media (max-width:767px) {
	#form form .sp_table_wrap { white-space:normal; }
	#form form table,
	#form form tbody,
	#form form tr { display:block; }
	#form form tr > * { display:block; width:100%; }
	#form form tr > th { padding:15px 0 0; }
	#form form tr > td { padding:15px 0; }
}

/*===================================================================
	.sitemap
===================================================================*/
.sitemap h3 { font-size:1.75em; padding-bottom:10px; border-bottom:1px solid #C6D1D8; margin-top:0; margin-bottom:20px; }
.sitemap h3 a { color:#333; }
.sitemap ul { margin-bottom:40px; }

/*===================================================================
	common
===================================================================*/
.icon { display:inline-block; background-repeat:no-repeat; background-size:auto 1em; line-height:100%; }
.icon_new_window-w { background-image:url(../image/icon/icon_new-window-w.png); background-position:right center; padding-right:1.25em; }
.icon_new_window-b { background-image:url(../image/icon/icon_new-window-b.png); background-position:right center; padding-right:1.25em; }

.c_ { color:#333 !important; }
.c_gray { color:#999 !important; }
.c_white { color:#fff !important; }
.c_red { color:#d00 !important; }
.c_blue { color:#3C89DA !important; }
.c_blue2 { color:#245FA2 !important; }

.bg_white { background-color:#fff !important; }
.bg_black { background-color:#333 !important; }
.bg_blue { background-color:#016EB1 !important; }
.bg_blue-o { background-color:#DCE8F3 !important; }
.bg_gray { background-color:#ccc !important; }
.bg_gray-o { background-color:#EFEFEF !important; }

.box { border:1px solid #ccc; }

.mb0 { margin-bottom:0 !important; }
.mb10 { margin-bottom:10px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mt10 { margin-top:10px !important; }
.p10 { padding:10px !important; }

.disp_b { display:block; }
.disp_ib { display:inline-block; }
.disp_tbl { display:table; width:100%; height:100%; }
.disp_td { display:table-cell; vertical-align:middle; }
