@charset "utf-8";
/* ===================================================================
CSS information
 file name  :parts.css
 style info :共通パーツCSS
=================================================================== */

/*----------------------------------------------------
	見出し
----------------------------------------------------*/
.hdg-lv1 {
	font-size:157%;
	/* margin:0 -20px 0.68em; */
	/* margin: 5px 0 0; */
	margin: 0;
	/* margin: 50px 0 0; */
	/* background:url(/main_sosiki/cybersecurity/kokumin/main_content/bg-hdg-lv1_01-bottom.gif) 0 100% no-repeat; */
	/* padding:0 0 4px 0; */
	padding: 0;

}

.hdg-lv1::before {
	content: "|";
	color: #264B9D;
	font-size: 100%;
	position: relative;
	left: 2px;
	float: left;
	width: 11px;
	background: #264B9D;
	/* height: 100%; */
	border-radius: 5px;
	margin-right: 15px;
}

.hdg-lv1 span{
	display:block;
	/* padding:8px 13px 16px 59px; */
	padding: 0;
	color:#666666;
}

.hdg-lv1 span a {
	color:#666666;
}

body#tmp_intro .hdg-lv1 span{
	/* background: #fff url(/main_sosiki/cybersecurity/kokumin/main_content/bg-hdg-lv1_01.gif) 0 0 no-repeat; */
}

body#tmp_basic .hdg-lv1 span{
	/* background: #fff url(/main_sosiki/cybersecurity/kokumin/main_content/bg-hdg-lv1_02.gif) 0 0 no-repeat; */
}

body#tmp_enduser .hdg-lv1 span{
	/* background: #fff url(/main_sosiki/cybersecurity/kokumin/main_content/bg-hdg-lv1_03.gif) 0 0 no-repeat; */
}

body#tmp_business .hdg-lv1 span{
	/* background: #fff url(/main_sosiki/cybersecurity/kokumin/main_content/bg-hdg-lv1_04.gif) 0 0 no-repeat; */
}

body#tmp_glossary .hdg-lv1 span{
	/* background: #fff url(/main_sosiki/cybersecurity/kokumin/main_content/bg-hdg-lv1_05.gif) 0 0 no-repeat; */
}

body.col-m .hdg-lv1 {
	/* margin:0 0 0.68em; */
	/* background:url(/main_sosiki/cybersecurity/kokumin/main_content/bg-hdg-lv1_01-long.gif) 0 100% no-repeat; */
}

.hdg-lv2-01{
	margin:2em 0 1em;
	padding:10px 15px;
	/* background: #c9e9ff; */
	background: #cdedff;
	border-radius: 10px;
	font-size:112.5%;
	font-weight:bold;
}

.hdg-lv2-01 a {
	color: #1c1c1c !important;
}

.hdg-lv1 + .hdg-lv2-01{
	margin:1.5em 0 1em;
}

.hdg-lv3-01 {
	font-size: 112.5%;
	margin: 2em 0 1em 1.25em;
	text-indent: -1.25em;
	/* padding:0 0 0 22px; */
	padding: 0;
	/* background:url(/main_sosiki/cybersecurity/kokumin/main_content/bg-hdg-lv3_01.gif) 0 0.35em no-repeat; */
}

.hdg-lv3-01::before {
	content: "■";
	color: #264B9D;
	margin-right: 0.25em;
}



/*----------------------------------------------------
	パラグラフ
----------------------------------------------------*/
p{
	margin-bottom: 1em;
	font-size: 100%;
	line-height: 1.5;
}

p.align-C{
	text-align: center !important;
}

p.align-R{
	text-align: right !important;
}

p.txt-lead-01{
	margin-bottom: 1em;
	font-size: 100%;
	color: #595959;
	font-weight: bold;
}

p a:link{
	text-decoration: none;
}

p a:hover,
p a:active,
p a:focus{
	text-decoration: underline;
}

p.indent{text-indent:3em;}

span.ruby {
	font-size: 75%;
}



/*----------------------------------------------------
	OL
----------------------------------------------------*/
ol{
	padding:0;
}

ol.list-normal-01{
margin-bottom:1em;
margin-left:1.8em;
}

ol.list-normal-01 li{
margin:0 0 2px;
font-size:100%;
}

ol.list-normal-01 li ol.list-normal-01{
margin-top:2px;
margin-bottom:0;
margin-left:1.5em;
}

ol.list-normal-01 li li{
font-size:100%;
}

ol.list-normal-01 li ol.list-normal-01 li{
font-size:100%;
}


/*----------------------------------------------------
	UL
----------------------------------------------------*/
ul {
	padding: 0;
}

ul.list-normal-01 {
	/* margin-bottom: 1em; */
	/* margin-bottom: 0.5em; */
	margin: 0.2em;
	list-style: none;
}

ul.list-normal-01 li {
	/* background:url("/main_sosiki/cybersecurity/kokumin/main_content/icon-list_02.gif") 0 4px no-repeat; */
	/* margin: 0 0 5px 10px; */
	margin: 0 0 0 10px;
	/* padding: 0 0 0 22px; */
	padding: 0 0 0 1.4em;
	font-size: 100%;
	text-indent: -1.4em;
}

ul.list-normal-01 li::before {
	content: "●";
	color: #264B9D;
	margin-right: 0.4em;
}

ul.list-normal-01 li ul {
	margin:0 0 0 15px;
	padding:0;
}

ul.list-normal-01 li ul li {
	margin: 0;
	padding: 0;
	background: none;
	font-size: 100%;
}

ul.list-normal-02 {
	margin-bottom: 1em;
	list-style-type: none;
}

ul.list-normal-03 li ul {
	margin: 0 0 0 1em;
	padding: 0;
}


ul.list-normal-01 li ul.list-normal-01 {
	list-style: circle;
}

ul.list-normal-01 li ul.list-normal-01 li {
}


ul.list-letter-01 {
	margin-bottom: 1em;
}

ul.list-letter-01 li {
	position: relative;
	margin-bottom: 3px;
	padding-left: 2.2em;
	font-size: 100%;
}

ul.list-letter-01 li span {
	position: absolute;
	top: 0;
	left: 0;
}

ul.list-letter-02 {
	margin-bottom:1em;
}

ul.list-letter-02 li {
	position: relative;
	margin-bottom: 3px;
	padding-left: 4.2em;
	font-size: 100%;
}

ul.list-letter-02 li span {
	position: absolute;
	top: 0;
	left: 0;
}

/* ul.col2, ul.col3, ul.col7 { */
ul.col2, ul.col7 {
	margin-right: -10px;
}

ul.col2 li {
	float: left;
	padding-right: 10px;
	/* width: 298px; */
	width: 420px;
}

body#tmp_basic ul.col2 li {
	width: 680px;
}

body#tmp_enduser ul.col2 li {
	width: 680px;
}

body#tmp_business ul.col2 li {
	width: 680px;
}

ul.col3 li {
	float: left;
	/* padding-right: 22px; */
	margin-right: 20px;
	/* width: 184px; */
	width: 325px;
}

div.sitemap_box ul.col3 li {
	/* float: left; */
	/* padding-right: 22px; */
	/* margin-right: 20px; */
	/* width: 184px; */

	width: 430px;
	/* width: 900px; */
}

div.sitemap_box ul.col3 li ul li {
	float: left;
	width: 430px;
}

body#tmp_other div.sitemap_box ul.col3:nth-last-child(4) li {
	width: 205px !important;
}

ul.col7 li {
	float: left;
	padding-right: 10px;
	width: 80px;
}



/*----------------------------------------------------
	DL
----------------------------------------------------*/
dl.list-normal-01 {
	margin-bottom: 2em;
}

dl.list-normal-01 dt {
	font-size: 100%;
	font-weight: bold;
	line-height: 2.0 !important;
}
	
dl.list-normal-01 dt::before {
	content: "●";
	color: orange;
	margin-right: 5px;
}
	
dl.list-normal-01 dt span {
	margin-left: 1em;
	padding: 4px 12px;
	background: red;
	border-radius: 5px;
	color: white;
	font-size: 0.8em;
	font-family: sans-serif;
}

dl.list-normal-02 {
	margin-bottom:1em;
}

dl.list-normal-02 dt {
	font-size:100%;
}

dl.list-normal-02 dd {
	margin-bottom:0.5em;
	font-size:100%;
}

dl.list-news-01 {
	margin-bottom:1em;
}

dl.list-news-01 dt {
	margin-bottom:7px;
	padding:0 0 0 20px;
	font-size:100%;
	font-weight:bold;
	color:#666;
	line-height:1.0;
}

dl.list-news-01 dd {
	margin:0 0 11px 0;
	padding:0 20px 12px 20px;
	background:url("https://www.soumu.go.jp/main_sosiki/joho_tsusin/security/cmn/img/share/line-double_01.gif") 0 100% repeat-x;
	font-size:100%;
}

/*----------------------------------------------------
	Link list
----------------------------------------------------*/
ul.list-link-00 {
	margin-bottom: 0;
	list-style: none;
	width: 690px;
}

ul.list-link-00 li {
	font-size: 100%;
	padding: 0.5em 0;
	display: block;
	height: 2em;
}

ul.list-link-00 li::before {
	content: "▶︎";
	color: #ccc;
	margin-right: 0.25em;
	display: inline-block !important;
}

ul.list-link-00 li:hover:before {
	color: orange;
}

ul.list-link-00 li a {
	/* color: #1c1c1c; */
	color: #33c;
	margin-top: -1.45em;
	padding-left: 1.25em;
	display: flex;
}

ul.list-link-00 li ul {
	margin: 0;
	padding: 0;
}

ul.list-link-00 li ul li {
	font-size: 100%;
}

div.sitemap_box ul.list-link-00 {
	/* margin-bottom: 0; */
	/* list-style: none; */
	/* width: 690px; */
	width: 900px;
}

div.sitemap_box ul.list-link-00 li {
	/* font-size: 100%; */
	/* padding: 0.5em 0; */
	/* display: block; */
	/* height: 2em; */
	margin-left: 0;
	padding-left: 0;
}

div.sitemap_box ul.list-link-00 li::before {
	content: "";
	margin-right: 0;
	font-size: 0;
	width: 0;
}
div.sitemap_box ul.list-link-00 li a::before {
	content: "▶︎";
	color: #ccc;
	margin-right: 0.25em;
	display: inline-block !important;
}

div.sitemap_box ul.list-link-00 li a:hover:before {
	color: orange;
}

div.sitemap_box ul.list-link-00 li a {
	/* color: #1c1c1c; */
	/* margin-top: -1.4em; */
	/* padding-left: 1.25em; */
	display: inline;
	margin-left: 1.25em;
	padding-left: 0;
	text-indent: -1.25em;
}

div.sitemap_box ul.list-link-00 li ul {
	margin: 0;
	padding: 0;
}

div.sitemap_box ul.list-link-00 li ul li {
	/* font-size: 100%; */
}

ul.list-link-01 {
	margin-bottom: 1em;
	list-style: none;
	width: 690px;
}

ul.list-link-01 li {
	font-size: 100%;
	/* padding-left: 32px; */
	padding-left: 0;
	/* background: url("/main_sosiki/cybersecurity/kokumin/main_content/icon-arrow_02.gif") 0 0 no-repeat; */
	margin-bottom: 18px;
}

ul.list-link-01 li::before {
	content: "▶︎";
	color: #264B9D;
	margin-right: 5px;
}

ul.list-link-01 li a {
	color: #1c1c1c;
}

ul.list-link-01 li ul {
	margin: 0;
	padding: 0;
}

ul.list-link-01 li ul li {
	font-size: 100%;
}

ul.list-link-02 {
	margin-bottom: 1em;
	text-align: right;
	list-style: none;
}

ul.list-link-02 li {
	font-size: 100%;
	display: inline;
}

ul.list-link-02 li a {
	padding: 3px 10px 3px 32px;
	background: url("/main_sosiki/cybersecurity/kokumin/main_content/icon-arrow_02.gif") 0 0 no-repeat;
}

ul.list-link-03 {
	text-align: left;
	list-style: none;
}

ul.list-link-03 li{ 
	font-size: 100%;
	display: inline;
}

ul.list-link-03 li a {
	/* padding: 3px 10px 3px 32px; */
	padding: 3px 25px 3px 0;
	/* background:url("/main_sosiki/cybersecurity/kokumin/main_content/icon-arrow_02-down.gif") 0 0 no-repeat; */
}

ul.list-link-03 li a::before {
	content: "▼";
	color: #264B9D;
	margin-right: 5px;
	display: inline-block;
}

ul.list-link-03 li a:hover::before {
	color: orange;
}



/*----------------------------------------------------
	page navi
----------------------------------------------------*/
ul.nav-page-01{
margin-bottom:1em;
list-style:none;
}

ul.nav-page-01 li{
	font-size:100%;
	padding-left:32px;
	background:url("/main_sosiki/cybersecurity/kokumin/main_content/icon-arrow_02-down.gif") 0 0 no-repeat;
margin-bottom:3px;
}


/*----------------------------------------------------
	link icon, pdf icon
----------------------------------------------------*/
p img.icon-link,p img.icon-pdf,
ul li img.icon-link,ul li img.icon-pdf,
ol li img.icon-link,ol li img.icon-pdf,
dl dt img.icon-link,dl dt img.icon-pdf,
dl dd img.icon-link,dl dd img.icon-pdf{
	vertical-align:baseline;
	zoom:1;
	padding-left:3px;
}

h2 img.icon-link,h2 img.icon-pdf,
h3 img.icon-link,h3 img.icon-pdf,
h4 img.icon-link,h4 img.icon-pdf,
h5 img.icon-link,h5 img.icon-pdf,
h6 img.icon-link,h6 img.icon-pdf{
	vertical-align:baseline;
	zoom:1;
	padding-left:3px;
}



/*----------------------------------------------------
	notice
----------------------------------------------------*/
sup.notice{
font-size:85.71%;
vertical-align:top;
}

ul.list-notice-01{
margin-bottom:1em;
list-style:none;
}

ul.list-notice-01 li{
position:relative;
margin-bottom:3px;
padding-left:1.2em;
font-size:100%;
}

ul.list-notice-01 li span{
position:absolute;
top:0;
left:0;
}

ul.list-notice-02{
margin-bottom:1em;
list-style:none;
}

ul.list-notice-02 li{
position:relative;
margin-bottom:3px;
padding-left:2.2em;
font-size:100%;
}

ul.list-notice-02 li span{
position:absolute;
top:0;
left:0;
}

ul.list-notice-03{
margin-bottom:1em;
list-style:none;
}

ul.list-notice-03 li{
position:relative;
margin-bottom:3px;
padding-left:3.2em;
font-size:100%;
}

ul.list-notice-03 li span{
position:absolute;
top:0;
left:0;
}

ul.list-notice-01 li ul li,
ul.list-notice-02 li ul li,
ul.list-notice-03 li ul li{
font-size:100%;
}

ul.list-notice-01 li ul.list-normal-01,
ul.list-notice-02 li ul.list-normal-01,
ul.list-notice-03 li ul.list-normal-01{
margin-top:0;
}

ul.list-notice-01 li ul.list-normal-01 li,
ul.list-notice-02 li ul.list-normal-01 li,
ul.list-notice-03 li ul.list-normal-01 li{
padding-left:0;
}



/*----------------------------------------------------
	table
----------------------------------------------------*/
table caption{
	font-size:100%;
	font-weight:bold;
}

table li,
table h4,
table p{
	font-size:100% !important;
}

table.tbl-data-01{
margin-bottom:1em;
border:0;
border-top:1px solid #ccc;
width:100%;
}

table.tbl-data-01 tbody th,
table.tbl-data-01 tbody td{
padding:6px 8px;
border-width:0 0 1px 1px;
border-style:solid;
border-color:#ccc;
font-size:100%;
text-align:left;
vertical-align:top;
}

table.tbl-data-01 tbody th{
border-left:0;
width:120px;
background-color:#eef;
font-weight:bold;
}

table.tbl-data-02{
margin-bottom:1em;
border:0;
border-top:1px solid #ccc;
border-right:1px solid #ccc;
}

table.tbl-data-02 thead th,
table.tbl-data-02 tbody th,
table.tbl-data-02 tbody td{
padding:6px 8px;
border-width:0 0 1px 1px;
border-style:solid;
border-color:#ccc;
font-size:100%;
text-align:left;
vertical-align:top;
}

table.tbl-data-02 thead th,
table.tbl-data-02 tbody th{
background-color:#f4f6f7;
font-weight:normal;
}

table.tbl-data-03{
margin-bottom:1em;
border:0;
border-top:1px solid #ccc;
border-right:1px solid #ccc;
}

table.tbl-data-03 thead th,
table.tbl-data-03 tbody th,
table.tbl-data-03 tbody td{
padding:6px 8px;
border-width:0 0 1px 1px;
border-style:solid;
border-color:#ccc;
font-size:81.25%;
text-align:left;
vertical-align:top;
}

table.tbl-data-03 thead th{
background-color:#f4f6f7;
font-weight:normal;
}

table.tbl-data-03 tbody th{
font-weight:normal;
text-align:center;
}

table.tbl-data-03 tbody td{
text-align:right;
}

table.tbl-data-04{
margin-bottom:1em;
border:0;
border-top:1px solid #ccc;
border-right:1px solid #ccc;
}

table.tbl-data-04 thead th,
table.tbl-data-04 tbody th,
table.tbl-data-04 tbody td{
padding:2px 2px;
border-width:0 0 1px 1px;
border-style:solid;
border-color:#ccc;
font-size:68.75%;
text-align:left;
vertical-align:top;
}

table.tbl-data-04 thead th{
background-color:#f4f6f7;
font-weight:normal;
line-height:1.0;
}

table.tbl-data-04 tbody th{
font-weight:normal;
text-align:center;
}

table.tbl-layout-01{
margin-bottom:1em;
border:0;
}

table.tbl-layout-01 th,
table.tbl-layout-01 td{
font-size:100%;
}



/*----------------------------------------------------
	image
----------------------------------------------------*/
div.parts-image{
margin-bottom:1em;
}

div.parts-image p.img{
margin-bottom:0;
text-align:center;
}

div.parts-image p.img span.caption{
display:block;
margin-top:5px;
color:#555;
font-size:85.71%;
text-align:center;
line-height:1.2;
}

div.parts-image.img-col2{
width:680px;
margin-right:-10px;
}

div.parts-image.img-col2 p.img{
float:left;
margin-right:10px;
width:330px;
text-align:center;
}

div.parts-image.img-col3{
width:680px;
margin-right:-10px;
}

div.parts-image.img-col3 p.img{
float:left;
margin-right:10px;
width:216px;
text-align:center;
}

div.parts-image.img-col4{
width:680px;
margin-right:-10px;
}

div.parts-image.img-col4 p.img{
float:left;
margin-right:10px;
width:160px;
text-align:center;
}

div.parts-image.img-L p.img{
float:left;
margin:0 13px 10px 0;
}

div.parts-image.img-R p.img{
float:right;
margin:0 0 10px 13px;
}

.img-fl-L {
	display: inline;
	margin: 0 15px 15px 0;
	float: left;
}

.img-fl-R {
	display: inline;
	margin: 0 0 15px 15px;
	float: right;
}



/*----------------------------------------------------
	column
----------------------------------------------------*/
div.parts-col2{
	margin-bottom:1em;
	margin-right:-10px;
}

body.col-m div.parts-col2{
	margin-bottom:1em;
	margin-right:-15px;
	margin-right:-20px;
}

body.col-m div.parts-col2 div.col-block{
	width:427px;
	float:left;
	margin-right:15px;
}

/* サイトマップなど */
body.col-m div.parts-col3{
	margin-bottom:1em;
	margin-right:-20px;
}

body.col-m div.parts-col3 div.col-block{
	width:296px;
	float:left;
	margin-right:20px;
}



/*----------------------------------------------------
	box
----------------------------------------------------*/
.box-content-01{
	background-color:#e9e9e9;
	padding:15px;
	margin-bottom:1em;
}

.box-content-01 .hdg-lv2-01:first-child{
	margin-top:0;
}

.box-content-02{
	/* margin-bottom:1em; */
	margin: 2em 0;
	/* padding:15px 20px 5px; */
	padding: 15px 20px 0;
	border: 2px solid #fc0;
	border-radius: 15px;
	background-color:#fff9cf;
}

.box-content-02 p {
	margin: 0.5em 0 1em !important;
}

.box-content-ttl-01 {
	/* margin: 2em 0 -0.5em; */
	margin: 0;
	/* padding: 0; */
	padding: 0 1em;

	display: inline-block;
	border-radius: 10px;
	background: #fc0;
	/* color: #264B9D; */
	text-shadow:
		0 0 1px #fff,
		0 0 1px #fff,
		0 0 1px #fff,
		0 0 1px #fff;
	font-size: 88%;
	font-weight: bold;
	line-height: 2em;
}

div.border {border-color:#999999;
border:1px solid;
padding:10px 10px 10px 10px;}



/*----------------------------------------------------
	tmp_other
----------------------------------------------------*/

body#tmp_other #lyt-main {
	/* padding: 0 20px; */
	padding: 0;
}

body#tmp_other #lyt-main h1.hdg-lv1 span {
	/* padding: 10px 10px 7px; */
	padding: 0;
}

body#tmp_other #lyt-main p {
	/* padding: 5px 20px 0; */
	padding: 5px 0 0;
}


/*  contact.html
--------------------------------------------------- */

body#tmp_other #lyt-main div.box-content-01 {
	margin: 20px 20px 0;
	padding: 20px;
}


/*  sitemap.html
--------------------------------------------------- */

body#tmp_other #lyt-main div.sitemap_box {
	margin: 0 0 20px;
	/* padding: 0 20px; */
	padding: 0;
}

body#tmp_other #lyt-main div.sitemap_box a {
	color: #1c1c1c;
}

body#tmp_other #lyt-main div.sitemap_box ul {
	margin-bottom: 30px;
	margin-left: 15px;
}

body#tmp_other #lyt-main div.sitemap_box li {
    /* width: 360px; */
    /* margin: 0 0 10px 10px; */
	/* padding-right: 20px; */
}

body#tmp_other #lyt-main div.sitemap_box ul.list_glossary li {
    width: 150px;
}

body#tmp_other #lyt-main div.sitemap_box hr {
	margin-bottom: 30px;
}


/*  link.html
--------------------------------------------------- */

body#tmp_other #lyt-main div.link_box {
	margin: 0 0 20px;
	padding: 0;
}

body#tmp_other #lyt-main div.link_box dl {
	margin: 20px 0;
}

body#tmp_other #lyt-main div.link_box dl dt {
	margin: 0;
	padding: 0 0 0 20px;
}

body#tmp_other #lyt-main div.link_box dl dt li {
	margin: 0;
	padding: 0;
	display: inline;
}

body#tmp_other #lyt-main div.link_box dl dd {
	display: block;
	margin: -0.25em 1em 0.5em 3.5em;
}


/*  guide.html
--------------------------------------------------- */

body#tmp_other #lyt-main div.guide_box {
	margin: 0 0 20px;
	/* padding: 0 20px; */
	padding: 0;
}

body#tmp_other #lyt-main div.guide_box ul {
	margin: 1em 40px;
	padding: 0 0 0 20px;
}

body#tmp_other #lyt-main div.guide_box ol {
        list-style-type: katakana;
	margin: 1em 30px;
	padding: 0 0 0 20px;
}

/*  topics.html
--------------------------------------------------- */

body#tmp_other #lyt-main div.past_topics_box {
	margin: 0;
	padding: 10px 20px 0;
}

body#tmp_other #lyt-main div.past_topics_box ul {
	/* margin: 1em -5px; */
	margin: 0.25em -5px;
	/* padding: 0 0 0 20px; */
	list-style: none;
}

body#tmp_other #lyt-main div.past_topics_box ul li {
	/* display: inline; */
	display: inline-block;
	/* padding-left: 1em; */
	/* text-indent: -1em; */
}

body#tmp_other #lyt-main div.past_topics_box ul li::before {
	content: "・";
	font-weight: bolder;
}

body#tmp_other #lyt-main div.past_topics_box ul li ul {
	margin-top: -1.45em;
	padding: 0 0 0 1.5em;
}

body#tmp_other #lyt-main div.past_topics_box ul li ul li {
	display: inline;
}

body#tmp_other #lyt-main div.past_topics_box ul li ul li::before {
	content: "";
	font-size: 0;
	width: 0;
}


/*  download.html
--------------------------------------------------- */

body#tmp_other #lyt-main div.download_box {
	margin: 0 0 20px;
	/* padding: 0 20px; */
	padding: 0;
}

body#tmp_other #lyt-main div.download_box a {
	color: #1c1c1c;
}

body#tmp_other #lyt-main div.download_box ul {
	margin-bottom: 30px;
}

body#tmp_other #lyt-main div.download_box li {
    /* width: 360px; */
    /* width: 440px; */
    width: 880px;
    /* margin: 0 0 10px 10px; */
    margin: 0 0 10px;
	padding-right: 20px;
}

body#tmp_other #lyt-main div.download_box li:last-child {
    width: 880px !important;
}

body#tmp_other #lyt-main div.download_box hr {
	margin: 0 15px 30px;
}


/*  glossary/
--------------------------------------------------- */

body#tmp_glossary dl.list-normal-01 dt {
	/* background:url("/main_sosiki/cybersecurity/kokumin/main_content/icon-list_01.gif") 0 2px no-repeat; */
	margin: 0 0 5px 5px;
	/* padding: 0 0 0 25px; */
	padding: 0;
}

body#tmp_glossary dl.list-normal-01 dt::before {
	content: "●";
	color: orange;
	margin-right: 5px;
}

body#tmp_glossary dl.list-normal-01 dd {
	margin-bottom: 2.5em;
}

body#tmp_glossary dl.list-normal-01 dt span.icon-glossary-keyword {
	margin: 0;
	padding: 0 0 0 10px;
	display: inline;
}

body#tmp_glossary dl.list-normal-01 dt span.icon-glossary-keyword img {
	margin: -10px 0 0;
	padding: 0;
}



/*----------------------------------------------------
	サイト使用パーツ
----------------------------------------------------*/

/*  参照リンク
--------------------------------------------------- */

dl.note_link {
	margin: 1.5em 0 2em 20px;
}

dl.note_link dt {
	/* min-width: 60px; */
	/* min-height: 30px; */
	float: left;
	margin: 0.2em 1em 0 0;
	padding: 0.2em 1.25em 0.2em 0.75em;
	/* background: url("/main_sosiki/cybersecurity/kokumin/main_content/icon-note_link.gif") 0 0 no-repeat; */
	/* text-indent: -9999px; */
	background: red;
	border-top-left-radius: 0.2em;
	border-bottom-left-radius: 0.2em;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	color: white;
	font-size: 0.8em;
	font-weight: bold;
}

dl.note_link dd {
	margin: 0;
	/* padding: 3px 0 0 65px; */
	padding: 0.2em 0 0.2em 4em;
}

dl.note_link dd li {
	list-style: none;
}



/*----------------------------------------------------
	汎用class マージン
----------------------------------------------------*/

/*  margin control
--------------------------------------------------- */
.mt-none{margin-top:0 !important;}
.mt-01{margin-top:0.5em !important;}
.mt-02{margin-top:1em !important;}
.mt-03{margin-top:2em !important;}
.mr-none{margin-right:0 !important;}
.mr-01{margin-right:5px !important;}
.mr-02{margin-right:10px !important;}
.mr-03{margin-right:40px !important;}
.mb-none{margin-bottom:0 !important;}
.mb-01{margin-bottom:0.5em !important;}
.mb-02{margin-bottom:1em !important;}
.mb-03{margin-bottom:2em !important;}
.ml-none{margin-left:0 !important;}
.ml-01{margin-left:5px !important;}
.ml-02{margin-left:10px !important;}
.ml-03{margin-left:40px !important;}
.ms-none{margin-right:0;margin-left:0 !important;}
.ms-01{margin-right:5px;margin-left:5px !important;}
.ms-02{margin-right:10px;margin-left:10px !important;}
.ms-03{margin-right:40px;margin-left:40px !important;}



/*----------------------------------------------------
	電子メールアドレス @ お問い合わせページ
----------------------------------------------------*/

div#mailAddress {
	margin: 3em auto;
	padding: 0.5em 0 0.1em;
	display: block;
	width: 66.7%;
	background: #e4caff;
}

div#mailAddress p {
	text-align: center !important;
	font-size: 1.25em;
	font-weight: bold;
}



/*----------------------------------------------------
	iconPDF
----------------------------------------------------*/

li.m-icon-pdf::after {
	content: url(#AlyContentLink("000000201"));
	margin-left: 0.2em;
}

