/* CSS Document */
html {
	min-height: 100%;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
}
h1 {
	padding: 0;
	margin: 0;
}
header {
	width: 100%;
	height: 42px;
	text-align: left;
	color: #FFF;
	background-color: #03C;
	border-bottom: 1px solid #000;
}
footer {
	width: 100%;
	text-align: center;
	color: #FFF;
	background-color: #03C;
	height: 20px;
	padding-top: 5px;
	clear: both;
}
main {
	min-height: 700px;
}
#title {
	margin: 5px 0px 0px 10px;
	padding: 0;
	cursor: pointer;
	float: left;
}
#logout {
	margin: 12px 12px 0px 0px;
	cursor: pointer;
	float: right;
}
#logout:hover {
	color: #F69;
}
sidemenu {
	background: #CCC;
	width: 470px;
	height: 90vh;
	float: left;
	padding-top: 10px;
	overflow: scroll;
}
sidemenu2 {
	float: right;
	padding-top: 10px;
}
.address {
	font-size: 20px;
	margin: 0px 10px 0px 10px;
}
address a {
	display: block;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	margin: 0px 10px 0px 10px;
	padding: 1px 0px 0px 5px;
	background-color: #FFF;
}
address a:hover {
	background-color: #9F9;
	cursor: pointer;
}
contents {
	margin: 0px;
	float: left;
}
templates {
	margin: 0px;
	float: left;
	padding: 20px;
	border: 1px solid #000;
}
input_templates {
	margin: 0px;
	padding: 0px;
	float: left;
	border: 1px solid #000;
}
input_templates input, input_templates select {
	border: none;
	background-color: #FFC;
	margin: 0px;
	padding: 0px;
	
}
input_templates input:focus {
	background-color: #9FC;
}
input_templates .date {
	width: 135px;
	font-size: 14px;
}
input_templates .address {
	width: 400px;
	font-size: 16px;
}
input_templates .honorific {
	width: 50px;
	font-size: 16px;
	color: red;
}
input_templates .subject {
	width: 400px;
	font-size: 16px;
}
input_templates .line_name {
	width: 100px;
	font-size: 14px;
}
input_templates .product {
	width: 337px;
	font-size: 14px;
}
input_templates .unit_price {
	text-align: right;
	width: 80px;
	font-size: 14px;
}
input_templates .count {
	text-align: right;
	width: 49px;
	font-size: 14px;
}
input_templates .unit {
	text-align: right;
	width: 49px;
	font-size: 14px;
}
input_templates .unit_total {
	text-align: right;
	width: 80px;
	font-size: 14px;
}
input_templates .input_subtotal {
	text-align: right;
	width: 80px;
	font-size: 14px;
}
input_templates .tax {
	text-align: right;
	width: 30px;
	font-size: 14px;
}
input_templates .input_tax {
	text-align: right;
	width: 80px;
	font-size: 14px;
}
input_templates .input_total {
	text-align: right;
	width: 80px;
	font-size: 14px;
}
input_templates .text {
	width: 700px;
	font-size: 14px;
}
input_templates #regist_button {
	font-size: 20px;
	color: #FFF;
	background-color: #F36;
	width: 130px;
	height: 50px;
	cursor: pointer;
	margin-top: 10px;
}
#items {
	background-color: #FFF;
	width: 430px;
	margin: 5px 10px 10px 10px;	
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#items td {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	padding: 1px 5px 0px 5px;
}
#items tr:hover {
	background-color: #9F9;
	cursor: pointer;
}
#lines {
	background-color: #FFF;
	width: 430px;
	margin: 5px 10px 10px 10px;	
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#lines td {
	border-top: 1px solid #999;
	padding: 1px 5px 0px 5px;
}
#lines tr:hover {
	background-color: #9F9;
	cursor: pointer;
}
#edit_button {
	cursor: pointer;
	color: #00F;
}
#del_button {
	cursor: pointer;
	color: #F00;
}
#type_change_button {
	cursor: pointer;
}
/*ボタンここから*/
.button {
	font-size: 18px;
	display: inline-block;
	width: 80px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	background-color: #999;
	color: #fff;
	margin: 0px 0px 10px 10px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:hover {
	background-color: #090;
}
.button-select {
	background-color: #090;
}
.button-select-red {
	background-color: #F36;
}
/*ボタンここまで*/
form {
	margin: 30px;
}
form input {
	font-size: 18px;
	width: 300px;
}
/*テンプレート*/
.default {
	font-size: 14px;
}
.default type {
	font-size: 24px;
	font-weight: bold;
}
.default kin {
	font-size: 20px;
	font-weight: bold;
}
.default address {
	font-size: 16px;
	font-weight: bold;
}
.default subject {
	font-size: 14px;
}
.default .total {
	border-bottom: 2px solid #AAA;
	font-size: 16px;
}
.default .underbar {
	border-bottom: thin solid #AAA;
}
.default .underbar2 {
	border-bottom: thin solid #333;
}
.gradient1 {//見積書
  width: 100%;
  background: linear-gradient(to right, #FFF 0%, #F77 100%);
}
.gradient2 {//請求書
  width: 100%;
  background: linear-gradient(to right, #FFF 0%, #59F 100%);
}
.gradient3 {//納品書
  width: 100%;
  background: linear-gradient(to right, #FFF 0%, #AFA 100%);
}
.gradient4 {//領収書
  width: 100%;
  background: linear-gradient(to right, #FFF 0%, #000 100%);
}
.default .line {
	margin-bottom: 10px;
}
.default .tanni {
	font-size: 12px;
}
.default .hyo {
	font-size: 12px;
	border-right: thin solid #AAA;
	border-bottom: thin solid #AAA;
}
.default .hyo td {
	border-top: thin solid #AAA;
	border-left: thin solid #AAA;
}

@media print {
body {
	-webkit-print-color-adjust: exact;
}
header, footer, sidemenu, sidemenu2, topmenu, filename {
	display: none;
}
contents {
	margin: 0px;
	padding: 0px;
	border: none;
}
templates {
	margin: 0px;
	padding: 0px;
	border: none;
}
}