/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

object, embed {
	vertical-align: top;
}

legend {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

img, abbr, acronym, fieldset {
	border: 0;
}


body {
	-webkit-text-size-adjust: 100%; /* iOSで自動で文字の大きさを調整しようとするのを防ぐ */
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 14px;
}

#wrapper {
	width: 1000px;
	/*margin: 0 auto;*/
	margin: 0 0 0 60px;
}


section {
	/*padding-bottom:20px;*/
	padding-bottom:40px;
	display:block;
	clear:both;
}

.sec2 {
	padding-bottom:50px;
}

h1 {
	font-size: 1.7em;
	-moz-text-align-last: justify;
	text-align-last: justify;
	text-align: center;
	width: 130px;
	margin: 10px auto;
}

.under {
	border-bottom: double 6px #666;
}

#kokyaku {
	width:450px;
	float:left;
	margin-bottom:10px;
}

.jyusho {
	overflow: hidden;
	height: 3.0em;
}

.name {
	font-size:1.2em;
	overflow: hidden;
	height: 3.0em;
}

.comment {
	overflow: hidden;
	height: 3.0em;
}


#r_wrap {
	width:550px;
	float:left;s
}

.insi {
	width:75px;
	float:left;
	height:65px;
	border:1px dashed #aaa;
	margin:10px;
	text-align:center;
	font-size:0.8em;
	padding-top:25px;
}

.insi2 {
	width:75px;
	float:left;
	height:65px;
	border:none;
	margin:10px;
	text-align:center;
	font-size:0.8em;
	padding-top:25px;
}

#company {
	float:left;
	display:block;
	/*padding-left:5px;*/
}

.c_jyusho {
	font-size:1.2em;
}
	
.c_name {
	font-size:1.4em;
	/*margin-left:100px;*/
	margin-left:170px;
}
	
.c_num {
	/*margin-left:100px;*/
	margin-left:170px;
}
	
.seal {
	width:75px;
	float:left;
	/*margin:30px 10px 10px 10px;*/
	margin:20px 10px 10px 15px;
}


table {
	width: 100%;
	border: 2px solid #aaa;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 6px;
	overflow: hidden;
	text-align:center;
}

table thead th, table tbody th, table tbody td {
	/*padding: 0.2em;*/
	padding: 0.1em;
	border-bottom: 1px solid #aaa;
}

table thead th {
	background-color: #ddd;
	text-align: center;
	/*font-size: 1.2em;*/
	font-size: 1.0em;
}

table tbody th {
	background-color: #ddd;
	text-align: center;
	/*font-size: 1.2em;*/
	font-size: 1em;
	border-left:1px solid #aaa;
}

table thead th + th, table tbody td {
	border-left: 1px solid #aaa;
	font-size: 1.1em!important;
}

table tbody tr:last-child th, table tbody tr:last-child td {
	border-bottom: none;
}


table.type2 {
	width: 430px;
	float:left;
	border: 2px solid #aaa;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 6px;
	overflow: hidden;
	text-align:center;
	margin-bottom:10px;
	margin-left:5px;
}

table.type2 thead th, table.type2 tbody th, table.type2 tbody td {
	padding: 0;
	border-bottom: 1px solid #aaa;
	line-height:2;
}

table.type2 thead th {
	background-color: #ddd;
	text-align: center;
	font-size: 1em;
}

table.type2 tbody th {
	background-color: #ddd;
	text-align: center;
	font-size: 1.2em;
	border-left:1px solid #aaa;
}

table.type2 thead th + th, table.type2 tbody td {
	border-left: 1px solid #aaa;
}

table.type2 tbody tr:last-child th, table.type2 tbody tr:last-child td {
	border-bottom: none;
}


table.type3 {
	width: 110px;
	float:right;
	margin-left:5px;
}

table.type3 tbody th {
	background-color: #ddd;
	text-align: center;
	font-size: 1em;
	line-height:1.9;
}

table.type3 tbody td {
	width:50px;
}

table.type4 {
	width: 100%;
	border: 1px solid #aaa;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 6px;
	overflow: hidden;
	text-align:center;
	margin-top:3px;
}

table.type4 tr td {
	padding:5px 2px;
}

.l_text {
	text-align:left;
	float:left;
}

.r_text {
	text-align:right;
	float:right;
}
