@charset "utf-8";

/* ブログ ---------------------------------------------------------------------- */

div.box dl.blog{
    margin: 8px;
}

div.box dl.blog dd.site{
    width: 192px;
    height: 36px;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    text-decoration: none;
    display: block;
    text-indent:-9999px;
}

div.box dl.blog.boss dd.site{
    background: url(/image/home/shimoda.gif) no-repeat center left;
}

div.box dl.blog.staff dd.site,
div.box dl.blog.bhbyamaguchi dd.site{
    background: url(/image/home/yamaguchi.gif) no-repeat center left;
}

div.box dl.blog.bhbhara dd.site{
    background: url(/image/home/harajuku.gif) no-repeat center left;
}
div.box dl.blog.bhbsebu dd.site{
    background: url(/image/home/sebuyama.gif) no-repeat center left;
}
div.box dl.blog.bhbkaki dd.site{
    background: url(/image/home/kakijirou.gif) no-repeat center left;
}

div.box dl.blog dd.date{
    margin: 5px 0 5px;
    font-size:10px;
    font-family:inherit;
    font-style:inherit;
    font-weight:normal;
    color: #d211a2;
}

div.box dl.blog dd.image{
    text-align:center;
    overflow:hidden;
    width:100%;
}

    div.box dl.blog dd.image .image_area{
        overflow:hidden;
    }

div.box dl.blog dt.title{
    margin:5px 0;
}

div.box dl.blog dt.title a{
    color: #000;
}

div.box dl.blog dd.note{
    font-size:11px;
}

div.box dl.blog dd.link{
    font-size:11px;
    margin: 5px 0;
}

/* オモコロ ---------------------------------------------------------------------- */

div.box dl.omocoro{
    margin: 8px;
}

div.box dl.omocoro dd.site{
    width: 198px;
    height: 35px;
    position: relative;
    top: 0px;
    left: 0px;
}

div.box dl.omocoro dd.site h3{
    width: 198px;
    height: 46px;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    text-decoration: none;
    display: block;
    text-indent:-9999px;
    position: absolute;
    top: -13px;
    left: 0px;
}

div.box dl.omocoro dd.site#pickup h3{
    background: url(/image/home/omocoro_pickup.png) no-repeat center left;
    _background-image:none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/home/omocoro_pickup.png',sizingMethod=image);
}

div.box dl.omocoro dd.site#comic h3{
    background: url(/image/home/omocoro_comic.png) no-repeat center left;
    _background-image:none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/home/omocoro_comic.png',sizingMethod=image);
}

div.box dl.omocoro dd.date{
    margin: 0px 0 5px;
    font-size:10px;
    font-family:inherit;
    font-style:inherit;
    font-weight:normal;
    color: #d211a2;
}

div.box dl.omocoro dd.image{
    text-align:center;
    overflow:hidden;
    width:100%;
}

div.box dl.omocoro dt.title{
    margin:5px 0;
}

div.box dl.omocoro dt.title a{
    color: #000;
}

div.box dl.omocoro dd.note{
    font-size:11px;
}

div.box dl.omocoro dd.link{
    font-size:11px;
    margin: 5px 0;
}

.comic_area{
    overflow:hidden;
    height: 182px;
    _width:95%;
}


/* インフォ ---------------------------------------------------------------------- */

div.box dl.info{
    margin: 8px;
}

div.box dl.info dd.site{
    position: relative;
    top: 0px;
    left: 0px;
    height: 30px;
}

div.box dl.info dd.site h3{
    background: url(/image/info/title.png) no-repeat center left;
    _background-image:none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/info/title.png',sizingMethod=image);
    width: 152px;
    height: 48px;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    text-decoration: none;
    text-indent:-9999px;
    display: block;
    position: absolute;
    top: -20px;
    left: 0px;
}

div.box dl.info dd.date{
    margin: 5px 0 0px;
    font-size:10px;
    font-family:inherit;
    font-style:inherit;
    font-weight:normal;
    color: #d211a2;
}

div.box dl.info dt.title{
    border-bottom: dotted 1px #CCC;
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative;
    top: 0px;
    left: 0px;
}

div.box dl.info dt.title a{
    font-size: 11px;
    text-decoration: none;
}

div.box dl.info dt.title a:hover{
    text-decoration: underline;
}

div.box dl.info dt.more a{
    font-size: 11px;
}

.new{
    background: url(/image/new2.png) no-repeat center left;
    _background-image:none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/new2.png',sizingMethod=image);
    width: 33px;
    height: 34px;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    text-decoration: none;
    text-indent:-9999px;
    display: block;
    position: absolute;
    top: -20px;
    right: -28px;
}


dl.info dd.date{
    margin: 5px 0 5px;
    font-size:10px;
    font-family:inherit;
    font-style:inherit;
    font-weight:normal;
}

dl.info dd.date a{
    position: relative;
    top: -2px;
    left: 5px;
    color: #CCC;
    font-family:Georgia, 'Times New Roman', serif;
    font-style:italic;
    line-height:1.4;
}

dl.info dd.date a:hover{
    color: #000;
}

dl.info dd.type{
    border-left: 8px solid #D831AE;
    padding-left: 5px;
    color: #D211A2;
    font-weight: bold;
}

dl.info dd.note{
    margin-top:10px;
    font-size:11px;
}

dl.info dd.url{
    margin: 5px 0 5px;
    font-size:12px;
    font-family:inherit;
    font-weight:normal;
}

dl.info dd.image{
    overflow:hidden;
    text-align:center;
    width:100%;
}

dl.info dd.image div.image_area{
    text-align: center;
    overflow:hidden;
}
dl.info dd.share{
    margin: 20px 0 0;
}

    dl.info dd.share .share_twitter{
        float: left;
        width: 58px;
    }
    dl.info dd.share .share_facebook{
        float: left;
        width: 58px;
    }

div.new{
    background: url(/image/new.png) no-repeat center left;
    _background-image:none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/new.png',sizingMethod=image);
    top: -15px;
    left: -15px;
}


/* ウィジェット ---------------------------------------------------------------------- */

div.box.widget{
    border: 4px solid #FFFF00;
    background: #fff;
}

div.box.widget:hover{
    border: 4px solid #D831AE;
}

.twtr-widget{position:relative;font-size:12px!important;zoom:1;}.twtr-fullscreen{font-size:220%!important;}.twtr-fullscreen .twtr-new-results{display:none!important;}.twtr-widget .twtr-spinner{width:14px;height:14px;position:absolute;background:url(http://widgets.twimg.com/j/1/spinner.gif) no-repeat;top:3px;right:3px;}.twtr-inactive{display:none;}.twtr-widget a img{border:0!important;}.twtr-doc{overflow:hidden;width:100%;text-align:left;font-weight:normal;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.twtr-bd{padding:0 1px;}.twtr-widget .twtr-tweet-wrap{padding:6px 8px;overflow:hidden;zoom:1;}.twtr-fullscreen .twtr-tweet-wrap{padding:20px;}.twtr-widget .twtr-tweet{border-bottom:1px dotted #ddd;overflow:hidden;zoom:1;}.twtr-widget .twtr-tweet a.twtr-reply{visibility:hidden;}* html .twtr-widget .twtr-tweet a.twtr-reply{visibility:visible;}.twtr-widget .twtr-tweet:hover a.twtr-reply{visibility:visible;}.twtr-widget-profile img.twtr-profile-img{display:block;float:left;width:31px;height:31px;border:0!important;}.twtr-widget h3,.twtr-widget h4,.twtr-widget p{margin:0!important;padding:0!important;line-height:1.4!important;width:auto!important;}.twtr-widget-profile h3,.twtr-widget-profile h4{margin:0 0 0 40px!important;}.twtr-widget h3{font-size:11px!important;font-weight:normal!important;}.twtr-widget h4{font-size:16px!important;}.twtr-widget i,.twtr-widget .twtr-new-results{font-size:9px;font-style:normal;display:block;margin-top:2px;zoom:1;}.twtr-widget .twtr-new-results{text-align:center;padding:3px;margin:0 auto -10px auto;display:block;position:relative;bottom:5px;}.twtr-results-inner{line-height:1;font-size:100%;padding:4px 0;position:relative;bottom:-2px;width:40%;margin:0 auto;z-index:2;text-align:center;}.twtr-results-hr{width:100%;position:relative;z-index:1;height:1px;border-bottom:1px dotted #ddd;bottom:7px;background:none;overflow:hidden;}.twtr-new-results span{position:relative;z-index:3;top:-14px;display:block;font-size:9px!important;}.twtr-hd{padding:10px;position:relative;zoom:1;overflow:hidden;}.twtr-fullscreen .twtr-hd{height:0;padding:0;}.twtr-timeline{-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;position:relative;overflow:hidden;z-index:2;height:225px;}.twtr-flat .twtr-timeline{overflow-x:hidden;overflow-y:scroll;}.twtr-widget .twtr-tweet:last-child{border-bottom-width:0;}.twtr-ft{position:relative;}.twtr-ft div{overflow:hidden;padding:10px;zoom:1;}.twtr-ft span{float:right;text-align:right;}.twtr-ft a{float:left;display:block;}.twtr-ft span a{float:none;font-family:Georgia,"Times New Roman",Times,serif;font-size:10px;}.twtr-avatar{width:40px;height:40px;float:left;overflow:hidden;display:block;}.twtr-fullscreen .twtr-avatar{width:80px;height:80px;}.twtr-img{height:25px;width:25px;}.twtr-img img{width:30px;height:30px;}.twtr-fullscreen .twtr-img img{width:72px;height:72px;}.twtr-fullscreen a.twtr-join-conv{display:none;font-family:Georgia,"Times New Roman",Times,serif;font-size:12px;}.twtr-tweet-text{margin-left:40px;}.twtr-fullscreen .twtr-tweet-text{margin-left:90px;}.twtr-doc a{text-decoration:none!important;}.twtr-doc a:hover{text-decoration:underline!important;}



