@charset "UTF-8";
/* CSS Document */

h1 {
	margin:0 !important;
	background-color:#FFF;
	padding:4px 0 !important;
}
h1 img {
	width:210px;
	margin-top:5px;
}

h3 a {
	text-decoration:none;
}

h3#footer_txt {
	font-size:0.8em !important;
	line-height:1.7 !important;
	padding-top:15px;
	padding-bottom:15px;
}

#itemlist {
	margin:0 !important;
}
#itemlist li span {
	color:#F00;
	font-size:12px;
}



.info {
	margin:0 0 30px 0;
	-webkit-border-bottom-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
    -moz-border-radius-bottomleft:10px;
	cursor:pointer;
}
.infoall {
	background-color:#e5e5e5 !important;
}
.aview {
	cursor:auto !important;
}
.infoi img {
	width:100%;
}
.infot {
	font-size:18px;
	font-weight:500;
	line-height:1;
	padding:10px;
}
.infot span {
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	display:block;
	float:right;
}
.infot a {
	text-decoration:none;
	color:#000;
}
.infob {
	font-size:13px;
	line-height:1.6;
	padding:10px 10px 10px 10px;
	background:url(../img/dotline2.png) repeat-x left top;
}
.infob a {
	text-decoration:none;
	color:#F30;
}
.infob a:hover {
	color:#F00;
	text-decoration:underline;
}
.infob .theme_box {
	color:#000;
	padding:5px;
	clear:both;
}
.infob .img {
	padding:5px 0;
}
.infob .limg {
	float:left;
	padding:0 10px 10px 0;
}
.infob .rimg {
	float:right;
	padding:0 0 10px 10px;
}
.infob strong {
	font-weight:bold;
}

.dline1 {
	background:url(../img/dotline1.png) repeat-x left center;
	-moz-opacity:0.3;
	opacity:0.3;
	filter:alpha(opacity=30);
	margin-right:10px;
	height:30px;
}

#infolink {
	text-align:right;
	padding-right:10px;
}
#infolink a {
	text-decoration:none;
	color:#666;
}
#infolink a:hover {
	color:#F00;
}

#footer {
	text-align:center;
	font-size:14px;
	line-height:18px;
	color:#999;
}
#footer a {
	color:#999;
	text-decoration:none;
}

.lc,.rc {
	text-decoration:none;
	color:#000;
	font-size:14px;
	width:1em;
	line-height:1.5;
	padding-left:10px;
	padding-right:10px;
}
.lc {
	float:left;
}
.rc {
	float:right;
}
.lc p,.rc p {
	display:table-cell;
	width:1em;
	height:150px;
	vertical-align:middle;
	padding:0;
	cursor:pointer;
}

#cl1 {
	background:#ffeecc;
}
#cl2 {
	background:#f1ffd9;
}
#cl3 {
	background:#e5faff;
}
#cl4 {
	background:#f3e5ff;
}

#cl1:hover {
	background:#ffdd99;
}
#cl2:hover {
	background:#d8f2aa;
}
#cl3:hover {
	background:#b2f0ff;
}
#cl4:hover {
	background:#e7ccff;
}

.min {
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}


.info1 .infob .theme_box {
	background-color:rgba(255,170,0,0.75);
}
.info2 .infob .theme_box {
	background-color:rgba(137,217,0,0.75);
}
.info3 .infob .theme_box {
	background-color:rgba(0,204,255,0.75);
}
.info4 .infob .theme_box {
	background-color:rgba(172,77,255,0.75);
}
.info1 {
	background-color:#ffeecc;
}
.info2 {
	background-color:#f1ffd9;
}
.info3 {
	background-color:#e5faff;
}
.info4 {
	background-color:#f3e5ff;
}


.caltitle {
	color:#000;
	font-weight:bold;
	margin-top:10px;
}
.cal {
	border-collapse:collapse;
	table-layout:fixed !important;
	margin-bottom:10px;
}
.cal th,.cal td {
	text-align:center;
	vertical-align:top;
	padding:2px;
	border:1px solid #000;
	color:#000;
	background-color:#FFF;
	white-space:nowrap;
}
.cal th.sun {
	color:#F00;
	background-color:#ffcccc;
}
.cal th.sat {
	color:#00F;
	background-color:#ccffff;
}
.cal td.hol {
	color:#F00;
	background-color:#ffcccc;
}