body {
	width:750px;
	margin:0 auto;
	background:ivory;
}
a {
	color:black;
	text-decoration:none;
}
a:hover {color:brown;}
.clear {clear:both;}

#header {
	text-align: left;
	margin-bottom:30px;
}
img{
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.m-left {float: left;margin-top:10px;}
.m-left ul {
	list-style:none;
	padding-left:0;
}
.m-left li {
	margin-bottom: 40px;
	padding-left: 25px;
	line-height: 20px;
}

.m-right {float: right;}

.m-list1 {background:url(images/icon.png) left no-repeat;}
.m-list2 {background:url(images/icon2.png) left no-repeat;}
.m-list3 {background:url(images/icon3.png) left no-repeat;}
.m-list4 {background:url(images/icon4.png) left no-repeat;}
.m-list5 {background:url(images/icon5.png) left no-repeat;}
.m-list6 {background:url(images/icon6.png) left no-repeat;}

#footer {
	text-align:center;
	margin-top:50px;
}

/* page */

.page-box {word-wrap:break-word;}
.page-r {width:70%;}
.page-r h2 { color:#D97190;}
.page-r h3 {
	clear:both;
	border-bottom:1px solid #D97190;
	padding-top:10px;
	margin: 15px 0 10px 0;
	font-size: 110%;
	font-weight:normal;
}
.t-small {
font-size: 80%;
}
dt { float:left;
	width:55%;
	color:#D97190;
}
dd { float:right;
	width:35%;
	text-align:right;
}
.contact p {
	border-left:3px solid #D97190;
	padding-left:8px;
}
/* category */

.c-left {
	float:left;
	width: 65%;
}
.c-right {
	float:right;
	width:30%;
}
.box {
	border: 1px solid #de3233;
	border-radius: 10px;
	padding: 10px;
	margin: 0 0 20px;
}
.box img {
	max-width: 100%;
	height: auto;
}
.box ul {
	margin:0;
	padding:0;
}
.box li {
	margin:0;
	padding:0;
}
.wp-pagenavi {text-align:center;}

.category {border:1px solid #999;}
.side-h2 {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	border-bottom: 1px solid #999;
}
.category ul {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 5px 0;
}
.category li {
	line-height: 25px;
}

/* responsive */
@media (max-width: 670px) {
body,#header img,
.m-right img {width:90%;}
.m-right img { text-align:center;margin:0 auto;}

.m-left, .m-right {float:none;}
.m-left ul {
	width: 70%;
	margin: 15px auto;
}
.m-left li {
	margin-bottom:5px;
}
.page-box {margin: 0 20px;}
.page-r {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}
.c-left, .c-right {
	float: none;
	width: 96%;
	margin: 20px auto;
}
dt { float:none;
	width:100%;
	color:#D97190;
}
dd { float:none;
	width:100%;
	text-align:left;
	margin-bottom:10px;
}
}