@charset "utf-8";
/* CSS Document */

/* =================================================================== */
/* CSS NORMALIZATION
/* =================================================================== */


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, b, strong {
    font-weight: bold;
}
em, i, dfn {
    font-style: italic;
}
dfn {
    font-weight:bold;
}
p, code, pre, kbd {
    margin:0 0 1.5em 0;
}
blockquote {
    margin:0 1.5em 1.5em 1.5em;
}
cite {
    font-style: italic;
}
li ul, li ol {
    margin:0 1.5em;
}
ul, ol {
    margin:0 1.5em 1.5em 1.5em;
}
ul {
    list-style-type:disc;
}
ol {
    list-style-type:decimal;
}
ol ol {
    list-style: upper-alpha;
}
ol ol ol {
    list-style: lower-roman;
}
ol ol ol ol {
    list-style: lower-alpha;
}
dl {
    margin:0 0 1.5em 0;
}
dl dt {
    font-weight:bold;
}
dd {
    margin-left:1.5em;
}
table {
    margin-bottom:1.4em;
    box-sizing: border-box;
}
th {
    font-weight:bold;
}
th, td, caption {
    padding:4px 10px 4px 5px;
}
tfoot {
    font-style:italic;
}
sup, sub {
    line-height:0;
}
abbr, acronym {
    border-bottom: 1px dotted;
}
address {
    margin:0 0 1.5em;
    font-style:italic;
}
del {
    text-decoration: line-through;
}
pre {
    margin:1.5em 0;
    white-space:pre;
}
img.centered, .aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    display: inline;
}
img.alignleft {
    display: inline;
}
.alignright {
    float: right;
    margin-left: 10px;
}
.alignleft {
    float: left;
    margin-right: 10px;
}

* html .clearfix {
    height: 1%;
}
* + html .clearfix {
    display: inline-block;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .group {
    height: 1%;
}
* + html .group {
    display: inline-block;
}
.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

img{ vertical-align: bottom; border-style:none; }

header, footer, article, aside, figure, figucaption, section, nav { margin: 0; paddign: 0; }

a { outline: 0; /* FireFox用 */ }

/* =================================================================== */








/* =================================================================== */
/* BASE
/* =================================================================== */

body{
    min-width: 960px;
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    line-height: 1.4;
    font-size: 14px;
    color: #262626;
}

p{ line-height: 1.6; margin: 0; padding: 0;}

a{ color: #0072bc; text-decoration: none;}
a:hover{ text-decoration: underline;}

a img{ border: none;}

img{ vertical-align: bottom;}

/* =================================================================== */









/* =================================================================== */
/* HEADER
/* =================================================================== */

#header_logo {
	width: 960px;
	margin: 30px auto;
}
#header_logo p {
	margin: 0 0 10px;
}
#header_title {
	padding: 60px 0 50px;
	background-color: #5c2482;/*#49ab8a;*/
}
#header_title .header_title_box {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}
#header_title .header_title_box h1 {
	display:block;
}
#header_title .header_title_box .info_banner {
	display:block;
}
#header_title .header_title_box .info_banner a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);  /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity: 0.7;  /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;  /* Safari 1.x */
	zoom: 1;  /* ie */
}
#header_title .header_title_box .info_banner_image {
	 margin-left:0;
	 border:8px solid #FFF;
}
.h-ttl {
	font-size: 36px;
    color: #fff;
    margin-bottom: 10px;
}
#header_logo .logo-img img {
	vertical-align: middle;
}
#header_logo .bold-txt {
	font-weight: bold;
    font-size: 15px;
}
#main {
	width: 960px;
	margin: 50px auto 0;
}
#main .red_text {
	color: #f00;
}
#main p {
	margin: 0 0 30px;
}
#main p.last {
	margin: 0;
}
#main section {
	margin: 100px 0 0;
}
#main h2 {
	margin: 0 0 30px;
	padding: 10px 0 10px 15px;
	color: #5c2482;/*#49ab8a;*/
	border-left: 10px solid #5c2482;/*#49ab8a;*/
	border-bottom: 1px solid #5c2482;/*#49ab8a;*/
}
#main small {
	display: block;
}
#main strong {
	display: block;
	margin: 0 0 -20px;
	font-size: 20px;	
}
#section01 .ano-txt {
	padding-left: 1em;
    text-indent: -1em;
    box-sizing: border-box;
}
#section02 .ano-txt {
	padding-left: 4em;
    text-indent: -4em;
    box-sizing: border-box;
}
#section04 .annot_group {
    padding-left: 20px!important;
    line-height:1.7em!important;
    margin: 0!important;
}
#section05 .border_box {
	padding: 20px;
	border: 1px solid #5c2482;/*#49ab8a;*/
	margin: 0 0 30px;
}
#section07 dl dt {
	float: left;
	width: 7em;
}

#section07 dl dd {
	overflow: hidden;
}

#section07 table {
	text-align: left;
	border-collapse:collapse;
	border-spacing: 0;
}

#section07 .simple_table2 thead tr th {
	text-align: center;
	padding: 10px;
	color: #fff;
	background-color: #555;
}

#section07 .simple_table2 tbody tr th {
	text-align: left;
    font-weight:normal;
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #eee;
}

#section07 .simple_table2 tbody tr td {
	text-align: center;
	padding: 10px;
	border: 1px solid #ddd;
}
#wrapper02 #header_title {
	margin: 30px 0 0;
	padding: 20px 0;
}

#wrapper02 #main {
	overflow: hidden;
	margin: -50px auto;
}

#wrapper02 #main ul {
	margin: 0 0 50px;
	padding: 20px;
	list-style: none;
	border: 1px solid #5c2482;/*#49ab8a;*/
}
#wrapper02 #main ul + ul {
	margin-top: -20px;
}

#wrapper02 #main ul li {
	line-height: 3;
}

#wrapper02 #main ul li a img {
	margin: 0 5px 0 0;
	vertical-align: baseline;
}

#wrapper02 #main ul li .title-download {
	font-weight: bold;
	font-size: 15px;
	color: #5c2482;
}
#footer {
	margin: 100px 0 0;
	background-color: #eee;
}
#f_nav {
	position: relative;
	width: 960px;
	height: 100px;
	margin: 0 auto;
}
#f_nav .authorization_num {
	position: absolute;
	bottom: 110px;
	right: 0;
	font-size: 12px;
}
#f_nav ul {
	position: absolute;
	bottom: 50px;
	width: 960px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#f_nav ul li {
	display: inline;
	margin: 0 1.2em 0 0;
}
#f_nav ul li a:hover {
	text-decoration: underline;
}
#f_nav .pageTop {
	position: absolute;
	bottom: 25px;
	right: 0;
}
.mB10 {
    margin-bottom: 10px !important;
}
.bold {
    font-weight: bold;
}
.font18 {
    font-size: 138.5% !important;
}
.pamph-box {
	display: flex;
	justify-content: space-between;
}
/* =================================================================== */