/*
 * Copyright(c) 2009 limitlink,Inc. All Rights Reserved.
 * http://limitlink.jp/
 * 文字コードUTF-8
 */

body {
	margin: 0px auto;
	padding: 0px;
	line-height: 135%;
	font-size: 14px;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	min-width: 370px;/*600*/
	max-width: 1500px;/*1280*/
    background: #ddd;
}

input, textarea, select {
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
  input.otherbtn {
	background: #969696;
    color: #fff;
    font-weight: bold;
    padding: 8px 3px;
    border: none;
    border-radius: 4px;
}
input[type="submit"],
.input_submit, .input_clear, .input_reset {
    margin: 0 4px;
    padding: 4px 6px;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #fff;
    background: #0079a4;
    font-weight: bold;
}
.input_clear, .input_reset {background: #7f7f7f;}
.input_reset {
    margin: 0 4px;
    padding-block: 1px;
    padding-inline: 6px;
}

form, ul, ol, li, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

li {
	list-style-type: none;
	white-space: nowrap;
}

table {
	margin-bottom: 5px;
	border: 0px;
}

th {
	padding: 0px;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
}

td {
	padding: 0px;
	vertical-align: top;
}

p, .paragraph {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

a:link, a:visited, a:active {
	color: #00f;
	text-decoration: none;
}

a:hover {
	color: #29f;
	text-decoration: underline;
}

.operator {
	color: #00f;
	cursor: pointer;
}

.operator:hover {
	color: #29f;
	text-decoration: underline;
}

.clearer {
	clear: both;
	font-size: 0px;
}

.header {
	/*border-top: 5px solid #57d;*/
}

.headertitle {
	float: left;
	padding: 7px 0px 8px 0;
}

.headerright {
	text-align: right;
	padding: 7px 20px 10px 0px;
}

.headerright a:link, .headerright a:visited, .headerright a:active {
	margin-left: 7px;
	color: #333;
	font-size: 12px;
}

.headerright a:hover .headerright a.current:link, .headerright a.current:visited, .headerright a.current:active {
	color: #09e;
}
.headerright a img {max-height: 18px;}

.footer {
	margin-top: 20px;
	padding: 0px;
	font-size: 12px;
    border-top: 3px solid #5477dd;
}

.container {
	clear: both;
	margin-top: 10px;
	padding: 5px 8px 20px 8px;
	background: #fafafa;
}

.content {
	width: 100%;
	clear: both;
}

.wrapper {
	width: 100%;
}

h1 {
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 3px 0px;
	color: #fff;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	background: #174556;
	border-radius: 5px;
}

h2 {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	font-size: 16px;
	font-weight: bold;
}

.searchform {
	float: right;
	max-width: 100%;
	padding-bottom: 10px;
}
	.searchform .inputsearch {}
	.searchform .input_submit {}
	.searchform .input_reset {}

.error {
	padding-bottom: 5px;
	color: #f00;
}

.list {
	width: 100%;
	clear: both;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.list th {
	padding: 3px 5px 3px 10px;
	text-align: left;
	background-color: #f2f2f2;
	background-image: url(../images/listheader.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #999;
}

.list td {
	padding: 3px 5px 3px 10px;
	border-bottom: 1px solid #e1e1e1;
}
  .list tr:nth-child(even) {
	background: #f1f1f2;
  }

.list th a:link, .list th a:visited, .list th a:active {
	color: #333;
}
.list td .list_link_detail {
    background: #0088c4;
    border: 1px solid #666;
    border-radius: 3px;
    padding: 1px 2px;
    font-size: 12px;
    color: #fff !important;
}
.list td .list_link_detail:hover {background: #d6880f;}

th.listcheck, td.listcheck {
	width: 20px;
	padding: 3px 0px 3px 3px;
}

th.listlink, td.listlink {
	width: 40px;
	padding: 3px 5px 3px 5px;
	white-space: nowrap;
}

.visited td a:visited {
	color: #606;
}

.sortby {
	padding-left: 5px;
	font-size: 12px;
}

.pagination {
	margin-top: 8px;
    padding: 5px 0px;
    text-align: center;
    background: #f1f1f1;
    border-top: 2px solid #8e8e8e;
    font-size: 15px;
}
.pagination a {color: #008ec0;}
.separator {
	padding: 0px 5px ;
	color: #aaa;
}

.unlink {
	color: #bbb;
}

.right, th.right {
	text-align: right;
}

.view {
	width: 700px;
	clear: both;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

.view th {
	width: 120px;
	padding: 3px 5px 3px 5px;
	text-align: left;
	font-weight: 600;
	background-color: #eee;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.view td {
	padding: 3px 5px 3px 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	word-break: break-all;
}

.property {
	padding-top: 20px;
}

.form {
	clear: both;
	padding: 5px;
	background: #fafafa;
	    width: 100%;
}

.form th {
	width: 120px;
	padding: 3px 0px 3px 0px;
	text-align: left;
	font-weight: bold;
}

.form td {
	padding: 3px 0px 3px 0px;
}

.formlist {
	clear: both;
	vertical-align: middle;
}

.formlist th {
	padding: 3px 10px 3px 0px;
	text-align: left;
}

.formlist td {
	padding: 3px 10px 3px 0px;
}

.form input, .form textarea, .form select {background: #fdf7f3; border-radius:2px;}
	.form textarea {width: 100%; max-width: 700px; padding: 0.4em;}

.submit {
	padding: 10px 0px 5px 0px;
	max-width: 800px;
	text-align: center;
}
	/*.submit input[type="submit"] {padding: 8px 2em;}
	.submit input[type="button"] {padding: 8px 0.5em;}
*/

	.submit input {padding: 8px 2em;}
	.submit input[type="button"] {padding: 6px; border: 1px solid #ccc; border-radius: 4px;}

.necessary {
	margin-left: 5px;
	color: #f00;
	font-size: 10px;
}

.inputnumeric {
	width: 70px;
}

.inputalpha {
	width: 150px;
}

.inputvalue {
	width: 300px;
}

.inputtitle, .inputcomment, .inputfile {
	width: 500px;
}
.inputcomment {
	min-height: 14em;
}

.inputsearch {
	width: 220px;
}

.die {
	width: 400px;
	clear: both;
	margin: 100px auto 100px auto;
	padding: 40px;
	color: #f00;
	background-color:#fdd;
	border: 1px solid #f00;
}

/***********************************************/

@media screen and (max-width: 566px) {



	.searchform .inputsearch {max-width: 64%}
	.searchform .input_submit,
	.searchform .input_clear,
	.searchform .input_reset {margin:0 1px; padding:4px 1px; max-width: 12%; font-size: 12px;}
	.searchform .input_reset {padding: 2px;}


}