@charset "UTF-8";

/* ---------------------------------------------------
   File: fitness_junior.css
   Version: 1.0.0
   Update: 2017-12-06
   Author: http://flowlab.co.jp

   (c)2007-2017 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */


/* ===========================================================================

    PC 

=========================================================================== */

/* ===================================================
    Local Navigation
=================================================== */
#lnavi li:nth-child(7) a {
    text-decoration: none;
    color: #454545;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

/* ===================================================
    Pickup Information
=================================================== */
.redIcon {
    margin-bottom: 0;
}


/* ===================================================
    Common Style
=================================================== */
/* -------------------------
  Title
------------------------- */
h2 .txt_s {
    display: block;
    margin: 0;
    padding: 0;
}

/* -------------------------
  Text
------------------------- */
.text {
    width: 900px;
    margin: 20px auto;
}

.helfphoto .text {
    width: 600px;
}

/* -------------------------
  Photo
------------------------- */
.photo {}

.helfphoto {
    padding-bottom: 0;
    margin: 0 auto;
}

/* -------------------------
  Table
------------------------- */
.content table {
    width: 900px;
    line-height: 1.6em;
    margin: 0 auto;
}

.content table td {
    text-align: center;
}

.content table .txt_s {
    font-size: 0.8em;
    line-height: 1.4em;
    display: block;
    padding: 0;
}

.helfphoto table {
    width: 600px;
}

.helfphoto table th {
    width: 180px;
}

.helfphoto table td {
    text-align: left;
}


/* ===========================================================================

    TABLET - LARGE
		
=========================================================================== */
@media screen and (min-width: 992px) and (max-width: 1199px) {}




/* ===========================================================================

	TABLET
		
=========================================================================== */
@media screen and (min-width: 768px) and (max-width: 991px) {}




/* ===========================================================================

	SMART PHONE

=========================================================================== */
@media screen and (max-width: 767px) {


    main .content {
        padding: 140px 0 70px;
        margin-top: -70px;
    }




    /* ===================================================
    Local Navigation
=================================================== */
    #lnavi li:nth-child(7) a {
        text-decoration: none;
        color: #fff;
        background: #7c7c7c;
        border-radius: 0;
        /* CSS3 */
        -webkit-border-radius: 0;
        /* Safari,Chrome */
        -moz-border-radius: 0;
        /* Firefox */
    }

    /* ===================================================
    Common Style
=================================================== */
    /* -------------------------
  Text
------------------------- */
    .text {
        width: 100%;
        margin: 20px auto;
    }

    .helfphoto .text {
        width: 100%;
    }

    /* -------------------------
  Photo
------------------------- */
    .photo img {
        width: 100%;
        height: auto;
    }

    /* -------------------------
  Table
------------------------- */
    .content table {
        width: 100%;
        margin: 0 auto;
        font-size: 0.9em;
    }

    .content table th {
        width: 40%;
        vertical-align: middle;
    }

    .content table td {
        text-align: left;
    }

    .helfphoto table {
        width: 100%;
    }

    .helfphoto table th {
        width: 30%;
        vertical-align: middle;
    }

}



/* 20200406追加
---------------------------------------------- */
.bn_pageContents li:nth-child(4) {
    margin-left: 340px;
}