@charset "UTF-8";

/*
メインカラー：#172987
サブカラー（背景など）：#52aef8


その他（ボタンの配色）
button_gray:#666
button_blue:#0081c5
button_red:#E70C00
button_green:#66a800
button_orange:#F98009
*/


/*管理画面のヘッダ、フッタ、
背景、右列、左列のスタイル、ボタンのスタイル */
body{
	color:#333;
	background-color:#eee;
	margin:0;
	padding:0;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
}
span.sub {
	font-size: 75.5%;
	position: relative;
}
p{
	margin:0px 1px 7px 1px;
}
a{
	color:#172987;
}
th {
	text-align: left;
}
.center {
	text-align: center;
}
h3 {
	font-size:16pt;
	line-height:18pt;
	margin:0;
	padding:0;
}

.pure-container{
	display:none;
}
/*ヘッダ*/
header{
	display:block;
	position:fixed;
	top:0;
	height:95px;
	width:100%;
	font-size:12px;
	background:rgba(255,255,255,0.7);
	font-weight:bold;
	z-index:99;
}

.header_contents{
	height:95px;
	width:1080px;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
	z-index:9;
}
.header_line{
	width:100%;
	background:#172987;
	color:#fff;
}
.header_text{
	display: block;
	width:1080px;
	padding:5px 0;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	text-align:left;
}
#wrapper{
	width:1080px;
	min-height:300px;
	background-color: transparent;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
#content{
	width:1080px;
	margin:0px auto 0 auto;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 2;
	min-height: 50px;
}
.top{
	display: block;
	margin:120px 10px 0px 0;
	text-align: left;
}
#sidebar_right{
	width: 220px;
	min-height:100%;
	margin:15px 10px;
	background-color:transparent;
	float: left;
	z-index:1;
}
#mainContent {
	margin:0 10px 0 0;
	margin-bottom:10px;
	width: 810px;
	float: left;
}
#mainContent_all {
	margin:0 auto;
	margin-bottom:10px;
	width: 100%;
}
.sidebar_block{
	margin:30px 0;
}
.blank{
	height:100px;
}
.form-wrapper {
	margin:0 auto;
	width:700px;
	margin-bottom:80px;
}
.login_logo{
	display: block;
	width:150px;
	margin:0 auto;
}
.login_box{
	display: table;
	position: relative;
	vertical-align: middle;
	width:700px;
	padding:20px;
}
.login_box:after{
	display: block;
	content:"";
	clear: both;
	height: 0;
}
.login_box div{
	display:block;
	vertical-align:middle;
}
.login_box .login_left{
	display: table-cell;
	width: 300px;
}
.login_box .login_right{
	display: table-cell;
	width: 300px;
}
.login_left div.title{
	display: block;
	color:#172987;
	font-size:24px;
	font-weight:bold;
	text-align: center;
	margin-top:5px;
}
.login_left div.version{
	margin-top:10px;
	text-align: center;
}
.login_box div.confirm {
	display: block;
	margin: 20px auto;
	width: 100%;
	font-size: 13px;
	text-align: left;
}
.side-nav {
	border:1px solid #ddd;
	width: 100%;
	height:auto;
	background-color:#fff;
	clear:both;
	padding:20px;
	box-sizing: border-box;
	box-shadow: 0px 2px 10px rgba(100,100,100,0.2);
}
.side-nav li{
	list-style-type: none;
	margin:10px 0;
	text-align:left;
	vertical-align: middle;
	padding:0;
	font-size:12pt;
}
.main_box{
	border:1px solid #ddd;
	width: 100%;
	height:auto;
	background-color:#fff;
	clear:both;
	padding:20px;
	box-sizing: border-box;
	margin-top:20px;
	margin-bottom:20px;
	box-shadow: 0px 2px 10px rgba(100,100,100,0.2);
}
.print_box{
	border:1px solid #ddd;
	width: 210mm;
	height: 294mm;
	background-color:#fff;
	clear:both;
	margin:0 auto;
	margin:20px;
	padding:40px;
	box-sizing: border-box;
	margin-bottom:20px;
	box-shadow: 0px 2px 10px rgba(100,100,100,0.2);
}
.underline{
	text-decoration: underline;
}
fieldset{
	border:none;
	width:100%;
}
.caption{
	display: block;
	font-size:12px;
	color:#172987;
	margin:0;
}

.paginator {
	text-align:center;
	width:100%;
}
.pagination {
	padding:0;
	display:block;
	list-style-type: none;
	margin:5px auto;
	font-size: 0;
}
.pagination li{
	margin-left:0;
	margin-right:10px;
	display: inline-block;
	font-size: 12px;
}
.listtable{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.listtable th {
	border-bottom:1px solid #ccc;
}
.common_title{
	border:1px solid #eee;
	border-radius:5px;
	margin:0;
	margin-bottom:5px;
	font-size:13px;
	padding:0 5px;

}
.common_title span{
	display: block;
	text-align: left;
	font-size:15px;
	color:#172987;
	font-weight:bold;
	margin:5px 0;
	border-left:4px solid #172987;
	padding-left:5px;
	background: linear-gradient(#fff 50%,#eee 50%,#eee);
}





/*フッタ*/
footer {
	display: block;
	position:relative;
	width:100%;
	color:#333;
	overflow:hidden;
	padding:0;
	margin:0;
	margin-top:20px;
	text-align: left;
	clear:both;
	min-height: 400px;
}
.footer {
	background:#333;
}
.footer_inner{
	width:1080px;
	vertical-align: middle;
	margin:0 auto;
	min-height:40px;
	color:white;
	font-size: 10pt;
}
.footer_inner a{
	color:white;
}
.small_text{
	width:100%;
	background: #333;
	font-size:9pt;
	padding:10px;
	color:#fff;
	text-align: center;
}



/*ドロップダウンメニュー*/
#dropmenu{
	list-style-type: none;
	width: 700px;
	position:relative;
	float:left;
	height: 40px;
	margin: 15px 0 0 30px;
	padding: 0;
	background: transparent;
}
#dropmenu li{
	position: relative;
	float: left;
	margin: 0;
	margin-right:40px;
	padding: 0;
	text-align: center;
}
#dropmenu li a{
	display: block;
	margin: 0;
	padding: 15px 0 11px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;

}
#dropmenu li ul{
	list-style: none;
	position: absolute;
	top: 53px;
	left: 0;
	margin: 0;
	width:100%;
	padding: 0;
}
#dropmenu li:last-child ul{
	width: 100%
}

#dropmenu li ul li{
	overflow: hidden;
	width: 140px;
	left:-20px;
	height: 0;
	background: white;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	color:black;
}
#dropmenu li ul li:hover{
	background: #52aef8;
	color:#eee;
}
#dropmenu li ul li a{
	background:none;
	color:black;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
}
#dropmenu li:hover > a{
	background: none;
	color:black;
}

#dropmenu > li:hover > a{
	border-radius: 3px 3px 0 0;
}
#dropmenu li:hover ul li{
	overflow: visible;
	height: 50px;
	padding:5px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#dropmenu li:hover ul li:first-child{
	border-top: 0;
}
#dropmenu li:hover ul li:last-child{
	border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
	border-radius: 0 0 3px 3px;
}
.member_arrow{
	display: inline-block;
	width:15px;
	margin-top:3px;
	margin:0 auto;
}

.top_logo{
	height:50px;
	float:left;
	margin:10px 10px 10px 0;
}




/*ボタン*/
.button-panel{
	text-align:center;
}
.search_button{
	display:inline-block;
	background:#172987;
	padding:7px;
	position:relative;
	width:23px;
	left:0;
	top:12px;
}
.button_image{
	display: inline-block;
	vertical-align: middle;
	margin-right:5px;
	width:25px;
}
.button_group{
	display:inline-block;
	text-align:center;
	margin:0;
	margin-top:40px;
	width:100%;
}
.button_center{
	text-align:center;
}
.button_group:after{
	content: "";
	clear: both;
	display: block;
}
.button_delete{
	display:inline-block;
	font-weight:normal;
	font-size:10px;
	text-align: center;
	color:#fff;
	padding:3px 10px;
	line-height:15px;
	position:relative;
	top:-2px;
	background:#172987;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 2px 10px rgba(100,100,100,0.2);
}

.button_main {
	border: none;
	cursor: pointer;
	outline: none;
	appearance: none;
	display: inline-block;
	font-weight: normal;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: 5px 10px;
	width: 130px;
	line-height: 35px;
	background:#172987;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-appearance: none;
	box-shadow: 0px 2px 10px rgba(100, 100, 100, 0.2);
	margin: 0 2px;
	margin-bottom: 20px;
}

.button_main.long{
	width:180px;
}
.button_main.small{
	width:120px;
	line-height:25px;
	font-size:12px;
}
.login_button {
	display: inline-block;
	width: 100%;
	background:#fff;
	border:2px solid #172987;
	box-shadow: 0px 2px 2px rgba(100,100,100,0.2);
	height: 70px;
	margin:5px 0;
	padding-top:7px;
	text-align: center;
	color:#fff;
	text-decoration: none;
	line-height: 70px;
	border-radius:40px;
	outline: none;
}
.login_button::before,
.login_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.login_button,
.login_button::before,
.login_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.logout{
	border:2px solid #333;
}

span.button-panel{
	display: block;
	position: relative;
	top:-50px;
	margin-bottom:-60px;
	text-align: center;
}
.button-panel {
	margin-top:10px;
	display:inline-block;
	width: 100%;
}
.button-panel:hover{
	opacity:0.8;
}
.button-panel .button {
	background:#172987;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	box-shadow: 0px 2px 2px rgba(100,100,100,0.2);
	border: none;
	color: #fff;
	cursor: pointer;
	height: 45px;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-align: center;
	transition: background 0.3s ease-in-out;
	margin-bottom:10px;
	width: 130px;
}
.button_center{
	text-align:center;
}
.border_button{
	background:#fff;
	border:2px solid #172987;
	width:180px;
	padding:0 5px;
}
.button_gray{
	background:#666;
	color:#fff;
	width:180px;
}
.button_blue{
	background:#0081c5;
	color:#fff;
}
.button_red{
	background:#E70C00;
	color:#fff;
}
.button_green{
	background:#66a800;
}
.button_orange{
	width:200px;
	background:#F98009;
}
.button_support{
	width:300px;
}
.sidebar_button_block{
	margin:0;
	margin-bottom:30px;
}
img.button{
	width:110px;
}



.listtable{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.listtable th {
	border-bottom:1px solid #ccc;
}
.paginator {
	text-align:center;
	width:100%;
}
.pagination {
	padding:0;
	display:block;
	list-style-type: none;
	margin:5px auto;
	font-size: 0;
}
.pagination li{
	margin-left:0;
	margin-right:10px;
	display: inline-block;
	font-size: 12px;
}


ul.side-nav{
	margin:0px 0;
	padding:20px 0;
	width:100%;
	background-color:#fff;
	box-shadow: 0px 2px 10px rgba(100,100,100,0.2);
	list-style-type: none;
}

ul.side-nav li{
	text-align: center;
	margin:10px 0;
}
td.actions {
}