﻿@charset "utf-8";
#main #phot {
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 1000px;
	background-image: url(../img/bg_kazunoko.png);
	background-repeat: no-repeat;
}
#main #phot #title1 {
	background-image: url(../img/title1.png);
	background-repeat: no-repeat;
	float: left;
	width: 400px;
	height: 300px;
}
#main  #phot  #title2 {
	background-image: url(../img/title2.png);
	background-repeat: no-repeat;
	height: 300px;
	width: 400px;
	margin: 0px;
	padding: 0px;
	float: right;
}


#main #recruit_main {
	clear: both;
	height: auto;
	width: 1000px;
}
#main #recruit_main #sub1 {
	float: left;
	width: 700px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#main #recruit_main #sub2 {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px;
}#recruit_main #sub1 #shinsotsu {
	width: 200px;
	height: 250px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-image: url(../img/shinsotsu.png);
	background-repeat: no-repeat;
}
#recruit_main #sub1 #chuto {
	width: 200px;
	height: 250px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	background-image: url(../img/chuto.png);
	background-repeat: no-repeat;
}
#recruit_main #sub1 #part {
	width: 200px;
	height: 250px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 15px;
	background-image: url(../img/part.png);
}

.button_b{
margin:10px auto 0;
width:430px;
    padding: 0.3em 1em;
font-weight:bold;
    text-decoration: none;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s; 
    background: #fff;
    text-align:center;
}

.button_b:hover {
    background: #87CEFA;
}

.button_b a:hover {
    color: #fff !important;
}


.button{
margin:10px auto 0;
width:230px;
font-weight:bold;
    padding: 0.3em 1em;
    text-decoration: none;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s; 
    background: #fff;
    text-align:center;
    font-size:18px;
}

.button:hover {
    background: #87CEFA;
}

.button a:hover {
    color: #fff !important;
}


.button2{
margin:10px auto 0;
width:230px;
font-weight:bold;
    padding: 0.3em 1em;
    text-decoration: none;
    border: solid 2px #0000FF;
    border-radius: 3px;
    transition: .4s; 
    background: #fff;
    text-align:center;
    font-size:18px;
}
 

.button2 a:hover {
    color: #0000FF !important;
}


#id0{
text-align: center;
margin: 0 auto;
}15:57 2018/07/26


.kyuyo1{
width: 200px;
}
.kyuyo2{

float: right;
}

.jisseki{
width: 998px;
height: auto;
float: left;
border: 1px solid #a0a0a0
}

.jisseki02{
padding-top: 10px;
padding-left: 15px;
font-size: 16px;
}

.sihuto{
	width: 100px;
	text-align: right;
}

.passive{
	opacity:0.5;
}


.passive:hover{
	opacity:1;
}