・* Base Theme ============================================================= */*


/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
    font-size:10px;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

p {
	line-height: 1.5em;
	padding: 0.6em 0em;
}

ol,ul {
    list-style: none;
}

blockquote {
	font-size: 0.9em;
	border-left: 3px solid #ccc;
	background-color: #eee;
	padding-left: 1.0em;
	margin-right: 15px;
}

blockquote, ol, ul {
    margin-left: 1.0em;
}

caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #ccc;
    color: #aaa;
    margin: 1.2em;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }



/* Layout ----------------------------------------------------------------- */

body {
    text-align: center;
	background: #eee linear-gradient(#fdfdfd, #eee);
	margin-top: 10px;
}

#container-inner {
    width: 1000px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
    border: 1px solid #ddd;
    border-radius: 7px;
	box-shadow: 3px 3px 5px 0px #dadada;
}

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    padding-right: 5px;
    padding-left: 5px;
}


/* Wide-Thin-Thin */

.layout-wtt #alpha {
    width: 560px;
}

.layout-wtt #beta {
    left: 240px;
    width: 240px;
}

.layout-wtt #gamma {
    right: 200px;
    width: 200px;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
    left: 240px;
    width: 560px;
}

.layout-twt #beta {
    left: -560px;
    width: 240px;
}

.layout-twt #gamma {
    width: 190px;
}


/* Wide-Thin */

.layout-wt #alpha {
    width: 840px;
}

.layout-wt #beta {
    width: 240px;
}


/* Thin-Wide */

.layout-tw #alpha {
    left: 240px;
    width: 840px;
}

.layout-tw #beta {
    left: -840px;
    width: 240px;
}


/* Medium-Wide */

.layout-mw #alpha {
    left: 330px;
    width: 610px;
}

.layout-mw #beta {
    left: -610px;
    width: 330px;
}

/* Wide-Medium */

.layout-wm #alpha {
    width: 610px;
}

.layout-wm #beta {
    width: 330px;
}


/* Content ---------------------------------------------------------------- */

a:link, a:visited {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: .75em;
}

.asset-body h2,
.asset-more h2 {
	text-align: left;
	width: 500px;
	color: #333;
	font-weight: bold;
	line-height: 33px;
	background-image: url(btopc_h3.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.asset-body h3,
.asset-more h3 {
	text-align: left;
	width: 500px;
	color: #333;
	font-weight: bold;
	line-height: 33px;
	background-image: url(btopc_h3.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.asset-body h4,
.asset-more h4 {
	text-align: left;
	width: 500px;
/*	background-image: url(btopc_h4.gif);
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #bbb;*/
	border-bottom: 1px dashed #bbb;
	color: #333;
	font-weight: bold;
	line-height: 30px;
	margin-top: 30px;
	margin-left: -5px;
	padding-left: 13px;
}

p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */

#header-name {
    margin-bottom: 5.25em;
}


/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 15px;
}

.asset-header {
/*	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 0px;
	border-left: 1px solid #ccc;*/
	margin-bottom: 0;
}

.asset-content {
	border: 1px solid #ccc;
}

.trackbacks-header,
.comments-open-header,
.comments-header {
	text-align: left;
	padding: 5px;
	color: #7088A0;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #A7B89C;
	border-right-color: #7088A0;
	border-bottom-color: #A7B89C;
	border-left-color: #7088A0;
	margin: 5px;
}

.comment-content,
.comments-open-content,
.archive-content,
.trackback-content {
    margin-bottom: .75em;
    padding: 10px;
    border-right: 1px dotted #A7B89C;
    border-bottom: 1px dotted #A7B89C;
    border-left: 1px dotted #A7B89C;
}

.asset-body,
.asset-more {
	padding: 1.0em;
}
.asset-more {
border-top:1px dashed #CCCCCC;
}

.comment-footer,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
#comment-greeting,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-reply,
#comments-open-text,
.trackbacks-info,
.trackback-footer,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

.byline {
	padding: 5px;
}

.byline img {
	vertical-align: text-bottom;
}

#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}

.entry-tags {
    margin-bottom: .5em;
}

.entry-categories {
	border-top: 1px dashed #ccc;
    padding-top: 1.0em;
}

.asset-name {
    margin-bottom: 0;
}

.asset-footer {
    font-size: 11px;
}

.asset-meta {
	text-align: right;
	line-height: 1.8em;
    font-size: 12px;
    color: #555;
	background-color: #eee;
    border-top: 1px solid #ccc;
/*    border-bottom: 1px solid #ccc;*/
    margin-top: .25em;
    padding-top: .3em;
    padding-right: 15px;
    font-weight: normal;
}

.asset-footer {
    clear: both;
    margin-top: 1.5em;
    padding-top: .5em;
}


.entry-tags h4,
.entry-categories h4 {
	margin-top: 1.5em;
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags ul,
.entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags ul li,
.entry-categories ul li {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0px 20px 20px 0px;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-right: 10px;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url {
    width: 45%;
}

#comment-text {
	font-size:13px;
	width:524px;
}


#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-top: 0;
/*    border-bottom: 1px solid #ccc;*/
    padding-top: 1em;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content .widget-right {
    position: relative;
    margin: 0 0 20px;
}

.archive-content ul,
.category ul,
.widget-content ul,
.widget-right ul {
    margin: 0;
    padding: 0;
/*    list-style: none;*/
}

.category {
    margin: 20px 10px 10px 20px;
    padding: 0;
}

.category li {
	color:#555555;
}

.separate {
	border:1px dotted #CCCCCC;
	margin: 20px 0px;
	line-height: 3.0em;
	text-align: center;
	font-size:90%;
/*	margin-left:auto;
	margin-right:auto;
*/
}

.p-prev,
.p-next {
    border: 1px solid #cccccc;
    background-color: #C5CEFA;
    padding: 0.3em;
/*    margin-left: 0.3em;
    margin-right: 0.3em;
*/}

.p-list a {
    text-decoration: underline;
}
.link_page,
.current_page {
    padding: 0.2em;
    /*
    border: 1px solid #cccccc;
    margin-left: 0.1em;
    margin-right: 0.1em;
    */
}

.current_page {
	background-color: #eeeeee;
}

.widget-content ul ul {
    margin-left: 15px;
}

.category li,
.widget-content li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-tag-cloud .widget-content ul {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-content li {
    display: inline;
    margin-right: 5px;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
	border-style: none;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #0C1439;
}

.widget-recent-assets .widget-content ul {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0px;
}

.widget-openid {
    width: 160px;
    margin: 10px auto;
    border: none !important;
}
.widget-openid .widget-content {
    border: 1px solid #ccc;
    background: #fff url(../images/openid-accepted.gif) no-repeat 7px 3px;
    font-size: 12px;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    color: #666;
    margin: 0;
    padding: 0 !important;
}
.widget-openid .widget-content em {
    display: block;
    font-style: normal;
    padding: 34px 9px 9px 68px;
}
.widget-openid .widget-content strong {
    /*left: -9999px;*/
    position: absolute;
}
.widget-openid .widget-content a {
    display: block;
    background: #ccc;
    text-align: center;
    padding: 5px 3px;
    color: #666;
    text-decoration: underline;
    font-weight: normal;
}

.input-default {
    background-color: #9AAEC2;
}

.status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(../images/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}

/* fc2blog.css ========================================================= */


body {
    font: normal 14px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}


/* Header */

/*#header {
	padding-top: 5px;
    border-top-width: 0px;
    border-top-style: solid;
}*/

#header-inner {
    position: relative;
}

#header-name {
    margin: 0 0 5px;
    line-height: 1;
}


#header a {
    text-decoration: none;
}

#header a:hover {
    text-decoration: none;
}


/* Content */

.asset-name {
    font-size: 18px;
    font-weight: bold;
}

.asset-name a {
    text-decoration: none;
}

.asset-name a:hover {
    text-decoration: underline;
}

.asset-content {
    margin: 0 0 0;
}

.asset-more-link {
    font-weight: bold;
    font-weight:bold;
	margin-bottom:2em;
	margin-left:1em;
	padding-left:18px;
background-position:0 -600px;
background-image:url("bg/bto-bg.jpg");
background-repeat:no-repeat;
margin-top:0;
height:20px;
}


.asset-meta {
/*    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;*/

    display: block;
}

.asset-footer a,
.comment-footer a {
    font-weight: normal;
}

.content-nav {
    margin: 25px 0px;
    padding-left: 25px;
}

}

.archive-title {
    margin: 5px 0px 15px;
    font-size: 16px;
    font-weight: bold;
}

.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    margin: 5px 0px;
}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0px;
    padding: 5px 0px;
    font-size: 18px;
    font-weight: bold;
}

.search-results-header {
    margin-bottom: .25em;
}

.asset-more-link,
/*.asset-meta,*/
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    font-size: 14px;
}


/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}


/* Global ----------------------------------------------------------------- */

body {
    color: #333;  
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
/*    background: #f5f5f5 url(bodyg.gif) repeat-y  top center; */
}

a {
    color: #0D29A9; /*#0D29A9; default blue*/ 
}

.asset-body a,
.asset-more a {
    color: #1037ff; /*#56763a;*/ 
}

a:hover {
    text-decoration: underline;
}


/* Layout ----------------------------------------------------------------- */

#container-inner,
#content {
    background-color: #fff;
    border-radius: 7px;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 5px;
}


/* Header ----------------------------------------------------------------- */

#header { 
	position:relative;
	height:110px;
}

#header a {
    color: #555;
    font-weight: bold;
}
*/
* html #header-content {  /*HACK targets IE6 but not 7, instead of min-height*/
    height: 72px;
}

#head-box1 {

}

#header-content {
background:url("bto-pc.gif") none repeat scroll 0 0 #ffffff;
height:78px;
margin:27px 5px 0px 17px;
width:350px;
float:left;
}
#header-content2 {
/*background-image: url("head-srch-bg.gif");*/
height:85px;
margin-top: 21px;
margin-right: 5px;
width:274px;
float:right;
}



#header-name {
    color: #ccc;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    font-size: 28px;
    font-weight: bold;
}

#header-description {
    margin-bottom: 0;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    color: #999999;  
    font-size: 12px;
	height:1em;
	padding:0.3em 0em 0.2em 0em;
}


/* Content ---------------------------------------------------------------- */

.asset-name,
.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-title
.archive-header,
.search-form-header,
.search-results-header {
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
} 

.asset-name {
	font-size: 16px;
	font-weight: bold;
    color: #fff;
    background-color: #4e4e4e;
	background-image: url("header-e.gif");
	background-repeat: no-repeat;
	height: 26px;
	padding-left: 45px;
	padding-top: 7px;
}

.headCatIcon1 {background-image: url("header-e1.gif");}
.headCatIcon2 {background-image: url("header-e2.gif");}
.headCatIcon3 {background-image: url("header-e3.gif");}
.headCatIcon28 {background-image: url("header-e4.gif");}

.asset-name a {
    color: #fff;
}
.archive-title {
    color: #555;
}

.asset-footer,
.asset-footer a,
.comment-footer,
.comment-footer a,
.trackback-footer {
    color: #0D29A9;
}

.asset-footer {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #f7f7f7;
	padding: 7px 15px;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
	font-size: 12px;
    color: #7788a0;
    padding-left: 5px;
}


.archive-list-item {
    margin-bottom: 5px;
}


/* Widget ----------------------------------------------------------------- */

/*
.layout-wtt #content-inner { background: transparent url(content-wtt.gif) repeat-y scroll right top; }
.layout-twt #content-inner { background: transparent url(content-twt.gif) repeat-y scroll left top; }
.layout-wt #content-inner { background: transparent url(content-wt.gif) repeat-y scroll right top; }
.layout-tw #content-inner { background: transparent url(content-tw.gif) repeat-y scroll left top; }
*/



.widget a,
.archive-widget .widget-list .item {
    color: #0D29A9; /* #4c5b4c; */
    font-size: 12px;
} 

.widget-header {
    padding: 5px 15px;
    font-size: 12px;
    font-weight: bold; 
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    background: url(side-w.gif) repeat top left #4e4e4e; 
}  
/*.widget .widget-header {
    border-top: 1px solid #ccc;
    border-left: 1px solid #555;
    border-right: 1px solid #555;

}*/

.layout-tw .widget .widget-header {
/*    border-left-width: 0px; */
}

.layout-twt #beta .widget-header,
.layout-tw .widget-header {
    border: 0;
}

.embed-asset-widget .widget-header {
    margin-bottom: 10px;
}  
.widget-header,
.widget-header a {
    text-decoration: none;
    color: #fff;
}

.widget-header .edit a {
    border-left-color: #fff
} 
.widget .widget-header a:hover {
    text-decoration: underline;
}

.widget-content {
    font-size: 12px; /*x-small;*/
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 10px 7px 10px;
    background-color: #fcfcfc;
    margin-bottom: 10px;
}

.widget-right {
    font-size: small;
    border-top: 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 10px 7px 10px;
    background-color: #fcfcfc;
    margin-bottom: 10px;
}

.media-stream-widget img {
    border: 1px solid #999;
} 
.widget-header .edit a,
.archive-widget .widget-list .item a,
.archive-widget .widget-list .item {
    font-weight: normal;
} 

.widget-header {
    font-size: 14px;
}

.widget-header a {
    text-decoration: none;
}

.widget-header a:hover {
    text-decoration: underline;
}


/* "Powered By" Widget */

.widget-powered .widget-content .widget-right {
    padding: 10px;
    text-align: center;
}


/* Original Widget 123 */

#content-inner .class-center {
	text-align: center;
}

.tokkafeed {
	font-size: small;
	padding: 0.2em 0em;
}

.new-comm {
	text-align: center;
}

.mt-image-none {
	outline-style: outset;
	outline-width: 2px;
	outline-color: #ccc;
}

.related-entries {
	margin: 0em 1.5em 2.5em;
}
.related-entries li {
    background-image: url("widget-li.gif");
	background-repeat: no-repeat;
	list-style: none;
	background-position: left center;
	padding: 0.1em 0em 0.1em 1em;
	margin-top: 0.5em;
}

.asset-body p,
.asset-more p {
	padding: 0.48em 0em;
	margin: 0.48em 0em;
	line-height: 1.62em;
}

.asset-body ul,
.asset-more ul {
margin-bottom:0;
padding-bottom:7px;
padding-top:7px;}

.asset-content .asset-body .category ul,
.asset-content .asset-more .category ul {
	margin-top: 10px;
	margin-bottom: 0px;
}

.asset-body li,
.asset-more li {
    background-image: url("body-li.gif");
	background-repeat: no-repeat;
	list-style: none;
	margin: 0.5em 0em;
	background-position: 0em 0.5em;
	padding-left: 2.0em;
	text-indent: -1.0em;
}

a.klink {
    text-decoration: none;
	color: #333;
}

a:hover.klink {
	color: #333;
	border-bottom: 1px dotted #aaa;
}

.asset-body dl,
.asset-more dl {
	margin: 0 0 15px;
	padding: 0 10px 10px;
	border: 3px #EEEEEE solid;
}
.asset-body dl dt,
.asset-more dl dt {
	float: left;
	width: 7em;
	padding: 10px 0px;
	font-weight: bold;
	text-indent: 0em;
	line-height: 110%;
}
.asset-body dl dd,
.asset-more dl dd {
	padding: 10px 0px 10px 7em;
	line-height: 110%;
	border-bottom: 1px #CCCCCC dotted;
}

.side-blank {
	height: 1700px;
}
.guestbook {
	text-align: right;
	padding: 3px 3px;
}

.plugin-btobrand {
    margin: 1em 0 2em;
    line-height: 1.7em;
    position: relative;
}
.plugin-btobrand:hover{
/* background-color:#eeeeffc7; */
}
.widget-bto a {
	font-size: initial;
    text-decoration: underline;
    font-weight: bold;
    color: #0044CC;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.widget-bto a:hover {
	font-size: initial;
    text-decoration: none;
}
.widget-bto-sp {
	padding-top: 2.4em;
}

.widget-Advertisement {
	font-size: 10px;
	color: #555;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
}

.widget-ec {
    padding-bottom: 1em;
    text-align: center;
}

.widget-ads {
    padding: 1em;
    text-align: center;
}

.widget-cm {
    text-align: center;
    margin-bottom: -5px;
}

.header-ads {
	margin-top: -17px;
	text-align: center;
}

.plugin-freearea3 {
	padding-top: 1.0em;
}
.plugin-freearea4 {
	padding-top: 1.0em;
	text-align: right;
}

.recently-list h3 {
	font-size: 16px;
	font-weight: bold;
    color: #fff;
    background-color: #ccc;
    background-image: url("header-e.gif");
	background-repeat: no-repeat;
	height: 21px;
	padding-left: 45px;
	padding-top: 7px;
}

.recently-list li {
	list-style-type: none;
	margin-left: 20px;
	color: #555;
	font-size: 12px;
}
.recently-list a {
	font-size: 1.2em;
}

.recently-list p {
	padding-left: 20px;
	font-size: 12px;
}

p.qr-code {
	text-align: center;
}

.plugin-center {
	text-align: center;
}
.plugin-center p {
	margin-bottom:0;
}

.category li,
.widget-content li,
.widget-right li {
    background-image: url("widget-li.gif");
	background-repeat: no-repeat;
	list-style: none;
	background-position: left center;
	padding: 0.1em 0em 0.1em 1em;
	margin-bottom: 0.62em;
}


.widget-recent-comments {
	color: #777;
	font-size: 1.5em;
}

.widget-recent-comments a {
	font-size: 1em;
}

.asset-month-arc {
    border-top: 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
	padding: 20px;
}

.month-arc ul {
	color: #aaa;
}

.month-arc li {
    background-image: url("widget-li.gif");
	background-repeat: no-repeat;
	list-style: none;
	background-position: left center;
	padding: 0.1em 0em 0.1em 1em;
}

.asset-body ol li,
.asset-more ol li {
    background-image: none;
	list-style-image: none;
	list-style: decimal inside;
	margin-left: 5px;
	line-height: 1.62em;
	padding-left: 1em;
}

.arc-nav {
    margin: 20px 10px;
    padding: 10px 0px;
	border-top: 1px #ccc dashed;
	border-bottom: 1px #ccc dashed;
}
li.arc-prev {
    background-image: url("li_left.gif");
	background-repeat: no-repeat;
	list-style: none;
	list-style-position: outside;
	background-position: left center;
	padding-left: 37px;
	margin-bottom: 1.62em;
}
li.arc-next {
    background-image: url("li_right.gif");
	background-repeat: no-repeat;
	list-style: none;
	list-style-position: outside;
	background-position: left center;
	padding-left: 37px;
	margin-bottom: 0.62em;
}

.comments-open-content a {
    text-decoration: underline;
}
.comments-open-content a:hover {
    text-decoration: none;
}


/* Original footer456 */

ul#navigator li {
	display: inline;
}

.entry-prev {
	font-size: 14px;
	color: #0D29A9;
	text-align: left;
	margin: 10px 0px;
}
.entry-home {
	font-size: 12px;
	color: #0d29a9;
	text-align: center;
	margin-bottom: 10px;
}
.entry-next {
	font-size: 14px;
	color: #0D29A9;
	text-align: right;
	margin-bottom: 20px;
}


/* Footer */

#footer-content,
#footer-content a {
    color: #6880FF;
}


#footer-content,
#footer-content a:hover {
    color: #9eadfc;
}

#footer-content,
#footer-content p {
	margin: 0px;
	padding: 0px 0px 0.5em;
}

#footer-content,
#footer-content ul {
	padding-left: 5px;
}

#footer-content li {
background-image:url("footer-li.gif");
background-position:left center;
background-repeat:no-repeat;
list-style:none outside none;
padding:0em 0em 0.1em 1em;
margin: 0.5em 0px;
/* border-bottom: 1px dotted #333333; */
}

#footer-content h4 {
	color: #676896;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0em 5px 0.2em;
	margin-right: 3.0em;
	margin-bottom:0.5em;
}

.footer-1 {
	padding: 0px 5px;
	width: 190px;
	float: left;
	display: inline;
	font-size: 10px;
	color: #676896;
}
.footer-2 {
	padding: 0px 5px;
	width: 330px;
	float: left;
	display: inline;
	font-size: 12px;
}
.footer-3 {
	padding: 0px 5px;
	width: 240px;
	float: left;
	display: inline;
	font-size: 12px;
}

.footer-4 {
	padding: 0px 5px;
	text-align: right;
	width: 180px;
	float: left;
	display: inline;
	font-size: 10px;
	color: #676896;
}
#mtlogo {
	padding-top:15px;
}

.footer-5 {
	padding: 15px 5px 5px;
	text-align: center;
	width: 980px;
	clear:both;
	color: #676896;
	font-size: 11px;
}


/* Calendar Widget */

.widget-calendar .widget-content .widget-right table {
    font-size: 10px;
}


/* Footer Widgets */

#footer .widget {
    font-size: 12px;
}

#footer .widget-content {
	border-style: none;
    padding-right: 0;
    padding-left: 0;
}

#footer .widget-powered .widget-content {
    padding: 0;
    text-align: left;
}


/* Footer ----------------------------------------------------------------- */

#footer { 
    background-color: #0C1439; 
    clear:both;
	width:100%;
	border-radius: 0 0 7px 7px;
}

#footer-content {
    padding: 20px 0px 10px;
}


/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

/* HollyHack? */
#header-inner,
#content-inner,
#footer-inner,
.asset-body,
.asset-more {
/*    height: 1%;*/
}


/* Custom Styles ---------------------------------------------------------- */

#content-inner {
    padding-bottom: 10px;
}




/* archive.css ========================================================= */

.module-categories {
	margin-top: -5px;
    border: 1px solid #ccc;
	padding-bottom: 15px;
}

.module-categories p {
	margin-top: -15px;
	padding-left: 15px;
}

.module-header {
	font-size: 16px;
	font-weight: bold;
    color: #fff;
    background-color: #ccc;
    background-image: url("header-e.gif");
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-top: 7px;
	padding-bottom: 5px;
}

.tree ul {
	padding:0;
	margin:0;
	background-position: -9px 15px; 
	background-image: url('s_ul.gif'); 
	background-repeat: repeat-y
}
.tree li {
	font-size: 14px;
	font-weight:normal;
	margin: 0px; 
	padding: 3px 0px 3px 24px; 
list-style:none;
	background-image: url('spacer.gif'); 
	background-repeat: no-repeat;
}
.tree li a {
	text-decoration:none;
/*color:#40a000;*/
}
.tree li a:hover {
	text-decoration:underline;
}
.tree ul ul {
	background-position: -1px 15px;
	background-image: url('s_ul.gif'); 
	background-repeat: repeat-y;
}
.tree ul li {
	background-position: 0px 7px; 
	background-image: url('s_li.gif'); 
	background-repeat: no-repeat;
}
.tree ul li a {
	font-weight:normal;
	text-decoration:underline;
}
.tree ul li a:hover {
	text-decoration:none;
}
.tree ul ul li {
	background-position: 8px 7px;
	background-image: url('s_li.gif'); 
	background-repeat: no-repeat;	
}
.tree ul ul li a {
	background-position: 0px 7px; 
	font-size:1em;
/*	color:#40a000;*/
	text-decoration:none;
}
.tree ul ul ul li a {
	background-position: 0px 7px; 
	font-size:0.8em;
/*	color:#7fc819;*/
	text-decoration:none;
}



/* lightbox.css ========================================================= */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* class="plugin-btobrand" */


div.brand-link {
	font-weight: bold;
	margin: 0.5em 0em;
	padding: 0em;
}
.brand-link a {
	color: #0044CC;
}

p.brand-line {
	margin: 0 0;
	padding: 0 0;
}
p.brand-reco {
	margin: 0.5em 0em;
	padding: 0em;
	line-height:1.7em;
}

.shop-high {
	color:#a80fff;
}
.shop-long {
	color:#004303;
	margin-left: 0.5em;
}
.shop-price {
	color:#1037ff;
}
.shop-warrant {
	color:#007905;
	margin-left: 0.5em;
}
.shop-parts {
	color:#e59600;
}

.star-high {
	color:#a200ff;
}
.star-long {
	color:#1fbd00;
}
.star-price {
	color:#007eff;
}
.star-warrant {
	color:#25e300;
}
.star-parts {
	color:#ee9c00;
}
.star-space {
	color:#cccccc;
}


.bnrlink-pasokai {
    margin-left: -8px;
    text-align: center;
}
.bnrlink-entry {
	padding-top: 0.5em;
	padding-bottom: 1.7em;
    text-align: center;
}


.brand-att {
	font-size: 1.0em;
	margin-bottom: 4em;
}
.brand-att a {
	font-size: 1.0em;
}
.brand-att a:hover{
	font-size: 1.0em;
}

.bnr-link {
    margin-left: -8px;
    text-align: center;
}
.bnr-entry {
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 2.0em;
    text-align: center;
}


/* Right menu back-ground */

.rmb {
	margin: 1em 0em;
}

.rmb-ul {
}

#rmb-favorite,	
#rmb-rss-atom,
#rmb-rss-comment,
#rmb-rss-mail,#rmb-rss-mail-c,
#rmb-mobile,
#rmb-guestbook,
#rmb-caution,
#rmb-twitter,
#rmb-calender,
#rmb-log,
#rmb-site-policy,
#rmb-mail,
#rmb-google,
#rmb-help,
#rmb-memo

{
	background-color: #ffffff;
	background-image: url(bg/bto-bg.jpg) ;
	background-repeat: no-repeat;
	height:42px;
	width:170px;
	margin-top: 0px;
	margin-bottom:1px;
	padding:0em;
}

.rmb-link {
	padding-left: 40px;
	padding-top: 12px;*/
	font:12px;
	text-align: left;
}

.rmb-link a,
.rmb-link a:hover
 {
	font-size:12px;
}

#rmb-favorite	{ background-position:0px -0px; }
#rmb-rss-atom	{ background-position:0px -40px; }
#rmb-rss-comment{ background-position:0px -80px; }
#rmb-rss-mail,
#rmb-rss-mail-c	{ background-position:0px -120px; }
#rmb-mobile		{ background-position:0px -160px; }

#rmb-guestbook	{ background-position:0px -200px; }
#rmb-caution	{ background-position:0px -240px; }

#rmb-twitter	{ background-position:0px -280px; }
#rmb-calender	{ background-position:0px -320px; }
#rmb-site-policy{ background-position:0px -360px; }
#rmb-mail		{ background-position:0px -400px; }
#rmb-google		{ background-position:0px -440px; }
#rmb-help		{ background-position:0px -480px; }
#rmb-memo		{ background-position:0px -520px; }
#rmb-log		{ background-position:0px -560px; }

/* Right menu back-ground */

.fixed-top {
    background-color: #0000FF;
    border: 1px solid #333333;
    bottom: 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    height: 37px;
    opacity: 0.25;
    position: fixed;
    right: 5px;
    width: 57px;
    z-index: 100;
}
#footer-content .fixed-top-s {
	z-index: 101;
	margin-top: 0.2em;
	padding: 0px;
	text-align: center;
	display: block;
	font-size: 1em;
}
#footer-content .fixed-top a, .fixed-top a:hover {
	color: #ffffff;
	text-decoration:none;
}


/* pp-list */

div#pp-list {
overflow:hidden;
position:relative;
border:1px solid #CCCCCC;
margin-bottom:10px;
padding:2px 7px 10px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

div#pp-list h3.pp-header {
font-weight:bold;
background-image:url("ppicon.gif");
background-repeat:no-repeat;
background-position:left center;
background-color:#ffffff;
border-bottom: 1px dotted #cccccc;
color:#333;
padding:8px 0px 4px 25px;
margin-left: 5px;
font-size:12px;
}

div#pp-list h3.pp-header a {
font-weight:bold;
height:21px;
background-image:none;
color:#555;
font-size:12px;
}


div#pp-list div.pp-content {
font-size:12px;
line-height:23px;
}

div#pp-list ul {
margin-bottom: 0px;
}

div#pp-list li {
background-image: url(pp-li.gif);
background-position:left center;
background-repeat:no-repeat;
list-style-position:outside;
list-style-type:none;
margin-left:10px;
line-height:25px;
padding-left:10px;
}

div#pp-list a {
font-size: 12px;
color:#335555;
}

div.tweet-btn {
padding-right:0.5em;
text-align:right;
}

div.sns-frm {
padding-right:0.5em;
text-align:right;
margin-bottom:1.5em;
}

span.sns-btn {
padding-right:0.5em;
text-align:right;
}

div.trackbacks p {
margin-bottom:0px;
padding:1em 0 0;
}

/* コメント一覧専用ページ */


.commoffset {
font-size:12px;
margin:20px 10px 10px 20px;
padding:0;
}

.commoffset ul {
margin-left:0;
}


.comof-date {
color:#555555;
padding-right: 0.5em;
color:#993333;
}

.comof-auth {
color:#333333;
font-size:12px;
font-weight:bold;
}

.comof-title a {
color:#0044CC;
}

.comof-sum {
color:#666666;
padding-left: 1em;
}

.commoffset li {
background-image:url("widget-li.gif");
background-position:0 0.7em;
background-repeat:no-repeat;
list-style:none outside none;
margin-bottom:0.62em;
padding:0.1em 0 0.1em 1em;
line-height:1.7em;
}

.comment-oldlist {
font-size:1.2em;
padding:0.5em 0 0;
text-align:right;
}

/* コメント欄注意書き */

.comAtent {
color:#999;
font-size:11px;
margin-left:1em;
}


/* ----------------------------------------
tsukumo rss
---------------------------------------- */

div.t-ent {
margin:5px 0;
position:relative;
}

.asset-body h2.t-sum {
background-color:#339966;
background-image:none;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
line-height:1.6em;
margin:0;
padding:5px 10px;}

span.t-day {
padding-left:1em;
}

div.t-ttl {
color:#555555;
font-size:0.9em;
padding:5px 10px;
}

div.t-tbl table {
font-size:14px;
}

span.t-vol {
color:#FF5511;
font-weight:bold;
}

p.p-tkm {
bottom:12px;
position:absolute;
right:10px;
}

p.p-mem {
bottom:38px;
position:absolute;
right:10px;
}

/* BTOメーカー表示切替 */

#contents2{
display:none;
}

input ,select{
vertical-align:middle;
}

/* コメント用 */

.comment-2013 li {
    font-size: 1.2em;
	margin-bottom: 0em;
	margin-top: 0em;
}

.comment-2013 a:visited {
	color: #afb9e7;
}

.comment-content {
word-wrap: break-word;
word-break: break-all;
}

abbr { text-decoration: none; }

#header-content20 {
    height: 82px;
    margin-top: 5px;
    margin-right: 10px;
    width: 468px;
    float: right;
}
#header-description {
    text-align: right;
    padding: 0 0 10px 0;
}

/*BTOメーカー開閉非表示*/
.accbox label {
    display: none;
}
.accbox input {
    display: none;
}


/* モバイル1000px以下 */
@media only screen and (max-width: 999px){

body { margin-top: 0; }
#container-inner { border-radius: 0; box-shadow: initial; border: initial;}
img { max-width: 100%; height:auto; }
#comment-text { font-size: 1em; max-width: 100%; }
.asset-body abbr { display: block; margin-top: -0.7em;}

#header { height: 150px; }
/*#ec468x60, #header-content2, .ads-btm { display:none }*/
#header-content20 { height: initial; margin: 0; width: initial; float: initial; position: absolute; top: 67px; }
#header-content {
    margin: 0.67em;
    height: 130px;
    margin: 10px;
    width: auto;
    float: initial;
}
#header-description { text-align: center; width: 100%; padding: 0 0 1.2em 0; }

.asset-content { word-break: break-all; }

h1, h2, h3, h4, h5, h6 { display: inline-block; line-height: 2em; height: auto;}
.asset-header { background-color: #666; padding: 0.6em; }
.asset-name {background-color: initial; background-image: initial;}
.headCatIcon1, .headCatIcon2, .headCatIcon3, .headCatIcon31, .headCatIcon32, .headCatIcon33, .headCatIcon34, .headCatIcon35, .headCatIcon28 {
background-image: initial;
    line-height: 1.7em;
    padding-left: 0;
    display: inline-block;
    height: auto;
}
.asset-more h2 {
    background-image: initial;
    border-bottom: 1px solid #9999ff;
    border-left: 7px solid #9999ff;
    font-size: 1.2em;
    padding-left: 12px;
    line-height: 1.8em;
    width: 100%;
}
.asset-more h4 {
    border-bottom: 1px dashed #999;
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    display: inline-block;
}
.qinner span {
	font-size: 20px;
	!important;
}

#container-inner { width: 100%; }
.layout-twt #alpha { left: initial; width: 100%; }
.layout-twt #beta { left: initial; width: 100%; }
.layout-twt #gamma { width: 100%; }
#header-inner, #footer-inner, #alpha-inner, #beta-inner, #gamma-inner { 
    padding-right: 0;
    padding-left: 0;
}

#trackbacks { display: none; }
.comment-content { margin: 0 0 5px;}
.comments-header, .comments-open-header, .trackbacks-header, .archive-header{ display: block; }

.lightbox { pointer-events : none; }
iframe { max-width: 100%; !important;}
.link-open textarea { max-width:90%; }
 
h3.widget-header { display:block; line-height: initial; }
.widget-content { font-size: initial; }
.footer-5 { text-align: center; width: 100%; }

/* BTO比較開閉ここから */
.accbox {
    margin: 1em 0;
    padding: 0;
    font-size:1.6em;
    max-width: 100%;
}

.accbox label input {
    display: initial;
}

/*ラベル*/
.accbox label {
    display: block;
    padding : 19px 12px;
    color: #4748ff;
    font-weight: bold;
    background: #ccccff;
    cursor :pointer;
    transition: all 0.5s;
}

/*アイコン表示*/
.accbox label:before {
    content: '\f160';
    font-family: 'Font Awesome 5 Free';
    font-size:1.6em;
    padding-right: 8px;
}

/*ラベルホバー*/
.accbox label:hover {
    background :#ccccff;
}

.accbox input {
    display: none;
}

/*中身非表示*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    background: #ccccff;
    opacity: 1;
}

/*アイコン入替*/
.cssacc:checked + label:before {
    content: '\f161';
}
/* BTO比較開閉ここまで */

.widget-ads-r {
    display: none;
}

}