@charset "utf-8";

/*
------------------------------*/
#nopage .myHistoryWrap {
	width: 100%;
	min-width: 1048px;
	height: auto;
	margin: 0px auto;
	/*background-color: #f0f0f0;*/
	padding: 0px 0px 40px;
}
	#nopage .myHistory{
		width: 100%;
		/*max-width: 1200px;*/
		margin: 0px auto;
		box-sizing: border-box;
		padding: 0px;
	}

#nopage .myinfoNo {
	overflow: hidden;
	padding: 0 0px 30px;
}
	#nopage .myinfoNo h2{
		background: #373737;
		padding: 20px 0 20px 0px;
		font-size: 129%;
		color: #FFF;
		font-weight: bold;
		text-align: center;
	}
	#nopage .myinfoNo .noPoint {
		background: #FFF;
		padding: 30px;
	}
	#nopage .myinfoNo .message {
		margin: 120px auto;
		text-align: center;
	}
	.btnArea {
		width: 100%;
		max-width: 1200px;
		min-width: 1048px;
		margin: 0 auto;
		text-align: center;
	}
		.btnArea a {
			display: inline-block;
			width: 40%;
			background: #0c985b;
			box-shadow: 0 5px 0 #08543f;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			color: #fff;
			line-height: 60px;
			font-size: 140%;
			font-weight: bold;
			text-align: center;
			text-decoration: none;
			margin: 0 auto;
			position: relative;
		}
		.btnArea a.theater {
			margin-right: 20px;
		}
		.btnArea a:hover {
			background: #14ad6a;
		}
		.btnArea a:active {
			box-shadow: none;
			top: 4px;
		}
			.btnArea a span {
				display: inline-block;
				min-height: 32px;
				padding: 3px 40px 0;
			}
			.btnArea a.theater span {
				background: url(../img/ico_side_theater@2x.png) no-repeat 0 center;
				background-size: 27px 25px;
			}
			.btnArea a.movie span {
				background: url(../img/ico_side_movie@2x.png) no-repeat 0 center;
				background-size: 23px 27px;
			}

#nopage .submitBtnArea {
	margin: 70px auto 0px;
}

/*白ボタン*/
.btnWhite,
a.btnWhite,
button.btnWhite {
	display: block;
	background: #fff;
	border: 1px solid #050505;
	border-radius: 4px;
	text-align: center;
	color: #050505;
	font-weight: bold;
	text-decoration: none;
}
	#nopage  .submitBtnArea .btnWhite {
		width: 280px;
		margin: 0 auto;
	}
		#nopage .submitBtnArea .btnWhite a {
			display: block;
			padding: 10px;
			text-decoration: none;
		}