﻿@CHARSET "UTF-8";

a { color: #0000cc;}

a:hover {
	text-decoration: none;
	color: #7878E1;
}

.mt10 { margin-top :10px;}
.mt20 { margin-top :20px;}
.alignL { text-align: left !important;}


.lead {
	font-weight: bold;
	font-size: 18px;
}

.border {
	border-top: 1px solid #DEDEDE;
	padding-top: 30px;
	margin-top: 20px;
}

.arrowR >a{
	background: url("../img/arrow.gif") no-repeat scroll 30px center;
	padding-left: 45px;
}


/* header */
body {
	background: #f8f8f8;
	width: 100%;
	height: 100%;
	font-family:'�q���M�m�p�S Pro W3','Hiragino Kaku Gothic Pro','���C���I',Meiryo,'�l�r �o�S�V�b�N',sans-serif;
}

h1 {
	font-size: 30px;
	color: #333;
}

div.tit {
	overflow: hidden;
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
div.tit >h1{
	float: left;
}

div.tit >p {
	float: left;
	margin: 15px 0px 0 30px;
	color: #8C8C8C;
}


div.contents{
 	position: relative;
  	height: auto !important;
  	height: 100%;
  	min-height: 100%;
	padding-bottom: 100px;
}

div.wrapper2{
	margin-top: 30px !important;
	text-align: center;
}

div.wrapper2 >input {
	margin-top: 30px;
}

div.wrapper,div.wrapper2{
	width: 900px;
	margin: 0px auto;
	background: #FFF;
	padding: 15px 30px 30px 30px;
	border: 1px solid #EDEDED;
	box-shadow: 0px 1px 5px #EDEDED;
}


#header_login  {
	height: 40px;
	border-bottom: 6px solid #333;
	padding: 2em 0 1em 0;
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
}

#header {
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
}

.headerWrap{
	overflow: hidden;
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	padding: 8px 0;
}

.headerWrap >p{
	text-align: center;
}

.headerWrap >p.logo{
	margin: 10px 0 0 5px;
	text-align: left;
	float: left;
}

.headerWrap >p.user{
	float: right;
	margin-right: 20px;
	font-weight: bold;
	font-size: 14px;
	margin: 15px 25px 5px 0;
}

#menubar {
	text-align: right;
	border: 1px solid black;
	margin-bottom: 1em;
	background-color: #333;
	padding: 5px 10px;
}

.menubarWrap {
	overflow: hidden;
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

.menubarWrap input:first-child{
	margin-left: 30px;
}

/* btn */
#login,input {
	padding: 8px 10px;
	width: 120px;
}

input {
	cursor: pointer;
}

#menubar .menubarWrap >a:first-child{
	border-left: 1px solid #727272;
}

#menubar .menubarWrap >a{
	font-size: 12px;
	padding: 5px 10px;
	width: 115px;
	text-align: center;
	border-right: 1px solid #727272;
	display:block;
	float: left;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	box-shadow: 2px 0px 0px #000;
}

#menubar .menubarWrap >a:hover{
	background: #5F5F5F;
}

.menubarWrap .logout{
	font-size: 14px !important;
	display: block;
	float: right !important;
	margin-right: 20px;
	margin-top: 1px;
	padding: 5px 0;
	width: 85px !important;
	background: #CCC;
	text-align: center;
	border-radius: 3px;
	color: #333 !important;;
	text-shadow: 0px 1px 0px #FFF !important;
}
.menubarWrap a:hover.logout{
	background: #EAEAEA !important;
}



/* cont */
#password { cursor: auto;
}
#login {
	margin: 10px 0;
}
.loginBlock{
	width: 360px;
	margin: 100px auto;
	padding: 50px;
	background: #FFF;
	border: 1px solid #EDEDED;
    	box-shadow: 0px 1px 5px #EDEDED;
}

form .loginBlock >p{
	margin-top: 0;
}
form .loginBlock .inputItem input {
	width: 100% !important;
}

.loginBlock >p,#request >p{
	margin-bottom: 30px;
	margin-top: 4em;
	text-align: center;
}

.inputItem select {
	cursor: pointer;
	padding: 8px;
}

/* error */
.errorMsg {
	border: 1px solid red;
	margin-bottom: 1em;
	padding: 7px 10px;
}
.errorMsg > ul > li {
	color: red;
}

.errWrap {
	color: red;
}

.inputRow {
	margin-bottom: 0.2em;
	padding: 0.5em;
}
.necessary {
	padding: 1px 5px;
	font-size: 13px;
	background-color: red;
	color: white;
	font-weight: bold;
	display: inline-block;
}
.inputLabelName {
	font-size: 14px;
	color: #3a3a3a;
	display: inline-block;
	font-weight: bold;
}
.inputLabel {
	margin-bottom: 5px;
}
.inputItem input{
	padding:5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) inset;
	font-size: 15px;
	width: 50% !important;
	background: #FFF;
}

.inputItem.compare input{
	padding: 8px 0;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	width: auto;
}

.inputItem input[type='text']{
	cursor: auto;
	padding: 5px;
}

.inputItem textarea {
	padding:5px;
	border: 1px solid #CCC;
	border-radius: 3px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) inset;
}

.commandBlock {
	overflow: hidden;
	margin: 20px auto 0 auto;
	width: 810px;
}

.commandBlock >a:first-line{
	margin-left: 0px;
}

.commandBlock >a{
	display: block;
	text-align: center;
	width: 238px;
	height: 160px;
	border: 2px solid #CCC;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 5px;
	border-radius: 3px;
}
.commandBlock >a:hover{
	border: 2px solid #333;
}

.commandBlock >a.cont01,
.commandBlock >a.cont02,
.commandBlock >a.cont03,
.commandBlock >a.cont04,
.commandBlock >a.cont05,
.commandBlock >a.cont06  {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.commandBlock >a.cont01{
	background: url("../img/icon01.gif") no-repeat center 74px #FFF;
}

.commandBlock >a.cont02{
	background: url("../img/icon02.gif") no-repeat center 74px #FFF;
}
.commandBlock >a.cont03{
	background: url("../img/icon03.gif") no-repeat center 74px #FFF;
}

.commandBlock >a.cont04{
	background: url("../img/icon04.gif") no-repeat center 74px #FFF;
}

.commandBlock >a.cont05{
	background: url("../img/icon05.gif") no-repeat center 74px #FFF;
}

.commandBlock >a.cont06{
	background: url("../img/icon06.gif") no-repeat center 74px #FFF;
}

.commandBlock >a >.commandRow{
	margin-top: 20px;
}



.commandBlock >.commandRow >input {
	margin-top: 115px;
	padding: 13px 10px;
	width: 170px;
}

.commandRow {
	text-align: center;
	overflow: hidden;
}

/* DB選択画面用 */
.commandBlock2 {
	overflow: hidden;
	margin: 20px auto 0 auto;
	width: 810px;
}

.commandBlock2 >a:first-line{
	margin-left: 0px;
}

.commandBlock2 >a{
	display: block;
	text-align: center;
	width: 350px;
	height: 160px;
	border: 2px solid #CCC;
	margin:30px auto;
	padding: 5px;
	border-radius: 3px;
}
.commandBlock2 >a:hover{
	border: 2px solid #333;
}

.commandBlock2 >a.cont07,
.commandBlock2 >a.cont08  {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.commandBlock2 >a.cont07{
	background: url("../img/icon07.png") no-repeat center 74px #FFF;
}

.commandBlock2 >a.cont08{
	background: url("../img/icon08.png") no-repeat center 74px #FFF;
}

.commandBlock2 >a >.commandRow{
	margin-top: 20px;
}

.commandBlock2 >.commandRow2 >input {
	margin-top: 115px;
	padding: 13px 10px;
	width: 170px;
}

.commandRow2 {
	text-align: center;
	overflow: hidden;
}

/* DB選択画面ここまで */

.resultText {
	text-align: center;
	font-weight: bold;
}

/* detail */
table,th,td,tr{
	margin: 0;
	padding: 0;
}

table.list {
	margin: 0 auto 30px auto;
	width: 100%;
	padding: 0;
	border-top: 1px solid #B9B9B9;
	border-left: 1px solid #B9B9B9;
	border-right: 1px solid #B9B9B9;
}

table.list tr{
	border-bottom: 1px solid #CCC;
}

table.list th{
	background-color: #EDEDED;
	border-bottom: 1px solid #B9B9B9;
	padding: 8px 15px;
	width: 23%;
	text-align: left;
	font-size: 14px;
	color: #3A3A3A;
	font-weight: bold;
}

table.list td{
	border-bottom: 1px solid #B9B9B9;
	padding: 8px 15px;
}


#csvexport{
	float: right;
	clear: right;
}

#excelexport{
	float: right;
	clear: right;
}

#row_count{
	margin: 10px 25px;
	font-weight: bold;
	float: left;
	clear: left;
}

#deletecheck{
	width: 50px;
}

div.inputRow.check .inputItem input{
	width: auto !important;
}


/* footer */
#footer {
	width: 100%;
	font-size: 13px;
	height: 2em;
	line-height: 2em;
	margin-top: 1em;
	background-color: #EDEDED;
	text-align: center;
	color: #AEAEAE;
	text-shadow: 0 1px 0 #FFF;
}


.view_th{
	font-size: 13px;
	color: #3A3A3A;
	text-decoration: none;
}


.sort_img{
	width: 13px;
	margin-left: 2px;
	vertical-align: middle;
	text-align: center;
	color: #337ab7!important;
}

.tataoldisp {
	font-weight: bold;
	font-size: 0.9em;
}
