/* 
    Created on : 2014/09/30, 11:14:22
    Author     : komae
*/

#search-display-switch {
    margin-top: 10px;
    display:block;
    text-indent: -9999px;
    background-size: 312px 20px;
    background-repeat: no-repeat;
    background-image: url(/images/web/blog/sort_show.jpg);
    height: 20px;
    width: 312px;
    position: relative;
}

#search-display-switch #arr {
    display:block;
    text-indent: -9999px;
    background-size: 14px 24px;
    background-repeat: no-repeat;
    background-image: url(/images/web/blog/sort_arr.png);
    height: 12px;
    width: 14px;
    position: absolute;
    right: 2px;
    bottom: 4px;
    background-position: left bottom;
}

#search-display-switch #arr.expandTreeArrowRight {
    background-position: left top;
}

.search-title {
    font-size: 12px;
    color: #000;
    margin-bottom: 5px;
}

#blog-calendar {
    margin-top: 10px;
}

.ui-datepicker-trigger {
    width: 93px;
    height: 23px;
}

.blog-search {
    margin-bottom: 15px;
}

.blog-search input[name='submit'] {
    margin-top: 5px;
    width: 98px;
    height: 23px;
}

#all-article-display {
    margin-top: 10px;
    margin-bottom: 10px;
    display:block;
    text-indent: -9999px;
    background-size: 98px 23px;
    background-repeat: no-repeat;
    background-image: url(/images/web/blog/sort_all_btn.jpg);
    height: 23px;
    width: 98px;
}

.blog-article-list {
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #929292;
}

.blog-articles a {
    text-decoration: none;
}

.blog-article-info {
    margin-top: 5px;
    height: 15px;
    position: relative;
}

.blog-article-list .members-only {
    text-align: center;
    float: right;
    margin-right: 67px;
    background-color:#F00;
    color:#FFF;
    font-size:12px;
    line-height:15px;
    width:60px;
}

.blog-article-list .date {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 10px;
    color: #000;
    width: 60px;
}

section div.article_date {
    padding-bottom: 10px;
    font-size: 12px;
    color: #f08200;
}

section div.infodata {
    margin: 10px 0px 15px;
    width: 100%;
}
section div.infodata div.article_title {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}
section div.infodata div.body {
    font-size: 16px;
    line-height: 24px;
    word-break: break-all;
}
.hline{
    border-bottom:#CACACA solid 1px;
}
.navigation{
    margin:20px auto 0;
    width:316px;
}
.blog-button{
    width: 82px;
    height:24px;
}

.blog-button-margin-right{
    margin-right : 22px;
}

.blog-button-index{
    width:92px;
    height:24px;
}

.need-authority-btn{
    width: 200px;
    height:24px;
    margin-top:10px;
    margin-bottom:20px;
}
.attention{
    line-height:24px;
}

.sns-links{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right:0px;
    width: 315px;
}

.article-body{
    margin-top: 15px;
    margin-bottom: 15px;
}

.blogTag{
    margin-right:10px;
}

.blogTags{
    margin-top:10px;
}

.hidden-button{
    background-color: transparent;
    border-color:transparent;
}