@charset "utf-8";
@import url('contents.css');
@import url('site.css');

/*Chromeバグ対応ここから*/
.head_navi ul li {
width:410px;
}
.head_navi li+li {
width:260px;
}
.head_navi li+li+li {
width:145px;
}
/*Chromeバグ対応ここまで*/

.price .text-A{
padding: 1em 1em 2em;
}

body {
color:#504d4d !important;
}

h3.ttl {
font-family:none;
}

.profile_table table tr td {
vertical-align:top;
padding:10px;
}

 .company table tr th,
 .company table tr td {
font-size:14px;
}
img{
max-width:100%;
}
.infolist ul li h3 a:hover{
text-decoration:underline;
}