﻿@charset "utf-8";

@media only screen and (max-width: 920px) {

/* 全体
------------------------------------------------------------
------------------------------------------------------------*/
#contents_wrap{
	background		:	none;
	padding			:	0 0 60px 0;
}
	#contents{
		box-shadow		:	0px 0px 0px 0px rgba(0,0,0,0);
	}



/* 代表挨拶
------------------------------------------------------------
------------------------------------------------------------*/
#message{
	margin			:	30px 0;
	text-align		:	center;
}
	#message img{
		max-width		:	90%;
	}
#ceo_text{
	margin			:	0;
	padding			:	5px;
	line-height		:	30px;
}



/* 会社案内
------------------------------------------------------------
------------------------------------------------------------*/
#corp table{
	width			:	100%;
	margin			:	20px 0;
}
	#corp table th{
		width			:	25%;
		border-bottom	:	1px dotted #ccc;
		padding			:	5px;
		background		:	#eee;
	}
	#corp table td{
		width			:	75%;
		border-bottom	:	1px dotted #ccc;
		padding			:	5px;
	}
#business{}
	#business ul{
		margin-top		:	10px;
	}
		#business ul li{
			margin			:	0 0 10px 20px;
			border-bottom	:	1px dotted #eee;
		}
		#business ul li:last-child{
			border			:	none;
			text-align		:	right;
		}



/* アクセス
------------------------------------------------------------
------------------------------------------------------------*/
#map{
	width			:	95%;
	height			:	400px;
	margin			:	20px auto 0;
	border			:	5px solid #ddd;
}
	#info_area{
		display			:	none;
	}
		#info_window{
			width			:	300px;
			height			:	70px;
		}
			#info_window h1{
				font-size		:	1.2em;
				font-weight		:	bold;
				margin			:	0;
			}
			#info_window p{
				margin			:	0;
				line-height		:	1.4em;
			}



}