@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/FontAwesome.ttf');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background: #f3f3f3;
    font-family: "Meiryo", sans-serif;
}

a {
    text-decoration: none;
    color: #253B73;
}

ul,
li {
    list-style: none;
}

.block {
    display: block;
}

.bold {
    font-weight: bold;
}

.required_mark {
    color: #E00;
}

.required_mark:after {
    content: "*";
}

img:hover {
    opacity: 0.7;
}

.no-opacity:hover {
    opacity: 1.0;
}

.clear {
    clear: both;
    height: 1px;
    width: 1px;
    font-size: 1px;
    visibility: hidden;
}

.clearfix {
    clear: both;
}

.clearover {
    overflow: hidden;
}

.underline {
    text-decoration: underline;
}

.text-center {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.mgclear {
    margin: 0;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin: 20px 0 0;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin: 0 0 20px;
}

.hidden {
    display: none;
}

.pb6 {
    padding-bottom: 6px;
}

.bdr {
    border-radius: 6px;
}

.font-small {
    font-size: 14px;
}

.gray {
    color: #7d7d7d;
}

.light-gray {
    color: #666;
}

.red {
    color: red;
}

.top-radius {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.bottom-radius {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

label.error {
    color: red;
}

textarea:focus,
input:focus,
select:focus,
a:focus {
    outline: none;
}

a.press {
    text-decoration: none;
}

a.press:active img:first-of-type {
    display: none;
}

a.press img:last-of-type {
    display: none;
}

a.press:active img:last-of-type {
    display: inline;
}

.radius8 {
    border-radius: 8px;
}


/* header */

header {
    /*position: fixed;*/
    z-index: 90000;
    width: 100%;
    background: #1A6DFA;
}

header + *:before {
    /*content: ".";*/
    height: 60px;
    display: block;
}

header #main-navigation-group {
    width: 1024px;
    height: 70px;
    margin: 0 auto;
}

header h1 {
    display: inline-block;
}

header h1 a {
    outline: none;
}

header h1 img {
    height: 54px;
    margin: 10px 0 0 0;
    vertical-align: top;
}

header a.tab-header {
    display: inline-block;
    padding: 18px 30px;
    border-radius: 6px 6px 0 0;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 5px;
    outline: none;
}

header a.tab-header.active {
    background-color: #2d2d2d;
    color: white;
}

header nav#user-navigation {
    float: right;
    margin: 23px 0 0 20px;
    letter-spacing: 3px;
    text-align: right;
}

header nav#user-navigation-login {
    float: right;
    margin: 15px 0 0 20px;
    letter-spacing: 3px;
    text-align: right;
}

header nav#user-navigation-login p {
    color: #fff;
    padding: 0;
    letter-spacing: 1px;
    font-size: 13px;
}

header nav#user-navigation a {
    display: inline-block;
    color: #2b2b2b;
    background: #eeeeee;
    border-radius: 4px;
    padding: 4px 18px 3px;
    font-size: 70%;
    letter-spacing: 0;
    font-weight: bold;
}

header nav#user-navigation a:hover {
    background: #d6d6d6;
}

header nav#header-navigation {
    background-color: #2d2d2d;
    clear: both;
}

header nav#header-navigation ul {
    display: none;
    width: 1000px;
    margin: 0 auto;
    padding-left: 230px;
}

header nav#header-navigation ul li {
    display: inline-block;
    border-bottom: 3px none #ff7900;
}

header nav#header-navigation ul li.active {
    border-bottom-style: solid;
}

header nav#header-navigation ul a {
    color: white;
    height: 20px;
    padding: 13px 20px 10px;
    display: block;
    outline: none;
    font-size: 14px;
}

header nav#header-navigation ul.active {
    display: block;
}

.menu ul li ul.user-menu li.main {
    height: 5px;
    background: transparent;
}

.user-menu li.main div {
    padding: 0;
    margin-right: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #ffffff transparent;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}


/* carousel banner */

#main-banner {
    margin: 14px 0;
}

.slick-slide img
{
    padding: 10px 5px;
    border-radius: 30px;
}

#main-banner a img:hover {
    opacity: 0.7;
}

#main-banner .slick-prev {
    z-index: 10000;
}

#main-banner .slick-next {
    z-index: 10000;
}

#balloon {
    position: absolute;
    top: 70px;
    z-index: 2;
}


.slider {
    overflow: visible;
    width: 1024px;
    margin: 0 auto;
}

.slider .slick-list {
    overflow: visible;
}

.slider .my-slick-prev, .slider .my-slick-next {
    position: absolute;
    z-index: 1001;
    top: 50%;
    display: block;
    width: 30px;
    height: 34px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}

.slider .my-slick-prev {
    left: 0px;
}

.slider .my-slick-next {
    right: 0px;
}

.slider img {
    display: none;
}

.slider .slick-list img {
    display: block;
}

.slider-wrapper {
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}

.slider .slick-dots {
    bottom: -30px;
}

/*news_single*/

#news_single {
    margin: 30px auto 0;
}

#news_single div {
    background: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    box-shadow: 0px 5px 1px 0px rgba(208, 208, 208, 1.0);
}

#news_single p {
    display: inline-block;
    color: #2d2d2d;
    background: #FFC600;
    border-radius: 4px;
    font-size: 12px;
    padding: 4px 15px;
    margin: 0 30px 0 0;
}

#news_single a {
    font-size: 14px;
    color: #000;
}

#news_single .right {
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #253b73;
}


/* contents */

#contents {
    width: 1024px;
    margin: 0 auto;
}

#contents h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 28px;
    color: #253B73;
    font-weight: bold;
}

#contents h3 a,
.daily_header a {
    float: right;
    font-size: 16px;
    margin: 10px 0 0 0;
    color: #2d2d2d;
    font-weight: normal;
}


/* comic thumbnail */

.thumbnail {
    margin: 0 0 6px 2px;
    float: right;
    position: relative;
}

.thumbnail a {
    display: block;
}

.thumbnail_main {
    margin: 0 0 8px 1%;
    float: right;
    position: relative;
    width: 330px;
    height: 166px;
}

.thumbnail_small img {
    width: 250px;
    height: 170px;
    vertical-align: middle;
    border-radius: 8px;
    border: 1px solid #c8c8c8;
    box-sizing: border-box;
}

.thumbnail img {
    width: 334px;
    vertical-align: middle;
    border-radius: 8px;
}

.thumbnail_three img {
    width: 390px;
    height: 220px;
}

.thumbnail.large {
    float: left;
}

.thumbnail.large img {
    width: 682px;
    height: 346px;
}

.main_img {
    border: 1px solid #bebebe;
    box-sizing: border-box;
}

.thumbnail .label {
    background: rgba(0, 0, 0, 0.5);
    width: 96%;
    position: absolute;
    color: white;
    top: 0;
    left: 0;
    padding: 8px 2%;
    font-size: 12px;
}

.thumbnail .title {
    background: rgba(255, 255, 255, 0.65);
    width: 332px;
    position: absolute;
    color: #2d2d2d;
    left: 1px;
    bottom: 1px;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    box-sizing: border-box;
}

.thumbnail .description {
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    margin-bottom: -2px;
}

.thumbnail.large {
    width: 680px;
    margin: 0 0 8px 0;
}

.thumbnail.large .title {
    padding: 2px 8px;
    font-size: 18px;
    width: 680px;
}

#daily {
    margin: 50px 0 0 0;
}

.daily_header {
    margin: 30px 0 10px;
}

.daily_header span {
    font-size: 24px;
    color: #fff;
    background: #253B73;
    border-radius: 6px;
    padding: 4px 8px 0;
    font-weight: bold;
}

#daily h3 {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    padding: 10px 0 0 12px;
}

#daily .thumbnail.large .title {
    padding: 4px 14px;
    font-size: 18px;
    width: 480px;
}

#daily .thumbnail {
    float: left;
}

#daily .middle img {
    width: 508px;
}

#daily .middle .title {
    background: rgba(255, 255, 255, 0.65);
    width: 506px;
    position: absolute;
    color: #2d2d2d;
    left: 1px;
    bottom: 1px;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: bold;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    box-sizing: border-box;
}

#daily .small .title {
    background: rgba(255, 255, 255, 0.65);
    width: 248px;
    position: absolute;
    color: #2d2d2d;
    left: 1px;
    bottom: 1px;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: bold;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    box-sizing: border-box;
}

.title .title_name {
    margin-bottom: -4px;
}

#daily .small img {
    width: 250px;
}

.left_thumb {
    margin: 0 0 6px 0;
}

.right_thumb {
    margin: 0 6px 6px 2px;
}

#daily .center {
    margin: 0 6px 0 8px;
}

#daily .center_next {
    margin: 0 6px 0 0;
}

.thumbnail img.crown {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 0;
    top: 0;
    opacity: 80%;
}

.thumbnail.large img.crown {
    width: 70px;
    height: 70px;
}

.thumbnail img.crown {
    width: 50px;
    height: 50px;
    margin: 3px;
}

#daily .middle img.new,
#daily .small img.new {
    width: 50px;
    position: absolute;
    top: 3px;
    left: 3px;
}

.middle {
    margin: 0 0 6px 0;
}


/*event*/

#event {
    margin: 60px 0 0 0;
}

#event img {
    border-radius: 8px;
}

#event ul {
    width: 100%;
    display: table;
    margin-top: 4px;
}

#event ul a {
    display: table-cell;
}

#event li img {
    width: 98%;
}

#event .event_second {
    margin: 0 2% 0 0
}

#event .event_third {
    margin: 0 1%;
}

#event .event_fourth {
    margin: 0 0 0 2%;
}


/* footer */

footer {
    margin: 50px 0 0 0;
}

#footer_first {
    background: #e1e1e1;
    height: 262px;
}

#footer_first img {
    width: 1024px;
    margin: 0 auto;
    display: block;
}

#store_btn_area {
    width: 320px;
    margin: -68px auto 0;
    position: relative;
    z-index: 2;
}

#footer_first .store_btn {
    width: 150px;
}

#footer_second {
    background: #1A6DFA;
    padding: 15px 0 50px;
}

#footer_second p {
    color: #fff;
    font-size: 12px;
}

#footer_second a {
    color: #fff;
    font-size: 12px;
    display: inline-block;
}

footer li {
    border-left: 1px solid #fff;
    padding-left: 8px;
    margin-left: 2px;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}


/* title */

#breadcrumb {
    font-size: 12px;
    margin: 30px auto 5px;
}

#breadcrumb a {
    color: #2b2b2b;
}

#breadcrumb a:hover {
    text-decoration: underline;
}

#breadcrumb p {
    display: inline;
}

div#title-banner {
    text-align: center;
}

#title-banner img {
    width: 1024px;
    vertical-align: middle;
    border-radius: 8px;
    border: 1px solid #c8c8c8;
    box-sizing: border-box;
}

#title {
    margin: 26px auto 0;
}


/*#title > div {
width: 1024px;
margin: 0 auto;
display: -webkit-flex;
display: flex;
padding: 40px 0;
}*/

#title_info {
    width: 70%;
}

#title #title-description h2 {
    font-size: 34px;
    color: #253B73;
    font-weight: bold;
    line-height: 1.3;
}

#title #title-description {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 0 30px 0 0;
}

#title #title-description p {
    margin-top: 0px;
    color: #2d2d2d;
    font-size: 14px;
}

#title #title-description p.update_head {
    font-size: 24px;
    color: #fff;
    background: #253B73;
    border-radius: 6px;
    padding: 4px 8px 0;
    margin: 0 10px 0 0;
    font-weight: bold;
}

#title #title-description p.update {
    color:#253B73;
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    padding: 8px 0 0 12px;
}

#title ul#title-share,
#title ul#title-menu {
    margin: 16px 0 0 0;
    list-style: none;
}

#title ul#title-share {
    margin-bottom: 10px;
}

#title ul#title-share li,
#title ul#title-menu li {
    display: inline-block;
}

#title ul#title-share li {
    margin-left: 2px;
}

#title ul#title-menu li {
    margin-left: 5px;
}

#title #title-share img {
    height: 40px;
}

#title #title-menu a {
    color: #2b2b2b;
    background: #FFC600;
    border: 1px solid #fdb32c;
    display: block;
    padding: 13px 8px 11px;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    width: 145px;
    font-weight: bold;
}

#title #title-menu a:hover {
    background: #fdb32c;
}

#title #title-menu a.removed_favorite {
    color: #2b2b2b;
    background: #fff;
}

#title #title-menu a.added_favorite {
    background: #ff7900;
    color: #fff;
}

#title-menu span {
    vertical-align: middle;
}

.titleinfo_btn_icon {
    width: 20px;
    float: left;
}

#comment_area {
    width: 280px;
}

#comment_area img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    vertical-align: middle;
}

#comment_area li {
    background: #fff;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    padding: 18px;
    width: 100%;
    box-sizing: border-box;
}

#comment_area li:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#comment_area p {
    font-size: 14px;
    color: #000;
    margin: 0 0 6px 0;
    word-break: break-all;
}

#comment_area span {
    font-size: 12px;
    color: #2d2d2d;
    word-break: break-all;
    word-wrap: break-word;
    color: #666;
    display: block;
    line-height: 1.6;
}

#comment-area .report {
    font-size: 12px;
    color: #cdcdcd;
    float: right;
    margin: -10px 0 10px;
}


/* list */

.chapter-list {
    padding: 40px 0 20px;
}

.chapter-list li {
    padding: 5px 30px 5px 5px;
}

.chapter_bg {
    background: #fff;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.chapter_bg:last-child {
    border-bottom: 1px solid #aaa;
}

.chapter_bg_ranking {
    background: #eaeaea;
}

.chapter {
    position: relative;
}

.chapter-list a {
    display: block;
}

.chapter-list a:hover {
    text-decoration: underline;
    color: #2d2d2d;
}

.chapter-list img {
    width: 124px;
    height: 90px;
    border-radius: 8px;
}

.chapter-list img.new {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.chapter-cell {
    width: 460px;
}

.chapter-number {
    margin: 16px 0 0 4px;
    color: #2d2d2d;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.chapter_name {
    color: #2d2d2d;
    font-size: 20px;
    margin: 0 0 0 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.date {
    color: gray;
    font-size: 14px;
    margin-top: 24px;
    text-align: right;
}

.like {
    color: #ff7920;
    font-size: 12px;
}

.chapter-list img.like_icon {
    width: 16px;
    height: 16px;
    padding-right: 5px;
}

.title-like {
    color: #ff7920;
    font-size: 18px;
}
.title-like-icon {
    width: 24px;
    height: 24px;
    padding-right: 7.5px;
}

.topranking .chapter-list {
    padding: 0;
}

.topranking .chapter-list .title {
    width: 500px;
}

.topranking .title {
    width: 500px;
}

.topranking .chapter-list .date {
    margin-top: 0;
}

.title-list .title {
    font-weight: bold;
    font-size: 120%;
    margin: 10px 0;
}

.title-list .author,
.title-list .description {
    color: gray;
}

.title-list .author {
    margin-bottom: 10px;
    font-size: 80%;
}

.title-list .description {
    font-size: 90%;
}

#title #title-description p.title_author {
    font-size: 14px;
    margin: 10px 0 34px 0;
    color: #666;
}


/*index.php > footer_event*/

#footer_event {
    margin: 60px 0 0;
}

#footer_event a {
    float: left;
}

.center {
    margin: 0 8px;
}

.center_next {
    margin: 0 8px 0 0;
}

#footer_event img {
    border-radius: 8px;
    width: 250px;
}


/* ranking */

#ranking h2 {
    margin: 16px 0;
    font-weight: bold;
    font-size: 28px;
    color: #253b73;
}

#higher_rank li {
    margin: 0 0 30px 0;
}

#higher_rank li a {
    display: block;
    position: relative;
    color: #2d2d2d;
}

#higher_rank .main_img {
    width: 334px;
    height: 170px;
    border-radius: 8px;
}

.icon_ranking {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 50px;
    z-index: 2;
}

#higher_rank .detail {
    width: 664px;
}

#higher_rank h3 {
    font-size: 24px;
}

#higher_rank .title_explanation {
    width: 100%;
    font-size: 12px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ranking_comment {
    background: #fff;
    position: absolute;
    bottom: 0;
    border-radius: 8px;
    border: 1px solid #939393;
    height: 100px;
    width: 664px;
}

.ranking_comment img {
    border-top-left-radius: 7px;
    width: 125px;
    margin: -1px 0 0 -1px;
}

.ranking_comment p {
    font-size: 12px;
    padding: 0 6px;
    margin: 0 0 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ranking_comment span {
    font-size: 12px;
    color: #666;
    display: block;
    padding: 0 6px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
}

@-moz-document url-prefix() {
    .ranking_comment span {
        white-space: nowrap;
    }
}

#ranking .chapter-number {
    margin: 30px 24px 0 30px;
    width: 50px;
}

#ranking .chapter_name {
    margin: 30px 0 0;
    width: 640px;
}


/*login*/

#login h1 {
    font-size: 22px;
    color: #404040;
}

#login a {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
}

#no-user a {
    margin: 10px 0 0 0;
}

#agreement {
    text-align: center;
    margin-top: 60px;
}

#register {
    width: 90%;
    margin: 0 auto;
}

#register a {
    text-decoration: underline;
}

#register tr {
    border-bottom: 1px solid #c6c6c6;
}

#login a:hover,
#register a:hover {
    text-decoration: underline;
}

#login input[type="submit"],
#register input[type="submit"],
#mypage input[type="submit"] {
    cursor: pointer;
    padding: 12px 47px;
    background: #FFC600;
    border: 1px solid #fdb32c;
    color: #2d2d2d;
    font-size: 16px;
    border-radius: 8px;
    margin: 55px 0 22px;
    font-weight: bold;
    width: auto;
}

#mypage input[type="submit"].mgclear {
    margin: 0;
}

#login input[type="submit"]:hover {
    background-color: #fdb32c;
}

#register input[type="text"],
#register input[type="password"],
#register input[type="email"],
#register select,
#register input[type="file"],
#mypage input[type="password"],
input[type="email"],
input[type="text"] {
    width: 80%;
    padding: 5px 10px 7px;
    margin: 10px 0;
    font-size: 16px;
    background: #fff;
    -webkit-appearance: none;
    box-shadow: none;
    border: 1px solid #c6c6c6;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#register input[type="submit"][disabled] {
    background: #ccc;
    border: 1px solid #ccc;
    cursor: default;
}

#register select {
    width: 150px;
    font-size: 16px;
    background: #fff;
    -webkit-appearance: none;
    box-shadow: none;
    border: 1px solid #c6c6c6;
    float: left;
    margin: 5px 10px 5px 0;
}

#register .border {
    border: none;
}

#register input[type="file"] {
    border: none;
    background: #fff;
}

#register table {
    width: 100%;
}

#register th {
    width: 35%;
    padding: 30px 0 30px 30px;
}

#register .input_pass {
    margin: 10px 0 3px;
}

#register input[type="radio"] {
    margin: 0 10px 0 0;
}

#register input[type="radio"].right-radio {
    margin: 0 10px 0 30px;
}

#register input[type="checkbox"] {
    margin-right: 10px;
    border: 1px solid #2d2d2d;
    width: 14px;
    height: 14px;
}

#register td p {
    font-size: 14px;
}

#news-detail #register-confirm img {
    width: 150px;
}

#news-detail #register-confirm table {
    margin: 50px 0 30px;
}

#news-detail #register-confirm th {
    width: 200px;
    padding: 20px;
}

#news-detail .thumbnails img {
    width: 100%;
    margin: 0;
}

.thumbnails {
    margin: 10px 0;
}

.thumbnails .thumbnail {
    margin: 0;
}

.complete-text {
    margin: 30px auto;
    color: #575757;
    font-size: 14px;
}

.title p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}
.popup {
    margin: 40px auto 0;
    padding: 36px 20px 20px;
    background: #fff;
    border-radius: 5px;
    width: 80%;
    position: relative;
    transition: all 5s ease-in-out;
    z-index: 1;
}
.popup .close {
    position: absolute;
    top: 4px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
}
#news-detail img.temporary, #mypage .setting img.temporary {
    width: 200px;
    height: auto;
    margin: 30px 0 20px;
    border: 1px solid #c6c6c6;
    display: block;
}
#mypage .setting img.temporary {
    margin: 0 0 20px;
}


/*mypage*/

#mypage {
    margin-top: 20px;
}

#mypage .left {
    width: 200px;
}

#mypage .left img {
    width: 160px;
    margin: 0 auto 20px;
    display: block;
}

#mypage .left a {
    display: block;
    color: #404040;
    padding: 14px 15px;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
}

#mypage .left a:hover {
    color: #e1e1e1;
}

#mypage .left a.active {
    background: #f1f1f1;
}

#mypage .left a.bottom {
    border-bottom: 1px solid #ccc;
}

#mypage .right {
    width: 824px;
    padding-left: 20px;
    box-sizing: border-box;
}

#right-header h1 {
    float: left;
}

#right-header input:hover {
    background: #CCDADA;
    border: 1px solid #CCDADA;
}

#mypage h1 {
    font-size: 24px;
    color: #253B73;
    margin: 0 0 10px 0;
}

#mypage table {
    width: 100%;
    border-collapse: collapse;
}

#mypage td {
    padding: 10px;
    font-size: 12px;
    color: #2d2d2d;
    border-bottom: 1px solid #e1e1e1;
}

#mypage th {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    padding: 10px;
    background: #253B73;
    border: none;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

#mypage img {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
}

#mypage img.img-bm-login {
    display: block;
    width: 300px;
    margin: 0 auto;
}

#mypage span {
    vertical-align: middle;
    font-size: 14px;
    margin-left: 10px;
    color: #404040;
}

.row {
    width: 1024px;
    margin: 0 auto;
}

.setting form {
    background: #fff;
    padding: 40px 54px;
}

#mypage .setting section {
    border-bottom: 1px solid #e1e1e1;
    padding: 30px 80px 20px;
}

#mypage .setting th,
#mypage .setting td {
    padding: 0;
    font-size: 16px;
}

#mypage .setting th {
    background: #fff;
    color: #2b2b2b;
    border: none;
    width: 200px;
}

#mypage th.small {
    width: 100px;
}

#mypage .setting td {
    border: none;
    width: 324px;
}

#mypage .setting h2 {
    color: #253B73;
    font-size: 18px;
    margin-bottom: 30px;
}

#mypage .setting input[type="text"],
#mypage .setting input[type="email"],
#mypage .setting input[type="password"] {
    width: 100%;
}

#mypage .setting .image_picker_selector {
    width: 100%;
}

#mypage .setting img {
    width: 100%;
}


/*comment*/

.comment h1 {
    margin: 40px 0 10px;
    font-size: 22px;
    color: #404040;
}

#contents.comment {
    width: 1024px;
    margin: 0 auto;
}

.comment textarea {
    float: left;
    width: 880px;
    height: 90px;
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: 0;
    padding: 5px 10px;
    border: 1px solid #e6e6e6;
    background: #fff;
    color: #2d2d2d;
    font-size: 16px;
    resize: none;
}

#inputlength {
    font-size: 14px;
    color: #858585;
    padding: 5px 0 0 5px;
}

.comment input[type="submit"] {
    display: block;
    float: right;
    height: 100px;
    width: 100px;
    padding: 11px 13px 10px;
    background: #ffc600;
    border: 1px solid #fdb32c;
    border-radius: 6px;
    color: #2b2b2b;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.comment input:hover {
    background-color: #fdb32c;
}

.each-comment {
    padding: 20px 10px;
    border-bottom: 1px solid #e6e6e6;
}

.comment-right {
    width: 880px;
}

#comment-list {
    margin: 30px 0 0 0;
}

#comment-list img {
    width: 80px;
    height: auto;
    float: left;
}

#comment-list .username {
    font-weight: bold;
    color: #404040;
}

#comment-list .date {
    font-size: 12px;
    color: #999;
    float: right;
}

#comment-list p {
    margin-top: 10px;
    width: 730px;
    word-break: break-all;
}

#comment-list input[type="submit"].report {
    font-size: 12px;
    color: #999;
    float: right;
    border: 1px solid #999;
    padding: 2px 5px;
    height: auto;
    width: auto;
    background: #f3f3f3;
    border-radius: 0;
    box-sizing: content-box;
    font-weight: normal;
    line-height: normal;
}

.login-need {
    margin: 30px 0 0;
}

.form-comment {
    margin: 40px 0 0;
}


/*title_recommend*/

#title_recommend {
    padding: 50px 0 0;
}

#title_recommend h3 {
    font-weight: normal;
    color: #253B73;
    font-size: 22px;
    font-weight: bold;
}

#title_recommend li {
    float: left;
}

#title_recommend a {
    display: block;
    float: left;
    width: 250px;
}

#title_recommend img {
    width: 100%;
    border-radius: 8px;
}

#title_recommend p {
    font-size: 16px;
    color: #2d2d2d;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*news*/

#news-list {}

#news-list h1,
#news-detail h1 {
    text-align: center;
    font-size: 28px;
    color: #253B73;
    margin: 0 0 10px;
    font-weight: bold;
}

#news-list-body {
    background: #fff;
    padding: 59px 60px 51px;
}

#news-list li {
    border-bottom: 1px solid #eaeaea;
    padding: 24px 0 20px;
}

#news-list li a {
    color: #2d2d2d;
    display: block;
    text-decoration: none;
}

#news-list p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    font-size: 14px;
}

#news-list .left {
    width: 100px;
    font-size: 14px;
    padding-top: 2px;
}

#news-list .right {
    width: 804px;
}

#news-list .right:hover {
    text-decoration: underline;
}

#pagination {
    margin: 0 0 10px;
    padding: 36px 0 0;
    text-align: center;
}

#pagination li {
    display: inline;
    margin: 0 2px;
    border: 1px solid #fdb32c;
    padding: 0;
    background: #FFC600;
}

#pagination li span,
#pagination li a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 3px 8px 1px;
    text-decoration: none;
    font-size: 14px;
}

#pagination li:hover {
    background: #fdb32c;
}

#pagination li.active {
    background: #f3f3f3;
}


/*news-detail*/

#news-detail-title {
    border-bottom: 1px solid #eaeaea;
    padding: 0 0 14px
}

.news-detail-date {
    margin-right: 14px;
}

#news-detail img {
    width: 94%;
    margin: 30px auto 0;
    display: block;
}

.sentence {
    margin: 30px 0;
}

#news-detail a {
    color: #253B73;
}

#news-detail a:hover {
    text-decoration: underline;
}


/*help*/

#help img {
    margin: 0 10px 0 0;
}

#help h2 {
    margin: 0 0 40px 0;
}

.each-question {
    margin: 0 0 30px 0;
}

.question {
    margin: 0 0 8px 0;
    font-size: 20px;
}

.answer {
    font-size: 14px;
    padding: 4px 0 0 0;
    overflow: auto;
}

.h1-1 {
    text-align: center;
    font-size: 28px;
    color: #253B73;
    margin: 0 auto 10px;
    font-weight: bold;
}

.h1-2 {
    font-size: 30px;
    color: #253B73;
    margin: 30px auto;
}

.body-1 {
    width: 1024px;
    margin: 0 auto;
    background: #fff;
    padding: 50px 60px 20px;
    box-sizing: border-box;
}

.section-1 {
    margin-bottom: 60px;
}

.section-1 h2 {
    font-size: 24px;
    margin: 0 auto 20px;
}

.form-1 table {
    width: 70%;
    margin: 0 auto;
}

.form-1 th {
    padding-left: 30px;
    width: 200px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
}

.form-1 input {
    width: 100%;
    padding: 5px 10px 7px;
    margin: 10px 0;
    font-size: 16px;
    -webkit-appearance: none;
    box-shadow: none;
    border: 1px solid #c6c6c6;
    display: block;
    box-sizing: border-box;
}

.form-1 input[type="submit"] {
    width: auto;
    cursor: pointer;
    padding: 10px 30px;
    background: #FFC600;
    border: 1px solid #fdb32c;
    color: #2d2d2d;
    font-size: 14px;
    border-radius: 8px;
    margin: 20px 0 0 0;
    font-weight: bold;
    display: inline-block;
}

.form-1 input[type="submit"]:hover {
    background-color: #fdb32c;
}

.form-2 {
    width: 455px;
    margin: 0 auto;
    display: block;
}

.form-2 tr,
.form-2 th,
.form-2 td {
    width: 100%;
    box-sizing: border-box;
    display: block;
}

.form-2 th {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}

.form-2 td {
    margin-bottom: 32px;
}

.form-2 input[type="text"],
.form-2 input[type="email"],
.form-2 select {
    border: 1px solid #cccccc;
    box-sizing: border-box;
    background: #ffffff;
    width: 455px;
    height: 33px;
    padding: 5px 10px 7px;
    font-size: 16px;
}

.form-2 select {
    margin-bottom: 10px;
}

.form-2 option[selected] {
    color: #666666;
}

.form-2 textarea {
    border: 1px solid #cccccc;
    box-sizing: border-box;
    background: #ffffff;
    width: 100%;
    height: 133px;
    padding: 5px 10px 7px;
    font-size: 16px;
}

.form-2 input[type="submit"],
.btn-back-contact {
    cursor: pointer;
    padding: 10px 30px;
    background: #FFC600;
    border: 1px solid #fdb32c;
    color: #2d2d2d;
    font-size: 14px;
    border-radius: 8px;
    margin: 20px 0 0 0;
    font-weight: bold;
    width: auto;
}

.form-2 .btn {
    cursor: pointer;
    padding: 10px 30px;
    background: #FFC600;
    border: 1px solid #fdb32c;
    color: #2d2d2d;
    font-size: 14px;
    border-radius: 8px;
    margin: 20px 0 0 0;
    font-weight: bold;
    width: auto;
}

#news-detail .form-2 a.btn:hover {
    text-decoration: none;
    background-color: #fdb32c;
}

#login input[type="submit"]:hover,
.form-1 input[type="submit"]:hover,
.form-2 input[type="submit"]:hover {
    background-color: #fdb32c;
}


/*dropdown-menu*/

.menu ul {
    margin: 0;
    padding: 0;
    width: auto;
}

.menu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    float: left;
    position: relative;
    height: 40px;
    line-height: 40px;
    color: #4D4D4D;
    text-align: left;
    font-weight: bold;
    width: 100%;
}

.menu ul li:first-child {
    margin-right: 4px;
}

.menu ul li a {
    color: #4D4D4D;
    display: block;
    text-decoration: none;
    padding-left: 10px;
    font-size: 12px;
    letter-spacing: 1px;
}

.menu ul li ul {
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 100;
}

.menu ul li ul li {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    background: #fff;
}

.menu ul li ul li:hover,
.menu ul li ul li a:hover {
    background: #e1e1e1;
    /
}

.menu ul li:hover ul li,
.menu ul li a:hover ul li {
    visibility: visible;
    overflow: visible;
    height: 40px;
    z-index: 10;
}

.menu * {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}


/*お知らせ詳細*/

#news-detail img {
    display: block;
    margin: 30px auto;
}

/* バリデーション */
.form_hidden{
    display:none;
}

/*award*/
.award, .award-rule {
    width: 1024px;
    margin: 0 auto;
    padding-top: 11px;
}
.award img, .award-rule img {
    vertical-align: middle;
    display: block;
    margin: 0 auto;
}
.award .mt {
    margin-top: 14px;
}
.award a.btn {
    background: #FF4F75;
    width: 600px;
    height: 80px;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin: 65px auto 30px;
    border: 1px solid #bcbcbc;
    box-sizing: border-box;
    border-radius: 10px;
    padding-top: 6px;
}
.award a:hover, .award-rule .btn:hover {
    opacity: 0.7;
}
.award small {
    font-size: 16px;
    display: block;
    margin-top: -8px;
}
.award-rule {
    padding-bottom: 10px;
}
.award-rule .row {
    width: 800px;
    margin: 0 auto;
}
.award-rule .section {
    margin: 35px auto 51px;
}
.award-rule h1 {
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: #1a6cf9;
    color: #fff;
    font-size: 26px;
    text-align: center;
    margin-bottom: 22px;
}
.award-rule h2 {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 26px;
}
.award-rule h2.deadline {
    font-size: 40px;
    margin-top: 0;
}
.award-rule p {
    font-size: 18px;
    text-align: center;
}
.text-left p {
    text-align: left;
}
.award-rule .how {
    margin: 52px 0 0;
}
.award-rule .how .sub-heading{
    width: 100%;
    margin-bottom: 42px;
}
.award-rule .how h3 {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
.award-rule .sending {
    width: 100%;
    box-sizing: border-box;
    background: #fafafa;
    border: 1px solid #d8d8d8;
    padding: 16px 20px;
    margin: 42px 0;
}
.award-rule .sending p {
    font-size: 16px;
}
.award-rule .destination {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 60px;
    background: #feedd9;
    border: 1px solid #d8d8d8;
    padding: 12px;
}
.award-rule .destination span {
    color: #fff;
    font-size: 24px;
    line-height: 64px;
    padding: 34px;
    background: #f0c291;
    display: block;
    height: 64px;
    margin-right: 40px;
}
.award-rule .destination p {
    font-size: 22px;
}
.award-rule li {
    font-size: 18px;
    margin: 10px 0;
    text-indent: -1em;
    padding-left: 1em;
    box-sizing: border-box;
}
.award-rule .btn {
    background: #9be300;
    width: 270px;
    height: 70px;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 106px auto 56px;
    border: 1px solid #bcbcbc;
    box-sizing: border-box;
    border-radius: 10px;
    line-height: 70px;
}
