@charset "UTF-8";

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}

.float_left {
	float: left;
	text-align: left;
}

.float_right {
	float: right;
	text-align: right;
}

.wrapper_back_recruit_list {
	clear: both;
	margin:  0;
	padding: 30px 0 0;
	text-align: right;
}

.bread_link {
	clear: both;
	margin:  0;
	padding: 0 0 8px;
}
.bread_link span, 
.bread_link a {
	margin:  0;
	padding: 0;
	font-size: 13px;
	color: #000;
}
.bread_link a:link, 
.bread_link a:visited {
	text-decoration: none;
}
.bread_link a:hover, 
.bread_link a:active {
	text-decoration: underline;
}

a.icon_new:link, 
a.icon_new:visited, 
a.icon_new:hover, 
a.icon_new:active {
	margin:  0;
	padding: 0px 1px;
	font-weight: bold;
	font-family: 'Lucida Grande', arial, sans-serif;
	font-size:   10px;
	line-height: 1;
	text-decoration: none;
	color: #fff;
	background-color: #000;
}

.line_gray {
	height:  40px;
	margin:  0;
	padding: 0;
	border-bottom: 2px solid #ddd;
}
.line_gray.mb {
	margin-bottom: 50px;
}

.text_right {
	text-align: right;
}

.to_entry, 
.to_entry a:link, 
.to_entry a:visited, 
.to_entry a:hover, 
.to_entry a:active {
	vertical-align: middle;
	font-size: 14px;
	line-height: 1;
	color: #000;
}
.to_entry {
	font-size: 18px;
}

/****************************
  pagination
*****************************/

.pagination {
	clear: both;
	width: 100%;
	margin:  0 auto;
	padding: 40px 0 3px;
	text-align: center;
}
.pagination a, 
.pagination span {
	margin:  0px 0px;
	padding: 6px 9px;
	font-weight: bold;
	font-size: 13px;
	line-height: 1;
	text-decoration: none;
}
.pagination a:link, 
.pagination a:visited {
	background-color: #ccc;
	color: #888;
}
.pagination a:hover, 
.pagination a:active, 
.pagination span {
	background-color: #09f;
	background-color: #7c980d;
	background-color: #309b58;
	color: #fff;
}

.pagination span.disabled {
	background-color: #ccc;
	color: #aaa;
}

.icon_angle {
	font-size: 1.3em;
}

/****************************
  button
*****************************/

input[type="submit"] {
	outline: none;
	border: none;
}

.button-gray {
	display: inline-block;
	height: 30px;
	margin: 0;
	padding: 0 10px;
	vertical-align: top;
	text-decoration: none;
	font-size:   13px;
	line-height: 30px;
	cursor: pointer;
	white-space: nowrap;
	color: #555;
	background: #f7f7f7;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
	   -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
	        box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
}
.button-gray:hover,
.button-gray:focus {
	background: #fafafa;
	border-color: #999;
	color: #222;
}
.button-gray:active,
.button-gray:focus {
	outline: none;
}
.button-gray:focus {
	-webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
	        box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
}
.button-gray:active {
	background: #eee;
	border-color: #999;
	-webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
	        box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
	color: #333;
}
.button-gray:disabled {
	border-color: #ddd !important;
	background: #f7f7f7 !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
	text-shadow: 0 1px 0 #fff !important;
	cursor: default;
	color: #aaa !important;
}

/* orange */
.button-entry, 
a.button-entry {
	display: inline-block;
	min-width: 170px;
	height: 42px;
	margin:  0;
	padding: 0 10px;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size:   16px;
	line-height: 42px;
	cursor: pointer;
	white-space: nowrap;
	color: #fff;
	background-color: rgba(247,104,76, 1.0);
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.button-entry:hover,
.button-entry:focus {
	background-color: rgba(247,104,76, 0.85);
}
.button-entry:active,
.button-entry:focus {
	outline: none;
}
.button-entry:active {
	-webkit-box-shadow: inset 0 2px 5px -3px rgba(0,0,0, 0.5);
	        box-shadow: inset 0 2px 5px -3px rgba(0,0,0, 0.5);
}

/* green */
.button-entry.green {
	background-color: rgba(17,172,75, 1.0);
}
.button-entry.green:hover,
.button-entry.green:focus {
	background-color: rgba(17,172,75, 0.85);
}

/* blue */
.button-entry.blue {
	background-color: rgba(45,169,211, 1.0);
}
.button-entry.blue:hover,
.button-entry.blue:focus {
	background-color: rgba(45,169,211, 0.85);
}

/* rounded corner */

.button-entry.rc {
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;
}

/**/

.wrapper_button-entry {
	clear: both;
	width: 500px;
	margin:  0 auto;
	padding: 50px 0 0;
	text-align: center;
}

.wrapper_button-entry .button-entry {
	margin-right: 15px;
	margin-left:  15px;
}

/****************************
  button file
*****************************/

.button-gray.file {
	overflow: hidden;
	position: relative;
	height: 34px;
	line-height: 32px;
}
.button-gray input[type=file] {
	position: absolute;
	top:  0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}

.thumb {
	margin:  0;
	padding: 0;
}
.thumb img {
	width: 200px;
	height: auto;
}

.notice_mail {
	margin:  0;
	padding: 15px 0 0;
}

h5.h5_notice_mail {
	margin:  0;
	padding: 0;
	font-weight: bold;
	font-size:   1em;
	color: #cc2127;
}

p.p_notice_mail {
	margin:  0;
	padding: 0;
	font-size: .9em;
}

.notice_mail strong {
	margin:  0 7px 0 0;
	padding: 2px 4px;
	font-weight: normal;
	font-size: .9em;
	line-height: 1;
	color: #fff;
	background-color: #cc2127;
}

.notice_mail a {
	font-size: 19px;
}

/****************************
  wait
*****************************/

.wait {
	display: none;
	width: 170px;
	height: 42px;
	background: url(../images/common/waiting.gif) no-repeat center center;
}

/****************************
  cart
*****************************/

table.table_cart {
	width: 100%;
	margin:  0 0 15px;
	padding: 0;
}
table.table_cart th, 
table.table_cart td {
	margin:  0;
	padding: 2px 0;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.5;
	background-color: #fff;
	border-top:    1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
table.table_cart th {
	width: 115px;
}
table.table_cart th img {
	vertical-align: top;
}
table.table_cart td {
	padding: 5px 0;
}
table.table_cart td.td_del {
	padding-right: 3px;
	text-align: right;
	font-size: 15px;
}
table.table_cart td a:link .fa, 
table.table_cart td a:visited .fa {
	text-decoration: none;
	color: #000;
}
table.table_cart td a:hover .fa, 
table.table_cart td a:active .fa {
	text-decoration: none;
	color: #cc2127;
}

p.p_cart {
	clear: both;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #999;
}

/****************************
  entry
*****************************/

h3.h3_entry {
	clear: both;
	margin:  0 0 25px;
	padding: 40px 0 8px;
	font-weight: normal;
	font-size: 18px;
	border-bottom: 1px solid #aaa;
}

p.p_label {
	margin:  0;
	padding: 0 0 10px;
	font-weight: bold;
}

p.p_notice {
	margin:  0;
	padding: 0 0 15px;
}

.line_entry {
	clear: both;
	height: 40px;
	margin:  0 0 40px;
	padding: 0;
	border-bottom: 1px dotted #aaa;
}

/****************************
  jquery-ui datepicker
*****************************/

.ui-datepicker {
	margin-top: 5px;
	font-size: 13px;
}

/****************************
  margin
*****************************/

.pt5  { padding-top:     5px; }
.pt8  { padding-top:     8px; }
.pt10 { padding-top:    10px; }
.pt15 { padding-top:    15px; }
.pt20 { padding-top:    20px; }
.pt25 { padding-top:    25px; }
.pt30 { padding-top:    30px; }
.pt40 { padding-top:    40px; }
.pt50 { padding-top:    50px; }

.pb5  { padding-bottom:  5px; }
.pb8  { padding-bottom:  8px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }

.pr5  { padding-right:   5px; }
.pr8  { padding-right:   8px; }
.pr10 { padding-right:  10px; }
.pr15 { padding-right:  15px; }

.pl5  { padding-left:    5px; }
.pl8  { padding-left:    8px; }
.pl10 { padding-left:   10px; }
.pl15 { padding-left:   15px; }

.mt20 { margin-top:     20px; }
.mt30 { margin-top:     30px; }
