@charset "utf-8";
/* CSS Document */
/* PC用　共通*/


div#info_holidays { 
	width: 900px;
	margin-left: 40px;
	line-height: 1.7em;
	font-size: 15px;
}

div#info_holidays h1 {
	padding: 17px;
	margin: 30px 0 0 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	color: #333;
}

div#info_holidays h2 {
	margin-top:45px;
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
}

div#info_holidays h3 {
	margin: 45px 0 0 0;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
}

div#info_holidays div.showroom h2 {
	padding: 15px;
	margin: 80px 0 0 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 1.8em; 
	letter-spacing: 1px;
	text-align: center;
	color: #333;
}

div#info_holidays p {
	margin: 30px 0 0 0;
	line-height: 2.0em;
}

div#info_holidays p.comment {
	margin: 15px 0 0 0;
	line-height: 2.0em;
}

div#info_holidays p.holiday_cal {
	margin: 30px 0 30px 0;
	text-align: center;
}

div#info_holidays p.toiawase {
	padding: 20px;
	margin: 40px 0 70px 0;
	background-color:#EFEFEF;
}

div#info_holidays p.toiawase span {
	font-size: 1.4em;
	font-weight: normal;
	color: #000000;
}

div#info_holidays table{
	width:100%;
	margin-top:20px;
	border-collapse:collapse;
	border-spacing:0;
	table-layout:auto;
}
div#info_holidays th,
div#info_holidays td {
	padding:12px;
	line-height:140%;
	vertical-align: top;
	border: 1px solid #CCCCCC;
}
div#info_holidays table th.head {
	background-color: #EFEFEF;
	white-space: nowrap;
}
div#info_holidays td {
	white-space: nowrap;
}

div#info_holidays ul {
	margin: 0;
}
div#info_holidays ul li {
	list-style:circle;
	padding-left: 10px;
	margin: 15px 0 0 15px;
	letter-spacing: 1px;
	line-height: 1.6em;
}

div#info_holidays p span,
div#info_holidays ul li span {
	font-size: 1.2em;
	font-weight: bold;
	color: #d9456b;
}

div#info_holidays div.attention {
	padding:20px;
	margin-top:15px;
	border:1px solid #000	
}

div#info_holidays div.attention h5 {
	margin-top:0;
	font-weight:bold;
	font-size:1.35em
}