@charset "UTF-8";

/* ニュース クラス
----------------------------------------*/
#news {
	padding-bottom: 10px;
}

#news .pager {
	width: 617px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	color: #62b5d1;
	padding-bottom: 5px;
	border-bottom: dashed 1px #898989;
}

#news .pager ul {
	text-align: center;
}

#news .pager li {
	display: inline-block;
	margin-top: 15px;
}

#news .pager li + li:before {
	content: ">";
	margin: 0 5px 0 2px;
}

#news .pager li.prev {
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 0;
}

#news .pager li.next {
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	margin-top: 0;
}

#news .pager li.prev + li:before,
#news .pager li.next:before {
	content: "";
	margin: 0;
}

#news .pager li a {
	color: #000;
}

#news .pager li.current a {
	color: #62b5d1;
}

#news .pager li.prev a,
#news .pager li.next a {
	color: #fd75d7;
}

#news .txtarea {
	width: 617px;
	margin: 0 auto;
	border-bottom: dashed 1px #898989;
	overflow: hidden;
	padding: 10px 0;
}

#news.admin .txtarea {
	border-bottom: none;
	overflow: visible;
}

#news .txtarea .date + p {
	width: 410px;
	float: left;
}

#news .txtarea .date + p.noph {
	width: 595px;
	float: none;
}

#news .txtarea .ph,
#news .txtarea .icon_box {
	width: 163px;
	float: left;
    margin: -1em 0 0 18px;
	text-align: right;
}

#news .txtarea .icon_box {
	text-align: center;
}

#news .txtarea .date {
	color: #62b5d1;
	font-weight: bold;
}

#news .txtarea .date:before {
	content: "■";
}

#news dl {
	position: relative;
}

#news dt {
	width: 150px;
	position: absolute;
	margin-bottom: 10px;
}

#news dt.required:after,
#news dl + p.required:before {
	content: "※";
	color: #fd75d7;
}

#news dl + p.required {
	color: #fd75d7;
	margin-left: 40px;
    position: absolute;
    bottom: 150px;
}

#news dd {
	margin: 0 0 10px 150px;
	padding-left: 15px;
	border-left: solid 3px #fba5df;
}

#news .conf dd {
	border-left: solid 3px #8fbcf9;
}

#news dd input[type="text"],
#news dd input[type="password"] {
	width: 276px;
	height: 22px;
	padding: 0 5px;
	border: solid 1px #898989;
	font-family: inherit;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#news dt input[type="checkbox"] {
	margin-right: 5px;
}

#news dd input.input_s {
	width: 50px;
}

#news dd select {
	height: 22px;
	border: solid 1px #898989;
	font-family: inherit;
	padding: 0 5px;
}

#news dd textarea {
	width: 460px;
	height: 165px;
	padding: 0 5px;
	border: solid 1px #898989;
	font-family: inherit;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#news h1 + .help,
#news h2 + .help {
	display: block;
	text-align: right;
    position: relative;
    top: -3.5em;
    margin-right: 50px;
}

#news h2 + .help {
    top: -3em;
}

#wait {
	visibility: hidden;
	text-align: center;
	color: #fff;
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
	opacity: 0.80;
	border: solid 3px #62b5d1;
	background-color: #000;
	font-size: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
}

#wait:not(:target) {
    filter: none;
    -ms-filter: none;
}

#wait span {
	width: 100%;
	height: 100px;
	margin: -50px 0 0 0;
	padding: 115px 0 0 0;
	background: url(../img/news/img_load01.gif) no-repeat center top;
	display: block;	
	position: absolute;
	top: 50%;
	left: 0;
}

#wait span img {
	margin: 0 0 35px 0;
}

form dd input[type="file"] {
	width: 100%;
	height: 28px;
	border-radius: 3px;
	padding: 0 5px;
	font-family: inherit;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#news p#pdfname1 {
	display: none;
	margin: 0;
	padding: 10px 0 0 0;
}

.admin_menu {
	position: relative;
	top: -20px;
}

#news table.list {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	border: solid 1px #9d9e9e;
}

#news table.list table {
	width: 100%;
}

#news table.list tr th {
	background: #ede9e0;
	text-align: left;
	padding: 5px;
	border-bottom: solid 1px #9d9e9e;
}

#news table.list tr .check {
	width: 2em;
	text-align: center;
}

#news table.list tr td {
	padding: 10px 5px 0 5px;
	border-bottom: solid 1px #9d9e9e;
}

#news table.list tr td a {
	text-decoration: none;
	color: #000;
}

#news table.list tr td a img {
	vertical-align: top;
	margin: 0 4px 0 0;
}

#news table.list td.edit {
	width: 50px;
	padding: 10px 3px 3px 0;
}

#news table.list td.edit input,
#news .delete_btn input {
	width: 50px;
	background: #fff;
	color: #5d5d5d;
	font-family: inherit;
	height: 22px;
	border: solid 1px #5d5d5d;
	border-radius: 11px;
	-webkit-appearance: none;
	cursor: pointer;
	margin: 0;
}

#news table.list tr td.del {
	text-align: center;
	width: 4em;
	padding: 10px 0 0 0;
}

#news table.list tr:nth-of-type(2n) {
	background-color: #efefef;
}

#news table.list tr.select {
	background-color: #62b5d1;
	color: #fff;
}

#news table.pdf tr th,
#news table.pdf tr td {
	border-bottom: none;
	padding: 0;
	background: none;
}

#news table.pdf tr {
	background: none !important;
}

#news table.list tr.select input[type="submit"] {
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
	opacity: 0.80;
}

#news table.list tr.select input[type="submit"]:not(:target) {
    filter: none;
    -ms-filter: none;
}

#news .pager span.disable {
	color: #ddd;
}

#news .pagelist
{
	text-align: center;
}

#news .pagelist span {
	color: #595757;
}

#news .pagelist a:hover {
	text-decoration: underline;
}

#news .pagelist > a {
	display: inline-block;
	margin: 0 10px;
}

#news .pagelist > span.disable {
	display: inline-block;
	margin: 0 10px;
	color: #ddd;
}

#news table tr th.visible_l,
#news table tr td.visible_l {
	display: table-cell !important;
}

#list {
	margin: 0 16px 0 25px;
}

#news dt.error {
	color: #dd0000;
}

#news dt.error + dd input[type="text"],
#news dt.error + dd textarea {
	background: #ffbbbb;
}
