/* ----------------------------------------------------------------------------------------
RESET
---------------------------------------------------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li {
    margin: 0;
    padding: 0;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ol, ul {
    list-style-type: none;
}


/* ----------------------------------------------------------------------------------------
BASE
---------------------------------------------------------------------------------------- */
body {
    background-color: #f5f5f5;
    font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
h3 {
    color: #404040;
    font-size: 15px;
}
h4 {
    color: #404040;
    font-size: 13px;
    font-weight: bold;
}
p {
    font-size: 13px;
    line-height: 1.8;
}
ul {
    color: #404040;
    font-size: 13px;
    list-style-type: disc;
}
table {
    font-size: 13px;
    width: 900px;
}
table th {
    width: 200px;
    background-color: #fafafa;
    border: 1px solid #d8d8d8;
    font-weight: normal;
    padding: 20px 25px;
    text-align: left;
}
table td {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    padding: 20px 25px;
    line-height: 1.7;
}
iframe {
    display: block;
    margin: 0 auto 50px;
    width: 900px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.ml15 {
    margin-left: 15px;
}


/* ----------------------------------------------------------------------------------------
STYLE
---------------------------------------------------------------------------------------- */
#containar {
    background-color: #fff;
    margin: 0 auto;
    width: 1200px;
    min-height: 856px;
    -moz-box-shadow: 0px 0px 10px 0px #e5e5e5;
    -webkit-box-shadow: 0px 0px 10px 0px #e5e5e5;
    box-shadow: 0px 0px 10px 0px #e5e5e5;
}
#navi {
    border-right: 1px solid #eee;
    width: 200px;
    min-height: 830px;
    float: left;
}
.cure #navi {
    height: 1675px;
}
.company #navi {
    height: 1249px;
}
.recruit #navi {
    height: 1208px;
}
#contents {
    float: right;
    width: 999px;
}
#inner {
    width: 900px;
    margin: 50px auto 0;
}
#footer {
    background-color: #d5dadf;
    height: 26px;
    text-align: center;
    clear: both;
}
#footer small {
    font-size: 10px;
    line-height: 26px;
}


/*TOP*/
#mainV {
    display: block;
}
.top_cure {
    width: 333px;
    height: 268px;
    float: left;
}
.top_cure p {
    padding-top: 95px;
    width: 260px;
    margin: 0 auto;
}
.top_cure a {
    margin: 25px 0 0 38px;
    display: block;
}
#top_cure01 {
    background: url(../img/top/top_cure01_bg.jpg) no-repeat 0 0;
}
#top_cure02 {
    background: url(../img/top/top_cure02_bg.jpg) no-repeat 0 0;
}
#top_cure03 {
    background: url(../img/top/top_cure03_bg.jpg) no-repeat 0 0;
}


/*CURE*/
.cure_box {
    margin-bottom: 50px;
}
.cure .box01 {
    background-color: #edf7ff;
    padding: 25px;
    overflow: hidden;
    position: relative;
}
.cure .box01 ul,
.cure .box03 ul {
    float: left;
    margin-right: 70px;
    line-height: 2;
}
.cure .box02 {
    background-color: #dcecfa;
    padding: 25px;
    overflow: hidden;
}
.cure .box03,
.recruit .box03 {
    background-color: #fff;
    border: 1px solid #0781e2;
    padding: 25px;
    overflow: hidden;
}
.cure03_item {
    height: 70px;
    margin-bottom: 20px;
}
#cure02_pic,
#cure03_pic {
    position: absolute;
    top: 30px;
    right: 30px;
}