.tokuwari{
	background: url("../img/tokutabi_bk.jpg") no-repeat center;
	height: 600px;
	position: relative;
	margin: 80px auto 10px auto;
}
.tokuwari a{
	position: absolute;
	top: 92%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.cv {
    background: url(../img/top_cv_bk.jpg) no-repeat center;
    height: 200px;
    position: relative;
    margin: 50px auto;
    text-decoration: none;
}
.cv a {
    display: block;
    padding: 0.6em 2em;
    margin: 0 0 1em;
    background: #99FFFF;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    color: #12335f;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    width: 400px;
    font-size: 140%;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.info {
  width: 100%;
  margin: 0 auto;
}

.info h1 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
  padding: 70px 0 14px 0;
  font-size: 170%;
  border-bottom: 1px solid #000000;
  line-height: 28px;
}
.info h2 {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
  padding: 70px 0 24px 0;
  font-size: 170%;
  border-bottom: 1px solid #000000;
}

.info h3 {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
  padding: 14px 0;
  font-size: 170%;
}

.info h4 {
  font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
  padding: 10px 0 14px 0;
  font-size: 170%;
  margin: 20px auto;
  background-color: #100F6F;
  width: 800px;
  color: #fff;
  text-align: center;
}

.info_tr {
  padding-bottom: 40px;
  margin: 20px auto;
  text-align: center;
}
.info_tr span {
  color: #C0080B;
  font-weight: bold;
  margin: 0 auto 20px auto;
  font-size: 150%;
  font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
}

.info_photo {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.info img {
  padding: 20px 10px;
}

.info_gloves {
  border: #01B41B 2px solid;
  width: 50%;
  margin: 20px auto 10px auto;
  padding: 20px 0;
  border-radius: 10px;
  text-align: center;
}

.info_gloves_ttl {
  display: block;
}
.info_7 {
  width: 50%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.info_mini {
  font-size: 80%;
  margin: -10px auto;
  text-align: center;
}
.info_res {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
}
.info_res span:first-child {
  display: block;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0 20px 0;
  font-size: 120%;
}
.info_res span:nth-child(2n) {
  color: #C30B0E;
  font-weight: bold;
}
.br-p {
  margin-bottom: 10px;
}

.apply{
	background: url("../img/apply.png") no-repeat;
	height: 359px;
	position: relative;
}

.apply img{
	position: absolute;
	top: 261px;
	left: 340px;
}
.r_news {
	margin: 50px auto;
}
.r_news a{
	margin: 30px 15px 50px;
}
.r_news a img{
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}
.r_news a img:hover {
	opacity: 0.6;
   transition: .5s;
}

.top_tabiwari{
	margin: 50px auto;
	text-align: center;
}

.top_tabiwari_bk{
	display: block;
	margin: 0 auto;
}

.top_tabiwari_bt{
	display: block;
	/*margin: -100px auto 0 auto;*/
	margin: -75px auto 0 auto;
}

/*.top_tabiwari_bt:hover{
	opacity: 0.6;
   transition: .5s;
	
}*/

.top_tabiwari p{
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
	top: 8px;
}

.top_tabiwari p a{
	color: #ffd039;
}

/*横並びサマーと月末用*/
.su01{
	width:470px;
	height:200px;
	margin:5px 10px 50px 0;
	float:left;
}

.su02{
	width:470px;
	height:200px;
	margin:5px 0 50px 0;
	float:right;
}