﻿@charset "UTF-8";

html {
	font-family: sans-serif;
}
html * {
	box-sizing: border-box;
}
body {
	margin: 0 5 0 0;
	background-color: #e8fae8; 
}
.wrapper {
	margin: 0 auto 0 auto;
	max-width: 960px;
}
h2 {
	color: #3f5170;
	font-size: 22px;
	border-bottom: 2px dotted #3f5170;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
p {
	line-height: 1.6;
}
a:link {
	color: #d25833;
}
a:visited {
	color: #d25833;
}
a:hover {
	color: #e3937a;
}
a:active {
	color: #ff6a3b;
}
.logo {
	margin: 50px 0 40px 0;
	line-height: 0;
	text-align: center;
}

/* 仕訳用設定 */
form div {
	padding: 1px;
/*	border-bottom: 1px dashed #bec2c7; */
}
select {
	font-size: 16px;
	width: 7em;
}
input[type="text"] {
	font-size: 16px;
	width: 6em;
}
textarea {
	font-size: 16px;
	width: 30em;
	height: 4em;
}
textarea.ta2big {
	font-size: 16px;
	width: 30em;
	height: 5.0em;
}
textarea.ta2shrt {
	font-size: 16px;
	width: 30em;
	height: 2.8em;
}
input[type="submit"] {
	margin: 10px 0;
	width: 10em;
}
