
.bold { font-weight:bold;}
.blue { color:#09F;font-weight:bold;}
.red { color:#F30;font-weight:bold;}
.green { color:#0C3;font-weight:bold;}
.delete { text-decoration:line-through;}

.title {
	display:block;
	margin:20px auto 5px auto;
}
.sub {
	text-align:center;
	font-size:14px;
}
.weblog h1 {
	margin:0px auto 20px auto;
	padding:10px;
	width:95%;	
	border-bottom:solid 1px #37B34A;
	font-size:20px;
}

.weblog {
	width:90%;
	margin:0px auto;
	max-width:900px;
}
.weblog p{padding:0px 20px;}

.weblog img {
	display:block;
	margin:10px auto;
	box-shadow: 0 7px 6px -6px #777;
	-webkit-box-shadow: 0 7px 6px -6px #777;
	-moz-box-shadow: 0 7px 6px -6px #777;
}
.weblog a:hover img {
	opacity:1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.day { font-size:14px; text-align:right;}


.saikin h1{
	padding:10px 20px;
	font-size:18px;
}
.saikin {
	margin:30px auto 0px auto;
	padding:0px;
	width:90%;
	max-width:600px;
	border:dotted 1px #37B34A;
	clear:both;
}

.saikin ul {
	padding:10px;
	width:40%;
	float:left;
}

.saikin:after, .pagelink:after, .listpage:after {
	content:"";
	display:block;
	clear:both;
}

iframe{
	display:block;
	margin:20px auto;
	width:95%;
	max-width:800px;
	min-height:451px;
	text-align:center;
}


/*list*/
.listpage {
	margin:0px auto;
}
.listpage li{
	margin:5%;
	text-align:center;
	float:left;
}
.listpage li div {
	width:140px;
	height:140px;
	background-repeat:no-repeat;
	background-position:center;
	border-radius: 300px;
}
.listpage h2 {
	font-size:14px;
	padding-top:5px;
}

.listpage:after {
	content:"";
	display:block;
	clear:both;
}

.catename{
	text-align:left;
	clear:both;
}


/*pagelink*/
.pagelink{
	margin:20px auto;
	max-width:1000px;
	
	clear:both;
}
.pagelink ul li {
	background:none;
	float:left;
}


.pagelink ul li a{
	margin:5px;
	padding-top:10px;
	background-color:#fff;
	text-align:center;
	display:block;
	width:40px;
	height:30px;
	border:solid 1px #ddd;
	
}
.pagelink:after {
	content:"";
	display:block;
	clear:both;
}

.nowpage { color:#F30;}


@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 480px) {
	
.listpage li{
	margin:3%;
}

.weblog img {
	width:90%;
}
.saikin ul {
	width:100%;
	float:none;
}

}

