
/* 会社情報
-----------------------------------------*/
#greeting{
	position:relative;
}

#greeting #coaster{
	position:absolute;
	bottom:0;
	right:0;
}

#greeting p{
	padding-right:400px;
	text-align:left;
}

#greeting p span{
	font-size:140%;
	font-weight:bold;
	margin-bottom:10px;
	display:block;
}

#overview table{
	margin-top:30px;
}

#overview th,#overview td{
	padding:12px 15px;
	border:solid 1px #ccc;
}

#overview th{
	background-color:#f4f4f4;
	width:25%;
}

@media screen and (max-width:1000px) {		/*タブレット用CSS*/
#greeting #coaster{
	width:250px;
	top:150px;
	bottom:inherit;
}

#greeting p{
	padding-right:270px;
}
}

@media screen and (max-width:736px) {		/*タブレット用CSS*/
#greeting{
	text-align:center;
}

#greeting #coaster{
	position:static;
	margin:0 auto;
	width:100%;
	max-width:380px;
}

#greeting p{
	padding-right:0;
}

#greeting p span{
	text-align:center;
}
}