@charset "Shift_JIS";


.plug {
	margin-bottom: 10px;
	color:#ffff00;
	text-align: center;
	font-size:1.3em;
}

/* ******************** table ******************** */
.type {
	width: 96%;
	margin: auto;
	margin-bottom: 15px;
}
.type .hd {
	margin:auto;
}
.type .hd p {
	float: left;
	padding: 5px 0 2px 0;
}
.type .hd .tit {
	width: 40%;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.type .time {
	margin: auto;
}
.type .memo {
	margin-bottom: 10px;
	font-size:0.9em;
}
.type table {
	margin:auto;
	margin-bottom: 5px;
}
.type table th,
.type table td {
	padding: 3px;
}
.type .name {
	width: 40%;
}
.type .day {
	width: 20%;
	border-left: 1px solid #fff;
	text-align: center;
}
#type01 .hd .tit {
	background: #b3c46f;
	color: #000;
	font-weight: bold;
}
#type02 .hd .tit {
	background: #8ab3d7;
	color: #000;
	font-weight: bold;
}
#type03 .hd .tit {
	background: #c4ba60;
	color: #000;
	font-weight: bold;
}
#type04 .hd .tit {
	background: #cfa9cd;
	color: #000;
	font-weight: bold;
}
#type05 .hd .tit {
	background: #fbd24d;
	color: #000;
	font-weight: bold;
}
#typeP01 .hd .tit {
	background: #b3c46f;
	color: #000;
	font-weight: bold;
}
#typeP02 .hd .tit {
	background: #8ab3d7;
	color: #000;
	font-weight: bold;
}
#typeP03 .hd .tit {
	background: #c6e8f4;
	color: #000;
	font-weight: bold;
}


#type01 table th {
	background: #91AA30;
	color: #fff;
}
#type01 table tr {
	background: #e9eed6;
	color: #000;
}
#type01 table tr:nth-child(odd) {
	background-color:#d3ddac;
	color: #000; 
}

#type02 table th {
	background: #5792c5;
	color: #fff;
}
#type02 table tr {
	background: #dde9f3;
	color: #000;
}
#type02 table tr:nth-child(odd) {
	background-color:#bcd3e8;
	color: #000; 
}

#type03 table th {
	background: #ab9d1b;
	color: #fff;
}
#type03 table tr {
	background: #eeebd1;
	color: #000;
}
#type03 table tr:nth-child(odd) {
	background-color:#ddd8a4;
	color: #000; 
}

#type04 table th {
	background: #ba83b7;
	color: #fff;
}
#type04 table tr {
	background: #f1e6f1;
	color: #000;
}
#type04 table tr:nth-child(odd) {
	background-color:#e3cee2;
	color: #000; 
}

#type05 table th {
	background: #fa9300;
	color: #fff;
}
#type05 table tr {
	background: #fef2cc;
	color: #000;
}
#type05 table tr:nth-child(odd) {
	background-color:#fde599;
	color: #000; 
}

#typeP01 table th {
	background: #92ab30;
	color: #fff;
}
#typeP01 table tr {
	background: #e9eed6;
	color: #000;
}

#typeP02 table th {
	background: #5792c5;
	color: #fff;
}
#typeP02 table tr {
	background: #dde9f3;
	color: #000;
}
.type table {
	width: 100%;
}

#typeP03 table th {
	background: #7ecbea;
	color: #fff;
}
#typeP03 table tr {
	background: #eff8fc;
	color: #000;
}
#typeP03 .day {
	width: 60%;
}


.type .btn {
	width: 270px;
	margin: auto;
}
.type .btn ul {
 float: right;
}
.type .btn li {
	float: left;
	margin-left: 10px;
}

.pack_tit {
	padding: 10px;
	margin-bottom: 20px;
	background: url("../img/btn_bg.jpg") repeat left top;
	text-align: center;
	color: #fff;
	font-weight: bold;
}





/* ******************** feature ******************** */
#feature {
	margin-bottom: 20px;
}
#feature ul {
	background: url(../img/feature_bg.jpg) no-repeat center top;
}
#feature h3 {
	width: 300px;
	margin: auto;
}
#feature ul {
	width: 300px;
	margin: auto;

}
#feature ul li {
	float: left;
}
#feature ul li img {
	padding: 3px 5px;
}

#feature ul li a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #fff;
}



/* ******************** Footer ******************** */
.normalLinkGo{
	text-align: center;
}
.normalLinkGo a{
	display: block;
	padding: 12px 0px;
	color: #fff;
	background: url("../img/arrow_white_s.png") no-repeat 85% 50%;
}


ul.pageLink{
	width: 240px;
	margin: 20px auto;
}
ul.pageLink li a{
	padding: 8px 15px 8px 3px;
}




/*  Concept 
--------------------------------------------------*/

#concept p{
	margin: 0px 15px;
	line-height: 1.6;
}









