@charset "shift_jis";

@import url(../css/basic.css);
@import url(../css/common.css);

/* ====================================================================

   Style Info: 会社案内
 
==================================================================== */

/* ---------------------------------------------
   コンセプト
--------------------------------------------- */

.concept {
	background:url(image/cut01.png) no-repeat center top;
	min-height:210px;
	}

.concept p img { margin-top:20px; margin-bottom:25px; }
	

/* ---------------------------------------------
   会社概要
--------------------------------------------- */

.overview { padding-top:5px; padding-bottom:13px; }

.overview table { width:100%; }

.overview th.start,
.overview td.start { border-top:1px solid #b9b9b9; }

.overview th {
	width:22%;
	background-color:#e6e6e6;
	border-bottom:1px solid #b9b9b9;
	border-right:1px solid #cbcbcb;
	border-top:1px solid #f0f0f0;
	padding:15px;
	vertical-align:top;
	text-align:left;
	}

.overview td {
	background-color:#f5f5f5;
	border-bottom:1px solid #b9b9b9;
	border-top:1px solid #fff;
	padding:15px;
	vertical-align:top;
	}

.overview td ul { margin-left:16px; margin-bottom:2px; }


