@media screen and (min-width:481px) {
	/* ここにパソコン版だけの記述 */

#maincenter {
	padding: 2px;
	float: left;
	width: 500px;
	/*font-size:large;*/
}
}

@media screen and (max-width:480px){
	/*画面幅が480pxまでの時*/
	#maincenter {
		padding: 2px;
		float: none;
		width: 100%;
	}
}
.oImg{
	/*float: left;*/ 
	padding: 2px;
	padding-bottom: 5px;
}
.oImg img{
	padding: 2px;
	border:0px;
}
tr, td { font-size: 90%; }

.cost{
	color: #990000;
	font-weight: bold;
	font-size: 13px;
}

@media screen and (min-width:481px) {
	/* ここにパソコン版だけの記述 */
.entry-list {
	width: 250px;
	font-size: 12px;
	float: left;
	padding:2px;
	margin:2px;
	height: 20px;
}
}
@media screen and (max-width:480px){
	/*画面幅が480pxまでの時*/
	.entry-list {
		width: 100%;
		font-size: 12px;
		float: none;
		padding:2px;
		margin:2px;
		height: 20px;
	}
}
.entry-list img {
	vertical-align: middle;
	margin-right: 3px;
}

/* エントリーレイアウト */
@media screen and (min-width:481px) {
	/* ここにパソコン版だけの記述 */
.entry-title {
	/* font-size: 14px; */
	/* color: #333333; */
	margin-bottom: 10px;
	margin-top: 0px;
	/* background-image: url(<$MTBlogURL$>images/entry-back.jpg); */
	border: 1px solid #CCCCCC;
	/*height: 26px;*/
	height: auto;
	width: 490px;
	line-height: 26px;
	text-indent: 10px;
}
}

@media screen and (max-width:480px){
	/*画面幅が480pxまでの時*/
	.entry-title {
		margin-bottom: 10px;
		margin-top: 0px;
		border: 1px solid #CCCCCC;
		height: auto;
		width: 100%;
		line-height: 26px;
		text-indent: 10px;
	}
}

.entry-body {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 140%;
}

.FloatEnd {
	clear: both;

}

ul.example li {
float: left;
width: 220px;
padding:2px;
margin:2px;
border: 0.5px dotted;
}

ul.example {
/*list-style-image:url('images/list.gif');
background:url('images/list.gif') no-repeat;
padding-left:10px;
list-style-type: disc;*/
list-style-type: none;
margin-bottom;20px;
}
/* ヤフーブログレイアウト */

.hatena-body {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 540px;
	font-size: 14px;
	line-height: 120%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}


.topic-link,{
	color: #0033CC;
}

.simple-img {
	height: 100px;
	width: 100px;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 5px;
}

.blog-box {
	float: left;
	height: 100px;
	margin-top: 0px;
	margin-bottom: 10px;
}
/*
.entry-list {
	width: 270px;
	font-size: 12px;
	float: left;
	margin: 0px;
	height: 30px;
}
.entry-list img {
	vertical-align: middle;
	margin-right: 3px;
}
*/
.sitemaps-list {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.sitemaps-link img {
	vertical-align: middle;
}

.sitemaps-list2{
	width: 270px;
	height: 20px;
	display: block;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	color: #333333;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	float: left;
	letter-spacing: 0.1em;
}

.ybids{
	color: #2C6700;
	font-weight: bold;
	font-size: 13px;
}
