@charset 'UTF-8';
/******************************************************************************

  スタイル定義上書き

******************************************************************************/
#contents
{
	border-top: 6px solid #fdab88;

}

.header-image
{
	margin-bottom: 3em !important;
	
}

strong.phone
{
	font-size: 200%;
	color: green;
}
strong.phone:before
{
	content: '';
}

div.message.important > p
{
	font-size: 175% !important;
	margin: 0 !important;
	text-align: center;
}

table.tbl01
{
	margin-bottom: 3em;
}

table.tbl01 > caption > a
{
	display: block;
	text-align: right;
	color: #777 !important;
	font-weight: bold;
}

table.tbl01 ul
{
	margin-bottom: 1em;
}

table.tbl01 ul > li
{
	line-height: 1.25;
	margin-bottom: .5em;
	list-style-position: outside;
	margin-left: 1em;
}

table.tbl01 ul > li > strong
{
	display: block;
	font-size: 90%;
	color: #999;
}

th.month
{
	text-align:center !important;
}

/*.content h3
{
	margin: 1em 0;
	font-size: 120%;
	font-weight: bold;
	background-color: #d8d8d8;
	border-radius: 5px;
	padding: .5em;
}

.content h3 > span
{
	display: block;
	border-left: 5px solid white;
	padding-left: 10px;
	line-height: 1;
	text-shadow: 1px 1px 0 #949494;
	color: white;
}*/

ul.images
{
	list-style: none;
	margin: 1em 0 4em;
}

ul.images.part
{
	margin-bottom: 0 !important;
	
}

ul.images > li
{
	margin: 0 1% 0 0;
	padding: 0;
	width: 32%;
	height: 150px;
	display: inline-block;
	overflow: hidden;
	border-radius: 7px;
}

ul.images > li:last-child
{
	margin-right: 0;
}

ul.images > li > img
{
	width: 100%;
	min-height: 150px;
	display: block;
}
