.ul_pre li {
	margin:10px auto;
	text-indent:-1.85em;
	padding-left:1.85em;
	margin-bottom:0.5em;
}

.txt_period {
	width: 100%;
	padding: 15px 10px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.8;
	border: 1px solid #d5d5d5;
	text-align: left;
	box-sizing: border-box;
}
	.txt_period p {
		display: table;
		margin: 0px auto;
		color: #004286;
	}
	.txt_period .color_red {
		color: #ff0000;
	}
	.txt_period span {
		display: table-cell;
		text-align: right;
		white-space: nowrap;
	}
	.txt_period span.end {
		text-align: left;
		padding-left: 5px;
	}
	.txt_period span.end strong {
		font-weight: 700;
		color: #004286;
	}
	.txt_period del {
		color: #ee0000;
	}
	.txt_period .end i {
		color: #dd0000;
	}

.btn_a{
	width: 300px;
	margin:20px auto 40px;
}
.btn_a a {
	width:300px;
	background-image: linear-gradient(to bottom, #ffed00, rgba(244, 154, 0, 0.5));
	background-repeat: no-repeat;
	background-position: left top;
	border-radius: 3px;
	box-shadow: 0 3px #f49a00;
	text-decoration: none;
	color: #000;
	padding: 15px 0;
	text-align: center;
	display: block;
}
.btn_a a:hover {
	background-image: linear-gradient(to bottom, #ffed00, #ffed00);
	box-shadow: 0 1px #f49a00;
	top: 1px;
	cursor:pointer;
}


.tbl-style02 thead th,
.tbl-style02 tbody th,
.tbl-style02 tbody td {
	border: 1px #CCCCCC;
	border-style: solid;
}
.tbl-style02 thead th {
	background-color: #dddddd;
	padding: .5em;
}
.tbl-style02 tbody th {
	background-color: #eeeeee;
	padding: .5em;
}
.tbl-style02 tbody td {
	padding: .5em;
}


.tbl-style02.grayout ul {
    text-align: center;
}
.tbl-style02.grayout ul li a {
	display: block;
	background: #780000;
	padding: 3px 0;
	border-radius: 3px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	cursor:pointer;
	
	/*pointer-events: none;*/
}
.tbl-style02.grayout ul li a:hover {
    background: rgba(143, 24, 24, 0.7);
	cursor:pointer;
}
.tbl-style02.grayout td .koubo {
    display: block;
    width: 100px;
    background: #666;
    margin-top: 5px;
    padding: 2px 0;
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
}

.tbl-style02.grayout td {
    /*background: #A8A7A7;*/
	color: #666;
}
.tbl-style02.grayout td .koubo {
	color: #aaa;
}
.tbl-style02.grayout td .modaal-ajax{
    color: #FFFFFF;
}
.tbl-style02.grayout ul li a {
    color: #aaa;
}


.tbl-style03 tbody th,
.tbl-style03 tbody td {
    border: 1px #ccc;
    border-style: solid;
}

.tbl-style03 tbody th {
    background-color: rgba(143, 24, 24, 0.2);
    padding: 5px;
}

.tbl-style03 tbody td {
    background-color: #FFFFFF;
    padding: 5px;
}



.th-c-m th {
    text-align: center;
    vertical-align: middle;
}

.th-l-t th {
    text-align: left;
    vertical-align: top;
}
.th-l-m th {
    text-align: left;
    vertical-align: middle;
}
.th-c-t th {
    text-align: center;
    vertical-align: top;
}

.td-c-m td {
    text-align: center;
    vertical-align: middle;
}

.td-l-t td {
    text-align: left;
    vertical-align: top;
}
.td-l-m td {
    text-align: left;
    vertical-align: middle;
}

.tbl_nostyle th {
	padding: 2px 5px;
	white-space: nowrap;
}
.tbl_nostyle td {
	padding: 2px 5px;
}

/*表組み*/

.tbl-width100 {
    width: 100%;
}

.tbl-width50 {
    width: 50%;
}


/*囲み*/

.frm-style01 {
    border: 1px solid #ccc;
    padding: 1em 2em;
}
.frm-style02 {
    border: 2px solid #ff0000;
    padding: 1em 2em;
}



@media screen and (max-width: 640px){

.ul_pre li {
	margin:10px auto;
	text-indent:-1.85em;
	padding-left:1.85em;
	margin-bottom:0.5em;
}
	
	
	
}










