@charset "utf-8";
/* CSS Document */
#pump_index {
    margin: 20px auto 0;
    overflow: hidden;
}
.img_title {
    background: url(../img/pump_index_image.png) top left no-repeat;
    background-size: cover;
}
.img_title p{
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}
.title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 6px 12px 6px 6px;
    color: #3954a4;
}
#pump_index .bg .imgbox01 {
    float: left;
    margin-bottom: 8px;
    position: relative;
}
#pump_index .bg .imgbox02 {
    float: left;
    margin-bottom: 8px;
    position: relative;
}
#pump_index .bg .imgbox02:after {
    content: "";
    display: block;
    clear: both;
}
#pump_index .bg .imgbox03 {
    float: left;
    position: relative;
}
#pump_index .bg {
    border: 1px solid #3954a4;
    padding: 10px;
    overflow: hidden;
}
.bg li {
    text-shadow: 0 -1px 1px #FFF,-1px 0 1px #FFF,1px 0 1px #FFF,0 1px 1px #FFF;
    line-height: 2em;
}
#pump_index .bg .imgbox01 ul,
#pump_index .bg .imgbox02 ul {
    position: absolute;
}
#pump_index .bg .imgbox03 ul {
    position: absolute;
}
.pump_a {
    color: #3954a4;
    font-weight: bold;
}
.pump_b {
    background: url(../img/nav_line.gif) no-repeat left top;
    padding:0 0 0 16px;
}
#pump_index a {
    border-bottom:dotted 1px #0000ff;
    color: #3954a4;
    font-weight: bold;
}
#pump_index a:hover {
    color: #F90;
}
.shadow{
text-shadow: 2px 2px 2px #FFF;
}
#pump_index .bg-sp {
    display: none;
}
/* ########### 599px以下 ########### */
@media only screen and (max-width: 599px) {
#content .bg-sp {
    display: block;
}
#content .bg {
    display: none;
}
.bg-sp h4 {
    font-size: 16px;
    padding: 4px 6px;
    margin-bottom: 8px;
}
.bg-sp ul {
    line-height: 1.8em;
}
.imgbox-sp {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #3954a4;
    padding: 10px;
    overflow: hidden;
}
}
/* ########### 767px以下 ########### */
@media (max-width: 767px) {
#pump_index {
    width: 100%;
}
.title {
    width: 100%;
}
#pump_index .bg .imgbox01 {
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
}
#pump_index .bg .imgbox02 {
    width: 49%;
    margin-left: 0;
    margin-right: 0;
}
#pump_index .bg .imgbox03 {
    width: 100%;
}
#pump_index .bg .imgbox01 ul,
#pump_index .bg .imgbox02 ul {
    width:89%;
    top: 27%;
    left: 7%;
}
#pump_index .bg .imgbox03 ul {
    width: 89%;
    top: 39%;
    left: 3%;
}
.bg li {
    line-height: 1.6em;
}
}

/* ########### 768px-767px ########### */
@media (max-width: 768px and min-width: 767px) {
.bg li {
    line-height: 2em;
}
}

/* ########### 769px以上 ########### */
@media (min-width: 769px) {
#pump_index {
    width: 710px;
}
#pump_index .bg .imgbox01 {
    width: 340px;
    height: 273px;
    margin-right: 8px;
}
#pump_index .bg .imgbox02 {
    width: 340px;
    height: 273px;
}
#pump_index .bg .imgbox01 ul,
#pump_index .bg .imgbox02 ul {
    top: 80px;
    left: 25px;
}
#pump_index .bg .imgbox03 {
    width: 690px;
    height: 153px;
}
#pump_index .bg .imgbox03 ul {
    top: 60px;
    left: 25px;
}
.title {
    width: 710px;
}
#pump_index .bg {
    height: 453px;
    width: 710px;
}
}
