/*全体　START*/
html {
	scroll-behavior: smooth;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,table,form,fieldset,legend,input,textarea,p,blockquote,header,footer,article,section,nav,main,aside,time {
	margin: 0px;
	padding: 0px;
}
fieldset,img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var,time {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
li { 
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input,textarea,select { 
	font-size: 100%;
	vertical-align: bottom;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	text-align: center;
	letter-spacing: 0px;
	-webkit-text-size-adjust: 100%;
	background: #FFFFFF;
}
a:visited {
	color: #0033FF;
	text-decoration: none;
}
a:link {
	color: #0033FF;
	text-decoration: none;
}
a:active {
	color: #E90000;
	text-decoration: underline;
}
a:hover {
	color: #E90000;
	text-decoration: underline;
}
.alpha a:hover img,
.alpha input:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
/*全体　END*/

#container {
	text-align: left;
	line-height: 1.25em;
}
.bold {
	font-weight: bold;
	color: #E90000;
	text-decoration: underline; /* 下線 */
	text-decoration-thickness: 0.3em; /* 線の太さ */
	text-decoration-color: rgba(255, 228, 0, 0.6); /* 線の色 */
	text-underline-offset: -0.1em; /* 線の位置。テキストに重なるようにやや上部にする */
	text-decoration-skip-ink: none;
}

/*ヘッダー　START*/
header {
	margin-bottom: 20px;
}
#h1box {
	background: #FFFFFF;
}
h1 {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding: 8px 5px 8px 5px;
	background: #E90000;
}
#logo {
	padding-bottom: 8px;
	text-align: center;
	background:  url(../images/10th.png) no-repeat 98% bottom;
	background-size: contain;
}
#logo img {
	width: 180px;
	height: 38px;
}
#pankuzu ol {
	padding: 6px 5px 4px 5px;
	background: #0066FF;
}
#pankuzu li {
	display: inline;
	margin-right: 8px;
	padding-right: 20px;
	color: #FFFFFF;
	line-height: 1.5em;
	background: url(../images/sprites-list.png) no-repeat right 1px;
}
#pankuzu li.current {
	background: none;
}
#pankuzu a {
	color: #FFFFFF;
	white-space: nowrap;
	text-decoration: underline;
}
/*ヘッダー　END*/

/*固定ナビ　START*/
.target {
	position: fixed;
	bottom: 0px;
	right: 0px;
	display: block;
	padding-bottom: 10px;
}
.target li {
	display: inline-block;
	width: 65px;
	height: 65px;
	padding: 0px 5px 0px 0px;
}
.target img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
/*固定ナビ　END*/

/*メイン　START*/

#cmpn,
#publish,
.rule {
	margin: 0px 2% 60px 2%;
}
#cmpn h2,
#publish h2 {
	margin-bottom: 10px;
	padding: 10px 5px 7px 20px;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1.5em;
	letter-spacing: 1px;
	background: #E90000;
	border: 1px solid #BF0000;
	border-radius: 5px;
}
#cmpn table {
	width: 100%;
}
#cmpn th {
	border-bottom: 1px dashed #CCCCCC;
	font-weight: normal;
	text-align: left;
	width: 25%;
	padding: 15px 2% 10px 2%;
}
#cmpn td {
	border-bottom: 1px dashed #CCCCCC;
	padding: 15px 2% 10px 2%;
}
#cmpn td p {
	margin: 0 0 5px 0;
}
#publish h3 {
	margin: 0 1% 10px 1%;
	padding: 3px 0 0 2%;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	border-left: 5px solid #0066FF;
	border-bottom: 2px solid #0066FF;
}
#publish p {
	margin: 0px 3% 10px 3%;
	line-height: 1.5em;
}
#publish section {
	margin: 0px 1% 20px 1%;
}
#publish ul {
	margin: 0px 2% 20px 2%;
}
#publish ul li {
	padding-left: 1.5em;
	text-indent: -1.5em;
	margin-bottom: 10px;
}
#publish ul li::before {
	content: "●";
}
.rule h2 {
	margin: 0 1% 10px 1%;
	padding: 3px 0 0 2%;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	border-left: 5px solid #0066FF;
	border-bottom: 2px solid #0066FF;
}
.rule h3 {
	margin: 0 1% 5px 1%;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
}
.rule p {
	margin: 0px 3% 20px 3%;
	line-height: 1.5em;
}
.rule section {
	margin: 0px 1% 20px 1%;
}
.rule ol {
	margin: 0px 2% 20px 2%;
	counter-reset: cnt;
}
.rule ol ol {
	margin: 0px 0% 20px 0%;
	padding-top: 5px;
}
.rule ol li {
	counter-increment: cnt;
	padding-left: 1.5em;
	text-indent: -1.5em;
	margin-bottom: 5px;
}
.rule ol ol li {
	padding-left: 1.1em;
	text-indent: -1.1em;
}
.rule ol li::before {
	content: "("counter(cnt)")";
}
.rule ol ol li::before {
	content: ""counter(cnt)")";
}
#area {
	 background: #E90000;
}
#area h2 {
	margin: 0px 3% 5px 3%;
	padding-top: 15px;
	color: #000000;
	font-weight: bold;
	border-bottom: 2px solid #000000;
}
#area ul {
	margin: 0px 3% 0px 3%;
	padding-bottom: 20px;
}
#area li {
	display: inline-block;
	margin-right: 15px;
	line-height: 2.25em;
}
#area a {
	color: #FFFFFF;
}
/*メイン　END*/

/*フッター　START*/
footer a {
	white-space: nowrap;
}
#footer-navi {
	margin-bottom: 10px;
	font-size: 14px;
}
#footer-navi ul {
	padding: 7px 0 3px 0;
	background: #0066FF;
}
#footer-navi li {
	display: inline-block;
	width: 48%;
	text-align: center;
	line-height: 2.25em;
}
#footer-navi li a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer-navi li a:hover {
	color: #E90000;
}
#copy {
	padding-bottom: 60px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
/*フッター　END*/
