@media (min-width: 768px) {
  .container {
    width: 1060px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1060px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1060px;
  }
  .nav_bar_wrapper{
    width: 1060px !important;
  }
}
body{
    background:#eee;
    padding-top: 0px;
    font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,Arial,Helvetica,sans-serif;
    line-height: 180%;
}
a,
a:hover{
    text-decoration:none;
}
ul,li{
    list-style:none;
}
div#center{
    text-align:center;
}
h1.page_title{
    font-size:28px;
    font-weight:bold;
    color:#666;
}
ul.share{
    overflow:hidden;
}
ul.share li{
    float:left;
}
ul.side_nav{
    width:100%;
    margin:-5px 0px 20px 0;
}
ul.side_nav li{
    margin:0 0 0 -40px;
    color:#000;
}
.block{
    display:block;
}
.left{
    float:left;
}
.right{
    float:right;
}
.overflow{
    clear:both;
    overflow:hidden;
}
#overflow{
    overflow:hidden;
}
.txt-right{
    text-align: right;
}
.center{
    text-align: center;
}
#close{
    cursor:pointer;
}
.maincolor{
    color: #1EA01E;
}
.bg_subcolor{
    background: #3EBF43;
}
.bg_white{
    background: #fff;
}
.bold{
    font-weight:bold;
}
.imgbtngray{
    background: #dfdfdf;
}
.italic{
    font-style:italic;
}
.font85{
    font-size:85%;
}
.font95{
    font-size:95%;
}
.border-gray{
    border: 2px solid #ccc;
}

.max-width{
    width:100%;
}
.max-width50{
    width:70%;
}
.max-width99{
    width:99%;
}

.width20p {
    width: 15%;
}
.width30p {
    width: 30%;
}
.width33p{
    width:33%;
}
.width47p{
    width:48%;
}
.width50p{
    width:50%;
}
.width70p {
    width: 70%;
}
.width80p {
    width: 85%;
}
.width95p {
    width: 95%;
}

.border_top_bold{
    border-top:2px solid #999;
}
.not_auto_br{
	word-break: break-all;
	word-wrap:break-word;
	overflow:hidden;
}
.mt-5{
	margin-top:-5px;
}
.mt-20{
    margin-top:-20px;
}
.mt3{
    margin-top:3px;
}
.mt5{
	margin-top:5px;
}
.mt6{
    margin-top:6px;
}
.mt10{
    margin-top:10px !important;
}
.mt15{
    margin-top:15px !important;
}
.mt20{
    margin-top:20px !important;
}
.mt30{
    margin-top:30px !important;
}
.mt40{
    margin-top:40px !important;
}
.pl200{
    padding-left:210px;
}
.pb0{
    margin-bottom:-10px !important;
}
.mb-15{
    margin-bottom: -15px !important;
}
.mb5{
    margin-bottom:5px !important;
}
.mb10{
    margin-bottom:10px !important;
}
.mb15{
    margin-bottom:15px !important;
}
.mb20{
    margin-bottom:20px !important;
}
.mb30{
    margin-bottom:30px !important;
}
.mb200{
    margin-bottom:200px !important;
}
.ml5{
    margin-left:5px;
}
.ml10{
    margin-left:10px;
}
.ml17{
    margin-left:17px;
}
.mr5{
    margin-right:5px;
}
.mr10{
    margin-right:10px;
}
.mr15{
    margin-right:15px;
}
.mr17{
    margin-right:17px;
}
.mr30{
    margin-right:30px;
}

.gray{
    color:#999;
}
.gray333{
    color: #333;
}
.gray666{
    color: #666;
}
.gray999{
    color: #999;
}

.alert_box{
    clear:both;
    overflow:hidden;
    padding:10px;
}

.bg_white{
    background: #fff;
}

.red{
    color:red;
    font-weight:bold;
}
.blue{
    color:blue;
    font-weight:bold;
}
.pointer{
    cursor: pointer;
}
.relative{
    position: relative;
}
.block{
    display:block;
}
.official_mk{
    background: #3EBF43;
    padding: 5px;
    font-size: 90%;
    color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
#header_bar{
    height:60px;
    background: #fff;
    border-style:solid;
    border-top-width:0px;
    border-bottom-width:3px;
    margin-bottom: 5px;
}
#header_logo{
    width:130px;
    margin:10px 0 6px;
}
.header_text{
    margin-top:12px;
    color:#666;
}
#header_text_div{
    margin-left:0%; width:150px;
}
#header_menulist,
#header_menulist a{
    color:#fff;
}
p.header_sns_mk{
    margin:5px 0 0 20px;
}
#side_hash{
    color:#999;
    font-size:80%;
    padding:3px 7px;
    margin:1px;
}
.category_right_top{
    padding:13px 0 13px 10px;
    border-top:4px solid #aaa;
    font-size:13px;
}
.category_right{
    padding:13px 0 13px 10px;
    border-top:3px solid #aaa;
    font-size:13px;
}
.category_right_top:hover,
.category_right:hover{
    /*background:orange;*/
    background:#fff;
    filter:alpha(opacity=85);
    -moz-opacity:0.85;
    opacity:0.85;
}
.category_bar_left{
    width:50%;
}
.category_bar_right{
    width:50%;
}
.border-left{
    border-left:1px solid #ccc;
}
/* error */
.errorbox{
    margin:20px 0;
}
.error_p{
    margin:10px 0;
}
.error_btn{
    margin:10px 0;
    color:#fff;
    text-shadow:none;
}
.recruit_bana,
.feature_bana{
	margin:10px 0;
}

.fb_bana{
    margin:-5px 0px 15px;
}

/* hover */
.touch_hover_clear{
    filter:alpha(opacity=85);
    -moz-opacity:0.85;
    opacity:0.85;
}
.touch_hover_gray{
    background: #ddd;
}
/* boxview */
.touch_hover_clear{
    filter:alpha(opacity=85);
    -moz-opacity:0.85;
    opacity:0.85;
}
.touch_hover_gray{
    background: #ddd;
}
/* recommend_bar */
div#carousel_bar{
    margin:5px 1% 0 0;
    padding:0px;
    width:66%;
}
div#recommend_bar{
    margin:10px 0px 10px 0px;
    padding:0px;
    width:33%;
}
/* side bar */
div#side_bar{
    margin:10px 0px 10px;
    padding:0px 0 0px;
    width:29%;
}
div#main_bar{
    margin: 0px -5px 0px;
    padding:0px;
    width:71%;
}
ul.side_nav li a {
    text-weight:normal;
    display:block;
    background:#fff;
    color:#666;
    text-decoration:none;
    text-align:left;
    padding:0;
    border-bottom:1px solid #ccc;
}
ul.side_nav li a:hover {
    background:#ddd;
/*  background:#3EBF43;
    color:#fff;*/
}
p.side_title{
    color:#fff;
    background:#999;
    font-size:110%;
    padding:5px 10px;

}
p.sidebar_article_num{
    margin:0 0 5px;
    padding:0 5px;
    font-size:120%;
    border-bottom:2px solid #999;
}
.pc_category_icon{
    margin-right:5px;
}
/* header_nav */
.nav_bar_wrapper{
    width:980px; margin:0 auto;
}
#head_nav_search{
    margin:5px 10px ; padding:0;
}
#navbar_left_ul{
    margin:7px 0 0;
}
.navbar_search_form_input{
    height:28px;
    padding:0px 10px;
    width:240px !important;
    font-size:80%;
    background:rgba(255, 255, 255, 0.9);
    border:1px solid #ddd;
}
.header_text_form{
    margin:3px 0 -20px 80px;
}
#navbar_search_submit{
    margin:0; font-size:80%; background:rgba(255, 255, 255, 0.9); border:none;
}
.form_hidden{
    display:none;
}
#navbar_right_ul{
    margin:5px 0 0;
}
.header_nav_hr{
    margin:2px 0 0 0 ;
    height: 8px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.3);
}
.nologin_cross{
    width:25px; margin:10px 10px 18px;
}
.dropmenu_separate{
    margin:5px;
}
/* footer */
.honvieew_gray{
    width:130px; margin:-5px 0 0;
}
.fb_gray{
    width:40px;
}
#foot_fb_likebox{
    margin:20px 0 0;
}
#copyright{
    color:#999;
    text-align:right;
    margin:10px 30px 10px 0;
}

/* side_ranking */
#side_ranking{
    margin-bottom:15px;
}
.side_ranking_left{
    float:left;
    width:30%;
}
.side_ranking_left_image{
    width:60px;
    height:60px;
}
.side_ranking_right{
    float:left; width:65%;
}
/* side_features */
.side_feature_photo{
    position:relative;
    margin-bottom:15px;
}
.side_feature_text{
    padding:5px 5px 5px;
    width:100%;
    position:absolute;
    bottom:0;
    background:rgba(0, 0, 0, 0.7);
}
.side_feature_text{
    color:#fff;
    font-size:85%;
    text-shadow:none;
    text-align:left;
    font-weight:normal;
    line-height:130%;
}
.article_index_img_body{
    width:100%; height:120px;
}

div#headline_section{
    width:100%;
    float:left 100%;
    margin:10px;
}
div#headline_thumb_1{
    z-index:1;
}
#thumb_1{
    width:100%;
}
div#headline_thumb_1_risize{
    border: 1px solid #aaa;
    display:block;
    width:345px;
    height:200px;
    overflow:hidden;
    position:relative 360;
    z-index:1;
}
div#headline_thumb_1_risize img{
    float:left;
    position:absolute;
}
div#headline_thumb_1 img{
    width:100%;
}

div#headline_text_bg{
    width:90%;
    position:absolute;
    z-index:2;
    height:60px;
    margin-top:-60px;
    background:#000;
    filter: alpha(opacity=50);
      -moz-opacity:0.50;
      opacity:0.50;
    padding:10px;
}
div#headline_text_txt{
    position:absolute;
    z-index:3;
    height:60px;
    margin-top:-60px;
    padding:10px;
}
p.headline_title{
    color:#fff;
    margin:0 0 5px;
}
p.headline_desc{
    color:#fff;
    font-size:80%;
}

h1.article_text{
    margin:0 0 15px;
    font-size:22px;
	font-weight:bold;
}
div.article_row{
    overflow:hidden;
    margin:0;
    padding:30px 20px 0px;
}
p#article_num{
    font-size:20px;
}
.article_top_fb_icon{
    width:30px;
}
.article_top_fb_link{
    width:30px;
    height:30px;
    color:#fff;
    padding:0px;
}
.article_view_modalimg{
    margin-top:80px;
    width:700px;
}
.article_view_modalclose{
    text-align:center;
    margin-bottom:20px;
}
/* Articles > add.ctp */
.article_add_postpoint{
    margin:-5px 0 0 20px
}
.article_add_themesuggest{
    margin: 5px;
    padding: 5px 0 10px ;
    color:#666;
    border-top:1px solid #ccc;
    border-right:5px solid #ccc;
    border-bottom:1px solid #ccc;
    border-left:5px solid #ccc;
    font-size:16px;
    background:#fff;
    margin-bottom:20px;
    padding:10px 20px;
    font-size:90%;
    color:#666;
}
.article_add_inline{
    float:left;
    width:30%;
    margin:0 10px 0 0;
}

.article_view_bookmark{
    position:relative;
    color:#3EBF43;
    font-size:300%;
    margin: -10px -10px 5px;
}
.article_view_booknum{
    position:absolute;
    top:1px;
    left:20px;
    color:#fff;
    font-weight:bold;
}

/* Articles > index.ctp */
div#article_index{
    overflow:hidden;
    padding:0 0 20px;
}
div#article_index_box{
    cursor:pointer;
    background:#fff;
    width:32%;
    float:left;
    margin:4px ;
    border:1px solid #ddd;
    -webkit-box-shadow:  0 1px 1px rgba(0, 0, 0, 0.2);
       -moz-box-shadow:  0 1px 1px rgba(0, 0, 0, 0.2);
            box-shadow:  0 1px 1px rgba(0, 0, 0, 0.2);
}
div#article_index_box4{
    background:#fff;
    width:23.8%;
    float:left;
    margin:4px ;
    border:1px solid #ddd;
    -webkit-box-shadow:  0 1px 1px rgba(0, 0, 0, 0.2);
       -moz-box-shadow:  0 1px 1px rgba(0, 0, 0, 0.2);
            box-shadow:  0 1px 1px rgba(0, 0, 0, 0.2);
}
div#article_index_box4{
    background:#fff;
    width:24.5%;
    float:left;
    border:4px solid #eee;
    margin:1px ;
}
div.article_index_title{
    padding: 0 10px 10px;
}
p.article_index_title{
    line-height:25px;
}
.article_index_title_desc{
    line-height: 150%;
}
.article_index_title_desc{
	line-height: 150%;
}
div#article_index_text{
    padding:10px;
}
.article_index_author{
    margin:-5px 0 -5px;
    font-size:85%;
}
#article_index_hash{
    color:#999;
    margin-right:5px;
}
a.article_index_titlelink{
    font-size:14px;
    color:#000;
}
a.related_index_titlelink{
    font-size:95%;
    color:#000;
}
a.article_index_titlelink_list{
    font-size:14px;
    color:#666;
}
p.article_index_desc_top{
    color:#aaa;
    margin:0;
}
p.article_index_desc{
    color:#aaa;
    margin:5px 0;
}
/* Carousel */
#carousel_item{
    padding:0;
    width:100%;
}
.carousel_item_img{
    width:100%;
}
.carousel_logo_wrapper{
    position:absolute;
    z-index:2;
    width:100%;
    height:100px;
    text-shadow:none;
    padding:7px;
    top:110px;
    background-color:rgba(255,255,255,0.8);
}
.idextop_wrapper{
    margin:0px 0px 10px 0
}
#carousel_body{
    position:relative;
    height:310px;
}
.carousel_img{
    margin:10px;
    text-align:center;
    font-size:90%;
    color:#333;
    line-height:140%;
}
.carousel_text{
    margin:10px;
    text-align:center;
    font-size:90%;
    color:#333;
    line-height:140%;
}
#carousel_arrow_left{
    background:none;
    margin:135px 0 0 -20px;
    z-index:3;
}
#carousel_arrow_right{
    background:none;
    margin:135px -20px 0 0;
    z-index:3;
}
.carousel_area{
    margin:5px 5px 5px;
}
.carousel_photo{
    width:300px;
    height:300px;
    border:1px solid #666;
}

.side-corner-tag {
    position: relative;
    color: #fff;
    display: inline-block;
    padding: 5px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-weight: 900;
}
.side-corner-tag p {
    display: inline;
}
.side-corner-tag p a{
    color:#fff;
}
.side-corner-tag p span {
    position: absolute;
    display: inline-block;
    right: -25px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    background: #d93131;
    width: 100px;
    padding: 3px 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.side-corner-tag p:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -17px;
    right: 69px;
    z-index: -1;
    border: 17px solid;
    border-color: transparent transparent #662121 transparent;
}
.side-corner-tag p:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 74px;
    z-index: -1;
    right: -10px;
    border: 17px solid;
    border-color: #662121 transparent transparent transparent;
}

 /*side_dailyranking*/
 .dailyranking_left{
    float:left;
    width:30%;
}
.dailyranking_img{
    width:60px;
    height:60px;
}
.dailyranking_right{
    float:left; width:65%;
}
#ranking_text_body{
    background:#3EBF43;
}
/* boxview */
.points_text{
    color:#999;
    font-weight: bold;
}
.article_index_img_fream{
    padding:8px;
}
#article_index_img_body{
    width:100%;
    height:180px;
}
#article_message_box{
    background:#fff; margin-top:5px;
}
#out{
    clear:both; margin:10px;
}
/* index-top ranking */
.article_index_img_rankingtop{
    width:60px;
    height:60px;
}
.img_rankingtop_left{
    float:left;
    width:20%;
}
#rankingtop_textpadding{
    margin:7px 0 0;
}
.img_rankingtop_right{
    float:left; width:80%;
}
/* Articled > preview.ctp */
.preview_top{
    margin-top:-20px;
}
.preview_tag{
    text-align:center;
    padding:10px;
    background:#999;
    color:#fff;
    font-size:110%;
    font-weight:bold;
}
#breadcrumb_ul_style{
    margin-bottom:-10px;
}
.breadcrumb{
    background:#fff;
    color:#999;
    padding:20px 40px 10px;
    margin-bottom:-20px;
}
.breadcrumb_arrow{
    margin:5px;
}
#breadcrumb_tag{
    padding:0px 10px 0;
    margin:0;
}
.article_preview_close{
    width:500px;
    padding:10px 0;
}
#view_top_space{
    margin:0 20px 0 30px;
}
div.article_view{
    background:#fff;
    margin:5px 5px 20px;
    padding:20px 0 10px;
}
div#article_view_list{
    display:block;
    width:70px;
    height:70px;
    overflow:hidden;
    position:relative;
    z-index:1;
}
div#article_view_desc{
    margin:10px 40px 0px;
    font-size:90%;
    color:#666;
}
div.article_view_desc2{
    margin:20px;
    padding:20px;
    color:#666;
    border-top:1px solid #ccc;
    border-right:5px solid #ccc;
    border-bottom:1px solid #ccc;
    border-left:5px solid #ccc;
}
.favorite{
    margin-left:-40px;
    border:0px;
}
.article_view_snsicon{
    margin: 0 0 0 10px;
}
.article_view_categorytag{
    color:#fff;
    background: #3EBF43;
    border: #3EBF43 1px solid;
    padding:5px 30px;
    margin:10px 0 0px;
}
.article_view_hashtag{
    color:#999;
    margin:10px 0 0px;
}
.article_view_clearbtn{
    color:#999;
    margin:10px 0 0px;
    border:none;
}
.article_view_likefbpage{
    margin:20px 30px -10px;
}

/* article->add */
#add_headline{
    font-weight:bold;
}
#add_title{
    font-size:20px;
}
.add_title{
    border-left:5px solid #1EA01E;
    padding: 0 0 0 10px;
    margin:0 0 20px 0;
}
.add_space{
    padding:60px 0 100px;
}
#add_border{
    border:1px solid #ddd;
    padding:20px;
    background:#fff;
}

/* article->view */
.view_headline{
    font-size:24px;
    font-weight:bold;
    padding:10px;
    letter-spacing: 1px;
    border-top:2px solid #3EBF43;
    border-bottom:2px solid #3EBF43;
}
.h3_headline{
    font-size:20px;
    font-weight:bold;
    border-left:5px solid #3EBF43;
    padding:2px 10px 2px;
    margin:0 0 15px;
}
.h4_headline{
    font-size:18px;
    font-weight:bold;
    padding:10px;
    margin:0 0 20px;
    border-bottom:1px solid #3EBF43;
}

#view_headline{
    font-size:18px;
    font-weight:bold;
    padding:10px;
    border-top:2px solid #3EBF43;
    border-bottom:2px solid #3EBF43;
}
.index_list_desc{
	line-height:140%;
	font-size:12px;
}
span.article_text{
    font-size:110%;
    font-color:#999;
    line-height:150%;
}

.article_view_usericon{
    margin: 2px 0 0 30px; /* 0px -> 30px */
}
.article_view_userimg{
    width:20px;
}
.article_written_user{
    padding:25px 70px 0px;
    font-weight: bold;
}
.article_written_title{
    border-left:5px solid #3EBF43;
    padding:0 5px;
    color:#666;
}
.article_written_box{
    border:1px solid #ddd;
    padding:5px;
    background:#f8f8f8;
    margin:5px 0px 10px;
}
.article_review_title{
    border-left:5px solid #3EBF43;
    padding:0 5px;
    color:#666;
    margin:10px 0 0;
}
.book_review_title{
    border-left:5px solid #3EBF43;
    padding:0 5px;
    color:#666;
    margin:20px 0 0;
    font-size: 90%;
}
.book_review_box{
    border:1px solid #ddd;
    padding:5px;
    background:#fff;
    margin:0px 0px 0px;
    font-size: 13px;
}
.article_written_username{
    color:#1EA01E;
    font-weight: bold;
    margin:5px 0 0 10px;
    padding:0;
}
.article_written_text{
    color:#999;
    margin:0 0 0 10px;
    padding:0;
}
.article_written_more{
    /*color:#999;*/
    /*font-weight: bold;*/
    margin:5px 0 0 10px;
    padding:0;
}
/* article->hashtag, Tag->view, User->profile, etc */
div.category_title{
    background:#fff;
    padding:10px 20px;
    margin:5px 5px;
}

/* Pagetitle */
.pagetitle_text{
    font-size:180%;
    border-left:5px solid #1EA01E;
    padding:10px 20px;
    background:#fff;
    margin:5px 10px 5px 5px;
}
/* listview */
#listview_bg{
    background:#fff;
    margin:10px 20px 0 5px;
}
.article_index_img_size{
    width:100px;
    height:100px;
}
.nofavorite{
     margin:-10px 5px -5px;
}
/* Other articles */
.article_row_list{
    /*margin:5px;*/
    margin:0 1%;
}
/* indextop */
.indextop_title{
    border-top:2px solid #3EBF43;
    border-bottom:2px solid #3EBF43;
    padding: 5px 0 5px 10px;
    margin:2px 0 10px 0;
    background:#fff;
}
.indextop_title a{
    color:#666;
}

.ranking_text{
    font-size:95%;
    line-height: 130%;
}
.ranking_text a{
    color:#666;
}

/* policy */
.policy_text{
    margin:40px 0;
}
#policy_border{
    border:1px solid #ccc;
    padding:20px 40px;
    margin:20px 0 40px;
    background:#fff;
}
.policy_view{
    border:1px solid #ccc;
    padding:20px 40px;
    margin:5px 3px 15px 0px;
    background:#fff;
}

/* pagenate */
#page-nav{
    clear:both;
}
/* ranking top s*/
.ranking_top{
    height:315px;
    background:#fff;
    padding:10px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3) inset;
    width:98%;
}
.ranking_top_box{
    overflow:hidden;
    height:50px;
    margin:7px 0;
}
/* ranking side */
.ranking{
    background:#fff;
    padding:10px 20px 10px 10px;
    width:105%;
    margin-top:-5px;
}
.ranking_box{
    cursor:pointer;
    overflow:hidden;
    height:50px;
    margin:10px 0;
}
.ranking_box a{
    color:#999;
    font-size:90%;
}
.ranking_link,
.ranking_link a:hover{
    color:#1EA01E;
    font-size:90%;
    float:right;
    margin-bottom:-5px;
}
/* footer */
#footer_wrapper{
    margin:0;
    padding:20px 0 10px;
}
p.footer_text{
    margin:3px 0;
    display:block;
}
p.footer_sns_mk{
    margin:10px 0;
}
/* users->addacount */
.user_addacount_box{
    padding:0 10px;
}

/* Selections -> view */
.selections_view_desc{
    margin: 5px;
    padding: 5px 0 10px ;
    color:#666;
    border-top:1px solid #ccc;
    border-right:5px solid #ccc;
    border-bottom:1px solid #ccc;
    border-left:5px solid #ccc;
    font-size:16px;
    background:#fff;
}
.select_article_view_desc{
    margin:10px 20px 0px;
    font-size:90%;
    color:#666;
}
div#selections_view_desc{
    margin: 5px;
    padding: 5px 0 10px ;
    color:#666;
    border-top:1px solid #ccc;
    border-right:5px solid #ccc;
    border-bottom:1px solid #ccc;
    border-left:5px solid #ccc;
    font-size:16px;
    background:#fff;
}
div#select_article_view_desc{
    margin:10px 20px 0px;
    font-size:90%;
    color:#666;
}
.selection_view_hash{
    margin:-10px 10px 10px;
}
.social_link_selection{
    margin:20px 40px 20px;
    text-align:center;
}
.social_link_selection_fb{
    width:20px;
    margin-top:-3px;
}
#social_link_selection_position{
    width:45%; color:#fff; padding:5px; text-shadow:none;
}

.article_index_desc_listview{
    color:#aaa;
    margin:5px;
    padding:0 10px;
}
#listview_desc{
    font-size:100%;
    margin-left:-10px;
}

/* breadcrumb_ul */
.breadcrumb_ul{
    overflow:hidden;
    margin-left:-20px;
    margin-bottom:0px;
}
.breadcrumb_ul li{
    float:left;
}
#breadcrumb_tag{
    /*margin-left:-20px;*/
}

.top_border{
    border-top:1px solid #ccc;
}
.boxview_box{
    overflow:hidden;
}
.boxview_leftimg{
    /*margin:5px -5px 5px 5px;*/
}
.boxview_title{
    color: #666;
}
.mobile_article_index_box2{
    float:left;
    background:#fff;
}
.boxview_left{
    float:left;
    width:60px;
}
.boxview_right{
    float:right;
    width:100%;
    margin-left:-65px;
}
.mobile_article_index_text{
    background:#fff;
    padding:0px 0px;
    margin-left:65px;
}
.boxview_category{
    text-shadow:none;
    padding:2px 5px;
    background: #3EBF43;
    color:#fff;
    border:0;
}
.points_text{
    color:#999;
    font-weight: bold;
    font-size:11px;
}
.boxview_writeuser{
    margin-right:10px;
    margin-top:2px;
    font-size:12px;
}
.boxview_relation{
    margin-right:10px;
    margin-top:0px;
    font-size:12px;
}
.boxview_bar{
    margin:10px 25px 0 -20px;
    padding:10px;
    float:left;
}
.ranking_text_box{
    font-size:90%;
    line-height: 130%;
    margin:0px 0 0;
    color:#666;
}
.ranking_text_top{
    line-height: 130%;
    margin:3px 0 0;
    color:#666;
    font-size:13px;
}
.ranking_text_top a,
.ranking_text_box a{
    color:#999;
}
.img_flame{
    border:2px solid #fff;
}


/*  pagination */
.text-center{
  text-align: center;
}

ul.page-numbers {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}
ul.page-numbers > li {
    display: inline;
}
ul.page-numbers > li > a ,
ul.page-numbers > li > span {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #3EBF43;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
ul.page-numbers > li:first-child > a {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}
ul.page-numbers > li:last-child > a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
ul.page-numbers > li > a:hover {
    background-color: #eeeeee;
    border-color: #dddddd;
    color: #2a6496;
}
ul.page-numbers .current{
    background-color: #3EBF43;
    border-color: #3EBF43;
    color: #ffffff;
    cursor: default;
    z-index: 2;
}

.article_view_ecbtn {
    display: block;
    border: 2px solid #ccc;
    border-radius: 5px;
    background: #fff;
    font-size: 100%;
    color: #666;
    width: 50%;
    height: 50px;
    text-align: center;
    padding: 10px;
}

.dark-gray{
    font-size:80%;
}

.article_text{
    font-size: 110%;
    color: #333;
    line-height: 1.8;
    letter-spacing: 1px;
    margin-bottom: 2.2em;
}

div#article_view_desc1 {
    margin-top: 10px;
    font-size: 100%;
    color: #666;
    line-height: 1.8;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
div#article_view_desc2 {
    margin-top: 10px;
    font-size: 100%;
    color: #666;
    line-height: 1.8;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.pen_yellow {
    background: linear-gradient(transparent 65%, #ffff66 65%);
}
.pen_purple {
    background: linear-gradient(transparent 65%, #ff99ff 65%);
}
.under_red {
    border-bottom: 2px solid #ff3333;
}

.kasen {text-decoration: underline;
}

/* social button */
.socialbutton {
    float: left; margin: 0 0 15px 10px;
}
.facebook-button{ 
    min-width:70px; max-width:115px; margin: -5px 0 0; 
}
.twitter-button{ 
    min-width:87px; max-width:90px; margin: 0 10px 0;
}
.hatena-button{ 
    min-width:80px; max-width:125px; margin: 0 15px 10px 0; 
}
.gplus-button{ 
    min-width:50px; max-width:80px; 
}
.pocket-button{ min-width:60px; max-width:115px; margin: 0 -15px 0 0px; 
}

/* big social button */
.socialbutton_big { 
    float: left; margin: 0 0 15px 15px;
}
.facebook-button_big { 
    min-width:70px; max-width:115px;  margin: 0 -7px 0 0;
}
.twitter-button_big { 
    min-width:87px; max-width:90px;
}
.hatena-button_big { 
    min-width:80px; max-width:125px; margin: 0 0px 0 5px; 
}
.gplus-button_big { 
    min-width:50px; max-width:80px; 
}
.pocket-button_big{ 
    min-width:60px; max-width:115px; 
}

/* 参照 */
blockquote{
background-color:#fafafa;
padding:3em 3em 2em 3em;
position:relative;
border-left:0px solid #333;
font-size:110%;
color: #333;
line-height: 2.0;
margin-bottom: 2.2em;
font-family : YuGothic, '游ゴシック', sans-serif;
}
blockquote:before{
content:"“";
font-size:600%;
line-height:1em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#999;
position:absolute;
left:0;
top:0;
}
.background_two {
  border: 1px dotted #e5e5e3;
  margin: 0 0 10px;
  padding: 20px 20px 20px;
  font-size: 110%;
  color: #333;
  line-height: 2.0;
  margin-bottom: 2.2em;
  font-family : YuGothic, '游ゴシック', sans-serif;
}
/* 目次 */
.contents { 
    font-size:120%;
    color: #333;
}
/* サイドバー追随記事一覧の固定 */
.new_article{
    background:#fff;
    padding:10px;
    width:300px;
    margin-top:-5px;
}