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

/* こんなとこまで見ちゃいやん！ */


/* clear */
body,form,fieldset {
margin:0;
padding:0;
}
fieldset {
border:none;
}
h1,h2,h3,h4,h5,h6,p,
ul,li,dl,dt,dd {
margin:0;
padding:0;
}
body {
font-size: small;
font-family:"Courier New", Courier, mono,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
line-height: 1.5;
text-align: left;
font-size:80%;
}
html>body {
font-size: 83%;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
ul,li{
list-style:none;
}
a{
margin:0;
padding:0;
}
img{
border:none;
margin:0;
padding:0;
vertical-align:bottom;
}
.clr{
clear:both;
}



/* contents index */

body{
margin:0 auto;
width:700px;
text-align:center;
}

nav{
margin:0 auto;
width:700px;
text-align:center;
}
nav a{
color:#000000;
display:inline-block;
margin-right:10px;
} 
nav a:hover{
color:#40f986;
background:#f1f1f1;
} 

.cnts{
margin-top:20px;
height:500px;
}

/* contents canko */
#canko{
margin:0 auto;
width:700px;
text-align:left;
}

#canko .cnts{
margin-top:20px;
height:auto;
/*border:#f1f1f1 1px solid;*/
padding:40px 40px 20px;
margin-bottom:20px;
}
.cnts:after{
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}
.cnts{
display:inline-block;
}
* html .cnts{
height:1px;
}
.cnts{
display:block;
}

#canko .cnts span{
display:inline-block;
width:30px;
}
#canko .cnts p{
clear:both;
padding:10px 0;
}
#canko .cnts img{
margin-bottom:20px;
}
#canko .cnts ul{
float:left;
display:inline;
margin-right:20px;
padding-left:30px;
margin-bottom:20px;
}
#canko .cnts ul.job{
color:#CCCCCC;
font-size:80%;
}
#canko .cnts ul a{
color:#000000;
}
#canko .cnts ul a:hover{
color:#40f986;
background:#f1f1f1;
}
#canko .cnts ul.f{
float:left;
display:inline;
margin-right:20px;
padding-left:30px;
}
#canko .cnts ul.f a{
color:#000000;
}
#canko .cnts ul.f a:hover{
color:#40f986;
background:#f1f1f1;
}
#canko .cnts ul.f li{
float:left;
display:inline;
margin-right:20px;
}


::-moz-selection { color: #fff;  background: #adff2f; }
::selection      { color: #fff;  background: #adff2f; } 
