@charset "Shift_JIS";

/*
common
-------------------------------------------------------------------------------*/

.pageMenu {
	width: 545px;
	margin: 15px auto 0;
	padding: 5px 0 5px 10px;
	background-color: #EDDEC2;
	border: 3px solid #FDFAF1;
}

.pageMenu:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

	.pageMenu li {
		width: 110px;
		float: left;
		padding-right: 10px;
	}

.pageMenu {
	zoom: 100%;
}



.sagaWidth li,
.nagasakiWidth li {
	width: 150px;
}

.ooitaWidth li,
.miyazakiWidth li {
	width: auto;
	padding-right: 20px;
}

.kumamotoWidth li {
	width: 140px;
	padding-right: 20px;
}

.kumamotoWidth li.short {
	width: 110px;
	padding-right: 0;
}



.kagoshimaWidth li {
	width: 130px;
	padding-right: 20px;
}

.kagoshimaWidth li.short {
	width: 110px;
	padding-right: 0;
}

.kagoshimaWidth li.long {
	width: 240px;
	padding-right: 0;
}

.kagoshimaWidth li.longRSpace {
	padding-right: 60px;
}

.ekibenSet {
	width: 550px;
	margin: 20px auto;
}

.ekibenSet:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.ekibenSet {
	zoom: 100%;
}

	.ekibenSet .titleArea {
		margin-bottom: 10px;
		padding: 5px 10px;
		font-weight: bold;
	}
	.ekibenSet .titleArea {
		padding: 2px 5px;
	}

	.ekibenSet .titleArea:after {
		content: ".";
		display: block;
		visibility: hidden;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;
		clear: both;
	}
	
	.ekibenSet .titleArea {
		zoom: 100%;
	}

		.ekibenSet .titleArea h3 {
			width: auto;
			float: left;
			padding-top: 4px;
			font-size: 1.2em;
			font-weight: bold;
		}
		
		.ekibenSet .iconArea {
			width: auto;
			float: right;
		}

		.ekibenSet .titleArea img {
			vertical-align: middle;
		}
		
	.ekibenSet .descriptionTxt {
		width: 280px;
		float: left;
	}

		.ekibenSet .descriptionTxt .station {
			color: #a72126;
			font-weight: bold;
		}
	
		.ekibenSet .descriptionTxt .detailTxt {
			margin-top: 5px;
		}
	
		.ekibenSet .descriptionTxt .otherData {
			margin-top: 5px;
		}
	
			.ekibenSet .descriptionTxt .otherData li {
				margin-top: 2px;
				list-style: none;
			}

	.ekibenSet .ekibenPhoto {
		float: right;
	}

#iconInfo {
	margin-top: 20px;
	padding: 10px 0;
	background-color: #1A0B08;
}
	
	#iconInfo .iconBox {
		margin: 5px 10px;
	}

	#iconInfo .iconBox:after {
		content: ".";
		display: block;
		visibility: hidden;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;
		clear: both;
	}

	#iconInfo .iconBox {
		zoom: 100%;
	}
	
	#iconInfo .separateBorder {
		padding-top: 5px;
		border-top: 1px dotted #fff;
	}


		#iconInfo .iconBox dl {
			width: 200px;
			padding-left: 10px;
			float: left;
		}

		#iconInfo .iconBox dl:after {
			content: ".";
			display: block;
			visibility: hidden;
			height: 0.1px;
			font-size: 0.1em;
			line-height: 0;
			clear: both;
		}
	
		#iconInfo .iconBox dl {
			zoom: 100%;
		}

			#iconInfo .iconBox dt {
				width: 35px;
				margin: 0;
				float: left;
			}

			#iconInfo .iconBox dd {
				width: 155px;
				margin: 0;
				padding-top: 10px 0 0;
				float: right;
				color: #fff;
			}

	#iconInfo .attention {
		margin: 10px;
		padding-top: 10px;
		border-top: 3px double #fff;
		color: #fff;
		font-size: 0.8em;
	}

.detailAttention {
	margin: 5px 0;
	color: #e60012;
	font-size: 0.8em;
}

.otherAttention {
	margin: 5px 0;
	font-size: 0.8em;
}

/*
color
-------------------------------------------------------------------------------*/

.fukuoka .titleArea {
	border-top: 1px solid #ef858c;
	border-bottom: 1px solid #ef858c;
}

.fukuoka .areaColor {
	color: #ef858c;
}


.saga .titleArea {
	border-top: 1px solid #F6AD3C;
	border-bottom: 1px solid #F6AD3C;
}

.saga .areaColor {
	color: #F6AD3C;
}


.nagasaki .titleArea {
	border-top: 1px solid #8DC556;
	border-bottom: 1px solid #8DC556;
}

.nagasaki .areaColor {
	color: #8DC556;
}


.ooita .titleArea {
	border-top: 1px solid #35B597;
	border-bottom: 1px solid #35B597;
}

.ooita .areaColor {
	color: #35B597;
}


.kumamoto .titleArea {
	border-top: 1px solid #8AA3D4;
	border-bottom: 1px solid #8AA3D4;
}

.kumamoto .areaColor {
	color: #8AA3D4;
}


.miyazaki .titleArea {
	border-top: 1px solid #9070AF;
	border-bottom: 1px solid #9070AF;
}

.miyazaki .areaColor {
	color: #9070AF;
}


.kagoshima .titleArea {
	border-top: 1px solid #EB6EA5;
	border-bottom: 1px solid #EB6EA5;
}

.kagoshima .areaColor {
	color: #EB6EA5;
}


/*
form
-------------------------------------------------------------------------------*/

#formArea {
	margin: 20px 0;
	border: 2px #231815 solid;
	background-color: #FDF9EB;
}

	#formArea h3 {
		padding: 10px 5px;
		background-color: #231815;
		text-align: center;
		color: #fff;
		font-weight: bold;
	}
	
	#formArea .frmMessage {
		padding: 10px 0;
		text-align:center;
		color: #E71F10;
	}
	
	
		.inputTable {
			margin: 5px 20px;
			border-bottom: 1px solid #cccc66;
		}

			.inputTable th,
			.inputTable td {
				padding-bottom: 10px;
			}

			.selectList1 li {
				width: 180px;
				float: left;
				margin: 0;
				padding: 0 10px 3px 0;
			}
		
			.selectList2 li {
				width: 75px;
				float: left;
				margin: 0;
				padding: 0 5px 3px 0;
			}
			
			.selectList2 li.long {
				width: 160px;
				padding-right: 0;
			}
					
			.selectList2 li.short {
				width: 70px;
				padding-right: 0;
			}
			
		#footInfo {
			margin-top: 5px;
			padding: 0 20px 20px 0;
			text-align: center;
		}

	#bodyCopy {
		text-align: center;
	}

	.stepSet{
		width: 595px;
		margin: 10px auto;
	}
	
		#applicationInfo {
			width: 240px;
			float: left;
			margin-top: 5px;
		}

			#applicationInfo dt {
				margin-top: 5px;
				font-weight: bold;
				color: #D7000F;
			}
			
				#applicationInfo .detail dt {
					font-size: 1.0em;
					color: #EF845D;
				}
					#applicationInfo .detail ul li {
						margin-left: 15px;
						list-style: disc;
					}
					
		#presentImg {
			display: block;
			float: right;
			margin-top: 30px;
		}
		
	#thanks {
		margin: 20px 0;
		padding: 10px 0;
		border-top: 3px double #CC0000;
		border-bottom: 3px double #CC0000;
		text-align: center;
	}


	#btnArea {
		margin: 10px auto;
	}

		#btnArea #privacyDl dt {
			font-weight: bold;
		}
	
		#btnArea #privacyDl dd#msg {
			margin-top: 5px;
			padding: 3px 10px;
			background-color: #FFEDF2;
		}
	
		#btnArea #privacyDl dd#check {
			margin-top: 5px;
			font-weight: bold;
			text-align: center;
		}
		
			#btnArea #btnSet {
				margin-top: 15px;
				padding-top: 15px;
				text-align: center;

			}
				

