@charset "UTF-8";

h3 {
  padding: 0.5em 1.0em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #6fb7cf;/*左線*/
  border-bottom: solid 1px #d9d9d9;
  margin-bottom: 10px;
  font-size: medium;
}

	body.rules .wrap_content #maincontent{
		background: #faf0d9;
	}
	body.rules .heading__page{
		margin-top: 0;
		padding-top: 80px;
	}
	.sec_rules .ttl__thread{
                padding-top: 50px;
		font-size: 16px;
		font-weight: bold;
	}
	.sec_rules .whiteBox{
		background-color: #e4dcca;
		padding: 20px;
		-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
		box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
		border: 1px solid #eee;
	}
	.sec_rules .bdTop{
		position: relative;
		margin-top: 40px;
		padding-top: 40px;
	}
	.sec_rules .bdTop::before{
		content: "";
display: block;
position: absolute;
top: 0;
height: 5px;
width: 100%;
border-top: 1px dashed #7f7f7f;
border-bottom: 1px dashed #7f7f7f;
	}
	.sec_rules .numList{
		padding-left: 1.5em;
	}
	.sec_rules .numList > li{
                margin-top: 20px;
		margin-bottom: 20px;
	}
@media only screen and (min-width: 768px), print {
	.sec_rules .whiteBox{
		padding: 50px;
	}
}