@charset "utf-8";

#rc_recommend_box,
#footer_box{
    min-width:1068px;
}

/* ==================================================
        COMMENT TOP  2015.03.03 UP
================================================== */
.title{
    border-bottom: 1px solid #D1D1D1;
    margin: 0 0 10px;
}
.title h2 {
    color: #4E4E4E;
    font-size: 1.6em;
    line-height: 1.6em;
    text-align: left;
    padding-bottom:5px;
}
.title h2 a{
    color: #4E4E4E;
    font-weight:bold;
}
.title p{
    float: left;
    color:#11B4F9;
    font-size: 1em;
    text-align: left;
}
.title .share_data {float: right;}

/* SNS BUTTON */
.snsb {
    float:right;
    overflow: hidden;
}
.snsb li {
    float: left;
    margin-right: 4px;
}
.snsb iframe {
    margin: 0 !important;}



/* ==================================================
        COMMENT
================================================== */
/* common */
#contentbox #left_pane iframe{
    border:none !important;
}
#form_area,
.reply_area,
.reply_form_area,
.form_request{
    xdisplay:none;
}
#user .reply_area,
#user .reply_form_area{
    display: block;
}

#user h2,
#regist h2,
#login h2{
    font-size:24px;
    line-height:1.8em;
    margin-bottom:.5em;
    color:#586fb5;
}

#user h2{
    border-top:solid 1px #eee;
}
#user h2 + p{
    font-size:.9em;
}
#user h2 + p a{
    color:#aaa;
}
#regist h3{
    font-size:18px;
    font-weight:bold;
    line-height:1.8em;
    color:#7593f0;
}
/* PAGE NATION
----------------------------------------*/
.pagenation{
    font-size:18px;
    width:100%;
    width : -webkit-calc(100% - 30px);
    width : calc(100% - 30px);
    margin:0 auto;
    padding:15px;
    font-weight:bold;
    background-color:#f4f4f4;
}
.pagenation li{
    float:left;
    margin-left:5px;
    text-align:center;
    line-height:2em;
}
.pagenation li:first-child{
    margin-left:0;
}
.pagenation li a{
    display:inline-block;
    *display: inline;  
    *zoom: 1;
    width:2em;
    border:solid 1px #ccc;
    border-radius:5px;
    background-color:#FFF;
}
.pagenation li.prev a,
.pagenation li.next a{
    width:inherit;
    padding:0 15px;
}
.pagenation li a:hover{
    background-color:#e2fbfd;
    text-decoration:none;
}
.pagenation li a.active{
    background-color:#e2fbfd;
    text-decoration:none;
}
.pagenation li .continued{
    vertical-align:middle;
    padding:0 .5em;
}
/* BUTTON
----------------------------------------*/
/*login_btn*/
.login_btn{
    display:inline-block;
    *display: inline;  
    *zoom: 1;
    border:solid 1px #c3dae6;
    background-color:#1c7dc1;
    border-radius:5px;
    text-align:center;
    width:100%;
    line-height:52px;
    color:#fff;
    cursor:pointer;
    margin-bottom:.5em;
}
.reply_my_comment .login_btn{
    border:solid 1px #abf1ea;
    background-color:#92e3da;
    color:#333;
}

.login_btn.on{
    position:absolute;
    top:0px;
    right:5px;
    width:25px;
    height:25px;
    text-indent:-9999px;
    cursor:pointer;
    border: none;
    background:url(../img/comment/icon_x.png) center center no-repeat;
}
.login_btn:hover{
    text-decoration:none;
    opacity:0.7;
}
/*btn_comment*/
.btn_comment{
    display:inline-block;
    *display:inline;
    *zoom: 1;
    background-color:#a0b4bb;
    border-radius:5px;
    color:#fff;
    font-size:16px;
    padding:5px 10px;
    line-height:20px;
    text-decoration:none;
    cursor:pointer;
}
.btn_comment:hover{
    background-color:#6dc5e7;
}
.btn_comment:before{
    content:">>";
    font-size:.7em;
    letter-spacing:-2px;
    margin-right:.5em;
}
.btn_comment a,
.btn_comment a:hover{
    text-decoration:none;
    color:#fff;
}

/*more_read*/
.more_read{
    border:solid 1px #b3e7ec;
    border-radius:10px;
    background-color:#c1ebef;
    text-align:center;
    font-size:18px;
    line-height:50px;
    font-weight:bold;
    margin:15px 0;
    cursor:pointer;
}
.read_count{
    text-align:center;
    font-size:.9em;
    color:#999;
}
/*btn_form*/
.btn_form{
    text-align:right;
}
.btn_form a{
    background-color:#2489b0;
    border-radius:5px;
    color:#fff;
    font-size:13px;
    padding:10px 40px;
    text-decoration:none;
}
.btn_form a:hover{opacity:0.7;}
/*vote_comment*/
.vote_comment{
    /*background-color:#ededed;*/ /* DEL 4/18 */
    /*border:solid 1px #e4e4e4;*/ /* DEL 4/18 */
    border-radius:5px;
    position:absolute;
    top:0;
    right:0;
}
.reply_area .vote_comment{
    position: inherit;
    float:right;
}
#user.reply .vote_comment{
    float: none;
    position: inherit;
    width:180px;
}

.vote_comment a{
    display:inline-block !important
        *display: inline;  
    *zoom: 1;
    width:52px;
    line-height:30px;
    font-size:13px;
    font-weight:bold;
    /*padding:5px 5px 5px 50px;*/ /* DEL 4/18 */
    padding:10px 5px 5px 50px; /* ADD 4/18 */
    text-align:right;
}
.vote_comment a.good_comment{
    background:url(../img/comment/icon_good.png) 5px center no-repeat;
    color:#ff4b5a;
    /*border-right:solid 1px #f1f1f1;*/ /* DEL 4/18 */
}
.vote_comment a.bad_comment{
    background:url(../img/comment/icon_bad.png) 5px center no-repeat;
    color:#036da9;
    /*border-left:solid 1px #dadada;*/ /* DEL 4/18 */
}
/* TAB
----------------------------------------*/
.btn_request{
    padding:15px 20px;
    cursor:pointer;
}
.form_request{
    padding:15px 0;
}
.form_request table{
    width:100%;
    border:solid 1px #eee;
    margin-bottom:15px;
}
.form_request table tr th,
.form_request table tr td{
    padding:15px 10px;
}
.form_request table tr td label{
    width:100%;
    font-weight:bold;
    color:#006;
}
/* TAB
----------------------------------------*/
.entry_comsns_tab {
    margin: 0px;
    padding: 0px;
    xmargin:0 0 -2px;
}
.entry_comsns_tab li {
    width : 33%;
    width : -webkit-calc(33% - 2px);
    width : calc(33% - 2px);
    text-align:center;
    font-size:18px;
    color:#036da9;
    line-height:48px;
    border:solid 1px #e1e1e1;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
    background-color:#f7f7f7;
    float:left;
    list-style:none;
    cursor:pointer;
}
.entry_comsns_tab li.on {
    background-color:#fff;
    border-bottom:none;
    font-weight:bold;
}
.entry_comsns_tab li:first-child {
    width : 34%;
    width : -webkit-calc(34% - 3px);
    width : calc(34% - 3px);
}
/* COMMENT BOX
----------------------------------------*/
.comment_area {
    margin-top:15px;
}
.comment_box {
    padding:10px;
    border:solid 1px #e1e1e1;
    border-top: none;
    xdisplay:none;
}
.comment_count {
    float:left;
    color:#313131;
    font-size:18px;
}
.comment_count img{
    /**margin-right:1em;**? /** DEL 4/18 **/
}
.comment_history{
    float:right;
}
.btn_area{
    width:100%;
    display: table;
    margin-bottom:30px;
}
.btn_area li{
    display:table-cell;
    vertical-align: middle;
}
.btn_area li:nth-child(1){
    width:50%;
}
.btn_area li:nth-child(2){
    width:50%;
    text-align:right;
    font-size:18px;
    font-weight:bold;
}

.btn_area li img{
    /**width:100%;*/    /** DEL 4/18*/
}
.comment_list_box li{
    border-top:dashed 1px #a0a0a0;
    padding:10px 0;
}
.comment_list_box li:first-child{
    border-top: none;
}
.commet_txt_area{
    width :89%;
    width : -webkit-calc(100% - 72px);
    width : calc(100% - 72px);
    float:left;
    margin-left:20px;
}
.commet_top,
.comment_form_area{
    position:relative;
}
.commet_top h3,
.comment_form_area h3{
    color:#7d7d7d;
    margin-bottom:.5em;
}
.commet_top h3 span,
.comment_form_area h3 span{
    color:#2c3e6c;
    font-weight:bold;
}
.commet_top h3 a,
.comment_form_area h3 a{
    text-decoration:underline;
}
.report{
    position:absolute;
    top:0;
    right:0;
    font-size:12px;
    font-weight:bold;
    color:#2c3e6c;
}
.commet_txt_area .comment_main{
    white-space: pre-wrap;
    font-size:18px;
    font-weight:normal;
    color:#313131;
    line-height:1.5em;
    margin:.5em 0;
    word-break:break-all;
}
.comment_bottom{
    position:relative;
    min-height:30px;
    height:auto;
}



/* COMMENT BOTTOM
----------------------------------------*/
#btn_bottom_area{
    margin:30px 0;
}
#btn_bottom_area a img{
    width:100%;
    height:auto;
}
#comment_check_box{
    text-align:right;
    margin:.2em 0 0;
}
#comment_check_box label input{
    vertical-align:middle;
}
#comment_check_box label span{
    vertical-align:middle;
    padding-left:.5em;
}
/* COMMENT FORM
----------------------------------------*/
.comment_box .comment_form_box{
    padding:5px 0 0 0;
}
img.avatar{
    width:52px;
    height:auto;
    float:left;
}
.comment_box .comment_form_box h3{
    margin-left:20px;
    font-size:18px;
    font-weight:bold;
    float:left;
    line-height:32px;
    color:#2c3e6c;
}
.comment_box .comment_form_box h3 a{
    margin-left:20px;
    font-size:13px;
    font-weight: normal;
    color:#aaa;
    text-decoration:underline;
}
.comment_box .comment_form_box h3 span a{
    margin-left:0;
    font-size:18px;
    font-weight:bold;
    float: none;
    color:#2c3e6c;
    text-decoration:underline;
}
.comment_form_area{
    width :68%;
    width : -webkit-calc(100% - 72px);
    width : calc(100% - 72px);
    float: right;
    margin-left:20px;
    position:relative;
}
/* REPLY FORM
----------------------------------------*/
.reply_area{
    background-color:#f4f4f4;
    padding:15px;
    margin-top:15px;
}
.reply_area h4{
    font-size:14px;
    font-weight:bold;
    padding:5px 0;
    border-top:solid 1px #ddd;
    border-bottom:solid 1px #ddd;
}
.reply_area h4:before{
    content:">>";
    font-size:10px;
    font-weight:normal;
    margin-right:.5em;
    color:#666;
}
.ad_box{
    overflow:hidden;
    margin:15px 0;
    background-color:#fff;
}
.ad_box div.over1{
    float:left;
    width:50%;
    height:auto;
}
.ad_box:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    overflow:hidden;
    font-size:0.1em;
    line-height:0;
}
#form_area,
.reply_form_area{
    margin-bottom:40px;
}
#caution_area{
    border:solid 1px #e1e1e1;
    border-radius:5px;
    padding:10px;
    margin-bottom:1em;
}
.form{
    margin-bottom:1em;
}
.form .form_top{
    padding-bottom:.5em;
}
.form .form_top a{
    border-radius:5px;
    padding:5px 10px;
    color:#313131;
    background-color:#ecf4f9;
    border:solid 1px #a7cfe1;
    display:inline-block;
    *display: inline;  
    *zoom: 1;
}
.form .form_top a:hover{
    background-color:#79cbff;
    text-decoration:none;
}
.form textarea{
    width : 80%;
    width : -webkit-calc(80% - 12px);
    width : calc(80% - 12px);
    padding:10px 10px;
}

/* ==================================================
        USER COMMENT LIST
================================================== */
.user_box{
    padding:15px;
}

img.user_avatar{
    float:left;
    width:120px;
    height:auto;
}
.user_txt_area{
    float:left;
    width:100%;
    width : -webkit-calc(100% - 140px);
    width : calc(100% - 140px);
    background-color:#FFF;
    margin-left:20px;
}
.user_txt_area h3{
    font-size:24px;
    font-weight:bold;
    line-height:30px;
    margin-bottom:10px;
}
.user_txt_area table{
    width:100%;
    height:80px;
    font-size:18px;
}
.user_txt_area table th,
.user_txt_area table td{
    vertical-align:middle;
    xborder:solid 1px #000;
}
.user_txt_area table th{
    text-align:left;
    font-weight:bold;
}
.user_txt_area table td.good_comment{
    background:url(../img/comment/icon_good.png) left center no-repeat;
    color:#ff4b5a;
    padding-left:35px;
    font-weight:bold;
}
.user_txt_area table td.bad_comment{
    background:url(../img/comment/icon_bad.png) left center no-repeat;
    color:#036da9;
    padding-left:35px;
    font-weight:bold;
}
/* ==================================================
        REGIST
================================================== */

table.sns_table{
    width:100%;
    margin:15px 0;
    border:solid 5px #efefef;
    background-color:#fff;
}
table.sns_table td{
    width:50%;
    text-align:center;
    padding:25px 0;
}
table.sns_table td a{
    border:solid 1px #eee;
    background-color:#f4f4f4;
    padding:10px 0;
    margin:15px 0;
    width:150px;
    display: inline-block;
}
table.sns_table td a:hover{
    text-decoration:none;
    opacity:0.7;
}
table.table_regist{
    width:100%;
    margin:15px auto;
    border:solid 1px #eee;
}
table.table_regist th,
table.table_regist td{
    border:solid 1px #ddd;
    padding:15px;
}
table.table_regist th{
    width:120px;
    font-size:.9em;
    font-weight:normal;
    background-color:#eee;
}
table.table_regist td img.avatar{
    width:52px;
    height:auto;
}
.message_box{
    border:solid 5px #eee;
    text-align:center;
    padding:100px 10px;
}
.message_area{
    border:solid 5px #eee;
    padding:10px;
    margin-bottom:15px;
}
.btn_area {
    text-align:center;
    margin:10px 0;
}
.btn_01/*�m���{�^��*/,
.btn_02/*�ے��{�^��*/
/*,
.btn_03�����{�^��*/
{
    min-width:120px;
    padding:10px 15px;
    color:#fff;
    font-weight:bold;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.5),-1px -1px 1px rgba(0,0,0,0.5);
    text-decoration:none;
    border-radius:5px;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
    display:inline-block;
    *display: inline;  
    *zoom: 1;
    margin:0 1em 0 0;
}

.btn_01:hover,
.btn_02:hover,
.btn_03:hover{
    text-decoration:none;
    color:#fff;
    opacity:0.7;
}
.btn_01 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #4375a8), color-stop(1.00, #244386));
    background: -webkit-linear-gradient(#4375a8, #244386);
    background: -moz-linear-gradient(#4375a8, #244386);
    background: -o-linear-gradient(#4375a8, #244386);
    background: -ms-linear-gradient(#4375a8, #244386);
    background: linear-gradient(#4375a8, #244386);
}
.btn_02 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #bababa), color-stop(1.00, #474747));
    background: -webkit-linear-gradient(#bababa, #474747);
    background: -moz-linear-gradient(#bababa, #474747);
    background: -o-linear-gradient(#bababa, #474747);
    background: -ms-linear-gradient(#bababa, #474747);
    background: linear-gradient(#bababa, #474747);
}
.btn_03 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #00adff), color-stop(1.00, #bed3e1));
    background: -webkit-linear-gradient(#00adff, #bed3e1);
    background: -moz-linear-gradient(#00adff, #bed3e1);
    background: -o-linear-gradient(#00adff, #bed3e1);
    background: -ms-linear-gradient(#00adff, #bed3e1);
    background: linear-gradient(#00adff, #bed3e1);
}
/*------------------------------------------------------------ 
 LOGIN FORM
------------------------------------------------------------*/  
div.entrybox {
    margin-bottom:20px;
    padding:3% 3% 50px;
    border-radius: 4px;
    behavior: url(border-radius.htc);
    color:#333333;
    position:relative;
}
div.entrybox.loginbox{
    float:left;
    width:50%;
}
div.entrybox.registbox{
    background-color:#f4f4f4;
    float: right;
    width:35%;
}
div.entrybox h3 {
    margin-bottom:10px;
    padding-bottom:5px;
    font-weight:bold;
    color:#586fb5;
    border-bottom:1px solid;
}
div.entrybox p {
    font-size:13px;
    color:#555555;
    line-height:1.5em;
}
table.table_login{
    width:100%;
    margin:15px 0;
    /**	border:solid 5px #efefef; **/
    background-color:#fff;
}
table.table_login tr th,
table.table_login tr td{
    vertical-align:top;
    padding:5px 10px 0 0;
}
table.table_login tr th{
    padding:15px 10px 0 10px;
    width:20%;
    font-size:11px;
    text-align:right;
    white-space:nowrap;
}
div.entrybox label{
    padding:15px 0;
}
div.entrybox .btn_area{
    /**	position:absolute;
            bottom:20px;
    **/
    left:0;
}
/* ==================================================
        TWITTER
================================================== */
#comsnsbody_tw ul li{
    margin-bottom:.5em;
    padding-bottom:.5em;
    border-bottom:dashed 1px #a0a0a0;
}
#comsnsbody_tw ul li .user_picture{
    width:80px;
    height:80px;
    overflow:hidden;
    float:left;
}
#comsnsbody_tw ul li .user_picture img{
    width :100%;
    width : -webkit-calc(100% - 2px);
    width : calc(100% - 2px);
    height:auto;
    border:solid 1px #eee;
}
#comsnsbody_tw ul li .tw_area{
    width :100%;
    width : -webkit-calc(100% - 90px);
    width : calc(100% - 90px);
    float:right;
}
.tw_area a{
    text-decoration:underline;
    display:inline;
}
.tw_area .tw_comment p{
    font-size:1em;
    line-height:1.3em;
}
.tw_area .tw_comment a{margin:0 .5em;}
.tw_area .tw_details{ font-size:.8em; margin:5px 0;}
.tw_area p a{ margin:0 .5em;}








/** コメント横のカウント数字部分 */
.js_comment_count {
    vertical-align: text-top;
}

/** コメント欄全体 */
.commentBox {
    display: none;
}

/** コメントを書く　の画像用のhover */
span:hover img.commentWrite {
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

/** ログインボタン等のbutton */
.btn_03 {
    width: 100%;
    position: relative;
    border-radius: 4px;
    color: #fff;
    line-height: 40px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0px 1px 0px #00adff;
    min-width:120px;
    /**	padding:1px 15px; **/
    font-weight:bold;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.5),-1px -1px 1px rgba(0,0,0,0.5);
    text-decoration:none;
    border-radius:5px;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
    display:inline-block;
    *display: inline;  
    *zoom: 1;
    margin:0 1em 0 0;

}
.button,
.btn_03:hover {
    border-bottom: 4px solid #0192f9;
    background-color: #00adff;
    background-image: -webkit-linear-gradient(top, #00adff, #bed3e1);
    background-image: linear-gradient(to bottom, #00adff, #bed3e1);
    box-shadow: inset 1px 1px 0 #bed3e1;
}
.btn_03::before,
.btn_03::after {
    bottom: -1px;
    left: -1px;
    width: 200px;
    height: 50px;
    border: 1px solid #ee8090;
    border-bottom: 1px solid #b84d5a;
    border-radius: 4px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: none;
    transition: none;
}
.btn_03::before {
    height: 48px;
    bottom: -4px;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 1px 0px #bfbfbf;
}
.btn_03:hover {
    background: #00adff;
    background-image: -webkit-linear-gradient(top, #00adff, #bed3e1);
    background-image: linear-gradient(to bottom, #00adff, #bed3e1);
    /**	color: #913944; **/
    text-shadow: 0px 1px 0px #bed3e1;
}
.btn_03:active {
    bottom: -4px;
    margin-bottom: 4px;
    border: none;
    box-shadow: 1px 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .3);
}
.btn_03:active::before,
.btn_03:active::after {
    border: none;
    box-shadow: none;
}



.font_bold {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.socialArea {
    /**    overflow: auto; **/
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fff;
    border-style: solid;
    border-width: 1px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: #bfbfbf;
}

.socialArea a{
}

.socialArea img{
    padding-left: 5px;  
}

.socialArea span{
    padding: 5px 5px;
    height: 25px;
    display: inline-block;
    vertical-align: bottom;
}

/* floatによる回り込みをクリア */
.socialArea:after {
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}

/** エラーメッセージ用 */
#errMsg {
    color: #ff0000;
    font-weight: bold;
    font-size: 16px;
}

.replyErrMsg {
    color: #ff0000;
    font-weight: bold;
    font-size: 16px;
}

.registErr {
    font-size: .9em;
    color: #ff4b5a;
    background-color: #ffeef4;
    border-radius: 3px;
    padding: 3px 5px;
    margin: 5px 5px 20px 0;
    display: inline-block;
}

.w300 {
    width: 300px !important;
}