@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:	http://www.dabhand.co.jp/
File name:	layout_about.css
Summary:	base styles
Created:	2010-4-1
Last update:	2015-4-21 by Sadaoka
Author:	Sadaoka
Copyright:	(C) 2010 dabhand Inc.
--------------------------------------------------------------- */

/* ABOUT（会社概要） */
/* ------------------------------------------------------------ */
.frame {
	width: 390px;
	margin-left: 25px;
	margin-right: 10px;
}

.frame table {
	width: 390px;
	empty-cells: hide;
	border-collapse: collapse;
	border: 5px #f2ecd9 solid;
}

.frame th {
	text-align: left;
	font-size: 100%; /* 標準で12pt相当 */
	vertical-align: top;
	font-weight: normal;
	white-space: nowrap;
	padding: 5px 0px 5px 10px;
}

.frame td {
	color: #646464;
	text-align: left;
	font-size: 100%; /* 標準で12pt相当 */
	vertical-align: middle;
	width: 300px;
	padding: 5px 10px 5px 0px;
}

.w380 {
	width: 380px;
	margin-left: auto;
	margin-right: auto;
}

.arrow2 {
	background: url(../images/arrow2.gif) left center no-repeat;
	line-height:20px;
	height:20px;
	padding: 0px 0px 0px 10px;
}

.frame2 {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
}

.frame2 table {
	width: 100%;
	empty-cells: hide;
	border-collapse: collapse;
	border-bottom: 1px #e6e6e6 solid;
}

.frame2 th {
	font-size: 100%; /* 標準で12pt相当 */
	font-weight: normal;
	vertical-align: middle;
	white-space: nowrap;
	width: 5%;
	padding: 5px 10px;
	border-bottom: 1px #e6e6e6 solid;
}

.frame2 td {
	color: #646464;
	text-align: left;
	font-size: 100%; /* 標準で12pt相当 */
	vertical-align: middle;
	width: 90%;
	padding: 5px 10px;
	border-bottom: 1px #e6e6e6 solid;
}

.frame2 .txt_right {
	text-align: right;
}