@charset "UTF-8";
/*
===============================================================================
| 			corner 
===============================================================================
*/

/*common*/
div.contents div.inner div.footer{
	margin-top: 30px;
	border:1px solid;
}

/*profile*/

div.contents#profile table.line td,div.contents#profile table.line th{
	border-right:none;
	padding-left: 10px;
}

/*location*/
div.contents#location div.map{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
	margin-top: 3px;
}
div.contents#location table.layout{
	width:100%;
}
div.contents#location table.layout td{
	width: 50%;
	padding:0 5px 30px 0;
}
div.contents#location table.layout th{
	width: 50%;
}

/*business*/
div.contents#business table.line{
	margin-bottom: 20px;
}
div.contents#business table.line th{
	white-space: nowrap;
	width: 40%;
}
div.contents#business table.line td{
	width: 60%;
}
div.contents#business div.illust{
	border-top: 1px solid #cccccc;
	padding: 10px 0 30px 0;
}
