
/* ========= TOP Contents ========= */
/* Jquery UI */

/* Style */
.block01{
	width:300px;
	margin:10px auto 20px auto;
	font-size:12px;
}
.block01_left{
	float:left;
	width:60px;
	margin:17px 0px 0px 5px;
	padding:5px 0px 0px 0px;
	font-weight:bold;
}
.block01_right{
	float:right;
	width:220px;
	text-align:right;
	margin:0px 5px 0px 0px;
	font-weight:bold;
}
.block01_right span{
	vertical-align:-6px;
}


.likid{
	min-height:450px;
	margin:10px 0px 0px 0px;
}

/*--ブログの一覧の設定--*/
.likid li{
	position: relative;
	float: left;
	margin-left: 10px;
	margin-bottom: 15px;
	width:143px;
	height:310px;
	border-left:1px solid #C7C7C7;
	border-right:1px solid #C7C7C7;
	background: #FFFFFF;
}

.likid a {
    text-decoration: none;
	color:#000000;
}

.likid li p.img01{
	width:143px;
	height:0;
	padding-top: 106px;
	text-align:center;
	overflow:hidden;
}

.likid li p.img02{
	width:143px;
	height:0;
	padding-top: 244px;
	text-align:center;
	overflow:hidden;
}

/*--ブログのタイトル--*/
.likid li .title{
	height:33px;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	padding:10px 5px 0px 5px;
	line-height:130%;
	display:block;
	overflow:hidden;
}

/*--ブログの写真がない場合のタイトル--*/
.likid li .b_title{
	height:210px;
	margin:77px 0px 0px 0px;
	text-align:justify;
	padding:0px 10px;
	font-size:15px;
	font-weight:bold;
}

/*--ブログの内容の設定--*/
.likid li .blog_txt01{
	height:112px;
	margin:3px 0px 9px 0px;
	color:#808080 !important;
	padding:7px 5px !important;
	display:block;
	line-height:1.4em !important;
	font-size:14px !important;
	font-weight:normal !important;
	overflow:hidden !important;
}

.likid li .blog_txt01 span{
	color:#808080 !important;
	line-height:1.4em !important;
	font-size:14px !important;
	font-weight:normal !important;
}

.likid li .blog_txt01 strong{
	font-weight:normal !important;
}


.likid li .date_txt{
	float:left;
	color:#808080;
	padding:5px 0px 0px 5px;
	display:block;
	line-height:1.4em;
	font-size:10px;
}

.likid li .blog_cate{
	float:right;
	width:58px;
	height:15px;
	color:#FFF;
	margin-right:5px;
	padding:3px 3px 2px 3px;
	display:block;
	text-align:center;
	line-height:1.4em;
	font-size:10px;
	background:#000;
}



/* Media Query
-----------------------------------------------------------*/

@media only screen and (orientation : landscape) { 

.content-top{
	margin-right: auto;
	margin-left: auto;
}
.land{ width: 106px;}
.leftoff{ margin-left: 0px !important;}
.landoff_r{ margin-right: 0px !important;}
.lefton{ margin-left: 10px;}
.righton{ margin-right: 10px;}
}

/* 邵ｦ蜷代″ */

@media only screen and (orientation : portrait) { 

.off{margin-right: 0px !important;}
.land{width: 93px;}
.head-bg{width: 320px; height: 75px;}
.land-more{
	margin-left: 10px;
}

}
/* iphone 6 */
/* iPhone6+ Styles */
@media only screen and (min-device-width: 413px) and (max-device-width: 415px) {
	#item_entries{ margin-left:47px;}
}
/* iPhone6+ Styles */
@media only screen and (min-device-width: 374px) and (max-device-width: 376px) {
	#item_entries{ margin-left:27px;}
}
/* iPhone6+ Alt Styles */
@media only screen and (min-device-width: 359px) and (max-device-width: 361px) {
	#item_entries{ margin-left:14px;}
}