z@charset 'shift_jis';

/*--------------------------------------------------
	Common Style
--------------------------------------------------*/
body {
	background-color: #fff;
}
body, div#container {
	background-color: #fff;
	}
div#contents {
	width: 100%;
	background: #fff;
	}
	

/*--------------------------------------------------
	Social
--------------------------------------------------*/
#container .topWrap {
	margin: 15px auto 0;
    width: 970px;
    position: relative;
}
#contents #featureTitleText {
	margin: 0;
	line-height: 1;
	top: 5px;
	}

/*--------------------------------------------------
	main
--------------------------------------------------*/
.main {
	width: 100%;
	margin: 0 auto;
	background:  #ffcb75 url(/contents/recommend/cp/garapon/images/bg_housya.png) top center no-repeat;
    background-size: 100%;
}
.main_inner {
	width: 100%;
    margin: 0 auto;
}
#mainvisual h1 {
	width: 970px;
	text-align: center;
	margin: 0 auto;
	padding: 40px 0 45px;
}
#mainvisual h1 img {
	width: 100%;
}

.section {
	width: 970px;
    margin: 0 auto !important;
    border-left: none !important;
    border-right: none !important;
    position: relative;
}
.section:nth-child(3) {
	margin-top: 45px !important;
} 
.main_txt {
	text-align: center;
}
.main_txt img:nth-child(2) {
	margin-top: 45px;
}
.play_howto {
	background:  #fff3a9 url(/contents/recommend/cp/garapon/images/bg_under.png) bottom center no-repeat;
	/*margin-top: -20px;*/
	/*border-top: 15px solid #339133;*/
	padding: 15px 15px 0;
}
.play_contents {
	/*margin: 0 15px;*/
	padding: 0 15px;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	border-top: 3px solid #fff;
}
.play_step {
	text-align: center;
}
.play_step .sub_title {
	padding: 45px 0 55px;
}
.play_step .step:nth-child(3) {
	margin: 40px 0;
}
.play_step .step img {
	width: 100%;
}
.precautions {
	padding-bottom: 40px;
	line-height: 1.7;
	font-size: 18px;
	font-weight: 500;
}
.precautions p.txt_bold {
	font-size: 36px !important;
	font-weight: 500;
	text-align: left;
	border-bottom: 1px solid #333;
	margin: 15px 0;
}
.precautions ul {
	padding-left: 14px;
    text-indent: -14px;
}
.precautions ul.disc {
	padding-left: 0;
    text-indent: 0;
}
.precautions ul.disc li {
	list-style: disc;
}


/*--------------------------------------------------
	touroku_box
--------------------------------------------------*/
#touroku_box {
	width: 100%;
	padding-top: 60px;
	background: #fff;
	text-align: center;
}
#touroku_box div {
	position: relative;
	width: 590px;
	margin: 0 auto;
	padding: 138px 0 0;
}

/*--------------------------------------------------
	‰ïˆõ“o˜^
--------------------------------------------------*/
#touroku_box .btn_regist {
	width: 550px;
	margin: 0 auto;
	border-radius: 8px;
	display: block;
	text-align: center;
	line-height: 46px;
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	position: relative;
	padding: 6px 0 12px;
	line-height: 58px;
	background-color: #e50000;
	box-shadow: 0 -6px #ba0000 inset;
	-moz-box-shadow: 0 -6px #ba0000 inset;
	-webkit-box-shadow: 0 -6px #ba0000 inset;
	}
#touroku_box .btn_regist:hover {
	padding: 6px 0 6px;
	margin-top: 6px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-ms-transition: all .1s;
	transition: all .1s;
	}
#touroku_box p>img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
#touroku_box div > img {
	display: block;
	position: absolute;
	top: 0;
	left: 100px;
	z-index: 99;
	}
#touroku_box div a img {
	display: block;
	position: absolute;
	top: -75px;
	left: 10px;
	z-index: 99;
	}
#touroku_box .linktext {
	font-size: 14px;
	margin-top: 20px;
	display: inline-block;
	text-decoration: underline;
}
.arrow {
	display:  inline-block;
    color: #fff;
    text-decoration:  none;
}
.arrow::before {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 18px;
    border-color: transparent transparent transparent #ffffff;
    display:  inline-block;
    vertical-align:  middle;
    position:  relative;
    top: -3px;
    left: 350px;
    margin-right: 2px;
}
