@charset "utf-8";
/* CSS Document */

html {
	overflow-y:scroll;
	overflow-x: hidden;
}

html,body {
	height: 100%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: none;
	font-size: 14px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

img {
	vertical-align: bottom;
}

a {
	color: #635245;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline;
}
a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

@media screen and (min-width: 800px){

body {
	min-width: 900px;
}

header{
 background: #FFF;
 text-align: center;
}
header img{
 padding: 20px 0;
 width: 200px;
}

div#wrapper{
 background-image: url(../images/recruit/bg_wall.jpg);
 background-attachment: fixed;
}

section{
 width: 80%;
 padding: 50px 0;
 height: 100%;
 line-height: 2.5em;
 text-align: center;
 background-color: rgba(255,255,255,0.95);
}

address{
 font-size: 1.2em;
 font-style: normal;
}

i{
 background: linear-gradient(transparent 60%, #ffff66 60%);
 font-style: normal;
}

footer{
    background-color:rgba(0,0,0,0.8);
    width:100%;
	text-align: center;
	color: #FFF;
	font-size: 0.7em;
	font-weight: normal;
}

}

@media screen and (max-width: 799px) {

header{
 background: #FFF;
 text-align: center;
 width: 100%;
}
header img{
 padding: 20px 0;
 width: 150px;
}

div#wrapper{
 background-image: url(../images/recruit/bg_wall_sp.jpg);
 background-attachment: fixed;
 background-position: center;
}

section{
 width: 90%;
 margin: auto;
 padding: 50px 10px;
 height: 100%;
 line-height: 3em;
 text-align: left;
 background-color: rgba(255,255,255,0.95);
 font-size: 0.9em;
}

section br.sp{
 display: none;
}

address{
 font-size: 1.2em;
 font-style: normal;
 text-align: center;
}

i{
 background: linear-gradient(transparent 60%, #ffff66 60%);
 font-style: normal;
}

footer{
    background-color:rgba(0,0,0,0.8);
    width:100%;
	text-align: center;
	color: #FFF;
	font-size: 0.7em;
	font-weight: normal;
}

}