@import url(timeline_mobile.css) screen and (max-width: 767px); /* 767以下 */

#post_org, #comment_org, #default_post_form {
	display: none;
}

#posts_form {
	width: 200px;
	min-width: 200px;    
	margin: 0 auto;
}
#posts_form.formArea {
    border-color: #f4a533;
}
#posts_form>p {
    margin: 0;
}
#posts_form_title {
    padding: 5px;
    background-color: #f4a533;
    text-align: center;
    color: white;
    font-weight: bold;
    
    -webkit-border-top-right-radius: 5px;    /* Safari,Google Chrome用 */  
    -webkit-border-top-left-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius-topright: 5px;   /* Firefox用 */
    -moz-border-radius-topleft: 5px;   /* Firefox用 */
    
    cursor: pointer;
}
#posts_form.posts_form_hide #posts_form_title {
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}
#posts_form table {
    width: 98%;
	margin: 0 auto;
}
#posts_form th {
    width: 80px;
}
#posts_form td input {
    width: 96%;
}
#posts_form>form {
    display: none;
}
#posts_form>form>div>p {
    text-align: center;
}
#posts_form #posts_form_error, #posts_form td span {
    display: block;
    color: red;
}
#posts_form #posts_form_error_photo {
    margin-top: 10px;
}
#posts_form #posts_form_submit {
    margin-top: 0;
    cursor: pointer;
}
#posts_form textarea {
    width: 96%;
    height: 5em;
}

#search_key, #posts_no_data, #posts {
    width: 90%;
}

#search_key, #posts_no_data {
    margin-right: auto;
    margin-left: auto;
    font-size: 120%;
}

#posts_no_data {
    display: none;
}

#posts {
	min-width: 200px;
	margin: 0 auto;
}

.post {
	margin: 5px 0;
	/* border: 1px solid #CCC;	 del ck */
}

.post_area img {
	max-width: 100%;
}
.post_area {
	position: relative;
	min-height: 50px;
}
.post_area:hover {
    cursor: pointer;
}
.post_area p {
	margin: 0;
}
.post_title, .post_fav, .post_bookmark {
	position: absolute;
}
.post_image {
    text-align: center;
    max-height: 200px;	/* 300px ck */
    overflow: hidden;
}
.post_title {
	margin: 0;
    font-size: 1.125em;
    line-height: 1.25em;
}
.post_title {
    position: absolute;
    top: 0;
    left: 0em;
    width: 100%;
    display: table;
    background-color: #212121;
    opacity: 0.8;
}
.post_title span {
    display: table-cell;
    padding: 5px 0.5em;
    vertical-align: middle;
	color: #FFFFFF;
}

.post_fav, .post_bookmark {
	color: #FFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.3em 1.08em;
}
.post_fav {
	top: 0;
	right: 60px;
	font-size: 0.958em;
}
.post_bookmark {
	top: -0.2em;
	right: 20px;
	font-size: 1.2em;
}
.post_fav.myFav {
    color: red;
    font-weight: bold;
}
.post_bookmark.myBookmark {
    color: gold;
    font-weight: bold;
}

.post_data {
	display: none;
	margin: 5px;
    padding: 0 5px;
}
.post_data table th {
    padding-right: 10px;
    text-align: left;
    font-weight: normal;
    font-size: 90%;
}
.post_data table td a {
    font-weight: normal !important;
}
.post_data .post_text {
    margin: 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #757575;
}
.post_data .post_genre span {	/* add ck */
    border: 1px solid #aed0ea;
    padding: 2px 4px;
    background: #d7ebf9 url(images/ui-bg_glass_80_d7ebf9_1x400.png) 50% 50% repeat-x;
    text-align: center;
    font-size: 80%;	/* 120% ck */
    font-weight: bold;
    color: #2779aa;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
    cursor: pointer;
}

.post.notLogin .comment_area {
    display: none;
}

.post_user, .comment {
    position: relative;
}
.post_posted {
    display: none;
}

.edit_data, .delete_data, .comment_delete {
    position: absolute;
    width: 20px;
    cursor: pointer;
}
.edit_data img, .delete_data img, .comment_delete img {
    max-width:20px;
    width: auto;
}
.edit_data {
    right: 30px;
}
.delete_data {
    right: 0;
}
.comment_delete {
    right: 0;
    top: 3px;
}

.comment_area {
    margin-top: 10px;
	border-top: 1px solid #757575;
}
.comment_title {
    padding: 5px 10px;
    background-color: #BCBCBC;
}
.comment_area .comment_form {
    clear: both;	/* add ck */
    margin-top: 6px;
    margin-bottom: 10px;
    padding-top: 6px;
}
.comment_form {
    margin-bottom: 0;
}
.comment_form>span {
    display: block;
}
.comment_form>span.comment_textarea {
    display: block;
    margin-right: 0;/* 60px ck */
    margin-left: 0;/* 70px ck */
}
.comment_textarea input {
    width: 98%;	/* 90% ck */
}
.comment_form>span.comment_submit {
    /* float: right;	ck */
    margin-top: 2px;
    text-align: right;
    /* margin-left: 5px; ck */
}
.comment_form>span.comment_submit input {
    /* margin-top: 11px; ck */
    padding: 4px 8px;
    border-color: #F4BF95;
    background-color: #F4BF95;
    font-size: 90%;
}
.comments {
    margin-top: 0px;	/* 8px; ck */
    padding: 0px;	/* 5px; ck */
}
.comments>div {
    clear: both;
    padding-top: 4px;
    padding-bottom: 4px;
	/* margin-bottom: 8px; del ck */
	border-top: 1px solid #BCBCBC;	/* add ck */
}
.comments .comment_user a {
    font-weight: bold;
    text-decoration: none;
}
.comments .comment_date {
    display: block;
    text-align: right;
}
.comment_text {
    padding-top: 4px;
    padding-bottom: 4px;
}
.comment_delete {
    display: none;
}
.self.comment:hover .comment_delete {
    display: block;
}


#loading {
    padding: 10px;
    text-align: center;
}