<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------------------------------------------------

 pc style setting

---------------------------------------------------------------------- */
a img{
    -webkit-transition-property:opacity; -webkit-transition-duration:0.7s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.7s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.7s; -o-transition-timing-function:ease;
    -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
a:hover img{
    opacity:0.8;
}
body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "æ¸¸æ˜Žæœä½“", "Yu Mincho", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "MS æ˜Žæœ", serif;
    color: #333;
}
/* layout */
#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}
#header {
    width: 100%;
    margin: 0;
}
#contents {
    margin: 0 auto;
    min-width: 1100px;
}
/* mobile banner */
#mobile_banner_top, #mobile_banner_bottom {
    display:none;
}
/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */

.clear{
    clear:both;
}
#logo-area {
    width: 100%;
    margin: 0;
	height:60px;
}


/* global menu */

/* ----------------------------------------------------------------------
 index
---------------------------------------------------------------------- */

.blog #header{
    border-bottom: solid 1px #ddd;
    margin-bottom: 45px;
}

/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */

.archive #header{
    border-bottom: solid 1px #ddd;
    margin-bottom: 45px;
}

#post_list #header{
    border-bottom: solid 1px #ddd;
    margin-bottom: 45px;
}
.post_list{}
.post_list ol{
    margin: 0;
    padding: 0;
}
.post_list ol li{
    margin: 0 0 30px;
    padding: 0 0 30px;
    /*border-bottom: dotted 1px #878787;*/
    background-image: url(images/dot_02.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}
.post_list ol li a{
    text-decoration: none;
}
.post_title2 {
    font-size:16px;
    font-family:  "HGæ˜ŽæœE", "MS Pæ˜Žæœ", "ç´°æ˜Žæœä½“", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "ãƒ¡ã‚¤ãƒªã‚ª", meiryo, serif;
    margin:0 0 20px;
    line-height: 160%;
}
.post_thumb{
    width: 660px;
    height: auto;
    background: #ddd;
    padding: 10px;
    text-align: center;
    margin-bottom: 25px;
}
.post_list p{
    margin: 0;
}
.no_post {
    margin-top: 15px;
    font-weight: bold;
}
/* archive */
#news_headline{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 10px;
    background-image: url(images/dot_02.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}
/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
.single #header{
    border-bottom: solid 1px #ddd;
    margin-bottom: 45px;
}

.post{
    border-bottom: dotted 1px #878787;
}

#post_meta {
}

#news_title {
    border:1px solid #ccc;
    overflow:hidden;
}
#news_title h2 {
    margin:0;
    font-size:16px;
    background:#ccc;
    color:#fff;
    padding:10px 15px;
    line-height:180%;
}
#news_title p {
    margin:0 15px;
    font-size:12px;
    overflow:hidden;
}


/* next page */
#post_pagination {
    margin:0 0 30px 0;
}
#post_pagination h5 {
    margin:0 10px 0 0;
    float:left;
    line-height:30px;
    font-size:12px;
}
#post_pagination a, #post_pagination p {
    float:left;
    display:inline-block;
    background:#eee;
    margin:0 5px 0 0;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    text-decoration:none;
    color:#333;
    -moz-border-radius:3px;
    -khtml-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    font-size:12px;
}
#post_pagination p {
    background:#999;
    color:#fff;
}
#post_pagination a:hover {
    background:#333;
    color:#fff;
}


/* next prev post link */
#previous_next_post {
    width: 680px;
    margin:40px auto;
    padding:0;
}
#previous_next_post a {
    text-decoration:none;
}
#previous_next_post a:hover {
    text-decoration: underline;
}



/* ----------------------------------------------------------------------
page
---------------------------------------------------------------------- */
.page #header{
    box-shadow: 2px 0 5px #cccccc;
}

#page-wrapper {
    width: 770px;
    margin: 14px 0 35px;
    padding: 0 0 24px;
}
.page .post{
    border: none;
}


/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */

/* footer */

#footer {
    clear: both;
    width: 100%;
    min-width: 1100px;
    position: relative;
    background: #000;
    color: #fff;
    font-size:0.8em;
    padding-bottom: 20px;
}
#footer a {
    text-decoration:none;
}
#footer-inner {
    width:1100px;
    /*min-height:290px;*/
    padding: 30px 0 0;
    margin:0 auto;
    position:relative;
}

#footer_logo_area{
    position: absolute;
}

#footer_logo_text_area{
    position: absolute;
    display: block;
    width: 300px;
}
#footer_logo_text a{
    color: #fff;
}

#footer-banner{
    width: 300px;
    height: 250px;
    float: right;
    background: #fff;
    margin-left: 60px;
}

/* copyright */
#footer_copr_area{
    width: 100%;
    height: 45px;
}

#footer_copr {
    width: 1100px;
    height: 45px;
    margin: 0 auto;
}
#copyright {
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
}
#copyright a {
    text-decoration:none;
    color:#333;
}
#copyright a:hover {
    text-decoration:underline;
}
/* return */
#footer_copr .return_top {
    z-index:10;
    float:right;
    margin-top:10px;
    display:block;
    width:65px;
    height:40px;
    text-indent:-9999px;
    background-image: url(../images/ico_common04.png);
    background-repeat: no-repeat;
}

/*è¿½åŠ&nbsp;åˆ†*/
span#footer_logo {
    float: left;
}
#logo_info{
    margin-bottom:20px;
}
#logo_info ul{
    /*width:615px;*/
    float:right;
    padding-right: 10px;
}
#footer-inner ul li{
    float:left;
    text-align:right;
}
.li1{
    margin-right:20px;
    margin-left: 20px;
}
#footer_link a{
    color:#ffffff;
}
#footer_link li{
    padding-right:10px;
    border-right:1px solid #ffffff;
    margin-bottom:10px;
}
#footer_link{
    border-top:1px dotted #ffffff;
    border-bottom:1px dotted #ffffff;
    font-size: 0.85em;
}
#footer_link ul{
    padding:8px 0 0;
}

#footer_link ul li{
    margin-left: 10px;
}


#contents img{
    max-width:100%;
}
#footer_link img.mr10{
    vertical-align:-2px;
}
#footer_link ul.fr li{
    border:none;
}
img#twitter {
    vertical-align: -2px;
}
#footer_link ul.fl li:last-child{
    border:none;
}</pre></body></html>