@charset "utf-8";
/* CSS Document */

/*===== 共通スタイル ===========================================*/

div#member_form{
	padding:20px;
}
.admin1{
	width:620px;
}


/*===== リード一覧 / コスト編集 ===========================================*/

.updateCost {
	position: relative;
	cursor: pointer;
	text-align: center;
}
.updateCost:hover {
	background: #eee;
}
.updateCost .modalForm {
	position: absolute;
	top: -60px;
	left: -50%;
	padding: 5px;
	background: #f5f5f5;
	border: 3px solid #4ac;
	text-align: center;
}
.updateCost .modalForm input {
	display: inline-block;
	margin: 0 5px;
	text-align: center;
}
.updateCost .modalForm span {
	position: absolute;
	right: -24px;
	top: -3px;
	padding: 0 5px;
	color: #fff;
	background: #333;
	opacity: 0.7;
}
.updateCost .modalForm span:hover {
	opacity: 1.0;
}
.updateCost .modalForm p {
	position: absolute;
	left: 30px;
	bottom: -35px;
	font-size: 30px;
	color: #4ac;
}
.enq_data {
	width: 200px;
}
.enq_data span {
	display: block;
	font-size: 10px;
}
.enq_data span:before {
	content: "・";
}
#graphData .btnList {
	margin: 10px 0;
}
#graphData .btnList li {
	display: inline-block;
}
#graphData .btnList .year {
	color: #1A237E;
	font-size: 16px;
	font-weight: bold;
}
#graphData .btnList .btn {
	padding: 5px 10px;
	font-weight: bold;
	color: #fff;
	background: #1A237E;
	border-radius: 4px;
	text-decoration: none;
}
#graphData .subTit {
	margin: 50px 0;
	font-weight: bold;
	font-size: 30px;
	color: rgba(217,36,146,1.0);
}



/********************おしらせ****************************/
#headTopicsBox {
	position: absolute;
	top: 10px;
	right: 10px;
}
#headTopicsBox h2 {
	padding: 2px;
	background: rgba(255,255,255,0.5);
	color: #fff;
	text-align: center;
}
#headTopicsBox .item {
	display: inline-block;
	max-width: 300px;
	max-height: 50px;
	padding: 10px;
	font-size: 10px;
	color: #fff;
	background: rgba(0,0,0,0.2);
	vertical-align: top;
	overflow: hidden;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
#headTopicsBox .item:hover {
	background: rgba(0,0,0,0.7);
	max-height: 1000px;
}
#headTopicsBox .item a {
	color: #FFECB3;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#headTopicsBox .item .detailLink {
	display: block;
	max-width: 280px;
}
#headTopicsBox .item .companyLink {
	display: inline-block;
	max-width: 160px;
	color: #fff;
	vertical-align: middle;
}
#headTopicsBox .item a:hover {
	color: #f90;
}


/*****************************************************
	管理者ログイン
*******************************************************/
#admin {
	height: 100%;
	position: relative;
}
#admin .middleBox {
	display: table;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 90%;
	max-width: 600px;
	padding: 5%;
	text-align: center;
	box-shadow: 0 0 10px #bbb;
	box-sizing: border-box;
	border-radius: 4px;
}
#admin #adminLoginForm {
	margin: 0;
}
#admin #adminLoginForm .item {
	padding: 10px 0;
	box-sizing: border-box;
	width: 100%;
}
#admin #adminLoginForm .item input {
	width: 100%;
    height: 40px;
    font-size: 16px;
}
#admin #adminLoginForm .item label {
	display: inline-block;
	width: 40%;
	min-width: 110px;
	text-align: left;
}
#admin #adminLoginForm .item .submit {
	display: inline-block;
	width: 100%;
    height: 50px;
	padding: 5px 20px;
    background-color: #71AF42;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
}
#admin #adminLoginForm .item .submit:hover{
    background-color: #81BF52;
}
