section.tegalog {
    max-width: 700px;
    margin: 40px auto 0;
}
iframe {
    max-width: 100%;
}
.postarea form {
    background: #f6f6f6;
    padding: 10px;
}
.postarea textarea.tegalogpost {
    width: 90%;
    border: 1px solid #ccc;
    padding: 8px;
    font-family: 'メイリオ', Meiryo,'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    line-height: 2em;
}
.postarea p.line-textarea {
    margin: 0;
}
.postarea p.line-control {
    margin: 10px 0 0;
}
.postarea input.postbutton {
    background: #5babfa;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 6px 20px;
    cursor: pointer;
    transition: .3s;
}
.postarea input.postbutton:hover {
    background: #7cc8ff;
}
.decoBtns input[type=button] {
    border-radius: 3px;
    border: 1px solid #cccccc;
    background: white;
    margin: 0 2px 10px;
}
span.catChecks label {
    margin-right: 5px;
    font-size: 90%;
}
div.subarea {
    width: 90%;
    margin: 0 0 1em -2em;
}

div.categoryTree ul {
    padding: 1em;
}
ul.cattree {
    list-style: none;
    border: 1px solid #d6d6d6;
}
ul.cattree li {
	margin-right: 1em;
    display: inline;
}
div#MENU ul.depth2,
div#MENU ul.depth3 {
    display: none;
}
ul.menu2 {
    list-style: none;
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
    text-align: center;
}
ul.menu2 li {
    display: inline;
	margin-right: 1em;
}

ul.depth2,
ul.depth2 li,
ul.depth3,
ul.depth3 li {
    display: inline;
    border: 0;
    font-size: 90%;
    margin: 0;
}

ul.hashtaglist {
    list-style: none;
    background: #f0f0f0;
    border: 1px solid #d6d6d6;
    padding: 1em;
}
ul.hashtaglist li {
	font-size: 85%;
	margin-right: 1em;
    display: inline;
}
ul.cattree li:before, ul.cattree li:after,
ul.hashtaglist li:before, ul.hashtaglist li:after {
    display: none;
}
div.onelogbox {
    margin: 30px auto;
    border-bottom: 1px dashed #ccc;
}
p.oneloginfo {
    text-align: right;
    font-size: 90%;
	color: #979797;
}
p.oneloginfo a.categorylink {
    display: inline-block;
    text-decoration: none;
    color: #979797;
    border: 1px solid;
    padding: 1px 6px;
    border-radius: 2px;
    margin: 0 8px;
}
p.oneloginfo a.categorylink:hover {
    border-color: #979797;
	background: #979797;
	color: white;
}
p.situation {
}
span.situation-postno {
    border: 1px solid;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 3px;
    line-height: 2em;
}
p.dateseparator {
    display: none;
    font-size: 90%;
    color: white;
    background: #ccc;
    width: 4em;
    padding: 3px 5px;
    line-height: 2em;
    margin: 0 auto -20px 0;
}
p.dateseparator.fixedseparator {
    display: block;
}
p.pagenums {
    text-align: center;
}
a.pagenumlink {
    display: inline-block;
    text-decoration: none;
    background: #000000;
    color: white;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
a.pagenumlink.pagenumhere {
    background: #ccc;
}
.comment {
    word-break: break-word;
}
a.readmorebutton {
    margin: 20px auto;
    border: 1px solid;
    text-decoration: none;
    color: #242424;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 3px;
}
a.readmorebutton.readmoreclose {
    padding: 1px 8px;
    font-size: 85%;
    margin-left: 5px;
}
div.imagelistarea img,
div.imagelistarea a img	{
		width: 100px;
		height: 100px;
	}

p.poweredby {
    text-align: right;
    color: #929292;
    font-size: 12px;
}