@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : style.css
 Style Info : 会社概要ページのCSS
=================================================================== */

/***************************************
	main
***************************************/
/*** left-clm-sub ***/

/* tomobe-msg */
#left-clm-sub #tomobe-msg{
	margin: 0 auto;
	padding-top: 20px;
	width: 500px;
}
#tomobe-msg p{
	margin-bottom: 1em;
	text-indent: 1em;
}

/* general */
#left-clm-sub #general{
	margin: 0 auto;
	line-height: 3em;
}
#general th{
	text-align: right;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
#general td{
	padding-left: 2em;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
#general #care-detail{
	padding-left: 1em;
	list-style: circle;
	line-height: 2em;
}

/*** right-clm-sub ***/

#right-clm-sub #movie{
	margin-top: 20px;
}

#right-clm-sub #r-contents{
	margin: 20px;
}
#r-contents #president dd{
	margin: 0 auto;
	padding: 5px;
	font-size: 20px;
	width: 9em;
	text-align: center;
	border-top: 1px solid #f69;
	border-right: 10px solid #f69;
	border-bottom: 1px solid #f69;
	border-left: 10px solid #f69;
}

/*** sub-navi ***/
#main #sub-navi{
	padding: 0 0 20px 20px;
}
#sub-navi li{
	margin-left: 1em;
	float: left;
}
