
/* 共通のスタイル
--------------------------------------------------------------------------*/

body, html {
	font-size: 12px;
	font-family: "Helvetica Neue",Helvetica,Arial,"メイリオ",sans-serif
}

body {
	padding-top: 50px;
}

.navbar-default .navbar-brand {
  color: black;
}

.radio input {
	margin-top: 1px;
}

.radio-v input {
	margin: 5px;
}

.radio-v label {
	vertical-align: middle;
}

.checkbox-large {
	width: 20px;
	height: 20px;
}
.table1 {
	border: 10px solid silver;
}

.table1 tr th {
	border-bottom: 3px solid silver;
}

td {
	word-wrap: break-word;
	vertical-align: top;
}

th {
	text-align: center;
}

.daiin-box {
	margin: 10px;
	padding: 10px;
	font-size: 20px;
	height: 50px;
	border: 1px dashed silver;
}

.positioning {
	padding-top: 110px;
	margin-top: -110px;
}

.nav-footer {
	margin-top: 20px;
	padding: 10px 0px;
	color: #999;
	text-align: left;
	background-color: #F9F9F9;
	border-top: 1px solid #E5E5E5;
}

@media print {

  a[href]:after {
    content: ""!important;
  }

  abbr[title]:after {
    content: ""!important;
  }

  body {
    padding-top: 0 !important;
  }

}


/* index
--------------------------------------------------------------------------*/

h1 {
	text-align: center;
}

.credit-table-block {
	margin: 5px;
	width: 1060px;
}

.credit-table-block subtitle {
}

.credit-table-block table {
	width: 100%;
	table-layout: fixed;
}

.credit-table-block table th {
	text-align: center;
	padding: 5px 2px;
	border-top: 3px solid silver;
	border-bottom: 3px solid silver;
	border-right: 1px solid silver;
}

.credit-table-block table .col {
	height: 20px;
	padding: 5px;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
}

.credit-table-block table .sep {
	border-bottom: 3px solid silver;
}

.credit-table-block table .col1 {
	border-left: 3px solid silver;
	text-align: center;
	vertical-align: middle;
}

.credit-table-block table td.col1 {
	font-size: 14px;
}

.credit-table-block table .col3,
.credit-table-block table .col4,
.credit-table-block table .col5,
.credit-table-block table .col8,
.credit-table-block table .col9 {
	text-align: center;
}

.credit-table-block table .col7 {
	border-right: 0;
}

.credit-table-block table .col8 {
	width: 15px;
}

.credit-table-block table .col10 {
	border-right: 3px solid silver;
	text-align: center;
}

.credit-table-block table .col11 {
	border: 0;
}

.credit-table-block table .sum {
	height: 10px;
	padding: 5px 2px;
	border: 0;
}

.credit-table-block table .scol2,
.credit-table-block table .scol7 {
	text-align: right;
}

.credit-table-block table .scol3,
.credit-table-block table .scol9 {
	border: 1px solid silver;
	text-align: center;
}

.credit-table-block table .scol5,
.credit-table-block table .scol11 {
	text-align: center;
}

.credit-table-block table .gcol2,
.credit-table-block table .gcol7 {
	text-align: right;
}

.credit-table-block table .gcol3,
.credit-table-block table .gcol9 {
	border: 3px solid silver;
	text-align: center;
}

.credit-table-block table .gcol5,
.credit-table-block table .gcol11 {
	text-align: center;
}

.credit-table-block .message01 {
	color: red;
	margin: 5px 80px 5px 300px;
	padding: 10px;
	border: 2px solid silver;
}

.credit-table-block .message02 {
	margin: 5px 80px 5px 300px;
	padding: 10px;
	border: 2px dashed silver;
}

.private_info {
	margin-top: 20px;
	margin-bottom: 20px;
}

.private_info table.block2 {
	width: 1030px;
	border-top: 3px solid silver;
	border-left: 3px solid silver;
}

.private_info table.block2 .block2-col {
	padding: 5px;
	border-right: 3px solid silver;
	border-bottom: 3px solid silver;
}

/* input kamoku
--------------------------------------------------------------------------*/

.input-kamoku {
	width: 600px;
	margin: auto;
}

.input-kamoku .main table {
	margin: 15px;
}

.input-kamoku .main td {
	border: 1px solid silver;
	padding	: 5px;
}

.input-kamoku .main td:first-child {
	width: 200px;
}

.input-kamoku .main td .td2 {
	width: 400px;
}

.input-kamoku .main .text1 {
	width: 400px;
}

.input-kamoku .main .text2 {
	width: 50px;
}

.input-kamoku .main .text3 {
	width: 400px;
	height: 100px;
}

.input-kamoku .main .text4 {
	width: 400px;
	height: 57px;
}

.input-kamoku .main select {
	width: 400px;
}

.input-kamoku .main div.notice {
	margin-top: 5px;
}

.input-kamoku .footer {
	margin: 15px;
}

.input-kamoku .other_kikan {
	margin: 0 15px;
	padding: 0;
}

.input-kamoku .other_kikan label {
	margin-left: 5px;
	vertical-align: middle;
	font-size: 12px;
}

.input-kamoku .main .other_kikan table {
	margin: 0;
}

.input-kamoku .main .other_kikan td {
	vertical-align: top;
}


.error-message {
	margin-top: 5px;
	color: red;
}

.input-kamoku .message {
	color: red;
	margin: 15px;
	padding: 5px;
	width: 555px;
	border: 2px solid silver;
}

