﻿
/* lead
-------------------------------------------*/
#inner-breakfast {
	color: #333;
	padding: 20px;
	border: 2px dashed #d0551b;
}
#inner-breakfast img {
	float: right;
	margin: 10px 10px 0 0;
}
#inner-breakfast h4 {
	width: 200px;
	color: white;
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
	background: #d0551b;
}
#inner-breakfast ul {
	font-size: 16px;
	margin-left: 25px;
}


/* main
-------------------------------------------*/
.item_written img {
	margin-bottom: 15px;
}
.item_written h3 {
	color: white;
	text-align: center;
	margin-bottom: 10px !important;
	padding: 2px 0;
	background: #016403;
}
.item_written p {margin-bottom: 30px;}
.item_written p.last {margin: 0;}
.item_written strong {
	color: #d03135;
	font-size: 16px;
	text-decoration: underline;
	display: block;
	margin-bottom: 5px;
}
.img-right {
	float: right;
	margin-bottom: 0 !important;
}
.img-left {
	float: left;
	margin-bottom: 0 !important;
	margin-right: 20px;
}
.p-right{
	text-align: right;
}

/* 今月の話題
-------------------------------------------*/
#wadai_title{
	font-size: 21px;
	line-height: 46px;
}
#compare{
	border-collapse: collapse;
	width: 100%;
}
#compare th,#compare td{
	width: 25%;
	padding: 2%;
}
#compare th {
	border: solid 1px #666666;
	color: #000000;
	background-color: #ff9900;
}
#compare td {
	border: solid 1px #666666;
	color: #000000;
	background-color: #ffffff;
}

#wadai_title{
	margin-top: 20px;
}