@charset "utf-8";

/* *****************************************************

Contents ---------------
01:LayerContainer
------------------------

***************************************************** */

/* *****************************************************
LayerContainer
***************************************************** */

.cursol {
	font-weight: bold;
	background: url(../img/cursol.gif) no-repeat left center;
	padding-left: 12px;
}

.tnavi {
	margin-bottom: 15px;
}

.error {
	text-align: center;
	margin-bottom: 20px;
	color: #e60012;
}

.required {
	color: #e60012;
}

.completion {
	text-align: center;
	margin: 30px 0;
}


/* input
----------------------------------- */
input[type="radio"] {
	margin: 5px 3px 5px 0;
	vertical-align: middle;
	border: none;
	padding-right: 20px;
	background: none;
}

input[type="checkbox"] {
	margin: 5px 3px 5px 0;
	vertical-align: middle;
	border: none;
	padding-right: 20px;
	background: none;
}

.radio {
	margin: 5px 3px 5px 0;
	vertical-align: middle;
	border: none;
	background: none;
}

label {
	padding-right: 20px;
	white-space: nowrap;
}

input {
	border: 1px solid #aaaaaa;
	padding: 5px;
	/* background: #ffffff; */
	border-radius: 5px;
}

select {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	padding: 5px;
	border-radius: 5px;
}

textarea {
	border: 1px solid #aaaaaa;
	padding: 2px;
	background: #ffffff;
}

/* table
----------------------------------- */
table {
	border-collapse: collapse;
}




/* お知らせ詳細 */
.mod-news-title .news-title {
	font-size: 120%;
	line-height: 143%;
	margin-bottom: 10px;
	padding: 10px 0 10px 10px;
	background-color: var(--light-blue);
	border-radius: 10px;
}

.mod-news-title .start,
.mod-news-title .close {
	text-align: right;
	margin-right: 20px;
}



.mod-enquete-title {
	margin: 0 auto;
	width: 700px;
}

.mod-enquete-title .enquete-title {
	font-size: 120%;
	/* 16px */
	line-height: 143%;
	/* 22px */
	margin-bottom: 10px;
	padding: 10px 0 10px 10px;
	border-left: solid 10px #ff5050;
	background-color: #ffc7c7;
}

.mod-enquete-title .start,
.mod-enquete-title .close {
	text-align: right;
	margin-right: 20px;
}

.mod-enquete-title .close {
	margin-bottom: 10px;
}

.mod-enquete-title .description {
	margin: 0 20px 10px;
}

.mod-enquete-question {
	margin: 0 auto;
	width: 700px;
}

.errArea {
	background-color: #FBE6EE !important;
}

.mod-enquete-question2 {
	margin: 0 0 10px;
	padding: 15px 20px;
	background-color: #E3F2F5;
}

.mod-enquete-question h3 {
	padding: 5px 0 5px 10px;
	font-size: 120%;
	/* 16px */
	line-height: 143%;
	/* 22px */
	border-bottom: solid 1px #aaaaaa;
}

.mod-enquete-question h3 .q-number {
	font-weight: bold;
	color: #2979AA;
}

.mod-enquete-question2 .q-description {
	margin-bottom: 10px;
}

.mod-enquete-question2 .q-required {
	color: #e60012;
	margin-bottom: 10px;
}

.mod-enquete-question2 .q-textform {
	width: 413px;
}

.mod-enquete-question2 textarea {
	width: 635px;
}

.mod-enquete-question2 textarea,
.mod-enquete-question2 select,
.mod-enquete-question2 input {
	background-color: #fff;
}

.bt {
	text-align: center;
	margin: 20px 0 20px 0;
}

.bt .btn-disabled {
	display: inline-block;
	outline: none;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #999;
	padding: 5px 10px 4px 10px;
	border: solid 1px #BBB;
	background: #f0f0ea;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0ea), to(#f0f0ea));
	background: -moz-linear-gradient(top, #f0f0ea, #f0f0ea);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0ea', endColorstr='#f0f0ea');
}

.bt .btn {
	min-width: 100px;
	height: 32px;
	background-color: #1746FF;
	border: none;
	border-radius: 4px;
	color: var(--white);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.448;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.3s ease;
	padding: 0 10px;
}

.bt .btn:hover {
	text-decoration: none;
	border: solid 1px #999;
	background: #0f3dd6;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5EE', endColorstr='#0f3dd6');
}

.bt .btn:active {
	text-decoration: none;
	border: solid 1px #999;
	background: #0f3dd6;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DCDED5', endColorstr='#0f3dd6');
}

.bt .confirm,
.bt .trans {
	margin-right: 3px;
}




/*
.bt input
	{
	margin: 0;
	padding: 6px 8px;
	border: 1px solid #aaaaaa;
	background-color: #ffc7c7;
	}

.bt .confirm,
.bt .trans
	{
	margin-right: 3px;
	}
*/














table.t-enquete th {
	text-align: left;
	vertical-align: middle;
}

table.t-enquete .title {
	font-weight: bold;
	color: #2979AA;
	font-size: 18px;
}












table.error {
	margin: 0 auto;
	margin-top: 45px;
	margin-bottom: 15px;
}

table.error td {
	color: #e60012;
}

table.t-border {
	border-spacing: 0;
	clear: both;
}

table.t-border th {
	border: solid 1px #aaaaaa;
	background-color: var(--light-blue);
	padding: 5px;
}

table.t-border td {
	border: solid 1px #aaaaaa;
	padding: 5px;
}

table.form {
	margin: 0 auto;
	margin-bottom: 15px;
	width: 345px;
	/*height: 120px;*/
	text-align: left;
}

table.bt-login {
	margin: 0 auto;
	margin-bottom: 40px;
}

.bt-login input {
	text-indent: -9999px;
	width: 62px;
	height: 31px;
	background: url(../img/bt_login.gif) no-repeat;
	display: block;
}

table.reset {
	margin: 0 auto;
	margin-bottom: 40px;
	line-height: 150%;
}

table.question {
	border-spacing: 0;
	clear: both;
	margin-bottom: 30px;
}

table.question th {
	border: solid 1px #aaaaaa;
	background-color: #ffc7c7;
	padding: 10px;
	text-align: left;
}

table.question td {
	border: solid 1px #aaaaaa;
	padding: 15px;
}


/* *****************************************************
error
***************************************************** */

h2.h2-error {
	margin-bottom: 30px;
	padding: 10px 0 10px 10px;
	border-left: solid 10px #609cbe;
	background-color: #e9f3f8;
}

p.p-error {
	margin-bottom: 15px;
	padding-left: 18px;
}

/* *****************************************************
Area-Page-Title
***************************************************** */

#Area-Page-Title {
	background-color: #ffffff;
	/*margin-bottom: 20px;*/
	padding-bottom: 13px;
	margin: 0 auto;
	width: 700px;
}

#Area-Page-Title h2 {
	font-size: 120%;
	line-height: 143%;
	margin-bottom: 10px;
	padding: 10px 0 10px 10px;
	background-color: var(--light-blue);
	border-radius: 10px;
}

#Area-Page-Title table {
	font-size: 88%;
}

/* *****************************************************
Area-Main-Title
***************************************************** */

#Area-Main-Title {
	width: 100%;
	/* background-color: #f5f8fa; */
	margin-bottom: 20px;
}

#Area-Main-Title h2 {
	font-size: 120%;
	/* 16px */
	line-height: 143%;
	/* 22px */
	margin-bottom: 10px;
	padding: 10px 0 10px 10px;
	background-color: var(--light-blue);
	/* border-radius: 10px; */
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 10px;
}

.content-list {
	width: 95%;
	margin: 0 20px;
}

.content-list th {
	padding-bottom: 10px;
	text-align: left;
}

.content-list td {
	padding: 0 7px 7px 0;
	vertical-align: top;
}

.content-list th.title {
	padding-right: 5px;
}

.content-list .new {
	padding-right: 7px;
	width: 31px;
}

.content-list .start-date {
	padding-left: 5px;
	width: 145px;
}

.content-list .close-date {
	padding-right: 0;
	width: 170px;
}

.content-list .end {
	color: #e60012;
}

.content-list .description {
	margin: 0 20px 10px;
}

.content-normal {
	width: 95%;
	margin: 0 20px;
}

.content-normal .description {
	margin: 0 20px 10px;
}

.content-table {
	width: 100%;
	margin: 0 20px;
}

/* *****************************************************
area-category
***************************************************** */

.area-category {
	margin-top: 14px;
}

.area-category h2 {
	font-size: 117%;
	/* 15px */
	padding: 10px 0 10px 10px;
	border-left: solid 10px #609cbe;
	background-color: #e9f3f8;
}

.area-category table {
	width: 653px;
	margin: 15px 34px 0 34px;
}

.area-category table th {
	background: url(../img/cursol.gif) no-repeat left 0.4em;
	padding-left: 12px;
	text-align: left;
	vertical-align: top;
	width: 200px;
	padding-bottom: 16px;
}

.area-category table td {
	padding-left: 10px;
	padding-bottom: 16px;
	vertical-align: top;
}

.area-category table tr.bottom td,
.area-category table tr.bottom th {
	padding-bottom: 5px;
}

/* *****************************************************
Area-Order
***************************************************** */


.order table {
	margin-bottom: 0px;
	table-layout: auto;
}

.order thead {
	border-spacing: 0;
	border: solid 1px #aaaaaa;
	background-color: #ffc7c7;
}

.order tbody {
	border-spacing: 0;
	border: solid 1px #aaaaaa;
}

.order th {
	border: solid 1px #aaaaaa;
	background-color: #ffc7c7;
	text-align: center;
	padding: 5px;
}

.order td {
	border: solid 1px #aaaaaa;
	vertical-align: middle;
}

.input-bgcolor {
	background-color: #FFFF99;
}



.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.hissu {
	color: #cc0033;
	font-weight: bold;
}

.text-bold {
	font-weight: bold;
}

/* #11011 06.お知らせ検索 */
#Area-Main-Title h2 .searchArea {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	margin: 7px;
}

#Area-Main-Title h2 .searchBox,
.searchBoxDate {
	border: 1px solid #BBBBBB;
	width: 198px;
	height: 30px;
	padding: 3px 3px 3px 3px;
	border-radius: 5px;
	font-size: 80%;
}

#Area-Main-Title h2 .searchBtn {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	border: solid 1px #1746FF;
	background: #1746FF;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0ea', endColorstr='#ff5050');
	border-radius: 4px;
}

#Area-Main-Title h2 .searchBtn:hover {
	text-decoration: none;
	border: solid 1px #999;
	background: #c7efff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5EE', endColorstr='#c7efff');
}

#Area-Main-Title h2 .searchBtn:active {
	text-decoration: none;
	border: solid 1px #999;
	background: #c7efff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DCDED5', endColorstr='#c7efff');
}