@charset "utf-8";
/* CSS Document */

html,body{
	margin:0;
	height: 100%;
}

body{
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#fff;
}

img{
	border:none;
}

a {
	color: #00393E;
	font-weight: bold;
	transition: 0.1s linear;
	text-decoration: underline;
}

a:hover {
	color: #FFB700;
	font-weight: bold;
	text-decoration: none;
}

header{
	background-color: #00acbb;
	height: 100px;
	padding: 0 20px;
}

div#header_wrap{
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header img {
	transition: 0.2s linear;
}

header a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


footer{
	height: 60px;
	background-color:#00acbb;
}

h2{
	color: #FFB700;
	border-bottom: 2px dotted #D2D2D2;
	padding: 0 0 10px 40px;
	font-weight: bold;
	background: url('../img/header_pen.png') no-repeat left top;
}

h3{
	color: #FFB700;
	border-bottom: 2px dotted #D2D2D2;
	padding: 0 0 10px 40px;
	font-weight: bold;
	background: url('../img/header_pen.png') no-repeat left top;
}

fieldset legend{
	color: #e32;
	font-size: 160%;
	font-weight: bold;
	padding: 0 0 10px 40px;
	background: url('../img/header_pen.png') no-repeat left top;
}


input, textarea {
	clear: both;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	padding: 1%;
	width: 600px;
	margin-right: 6px;
}

#AdminAdminIndexForm{
	width: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
}

#manager_indexForm{
	width: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
}

#loginid{
	width: 380px;
}

#loginpw{
	width: 380px;
}

form .submit input[type="submit"] {
	background: #00acbb;
	border-color: #00acbb;
	color: #fff;
	padding: 8px 10px;
	text-shadow: none;
	box-shadow: none;
	transition: 0.2s linear;
}

form .submit input[type=submit]:hover {
	background: #fff;
	color: #00acbb;
	border-color: #00acbb;
	box-shadow: none;
	text-shadow: none;
}

input[type="button"] {
	background: #00acbb;
	border-color: #00acbb;
	border-style: solid;
	color: #fff;
	padding: 8px 10px;
	text-shadow: none;
	box-shadow: none;
	transition: 0.2s linear;
	width:400px;
	border-radius: 0.3em;
	margin-bottom:10px;
}

input[type=button]:hover {
	background: #fff;
	color: #00acbb;
	border-color: #00acbb;
	box-shadow: none;
	text-shadow: none;
	width:400px;
	margin-bottom:10px;
}

div.actions {
	float: left;
	padding: 8px 10px;
	width: 10%;
}


div.form, div.index, div.view {
	border-left: 2px dotted #D2D2D2;
	float: right;
	padding: 10px 2%;
	width: 84%;
}

th {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #A2A2A2;
	border-image: none;
	border-style: none none none;
	border-width: 0 0 0;
	padding: 4px 12px;
	text-align: center;
	white-space: nowrap;
	color: #353535;
}

th:nth-child(even) {
	background: #4DC7D2;
}

th:nth-child(odd) {
	background: #94D8DE;
}

table tr:nth-child(2n) {
	background: #F0F0F0 none repeat scroll 0 0;
}

.actions li {
	list-style-type: none;
	margin: 0 0 0.5em;
	padding: 0;
	white-space: normal;
}

input[type="submit"], .actions ul li a, .actions a {
	background: #00acbb;
	border-color: #00acbb;
	border-style: solid;
	color: #fff;
	padding: 8px 10px;
	text-shadow: none;
	box-shadow: none;
	min-width: 0;
	transition: 0.2s linear;
	border-radius: 0.3em;
}

input[type="submit"]:hover, .actions ul li a:hover, .actions a:hover {
	background: #fff;
	color: #00acbb;
	border-color: #00acbb;
	box-shadow: none;
	text-shadow: none;
	min-width: 0;
}

td.actions{
	vertical-align: middle;
}

table{
	border-collapse: collapse;
}

table tr td {
	border: 1px dotted #A2A2A2;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

button.btn{
	background: #9C9C9C;
	border:none;
	color: #fff;
	padding: 4px 5px;
	text-shadow: none;
	box-shadow: none;
	min-width: 0;
	transition: 0.2s linear;
	border-radius: 0.3em;
	margin: 3px 0 0 0;
}

button.btn:hover{
	background: #333333;
	border:none;
	color: #fff;
	padding: 4px 5px;
	text-shadow: none;
	box-shadow: none;
	min-width: 0;
	border-radius: 0.3em;
	margin: 3px 0 0 0;
}

button{
	background: #9C9C9C;
	border:none;
	color: #fff;
	padding: 4px 5px;
	text-shadow: none;
	box-shadow: none;
	min-width: 0;
	transition: 0.2s linear;
	border-radius: 0.3em;
	margin: 3px 0 0 0;
}

button:hover{
	background: #333333;
	border:none;
	color: #fff;
	padding: 4px 5px;
	text-shadow: none;
	box-shadow: none;
	min-width: 0;
	border-radius: 0.3em;
	margin: 3px 0 0 0;
}

textarea#GroupName{
	height: 30px;
}

*::-webkit-input-placeholder { 
  color:#bdbdbd;
}
*::-moz-placeholder {
 color:#bdbdbd;
 opacity: 1;
}
*:-ms-input-placeholder { 
 color:#bdbdbd;
}

form div {
	clear: both;
	margin-bottom: 1em;
	padding: 0.5em 0;
	vertical-align: text-top;
}

.success {
	background: #93E300;
	border: none;
	clear: both;
	color: #fff;
	text-shadow: none;
}

h2.errorText {
	background: #c43c35 -moz-linear-gradient(center top , #ee5f5b, #c43c35) repeat-x scroll 0 0;
	border: 1px solid rgba(0, 0, 0, 0.5);
	clear: both;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 18px;
	padding: 7px 14px;
	border-radius: 4px;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#adminMenu{
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	align-content: space-between;
	width: 400px;
}

.contentCenter{
	vertical-align: middle;
}

td.contentCenter input{
	width:150px;
	margin:0 10px;
}

button.invalid{
	background: #FF9C10 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0.3em;
	box-shadow: none;
	color: #fff;
	margin: 3px 0 0;
	min-width: 0;
	padding: 4px 5px;
	text-shadow: none;
	transition: all 0.2s linear 0s;
}

button:hover{
	background: #9C9C9C;
	border:none;
	color: #fff;
	padding: 4px 5px;
	text-shadow: none;
	box-shadow: none;
	min-width: 0;
	border-radius: 0.3em;
	margin: 3px 0 0 0;
}

a.csvdl{
	padding: 0 0 10px 22px;
	background: url('../img/icon_dl.png') no-repeat left top;
}
