@charset "euc-jp";
/* CSS Document */

/* 初期化処理 */
* {
	padding:0;
	margin:0;
}

span.red_txt {
	color:#da0000;
}

/* html5 */
img {
	border:none;
	vertical-align:bottom;
}

article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}

/* 全体 */
body {
	background:url(../images/a5.jpg) repeat;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 0.1em;
}

article#conteiner {
	background:url(../images/bg.gif) repeat-y;
	width:706px;
	margin:0 auto;
	text-align:left;
}

/* ヘッダー */
header {
	padding-left:3px;
	padding-bottom:20px;
}
header p.explain {
	background:url(../images/explain.gif) no-repeat;
	height:320px;
	font-size:14px;
	line-height:1.7em;
	padding:10px 30px 0 30px;
}
/* section（賞品） */
section.award {
	padding:0 0 15px 22px;
}
section.award ul {
	width:662px;
}
section.award li {
	list-style:none;
	overflow:hidden;
	zoom:1;
	margin-bottom: 20px;
}
section.award li img {
	float:left;
}
section.award p.warning {
	text-align:right;
	font-size:12px;
	padding:3px 20px 0 0;
}

/* 応募要項 */
section.gist {
	padding-top:18px;
}
table.gist_tbl {
	font-size:12px;
	line-height:1.5em;
	width:662px;
	border-top:#df3d3d solid 3px;
	border-left:#df3d3d solid 1px;
	margin:0 auto;
}
table.gist_tbl th {
	text-align:center;
	background-color:#fee7e7;
	border-right:#df3d3d solid 1px;
	border-bottom:#df3d3d solid 1px;
	line-height:2.5em;
	letter-spacing: 0.2em;
}
table.gist_tbl td.left_td {
	width:120px;
	background-color:#f4f4f4;
	font-weight:bold;
	letter-spacing: 0.2em;
}
table.gist_tbl td {
	padding:5px 10px;
	border-right:#df3d3d solid 1px;
	border-bottom:#df3d3d solid 1px;
}

table.gist_tbl dl {
	padding:10px 0;
	overflow:hidden;
	zoom:1;
}
table.gist_tbl dt {
	display:block;
	width:85px;
	float:left;
	clear:left;
}
table.gist_tbl dd {
	margin-left:85px;
}
table.gist_tbl ul,
table.gist_tbl ol {
	padding-left:25px;
}
table.gist_tbl p.top_space {
	padding-top:10px;
}
p.sample_border {
	text-align:center;
	margin:10px auto;
}
table.gist_tbl table.nengaSample td {
	border:none;
	text-align:center;
}
table.gist_tbl table.nengaSample td.about_sample {
	text-align:left;
}
/* フッター */
footer {
	height:77px;
	width:700px;
	margin-top:40px;
	margin-left:3px;
	background:url(../images/footer_bg.png);
}
footer p.copy_right {
	color:#231815;
	line-height:2em;
	padding-right:10px;
	float:right;
}
footer .footer_link {
	font-size:12px;
	padding-top:10px;
	padding-left:10px;
	float:left;
}
footer .footer_link a {
	color:#231815;
	
}

.essential_point {
	text-align:center;
	margin:20px;
}
.essential_point a {
	position:relative;
	padding-top:25px;
	display:block;
	color:#fff;
	text-decoration:none;
	height:55px;
	font-size:24px;
	font-weight:bold;
	border-radius:10px;
  	background-color: #d8002f;
	box-shadow:0px 2px 7px #303030;
}
.essential_point a:hover {
  animation: bg-color 1s 1 forwards;
  -webkit-animation: bg-color 1s 1 forwards;
}
.essential_point a img {
	position:absolute;
	left:185px;
}

@-webkit-keyframes bg-color {
	100% { background-color:#FFBE00;
	box-shadow:0px 0px 0px #fff; }
}
@keyframes bg-color {
	100% { background-color: #FFBE00;
	box-shadow:0px 0px 0px #fff; }
}