@charset "utf-8";
/* CSS Document */


h2{
    text-align: center;
}

h3{
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    padding: 0; 
}

h3 + p{
    margin-top: 0;
    margin-bottom: 2em;
}

p.date{
    margin: 15px 0 15px 0;
    text-align: right;
}

p.annotation{
    padding-left: 1em;
    text-indent: -1em;
}

span.nsm a{
    text-decoration: none;
}

a{
    text-decoration: none;
    background-color: transparent;
    color: #43677e;
}

a:hover{
    color: #7d8794;
    text-decoration: none;
}

a.txtlink {
    padding: 0 0 0 10px;
    background: url(/share/images/arrow_black.gif) no-repeat left 0.5em;
}

/* ---- table_style02 ---- */
table.table_style02 {
	border: 1px solid #666666;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

table.table_style02 th {
	border: 1px solid #666666;
	background-color:#cccccc;
	padding:10px;
}

table.table_style02 td {
	border: 1px solid #666666;
	padding:10px;
}

table.table_style02 .left {
	width:35%;
}

table.table_style02 .left02 {
	width:18%;
}

/*20210922追記*/
.accent{
    color: #ff0000;
}
.line-through{
    text-decoration: line-through 1px solid #ff0000; 
}

/*20211215追記*/
a.break{
    word-break: break-all;
}
a.c5-link:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 0 4px 0.1em 0;
    background: url(/support/images/common/arrow_black.png) no-repeat 3px 0;
    background-size: contain;
}
a.s5-link:hover, a.s5-link:focus, a.s5-link:active {
    color: #7d8794;
    text-decoration: none;
}

/* 20230508追記 */
 .notice_gray {
    border: 1px solid #666666;
    padding: 10px;
    overflow: hidden;
}

.fl {
    float: left;
}

.ml30 {
    margin-left: 30px;
}
@media screen and (max-width: 640px){
	.notice_gray .ml30 {
		margin-left: 0;
	}

}