@charset "UTF-8";
/* CSS Document */
/* ----------------------------------------
共通
 ---------------------------------------- */
.top_only .top_article ul li a,
.top_only  ul.hotarticleList li a,
.top_only #bottom_area .bottom_area_inner li a{
    display:block;
}
.top_only ul li div.textBox{
    float:none;
}
/*日付、UU数固定*/
.top_only ul.pointList {
    margin: 3px 0 0 15px;
}
.top_only p.date {
    font-size: 110%;
}
.top_only .writerList ul.pointList {
    margin: 3px 0 0 0;
}
/* ----------------------------------------
トップ3記事 .top_article
 ---------------------------------------- */
.top_only div.top_article {
    margin-bottom: 20px;
}
.top_only .top_article ul li {
    width: 320px;
    position:relative;
}
.top_only .top_article ul li:nth-child(-n+2) {
    margin-right:10px;
}
.top_only .top_article ul li div.textBox {
    padding: 10px 5px 2px;
}
.top_only .top_article ul li p.images {
    float: none;
}
/*タイトル*/
.top_only .top_article ul li p.title {
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
}
.top_only .top_article ul.writerPc li.profilephoto {
    width: 32px;
}
/*画像トリミング*/
.top_article li p.images {
    flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -webkit-box-flex: none;
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    margin-right: 0;
}
.top_article li p.images img {
    width: 100%;
    height: auto;
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}
/* ----------------------------------------
記事一覧 #content
 ---------------------------------------- */
.top_only div#content section.contentBox{
    padding-bottom:30px;
}
ul.hotarticleList li.alist_item {
    float: left;
    margin: 0 0 20px 21px;
    position: relative;
    width: 200px;
}
ul.hotarticleList li.alist_item:nth-child(3n+1) {
    margin: 0 0 20px 0;
    clear: both;
}
.top_only ul.hotarticleList li div.textBox {
    padding-top: 8px;
}
/*タイトル*/
.top_only ul.hotarticleList li p.title {
    line-height: 1.4;
    font-size: 18px;
}
/*筆者名*/
.top_only ul.hotarticleList li.profilephoto,
.top_only .categorylist li.profilephoto {
    width: 32px;
    padding-right: 10px;
}
.top_only ul li.name {
    line-height: 2.8;
}
.top_only ul li.name a {
    color: #a7a7a7;
    font-weight: bold;
}
/*画像トリミング*/
.hotarticleList li p.images {
    flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -webkit-box-flex: none;
    width: 100%;
    height: 132px;
    overflow: hidden;
    position: relative;
    margin-right: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.hotarticleList li p.images img {
    width: 100%;
    height: auto;
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}
/*もっと見る*/
.top_only .more a {
    color: #00a6d6;
    border: 1px solid #00a6d6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    width: 300px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.top_only .more a:hover {
    text-decoration: none;
    opacity: 0.6;
}
/*アイコン*/
span.new, span.qa {
    position: absolute;
    top: -10px;
    left: -10px;
}
.hotarticleList li span.icon_pr{
    position:absolute;
    bottom:1px;
    right:70px;
    color:#a7a7a7;
    border:1px solid#a7a7a7;
    font-size:10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding:0 2px;
}
/* ----------------------------------------
サイド #sidebar
 ---------------------------------------- */
.top_only #sidebar div.sideBox ul.hotList li{
    margin-bottom:0;
}
.top_only #sidebar div.sideBox ul.hotList li div.hotbox{
    padding:10px 0;
}
/*サムネイル画像トリミング*/
.top_only #sidebar p.img_thumb {
    flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -webkit-box-flex: none;
    width: 72px;
    height: 72px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    border-radius: 3.5px;
    margin-right: 6px;
    float:left;
}
.top_only #sidebar p.img_thumb img {
    width: auto;
    height: 72px;
    max-width: 300px;
    max-height: 200px;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -18px;
    margin-right: auto;
}
/*------おすすめ,ネタのタネ----*/
.top_only div.sideBox #osusumelist li div.textBox, div.sideBox #netanotanelist li div.textBox {
    width: 195px;
    padding-left:5px;
}
.top_only div.sideBox #osusumelist li div.textBox p.title, div.sideBox #netanotanelist li div.textBox p.title,
.top_only div.sideBox ul.hotList li div.textBox p.title {
    margin-right:4px;
}
/*-----ランキング-----*/
.top_only div.sideBox ul#top_hotlist li div.textBox{
    width:165px;
    padding-left:5px;
}
div.sideBox ul.hotList li p.hotNumber.pr {
    font-size: 130%;
}
/*------リクエスト募集中----*/
.top_only div.sideBox #requestRe p.readText {
    font-size: 12px;
}
/*-----ネタのタネ-----*/
.top_only div.sideBox .sidemore a {
    color: #00a6d6;
    float: right;
    font-size: 95%;
}
/* ----------------------------------------
ページ下部 #bottom_area
 ---------------------------------------- */
#bottom_area .bottom_area_inner {
    width: 980px;
    margin: 0 auto;
    padding: 20px 0;
}
#bottom_area .bottom_area_inner h2 {
    margin-bottom: 10px;
}
#bottom_area .bottom_area_inner h2 img {
    margin-right: 5px;
}
#bottom_area .bottom_area_inner h2 p {
    font-size: 28px;
    font-weight: bold;
    color: #00a6d6;
    line-height: 1.4;
}
/*-----SNSランキング-----*/
#bottom_area .snsrankbox {
    background: #f8f8f8;
}
.snsrankbox .bottom_area_inner ul li.ranklist {
    width: 194px;
    float: left;
    background: #fff;
    border-right: 1px solid #f8f8f8;
    position: relative;
}
.snsrankbox .bottom_area_inner ul li.ranklist:last-child {
    border-right: none;
}
.snsrankbox .bottom_area_inner ul li.ranklist p.share {
    padding: 8px;
    font-weight: bold;
    font-size: 100%;
    line-height: 15px;
    color: #FE4D4A;
}
.snsrankbox .hotnumber {
    background-image: url(../img/rank_bg.png);
    position: absolute;
    top: 0;
    width: 58px;
    height: 58px;
    background-repeat: no-repeat;
}
.snsrankbox .hotnumber span {
    color: #FFF;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 8px;
    font-size: 26px;
}
/*タイトル*/
.top_only .snsrankbox .bottom_area_inner ul li.ranklist p.title {
    line-height: 1.4;
    font-size: 16px;
    padding: 8px 8px 0;
}
/*画像トリミング*/
li.ranklist p.images {
    flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -webkit-box-flex: none;
    width: 100%;
    height: 196px;
    overflow: hidden;
    position: relative;
    margin-right: 0;
    border-radius: 0;
}
li.ranklist p.images img {
    width: auto;
    max-width: none;
    height: 196px;
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
}
/*-----フカボリ取材しました-----*/
.fukaboribox .bottom_area_inner ul li.fukaborilist {
    float: left;
    position: relative;
    width: 230px;
}
.fukaboribox .bottom_area_inner ul li.fukaborilist:nth-child(-n+3) {
    margin-right: 20px;
}
/*タイトル*/
.fukaboribox .bottom_area_inner ul li.fukaborilist div.textBox p.title {
    line-height: 1.4;
    font-size: 18px;
    padding-top: 8px;
}
/*画像トリミング*/
li.fukaborilist p.images {
    flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -webkit-box-flex: none;
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    margin-right: 0;
    border-radius: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
li.fukaborilist p.images img {
    width: auto;
    max-width: none;
    height: 180px;
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
}
/*吹き出し*/
div.balloon {
    background: #fff;
    display: inline-block;
    position: relative;
    width: 226px;
    height: 162px;
    border: 2px solid #e9e9e9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 20px;
}
div.balloon:before {
    content: "";
    display: inline-block;
    border: 9px solid transparent;
    border-bottom-color: #e9e9e9;
    position: absolute;
    left: 104px;
    top: -20px;
}
div.balloon:after {
    content: "";
    display: inline-block;
    border: 9px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 104px;
    top: -18px
}
div.balloon p.q_text {
    line-height: 1.4;
    font-size: 16px;
    padding: 24px 10px 0;
    text-align: left;
}
div.balloon p.user_name {
    position: absolute;
    right: 14px;
    bottom: 16px;
    font-size: 14px;
    color: #666;
}
div.balloon p.user_name:before {
    content: 'by';
    padding-right: 5px;
}
/*QAアイコン*/
.fukaboribox .bottom_area_inner p.iconA {
    position: absolute;
    top: -10px;
    left: -10px;
}
.fukaboribox .bottom_area_inner p.iconQ {
    position: absolute;
    top: -20px;
    left: -10px;
}
/*-----カテゴリー-----*/
.categorybox .bottom_area_inner ul li.categorylist {
    float: left;
    width: 230px;
    margin-bottom: 20px;
    margin-right: 20px;
}
.categorybox .bottom_area_inner ul li.categorylist:nth-child(4n) {
    margin-right: 0;
}
.categorybox .bottom_area_inner ul li.categorylist div.textBox p.title {
    line-height: 1.4;
    font-size: 18px;
    padding-top: 8px;
}
.categorybox .bottom_area_inner p.pickup_cate {
    color: #00a6d6;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #00a6d6;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1;
    padding-bottom: 5px;
}
.categorybox .bottom_area_inner p.pickup_cate img {
    width: 20px;
    margin-right: 5px;
}
.categorybox .bottom_area_inner p.pickup_cate a{
    color:#00a6d6;
}
.categorybox .bottom_area_inner p.pickup_cate a:hover{
    opacity:0.6;
    text-decoration:none;
}
/*画像トリミング*/
li.categorylist p.images {
    flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -webkit-box-flex: none;
    width: 100%;
    height: 152px;
    overflow: hidden;
    position: relative;
    margin-right: 0;
    border-radius: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
li.categorylist p.images img {
    width: auto;
    max-width: none;
    height: 152px;
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
}