@charset "utf-8";

/* Contents
 * ****************************
 *
 * 1: heading
 * 2: paragraph
 * 3: list
 * 4: table
 * 5: box
 * 6: form
 * 7: link
 * 8: other
 *
 * ****************************
 */

/*======= 1: heading =====================================================*/
h2.sttltype01 {
  display: flex;
  align-items: center;
  height: 50px;
  margin-bottom: 1.7rem;
  padding-left: 18px;
  border-radius: 4px;
  box-sizing: border-box;
  background: #254294;
  color: #fff;
  font-size: 18px;
}
h3.sttltype_l_line {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 20px;
  font-size: 18px;
}
h3.sttltype_l_line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  display: inline-block;
  width: 6px;
  height: 20px;
  background: #254294;
}

h3.sttltype_l_line.btmline {
  width: 100%;
  border-bottom: 1px solid #cdcdcd;
}
h3.sttltype_l_line.btmline span {
  display: inline-block;
  padding-bottom: 8px;
}
h3.sttltype_l_line.btmline::before {
  margin-top: -14px;
}

h3.sttltype_b_line {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 1rem;
  font-size: 18px;
  border-bottom: 1px solid #cdcdcd;
}
.txt_icon {
  display: inline-block;
  padding: 2px 8px;
  margin-right: 10px;
  border-radius: 3px;
  background: #254294;
  color: #fff;
  font-size: 12px;
}
h3.sttl_t_bline {
  display: flex;
  align-items: center;
  height: 46px;
  padding-left: 15px;
  margin-bottom: 1rem;
  background: #e7e8ee;
  border-top: 2px solid #254294;
}

@media screen and (max-width: 768px) {
  h2.sttltype01 {
    height: inherit;
    margin-bottom: 1rem;
    padding: .6rem .6rem .6rem .8rem;
    font-size: 16px;
  }
  h3.sttltype_l_line {
    padding-left: 15px;
    font-size: 13px;
  }
  h3.sttltype_l_line::before {
    top: 1px;
    margin-top: 0;
  }
  h3.sttltype_b_line {
    padding-bottom: .8rem;
    margin-bottom: .8rem;
    font-size: 16px;
  }
  h3.sttltype_l_line.btmline::before {
    margin-top: -2px;
  }
  .txt_icon {
    white-space: nowrap;
  }
}

/*======= 2: paragraph ===================================================*/
p {
	line-height: 1.8;
}

/* [indent] ----------------------------------------*/

/*-- boxIdt01 -----------------------*/
.boxIdt01 p {
	margin-left: 1em;
	text-indent: -1em;
}

/*-- txtIdt01 -----------------------*/
.txtIdt01 {
	margin-left: 1.6em;
	text-indent: -1.6em;
}

/*======= 3: list ========================================================*/

/* [ul] --------------------------------------------*/
ul li {
	list-style: none;
}

/*======= 4: table =======================================================*/
table {
	width: 100%;
  border-collapse: collapse;
}

/*-- tbl_base01 ----------------------*/
.tbl_base01 {
	border: 1px solid #cccccc;
	background: #FFF;
}
.tbl_base01 th,
.tbl_base01 td {
	padding: 20px;
	text-align: left;
	border-top: 1px solid #e4e4e4;
}
.tbl_base01 tr:first-child th,
.tbl_base01 tr:first-child td {
	border-top: none;
}
.tbl_base01 tbody:not(:first-child) tr th,
.tbl_base01 tbody:not(:first-child) tr td {
	border-top: 1px solid #e4e4e4;
}
.tbl_base01 th {
	padding-right: 10px;
	background: #f4f4f4;
}
.tbl_base01 th div {
	position: relative;
	padding-right: 60px;
}
/*-- tblThWid (with .tbl_base01) -----*/
.tbl_th_wid01 th { width: 114px; }
.tbl_th_wid02 th { width: 243px; }

@media screen and (max-width: 768px) {
	.tbl_base01 {
		margin-bottom: 15px;
		border: none !important;
	}
	.tbl_base01 th,
	.tbl_base01 td {
		display: block;
		width: 100% !important;
		padding: 15px 10px;
		box-sizing: border-box;
		border-top: none;
	}
	.tbl_base01 th {
		padding: 8px 0 8px 10px;
		color: #FFF;
		font-size: 13px;
		background: #2F3E9E;
	}
	.tbl_base01 th a {
		color: #AAB1DD;
	}
	.tbl_base01 th br {
		display: none;
	}
  
  .recruitlist .tbl_base01 {
    margin-top: .3rem;
    margin-bottom: 0;
  }
  .recruitlist .tbl_base01 th {
    color: #000;
    background: #f4f4f4;
  }
}

/*-- tblLine01 ----------------------*/
.tbl_line01{
	margin-bottom: 30px;
	background: #FFF;
	border-collapse: collapse;
}
.tbl_line01 th,.tbl_line01 td {
	padding: 19px 1px;
  box-sizing: border-box;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #e4e4e4;
}
.tbl_line01 tr:nth-of-type(1) th,.tbl_line01 tr:nth-of-type(1) td {
  border-top: 0;
}
.tbl_line01 th {
  width: 150px;
}
.tbl_line01 td {
  padding: 19px 0;
}
.tbl_line01 td dl {
  margin-bottom: 2em;
}
.tbl_line01 td dt {
  margin-bottom: 11px;
}
.tbl_line01 td dd {
  margin-left: 13px;
  line-height: 1.8;
}

.tbl_line01 span.year {
  display: inline-block;
  padding-right: 65px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
	.tbl_line01 {
		margin-bottom: 15px;
		background: none;
	}
	.tbl_line01 th,
	.tbl_line01 td {
		padding: 10px 0;
		box-sizing: border-box;
	}
	.tbl_line01 th,
	.tbl_line01 td {
		padding: 10px;
	}
  
  .tbl_line01 th {
    width: 25%;
  }
  .tbl_line01 td {
    padding: .8rem 0;
  }
  .tbl_line01 span.year {
    padding-right: 10%;
  }
}

/*-- arbitrary -----------------------*/
.arbitrary {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -1em;
	padding: .1rem .7rem;
	color: #fff;
  background: rgba(75,166,33,1.00);
	font-size: .75rem;
	border-radius: 2px;
  font-weight: normal;
}


/*======= 5: box =========================================================*/
#keyv {
  padding-top: 74px;
}
#keyv h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 230px;
  box-sizing: border-box;
}
#keyv h1 span {
  color: #fff;
  font-family: 'Heebo', sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: .05em;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  #keyv {
    padding-top: 55px;
  }
  #keyv h1 {
    height: 140px;
  }
  #keyv h1 span {
    font-size: 30px;
  }
}

/* breadcrumb */
#breadcrumb {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #f0f5fa;
}
#breadcrumb ul {
  width: 1000px;
  margin: 0 auto;
}
#breadcrumb ul li {
  display: inline-block;
}
#breadcrumb ul li::after {
  content: ">";
  padding: 0 10px;
  color: #cccccc;
}
#breadcrumb ul li:last-child::after {
  content: none;
}
#breadcrumb ul li a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #breadcrumb {
    padding: 0 10px;
    box-sizing: border-box;
  }
}

.anchorlink {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 2px solid #254294;
  border-radius: 3px;
  margin: 2rem auto;
}
.anchorlink li a {
  display: flex;
  align-items: center;
  height: 46px;
  padding-left: 20px;
  border-right: 1px solid #254294;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: bold;
  background: url(../../img/common/icon_arw_btm.png) no-repeat 94% 50%;
}
.anchorlink.column2 li a {
  width: 498px;
  border-bottom: 1px solid #254294;
}
.anchorlink.column2 li:last-child a {
  border-right: 0;
}
.anchorlink.column2.odd li:last-child a {
  border-bottom: 0;
  border-right: 1px solid #254294;
}
.anchorlink.column2.even li:nth-last-child(-n+2) a {
  border-bottom: 0;
}
.anchorlink.column2 li:nth-child(2n) a {
  border-right: 0;
}
.anchorlink.column2.only li a {
  border-bottom: 0;
}
.anchorlink.column3 li a {
  width: 332px;
}

.anchorlink.column3 li:nth-child(-n+3) a {
  border-bottom: 1px solid #254294;
}
.anchorlink.column3 li:nth-child(3n) a {
  border-right: 0;
}
.anchorlink.column3.only li a {
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .anchorlink {
    margin: 1.5rem auto;
  }
  .anchorlink li a {
    height: 46px;
    padding-left: .8rem;
    padding-right: 1.7rem;
    background-size: 12px auto;
  }
  .anchorlink li {
    width: 50%;
  }
  .anchorlink.column2 li a {
    width: 100%;
  }
  .anchorlink.column3 li a {
    width: 100%;
  }
  .anchorlink.column3 li:nth-child(-n+2) a {
    border-bottom: 1px solid #254294;
  }
  .anchorlink.column3 li:nth-child(2n) a {
    border-bottom: 1px solid #254294;
  }
  .anchorlink.column3 li:nth-child(3n) a {
    border-right: 1px solid #254294;
  }
  .anchorlink.column3 li:nth-child(2n) a {
    border-right: 0;
  }
  .anchorlink.column3 li:last-child a {
    border-bottom: 0;
  }
}
/*======= 6: form ========================================================*/
input,
label,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	vertical-align: middle;
}
input[type="submit"],
input[type="button"]{
  -webkit-appearance: button;
  text-align: center;
  margin: 0 auto;
  border-radius: 0;
  cursor: pointer;
  outline: none;
}
/*----*/
input[type=text],
input[type=email],
textarea {
  -webkit-appearance: none;
	border: 1px solid #e8e8e8;
  border-radius: 0;
	background: #fff;
	box-sizing: border-box;
}
input[type=text],
input[type=email],
textarea{
  padding: 12px 8px;
}
input[type=text],
input[type=email],
textarea{
	width: 100%;
  border-radius: 4px;
}
textarea {
	overflow: auto;
	resize: vertical;
	min-height: 200px;
  box-sizing: border-box;
}



/* CheckBox */
label.checkbox_text {
	cursor: pointer;
	position: relative;
	height: 25px;
  line-height: 21px;
	vertical-align: middle;
	padding-left: 30px;
	overflow: hidden;
	display: inline-block;
	box-sizing: border-box;
  font-weight: bold;
}
label.checkbox_text:before {
	content: '';
	position: absolute;
	width: 23px;
	height: 23px;
	left: 0;
	top: 0;
	border: 1px solid #ccc;
	z-index: 3;
	border-radius: 3px;
	box-sizing: border-box;
}
label.checkbox_text:after {
	content: '';
	position: absolute;
	top: 33%;
	left: 7px;
	display: block;
	margin-top: -6px;
	width: 6px;
	height: 12px;
	border-right: 3px solid #1e357a;
	border-bottom: 3px solid #1e357a;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	z-index: 1;
}
label.checkbox_text.bgBlue:after {
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
label.checkbox_text input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: absolute;
	left: -40px;
	width: 23px;
	height: 23px;
	display: block;
	box-shadow: 40px 0px #f4f4f4;
	z-index: 2;
	margin: 0px;
	padding: 0px;
	border-radius: 4px;
}
label.checkbox_text input[type="checkbox"]:checked {
	box-shadow: none;
}
label.checkbox_text input[type="checkbox"]:checked:focus {
	box-shadow: 40px 0px #f4f4f4;
	opacity: 0.1;
}
label.checkbox_text input[type="checkbox"]:focus {
	box-shadow: 40px 0px #fff;
}
input:placeholder-shown { color: #909090; }
input::-webkit-input-placeholder { color: #909090; }
input:-moz-placeholder { color: #909090; }
input::-moz-placeholder { color: #909090; }
input:-ms-input-placeholder { color: #909090; }

@media screen and (max-width: 768px) {
  input[type=text],
	input[type=tel],
	input[type=email],
	textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 100%;
		padding: 10px;
		border: 1px solid #bbb;
		border-radius: 2px;
		box-sizing: border-box;
	}
	label.checkbox_text {
		font-size: 116%;
	}
}



/* [focus] -----------------------------------------*/
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
	background:#FFFDDB;
}

/* [error] -----------------------------------------*/
input[type=text].error,
input[type=email].error,
input[type=tel].error,
textarea.error,
select.error {
	border-color: #e4007f;
  border-width: 2px;
	background: #f6dcea;
}

.error_msg_bar {
  margin-bottom: 1.5rem;
  text-align: center;
  color: #e4007f;
	font-weight: bold;
  font-size: 18px;
}

.error_msg {
	margin-bottom: 5px;
	padding-left: 20px;
	color: #e4007f;
	font-weight: bold;
	text-align: left;
	background: url(/img/contact/icon_error.png) no-repeat 0 50%;
  background-size: 16px 16px;
}

.error_msg_c {
  text-align: center;
}
.error_msg_c span {
  display: inline-block;
  margin-bottom: 5px;
	padding-left: 20px;
	color: #e4007f;
	font-weight: bold;
	text-align: left;
	background: url(/img/contact/icon_error.png) no-repeat 0 50%;
  background-size: 16px 16px;
}

/*======= 7: link ========================================================*/
a {
	color: #254294;
	text-decoration: underline;
}
a:hover {
	opacity: 1;
	text-decoration: none;
}
a.ov:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.blank_box a {
  padding: .4rem 2.5rem .45rem 1rem;
  background: #fff url(../../img/common/icon_blank.png) no-repeat 94% 60%;
  border: 1px solid #d0d6e5;
  border-radius: 3px;
  text-decoration: none;
  font-weight: bold;
  white-space: pre-wrap;
}
.blank_box a span {
  color: #444444;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .blank_box a {
    background: #fff url(../../img/common/icon_blank.png) no-repeat 97% 50%;
  }
}

.pdf_box a {
  padding: .4rem 2.5rem .45rem 1rem;
  background: #fff url(../../img/common/icon_pdf.png) no-repeat 94% 60%;
  border: 1px solid #d0d6e5;
  border-radius: 3px;
  text-decoration: none;
  font-weight: bold;
  white-space: pre-wrap;
}
.pdf_box a span {
  color: #444444;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .pdf_box a {
    background: #fff url(../../img/common/icon_pdf.png) no-repeat 97% 50%;
  }
}

.btn_link {
	display: inline-block;
	box-sizing: border-box;
	color: #FFF;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	border-radius: 4px;
  box-shadow: 0 5px #152556;
  background: #1e357a;
}
.btn_link {
	min-width: 300px;
	margin: 0 10px;
	padding: 15px 15px 12px;
	font-size: 129%;
}


.btn_back {
	display: inline-block;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;

  border-radius: 4px;
  box-sizing: border-box;
	color: #1e357a;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #1e357a;
	background: #fff;
  box-shadow: 0 5px #152556;
}
.btn_back {
	min-width: 200px;
	margin: 0 10px;
	padding: 15px 15px 12px;
	font-size: 129%;
}

.btn_back:hover {
  background: #1e357a;
  color: #fff;
}

.sendbox {
	text-align: center;
}
.sendbox .btn_back {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .btn_link {
    min-width: 90%;
    margin: 0;
    padding: 15px 10px 12px;
    font-size: 129%;
    ox-sizing: border-box;
  }
  .sendbox .btn_back {
    min-width: 40%;
  }
  
  .sendbox .btn_link {
    min-width: 50%;
  }
}

/*======= 8: other =======================================================*/
/*-- Lazy Load --*/
.afbox {
  opacity: 0;
  filter: blur(15px);
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  zoom: 1;
  transition: all 1s;
}
/* [img] -------------------- */
img{
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

/* [display] ---------------- */
.disNon	{ display: none; }
.disB	{ display: block; }
.disI	{ display: inline; }
.disIb	{ display: inline-block; }

@media screen and (min-width: 769px) { /* for PC */
	.pc_disNon	{ display: none; }
	.pc_disB	{ display: block; }
}
@media screen and (max-width: 768px) {
	.sp_disNon	{ display: none; }
	.sp_disB	{ display: block; }
}

/* [align] ------------------ */
.al_l { text-align: left !important; }
.al_r { text-align: right !important; }
.al_c { text-align: center !important; }
.vl_t { vertical-align: top !important; }
.vl_m { vertical-align: middle !important; }
.vl_b { vertical-align: bottom !important; }

@media screen and (max-width: 768px) {
	.sp_al_l { text-align: left !important; }
	.sp_al_c { text-align: center !important; }
}

/* [font size] ------------------ */
.fs_sm { font-size: .75rem; }
.fs_m { font-size: 1rem; }
.fs_l { font-size: 1.25rem; line-height: 1.5; }

/* [margin,padding] --------- */
.ma0a { margin: 0 auto; }
.mt0, .mv0, .ma0 { margin-top:    0 !important; }
.mr0, .mh0, .ma0 { margin-right:  0 !important; }
.mb0, .mv0, .ma0 { margin-bottom: 0 !important; }
.ml0, .mh0, .ma0 { margin-left:   0 !important; }
.pt0, .pv0, .pa0 { padding-top:   0 !important; }
.pr0, .ph0, .pa0 { padding-right: 0 !important; }
.pb0, .pv0, .pa0 { padding-bottom:0 !important; }
.pl0, .ph0, .pa0 { padding-left:  0 !important; }
.mt5, .mv5, .ma5 { margin-top:    5px !important; }
.mr5, .mh5, .ma5 { margin-right:  5px !important; }
.mb5, .mv5, .ma5 { margin-bottom: 5px !important; }
.ml5, .mh5, .ma5 { margin-left:   5px !important; }
.pt5, .pv5, .pa5 { padding-top:   5px !important; }
.pr5, .ph5, .pa5 { padding-right: 5px !important; }
.pb5, .pv5, .pa5 { padding-bottom:5px !important; }
.pl5, .ph5, .pa5 { padding-left:  5px !important; }
.mt10, .mv10, .ma10 { margin-top:    10px !important; }
.mr10, .mh10, .ma10 { margin-right:  10px !important; }
.mb10, .mv10, .ma10 { margin-bottom: 10px !important; }
.ml10, .mh10, .ma10 { margin-left:   10px !important; }
.pt10, .pv10, .pa10 { padding-top:   10px !important; }
.pr10, .ph10, .pa10 { padding-right: 10px !important; }
.pb10, .pv10, .pa10 { padding-bottom:10px !important; }
.pl10, .ph10, .pa10 { padding-left:  10px !important; }
.mt15, .mv15, .ma15 { margin-top:    15px !important; }
.mr15, .mh15, .ma15 { margin-right:  15px !important; }
.mb15, .mv15, .ma15 { margin-bottom: 15px !important; }
.ml15, .mh15, .ma15 { margin-left:   15px !important; }
.pt15, .pv15, .pa15 { padding-top:   15px !important; }
.pr15, .ph15, .pa15 { padding-right: 15px !important; }
.pb15, .pv15, .pa15 { padding-bottom:15px !important; }
.pl15, .ph15, .pa15 { padding-left:  15px !important; }
.mt20, .mv20, .ma20 { margin-top:    20px !important; }
.mr20, .mh20, .ma20 { margin-right:  20px !important; }
.mb20, .mv20, .ma20 { margin-bottom: 20px !important; }
.ml20, .mh20, .ma20 { margin-left:   20px !important; }
.pt20, .pv20, .pa20 { padding-top:   20px !important; }
.pr20, .ph20, .pa20 { padding-right: 20px !important; }
.pb20, .pv20, .pa20 { padding-bottom:20px !important; }
.pl20, .ph20, .pa20 { padding-left:  20px !important; }
.mt30, .mv30, .ma30 { margin-top:    30px !important; }
.mr30, .mh30, .ma30 { margin-right:  30px !important; }
.mb30, .mv30, .ma30 { margin-bottom: 30px !important; }
.ml30, .mh30, .ma30 { margin-left:   30px !important; }
.pt30, .pv30, .pa30 { padding-top:   30px !important; }
.pr30, .ph30, .pa30 { padding-right: 30px !important; }
.pb30, .pv30, .pa30 { padding-bottom:30px !important; }
.pl30, .ph30, .pa30 { padding-left:  30px !important; }
.mt40, .mv40, .ma40 { margin-top:    40px !important; }
.mr40, .mh40, .ma40 { margin-right:  40px !important; }
.mb40, .mv40, .ma40 { margin-bottom: 40px !important; }
.ml40, .mh40, .ma40 { margin-left:   40px !important; }
.pt40, .pv40, .pa40 { padding-top:   40px !important; }
.pr40, .ph40, .pa40 { padding-right: 40px !important; }
.pb40, .pv40, .pa40 { padding-bottom:40px !important; }
.pl40, .ph40, .pa40 { padding-left:  40px !important; }
.mt50, .mv50, .ma50 { margin-top:    50px !important; }
.mr50, .mh50, .ma50 { margin-right:  50px !important; }
.mb50, .mv50, .ma50 { margin-bottom: 50px !important; }
.ml50, .mh50, .ma50 { margin-left:   50px !important; }
.pt50, .pv50, .pa50 { padding-top:   50px !important; }
.pr50, .ph50, .pa50 { padding-right: 50px !important; }
.pb50, .pv50, .pa50 { padding-bottom:50px !important; }
.pl50, .ph50, .pa50 { padding-left:  50px !important; }
.mt60, .mv60, .ma60 { margin-top:    60px !important; }
.mr60, .mh60, .ma60 { margin-right:  60px !important; }
.mb60, .mv60, .ma60 { margin-bottom: 60px !important; }
.ml60, .mh60, .ma60 { margin-left:   60px !important; }
.pt60, .pv60, .pa60 { padding-top:   60px !important; }
.pr60, .ph60, .pa60 { padding-right: 60px !important; }
.pb60, .pv60, .pa60 { padding-bottom:60px !important; }
.pl60, .ph60, .pa60 { padding-left:  60px !important; }
.mt80, .mv80, .ma80 { margin-top:    80px !important; }
.mr80, .mh80, .ma80 { margin-right:  80px !important; }
.mb80, .mv80, .ma80 { margin-bottom: 80px !important; }
.ml80, .mh80, .ma80 { margin-left:   80px !important; }
.pt80, .pv80, .pa80 { padding-top:   80px !important; }
.pr80, .ph80, .pa80 { padding-right: 80px !important; }
.pb80, .pv80, .pa80 { padding-bottom:80px !important; }
.pl80, .ph80, .pa80 { padding-left:  80px !important; }

@media screen and (max-width: 768px) {
  .sp_mh10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}


/* [clearfix] --------------- */
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 7 (trigger hasLayout) */
.cf {
    zoom:1;
}
/* clearfix end */
