@charset "UTF-8";
body #container {
    width: 100%;
    min-width: 1280px;
    background: #f6f6f6;
}
body #container .loading {
    display: none;
    text-align: center;
}
body #container .breadlist-area {
    margin: 0 auto;
    padding: 15px 20px 0;
    width: 1240px;
}
body #container .main {
    width: 1240px;
    margin: 0 auto;
    padding: 30px 20px 60px;
}
body #container #main-past { width: 1070px }
body #container .main .left-area {
    float: left;
    width: 890px;
    display: inline;
}
body #container #main-past .left-area { width: 720px }
body #container #main-1col #contents { width: 1240px }
body #container #main-past-1col { width: 1040px }
body #container #main-past-1col #contents { width: 1040px }
body #container .main .right-area {
    float: right;
    width: 336px;
    display: inline;
}
body #container .main div.wide { width: 100% }
body #container .main li.right { margin-right: 0 !important }
body #container .main .maintenance p {
    margin-bottom: 8px;
    font-size: 93%;
}
body #container .color-working { background-color: #6acaeb }
body #container .color-love { background-color: #ffc1d8 }
body #container .color-beauty { background-color: #f99fac }
body #container .color-odekake { background-color: #fdac76 }
body #container .color-lifestyle { background-color: #99cc7d }
body #container .color-news { background-color: #f9ce65 }
body #container .color-webtest { background-color: #c5aaf7 }
body #container .color-blogger { background-color: #f9ce65 }
body #container .color-event { background-color: #8eb1fe }
body #container .color-present { background-color: #f77e81 }
body #container .tag {
    padding: 3px 10px;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
body #container .breadlist-area ul {

}
body #container ul.breadlist { padding-bottom: 40px }
body #container .breadlist-area ul li {
    margin-right: 7px;
    padding-right: 19px;
    float: left;
    font-size: 86%;
    line-height: 1.2;
    background-image:url("../img/bullet_breadlist.gif");
    background-repeat:no-repeat;
    background-position: right 0;
}
body #container .breadlist-area ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    background: none;
}
body #container .breadlist-area ul li a {

}
body #container .breadlist-bottom { padding-bottom: 20px }
body #container .btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 1;
    padding: 1.2em 3em;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
body #container .btn-pink {
    background-color: #ee5681;
    color: #fff;
    box-shadow: rgb(208,33,82) 0 -1px 0 0 inset;
    -webkit-box-shadow: rgb(208,33,82) 0 -1px 0 0 inset;
    -moz-box-shadow: rgb(208,33,82) 0 -1px 0 0 inset;
}
body #container .btn-pink:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
}
body #container .btn-gray {
    background-color: #5c513f;
    color: #fff;
}
body #container .btn-gray:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
}
body #container .pager {
    margin: 40px auto 50px;
    text-align: center;
}
body #container .pager ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
body #container .pager ul li {
    margin: 0 8px 0 0;
    float: left;
    line-height: 30px;
    text-align: center;
}
body #container .pager ul li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
body #container .pager ul li a:hover {
    background-color: #666;
    border: 1px solid #666;
    color: #fff;
    text-decoration: none;
}
body #container .pager ul li.current {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #666;
    border: none;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
/* -- ページングが4桁時の回避策 ---------*/
body #container .pager ul li a.extension,
body #container .pager ul li.current.extension{
	width: initial;
	padding-left: 1px;
	padding-right: 1px;
}
body #container .pager ul li a.extension {
    min-width: 30px;
}
body #container .pager ul li.current.extension {
    min-width: 32px;
}
/* ------------------------------------*/
body #container .pager ul li.prev { margin: 0 20px 0 0 }
body #container .pager ul li.prev a,
body #container .pager ul li.next a { background: transparent }
body #container .pager ul li.next { margin: 0 0 0 20px }
body #container .pager ul li.next,
body #container .pager ul li.prev { line-height: 32px }
body #container .pager ul li.next a,
body #container .pager ul li.prev a {
    display: block;
    width: 100%;
    height: 32px;
    border: none;
}
body #container .pager ul li.next a:hover,
body #container .pager ul li.prev a:hover {
    opacity: 0.7;
    background-color: transparent;
    color: #444;
}
body #container #single .pager ul li.next,
body #container #single-past .pager ul li.next { margin: 0 0 0 12px }
body #container .pager-small { text-align: center }
body #container .pager-small ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
body #container .pager-small ul li {
    margin: 0 8px 0 0;
    width: 26px;
    height: 26px;
    float: left;
    font-size: 86%;
    text-align: center;
}
body #container .pager-small ul li.next a,
body #container .pager-small ul li.prev a {
    display: block;
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
    border: none;
    background-color: transparent;
}
body #container .pager-small ul li.next a:hover,
body #container .pager-small ul li.prev a:hover {
    opacity: 0.7;
    border: none;
}
body #container .pager-small ul li a {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
body #container .pager-small ul li a:hover {
    background-color: #666;
    border: 1px solid #666;
    color: #fff;
    text-decoration: none;
}
body #container .pager-small ul li a.current {
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: #666;
    border: 1px solid #666;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
body #container li { position: relative }
body #container span.ribbon-present {
    display: block;
    background-image:url("../img/img-ribbon-present.png");
    background-repeat:no-repeat;
    background-position: top left;
    width: 58px;
    height: 19px;
    top: 6px;
    left: -5px;
    z-index: 100;
}
body #container span.ribbon-new {
    display: block;
    background-image:url("../img/img-ribbon-new.png");
    background-repeat:no-repeat;
    background-position: top left;
    width: 58px;
    height: 19px;
    position: absolute;
    top: 6px;
    left: -5px;
    z-index: 100;
}
body #container span.ribbon-office {
    display: block;
    background-image:url("../img/img-ribbon-office.png");
    background-repeat:no-repeat;
    background-position: top left;
    width: 58px;
    height: 19px;
    position: absolute;
    top: 6px;
    left: -5px;
    z-index: 100;
}
body #container span.ribbon-mail {
    display: block;
    background-image:url("../img/img-ribbon-mail.png");
    background-repeat:no-repeat;
    background-position: top left;
    width: 87px;
    height: 19px;
    position: absolute;
    top: 6px;
    left: -5px;
    z-index: 100;
}
body #container span.ribbon-gradito {
    display: block;
    background-image:url("../img/img-ribbon-gradito.png");
    background-repeat:no-repeat;
    background-position: top left;
    width: 87px;
    height: 19px;
    position: absolute;
    top: 6px;
    left: -5px;
    z-index: 100;
}
body #container span.icon-new {
    padding: 0 5px;
    height: 16px;
    color: #fff;
    line-height: 16px;
    font-style: italic;
    background-color: #f1126b;
    border-radius: 2px;
}
body #container #notfound {
    margin: 0 auto 40px;
    padding: 80px 100px;
    background-color: #fff;
    border-top: 3px solid #ccc;
}
body #container #notfound .head {
    margin-bottom: 50px;
    padding: 0 0 20px 60px;
    border-bottom: 1px dotted #ccc;
    background-image: url("../img/bullet-404.png");
    background-repeat:no-repeat;
    background-position: 5px 5px;
}
body #container #notfound h2 {
    font-size: 200%;
    line-height: 1.4;
}
body #container #notfound .head .wfont-p { color: #999 }
body #container #notfound .disc {
    padding-bottom: 50px;
    border-bottom: 1px dotted #ccc;
}
body #container .main .left-area.page-enq_thanks #article { border-top: 3px solid #ccc }
body #container #thanks { padding-bottom: 20px }
body #container #thanks .head {
    margin-bottom: 50px;
    padding: 0 0 20px 60px;
    border-bottom: 1px dotted #ccc;
    background-image:url("../img/bullet-thanks.png");
    background-repeat:no-repeat;
    background-position: 5px 5px;
}
body #container #thanks h2 {
    font-size: 200%;
    line-height: 1.4;
}
body #container #thanks .disc {
    padding: 30px;
    background-color: #fdebec;
    text-align: center;
    border-radius: 4px;
}
body #container #thanks h3 {
    margin-bottom: 30px;
    font-size: 150%;
    font-weight: bold;
    color: #f77e81;
}
body #container #thanks .head .wfont-p { color: #999 }
body #container #thanks .link-top { text-align: center }
body #container #thanks .first { margin-bottom: 20px }
body #container #thanks .link-top a {
    background-color: #ee5681;
    border-radius: 4px;
    box-shadow: 0 -1px 0 0 rgb(208,33,82) inset;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 18px 28px 17px;
    text-align: center;
    text-decoration: none;
}
body #container #thanks .link-top a:hover { opacity: 0.7 }

body #article #single .summery {
    position: relative;
    padding-bottom: 10px;
}
body #article #single .summery .article-image {
    width: 285px;
    float: right;
}
body #article #single .summery .article-image img {
    width: 100%;
}
body #article #single .summery .article-summary {
    margin-bottom: 0;
    width: 495px;
    float: left;
    font-size: 15px;
    line-height: 1.8;
}
body #article #single .summery .mask {
    width: 810px;
    height: 120px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../img/article-mask.png") top left no-repeat;
}
body #article #guidance {
    padding: 5px;
    background-color: #eee;
}
body #article #guidance .guidance-inner {
    padding: 15px;
    border: 1px solid #fff;
    text-align: center;
}
body #article #guidance .guidance-inner .list-member li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
body #article #guidance .guidance-inner h3 {
    margin-bottom: 10px;
    color: #f1126b;
    font-size: 15px;
}
body #article #guidance .guidance-inner h3 span {
    font-size: 21px;
    font-weight: bold;
}
body #article #guidance .guidance-inner .disc {
    margin-bottom: 20px;
}
body #article #guidance .guidance-inner .list-member li.login {
    margin-right: 15px;
}
.wp_social_bookmarking_light{
    height: 30px !important;
}



/* office-coordinate */
#office-coordinate .article-bottom-box.oc-slider{
	background-image: none;
}
#office-coordinate .article-bottom-box.oc-slider h2.heading{
	height: 100px;
	line-height: 100px;
}
#office-coordinate .article-bottom-box.oc-slider h2.heading span{
	background: transparent;
	line-height: 95px;
	background-color: #F6F6F6;
}
#office-coordinate .article-bottom-box.oc-slider .slider-area{
	width: 100%;
	margin: 0 auto;
}
#office-coordinate .article-bottom-box.oc-slider .slider-area .bx-wrapper{
	width: 100% !important;
	max-width:none !important;
}
#office-coordinate .article-bottom-box.oc-slider .slider-area .bx-wrapper .bx-loading{
	background-color: #F6F6F6;
}
#office-coordinate .article-bottom-box.oc-slider .slider-area .bx-wrapper .bx-viewport{
	width: 90% !important;
	margin: 0 auto;
}
#office-coordinate .oc-area .article-bottom-box.oc-slider .slider-area{
	width: 810px;
	margin: 0 auto;
}
#office-coordinate .oc-area .article-bottom-box.oc-slider .slider-area .bx-wrapper{
	width: 740px !important;
	max-width:none !important;
}

/*PR*/
html body #container #main-past-1col span.pr_article,
html body #container #main-past span.pr_article,
html body #container #main-1col span.pr_article,
html body #container #main span.pr_article {
    height: 13px;
    width: 27px !important;
    background: #898989;
    display: block;
    color: #fff;
    text-align: center;
    padding: 5px 0 2px 3px;
    letter-spacing: 3px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    line-height: 1 !important;
    font-size: 12px;
}


html body #container #bucknumber-area span.pr_article,
html body #container #main #news-list span.pr_article{
    height: 11px;
    width: 18px !important;
    padding: 3px 1px 1px 1px;
    letter-spacing: 0;
    font-size: 10px;
}

html body #container #main #recommend-area span.pr_article{
    bottom: 0;
    right: 0;
    top: initial;
    left: initial;
}

/*2018/10/10 add*/
body #article #single .suggest_link_box_sc {
    background: #fcf9f0;
}
body #article #single .slb_title {
    color:white;
    font-size: 110%;
    background: #888;
}
body #article #single .lnk1 {
    list-style-type: disc !important;
    text-decoration: underline;
}
body #article .menu-happy {
    margin-top: 0px!important;
}
body #article .menu-happy h2{
    padding-bottom: 0px;
}
body #article .menu-happy .menu-position {
    vertical-align: baseline;
    color: #000;
}
body #article .menu-happy .happycomm-title {
    background: #6acaeb!important;
}
body #article .rizap {
    padding: 40px 0px;text-align: center;
}

/* 記事本文広告 */
#post_content_banner{max-width:680px;margin:40px auto;padding:30px 0px;background-color: #eee;}
#post_content_banner #notice{text-align: center;margin: 0;height: 30px;}
#post_content_banner #banner_inner {width: 610px;margin:0 auto;}
#post_content_banner #banner_inner p{margin:0;}
#post_content_banner #banner_inner .rectangle1 {width: 300px;height: 250px;float: left;}
#post_content_banner #banner_inner .rectangle2 {width: 300px;height: 250px;float: right;}
