/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
body {
    color: #526066;
}

h2 {
    background: #0ff;
    text-align: center;
    height: 25px;
    /* vertical-align: 50%; */
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    color: white;
    /* font-weight: 100; */
    text-shadow: 0 1px 1px black;

}

h3 {
    letter-spacing: 0.25em;
    /* font-weight: 300; */
    margin-bottom: 5px;
    margin-top: 5px;
}


h1 {
    /* background: #25b0f5; */
    text-align: center;
    height: 25px;
    width: 100%;
    /*コメントアウト vertical-align: 50%; コメントアウト*/
    margin-bottom: 5px;
    font-size: 20px;
    color: blue;
    /*コメントアウト font-weight: 100; コメントアウト*/
    /* text-shadow: 0 1px 1px black; */

}


p {
    line-height: 1.6em;
}


/*
 * -- Layout Styles --
 */
.l-content {
    margin: 0 auto;
}

.l-box{
    /* border: 1px solid #FF9900; */
    margin: 2px;
}
/*
 * -- MENU STYLES --
 * Make the menu have a very faint box-shadow.
 */
.pure-menu {
    box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
}


/*
 * -- PRICING TABLE WRAPPER --
 * This element wraps up all the pricing table elements
 */
 .main-tables,
 .information {
    max-width: 942px;
    margin: 0 auto;
 }
.main-tables {
    margin-bottom: 1em;
    /* text-align: center; */
}

/*
 * -- PRICING TABLE  --
 * Every pricing table has the .pricing-table class
 */
.pricing-table {
    border: 1px solid #ddd;
    margin: 0 0.5em 2em;
    padding: 0 0 3em;
}

/*
 * -- PRICING TABLE HEADER COLORS --
 * Choose a different color based on the type of pricing table.
 */
.pricing-table-free .pricing-table-header {
    background: #111;
    color: #fff
}

.table-content2 {
    background: #fff;
    margin-left: 20px;
    text-align: left;
    font-size: 1em;
    color: #111;
}

.table-content {
    background: #fff;
    text-align: left;
    font-size: 1em;
    color: #111;
    width: 80%;
}



/*
 * -- PRICING TABLE PRICE --
 * Styles for the price and the corresponding <span>per month</span>
 */
.pricing-table-price {
    font-size: 6em;
    margin: 0.2em 0 0;
    font-weight: 100;
}
    .pricing-table-price span {
        display: block;
        text-transform: uppercase;
        font-size: 0.2em;
        padding-bottom: 2em;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.5);
        *color: #fff;
    }



/*
 * -- PRICING TABLE LIST --
 * Each pricing table has a <ul> which is denoted by the .pricing-table-list class
 */
.jutsu-table-list {
    list-style-type: none;
    margin: 3px;
    padding: 0;
    text-align: left;
}

/* Jutsu Table LIST ELEMENTS  */
.jutsu-hed{
}

/* Result program LIST ElEENTT */
.result_ana{
}

.result_ana_check{
}
/*
 * -- PRICING TABLE LIST ELEMENTS --
 * Styles for the individual list elements within each pricing table
 */
.jutsu-table-list li {
    /* padding: 0.8em 0; */
    background: #f7f7f7;
    border-bottom: 1px solid #fff;
}

.jutsu-table-list img {
    /* padding: 0.8em 0; */
    border: 1px solid #333;
}

.jutsu-category{
    font-weight: 200;
    color:#00f;
 
}
/*
 * -- PRICING TABLE BUTTON --
 * Styles for the "Choose" button at the bottom of a pricing table.
 * This inherits from Pure Button.
 */
.button-choose {
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    border-radius: 2em;
    font-weight: bold;
    position: relative;
    bottom: -1.5em;
}

.information-head {
    color: black;
    font-weight: 500;
}

.middle-bar{
    width: 942px;
    text-align: center;
}

.footer {
    background: #333;
    color: #888;
    height: 40px;
    // width: 942px;
    font-size: 14px;
    vertical-align: 5%;
    text-align: center;
}
    .footer a {
        color: #ddd;
    }



/*
 * -- TABLET MEDIA QUERIES --
 * On tablets, we want to slightly adjust the size of the banner
 * text and add some vertical space between the various pricing tables
 */
@media(min-width: 767px) {

    .banner-head {
        font-size: 4em;
    }
    .pricing-table {
        margin-bottom: 0;
    }

}

/*
 * -- PHONE MEDIA QUERIES --
 * On phones, we want to reduce the height and font-size of the banner further
 */
@media (min-width: 480px) {
    .banner {
        height: 400px;
    }
    .banner-head {
        font-size: 3em;
    }
}
