body {
	background:#ffffff;
	font-size: 13px;
	color: #666666;
        margin: 0px;
        line-height: 1.2rem;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color:#666666;
	text-decoration: none;
}
a:alink {
	color:#FF3366;
	text-decoration: none;
}
a:hover {
	color:#FF3366;
	text-decoration: underline;
}
a:visited:hover {
	color:#FF3366;	
	text-decoration: none;
}

h1 {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	
}
table {
	cellspacing: 0;
	cellpadding: 0;
	border: 0;
	border-spacing: 0;

}
a img { border: none;}

ul#link {
	padding: 1px;
	font-size: 12px;
	text-align: left;
}
div#comm {
	width: 150px;
	height: 100px;
	padding: 1px;
	overflow: auto;
	color: #000000;
	font-size: 12px;
}

td.a { 
        font-size: 13px;
        color: #ff3366;
        text-align:left;
        font-weight:bold;
        background: #ECE8DC;
        padding: 5px 10px;
        border-top: solid 1px;
        border-top-color: #E1D6C2;
        border-left: solid 1px;
        border-left-color: #E1D6C2;
        border-right: solid 1px;
        border-right-color: #E1D6C2;
}

td { 
        background-color: white;
        font-size: 13px;
        border-bottom: solid 1px;
        border-bottom-color: #E1D6C2;
        border-left: solid 1px;
        border-left-color: #E1D6C2;
        border-right: solid 1px;
        border-right-color: #E1D6C2;
        text-align:left;
        padding: 5px 10px;
        
        
}

h3 {position: relative;
    text-align:left;
    font-size: 13px;
    background: #efefef;
    color: #F69;
    line-height: 18px;
    padding: 5px 10px;
    margin: auto;
    max-width: 90%;
    webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 15px;
}

main {
  width: 750px;

}





#area_recruit {
	display: block;
        max-width: 750px;
        margin : 5px auto 

        
}

#area_recruit1 {
	display: block;
        max-width: 750px;
        margin : 5px auto 
        
}

#area_recruit2 {
	display: inline-block;
        
        padding: 10px;
        background: -webkit-gradient(linear, center top, center bottom,from(#ffb8dce6),to(#F9C));
        width: 100px;
        text-align: center;
        border-radius: 10px;
        margin-bottom: 10px;
        margin : 5px auto 
}

#area_recruit3 {
	display: block;
        max-width: 750px;
        margin : 5px auto 

        
}

#area_recruit1 li {
    
    position: relative;
    text-align:left;
    font-size: 13px;
    padding: 3px 20px;
    margin: 5px auto;
    list-style: square;

}

ul { font-size:13px; 
     text-align:left; 
     
     margin: 2px 5px;
}

ul#nav {
  list-style: none;
  overflow: hidden; 
  text-align: center;
  max-width: 750px;
    margin: auto;
}

ul#nav li {
        
        display: inline-block;
        background: -webkit-gradient(linear, center top, center bottom,from(#ffb8dce6),to(#F9C));
        width: 40%;
        text-align: center;
        border-radius: 10px;
        margin-bottom: 10px;
        color: #fff;
        height: 50px;
        line-height: 50px;
        margin-right: 25px;
        
}

#nav li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 20px;
}

#contact_box {
	max-width: 750px;
        
        margin: auto;
         font-size: 13px;
	
}
#contact_box dt span {
	margin-left: 5px;
	color: #fb0303;
}
#contact_box dd p {
	font-size: 13px;
	color: #a1e953;
	line-height: 14px;
}


input[type="text"],
textarea {
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 85%;
    font-size: 13px;
}



input[type="text"]:focus,
texture:focus {
    box-shadow: 0 0 7px #3498db;
    border: 1px solid #3498db;
}

input#submit_button {

    width: 150px;
    height: 50px;
text-align:center;
}

textarea:focus {
 box-shadow: 0 0 7px #3498db;
    border: 1px solid #3498db;
}

fieldset {
border: none;
}

dl {
       max-width: 750px;
}

dt{  
        
  padding-top : 10px;    
  padding-bottom : 10px;
  padding-left : 10px;
  width : 200px;
/* 左寄せ */
  float : left;
/* float解除 */
  clear : both;
}
 
dd{    
  
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  
/* dtの幅分の設定 */

}

@media only screen and (max-device-width : 750px) {
/* スマートフォンだけ以下を適用 */
  	
img { 
 		  max-width:100%;
  	}
  }

#copy {
	
        text-align: center;
        font-size: 13px;  
}

#list {
	
        margin: auto;
        max-width:100%;
}

ul#a {
  
  font: 14px/1.6 'arial narrow', sans-serif;
  list-style: none;
  padding: 0.5em 0.7em;
  border: solid 2px #5c9ee7;
  border-radius: 5px;
}
ul#a li {
  position: relative;
  color: #5c9ee7;
  margin-bottom:5px;
  padding-left:30px;
  line-height: 30px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px dashed #5c9ee7;
}
ul#a li:last-child{
  border:none;
  margin: 0;
}
ul#a li:before { /*疑似要素*/
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  left: 5px;
  font-size: 1.2em;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

ul#a li:hover:before{
  -webkit-transform:scale(1.5);
  transform:scale(1.5);
  background-position: bottom;
  color: red;
}
ul#m {
    border-radius: 5px;
    border: solid 1px #ccc;
    padding: 5px;
    margin: 5px;
}
ul#m li{
    list-style: none;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
    padding-left: 15px;
    border-bottom: solid 1px #ccc;
    position: relative;
}
ul#m li:last-child{
  border:none;
  margin: 0;
}

ul#m li a{
    display:block;  
    
}

ul#m li a:hover { background:#5c9ee78f;
                  color: #fff;
 }  


ul#m li:after {
  display: block;
  content: '';
  position: absolute;
  top: 1.0em;
  right: 1em;
  width: 12px;
  height: 12px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#midasi {	
background: -webkit-gradient(linear,center top,center bottom,from(#5c9ee7),to(#5c9ee785));
border-radius: 10px;
text-align: center;
font-size: 16px;
color: #fff;
height: 50px;
line-height: 50px;
padding: 5px;
margin: 5px;
}
#copy {
	
        text-align: center;
        font-size: 13px;  
}