/*--------------------------------*/
/*-----ダイエットテンプレート-----*/
/*--------------------------------*/

html {
	font-size: 62.5%;
}

body {
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ ProN W3',HiraKakuProN-W3;
    margin: 0px !important;
    text-align: center !important;
    font-size: 160% !important;
    height: 100% !important;
}

.container {
    width: 540px;
    margin: 0px auto;
}

.diet_container {
    color: black;
    background-color: white !important;
}

.back {
    font-size: 160%;
}

.diet_headline {
    width: 540px;
    font-size: 1.8rem;
    background-color: white;
    text-align: center;
    color: black;
    margin: 15px 0px 20px 0px;
    -webkit-text-size-adjust: 75%;
    line-height: 135%;
}

.diet-button {
    display: inline-block;
    color: white;
    width: 180px;
    height: 60px;
    line-height: 60px;
    margin: 0px 0px 10px 10px;
    background-color: #1f889e;
    font-size: 24px;
    text-align: center;
}

.diet-button-dummy {
    display: inline-block;
    color: white;
    width: 180px;
    height: 60px;
    line-height: 60px;
    margin: 0px 0px 10px 10px;
    background-color: rgba(31, 136, 158, 0.5);
    font-size: 24px;
    text-align: center;
}

.diet-button a {
    text-decoration: none;
}

.diet_error_message {
    margin: 0px 10px;
    text-align: center;
    color: red;
    font-weight: bold;
    -webkit-text-size-adjust: 75%;
}

.diet_six_pack {
    width: 530px;
    margin: 28px 0px 30px 10px;
    text-align: left;
}

.diet_six_pack .content {
    vertical-align: top;
    position: relative;
    display: inline-block;
    width: 255px;
    height: 265px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 2.8rem;
    margin: 0px 5px 32px 0px;
    line-height: 110%;
}

.diet_six_pack .content a {
    color: black;
    text-decoration: none;
}

.diet_six_pack p {
    margin: 10px 5px;
}

.diet_six_pack .content .secret {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 255px;
   height: 265px;
   background-color: rgba(0, 0, 0, 0.5);
}

.diet_six_pack .content .lastday {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 129px;
   height: 139px;
   line-height: 74px;
   font-size: 64px; font-size: 6.4rem;
   font-weight: bold;
   color: white;
   background-color: rgba(0, 0, 0, 0);
   border: 4px solid #ed6742;
   padding: 59px;
}

.diet_six_pack .content .thumbnail {
    width: 255px;
    height: 191px;
    margin: 0px;
}

.diet_six_pack .content .thumbnail img {
    width: 255px;
    height: 191px;
    margin: 0px;
}

.diet_six_pack .content .days {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 27px;
    color: white;
    text-align: right;
    padding-top: 3px;
    padding-right: 10px;
    background-color: #ed6742;
    font-size: 1.8rem;
}

.diet_six_pack .content .category {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 255px;
    height: 27px;
    color: white;
    padding-top: 3px;
    padding-left: 10px;
    background-color: #ed6742;
    font-size: 1.8rem;
}

.diet_six_pack .content .like_count {
    position: absolute;
    bottom: 79px;
    right: 5px;
    width: 60px;
    height: 27px;
    color: #fe51aa;
    text-align: right;
    padding-top: 3px;
    padding-right: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 2rem;
}

.diet_progress_view {
    position: relative;
}

.diet_progress_view .now_weight {
    position: absolute;
    top: 105px;
    left: 395px;
    width: 55px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    color: #1d889c;
    font-size: 36px;
}

.diet_progress_view .target_weight {
    position: absolute;
    top: 105px;
    left: 134px;
    width: 55px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    color: #1d889c;
    font-size: 36px;
}

.diet_progress_view .weight_diff {
    position: absolute;
    top: 182px;
    left: 262px;
    width: 40px;
    height: 50px;
    line-height: 50px;
    text-align: right;
    color: #1d889c;
    font-size: 48px;
}

.boxing_content {
    margin: 18px auto 25px auto
}

.boxing_content_banner {
    width: 520px;
    text-align: center;
    margin: 0px 10px 0px 10px;
    padding-bottom: 20px;
}

.boxing_content_banner p {
    font-size: 20px;
    margin: 16px auto 0px auto;
}

.diet_category {
    background-color: #313131;
    width: 540px;
    margin: 0px;
    padding: 32px 0px 64px 0px;
}

.diet_category .category_title {
    color: white;
    text-align: center;
    font-size: 28px;
    margin: 0px 0px 40px 0px;
}

.diet_category .category_menu {
    display: inline-block;
    width: 255px;
    height: 60px;
    line-height: 60px;
    margin: 0px 0px 10px 10px;
    color: white;
    background-color: #1f889e;
    font-size: 24px;
    text-align: center;
}

.diet_category a {
    color: white;
    text-decoration: none;
}

.diet_copyright {
    background-color: #313131;
    text-align: center;
    padding: 48px 0px 20px 0px;
    color: #6c6c6c;
}

.diet_weight_input {
    position: relative;
    margin: 0px;
    padding: 0px;
}

.diet_weight_input input[type="text"] {
    outline: 0;
    border: 0px;
    background: transparent;
    font-size: 24px;
    font-weight: bold;
    width: 300px;
    height: 31px;
    text-align: right;
}

.diet_weight_input #now_weight {
    position: absolute;
    left: 191px;
    top: 108px;
}

.diet_weight_input #target_weight {
    position: absolute;
    left: 191px;
    top: 170px;
}

.diet_weight_input .weight_submit_button {
    position: absolute;
    left: 183px;
    top: 242px;
    width: 174px;
    height: 39px;
}

.diet_detail_main {
    position: relative;
    width: 540px;
    height: 405px;
}

.diet_news_detail_main {
    position: relative;
    width: 540px;
    height: 227px;
}

.diet_detail_main .diet_category, .diet_news_detail_main .diet_category {
    position: absolute;
    left: 10px;
    bottom: 0px;
    width: 500px;
    height: 30px;
    background-color: white;
    padding: 20px 0px 10px 20px;
}

.diet_detail_main .diet_category span, .diet_news_detail_main .diet_category span {
    background-color: #fa0200;
    color: white;
    font-weight: bold;
    padding: 3px 6px;
    margin-right: 20px;
}

.diet_news_title {
    font-size: 34px;
    font-weight: bold;
    margin: 2px 24px 30px 24px;
}

.diet_news_content {
    margin: 0px 10px;
    color: #363636;
    -webkit-text-size-adjust: 100%;
}

.diet_news_content .thumbnail {
    margin-bottom: 15px;
}

.diet_news_sub_title {
    margin: 40px 10px 30px 13px;
    padding-left: 10px;
    font-size: 24px;
    font-weight: bold;
    color: black;
    border-left: 8px solid #1e889e;
}

.diet_like_button {
    position: relative;
    margin: 40px 0px 60px 10px;
}

.diet_like_button span {
    position: absolute;
    top: 4px;
    left: 155px;
    width: 79px;
    height: 35px;
    line-height: 38px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #fa51aa;
}

.diet_weight_regist_button {
	position: relative;
    text-align: center;
    width: 520px;
    height: 250px;
    margin: 0px 10px 60px 10px;
}

.diet_weight_progress_input {
    margin: 0px;
    padding: 0px;
}

.diet_weight_regist_button input[type="text"] {
    position: absolute;
    top: 101px;
    left: 173px;
    outline: 0;
    border: 0px;
    background: transparent;
    font-size: 24px;
    font-weight: bold;
    width: 300px;
    height: 42px;
    text-align: right;
}

.diet_weight_regist_button .submit_button {
    position: absolute;
    top: 179px;
    left: 170px;
    width: 180px;
    height: 45px;
    background: transpalent;
}

.present_movie {
    text-align: center;
    margin-bottom: 40px;
}
