@charset "UTF-8";

.clearfix:after{
content: " ";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix{
display: inline-block;
}
/*\*/
*html .clearfix{
height: 1%;
}
.clearfix{
display: block;
}

*{
position: relative;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
body,h1,h2,h3,h4,h5,p,ul,li{
list-style: none;
margin: 0px;
padding: 0px;
}
html,body{
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
background: #f3f3f3;
}
a {
color: #000000;
text-decoration: none;
}
#contents h1{
padding: 0px 24px 15px;
font-weight: normal;
font-size: 24px;
line-height: 1.25;
}
.company{
margin: 60px 0px 0px;
}
.company th,.company td{
padding: 12px 24px;
font-size: 14px;
line-height: 1.5;
text-align: left;
vertical-align: top;
}
.company th{
width: 90px;
}
.company td{
width: 672px;
}
.company td a{
color: #34cdd7;
}
.company td a:hover{
color: #000000;
}