﻿@charset "utf-8";
/* CSS Document */
.sp-head{
	display: none;
}
.mt15{
	margin-top:15px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mb15{
	margin-bottom:15px;
}
/* ボタン赤 */
.btn-red a {
	display: block;
	width: 600px;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #d32f2f;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #c62828;
	-moz-box-shadow: 0px 5px 0px 0px #c62828;
	-webkit-box-shadow: 0px 5px 0px 0px #c62828;
	color: #FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:28px;
	text-align: center;
}
.btn-red a:hover {
	color:#fff;
	background-color: #c62828;
	box-shadow: 0px 5px 0px 0px #b71c1c;
	-moz-box-shadow: 0px 5px 0px 0px #b71c1c;
	-webkit-box-shadow: 0px 5px 0px 0px #b71c1c;
	-moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3
}
.btn-red-fin span {
	display: block;
	width: 600px;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #541313;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #4f1010;
	-moz-box-shadow: 0px 5px 0px 0px #4f1010;
	-webkit-box-shadow: 0px 5px 0px 0px #4f1010;
	color: #999;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:28px;
	text-align: center;
}
.title {
	padding: 12px 15px;
	background-color:#3695d6;
	color: #fff;
	font-size: 1.2em;
	font-family: Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,メイリオ,Meiryo,ＭＳ Ｐゴシック,Arial,Verdana,sans-serif;
}
/*　キャンペーン概要　*/
#outline_box {
	margin: 0 0 15px;
	border: 2px solid #3695d6;
}
#outline_box dl{
	margin:5px 0;
}
#outline_box dt{
	padding:10px 0 0 15px;
	font-weight:bold;
	color:#3695d6;
	float:left;
}
#outline_box dd{
	padding:10px 10px 10px 200px;
	border-bottom:1px dashed #ccc;
	line-height:140%;
}
#outline_box dd.last{
	border:0;
}
/*　注意事項　*/
.notice_tit {
	padding: 8px 15px;
	background-color: #ccc;
	color: #000;
	font-size: 1.2em;
	font-family: Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,メイリオ,Meiryo,ＭＳ Ｐゴシック,Arial,Verdana,sans-serif;
}
#notice_box {
	margin: 0 0 10px;
	width:956px;
	border: 2px solid #ccc;
}
#notice_box dl{
	margin: 0;
}
#notice_box dt{
	padding:10px 0 0 15px;
	font-weight:bold;
	color:#000;
	float:left;
}
#notice_box dd{
	padding:10px 10px 10px 200px;
	border-bottom:1px dashed #ccc;
	line-height:140%;
}
#notice_box dd.last{
	border:0;
}
#notice_box ul{
	margin-left: 0;
}
#notice_box ul li {
	list-style: disc;
	list-style-position: outside;
}
/*キャンペーン終了対応*/
#str_container #res-header{
	position:relative;
}
#str_container #res-header .h-txt{
	display:none;
}
#str_container #res-header-fin{
	position:relative;
	background:#000;
}
#str_container #res-header-fin .pc-head{
	width: 100%;
	height: 100%;
	z-index: 999;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#str_container #res-header-fin .h-txt {
	position:absolute;
	background:#fff;
	padding:20px 40px;
	top:50%;
	left:320px;
	margin:-50px 0 0;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	z-index: 999999;
	text-align:center;
}
#str_container #res-header-fin .h-txt p {
	font-size:160%;
	font-weight:bold;
	color:#ff0000;
	font-family:"メイリオ", Meiryo, Osaka;
}
#str_container #res-header-fin .h-txt p span {
	font-size:80%;
	font-weight:normal;
}

@media screen and (max-width: 768px) {
.pc-head{
	display:none;
}
.sp-head{
	display:block;
}
/* ボタン赤 */
.btn-red a,.btn-red-fin span {
	width:auto;
	margin:0 15px 20px;
	padding:10px 0;
	max-height:999999px;
	font-size:14px;
}
.title{
	padding:5px 10px;
	margin:0 3px;
	font-size:14px;
	max-height:999999px;
}
/*　キャンペーン概要　*/
#outline_box {
	margin: 0 3px;
}
#outline_box dl{
	margin: 0;
	padding: 3px;
}
#outline_box dt{
	float:none;
	padding: 0 0 0 5px;
	max-height:999999px;
}
dl.outline dt {
	padding: 5px;
}
#outline_box dd{
	padding: 0 0 10px 5px;
	max-height:999999px;
}
/*　注意事項　*/
.notice_tit {
	padding:5px 10px;
	font-size:14px;
	margin:0 3px;
}
#notice_box {
	margin: 0 3px 20px;
	width:auto;
}
#notice_box dl{
	margin: 0;
	padding: 3px;
}
#notice_box dt{
	float:none;
	padding: 0 0 0 5px;
}
#notice_box dd{
	padding: 5px;
}
#notice_box ul{
	margin-left:10px;
}
#notice_box ul li {
	list-style: disc;
	list-style-position: outside;
	max-height:999999px;
}
.btn_info{
	margin:0 10px;
}
/*キャンペーン終了対応*/
#str_container #res-header-fin{
	margin:0 0 10px;
}
#str_container #res-header-fin .sp-head{
	width: 100%;
	height: 100%;
	z-index: 999;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	line-height:0;
}
#str_container #res-header-fin .h-txt {
	max-height: 999999px;
    line-height: 1.3;
    margin-left: -38%;
    left: 50%;
    width: 66%;
    padding: 5% 5%;
}
#str_container #res-header-fin .h-txt p {
	font-size:14px;
}
#str_container #res-header-fin .h-txt p span {
	font-size:14px;
}
}