@charset "UTF-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,
legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,
dialog,figure,footer,header,hgroup,menu,
nav,section,menu,time,mark,audio,video{
	font-size: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

address,caption,em,strong,th,var,h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

fieldset,img { 
	border: 0;
}

img{
	vertical-align: bottom;	
}

caption,th {
	text-align: left;
}

ol,ul {
	list-style: none;
}

option {
	padding-right: 0.5em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
#recruit_base p {
	margin-left: 20px;
}

/* 2.前の人の--------------------------------------------------------- */

a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	background: transparent;
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}
 
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { 
	display: block;
}
 
ul,
ol {
	list-style: none;
}
 
blockquote,
q {
	quotes: none;
}
 
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
 
table {
}
 
a {
	outline: none;
}
 
img {
	vertical-align: bottom;
}
 
/* 2.BASE-SET
--------------------------------------------------------- */
body {
	background: #FFF ;
	font-family: Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Arial, Sans-serif;
	line-height: 1.5;
	color:#333;
	}

.cx:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

*:first-child+html .cx {
	display: inline-block;
	min-height: 1%;
}

* html .cx {
	height: 1%;
}

a {
	overflow: hidden;
	text-decoration: underline;
}

/* 3.WIRE-FRAME
--------------------------------------------------------- */

html {
	overflow-y: scroll;
}

/* template */
.flL {float: left;}
.flR {float: right;}

.txR {text-align: right;}
.txL {text-align: left;}
.txC {text-align: center;}

.mt5 {margin: 5px 0 0 0;}
.mt10 {margin: 10px 0 0 0;}
.mt20 {margin: 20px 0 0 0;}
.mt30 {margin: 30px 0 0 0;}
.mt100 {margin: 100px 0 0 0;}

.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px ;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}

.ml10 {margin-left: 10px}
.ml20 {margin-left: 20px}
.ml30 {margin-left: 30px}

.mr8 {margin-right: 8px}
.mr10 {margin-right: 10px}
.mr20 {margin-right: 20px}
.mr30 {margin-right: 30px}

.bt10 {margin: 0 0 10px 0;}
.bt20 {margin: 0 0 20px 0;}
.bt30 {margin: 0 0 30px 0;}

.colG {color: #6e6e6e; line-height: 1.2}
.colR {color: #e71f19;}
.colW {color: #fff;}

.foB {font-weight: bold;}
.foStr {font-size: 24px;}
.foS {font-size: 12px;}
.foSS {font-size: 11px;}

.txcc {
	text-align: center;
	vertical-align: middle;
	}
	
a:hover img#hoverImg{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}