@charset "UTF-8";
/* CSS Document */
/* GLOBAL */

/* Code Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box; }

/* ---------- BASE ---------- */
body, html {
	line-height: 1.5em;
	margin: 0;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", "Yu Gothic", sans-serif;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	height: 100%; }
.myClear { clear: both; overflow: auto; }
a { text-decoration: underline; color: #0099cc; }


/* ---------- SPACE ---------- */


/* ---------- PC/SP ---------- */
.onlyPC { }
.onlySP { display: none; }

/* ---------- TEXT ---------- */
.supTXT { vertical-align: super; }
.txt_clear { text-indent:100%; white-space: nowrap; overflow: hidden; }
.smTXT { font-size: 80%; }

/* ---------- COLOR ---------- */
.c_red { color: #dc143c; }
.c_line { color: #00be00; }
.c_white { color: #ffffff; }
.link_color { color: #0099cc; font-weight: 600; }

/* ---------- header_blk ---------- */
div#header_blk { width: 100%; text-align: center; background-color: #ffffff; border-top: 5px solid #66bbee; }
div#header_blk header { width: 1000px; margin: 0 auto; }
div.elec_logo {
	display: block;
	width: 316px;
	height: 40px;
	background-image: url("../image/01_top_09.png") ;
	background-position: left middle ;
	background-size: contain;
	margin: 20px 0 20px; }

/* ---------- main_blk ---------- */
div#main_blk { width: 100%; text-align: center; background-color: #ffffff; }

/* ---------- introSec ---------- */
section#introSec { width: 1000px; margin: 2em auto 5em; text-align: left; }
section#introSec p.noticeDate { text-align: right; }
section#introSec p.noticeUser { margin: 1em 0; font-size: 120%; }
section#introSec p.noticeCom { text-align: right; margin: 0 0 2em; }

/* ---------- prologueSec ---------- */
section#prologueSec { width: 1000px; margin: 2em auto; text-align: left; }
section#prologueSec h1 { font-weight: normal; font-size: 140%; line-height: 1.5em; margin: 2em auto; color: #333333; text-align: center; }
section#prologueSec p { text-indent: 1em; line-height: 150%; }
section#prologueSec p.keigu { text-align: right; margin: 1em 8px 1em 0; }

/* ---------- issueSec ---------- */
section#issueSec { width: 1000px; margin: 2em auto; text-align: left; }
section#issueSec h2 { font-weight: normal; font-size: 120%; line-height: 1.5em; margin: 2em auto; color: #333333; text-align: center; }
dl.issueDL { margin: 1em 0; }
dl.issueDL dt { font-size: 110%; }
dl.issueDL dd { padding: 8px 0; margin-left: 2em; }
dl.issueDL dd > p { line-height: 150%; }
ul.issueUL { list-style: none; }
section#issueSec p.ijyo { text-align: right; }

/* ---------- footer_blk ---------- */
div#footer_blk { clear: both; display: block; width: 100%; height: 3em; background-color: #4590cb; }


p.gov_info {
	display: inline-block;
	border: 1px solid #333333;
	padding: 1em 2em;
}

/* ---------- Discount Table ---------- */
table.discountTable {
	width:80%;
	border: 1px solid #333333;
	text-align: center;
	border-collapse: collapse; }
table.discountTable th {
	padding: 1em;
	background-color: #dedede;
	vertical-align: middle;
	border: 1px solid #333333; }
table.discountTable td {
	padding: 1em;
	vertical-align: middle;
	border: 1px solid #333333; }
	
.discountP {
margin: 1em 0; 
}

