@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126 License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; }

*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.clear { clear: both; }

.clearfix:before, .clearfix:after { content: " "; display: table; }

.clearfix:after { clear: both; }

.clearfix { *zoom: 1; }

img { display: inline-block; vertical-align: middle; max-width: 100%; image-rendering: -webkit-optimize-contrast;}

/* ------------------------------------------------------------- Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets
 List of CSS3 Sass Mixins File to be @imported and @included as you need
 The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER ENDING css files
 note: All CSS3 Properties are being supported by Safari 5 more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/*===== COMMON =====*/
html, body { width: 100%; min-height: 100%; }

body { background: #ffffff; font-size: 12px; font-family: -apple-system, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "メイリオ", meiryo, sans-serif; -webkit-text-size-adjust: none; line-height: 1.444; color: #424242; word-break: break-all; }

.ft-serif { font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif; }

a:link, a:visited, a:active { color: #424242; text-decoration: none; }

a:hover { text-decoration: underline; }

.trans { filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-opacity: 1; -khtml-opacity: 1; -moz-opacity: 1; -ms-opacity: 1; -o-opacity: 1; opacity: 1; }

.trans:hover { filter: alpha(opacity=80); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; -webkit-opacity: 0.8; -khtml-opacity: 0.8; -moz-opacity: 0.8; -ms-opacity: 0.8; -o-opacity: 0.8; opacity: 0.8; }

.wrapper { overflow: hidden; min-width: 1050px; width: 100%; }

.wrap-ct { width: 1080px; margin: 0 auto; }

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

.hidden { display: none; visibility: hidden; }

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

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

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

.text-justify { text-align: justify; text-justify: distribute; }

.text-nowrap { white-space: nowrap; }

.text-lowercase { text-transform: lowercase; }

.text-uppercase { text-transform: uppercase; }

.text-capitalize { text-transform: capitalize; }

.list-inline > li { display: inline-block; }

.text-disabled { color: #ababab; }

.list-indent li, .text-indent { padding-left: 1em; text-indent: -1em; }

.mb0 { margin-bottom: 0 !important; }

.mt0 { margin-top: 0 !important; }

.mr0 { margin-right: 0 !important; }

.pb0 { padding-bottom: 0 !important; }

.mb10 { margin-bottom: 10px !important; }

.mb20 { margin-bottom: 20px !important; }

.mt20 { margin-top: 20px; }

.mr20 { margin-right: 20px; }

.mb20 { margin-bottom: 20px; }

.ml20 { margin-left: 20px; }

.mt10 { margin-top: 10px; }

.mr10 { margin-right: 10px; }

.mb10 { margin-bottom: 10px; }

.ml10 { margin-left: 10px; }

.pt10 { padding-top: 10px; }

.pr10 { padding-right: 10px; }

.pb10 { padding-bottom: 10px; }

.pl10 { padding-left: 10px; }

.pt20 { padding-top: 20px; }

.pr20 { padding-right: 20px; }

.pb20 { padding-bottom: 20px; }

.pl20 { padding-left: 20px; }

.full-width { width: 100%; }

.fl { float: left; }

.fr { float: right; }

.box-gray, .list-post .post-item .post { background: #f6f6f6; display: inline-block; width: 100%; }

.box-gray.stroke, .list-post .post-item .stroke.post { border: 1px solid #d2d2d2; }

.box-pink { background: #ffe9f2; }

.wrap-2col:after, .wrap-3col:after { content: ""; display: table; clear: both; }

.wrap-2col .col { float: left; width: 50%; }

.wrap-3col .col { float: left; width: 33.3333%; }

.btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; height: 50px; line-height: 48px; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-decoration: none !important; font-size: 16px; letter-spacing: 0.16em; outline: none; }
.btn.normal { width: 500px; }
.btn.block { display: block; width: 100%; }
.btn.mini { width: 260px; margin-bottom: 30px; }
.btn.disabled { cursor: default; }
.btn.center { display: block; margin: 0em auto; }

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-pink:hover, .btn-pink:active, .btn-pink.active { filter: alpha(opacity=75); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; -webkit-opacity: 0.75; -khtml-opacity: 0.75; -moz-opacity: 0.75; -ms-opacity: 0.75; -o-opacity: 0.75; opacity: 0.75; }
.btn-primary.disabled, .btn-primary:disabled, .btn-pink.disabled, .btn-pink:disabled { filter: alpha(opacity=30); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; -webkit-opacity: 0.3; -khtml-opacity: 0.3; -moz-opacity: 0.3; -ms-opacity: 0.3; -o-opacity: 0.3; opacity: 0.3; cursor: default; }

.btn-pink-o { background: #fff; border-color: #e62d8b; color: #e50000 !important; }
.btn-pink-o:hover, .btn-pink-o:active, .btn-pink-o.active { background: #ffe9f2; border-color: #e62d8b; }
.btn-pink-o:disabled, .btn-pink-o.disabled { filter: alpha(opacity=30); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; -webkit-opacity: 0.3; -khtml-opacity: 0.3; -moz-opacity: 0.3; -ms-opacity: 0.3; -o-opacity: 0.3; opacity: 0.3; }

.btn-primary { background: #017AC3; color: #fff !important; }

.btn-pink { background: #e62d8b !important; color: #fff !important; }

.btn-cancel { background: #ededed; border-color: #aaa; color: #000 !important; }
.btn-cancel:hover, .btn-cancel:active, .btn-cancel.active { background: rgba(237, 237, 237, 0.5); border-color: rgba(170, 170, 170, 0.5); }
.btn-cancel.disabled, .btn-cancel:disabled { background: #fff; border-color: #d2d2d2 !important; color: #d2d2d2 !important; cursor: default; }
.btn-cancel.disabled .fa, .btn-cancel:disabled .fa { color: #d2d2d2 !important; }

.side-menu.btn:active, .side-menu.btn.active, .side-menu.btn:hover { background: #fff; }
.side-menu.btn.disabled, .side-menu.btn:disabled { border-color: #d5d5d5; color: #ababab !important; }

.vertical-list-btn .btn { margin-bottom: 10px !important; }
.vertical-list-btn .btn:last-child { margin-bottom: 0 !important; }

.sidebar { float: left; width: 290px; }

.content-wrapper { float: right; width: 740px; margin-bottom: 30px; }

.breadcrumb { padding: 13px 0 10px 8px; font-size: 12px; color: #989898; }
.breadcrumb li { margin: 0 5px; }
.breadcrumb li a { text-decoration: underline; color: #444; }
.breadcrumb li a:hover { text-decoration: none; }

.sttl02 { font-size: 16px; font-weight: bold; color: #000; border-bottom: 2px solid #e62d8b; padding: 5px 0; margin-bottom: 18px; letter-spacing: 0.2em; }
.sttl02.indent { padding-left: 20px; }
.sttl02.lg { font-size: 18px; text-indent: 5px; }
.sttl02.center { text-align: center; font-size: 20px; letter-spacing: 0.18em; padding-bottom: 15px; }

.ttl { border-bottom: 1px solid #424242; font-size: 18px; font-weight: bold; padding: 0 0 8px 0; }

.sec-title { text-align: center; margin: 45px 0 25px; }
.sec-title h2 .ico { display: block; }
.sec-title h2 span { display: inline-block; position: relative; font-size: 24px; font-weight: bold; color: #000; letter-spacing: 0.18em; margin-top: 15px; }
.sec-title h2 span:before, .sec-title h2 span:after { content: ""; width: 36px; height: 2px; background: #000; position: absolute; top: 50%; }
.sec-title h2 span:after { left: 100%; margin-left: 25px; }
.sec-title h2 span:before { right: 100%; margin-right: 25px; }

.pagination li { vertical-align: top; }
.pagination a, .pagination strong { display: block; background: #d5d5d5; width: 50px; text-align: center; height: 34px; line-height: 34px; font-size: 14px; color: #fff; margin: 0 1px; }
.pagination .disabled { background: #ececec !important; }
.pagination .page-prev, .pagination .page-next { font-size: 12px; width: 110px; }
.pagination a:hover { background: #aaa; text-decoration: none; }
.pagination strong { background: #aaa !important; }
.pagination .page-total { font-size: 12px; margin-top: 15px; letter-spacing: 0.1em; color: #5f5f5f; }

.blog-pagination { position: relative; }
.blog-pagination a { background: #ededed; padding: 0 30px; height: 42px; line-height: 40px; font-size: 14px; color: #000; }
.blog-pagination a:hover, .blog-pagination a.active, .blog-pagination a:active { background: #d7d7d7; }
.blog-pagination .nav-prev, .blog-pagination .nav-next { position: absolute; top: 0; }
.blog-pagination .nav-prev:before, .blog-pagination .nav-next:before { content: ""; height: 100%; width: 40px; border-style: solid; position: absolute; top: -1px; }
.blog-pagination .nav-prev:hover:before, .blog-pagination .nav-prev.active:before, .blog-pagination .nav-prev:active:before, .blog-pagination .nav-next:hover:before, .blog-pagination .nav-next.active:before, .blog-pagination .nav-next:active:before { border-color: transparent #d7d7d7; }
.blog-pagination .nav-next { right: 20px; }
.blog-pagination .nav-next:before { right: -40px; border-color: transparent #ededed; border-width: 21px 0 21px 21px; }
.blog-pagination .nav-prev { left: 20px; }
.blog-pagination .nav-prev:before { left: -40px; border-width: 21px 21px 21px 0; border-color: transparent #ededed; }
.blog-pagination .disabled { color: #c2c2c2 !important; background: #f4f4f4 !important; }
.blog-pagination .disabled:before { border-color: transparent #f4f4f4 !important; }

.box-notice { margin-bottom: 30px; }
.box-notice .sttl02 { padding-top: 12px; padding-bottom: 3px; }
.box-notice .notice-ct { padding: 0 20px; border-bottom: 1px solid #d2d2d2; margin-bottom: 20px; background: #f9f9f9; }
.box-notice .notice-ct:last-child { margin-bottom: 0; border-bottom: 0; }
.box-notice .notice-ct .text-ovh { height: 200px; overflow: hidden; position: relative; margin-bottom: 15px; }
.box-notice .notice-ct .text-ovh:after { content: ""; width: 100%; height: 50px; position: absolute; bottom: 0; left: 0; background: -webkit-linear-gradient(rgba(249, 249, 249, 0) 0%, #f9f9f9 100%); background-image: -moz-linear-gradient(rgba(249, 249, 249, 0) 0%, #f9f9f9 100%); background-image: -o-linear-gradient(rgba(249, 249, 249, 0) 0%, #f9f9f9 100%); background-image: linear-gradient(rgba(249, 249, 249, 0) 0%, #f9f9f9 100%); background-image: -ms-linear-gradient(rgba(249, 249, 249, 0) 0%, #f9f9f9 100%); }
.box-notice .notice-ct p { font-size: 12px; margin-bottom: 1.75em; line-height: 2.2; letter-spacing: 0.1em; }
.box-notice .notice-ct p.lead { font-size: 14px; font-weight: bold; color: #1688c4; }
.box-notice .notice-ct a { color: #e62d8d; text-decoration: underline; }
.box-notice .notice-ct a:hover { text-decoration: none; }

.list-post { margin-left: -7px; margin-right: -7px; }
.list-post .post-item { float: left; width: 20%; padding-left: 7px; padding-right: 7px; margin-bottom: 15px; }
.list-post .post-item .post { position: relative; }
.list-post .post-item .post .thumbnail { height: 199px; width: 100%; }
.list-post .post-item .post .thumbnail img { display: none; }
.list-post .post-item .post .thumbnail.longer { -webkit-background-size: 100% auto !important; background-size: 100% auto !important; }
.list-post .post-item .post .thumbnail.wider { -webkit-background-size: auto 100% !important; background-size: auto 100% !important; }
.list-post .post-item .post .thumbnail.normal { -webkit-background-size: auto !important; background-size: auto !important; }
.list-post .post-item .post .entry-meta { border: 1px solid #ccc; border-top: 0; }
.list-post .post-item .post .entry-meta .title { height: 68px; padding: 3px 0; border-bottom: 1px solid #ccc; position: relative; }
.list-post .post-item .post .entry-meta .title h3 { font-size: 14px; font-weight: bold; line-height: 1.4; padding: 0 8px; color: #252525; letter-spacing: 0.2em; }
.list-post .post-item .post .entry-meta .title h3 a { color: inherit; text-decoration: none !important; }
.list-post .post-item .post .entry-meta .title .profile { position: absolute; right: 5px; bottom: 2px; vertical-align: bottom; font-size: 10px; letter-spacing: 1px; }
.list-post .post-item .post .entry-meta .title .profile .avatar { display: inline-block; margin-left: 5px; width: 35px; height: 35px; overflow: hidden; position: relative; }
.list-post .post-item .post .entry-meta .title .profile .avatar > img { -webkit-border-radius: 100%; -khtml-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; max-width: none; left: 50%; position: absolute; top: 50%; width: 100%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); width: auto; }
@media all and (-ms-high-contrast: none) { .list-post .post-item .post .entry-meta .title .profile .avatar > img:not(:target) { top: 50%; left: 50%; } }
.list-post .post-item .post .entry-meta .title .profile .avatar.wider > img { height: 100%; }
.list-post .post-item .post .entry-meta .title .profile .pro-name { display: inline-block; vertical-align: bottom; padding-bottom: 1px; letter-spacing: 0.2em; }
.list-post .post-item .post .entry-meta .tool { padding: 8px 0; font-size: 10px; }
.list-post .post-item .post .entry-meta .tool:after { content: ""; display: table; clear: both; }
.list-post .post-item .post .entry-meta .tool li { float: left; width: 33.333%; padding-left: 16px; padding-top: 1px; white-space: nowrap; }
.list-post .post-item .post .entry-meta .tool li:first-child { padding-top: 1px; }
.list-post .post-item .post .entry-meta .tool li a { display: inline-block; vertical-align: bottom; text-decoration: none !important; background-repeat: no-repeat; padding-left: 22px; background-position: 0 center; }
.list-post .post-item .post .entry-meta .tool li i { display: inline-block; margin-right: 4px; display: none; }
.list-post .post-item .post .entry-meta .tool li:first-child a { background-image: url(../img/common/ico_heart_off.svg); -webkit-background-size: 16px auto; background-size: 16px auto; }
.list-post .post-item .post .entry-meta .tool li:first-child a:hover, .list-post .post-item .post .entry-meta .tool li:first-child a.active { background-image: url(../img/common/ico_heart_on.svg); }
.list-post .post-item .post .entry-meta .tool li:first-child + li a { background-image: url(../img/common/ico_comment_off.svg); -webkit-background-size: 18px auto; background-size: 18px auto; }
.list-post .post-item .post .entry-meta .tool li:first-child + li a:hover, .list-post .post-item .post .entry-meta .tool li:first-child + li a.active { background-image: url(../img/common/ico_comment_on.svg); }
.list-post .post-item .post .entry-meta .tool li:last-child i { margin-left: 7px; }
.list-post .post-item .post .entry-meta .tool li:last-child a { background-image: url(../img/common/ico_paperclip_off.svg); -webkit-background-size: 100% auto; background-size: 100% auto; width: 25px; height: 17px; }
.list-post .post-item .post .entry-meta .tool li:last-child a:hover, .list-post .post-item .post .entry-meta .tool li:last-child a.active { background-image: url(../img/common/ico_paperclip_on.svg); }
.list-post .post-item .post .new { color: #fff; font-size: 11px; background: url(../img/blog/bg_ribbon.png) no-repeat right 0; padding: 5px 15px 4px 20px; position: absolute; top: 4px; right: -5px; z-index: 9; line-height: 1; }

.latest-blog.my-page .list-post { margin-bottom: 10px; }
.latest-blog.my-page .list-post .post-item { margin-bottom: 15px; }
.latest-blog.my-page .list-post .post-item .post .entry-meta .title { height: 68px; }
.latest-blog.my-page .list-post .post-item .post .entry-meta .tool { padding: 10px 0 6px; }
.latest-blog.my-page .list-post .post-item .post .entry-meta .tool li:first-child + li { padding-top: 2px; }
.latest-blog.my-page .list-post .post-item .post .entry-meta .tool li:first-child + li a { position: relative; top: -1px; }

.slim-type { margin-bottom: 30px; }
.slim-type li { border-top: 1px solid #d9d9d9; padding: 10px 20px; position: relative; }
.slim-type li:after { content: ""; display: table; clear: both; }
.slim-type li:nth-child(2n) { background: #f6f6f6; }
.slim-type li:last-child { border-bottom: 1px solid #d9d9d9; }
.slim-type li .thumb { width: 80px; height: 80px; overflow: hidden; float: left; margin-right: 15px; position: relative; text-align: center; }
.slim-type li .thumb > img { left: 50%; position: absolute; top: 50%; width: 100%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); max-width: 100%; width: auto; }
@media all and (-ms-high-contrast: none) { .slim-type li .thumb > img:not(:target) { top: 50%; left: 50%; } }
.slim-type li .thumb.wider > img { height: 100%; }
.slim-type li .slim-ct { float: left; width: 605px; }
.slim-type li .slim-ct .title a { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width: 90%; }
.slim-type li .title a { display: block; font-size: 14px; color: #252525; margin: 5px 0; letter-spacing: 0.2em; }
.slim-type li .exp-des, .slim-type li .entry-meta { font-size: 12px; letter-spacing: 0.2em; }
.slim-type li .exp-des { color: #949494; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width: 70%; }
.slim-type li .exp-des .ico-oscar { display: inline-block; margin-right: 2px; vertical-align: middle; position: relative; top: -2px; }
.slim-type li .entry-meta a, .slim-type li .usr-profile a, .slim-type li .date-publ, .slim-type li .type-cat { color: #5f5f5f; }
.slim-type li .entry-meta { position: absolute; left: 115px; bottom: 0; }
.slim-type li .entry-meta p { display: inline-block; }
.slim-type li .entry-meta .date-publ { margin-bottom: 10px; }
.slim-type li .usr-profile { position: absolute; right: 20px; bottom: 6px; }
.slim-type li .usr-profile .avatar { display: inline-block; margin-right: 12px; width: 34px; height: 34px; position: relative; overflow: hidden; -webkit-border-radius: 100%; border-radius: 100%; vertical-align: middle; }
.slim-type li .usr-profile .avatar img { left: 50%; position: absolute; top: 50%; width: 100%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); max-width: none; width: auto !important; }
@media all and (-ms-high-contrast: none) { .slim-type li .usr-profile .avatar img:not(:target) { top: 50%; left: 50%; } }
.slim-type li .usr-profile .avatar.wider > img { height: 100%; }
.slim-type li .usr-profile a { letter-spacing: 0.2em; }
.slim-type li .type-cat { margin-left: 25px; white-space: nowrap; }
.slim-type li .type-cat .fa { font-size: 22px; padding: 0 3px 2px 6px; vertical-align: middle; margin-right: 2px; color: #424242; }
.slim-type li .admin-action { position: absolute; right: 10px; bottom: 10px; }

.btn-del-blog-image, .slim-type li .admin-action .btn-del, .slim-type li .admin-action .btn-edit { display: inline-block; width: 120px; height: 35px; line-height: 33px; text-align: center; padding: 0; background: #fff; border: 1px solid #d2d2d2; -webkit-border-radius: 8px; -khtml-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; font-size: 1em; margin-left: 6px; cursor: pointer; outline: none; letter-spacing: 0.1em; text-decoration: none !important; }

.slim-type li .admin-action .btn-del .fa, .slim-type li .admin-action .btn-edit .fa { font-size: 18px; margin-right: 10px; vertical-align: middle; margin-bottom: 2px; }

.modal a.close-modal { display: none; color: #999; }

/* Form */
input[type="button"], input[type="submit"] { -webkit-appearance: none; }

input.placeholder, textarea.placeholder { color: #999; }

.input_submit { display: inline-block; vertical-align: text-top; border: 0; font-size: 0.917em; background: none; padding: 0.5em 0; margin: 0 1.333em; font-weight: bold; letter-spacing: 0.1em; outline: none; color: #464646; }

.firefox.mac textarea { font-family: Arial,sans-serif; line-height: 1.4 !important; font-weight: normal; }

.modal-dialog { position: relative; padding-top: 30px; }
.modal-dialog .modal-close { position: absolute; width: 45px; height: 45px; display: block; line-height: 1; font-size: 16px; padding-top: 12px; color: #bfc1c9; cursor: pointer; text-align: center; }
.modal-dialog .modal-close i { vertical-align: middle; }

.modal-login { padding: 15px 0; width: 550px; }
.modal-login .modal-dialog { padding-top: 0; }
.modal-login .modal-dialog .modal-close { right: 12px; top: 0; }
.modal-login .row { padding: 40px 30px; border-bottom: 1px solid #d4d4d4; }
.modal-login .row.join-us { border-bottom: 0; padding-bottom: 20px; }
.modal-login .form-login .form-control { display: block; width: 100%; }
.modal-login .form-login .form-control::-ms-clear { visibility: hidden; }
.modal-login .form-login .with-reset { position: relative; color: #c0c0c0; }
.modal-login .form-login .reset-button { position: absolute; top: 16px; right: 8px; }
.modal-login .form-login .btn { width: 360px; }
.modal-login .form-login .login-help { margin: 16px 0 -4px; }
.modal-login .form-login .login-help a { display: inline-block; color: #e62d8d; text-decoration: underline; letter-spacing: 0.16em; }
.modal-login .form-login .login-help a:hover { text-decoration: none; }
.modal-login h3 { text-align: center; font-size: 18px; font-weight: bold; color: #000; margin-bottom: 15px; letter-spacing: 0.2em; }
.modal-login .form-control { font-size: 14px !important; margin-bottom: 10px; outline: none; }
.modal-login .login-social ul { margin-left: -2px; margin-right: -2px; }
.modal-login .login-social ul li { float: left; width: 25%; padding: 0 2px; }

.form-group { margin-bottom: 10px; }
.form-group .form-control, .form-group select { display: inline-block; border: 1px solid #d2d2d2; -webkit-border-radius: 4px; -khtml-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; line-height: normal; padding: 14px 20px; font-size: 16px; }
.form-group .form-control.block, .form-group select.block { display: block; width: 100%; }
.form-group select.form-control { overflow: hidden; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #fff url(../img/common/ico_dropdown_sl.png) no-repeat right center; border-right: 0; padding: 0 0 0 12px; height: 48px; color: #838383; }
.form-group .value { color: #838383; display: inline-block; }
.form-group .value .label { color: #252525; }

.file-upload { position: relative; }
.file-upload input[type="text"] { background: #fff; }
.file-upload input[type="file"] { display: none; }
.file-upload .file-button-upload { position: absolute; width: 150px; -webkit-border-radius: 0 4px 4px 0; -khtml-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; -ms-border-radius: 0 4px 4px 0; -o-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; line-height: 45px; top: 1px; right: 1px; bottom: 1px; left: auto; background: #ededed; text-align: center; border-left: 1px solid #d2d2d2; }

.style-rad input[type="radio"] { display: none !important; }
.style-rad input[type="radio"] + label { display: inline-block; background: url(../img/blog/ico_check.png) no-repeat 0 center; padding-left: 30px; padding-top: 1px; -webkit-background-size: 18px auto; background-size: 18px auto; }
.style-rad input[type="radio"]:checked + label { background-image: url(../img/blog/ico_checked.png); }

.style-chk input[type="checkbox"] { display: none !important; }
.style-chk input[type="checkbox"] + label { display: inline-block; background: url(../img/common/ico_check02.png) no-repeat 0 center; padding-top: 1px; padding-left: 30px; }
.style-chk input[type="checkbox"]:checked + label { background-image: url(../img/common/ico_checked02.png); }

.switch-field input { display: none; }
.switch-field input:checked + label { background-color: #838383; color: #fff !important; }
.switch-field label { margin: 0 !important; float: left; display: inline-block; width: 150px; background-color: #fff; color: #ababab; font-weight: normal; text-align: left; border-radius: 0 !important; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.switch-field label:hover { cursor: pointer; }
.switch-field label:first-of-type { border-radius: 4px 0 0 4px !important; border-right: 0; }
.switch-field label:last-of-type { border-radius: 0 4px 4px 0 !important; }
.switch-field.three-item label:last-of-type { border-left: 0; }

.tbl { display: table; width: 100%; }
.tbl .th, .tbl .td { display: table-cell; vertical-align: middle; text-align: left; }

/* HEADER */
.header { background: url(../img/common/bg_header.png) repeat-x 0 0; padding-top: 42px; border-bottom: 1px solid #424242; }

.form-search { float: left; width: 250px; padding-right: 10px; }
.form-search form, .form-search .form { width: 100%; border: 1px solid #ccc; background: #fff; position: relative; }
.form-search .btn-m { position: absolute; height: 100%; top: 0; right: 0; border: 0; background: url(../img/common/ico_search.png) no-repeat 40% center; width: 36px; padding: 0; text-indent: -999px; overflow: hidden; cursor: pointer; }
.form-search input[type="text"] { display: block; width: 200px; border: 0; padding: 5px 15px; font-size: 12px; height: 37px; line-height: normal; letter-spacing: 0.2em; outline: none; }
.form-search input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #a6a5a5; }
.form-search input[type="text"]::-moz-placeholder { color: #a6a5a5; }
.form-search input[type="text"]:-ms-input-placeholder { color: #a6a5a5; }
.form-search input[type="text"]:-moz-placeholder { color: #a6a5a5; }

.header .site-logo { float: left; width: 550px; text-align: center; }
.header .site-logo .sitename { margin-bottom: -8px; }
.header .navbar-btn { float: right; width: 250px; text-align: right; }
.header .navbar-btn a { height: 68px; text-align: center; color: #fff; -webkit-border-radius: 8px; -khtml-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; padding: 10px 0; float: left; text-decoration: none; }
.header .navbar-btn a i { display: block; margin-bottom: 4px; }
.header .navbar-btn a.logout { height: auto; padding: 0; float: right; }
.header .navbar-btn .join-free { background: #e62d8d; width: 170px; font-size: 18px; font-weight: 600; margin-right: 10px; letter-spacing: 0.2em; }
.header .navbar-btn .sign-up { background: #017ac3; width: 68px; font-size: 14px; text-transform: uppercase; letter-spacing: 0.1em; }
.header .user-logined { float: right; width: 230px; }
.header .user-logined a { display: block; padding: 0 10px; color: #000; text-decoration: none; position: relative; }
.header .user-logined a .ico-dropdown { margin: 18px 10px 0 0; }
.header .user-logined a .avatar { display: inline-block; width: 50px; height: 50px; border-radius: 100%; overflow: hidden; position: relative; vertical-align: middle; }
.header .user-logined a .avatar > img { width: auto !important; max-width: none; }
.header .user-logined a .avatar.wider > img { height: 100%; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); /*&:not(:target) { top: 26%\9;
}*/ }
@media all and (-ms-high-contrast: none) { .header .user-logined a .avatar.wider > img:not(:target) { left: 50%; } }
.header .user-logined a .avatar.normal > img { left: 50%; position: absolute; top: 50%; width: 100%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
@media all and (-ms-high-contrast: none) { .header .user-logined a .avatar.normal > img:not(:target) { top: 50%; left: 50%; } }
.header .user-logined a .user-name { display: inline-block; margin-left: 12px; font-size: 14px; letter-spacing: 0.2em; }
.header .user-logined a .ico-alert { display: block; position: absolute; top: -6px; left: 50px; }
.header .user-logined .dropdown-menu { width: 230px; }
.header .user-logined .dropdown-menu a { display: block; color: #000; padding: 20px; background: #ececec; position: relative; }
.header .user-logined .dropdown-menu a:hover { background: #dbdbdb; }
.header .user-logined .dropdown-menu a .total { display: inline-block; background: #ffb1d5; color: #252525; font-size: 14px; width: 30px; height: 30px; text-align: center; margin-left: 10px; vertical-align: middle; border-radius: 15px; line-height: 30px; float: right; position: absolute; top: 50%; right: 14px; margin-top: -15px; }

.logined .header { padding: 30px 0 10px; border-bottom-color: #dfdfdf; }
.logined .header .logo a { display: inline-block; width: 165px; }
.logined.hd-signup .header { padding-bottom: 15px; }

.main-nav { padding-top: 32px; }
.main-nav .menu { white-space: nowrap; }
.main-nav .menu > li { font-size: 14px; margin: 0 1px; position: relative; }
.main-nav .menu > li > a { display: block; text-decoration: none; letter-spacing: 2px; position: relative; padding: 0 64px 10px; color: #000; font-weight: bold; }
.main-nav .menu > li > a:before, .main-nav .menu > li > a:after { content: ""; position: absolute; }
.main-nav .menu > li > a:before { width: 100%; height: 7px; background: #e62d8d; left: 0; bottom: 0; display: none; }
.main-nav .menu > li:hover a { color: #e62d8d; }
.main-nav .menu > li:hover a:before { display: block; }
.main-nav .menu > li.has-sub > a:after { content: "\f107"; font: normal normal bold 15px/1 FontAwesome; bottom: -4px; z-index: 990; left: 50%; margin-left: -6px; }
.main-nav .menu > li.has-sub:hover > a:after, .main-nav .menu > li.has-sub.active > a:after { color: #fff; }
.main-nav .menu > li.has-sub:hover .sub-menu { display: block !important; }
.main-nav .menu > li.active > a { color: #e62d8b; }
.main-nav .menu > li.active > a:before { display: block; }
.main-nav .menu .sub-menu { display: none; width: 320px; position: absolute; -webkit-border-radius: 0 0 5px 5px; -khtml-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -ms-border-radius: 0 0 5px 5px; -o-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; top: 100%; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); padding: 1px 0 5px; overflow: hidden; z-index: 999; }
.main-nav .menu .sub-menu li { background: #ececec; }
.main-nav .menu .sub-menu a { display: block; text-align: left; padding: 5px 10px; text-decoration: none; color: #424242 !important; -webkit-transition: background 0.3s ease; transition: background 0.3s ease; }
.main-nav .menu .sub-menu a .thumb { display: inline-block; margin-right: 20px; }
.main-nav .menu .sub-menu a:hover { background: #dbdbdb; }

.footer-top .banner { margin: 55px 0 0; }
.footer-top .mobile-app { margin-top: 55px; border: 1px solid #424242; position: relative; }
.footer-top .mobile-app .phone { display: block; position: absolute; left: 70px; width: 200px; bottom: 0; }
.footer-top .mobile-app .inner { padding: 50px 0 50px 350px; }
.footer-top .mobile-app .appstore-btn { display: inline-block; position: absolute; top: 50%; right: 65px; margin-top: -27px; }
.footer-top .mobile-app .ct h3 { color: #017ac3; font-size: 20px; font-weight: bold; margin-bottom: 20px; letter-spacing: 0.16em; }
.footer-top .mobile-app .ct p { color: #000; font-size: 14px; letter-spacing: 0.16em; }

.sitemap { background: #f1efe4; padding: 30px 0 45px; margin-top: 25px; }
.sitemap .group-menu { width: 500px; }
.sitemap .group-menu h3 { font-size: 14px; border-bottom: 1px solid #c8c8c8; padding: 20px 15px 15px; margin-bottom: 5px; letter-spacing: 0.2em; }
.sitemap .group-menu ul { font-size: 12px; padding-left: 20px; }
.sitemap .group-menu ul:first-child { float: left; }
.sitemap .group-menu ul:last-child { float: right; margin-right: 80px; }
.sitemap .group-menu ul li { margin-top: 15px; }
.sitemap .group-menu ul li a { display: inline-block; letter-spacing: 0.2em; }

.meta-description { background: #d9d9d9; font-size: 10px; padding: 30px 0; line-height: 1.6; letter-spacing: 0.2em; text-align: center; }

.footer-bot { padding: 35px 0; }
.footer-bot .logo-bot { float: left; width: 305px; }
.footer-bot .logo-bot li { margin-right: 25px; font-size: 14px; }
.footer-bot .logo-bot li:last-child { margin-right: 0 !important; }
.footer-bot .logo-bot li .powerd-by { display: inline-block; vertical-align: bottom; letter-spacing: 2px; font-size: 13px; margin-right: 5px; }
.footer-bot .copyright { font-size: 9px; letter-spacing: 0.2em; line-height: 1.6; white-space: nowrap; }
.footer-bot .social { float: left; width: 220px; margin-top: 19px; }
.footer-bot .social li { line-height: 0.7; margin-right: 10px; }

.box-login.woman-talent { background: #e62d8b; }

.box-login.man-talent { background: #017ac3; }

.box-login.null { background: #ababab; }

.box-login { position: relative; border-bottom: 9px solid #c8c8c8; padding: 30px 10px 25px; color: #fff; }
.box-login .ico-oscar { display: block; position: absolute; top: 1px; left: 1px; width: 41px; padding: 8px; }
.box-login .ico-oscar:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 35px; border-color: #fff transparent transparent #fff; position: absolute; top: 0; left: 0; }
.box-login .ico-oscar img { position: relative; z-index: 90; margin-left: -2px; }
.box-login .avatar { float: left; width: 130px; height: 130px; -webkit-border-radius: 65px; -khtml-border-radius: 65px; -moz-border-radius: 65px; -ms-border-radius: 65px; -o-border-radius: 65px; border-radius: 65px; overflow: hidden; background: #ccc; position: relative; }
.box-login .avatar img { left: 50%; position: absolute; top: 50%; width: 100%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); width: auto; max-width: none; }
@media all and (-ms-high-contrast: none) { .box-login .avatar img:not(:target) { top: 50%; left: 50%; } }
.box-login .avatar.wider img { height: 100%; }
.box-login .profile { padding-left: 142px; }
.box-login .profile .name { margin-top: -5px; margin-bottom: 20px; font-weight: bold; letter-spacing: 0.1em; }
.box-login .profile .kanji { font-size: 18px; }
.box-login .profile .kana { font-size: 12px; color: rgba(255, 255, 255, 0.7); }
.box-login .profile .total p, .box-login .profile .total li { margin-top: 7px; font-size: 12px; letter-spacing: .075em; }
.box-login .profile .total p.num, .box-login .profile .total li.num { letter-spacing: 0.1em; }
.box-login .profile .total p img, .box-login .profile .total li img { margin-right: 10px; }
.box-login .profile .total p img.mtu, .box-login .profile .total li img.mtu { margin-top: -3px; }
.box-login .profile .total .list-inline li { display: block; }

.sidebar { margin-bottom: 30px; }
.sidebar .sidebar-container, .sidebar .profile-detail { background: #f6f6f6; }
.sidebar .profile-detail { padding: 20px 15px 15px; }
.sidebar .profile-detail p { margin-bottom: 8px; padding-left: 5px; }
.sidebar .profile-detail p:last-child { margin-bottom: 0; }
.sidebar .vote { padding-top: 15px; }
.sidebar .vote li { margin-bottom: 10px; padding-left: 15px; padding-right: 15px; }
.sidebar .vote li:last-child { margin-bottom: 0; }
.sidebar .vote li.current { padding-top: 15px; padding-bottom: 15px; margin-top: 15px; background: #ededed; }
.sidebar .vote li.current a .fa { font-size: 30px; }
.sidebar .vote li a { font-size: 14px; display: block; padding-left: 25px; text-align: left; }
.sidebar .vote li a i { display: inline-block; min-width: 35px; }
.sidebar .vote a .fa { font-size: 24px; margin-right: 5px; -webkit-transform: none; -ms-transform: none; transform: none; vertical-align: middle; }
.sidebar .job { display: block; text-decoration: none !important; border: 1px solid #017ac3; border-radius: 4px; padding: 15px 18px 12px; line-height: 1.8; font-size: 14px; background: #f2faff; color: #017ac3; margin: 20px 0 30px; }
.sidebar .job .ico { float: left; margin-right: 20px; margin-top: 5px; }

.fa-paperclip { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); }

h3.blk-title { font-size: 18px; font-weight: bold; border-bottom: 2px dotted #c5c5c5; padding: 10px 25px; line-height: 1; letter-spacing: 0.1em; }

.block-side { margin-bottom: 50px; }
.block-side ul { padding-top: 5px; }
.block-side ul li { padding: 0 25px; margin-top: 14px; }
.block-side ul li a { text-decoration: underline; letter-spacing: 0.1em; }
.block-side ul li a:hover { text-decoration: none; }

.calendar .blk-title { border-bottom: 0; margin-bottom: 0; }

.calendar-plugin { padding: 20px 18px; -webkit-border-radius: 15px; -khtml-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; }
.calendar-plugin .head { margin-bottom: 15px; position: relative; text-align: center; }
.calendar-plugin .head .calendar-date { font-size: 16px; font-weight: 700; margin: 0 0 10px; padding: 0 20px; display: inline-block; }
.calendar-plugin .head button { background: none; border: 0; padding: 0; color: #e62d8d; font-size: 18px; cursor: pointer; }
.calendar-plugin table { width: 100%; font-size: 14px; }
.calendar-plugin table thead .sun { color: #cb0808; }
.calendar-plugin table thead .sat { color: #5aa6d4; }
.calendar-plugin table td { text-align: center; padding: 5px 1px; }
.calendar-plugin table td a { text-decoration: none; }
.calendar-plugin table td .holiday { color: #e62d8d; text-decoration: underline; }
.calendar-plugin table td .holiday:hover { text-decoration: none; }
.calendar-plugin table td .day-current { display: inline-block; width: 28px; height: 28px; line-height: 28px; background: #ffc0db; -webkit-border-radius: 14px; -khtml-border-radius: 14px; -moz-border-radius: 14px; -ms-border-radius: 14px; -o-border-radius: 14px; border-radius: 14px; }
.calendar-plugin .selected { color: #f00; }

.menu-tool { padding: 30px; font-size: 16px; }
.menu-tool .fa { font-size: 34px; vertical-align: middle; color: #000 !important; }
.menu-tool .fa.fa-paperclip { transform: none; }
.menu-tool .fa.fa-envelope { font-size: 36px; }
.menu-tool .fa.fa-paperclip, .menu-tool .fa.fa-smile-o, .menu-tool .fa.fa-cog { font-size: 43px; }
.menu-tool > ul > li { margin-bottom: 30px; }
.menu-tool > ul > li a { display: inline-block; text-decoration: none; }
.menu-tool > ul > li h3 { letter-spacing: 0.2em; margin-bottom: 10px; }
.menu-tool > ul > li i { margin-right: 20px; display: inline-block; }
.menu-tool > ul > li > a:hover { color: #e62d8d; }
.menu-tool .total { display: inline-block; background: #ffb1d5; color: #424242; font-size: 14px; width: 30px; height: 30px; text-align: center; margin-top: -5px; margin-left: 10px; vertical-align: middle; border-radius: 15px; line-height: 30px; letter-spacing: 0; }
.menu-tool ul ul { padding-left: 70px; font-size: 14px; }
.menu-tool ul ul li { margin-bottom: 13px; height: 20px; }
.menu-tool ul ul li.active a { font-weight: 600; font-size: 16px; }
.menu-tool ul ul li:hover a { color: #e62d8d; }

.sidebar-search > div { padding: 4px 0 10px; }
.sidebar-search .box { padding: 20px 15px; }
.sidebar-search .form-search { float: none; width: 100%; margin-bottom: 15px; }
.sidebar-search .form-search form, .sidebar-search .form-search .form { width: 100%; margin-bottom: 10px; }
.sidebar-search .form-search form input[type="text"], .sidebar-search .form-search .form input[type="text"] { font-size: 14px; }
.sidebar-search .form-search .show-number { color: #5f5f5f; font-size: 12px; letter-spacing: 0.1em; }
.sidebar-search .search-filter h3, .sidebar-search .search-filter h4 { font-size: 16px; font-weight: bold; letter-spacing: 0.16em; color: #000; margin-bottom: 18px; }
.sidebar-search .search-filter h3 { padding-bottom: 10px; border-bottom: 3px dotted #e2e2e2; padding-left: 24px; margin-bottom: 0; }
.sidebar-search .search-filter .form-group { margin-bottom: 15px; padding-left: 5px; }
.sidebar-search .search-filter .list-inline li { margin-right: 30px; margin-bottom: 18px; }
.sidebar-search .search-filter .list-inline li:nth-child(2n) { margin-right: 0; }

.wrap-ct-outer { background: #222; }

.wrap-post { position: relative; }

.top-post { max-width: 1600px; margin: 0 auto; }
.top-post .post { float: left; width: 33.333%; position: relative; }
.top-post .post .img-feature { display: block; background: #FAFAFA; height: 270px; position: relative; overflow: hidden; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; }
.top-post .post .img-feature:after { content: ""; width: 100%; height: 100%; position: absolute; bottom: 0; left: 0; background-color: #fff; background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); background: -webkit-linear-gradient(top, #fff, #eee); background: -moz-linear-gradient(top, #fff, #eee); background: -ms-linear-gradient(top, #fff, #eee); background: -o-linear-gradient(top, #fff, #eee); background-color: transparent; background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6))); background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5)); background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5)); background: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5)); background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5)); z-index: 0; }
.top-post .post .img-feature.no-grad:after { position: relative; }
.top-post .post .img-feature > img { left: 50%; position: absolute; top: 50%; width: 100%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); max-width: none; }
@media all and (-ms-high-contrast: none) { .top-post .post .img-feature > img:not(:target) { top: 50%; left: 50%; } }
.top-post .post.post2 { width: 480px; height: 270px; }
.top-post .post.post2 .vid { display: block; width: 100%; }
.top-post .post #keyvisual_video { width: 480px; height: 270px; }
.top-post .post #keyvisual_video::-internal-media-controls-download-button { display: none; }
.top-post .post #keyvisual_video::-webkit-media-controls-enclosure { overflow: hidden; }
.top-post .post #keyvisual_video::-webkit-media-controls-panel { width: calc(100% + 30px); /* Adjust as needed */ }
.top-post .post.post1, .top-post .post.post3 { height: 270px; width: calc(50% - 240px); }
.top-post .post.post1 .img-feature > img, .top-post .post.post3 .img-feature > img { filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-opacity: 0; -khtml-opacity: 0; -moz-opacity: 0; -ms-opacity: 0; -o-opacity: 0; opacity: 0; }
.top-post .post .interaction-bar { padding: 0 25px 15px 32px; position: absolute; width: 100%; left: 0; bottom: 0; color: #fff; }
.top-post .post .post-name { display: block; font-size: 14px; letter-spacing: 0.2em; line-height: 1.6; margin-bottom: 8px; color: #fff; }
.top-post .post .tool-action { font-size: 11px; }
.top-post .post .tool-action li { margin-right: 30px; }
.top-post .post .tool-action li a { display: inline-block; vertical-align: bottom; text-decoration: none !important; background-repeat: no-repeat; background-position: 0 center; height: 18px; color: #fff; text-decoration: none !important; }
.top-post .post .tool-action li i { margin-right: 7px; display: inline-block; vertical-align: middle; }
.top-post .post .tool-action li i img { display: none; }
.top-post .post .tool-action li:first-child a { background-image: url(../img/common/ico_heart_lg_off.svg); -webkit-background-size: 20px auto; background-size: 20px auto; padding-left: 20px; }
.top-post .post .tool-action li:first-child a:hover, .top-post .post .tool-action li:first-child a.active { background-image: url(../img/common/ico_heart_lg_on.svg); }
.top-post .post .tool-action li:first-child + li a { background-image: url(../img/common/ico_comment_lg_off.svg); -webkit-background-size: 23px auto; background-size: 23px auto; padding-left: 23px; }
.top-post .post .tool-action li:first-child + li a:hover, .top-post .post .tool-action li:first-child + li a.active { background-image: url(../img/common/ico_comment_on.svg); }
.top-post .post .tool-action li:last-child { margin-right: 0 !important; }
.top-post .post .tool-action li:last-child a { background-image: url(../img/common/ico_paperclip_lg_off.svg); -webkit-background-size: 28px; background-size: 28px; padding-left: 28px; height: 20px; }
.top-post .post .tool-action li:last-child a:hover, .top-post .post .tool-action li:last-child a.active { background-image: url(../img/common/ico_paperclip_on.svg); }
.top-post .post .name { margin: 0 10px 0 0; color: #fff; }
@media (max-width: 1200px) { .top-post .post .tool-action { float: none; }
  .top-post .post .name { float: none; display: block; margin: 10px 0 0 0; } }

.bx-wrapper { position: relative; margin: 0 auto; padding: 0; *zoom: 1; -ms-touch-action: pan-y; touch-action: pan-y; }
.bx-wrapper img { max-width: 100%; display: block; }
.bx-wrapper .bxslider { list-style: none; }
.bx-wrapper .bx-viewport { -webkit-transform: translatez(0); }

.ranking { background: #f6f6f6; border-bottom: 5px solid #bebebe; padding-bottom: 14px; height: 157px; }
.ranking .branch { float: left; width: 345px; background: url(../img/top/ico_calendar.png) no-repeat 0 center; padding: 10px 0 0 80px; margin-top: 45px; }
.ranking .branch h2 { font-size: 24px; font-weight: bold; letter-spacing: 0.2em; color: #000; margin-bottom: 8px; }
.ranking .branch .date { color: #686868; display: block; margin-top: 4px; font-size: 13px; font-weight: normal; letter-spacing: 0.16em; }
.ranking .list-model { float: right; margin: 11px 60px 0 0; }
.ranking .list-model .thumb { display: block; position: relative; }
.ranking .list-model .thumb i { display: inline-block; margin: 0 -3px -14px 4px; width: 27px; }
.ranking .list-model .thumb .img { display: block; width: 90px; height: 90px; position: relative; overflow: hidden; -webkit-border-radius: 100%; -khtml-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; background: rgba(0, 0, 0, 0.25); }
.ranking .list-model .thumb .img > img { left: 50%; position: absolute; top: 50%; width: 100%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); max-width: none; width: auto; }
@media all and (-ms-high-contrast: none) { .ranking .list-model .thumb .img > img:not(:target) { top: 50%; left: 50%; } }
.ranking .list-model .thumb .img.wider > img { height: 100%; }
.ranking .list-model h3 { font-size: 12px; margin-top: 8px; text-align: center; letter-spacing: 0.1em; }
.ranking .list-model .bx-wrapper .bx-prev { left: -60px; background: url(../img/top/arrow.png) no-repeat 0 0; }
.ranking .list-model .bx-wrapper .bx-next { right: -60px; background: url(../img/top/arrow.png) no-repeat -35px 0; }
.ranking .list-model .bx-wrapper .bx-controls-direction > a.disabled, .ranking .list-model .bx-wrapper .bx-controls-direction > a.disabled:hover { filter: alpha(opacity=15); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)"; -webkit-opacity: 0.15; -khtml-opacity: 0.15; -moz-opacity: 0.15; -ms-opacity: 0.15; -o-opacity: 0.15; opacity: 0.15; }
.ranking .list-model .bx-wrapper .bx-controls-direction a { position: absolute; top: 50%; margin-top: -17px; outline: 0; width: 35px; height: 35px; text-indent: -9999px; z-index: 990; -webkit-background-size: auto 100%; background-size: auto 100%; }
.ranking .list-model .bx-wrapper .bx-controls-direction a:hover { filter: alpha(opacity=80); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; -webkit-opacity: 0.8; -khtml-opacity: 0.8; -moz-opacity: 0.8; -ms-opacity: 0.8; -o-opacity: 0.8; opacity: 0.8; }
.ranking .carousel { display: none; }

.list-post .post-item .post .thumbnail, .thumbnail.overlay { display: block; position: relative; }
.list-post .post-item .post .thumbnail:after, .thumbnail.overlay:after { content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: #000; filter: alpha(opacity=25); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; -webkit-opacity: 0.25; -khtml-opacity: 0.25; -moz-opacity: 0.25; -ms-opacity: 0.25; -o-opacity: 0.25; opacity: 0.25; }
.list-post .post-item .post .thumbnail > img, .thumbnail.overlay > img { width: 100%; }
.list-post .post-item .post .thumbnail:hover, .thumbnail.overlay:hover { filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-opacity: 1; -khtml-opacity: 1; -moz-opacity: 1; -ms-opacity: 1; -o-opacity: 1; opacity: 1; }
.list-post .post-item .post .thumbnail:hover:after, .thumbnail.overlay:hover:after { display: none; }

.list-post .post-item .post .thumbnail { height: 199px; overflow: hidden; }

.list-post.list-medium .post-item .post .thumbnail { height: 175px; }

.sec-top-blog { padding-bottom: 45px; }
.sec-top-blog .sec-title .ico { margin-left: 6px; }
.sec-top-blog .view-more { margin-top: 20px; }

.tags { padding: 30px 0; }
.tags .head { float: left; width: 160px; font-size: 20px; font-weight: bold; color: #000; text-align: center; margin-right: 20px; letter-spacing: 0.18em; margin-top: 5px; }
.tags .head .ico { display: block; margin-bottom: 10px; margin-left: -10px; }
.tags .list-tags li { margin: 10px 25px 5px 0; }
.tags .list-tags li:last-child { margin-right: 0; }
.tags .list-tags li a { display: inline-block; text-decoration: none !important; background: #fff; border: 1px solid #d5d5d5; border-left: 0; border-radius: 0 2px 2px 0; height: 30px; line-height: 28px; padding: 0 10px; position: relative; }
.tags .list-tags li a:before { content: ""; width: 18px; height: 30px; position: absolute; top: -1px; left: -16px; background: url(../img/common/bg_tags.png) no-repeat 0 0; background-size: auto 100%; }
.tags .list-tags li a:hover { background: transparent; }
.tags .list-tags li a:hover:before { background-image: url(../img/common/bg_tags_trans.png); }

.sec-top-blog .sec-title h2 { margin-top: -18px; }

.sec-top-news { padding: 0 0 50px; }
.sec-top-news .box-news { float: left; width: 755px; }
.sec-top-news .box-news li { float: left; width: 245px; margin: 0 10px 20px 0; position: relative; }
.sec-top-news .box-news li:last-child { margin-right: 0 !important; }
.sec-top-news .box-news li > a { display: block; height: 245px; position: relative; overflow: hidden; }
.sec-top-news .box-news li > a img { height: 100%; max-width: none; }
.sec-top-news .box-news li > .longer > img { width: 100%; height: auto; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); /*&:not(:target) { top: 26%\9;
}*/ left: 0; }
@media all and (-ms-high-contrast: none) { .sec-top-news .box-news li > .longer > img:not(:target) { top: 50%; } }
.sec-top-news .box-news li .des { background: #413d3d; height: 105px; color: #fff; padding: 12px 14px 12px 18px; font-size: 12px; }
.sec-top-news .box-news li .des a { display: inline-block; color: #fff; text-decoration: none !important; }
.sec-top-news .box-news li .des p { margin-top: 20px; }
.sec-top-news .happy-birthday { float: right; width: 275px; background-image: url(../img/top/bg_oval_01.png), url(../img/top/bg_oval_04.png); background-repeat: no-repeat, no-repeat; background-position: 0 0, 0 bottom; -webkit-background-size: 100% auto; background-size: 100% auto; padding: 0 10px; position: relative; min-height: 455px; margin-top: 65px; }
.sec-top-news .happy-birthday:before { content: ""; width: 120%; height: 195px; position: absolute; top: -50px; right: -35px; background: url(../img/top/confetti.png) no-repeat; }
.sec-top-news .happy-birthday:after { content: ""; width: 100%; height: auto; top: 131px; bottom: 0; left: 0; position: absolute; background: url(../img/top/bg_oval_02.png) repeat-y 0 0; -webkit-background-size: 100% auto; background-size: 100% auto; }
.sec-top-news .happy-birthday .box-head { padding: 30px 0; }
.sec-top-news .happy-birthday .box-head h2 { margin-bottom: 15px; }
.sec-top-news .happy-birthday .box-body { padding: 0 5px; position: relative; z-index: 990; }
.sec-top-news .happy-birthday .box-body .ul { text-align: center; }
.sec-top-news .happy-birthday .box-body .ul .item { display: inline-block; width: 49%; margin-bottom: 25px; }
.sec-top-news .happy-birthday .box-body .ul .item a { display: inline-block; width: 90px; height: 90px; -webkit-border-radius: 100%; -khtml-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; overflow: hidden; position: relative; }
.sec-top-news .happy-birthday .box-body .ul .item a > img { left: 50%; position: absolute; top: 50%; width: 100%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); width: auto !important; max-width: none; }
@media all and (-ms-high-contrast: none) { .sec-top-news .happy-birthday .box-body .ul .item a > img:not(:target) { top: 50%; left: 50%; } }
.sec-top-news .happy-birthday .box-body .ul .item a.wider > img { height: 100%; }
.sec-top-news .happy-birthday .box-body .ul .item h3 { font-size: 12px; margin-top: 8px; letter-spacing: 0.1em; }

.nomember-birthday { font-size: 1.2em; margin-top: 100px; color: #424242; line-height: 2em; }

.news-sns { padding: 25px 0 55px; }

.on-air { margin-bottom: 60px; }
.on-air .ttl { margin-bottom: 15px; }
.on-air .list-air li { float: left; width: 255px; margin-right: 10px; }
.on-air .list-air li:last-child { margin-right: 0; }
.on-air .list-air li .date { font-size: 16px; font-weight: bold; margin-bottom: 7px; min-height: 23px; color: #e62d8b; }
.on-air .list-air li p { font-size: 11px; margin-top: 8px; letter-spacing: 0.1em; }

.about .news-latest { float: left; width: 640px; }
.about .news-latest .ttl i { float: left; position: relative; top: -7px; margin-right: 10px; }
.about .news-latest li a { display: block; font-size: 12px; padding: 22px 0 22px 40px; border-bottom: 1px solid #ddd; background: url(../img/top/bullet02.png) no-repeat 13px center; text-decoration: none !important; }
.about .news-latest li a:hover { background-color: #ededed; }
.about .sns { float: right; width: 370px; }
.about .sns .ttl { padding-left: 20px; margin-bottom: 20px; }
.about .sns li a { display: block; border: 1px solid #ddd; -webkit-border-radius: 4px; -khtml-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; font-size: 22px; padding: 7px 20px 6px 65px; margin-top: 10px; background-repeat: no-repeat; background-position: 12px center; -webkit-background-size: 33px auto; background-size: 33px auto; }
.about .sns li a.tw { background-image: url(../img/top/ico_x.png); }
.about .sns li a.fb { background-image: url(../img/top/ico_fb.png); }
.about .sns li a.yt { background-image: url(../img/top/ico_ytube.png); }
.about .sns li a span { float: right; font-size: 14px; margin-top: 5px; }
.about .sns li a:hover { text-decoration: none; background-color: #ededed; }
.about .view-more { margin-top: 15px; border: 1px solid #ddd; width: 200px; height: 45px; line-height: 43px; padding: 0; color: #000; font-size: 1.25em; }
.about .view-more:hover, .about .view-more.active { background: rgba(237, 237, 237, 0.5); border-color: rgba(170, 170, 170, 0.5); }
.about .view-more.disabled { background: #fff; border-color: #d2d2d2; color: #d2d2d2 !important; }

.thumbnail_video, .width100, .height100 { position: relative; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.width100 { width: 100%; }

.height100 { height: 100%; }

.imgfade { display: none; }

.blog-pagination.up { margin-top: 10px; }

.post-detail { border: 1px solid #ccc; margin: 10px 0 20px; }
.post-detail .entry-title .meta-ttl { font-size: 18px; font-weight: bold; color: #000; padding: 25px 30px; margin-bottom: 10px; letter-spacing: 0.1em; line-height: 1.6; }
.post-detail .entry-meta { font-size: 12px; color: #a7a7a7; padding: 0 30px; }
.post-detail .entry-meta .in-cat { float: left; }
.post-detail .entry-meta .publ-time { float: right; }
.post-detail .entry-meta a { color: #a7a7a7; text-decoration: underline; display: inline-block; margin-right: 10px; }
.post-detail .entry-meta a:hover { text-decoration: none; }
.post-detail .bar-status { font-size: 12px; padding: 10px 30px; margin: 8px 0; }
.post-detail .bar-status a { display: inline-block; text-decoration: underline; font-size: 12px; margin-left: 20px; }
.post-detail .bar-status a:hover { text-decoration: none; }
.post-detail .post-content { padding: 25px 25px 40px; }
.post-detail .post-content .txt-ct { padding: 0 25px; font-size: 14px; }
.post-detail .post-content .txt-ct a img, .post-detail .post-content .txt-ct video { padding-top: 1em; }
.post-detail .post-content .txt-ct a { color: #017ac3; text-decoration: underline; }
.post-detail .post-content .txt-ct a:hover { text-decoration: none; }
.post-detail .post-content .txt-ct { font-size: 14px; margin-bottom: 30px; line-height: 2; letter-spacing: 0.1em; }
.post-detail .post-content .user-action { border-top: 2px dotted #dcdcdc; padding-top: 35px; }
.post-detail .post-content .user-action .vote { display: flex; justify-content: center; }
.post-detail .post-content .user-action .vote li { margin-right: 15px; margin-bottom: 20px; width: 219px; }
.post-detail .post-content .user-action .vote li:last-child { margin-right: 0; }
.post-detail .post-content .user-action .vote li a { display: block; height: 48px; line-height: 46px; padding: 0; }
.post-detail .post-content .user-action .vote li a .fa { margin-right: 10px; font-size: 26px; vertical-align: middle; }
.post-detail .post-content .user-action .btn-like { background: #ffb9dd; border-color: #ffb9dd; }
.post-detail .post-content .user-action .btn-attach { background: #cdf597; border-color: #cdf597; }
.post-detail .post-content .user-action .btn-happiness { border-color: #e62d8b; color: #e62d8b; }
.post-detail .post-content .social li { vertical-align: text-top; margin: 0 4px; }
.post-detail + .submit-confirm .btn.mini { margin: 0 18px; vertical-align: top; }

.mt30 { margin-top: 30px; }

.box-comments { margin: 50px 0 0; padding-bottom: 30px; border: 1px solid #d2d2d2; }
.box-comments .content-cmt { padding: 0 30px; }
.box-comments .content-cmt .ng-login { padding-top: 5px; }
.box-comments .content-cmt .ng-login p { font-size: 14px; letter-spacing: 0.1em; margin-bottom: 25px; }
.box-comments .content-cmt .ng-login p:last-child { margin-bottom: 0; }
.box-comments .content-cmt textarea { display: block; width: 100%; font-size: 16px; border: 1px solid #d2d2d2; -webkit-border-radius: 4px; -khtml-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; padding: 15px 15px; }
.box-comments .content-cmt form { padding-bottom: 10px; }
.box-comments .content-cmt form input.btn-submit { width: 260px; margin-top: 15px; }
.box-comments .content-cmt .pagination { margin-top: 30px; }
.box-comments .content-cmt .btn.mini { margin-bottom: 0; }
.box-comments .sttl02 { padding: 11px 0 4px 30px; }
.box-comments .list-comment { border-top: 1px solid #d2d2d2; margin-top: 30px; padding-top: 30px; }
.box-comments .list-comment .row { border-bottom: 1px solid #d2d2d2; margin-bottom: 30px; padding-bottom: 25px; }
.box-comments .list-comment .row .profile-picture { float: left; margin-right: 20px; }
.box-comments .list-comment .row .profile-picture .img { display: block; width: 80px; height: 80px; -webkit-border-radius: 100%; -khtml-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; overflow: hidden; position: relative; background: #ccc; /* add to test */ }
.box-comments .list-comment .row .profile-picture .img > img { left: 50%; position: absolute; top: 50%; width: 100%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); width: auto; max-width: none; }
@media all and (-ms-high-contrast: none) { .box-comments .list-comment .row .profile-picture .img > img:not(:target) { top: 50%; left: 50%; } }
.box-comments .list-comment .row .profile-picture .img.wider > img { height: 100%; }
.box-comments .list-comment .row .comment-detail { float: left; width: 578px; }
.box-comments .list-comment .row .comment-detail p { line-height: 2; letter-spacing: 0.1em; margin-bottom: 30px; }
.box-comments .list-comment .row .comment-detail .date-time { color: #a7a7a7; letter-spacing: 0.1em; }
.box-comments .list-comment .row .comment-detail .date-time a { display: inline-block; margin-right: 25px; text-decoration: underline; }
.box-comments .list-comment .row .comment-detail .date-time a:hover { text-decoration: none; }
.box-comments .list-comment .row .comment-detail .date-time a i { display: inline-block; width: 30px; margin-right: 8px; vertical-align: bottom; }
.box-comments .list-comment .row:last-child { margin-bottom: 0; }

.d-tbc { display: none; }

.btn-report { display: inline-block; font-size: 12px; border: 1px solid #ccc; margin-top: 30px; padding: 8px 25px; -webkit-border-radius: 20px; -khtml-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; background: #fff; text-decoration: none !important; letter-spacing: 1px; }

.latest-blog { margin-bottom: 30px; }
.latest-blog .sttl02 { margin-bottom: 15px; }
.latest-blog .sttl02.mb-lg { margin-bottom: 30px; }
.latest-blog .view-more { margin-top: 20px; }
.latest-blog .view-more .fa-arrow-circle-o-left { font-size: 28px; vertical-align: middle; margin-right: 15px; }
.latest-blog .list-post .post-item { width: 25%; }
.latest-blog .list-post .post-item .post { position: relative; }
.latest-blog .list-post .post-item .post > img { width: 100%; height: auto; }
.latest-blog .list-post .post-item .post .thumbnail { height: 175px; }
.latest-blog .list-post .post-item .post .title { height: 68px; }
.latest-blog .list-post .post-item .post .title h3 { line-height: 1.4em; }
.latest-blog .list-post .post-item .entry-meta .tool li { padding-left: 12px; }

.latest-video { margin-top: 30px; }
.latest-video iframe { margin-left: 30px; }

.form-add-blog .form-group { margin-bottom: 32px; }
.form-add-blog .form-group.last-group { margin-bottom: 0; padding-bottom: 30px; border-bottom: 1px solid #ededed; }
.form-add-blog .form-group .label { display: block; margin-bottom: 12px; font-size: 14px; letter-spacing: 0.1em; }
.form-add-blog .form-group .style-chk, .form-add-blog .form-group .style-rad { white-space: nowrap; }
.form-add-blog .form-group .style-chk li, .form-add-blog .form-group .style-rad li { margin-right: 37px; }
.form-add-blog .form-group .style-rad li:last-child { margin-right: 0; }
.form-add-blog .form-group .style-chk { float: left; }
.form-add-blog .form-group .style-chk:last-child li:last-child { margin-right: 0; }
.form-add-blog .form-group .style-rad.range li { margin-right: 50px; }
.form-add-blog .form-group .ckeditor-plugin { margin-bottom: 8px; position: relative; }
.form-add-blog .form-group .ckeditor-plugin .action-btn { position: absolute; right: 0; top: -4px; }
.form-add-blog .form-group .ckeditor-plugin .btn-cancel { height: 40px; width: 200px; padding-left: 14px; line-height: 38px; margin-top: 3px; letter-spacing: 0.1em; margin-left: 10px; padding: 0; }
.form-add-blog .form-group .ckeditor-plugin .btn-cancel .fa { vertical-align: middle; margin-right: 10px; color: #000; }
.form-add-blog .form-group .ckeditor-plugin img { vertical-align: bottom; }
.form-add-blog .form-group .ckeditor-plugin .file-upload .fa { font-size: 25px; }
.form-add-blog .form-group .ckeditor-plugin .btn-preview { color: #000; }
.form-add-blog .form-group .ckeditor-plugin .btn-preview .fa { font-size: 27px; }
.form-add-blog .area-upload { display: block; width: 380px; text-align: center; border: 1px dashed #aaa; border-radius: 4px; padding: 20px 10px; margin-bottom: 50px; cursor: pointer; letter-spacing: 0.1em; }
.form-add-blog .area-upload .fa { display: block; font-size: 26px; margin-bottom: 18px; }
.form-add-blog .tooltip { margin-left: 10px; }
.form-add-blog .ico-question { display: inline-block; vertical-align: middle; }
.form-add-blog .form-footer { margin-top: 30px; }
.form-add-blog .file-input { display: none; }

.form-footer .btn, .form-submit .btn { margin: 0 3px; }

.image-upload { margin-bottom: 50px; }
.image-upload table th, .image-upload table td { padding-bottom: 20px; }
.image-upload table th { width: 80px; font-weight: bold; }
.image-upload .select-file { display: block; width: 150px; text-align: center; background-color: #fffeff; background-image: -webkit-gradient(linear, left top, left bottom, from(#fffeff), to(#dfdfdf)); background-image: -webkit-linear-gradient(top, #fffeff, #dfdfdf); background-image: -moz-linear-gradient(top, #fffeff, #dfdfdf); background-image: -ms-linear-gradient(top, #fffeff, #dfdfdf); background-image: -o-linear-gradient(top, #fffeff, #dfdfdf); background-image: linear-gradient(to bottom, #fffeff, #dfdfdf); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fffeff', endColorStr='#dfdfdf'); height: 32px; line-height: 30px; -webkit-border-radius: 14px; -khtml-border-radius: 14px; -moz-border-radius: 14px; -ms-border-radius: 14px; -o-border-radius: 14px; border-radius: 14px; border: 1px solid #bebebe; margin-bottom: 5px; cursor: pointer; letter-spacing: 0.1em; }
.image-upload .select-file:hover { filter: alpha(opacity=70); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; -webkit-opacity: 0.7; -khtml-opacity: 0.7; -moz-opacity: 0.7; -ms-opacity: 0.7; -o-opacity: 0.7; opacity: 0.7; }
.image-upload .btn-cancel.sm { font-size: 12px; height: 36px; width: 190px; line-height: 34px; letter-spacing: 0.1em; }
.image-upload .file-name { color: #838383; font-size: 10px; display: inline-block; margin-left: 10px; letter-spacing: 0.1em; min-width: 400px; border: 0; background: none; }
.image-upload .add-more { display: inline-block !important; background: #c2c2c2; margin-bottom: 0 !important; padding: 0 12px; height: 40px; line-height: 40px; -webkit-border-radius: 10px 10px 0 0; -khtml-border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; -ms-border-radius: 10px 10px 0 0; -o-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0; text-align: center; letter-spacing: 0.18em; position: relative; }
.image-upload .add-more .fa { font-size: 22px; margin-right: 5px; vertical-align: middle; color: #424242; }
.image-upload .add-more:after { content: ""; width: 740px; height: 0; position: absolute; bottom: 0; left: 0; border-top: 1px solid #c2c2c2; }
.image-upload .opened .add-more .fa:before { content: "\f056"; }
.image-upload .other-image { -webkit-border-radius: 0 0 10px 10px; -khtml-border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px; -ms-border-radius: 0 0 10px 10px; -o-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px; }
.image-upload .other-image table th, .image-upload .other-image table td { padding-bottom: 0; padding-top: 20px; }
.image-upload .other-image table tr:last-child th, .image-upload .other-image table tr:last-child td { padding-bottom: 20px; }

.ie9 .image-upload .select-file { filter: none; background: transparent url(../img/blog/bg_gradient.png) left bottom repeat-x; }

.tooltip-open .bg-tooltip { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 0; }

.form-add-blog .setting li { float: left; position: relative; }
.form-add-blog .setting .btn { text-align: left; padding: 0 20px; }
.form-add-blog .setting .w1 .btn { width: 290px; margin-right: 10px; }
.form-add-blog .setting .w2 .btn { width: 245px; }
.form-add-blog .setting .tooltip { margin-top: 12px; margin-left: 15px; }
.form-add-blog .setting .show-calendar { position: relative; }
.form-add-blog .setting .show-calendar:before { content: ""; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 90; display: none; }
.form-add-blog .setting .show-calendar.open-calendar:before { display: block; }
.form-add-blog .setting .calendar-plugin { position: absolute; background: #f9f9f9; width: auto; left: 0; right: 10px; bottom: 100%; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; overflow: hidden; z-index: 9999; padding: 0; display: none; }
.form-add-blog .setting .calendar-plugin thead th { text-align: center; }
.form-add-blog .setting .calendar-plugin table th, .form-add-blog .setting .calendar-plugin table td { width: 14.2857%; font-weight: bold; }
.form-add-blog .setting .calendar-plugin table th:first-child, .form-add-blog .setting .calendar-plugin table td:first-child { color: #cb0808; }
.form-add-blog .setting .calendar-plugin table th:last-child, .form-add-blog .setting .calendar-plugin table td:last-child { color: #5aa6d4; }
.form-add-blog .setting .calendar-plugin td.holiday { color: #cb0808; text-decoration: none; }
.form-add-blog .setting .calendar-plugin .tbody { padding: 10px 20px; }
.form-add-blog .setting .calendar-plugin .head, .form-add-blog .setting .calendar-plugin .tfoot { background: #f6f6f6; padding: 10px 0; }
.form-add-blog .setting .calendar-plugin .head { border-bottom: 1px solid #ddd; position: relative; }
.form-add-blog .setting .calendar-plugin .head .calendar-date { margin-bottom: 0; }
.form-add-blog .setting .calendar-plugin .head button { color: #424242; }
.form-add-blog .setting .calendar-plugin .head .close { position: absolute; top: 13px; right: 10px; cursor: pointer; }
.form-add-blog .setting .calendar-plugin .tfoot { border-top: 1px solid #ddd; font-size: 14px; text-align: center; }
.form-add-blog .setting .calendar-plugin .tfoot .form-group { margin-bottom: 0; }
.form-add-blog .setting .calendar-plugin .tfoot select { font-size: 1em; width: 80px; height: 30px; vertical-align: middle; }
.form-add-blog .setting .calendar-plugin .tfoot select:last-child { margin-left: 5px; }
.form-add-blog .setting .show-calendar.open-calendar + .calendar-plugin { display: block; }
.form-add-blog .submit-form { margin-top: 30px; }
.form-add-blog .submit-form .btn { width: 260px; padding: 18px 0; font-size: 16px; margin: 0 10px; color: #fff; }
.form-add-blog .submit-form .btn-primary { background: #0077c2; }
.form-add-blog .error { padding-left: 20px; margin-top: 10px; display: block; margin-bottom: -10px; }

.submit-confirm { margin-top: 30px; text-align: center; }

.release-info { border: #ccc; border-style: solid; border-width: 1px; background-color: #f9f9f9; }
.release-info tbody tr th { padding-top: 10px; }

.tooltip { position: relative; display: inline-block; z-index: 9999; }
.tooltip .box-tooltip { display: none; position: absolute; left: 50%; bottom: 100%; margin-bottom: 24px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); -webkit-border-radius: 10px; -khtml-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; border: 1px solid #ddd; min-width: 380px; cursor: default; z-index: 9999; }
.tooltip .box-tooltip .inner { padding: 35px 30px; font-size: 12px; }
.tooltip .box-tooltip .close-tooltip { position: absolute; top: 10px; right: 10px; color: #ddd; }
.tooltip .box-tooltip:after { content: ""; width: 30px; height: 30px; position: absolute; bottom: 0; left: 50%; margin-bottom: -15px; margin-left: -15px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.tooltip .box-tooltip, .tooltip .box-tooltip:after { background: #f6f6f6; -webkit-box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.2); -khtml-box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.2); -moz-box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.2); -ms-box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.2); -o-box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.2); box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.2); }
.tooltip dl dt { font-weight: bold; margin-bottom: 5px; }
.tooltip dl dd { margin-bottom: 20px; font-weight: normal; }
.tooltip dl dd:last-child { margin-bottom: 0; }

.blog-complete-mess { padding: 112px 0; border: 1px solid #d2d2d2; margin: 22px 0 30px; }
.blog-complete-mess p { font-size: 14px; font-weight: bold; letter-spacing: 0.18em; }

.error { display: block; margin-top: 5px; padding-left: 20px; color: #CB0808; font-size: 12px; letter-spacing: 0.1em; }

.modal-blog { width: 530px; padding: 10px 0 20px; }
.modal-blog .modal-dialog { padding-top: 0 !important; }
.modal-blog .modal-dialog .modal-close { top: 0; right: 10px; }
.modal-blog .modal-dialog .modal-header { border-bottom: 1px solid #eaeaea; }
.modal-blog .modal-dialog .modal-header > h3 { padding: 40px 0 20px; }

.scrollbar-light { max-height: 550px; overflow: auto; width: 100%; }

.count-like { padding: 15px 20px 20px; font-size: 12px; text-align: left; font-weight: normal; }
.count-like i { display: inline-block; vertical-align: middle; margin-right: 10px; }

/* モーダル内のユーザアイコン */
.md-list-user { margin-bottom: 15px; }
.md-list-user li { border-bottom: 1px solid #eaeaea; position: relative; padding: 11px 5px; }
.md-list-user li .btn { height: auto; line-height: normal; padding: 5px 0; width: 165px; font-size: 12px; position: absolute; right: 0; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); /*&:not(:target) { top: 26%\9;
}*/ }
@media all and (-ms-high-contrast: none) { .md-list-user li .btn:not(:target) { top: 50%; } }
.md-list-user li .btn .fa-smile-o { font-size: 24px; vertical-align: middle; margin-right: 5px; }
.md-list-user li a { display: inline-block; }
.md-list-user li .thumb { width: 42px; height: 42px; -webkit-border-radius: 21px; border-radius: 21px; overflow: hidden; margin-right: 10px; vertical-align: middle; position: relative; }
.md-list-user li .thumb img { left: 50%; position: absolute; top: 50%; width: 100%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); max-width: none; width: auto; height: 100%; border-radius: 100%; }
@media all and (-ms-high-contrast: none) { .md-list-user li .thumb img:not(:target) { top: 50%; left: 50%; } }
.md-list-user li .usr-name { font-size: 14px; letter-spacing: 0.1em; }

.get-more { font-weight: bold; }
.get-more .fa { font-size: 20px; }

.modal .horizontal-btn .btn { width: 245px; margin-bottom: 0; }
.modal .modal-header { font-size: 18px; text-align: center; font-weight: bold; }

.modal-default { width: 550px; padding: 25px; }
.modal-default .modal-close { top: -10px; right: -10px; }
.modal-default .modal-header { margin-bottom: 15px; }
.modal-default .form-group .form-control { padding: 1px 20px; font-size: 12px; height: 40px; line-height: normal; }
.modal-default .form-group select.form-control { height: 40px; }

.modal-upload { width: 800px; padding: 25px 0; }
.modal-upload .modal-dialog { padding-top: 10px; }
.modal-upload .modal-close { top: -10px; right: 10px; }
.modal-upload .modal-header { margin-bottom: 25px; letter-spacing: 0.1em; }
.modal-upload .scrollbar-light { max-height: 520px; }
.modal-upload .scroll-wrapper { padding-right: 35px !important; }

.user-modal .modal-header { padding-bottom: 15px; border-bottom: 1px solid #dcdcdc; }
.user-modal .modal-header .fa { font-size: 30px; vertical-align: middle; margin-right: 10px; }
.user-modal .modal-header .fa-paperclip { color: #8ac831; }
.user-modal .modal-header .fa-smile-o { color: #ababab; }
.user-modal .form-select dt { font-weight: bold; margin-bottom: 10px; letter-spacing: 0.1em; }
.user-modal .form-select dd { margin-bottom: 20px; letter-spacing: 0.1em; }
.user-modal .form-select select { width: 100%; }
.user-modal .box-cmt { height: 150px; }

.scroll-wrapper { overflow: hidden !important; padding: 0 30px 0 15px !important; position: relative; }
.scroll-wrapper > .scroll-content { border: none !important; box-sizing: content-box !important; height: auto; left: 0; margin: 0; max-height: none; max-width: none !important; overflow: scroll !important; padding: 0; position: relative !important; top: 0; width: auto !important; }
.scroll-wrapper > .scroll-content::-webkit-scrollbar { height: 0; width: 0; }

.scroll-element, .scroll-element div { box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible { display: block; }

.scroll-element { display: none; }
.scroll-element .scroll-bar, .scroll-element .scroll-arrow { cursor: default; }

.scrollbar-light > .scroll-element, .scrollbar-light > .scroll-element div { border: none; margin: 0; overflow: hidden; padding: 0; position: absolute; z-index: 10; }

.scrollbar-light > .scroll-element { background-color: #ffffff; }
.scrollbar-light > .scroll-element div { display: block; height: 100%; left: 0; top: 0; width: 100%; }
.scrollbar-light > .scroll-element .scroll-element_size { background: #e3e3e3; }
.scrollbar-light > .scroll-element.scroll-x { bottom: 0; height: 17px; left: 0; min-width: 100%; width: 100%; }
.scrollbar-light > .scroll-element.scroll-y { height: 100%; min-height: 100%; right: 0; top: 0; width: 20px; }
.scrollbar-light > .scroll-element .scroll-bar { background: #fff; }
.scrollbar-light > .scroll-element.scroll-scrolly_visible { right: 0; }
.scrollbar-light > .scroll-element.scroll-scrollx_visible { top: -17px; margin-top: 17px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 0px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer { height: 12px; left: 2px; top: 2px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-bar { left: 4px; min-height: 10px; width: 12px; -webkit-border-radius: 7px; -khtml-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer { left: 0; top: 0; width: 100%; }
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size { top: -4px; }
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide, .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before, .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, .ui-timepicker-div.ui-timepicker-oneLine dt, .ui-timepicker-div .ui_tpicker_unit_hide, .ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all { display: none; }

.ui-datepicker { background: #f6f6f6; border: 1px solid #d2d2d2; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; z-index: 9999 !important; width: 290px; }
.ui-datepicker .ui-datepicker-header { position: relative; padding: 10px 0; margin-bottom: 15px; border-bottom: 1px solid #d2d2d2; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 12px; width: 20px; text-align: center; }
.ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-next .ui-icon { display: inline-block; font-size: 20px; text-align: center; cursor: pointer; }
.ui-datepicker .ui-datepicker-prev { left: 60px; }
.ui-datepicker .ui-datepicker-next { right: 60px; }
.ui-datepicker .ui-widget-header a { color: #222222; display: inline-block; font: normal normal normal 20px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; font-size: 16px; font-weight: bold; text-align: center; }
.ui-datepicker .ui-datepicker-title .ui-datepicker-month { display: inline-block; margin-left: 10px; }
.ui-datepicker table { font-size: 14px; width: 240px; margin: 0 auto; }
.ui-datepicker table th, .ui-datepicker table td { padding: 2px 6px; }
.ui-datepicker table th:first-child span, .ui-datepicker table th:first-child a, .ui-datepicker table td:first-child span, .ui-datepicker table td:first-child a { color: #cb0808; }
.ui-datepicker table th:last-child span, .ui-datepicker table th:last-child a, .ui-datepicker table td:last-child span, .ui-datepicker table td:last-child a { color: #5aa6d4; }
.ui-datepicker table th { text-align: center; font-weight: bold; border: 0; }
.ui-datepicker table td { border: 0; }
.ui-datepicker table td span, .ui-datepicker table td a { display: block; padding-bottom: 10px; text-align: center; text-decoration: none; }
.ui-datepicker .ui-timepicker-oneLine select { font-size: 1em; width: 80px; height: 30px; vertical-align: middle; font-weight: normal; overflow: hidden; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #fff url(../img/common/ico_dropdown_sl.png) no-repeat right center; border-right: 0; padding: 0 0 0 12px; color: #838383; }
.ui-datepicker .ui_tpicker_hour_slider { margin-right: 10px; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { font-weight: bold; color: #555555; cursor: default; }

.ui-state-default.ui-state-highlight, .blog .ui-state-default { display: inline-block; width: 22px; height: 22px; line-height: 22px; background: #ffc0db; -webkit-border-radius: 14px; border-radius: 14px; padding: 0; }

.ui-datepicker-today .ui-state-default { background: #ffc0db !important; }

.ui-datepicker-calendar tbody .ui-datepicker-week-end .ui-state-default { color: #555; }

.blog .ui-state-default { background: none; color: #e62d8d !important; text-decoration: underline; cursor: pointer; }

.ui-widget-content a { color: #222222; }

.ui-timepicker-div.ui-timepicker-oneLine { padding: 10px 0; margin-top: 10px; border-top: 1px solid #d2d2d2; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: center; }
.ui-timepicker-div.ui-timepicker-oneLine dl .ui_tpicker_time_label { display: inline-block !important; margin-right: 10px; font-size: 14px; vertical-align: middle; }

.ui-timepicker-div dl dt { padding: 0; }

.ui-timepicker-div.ui-timepicker-oneLine dl dd, .ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display: inline-block; }

.ui-datepicker-close.ui-state-default.ui-priority-primary.ui-corner-all { position: absolute; top: 13px; right: 10px; background: none; padding: 0; border: 0; }

.list-photo li { float: left; width: 25%; margin-bottom: 10px; padding: 0 5px; }

.blog-error-title { background: #f6f6f6; font-size: 18px; font-weight: bold; letter-spacing: 0.2em; text-align: center; padding: 40px 0; margin-top: 60px; }
.blog-error-txt { font-size: 15px; line-height: 3; margin: 30px 0; text-align: center; }
.blog-error-btnlist { display: flex; margin: 50px 0 60px; justify-content: center; }
.blog-error-btnlist .small-btn { width: 260px; margin: 0 20px; }

.blog-textarea { height: 500px; overflow-y: scroll; }

.form-header .user-info { text-align: center; margin-bottom: 10px; padding-top: 5px; color: #252525; }
.form-header .user-info .thumbnail, .form-header .user-info .user-name { vertical-align: middle; display: inline-block; }
.form-header .user-info .thumbnail { width: 80px; height: 80px; -webkit-border-radius: 40px; -khtml-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; border-radius: 40px; overflow: hidden; position: relative; }
.form-header .user-info .thumbnail img { max-width: none; left: 50%; position: absolute; top: 50%; width: 100%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
@media all and (-ms-high-contrast: none) { .form-header .user-info .thumbnail img:not(:target) { top: 50%; left: 50%; } }
.form-header .user-info .thumbnail.wider > img { height: 100%; }
.form-header .user-info .user-name { margin-left: 15px; font-size: 14px; letter-spacing: 0.1em; }

.form-message-edit textarea { height: 470px; resize: none; font-family: inherit; }
.form-message-edit .text-warning { margin: 30px 0; }

.text-warning { color: #CB0808; letter-spacing: 0.1em; }

.tabs { padding: 10px 14px 0; background: #f9f9f9; margin-bottom: 15px; }
.tabs li { float: left; width: 173px; margin-left: 4px; padding: 0 10px; background: #ededed; border: 1px solid #ddd; border-bottom: 0; border-top-left-radius: 10px; border-top-right-radius: 10px; text-align: center; cursor: pointer; }
.tabs li a { display: block; font-size: 14px; border-bottom: 3px solid transparent; padding: 18px 0 6px; letter-spacing: 0.2em; text-decoration: none !important; }
.tabs li:hover, .tabs li.current { background: #fff; }
.tabs li:hover a, .tabs li.current a { border-color: #c2c2c2; }

.tab-content { display: none; }
.tab-content.current { display: block; }

.message-list .nav-control { margin-bottom: 15px; position: relative; }
.message-list .nav-control .bt-ctrl-nav { margin-bottom: 0; }
.message-list .chk-all { margin-top: -17px; position: relative; top: -1em; }
.message-list .chk-all .checkall { display: none; visibility: hidden; }
.message-list .chk-all .check-all { display: inline-block; text-decoration: underline; cursor: pointer; }
.message-list .slim-type li .title a { width: 86%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.message-list .slim-type li .thumb { -webkit-border-radius: 40px; -khtml-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; border-radius: 40px; }
.message-list .slim-type li .thumb:after { content: ""; width: 640px; height: 100px; position: absolute; top: -11px; left: -20px; }
.message-list .slim-type li .style-chk { display: block; position: absolute; right: 18px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); /*&:not(:target) { top: 26%\9;
}*/ }
@media all and (-ms-high-contrast: none) { .message-list .slim-type li .style-chk:not(:target) { top: 50%; } }
.message-list .slim-type li:hover .title a { text-decoration: underline; }
.message-list .slim-type li.unread .title a { color: #017ac3; }
.message-list + .pagination { margin-top: 40px; }

.message-empty { display: table; width: 100%; border-top: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9; margin-bottom: 15px; text-align: center; }
.message-empty p { font-size: 14px; letter-spacing: 0.2em; height: 200px; display: table-cell; vertical-align: middle; }

.message-detail { font-size: 14px; letter-spacing: 0.1em; }
.message-detail .post-title { padding: 25px 20px 14px; }
.message-detail .publ-time { color: #a7a7a7; letter-spacing: 0.1em; padding: 10px 0; }
.message-detail.post-detail { margin-bottom: 10px; }
.message-detail.post-detail .bar-status { padding: 3px 15px 2px 0; }
.message-detail.post-detail .post-content { padding: 4px 20px 12px; }
.message-detail .post-content .txt { color: #838383; margin-bottom: 45px; }
.message-detail .post-content .txt:last-child { margin-bottom: 0; }
.message-detail .post-content .txt p { line-height: 2.4; }
.message-detail .post-content .txt p.mt15 { margin-top: 15px; }
.message-detail .post-content .txt a { color: #017ac3; text-decoration: underline; }

.support-faq a { display: inline-block; color: #838383; text-decoration: underline; letter-spacing: 0.1em; }
.support-faq a:hover { text-decoration: none; }

.message-wrap .form-submit { margin: 20px 0 10px; }

.inner-ct { padding: 0 20px; }

.kv { margin-bottom: 20px; }
.kv > img { width: 100%; }

.user-page .pagination { margin-top: 10px; }
.user-page .lasted-video { margin-top: 52px; }

.latest-blog .list-post .post-item .post .entry-meta .title { height: 62px; }
.latest-blog .list-post .post-item .post .entry-meta .title h3 { font-size: 14px; }
.latest-blog .list-post .post-item .post .entry-meta .title .profile { font-size: 11px; }

.sec-clip .latest-blog .list-post .post-item .post .title { height: 68px !important; }

.lasted-video .video-area { width: 680px; margin: 0 auto; padding-top: 18px; }

.banner-area { margin-top: 25px; padding: 47px 0; }
.banner-area ul { text-align: center; white-space: nowrap; }
.banner-area ul li { display: inline-block; vertical-align: top; width: 300px; margin-right: 68px; }
.banner-area ul li:last-child { margin-right: 0; }

.ttl-pro { font-size: 16px; padding-left: 20px; letter-spacing: 0.1em; margin-bottom: 5px; }
.ttl-pro .notice { display: inline-block; font-size: 12px; color: #000; letter-spacing: 0.15em; margin-left: 15px; }

.profile-edit > div { margin-bottom: 40px; }
.profile-edit.audition-apply-form .audition-form { padding: 0 !important; margin-bottom: 30px; }
.profile-edit.audition-apply-form .audition-form .tbl-content { padding: 30px 35px 30px 30px !important; }
.profile-edit.audition-apply-form .audition-form .tbl-content table th { width: 130px; }
.profile-edit.audition-apply-form .audition-form .tbl-content table th.pt0 { padding-top: 0; }
.profile-edit.audition-apply-form .audition-form .tbl-content table .form-group { margin-bottom: 10px; }
.profile-edit.audition-apply-form .audition-form .tbl-content table .form-group .form-control { margin-right: 0; }
.profile-edit.audition-apply-form .audition-form .tbl-content table tr:last-child .form-group { margin-bottom: 0; }
.profile-edit.audition-apply-form .audition-form .tbl-content table:last-child { margin-bottom: 0; }
.profile-edit .ins { font-size: 12px; padding-left: 20px; margin-top: 2px; }
.profile-edit .form-bottom { margin-top: 20px; }
.profile-edit .file-upload + .style-chk { display: block; margin-top: 8px; }
.profile-edit .file-upload { margin-bottom: -10px; }
.profile-edit .col-size { width: 190px; }
.profile-edit .col-size span { display: inline-block; margin-right: 15px; }
.profile-edit .col-size span:last-child { margin-right: 0; }
.profile-edit .form-confirm .tbl-content table { margin-bottom: 40px; }
.profile-edit .form-confirm .tbl-content table:first-of-type { margin-top: 20px; }
.profile-edit .form-confirm .tbl-content table:last-of-type { margin-bottom: 20px !important; }
.profile-edit .form-confirm .value.txt { display: block; line-height: 2 !important; }
.profile-edit .permission { font-size: 12px; letter-spacing: 0.1em; }

.form-table .size-large { width: 186px; margin-right: 8px !important; }
.form-table .wrap-column { display: inline-block; vertical-align: middle; }
.form-table select.size-mini { width: 115px; }
.form-table input[type="text"] { width: 282px; }
.form-table textarea { width: 100%; }
.form-table .style-rad { display: inline-block; }
.form-table .style-rad input[type="radio"] + label { font-size: 12px; padding-left: 22px; margin-right: 15px; -webkit-background-size: 16px auto; background-size: 16px auto; }
.form-table .style-rad input[type="radio"] + label:last-child { margin-right: 0; }
.form-table.table2 td { padding-right: 35px; }
.form-table.table2 td .style-chk { display: inline-block; margin-left: 16px; }
.form-table.table3 th { width: 280px; line-height: 1.8; }
.form-table.table3 td { padding-right: 8px; }

.block-user { margin-bottom: 30px; }
.block-user p { line-height: 2.2; letter-spacing: 0.1em; }
.block-user.box-notice { margin-top: 40px; }

.block-profile-usr { padding-top: 4px; }
.block-profile-usr .img-profile { float: left; width: 200px; height: 200px; margin-right: 18px; position: relative; overflow: hidden; }
.block-profile-usr .img-profile > img { left: 50%; position: absolute; top: 50%; width: 100%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); width: auto; max-width: none; }
@media all and (-ms-high-contrast: none) { .block-profile-usr .img-profile > img:not(:target) { top: 50%; left: 50%; } }
.block-profile-usr .user-detail { float: left; width: 482px; }
.block-profile-usr .user-detail th, .block-profile-usr .user-detail td { text-align: left; padding: 4px 0; }
.block-profile-usr .user-detail th { width: 100px; }
.block-profile-usr .user-detail h1 { display: inline; }
.block-profile-usr p span { display: inline-block; min-width: 100px; }

.profile-edit .img-selected img { max-width: 250px; max-height: 250px; }

.category-head { margin-bottom: 10px; }

.top-post.category-post { margin-bottom: 30px; height: 350px; }
.top-post.category-post .post { width: 33.3333%; }
.top-post.category-post .post .img-feature { height: 350px; }

.search-result .row-item { margin-bottom: 15px; }
.search-result .row-item.blog-search { margin-top: 40px; }
.search-result .row-item:last-child { margin-bottom: 0; }
.search-result .search-inner { padding: 0 20px; }
.search-result .type-option li a { color: #252525; display: inline-block; vertical-align: middle; letter-spacing: 0.1em; }
.search-result .type-option.wrap-2col li { margin-bottom: 15px; }
.search-result .type-option.wrap-2col li:nth-child(2n) { padding-left: 20px; }
.search-result .type-option.wrap-2col li .txt-name { font-size: 14px; }
.search-result .type-option .img { margin-right: 15px; width: 80px; height: 80px; -webkit-border-radius: 40px; -khtml-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; border-radius: 40px; overflow: hidden; position: relative; }
.search-result .type-option .img > img { left: 50%; position: absolute; top: 50%; width: 100%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); max-width: none; width: auto !important; }
@media all and (-ms-high-contrast: none) { .search-result .type-option .img > img:not(:target) { top: 50%; left: 50%; } }
.search-result .type-option .img.wider > img { height: 100%; }
.search-result .type-option.wrap-3col li { margin-bottom: 18px; }
.search-result .type-option.wrap-3col li .img { margin-right: 14px; }
.search-result .more_user_btn { margin-top: 24px; width: 50%; }
.search-result .tab-link-cat { background: #a9a9a9; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; border: 2px solid #a9a9a9; margin-top: 23px; }
.search-result .tab-link-cat a { display: block; font-size: 14px; font-weight: bold; letter-spacing: 0.2em; color: #252525; background: #fff; padding: 8px 0; text-decoration: none; }
.search-result .tab-link-cat a:hover, .search-result .tab-link-cat a.active { background: #a9a9a9; color: #fff; }
.search-result .title-search { margin: 34px 0 16px; }
.search-result .title-search .mess-result { font-size: 16px; color: #252525; margin-bottom: 6px; letter-spacing: 0.2em; }
.search-result .title-search .total-result { font-size: 12px; color: #5f5f5f; letter-spacing: 0.1em; }
.search-result .search-alert { font-size: 14px; padding: 20px 0 30px; letter-spacing: 0.1em; }
.search-result .list-result li .thumb { height: 80px; overflow: hidden; }
.search-result .list-result li .thumb img { left: 50%; position: absolute; top: 50%; width: 100%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); width: 100%; max-width: none; }
@media all and (-ms-high-contrast: none) { .search-result .list-result li .thumb img:not(:target) { top: 50%; left: 50%; } }
.search-result .force-center-x { position: relative; left: 50%; -webkit-transform: translateY(0%) translateX(-50%); transform: translateY(0%) translateX(-50%); }
.search-result .more_search_loader { text-align: center; padding-top: 20px; }
.search-result .more_search_button { padding: 1em; background-color: #FFF; }

.audition-page { padding-bottom: 40px; }
.audition-page .sec-title.mb-md h2 .ico { margin-top: -10px; }

.banner-au { position: relative; }
.banner-au .entry { position: absolute; right: -1px; bottom: -1px; width: 410px; height: 352px; padding-top: 80px; background: transparent url("../img/audition/bg_circle.png") right bottom no-repeat; }
.banner-au .title { text-align: center; margin: 0 28px 0; color: #fff; width: 270px; float: right; }
.banner-au .title h3 { font-size: 20px; letter-spacing: 0.1em; margin: 18px 0; }
.banner-au .title p { font-size: 15px; letter-spacing: 0.1em; }
.banner-au .title .btn { display: block; width: 100%; background: #000; color: #fff; font-size: 22px; height: 70px; letter-spacing: 0.16em; border: 0; line-height: 70px; margin-top: 30px; }
.banner-au .title .btn span { display: inline-block; background: url(../img/audition/arrow_angle_right_off.png) no-repeat right center; padding-right: 40px; }

.sec-scroller { margin-bottom: 40px; }
.sec-scroller .sec-title { margin-bottom: 12px; }
.sec-scroller .faq-header .box-faq { margin-bottom: 20px; }
.sec-scroller .faq-header .box-faq ul { float: none; width: auto; padding: 0; }
.sec-scroller .faq-header .box-faq ul li { float: left; width: 50%; padding-left: 40px; }
.sec-scroller .dlr-horizontal .btn { margin: 0 18px; }

.scout-blog { margin-bottom: 50px; }
.scout-blog p { font-size: 14px; line-height: 1.8; margin-bottom: 14px; padding-top: 5px; letter-spacing: 0.2em; }
.scout-blog p a { color: #e62d8d; text-decoration: underline; }
.scout-blog p a:hover { text-decoration: none; }
.scout-blog .scout-blog-list { margin-left: -2px; margin-right: -2px; padding-bottom: 5px; }
.scout-blog .scout-blog-list li { float: left; width: 12.5%; padding: 0 2px; margin-bottom: 20px; }
.scout-blog .scout-blog-list li .thumb { display: block; height: 180px; overflow: hidden; margin-bottom: 5px; position: relative; }
.scout-blog .scout-blog-list li .thumb > img { height: 100%; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); /*&:not(:target) { top: 26%\9;
}*/ width: auto; }
@media all and (-ms-high-contrast: none) { .scout-blog .scout-blog-list li .thumb > img:not(:target) { left: 50%; } }
.scout-blog .scout-blog-list li .title { display: block; font-size: 12px; text-align: center; letter-spacing: 0.2em; }
.scout-blog.otoko_gekidan img { height: auto !important; }

.blog-audition p, .blog-audition li { display: block; line-height: 1.9; font-size: 14px; color: #000; letter-spacing: 0.1em; }

.blog-audition { margin-bottom: 45px; }
.blog-audition p { margin-top: 30px; }
.blog-audition a { text-decoration: underline; color: #e62d8b; }
.blog-audition a:hover { text-decoration: none; }
.blog-audition .btn + small { display: block; font-size: 12px; margin-top: 8px; letter-spacing: 0.2em; }
.blog-audition .address-post { width: 50%; background: #ededed; font-size: 12px; padding: 15px 20px; letter-spacing: 0.2em; line-height: 2; margin: 18px 0 40px; }
.blog-audition .txt-caution { color: #cb0808; }

.sec-audition .list-post { margin-bottom: -10px; }

.sec-top-blog.audition-page .list-post .post-item .post .new { -webkit-background-size: cover; background-size: cover; padding: 6px 17px 4px 22px; }

.list-post .post-item.md-col-6 { width: 60%; }
.list-post .magazine { position: relative; border: 1px solid #ffe1e1; min-height: 302px; }
.list-post .magazine .list-btn { position: absolute; left: 16px; bottom: 16px; width: 240px; }
.list-post .magazine .list-btn .btn { background: #ec7a95; height: 45px; width: 100%; line-height: 45px; border: 0; margin-top: 8px; font-size: 14px; letter-spacing: 0.1em; color: #fff; }

.list-contest-win .row { margin-bottom: 60px; }
.list-contest-win .row:last-child { margin-bottom: 0; }
.list-contest-win .ct-left { float: left; width: 525px; margin-bottom: 14px; }
.list-contest-win .entry-title { border-bottom: 1px solid #8d8d8d; margin-bottom: 5px; padding-bottom: 5px; }
.list-contest-win .entry-title h3 { color: #000; font-size: 16px; font-weight: bold; letter-spacing: 0.18em; line-height: 2; margin: 5px 0 15px; }
.list-contest-win .entry-title .entry-meta { text-align: right; letter-spacing: 0.16em; }
.list-contest-win .excerpt { color: #747474; letter-spacing: 0.16em; line-height: 2; padding: 10px 0; }
.list-contest-win .img { float: right; width: 500px; margin-bottom: 30px; }

.sec-winner .sec-title { margin-bottom: 45px; }

.audition-apply-form h2, .audition-apply-form .form-ttl { font-size: 20px; color: #000; font-weight: bold; letter-spacing: 0.18em; text-align: center; padding: 30px 0 25px; }
.audition-apply-form h2.smaller, .audition-apply-form .form-ttl.smaller { font-size: 18px; letter-spacing: 0.2em; }
.audition-apply-form .title-group { font-weight: bold; border-bottom: 1px solid #bebebe; padding-bottom: 8px; margin-bottom: 30px; letter-spacing: 0.18em; }
.audition-apply-form .frame { border: 1px solid #ccc; margin-bottom: 55px; }
.audition-apply-form .audition-form { padding: 0 45px; margin-bottom: 70px; }
.audition-apply-form .audition-form:last-child { margin-bottom: 60px; }
.audition-apply-form .audition-form .tbl-content { padding: 0 30px; }
.audition-apply-form .status-current { text-align: center; width: 405px; margin: 25px auto 20px; position: relative; }
.audition-apply-form .status-current:after { content: ""; width: 100%; height: 2px; background: #ededed; position: absolute; left: 0; top: 50%; margin-top: -1px; }
.audition-apply-form .status-current .step { display: inline-block; margin: 0 38px; width: 30px; height: 30px; line-height: 30px; font-size: 14px; font-weight: bold; color: #fff; background: #c2c2c2; position: relative; z-index: 90; -webkit-border-radius: 15px; -khtml-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; }
.audition-apply-form .status-current .step.current { background: #e62d8d; }
.audition-apply-form .required { color: #CB0808; }
.audition-apply-form .note { letter-spacing: 0.18em; font-weight: bold; padding-top: 10px; margin-bottom: 35px; }
.audition-apply-form .txt-pink { color: #f662ad; margin-bottom: 45px; letter-spacing: 0.18em; font-size: 14px; }
.audition-apply-form table { margin-bottom: 30px; }
.audition-apply-form table th, .audition-apply-form table td { text-align: left; font-size: 14px; }
.audition-apply-form table th { width: 240px; font-weight: bold; letter-spacing: 0.1em; vertical-align: top; padding-top: 1em; }
.audition-apply-form table td { letter-spacing: 0.1em; vertical-align: middle; padding-left: 10px; }
.audition-apply-form table .form-group { position: relative; }
.audition-apply-form table .form-group.nowrap { white-space: nowrap; }
.audition-apply-form table .form-group .required { position: absolute; right: 100%; margin-right: 10px; top: 10px; font-size: 1.2em; }
.audition-apply-form table .form-group .required_right { margin-right: 10px; top: 10px; font-size: 1.2em; color: #CB0808; }
.audition-apply-form table .form-group:last-child { margin-bottom: 0; }
.audition-apply-form table .form-group.mb10 { margin-bottom: 10px !important; }
.audition-apply-form table .form-group .btn { height: 47px; line-height: normal; vertical-align: top; width: 235px; letter-spacing: 0.1em; }
.audition-apply-form table .form-group .caculator { display: inline-block; margin-left: 20px; }
.audition-apply-form table .form-group .pink-a { color: #e62d8d; text-decoration: underline; }
.audition-apply-form table .form-group a:hover { color: #424242; }
.audition-apply-form table .form-group .choice-size li { width: 280px; margin-right: 70px; }
.audition-apply-form table .form-group .choice-size li:nth-child(2n) { margin-right: 0 !important; }
.audition-apply-form table .form-group .choice-size li .side { display: inline-block; width: 78px; }
.audition-apply-form table .form-control { margin: 0 5px 0 0; padding-left: 15px; padding-right: 15px; font-size: 14px; letter-spacing: 0.1em; }
.audition-apply-form table .form-control:last-child { margin: 0; }
.audition-apply-form table .size1 { width: 135px; }
.audition-apply-form table .size2 { width: 88px; text-align: center; padding-left: 14px; padding-right: 14px; }
.audition-apply-form table select.size1, .audition-apply-form table select.size2 { font-family: monospace; text-align: left; }
.audition-apply-form table select.size1 { padding-left: 25px; }
.audition-apply-form table select.size2 { padding-left: 18px; }
.audition-apply-form table select.size2.centered { padding-left: 13px; }
.audition-apply-form table .size3 { width: 175px; }
.audition-apply-form table .size4 { width: 600px; }
.audition-apply-form table .size5 { width: 100px; text-align: center; }
.audition-apply-form table .size6 { width: 355px; }
.audition-apply-form table .size7 { width: 255px; }
.audition-apply-form table .size8 { min-width: 30px; }
.audition-apply-form table .slash-to { display: inline-block; width: 55px; text-align: center; }
.audition-apply-form table .h1 { height: 200px; }
.audition-apply-form table .h2 { height: 150px; }
.audition-apply-form .list-sector li { float: left; min-width: 248px; margin: 13px 0; }
.audition-apply-form .indent { margin-left: -1.2em; }
.audition-apply-form .indent .required { font-size: 1.2em; margin-right: 0.3em; }
.audition-apply-form .area-file-upload ul { float: left; margin-right: 15px; }
.audition-apply-form .area-file-upload ul li { float: left; border: 1px solid #ccc; }
.audition-apply-form .area-file-upload .file-requirement p { font-size: 12px; letter-spacing: 0.2em; margin: 5px 0; }
.audition-apply-form .nickname { padding: 12px 0; }
.audition-apply-form .terms { margin: 50px 0 40px; padding: 18px; font-size: 12px; line-height: 2; letter-spacing: 0.16em; }
.audition-apply-form .terms a { color: #e62d8d; text-decoration: underline; }
.audition-apply-form .form-submit .btn { margin-bottom: 20px; }
.audition-apply-form .form-submit .btn:last-child { margin-bottom: 0; }
.audition-apply-form .form-confirm table { margin-bottom: 35px; }
.audition-apply-form .form-confirm table th { padding-top: 0; width: 260px; }
.audition-apply-form .form-confirm table .size1 { width: auto; min-width: 100px; }
.audition-apply-form .form-confirm table .size2 { width: auto; min-width: 70px; text-align: left; padding: 0; }
.audition-apply-form .form-confirm table .size5 { width: auto; text-align: left; }
.audition-apply-form .form-confirm table .size6 { width: 255px; }
.audition-apply-form .form-confirm table .form-group p.value { line-height: 1.7; }
.audition-apply-form .form-confirm table .form-group .label { display: inline-block; }
.audition-apply-form .form-confirm table .form-group .label.dir { margin-left: 1em; }
.audition-apply-form .form-confirm table .form-group .label.dil { margin-right: 1em; }
.audition-apply-form .form-confirm table .form-group .caculator { margin-left: 55px; }
.audition-apply-form .form-confirm table .form-group .caculator .size2 { min-width: 30px; }
.audition-apply-form .form-confirm table .form-group .choice-size li { width: 280px; margin-right: 0; margin-bottom: 20px; }
.audition-apply-form .form-confirm table .form-group .choice-size li .side { width: 95px; }
.audition-apply-form .form-confirm table .form-group .choice-size li .size5 { width: 60px; }
.audition-apply-form .form-confirm table .list-file-upload { margin-bottom: -30px; }
.audition-apply-form .form-confirm table .list-file-upload .files { float: left; margin-right: 50px; margin-bottom: 40px; }
.audition-apply-form .form-confirm table .list-file-upload img { width: 100%; }
.audition-apply-form .form-confirm .nickname { padding: 0; }
.audition-apply-form .form-confirm .title-group { margin-bottom: 30px; }
.audition-apply-form .form-complete .audition-form { margin-bottom: 50px !important; }
.audition-apply-form .form-success { margin: 55px 0; font-size: 14px; }
.audition-apply-form .form-success p { font-weight: bold; letter-spacing: 0.18em; margin-top: 35px; }
.audition-apply-form .form-success.passcomp { padding-left: 195px; margin: 30px 0 55px; line-height: 1.5; }
.audition-apply-form .form-success.passcomp.larger { padding-left: 140px; margin-top: 50px; margin-bottom: 50px; }
.audition-apply-form .form-success.passcomp p { font-weight: normal; }
.audition-apply-form .form-success.fixed-height { height: 290px; display: table; width: 100%; margin: 0; }
.audition-apply-form .form-success.fixed-height .tbc { display: table-cell; vertical-align: middle; width: 100%; }
.audition-apply-form .form-success.fixed-height .tbc p { margin: 15px 0; font-weight: normal; }
.audition-apply-form .form-success.fixed-height + .form-submit { padding-bottom: 10px; }
.audition-apply-form .extra { display: block; background: #bebebe; font-size: 14px; letter-spacing: 0.18em; position: relative; padding: 11px 30px; }
.audition-apply-form .extra .fa { color: #222; font-size: 28px; vertical-align: middle; margin-right: 10px; }
.audition-apply-form .opened .extra .fa:before { content: "\f056"; }
.audition-apply-form .child { margin-top: 25px; }

.accordion .child { display: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .form-group select.form-control::-ms-expand { display: none; } }
.ie9 .form-group select.form-control { background: none !important; padding: 0 !important; }

.btn-success { background: #c2f27d; }

.btn-success-min { background: #f662ad; }

.btn-fail { background: #c2c2c2; }

.audition-flow { margin-top: 16px; font-size: 14px; color: #000; }
.audition-flow p, .audition-flow li { line-height: 1.6; letter-spacing: 0.1em; }
.audition-flow ul li { margin-bottom: 4px; }
.audition-flow a { color: #e62d8b; text-decoration: underline; }
.audition-flow a:hover { text-decoration: none; }
.audition-flow .btn { height: auto; width: 100%; line-height: 1.8; color: #000; padding: 15px 0; min-height: 60px; letter-spacing: 0.2em; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: inherit; cursor: inherit; }
.audition-flow .lead { font-size: 16px; margin-bottom: 18px; letter-spacing: 0.2em; }
.audition-flow .sttl02 { margin-bottom: 30px; }
.audition-flow .inner-ct { text-indent: 12px; margin-bottom: 25px; font-size: 12px; letter-spacing: 0.2em; }
.audition-flow .has-arrow > span { display: inline-block; }
.audition-flow .has-arrow .index { position: relative; }
.audition-flow .has-arrow .index:before, .audition-flow .has-arrow .index:after { position: absolute; content: ""; }
.audition-flow .has-arrow .index:after { width: 0; height: 0; border-style: solid; }
.audition-flow .has-arrow.dir-ltr .index:before, .audition-flow .has-arrow.dir-ltr .index:after, .audition-flow .has-arrow.dir-rtl .index:before, .audition-flow .has-arrow.dir-rtl .index:after { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); /*&:not(:target) { top: 26%\9;
}*/ }
@media all and (-ms-high-contrast: none) { .audition-flow .has-arrow.dir-ltr .index:before:not(:target), .audition-flow .has-arrow.dir-ltr .index:after:not(:target), .audition-flow .has-arrow.dir-rtl .index:before:not(:target), .audition-flow .has-arrow.dir-rtl .index:after:not(:target) { top: 50%; } }
.audition-flow .has-arrow.dir-ltr .index:before, .audition-flow .has-arrow.dir-rtl .index:before { height: 15px; }
.audition-flow .has-arrow.dir-ttb .index:before, .audition-flow .has-arrow.dir-ttb .index:after { position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); /*&:not(:target) { top: 26%\9;
}*/ z-index: 990; }
@media all and (-ms-high-contrast: none) { .audition-flow .has-arrow.dir-ttb .index:before:not(:target), .audition-flow .has-arrow.dir-ttb .index:after:not(:target) { left: 50%; } }
.audition-flow .has-arrow.dir-ttb .index:before { width: 15px; top: 100%; }
.audition-flow .flow-row { position: relative; background: transparent url("../img/audition/bg_app.png") left top repeat-y; }
.audition-flow .flow-row.inline { position: relative; }
.audition-flow .flow-row.inline:before { content: ""; width: 100%; height: 45px; position: absolute; top: -45px; left: 0; z-index: 10; background: #fff; }
.audition-flow .flow-row .caret-vertical { margin: 7px 0 !important; }
.audition-flow .flow-row .caret-vertical .fa-caret-down { display: block; font-size: 24px; line-height: 20px; }
.audition-flow .flow-row .oscar-col.column { float: right; width: 650px; margin-bottom: 45px; }
.audition-flow .flow-row .oscar-col .heading { background: #e62d8b; }
.audition-flow .flow-row .oscar-col .wrap { padding: 30px 30px 30px 35px; }
.audition-flow .flow-row .oscar-col .fa-caret-down { color: #e62d8b; }
.audition-flow .flow-row .oscar-col .group-btn { width: 520px; margin: 0 auto; }
.audition-flow .flow-row .oscar-col .group-btn > span { width: 250px; }
.audition-flow .flow-row .oscar-col .info-exclam { position: relative; margin: 15px 0 35px; padding-left: 45px; line-height: inherit; display: block; letter-spacing: 0.1em; }
.audition-flow .flow-row .oscar-col .info-exclam:before { content: "\f06a"; font-size: 35px; line-height: 1; color: #f662ad; position: absolute; top: 0; left: 0; }
.audition-flow .flow-row .oscar-col .has-arrow.dir-rtl .index:before { background: #f662ad; width: 96px; right: 100%; }
.audition-flow .flow-row .oscar-col .has-arrow.dir-rtl .index:after { border-width: 15px 20px 15px 0; border-color: transparent #f662ad; right: -webkit-calc(100% + 95px); right: -moz-calc(100% + 95px); right: calc(100% + 95px); }
.audition-flow .flow-row .app-col { width: 350px; position: absolute; left: 0; background: #f3ffe2; }
.audition-flow .flow-row .app-col .heading { background: #8AC831; }
.audition-flow .flow-row .app-col .wrap { padding: 30px 25px; }
.audition-flow .flow-row .app-col p { margin-bottom: 15px; }
.audition-flow .flow-row .app-col ul { margin-bottom: 20px; }
.audition-flow .flow-row .app-col .fa-caret-down { color: #8AC831; }
.audition-flow .flow-row .app-col .has-arrow > span { display: block; }
.audition-flow .flow-row .app-col .has-arrow.dir-ltr .index:before { background: #c2f27d; width: 56px; left: 100%; }
.audition-flow .flow-row .app-col .has-arrow.dir-ltr .index:after { border-width: 15px 0 15px 20px; border-color: transparent #c2f27d; left: -webkit-calc(100% + 55px); left: -moz-calc(100% + 55px); left: calc(100% + 55px); }
.audition-flow .flow-row .app-col .has-arrow.dir-ttb .index:before { background: #c2f27d; height: 56px; }
.audition-flow .flow-row .app-col .has-arrow.dir-ttb .index:after { border-width: 20px 15px 0; border-color: #c2f27d transparent; top: -webkit-calc(100% + 55px); top: -moz-calc(100% + 55px); top: calc(100% + 55px); }
.audition-flow .flow-row .heading { font-size: 16px; text-align: center; height: 50px; line-height: 50px; color: #fff; letter-spacing: 0.2em; }
.audition-flow .flow-row .debut { display: inline-block; width: 140px; height: 140px; overflow: hidden; background: #e62d8b; color: #fff; font-size: 22px; font-weight: bold; line-height: 1; letter-spacing: 0.2em; padding-top: 60px; -webkit-border-radius: 100%; border-radius: 100%; }
.audition-flow .flow-row.row1 .app-col { top: 0; }
.audition-flow .flow-row.row2 .app-col { top: -165px; }
.audition-flow .flow-row.row3 .app-col { bottom: 45px; }

.boxPrivacy { height: 250px; border: 1px solid #ccc; background: #fff; overflow: auto; }

.form-errot-txt { padding: 100px 0; font-size: 20px; }

.approve-pending { background: #f9f9f9; border: 1px solid #d2d2d2; padding: 25px 30px 0; margin-bottom: 30px; }
.approve-pending p { font-size: 14px; margin-bottom: 10px; letter-spacing: 0.1em; }
.approve-pending ul li { margin-bottom: 3px; letter-spacing: 0.1em; }
.approve-pending .approve { margin-top: 30px; }
.approve-pending .approve li { float: left; width: 50%; margin-bottom: 30px; }
.approve-pending .approve li .img { width: 80px; height: 80px; -webkit-border-radius: 100%; -khtml-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; }
.approve-pending .approve li .txt-name { display: inline-block; font-size: 14px; margin: 8px 0 15px; max-width: 210px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; letter-spacing: 0.1em; }
.approve-pending .approve .tbl { width: 300px; table-layout: fixed; }
.approve-pending .approve .tbl .th { width: 80px; }
.approve-pending .approve .tbl .td { padding-left: 20px; }
.approve-pending .approve .btn { float: left; width: 82px; height: 30px; font-size: 12px; line-height: 28px; margin-right: 10px; padding: 0; text-align: center; }
.approve-pending .approve .btn:hover, .approve-pending .approve .btn:active, .approve-pending .approve .btn.active { background: #fff; }
.approve-pending .approve .btn .fa { font-size: 22px; vertical-align: middle; margin-right: 10px; margin-bottom: 4px; }
.approve-pending .approve .btn.approval .fa { color: #8AC831; }
.approve-pending .approve .btn.reject .fa { color: #CB0808; }

.amie-list li .img, .approve li .img { display: block; overflow: hidden; position: relative; vertical-align: middle; }
.amie-list li .img > img, .approve li .img > img { left: 50%; position: absolute; top: 50%; width: 100%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); max-width: none; width: auto !important; }
@media all and (-ms-high-contrast: none) { .amie-list li .img > img:not(:target), .approve li .img > img:not(:target) { top: 50%; left: 50%; } }
.amie-list li .img.wider > img, .approve li .img.wider > img { height: 100%; }

.amie-list { margin: 0 10px 20px; }
.amie-list li { float: left; width: 31%; margin-right: 3.5%; margin-bottom: 35px; position: relative; }
.amie-list li:nth-child(3n) { margin-right: 0; }
.amie-list li:after { content: ""; display: table; clear: both; }
.amie-list li .th { width: 70px; }
.amie-list li .td { padding-left: 10px; }
.amie-list li .img { display: block; width: 70px; height: 70px; -webkit-border-radius: 35px; border-radius: 35px; }
.amie-list li .txt-name { color: #252525; display: block; line-height: 1.3; letter-spacing: 0.08em; margin-bottom: 3px; }
.amie-list li .btn { border-color: #dbdbdb; font-size: 10px; letter-spacing: 0.05em; color: #252525; height: 25px; line-height: 23px; width: auto; margin: 0; padding: 0 8px; }
.amie-list li .btn .fa { font-size: 17px; vertical-align: middle; margin-right: 4px; position: relative; top: -2px; }
.amie-list li.no-mess .img { display: inline-block; float: none; margin-right: 12px; }
.amie-list li.no-mess .txt-name { margin: 0; display: inline-block; }

.about-amie { border: 1px solid #f6b3d5; padding: 35px; margin-bottom: 48px; }
.about-amie .about-ttl { font-size: 16px; font-weight: 600; letter-spacing: 0.2em; color: #e62d8b; margin-bottom: 12px; text-align: center; }
.about-amie .about-ttl .fa { font-size: 35px; vertical-align: middle; margin-right: 12px; }
.about-amie .txt { padding-right: 20px; }
.about-amie .txt p { line-height: 2; letter-spacing: 0.16em; margin-bottom: 25px; }
.about-amie .instruction { padding-top: 15px; }
.about-amie .instruction .item { float: left; width: 307px; margin-right: 28px; margin-bottom: 5px; }
.about-amie .instruction .item:last-child { margin-right: 0 !important; }
.about-amie .instruction h3 { font-size: 16px; font-weight: 600; letter-spacing: 0.2em; color: #e62d8b; white-space: nowrap; text-align: center; margin-bottom: 10px; }

.login-request { font-size: 16px; letter-spacing: 0.16em; margin-bottom: 25px; }
.login-request a { color: #e62d8b; text-decoration: underline; }
.login-request a:hover { text-decoration: none; }

.list-blog-disabled { filter: alpha(opacity=50); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -webkit-opacity: 0.5; -khtml-opacity: 0.5; -moz-opacity: 0.5; -ms-opacity: 0.5; -o-opacity: 0.5; opacity: 0.5; position: relative; margin-bottom: 50px; padding-bottom: 20px; }
.list-blog-disabled:before { content: ""; width: 100%; height: 100%; position: absolute; bottom: 0; left: 0; background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%); background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%); background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%); background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%); background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%); z-index: 990; }

.clip-modal .form-group { position: relative; }
.clip-modal .form-group .form-control { font-size: 14px !important; }
.clip-modal .form-group .icon-lbl { position: absolute; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); /*&:not(:target) { top: 26%\9;
}*/ }
@media all and (-ms-high-contrast: none) { .clip-modal .form-group .icon-lbl:not(:target) { top: 50%; } }
.clip-modal .form-group .del-ico { color: #c2c2c2; right: 10px; cursor: pointer; }
.clip-modal .form-group .del-ico .fa { font-size: 24px; }
.clip-modal .form-group .global-ico { left: 18px; color: #222; }
.clip-modal .form-group .global-ico .fa { font-size: 28px; }
.clip-modal .form-group .globe-ico select { padding-left: 55px; color: #000; }

.ie9 .clip-modal .form-group .globe-ico select { padding: 0 0 0 55px !important; }

.btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; }

.pull-left { float: left !important; }

.bootstrap-select .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; font-size: 14px; text-align: left; list-style: none; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
.bootstrap-select .dropdown-menu > li > a { display: block; padding: 5px 20px; clear: both; font-weight: 400; line-height: 1.42857143; color: #333; text-decoration: none; white-space: nowrap; outline: none; }
.bootstrap-select .dropdown-menu > li > a:hover { background: #e5e5e5; }
.bootstrap-select .dropdown-menu > li > a .fa { font-size: 28px; vertical-align: middle; margin-right: 10px; width: 25px; text-align: center; }

.open > .dropdown-menu { display: block !important; }

.sec-clip .no-clip { border: 1px solid #d2d2d2; padding: 10px 20px 20px; margin-bottom: 20px; }
.sec-clip .no-clip .block-clip { margin-bottom: 0 !important; }
.sec-clip .no-clip .message-alert { padding-top: 10px; padding-left: 35px; font-size: 12px; line-height: 2; letter-spacing: 0.1em; }
.sec-clip .block-clip { margin-bottom: 20px; }
.sec-clip .heading-ttl { font-size: 14px; letter-spacing: 0.2em; margin-bottom: 6px; position: relative; padding-top: 4px; }
.sec-clip .heading-ttl .fa { color: #222; font-size: 30px; vertical-align: middle; }
.sec-clip .heading-ttl h3 .fa { margin-right: 5px; vertical-align: bottom; position: relative; top: 2px; }
.sec-clip .heading-ttl .setting-bnr { width: 40px; height: 40px; line-height: 36px; position: absolute; right: 0; bottom: 0; letter-spacing: 0; }
.sec-clip .clip-folder { margin-left: -2.5px; margin-right: -2.5px; }
.sec-clip .clip-folder li { float: left; width: 20%; padding: 0 2.5px; margin-bottom: 5px; }
.sec-clip .clip-folder li a { display: block; text-align: center; position: relative; width: 100%; height: 145px; position: relative; overflow: hidden; }
.sec-clip .clip-folder li a > img { left: 50%; position: absolute; top: 50%; width: 100%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); max-width: none; }
@media all and (-ms-high-contrast: none) { .sec-clip .clip-folder li a > img:not(:target) { top: 50%; left: 50%; } }
.sec-clip .clip-folder li a .num-thumb { position: absolute; font-size: 20px; font-weight: bold; color: #fff; z-index: 9999; width: 100%; text-align: center; left: 0; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); /*&:not(:target) { top: 26%\9;
}*/ }
@media all and (-ms-high-contrast: none) { .sec-clip .clip-folder li a .num-thumb:not(:target) { top: 50%; } }
.sec-clip .folder-list.empty { height: 120px; display: table; width: 100%; margin-bottom: 30px; border-color: #aaa; }
.sec-clip .folder-list.empty a { display: table-cell; vertical-align: middle; text-decoration: none !important; letter-spacing: 0.1em; }
.sec-clip .folder-create { margin-bottom: 30px; }
.sec-clip .folder-create a { display: block; border: 1px dashed #aaa; text-align: center; padding: 15px 0; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; }
.sec-clip .folder-create a .fa-plus-circle { font-size: 28px; vertical-align: middle; }

.nav-control .bt-ctrl-nav { display: inline-block; vertical-align: top; border: 1px solid #aaa; height: 35px; font-size: 12px; line-height: 33px; padding: 0 23px; -webkit-border-radius: 20px; -khtml-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; cursor: pointer; letter-spacing: 0.1em; outline: none; margin: 0 10px 20px; text-decoration: none !important; width: 180px; padding: 0 0; }
.nav-control .bt-ctrl-nav .fa { font-size: 22px; vertical-align: top; margin-right: 6px; margin-top: 5px; }
.nav-control .bt-ctrl-nav.disabled { pointer-events: none; cursor: default; }

.comment-list .slim-type li .thumb { -webkit-border-radius: 100%; border-radius: 100%; }

.list-comment .header { text-align: right; }
.list-comment .delete { font-size: 11px; text-decoration: underline; }

.sec-img-list .img-list { margin-left: -6.66667px; margin-right: -6.66667px; }
.sec-img-list .img-list li { float: left; width: 25%; padding: 0 6.66667px; margin-bottom: 28px; position: relative; }
.sec-img-list .img-list li .img { height: 175px; overflow: hidden; position: relative; margin-bottom: 4px; }
.sec-img-list .img-list li .img img { max-width: none; height: auto; left: 50%; position: absolute; top: 50%; width: 100%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
@media all and (-ms-high-contrast: none) { .sec-img-list .img-list li .img img:not(:target) { top: 50%; left: 50%; } }
.sec-img-list .img-list li .date-publ { color: #5f5f5f; float: right; letter-spacing: 0.2em; }
.sec-img-list .img-list li input[type="checkbox"] { margin-left: 5px; }
.sec-img-list .pagination { padding-top: 5px; }

.mess-del-conf { font-size: 14px; line-height: 2; margin-bottom: 28px; }

.user-setting.profile-edit.audition-apply-form .audition-form { margin-bottom: 30px !important; }
.user-setting.profile-edit.audition-apply-form .audition-form .tbl-content { padding-top: 40px !important; }
.user-setting.profile-edit.audition-apply-form .audition-form .tbl-content table th { width: 265px; }
.user-setting.profile-edit.audition-apply-form .audition-form .tbl-content table th small { display: block; font-weight: normal; font-size: 12px; margin-top: 5px; letter-spacing: 0.15em; }
.user-setting.profile-edit.audition-apply-form .audition-form .tbl-content table td { padding-left: 0; }
.user-setting p { font-size: 12px; line-height: 2; letter-spacing: 0.15em; }
.user-setting .form-table .style-rad input[type="radio"] + label { min-width: 90px; }
.user-setting .form-submit { padding: 20px 0 30px; }
.user-setting .btn-report { margin-top: 10px; }
.user-setting .exclamation { margin: -15px 0 35px; }
.user-setting .exclamation dt { font-size: 16px; font-weight: 600; margin-bottom: 15px; padding-top: 5px; letter-spacing: 0.2em; }
.user-setting .exclamation dt .fa { width: 45px; text-align: left; font-size: 30px; vertical-align: middle; color: #828282; }
.user-setting .exclamation dd { line-height: 1.8; padding-left: 45px; letter-spacing: 0.16em; }

.select-image-upload .prof-image-upload-title { font-size: 1.083em; }

.image-del-chk { margin-bottom: 20px; }

.mail-success { padding: 30px 0; }
.mail-success .head-success { font-size: 16px; font-weight: 600; letter-spacing: 0.2em; margin-bottom: 15px; }
.mail-success p { letter-spacing: 0.16em; margin-bottom: 27px; }
.mail-success a { text-decoration: underline; }
.mail-success a:hover { text-decoration: none; }

.faq-header .tit { text-align: center; font-size: 20px; color: #000; padding: 25px 0; font-weight: bold; letter-spacing: 0.18em; }
.faq-header .box-faq { background: #f9f9f9; border: 1px solid #d2d2d2; padding: 2px 35px 45px; margin-bottom: 55px; }
.faq-header .box-faq ul { float: left; width: 50%; padding-left: 40px; }
.faq-header .box-faq ul li { margin-top: 41px; }
.faq-header .box-faq ul li a { display: inline-block; position: relative; font-size: 14px; padding-left: 40px; background: url(../img/faq/arrow_right.png) no-repeat 0 center; letter-spacing: 0.2em; }
.faq-header .box-faq ul li:hover a, .faq-header .box-faq ul li.opened a { background-image: url(../img/faq/arrow_down.png); }

.sec-question { margin-bottom: 55px; }
.sec-question .sttl02 { padding-left: 20px; }
.sec-question .question-detail { padding-left: 16px; }
.sec-question .list-faq > li { background: #f9f9f9; margin-bottom: 10px; }
.sec-question .list-faq > li.opened { padding-bottom: 30px; }
.sec-question .list-faq > li.opened h4 { background: #f9f9f9 !important; }
.sec-question .list-faq > li.opened h4:after { content: "\f106"; }
.sec-question .list-faq > li h4 { font-size: 14px; padding: 12px 20px; letter-spacing: 0.2em; -webkit-transition: background 0.2s ease; transition: background 0.2s ease; cursor: pointer; position: relative; }
.sec-question .list-faq > li h4:after { content: "\f107"; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 25px; color: #e62d8b; position: absolute; right: 50px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); /*&:not(:target) { top: 26%\9;
}*/ }
@media all and (-ms-high-contrast: none) { .sec-question .list-faq > li h4:after:not(:target) { top: 50%; } }
.sec-question .list-faq > li h4 .fa { font-size: 40px; color: #e62d8b; margin-right: 20px; vertical-align: middle; }
.sec-question .list-faq > li h4:hover { background: #ededed; }
.sec-question .list-faq > li .answer { background: #fff; border: 1px solid #d2d2d2; position: relative; width: auto; margin: 0 35px; padding: 30px 35px 30px 80px; line-height: 1.6; }
.sec-question .list-faq > li .answer .ico { display: block; position: absolute; color: #017ac3; top: 18px; left: 25px; font-size: 40px; line-height: 1; }
.sec-question .list-faq > li .answer .lead { font-size: 14px; margin-bottom: 10px; letter-spacing: 0.2em; }
.sec-question .list-faq > li .answer .paragraph { margin-bottom: 25px; letter-spacing: 0.2em; }
.sec-question .list-faq > li .answer .paragraph:last-child { margin-bottom: 0; }
.sec-question .list-faq > li .answer .paragraph p { margin-bottom: 10px; line-height: 1.8; }
.sec-question .list-faq > li .answer li { line-height: 2.2; letter-spacing: 0.2em; }
.sec-question .list-faq > li .answer a { color: #017ac3; display: inline-block; margin-top: 10px; }

.landscapes { background: #876c59; color: #fff; margin-bottom: 10px; height: 150px; position: relative; }
.landscapes .btn-side { position: absolute; right: 30px; top: 20px; width: 260px; }
.landscapes .btn-side .btn { margin-bottom: 10px; }

.sign-col { width: 520px; background: #f9f9f9; margin-bottom: 0 !important; }

.signup-form h2 { font-size: 18px; }
.signup-form .status-current { margin-top: 0; margin-bottom: 30px; }
.signup-form form .audition-form { padding: 0 20px; }
.signup-form form .audition-form .tbl-content { padding: 0; }
.signup-form form .audition-form .tbl-content table { margin-bottom: 50px; }
.signup-form form .audition-form .tbl-content table th, .signup-form form .audition-form .tbl-content table td { display: block; width: 100%; }
.signup-form form .audition-form .tbl-content table th { padding-bottom: 8px; }
.signup-form form .audition-form .tbl-content table td { padding-left: 0; padding-bottom: 5px; }
.signup-form form .audition-form .required { font-size: 18px; font-weight: normal; }
.signup-form form .audition-form .label-strength { font-size: 12px; padding-top: 5px; padding-right: 10px; }
.signup-form form .audition-form .label-strength .strong { color: #8ac831; }
.signup-form form .audition-form .label-strength .weak { color: #f00; }
.signup-form form .audition-form .switch-field label { text-align: center; width: 33.333%; color: #424242; }
.signup-form .form-confirm table th { padding-top: 1em; }
.signup-form a { color: #017ac3; text-decoration: underline; }
.signup-form .form-footer .style-chk { padding: 10px 0 25px; }
.signup-form .signup-social { margin-bottom: 40px; }
.signup-form .signup-social li { margin-bottom: 15px; opacity: 0.3; }
.signup-form.confirm { border: 1px solid #d2d2d2; background: #f9f9f9; }
.signup-form.confirm .frame { border: 0; margin: 0 auto; width: 600px; }
.signup-form.confirm .frame form .audition-form { padding: 0 !important; }
.signup-form.confirm .frame form .audition-form table th, .signup-form.confirm .frame form .audition-form table td { display: table-cell; width: 50%; padding-bottom: 18px; padding-left: 10px; }
.signup-form.confirm .datetime { white-space: nowrap; }
.signup-form.confirm .datetime .cols { display: inline-block; vertical-align: middle; margin-right: 40px; }
.signup-form.confirm .datetime .cols:last-child { margin-right: 0; }
.signup-form.sent { border: 1px solid #d2d2d2; background: #f9f9f9; }
.signup-form.sent .form-success .graph { margin-bottom: 50px; }
.signup-form.sent .form-success .graph p { margin-bottom: 15px; margin-top: 0; }
.signup-form.sent .form-success .graph p:last-child { margin-bottom: 0; }
.signup-form.sent .form-success .graph p:last-child { margin-bottom: 0; }

.captcha-cf .img-captcha { float: left; width: 132px; background: #fff; border: 1px solid #e0e0e0; -webkit-border-radius: 3px; -khtml-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding: 5px; }
.captcha-cf .img-captcha img { width: 100%; }
.captcha-cf .form-group { float: right; }
.captcha-cf .form-group .change-key { font-size: 12px; display: inline-block; color: #017ac3; text-decoration: underline; margin: 10px 20px; }
.captcha-cf .form-group .change-key:hover { text-decoration: none; }
.captcha-cf .form-group.narrow { width: 336px; }
.captcha-cf .form-group.wider { width: 450px; }
.captcha-cf .form-group.widest { width: 480px; float: left; margin-left: 7px; }

.signup-pwd.audition-apply-form .audition-form .tbl-content { margin-right: 50px; }
.signup-pwd .status-current { margin-top: 30px; margin-bottom: 40px; }
.signup-pwd .ins { line-height: 2; letter-spacing: 0.18em; margin-bottom: 30px; }
.signup-pwd .form-submit { padding-top: 10px; margin-left: 50px; }

.policy { padding: 20px 0; }
.policy .sttl02 { font-size: 20px; letter-spacing: 0.18em; text-align: center; padding-bottom: 15px; margin-bottom: 0; }
.policy .txt-intro, .policy .list-terms { padding: 25px 35px; line-height: 2.2; color: #000; letter-spacing: 0.1em; }
.policy .list-terms { padding-top: 15px; padding-bottom: 50px; margin-bottom: 15px; border: 1px solid #d2d2d2; }
.policy .list-terms li { margin-top: 35px; }
.policy .list-terms li h3 { font-size: 14px; margin-bottom: 5px; }
.policy .list-terms li .font14 { font-size: 14px; }
.policy .list-terms li .attention { font-size: 18px; font-weight: bold; color: #e62d8d; }
.policy .list-terms .copyright-author { margin-top: 35px; }

.faq-contact { padding: 40px 45px; margin-bottom: 30px; }
.faq-contact .faq-ttl { font-size: 16px; text-align: left; padding: 0; letter-spacing: 0.2em; }
.faq-contact dt, .faq-contact dd { padding: 0 50px; }
.faq-contact dt { text-indent: -22px; margin-bottom: 15px; }
.faq-contact dt .fa { font-size: 28px; vertical-align: middle; margin-right: 15px; color: #828282; }
.faq-contact dd p { line-height: 1.9; letter-spacing: 0.1em; margin-bottom: 25px; }
.faq-contact dd p:last-child { margin-bottom: 0; }

.audition-apply-form .faq-contact + .frame .audition-form .status-current { margin-bottom: 40px; }

.form-accept { margin: 50px 0 30px; letter-spacing: 0.1em; }
.form-accept a { display: inline-block; color: #017ac3; margin-right: 5px; text-decoration: underline; }
.form-accept a:hover { text-decoration: none; }

/* wysihtml editor */
[class^=wysiwyg-font-size] { line-height: 1em; }

.wysiwyg-font-size-xx-large { font-size: 75px; }

.wysiwyg-font-size-x-large { font-size: 50px; }

.wysiwyg-font-size-large { font-size: 35px; }

.wysiwyg-font-size-medium { font-size: 1em; /*22 origin*/ }

.wysiwyg-font-size-small { font-size: 18px; }

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

.wysiwyg-font-size-xx-small { font-size: 10px; }

.wysiwyg-color-black { color: #000; }

.wysiwyg-color-silver { color: silver; }

.wysiwyg-color-gray { color: gray; }

.wysiwyg-color-white { color: #fff; }

.wysiwyg-color-maroon { color: maroon; }

.wysiwyg-color-red { color: red; }

.wysiwyg-color-purple { color: purple; }

.wysiwyg-color-fuchsia { color: #f0f; }

.wysiwyg-color-green { color: green; }

.wysiwyg-color-lime { color: #0f0; }

.wysiwyg-color-olive { color: olive; }

.wysiwyg-color-sand { color: #fff9c5; }

.wysiwyg-color-yellow { color: #ff0; }

.wysiwyg-color-navy { color: navy; }

.wysiwyg-color-blue { color: #00f; }

.wysiwyg-color-skyblue { color: #00a2ff; }

.wysiwyg-color-teal { color: teal; }

.wysiwyg-color-aqua { color: #0ff; }

.post-content .txt-ct b { font-weight: bold; }

.post-content .txt-ct i { font-style: italic; }

/* 左メニューのプロフィール背景色 */
.man_bg { background-color: #017AC3; }

.woman_bg { background-color: #e62d8b; }

.other_bg { background-color: #ababab; }

.blog-confirm-button { margin-top: 20px; }

.enquete_title { font-size: 20px; letter-spacing: 0.18em; text-align: center; font-weight: bold; color: #000; border-bottom: 2px solid #e62d8b; padding: 50px 0 15px; }

.enquete_form { font-size: 14px; }
.enquete_form table tr td { padding: 15px; }

.checkbox_mg label { display: inline-block; margin-bottom: 25px; }

.enquete_mail { display: inline-block; margin-bottom: 5px; }

.enq_btn { display: block; width: 400px; margin-bottom: 20px; font-weight: normal; text-align: center; cursor: pointer; vertical-align: middle; height: 50px; line-height: 46px; border-radius: 4px; text-decoration: none; font-size: 16px; letter-spacing: 0.16em; outline: none; border: 1px solid transparent; }

.select-box01 select { -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; padding: 15px; font-size: 14px; border: 1px solid #c2c2c2; background: #f9f9f9; background: url(/new/img/common/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #f9f9f9 100%); background: url(/new/img/common/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%); background-size: 20px, 100%; }

/*# sourceMappingURL=style.css.map */
