@charset "utf-8";


/* base
------------------------------------------ */
body {
	background: #ffffff;
	color: #555555;
	font-size: 87.50%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.61;
	border-top: solid 3px #d20a0a;
	min-width: 1040px;
}
a {
	transition: all .3s;
}
a:link {
	color: #0044CC;
	text-decoration: underline;
}
a:visited {
	color: #6633aa;
	text-decoration: underline;
}
a:hover {
	color: #cc0000;
	text-decoration: none;
}
a:active {
	color: #cc0000;
	text-decoration: none;
}

img {
	vertical-align: bottom;
}

/* wrap
------------------------------------------ */
.wrap {
	width: 950px;
	margin: 0 auto;
}

.lead {
	color: #333333;
	font-size: 157.5%;
	line-height: 1.2;
	text-align: center;
}


/* header
------------------------------------------ */
#header {
	text-align: left !important;
	background: #FFF;
	padding: 20px 15px;
}
#header .logo003 {
	display: inline-block;
}
#header .logo003 img{vertical-align: top;}



/* heading
------------------------------------------ */

.wrap {
    width: 950px;
    margin: 0 auto;
}

/* main
------------------------------------------ */

#detail{
	width: 950px;
	margin: 0 auto;
	padding:20px 130px 30px;
}
#detail dl{
	font-size:84%;
}
#detail dt{
	margin-bottom:15px;
}
#detail dd{
	margin-bottom:2px;
}

/* icon
------------------------------------------ */
.icon2 {
	padding-left: 9px;
}
/* footer
------------------------------------------ */

/* copyright */
#footer{
	padding-bottom:30px;
	background-color: #FFF;
}
#footer #copyright {
	padding: 5px 0;
	background: #f0f0f0;
	text-align: right;
	font-size: 85.71%;
}
/* credit */
#footer #credit {
	margin: 15px 10px 0 0;
}
#footer #credit .logo001 {
	float: left;
}
#footer #credit .logo002 {
	float: right;
}

#footerSubNavi {
	font-size: 85%;
	display: flex;
}
#footerSubNavi li {
	padding-top: 2px;
	margin-right: 10px;
}
@media (max-width: 767px){
	#footer {
		padding-bottom: 25px;
	}
	#footerSubNavi{
		justify-content: center;
		flex-wrap: wrap;
	}
	.copyright{
		width: 100%;
		text-align: center;
	}
	#footer #credit .logo002 {
		float: none;
		text-align: center;
	}
	#footer #credit {
		margin: 15px 0 0 0;
	}
}


.dsBlock{
	display:block;
}







.bold{ font-weight:bold;}

/* Float
------------------------------------------ */
.floatL { float: left !important; }
.floatR { float: right !important; }


/* Text Align
------------------------------------------ */
.aL { text-align: left !important; }
.aR { text-align: right !important; }
.aC { text-align: center !important; }


/* Vertical Align
------------------------------------------ */
.vM{ vertical-align:middle !important;}
/* Margin
------------------------------------------ */
.mt0 { margin-top: 0 !important; }
.mt3 { margin-top: 3px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt55 { margin-top: 55px !important; }

.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }

.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml45 { margin-left: 45px !important; }

.mr20 { margin-right: 20px !important; }


/* Width
------------------------------------------ */
.w200 { width: 200px; }
.w210 { width: 210px; }
.w425 { width: 425px; }
.w445 { width: 445px; }
.w455 { width: 455px; }
.w475 { width: 475px; }


/* Alert
------------------------------------------ */
#alertCSS {
	width: 1210px;
	margin: 20px auto;
	padding: 15px 20px;
	border: 1px solid #cc0000;
}
#alertCSS p {
	color: #cc0000;
	font-size: 116.66%;
	font-weight: bold;
}
#alertCSS {
	display: none;
}


/* aural
------------------------------------------ */
.skipText {
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 1px;
	height:1px;
}


/* clearfix
------------------------------------------ */
.wrap:after,
.cols:after,
#header ul:after,
#footerNavi ul:after,
#footerSubNavi:after,
#simulationContainer .area .textBlock:after,
#simulationGraph .lotteryNum .details ul:after,
#simulationGraph .detailGraph ul:after,
#tryContainer .h3Container .useList:after,
#linkContainer .pointList:after,
#linkContainer .btnList:after {
	content: "";
	display: block;
	clear: both;
}
.wrap,
.cols,
#header ul,
#footerNavi ul,
#footerSubNavi,
#simulationContainer .area .textBlock,
#simulationGraph .lotteryNum .details ul,
#simulationGraph .detailGraph ul
#tryContainer .h3Container .useList,
#linkContainer .pointList,
#linkContainer .btnList {
	min-height: 1%;
	zoom: 1;
}

