@charset "UTF-8";

@import "../../../files/css/common/layout.css";

/*-------------------------------------------------------------------------
	greeting
/*-----------------------------------------------------------------------*/

#main_img {
	text-align:center;
	background:#efefef;
}

	#main_img img {
		width:100%;
		height:auto;
	}

/*-------------------------------------------------------------------------
	summary
/*-----------------------------------------------------------------------*/

#summary {
}

	#summary table {
		width:100%;
		border-collapse:collapse;
	}
	
		#summary table th {
			padding:30px 0 30px 30px;
			border-bottom:1px #CCC solid;
			width:30%;
			text-align:left;
		}
		
			#summary table th.top {
				padding:0 0 30px 30px;
			}
			
			#summary table td.top {
				padding:0 0 30px 0;
			}
		
		#summary table td {
			padding:30px 0 30px 0;
			margin:0 0 0 0;
			border-bottom:1px #CCC solid;
		}
		
		#summary table dl.office {
			margin:0 0 30px 0;
		}
		
		#summary table dl {
		}
		
			#summary table dl dt {
				float:left;
				width:100px;
				clear:both;
				margin:0 0 10px 0;
			}
			
			#summary table dl dd {
				float:right;
				width:500px;
				margin:0 0 10px 0;
			}
			
		#summary table .office li {
				margin:0 0 10px 0;
		}
		#summary table .office li:last-of-type {
				margin:30px 0 0;
		}

			
/*-------------------------------------------------------------------------
	access
/*-----------------------------------------------------------------------*/

#access {
}

	#access .map {
		margin:0 0 20px 0;
	}
	
	#access .left {
		float:left;
		clear:both;
		margin:20px 0 0 0;
	}
	
	#access .right {
		float:right;
		width:520px;
		margin:20px 0 0 0;
	}
	
	#access .right dl {
		padding:5px 5px 5px 5px;
	}
	
		#access .right dl.color001 {
			background:#ffe5e5;
		}
		
		#access .right dl.color002 {
			background:#e5fffa;
		}
		
		#access .right dl.color003 {
			background:#f9ffd1;
		}
		
			#access .right dl dt {
				font-size:160%;
			}
			
				#access .right dl.color001 dt {
					color:#ee4d4d;
				}
				
				#access .right dl.color002 dt {
					color:#58b9ce;
				}
				
				#access .right dl.color003 dt {
					color:#97a80a;
				}
			
			#access .right dl dd {
				margin:0 0 0 0;
				color:#666;
			}