@charset "utf-8";


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 95%;
	line-height: 1.8;
}

a:link,
a:visited {
	color: #4040ff;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #4040ff;
	text-decoration: none;
}


/* メールフォームページのみ */
#mail_form dl .display_none {
    display:none;
}

/* 求人のご案内ページ */
#oubo {
margin: 20px auto;
text-align: center;
}
#oubo h1 {
font-size: 24px;
margin-top:60px;
margin-bottom:20px;
}
#oubo .rem13{
font-size: 18px;
font-weight: bold;
}
#oubo .caution {
margin-top:20px;
margin-bottom:20px;
}

.privacy_btn_wrap {
margin: 20px auto 30px;
}

/* 応募ボタン */
a.kyujin-oubo-btn{
    color:#fff;
    text-decoration: none;
    display: block;
	width: 98%;
	height: 30px;
	-webkit-border-radius: 50px;
  	-moz-border-radius: 50px;
  	border-radius: 50px;
	line-height: 30px;
	text-shadow: 2px 2px 2px #000;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a7ea+0,006dc1+100 */
background: #00a7ea; /* Old browsers */
background: -moz-linear-gradient(top,  #00a7ea 0%, #006dc1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #00a7ea 0%,#006dc1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #00a7ea 0%,#006dc1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7ea', endColorstr='#006dc1',GradientType=0 ); /* IE6-9 */

cursor:pointer;
}
.kyujin-oubo-btn{
	display: block;
	width: 98%;
	height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
		-webkit-border-radius: 50px;
  	-moz-border-radius: 50px;
  	border-radius: 50px;
	border-style: none;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a7ea+0,006dc1+100 */
background: #00a7ea; /* Old browsers */
background: -moz-linear-gradient(top,  #00a7ea 0%, #006dc1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #00a7ea 0%,#006dc1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #00a7ea 0%,#006dc1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7ea', endColorstr='#006dc1',GradientType=0 ); /* IE6-9 */

cursor:pointer;
}

/* -- responsive ------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {

body {
	font-size: 100%;
}

}
/* 1000pixel end */




