html {
	height:100%;
}

body{
	color:#433e3a;
	width:100%;
	height:100%;
	overflow:auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* clearfix
----------------------------------------------------------------------------- */
.clearfix:after,
div.section:after{
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix,
div.section{
	display: inline-block;
}
* html .clearfix,
* html div.section{
	height: 1%;
}
.clearfix,
div.section{
	display: block;
}

/*共通
----------------------------------------------------------------------------- */

.main-content{
	padding: 12px 10px 16px;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
	font-weight: bold;
	margin-bottom: 1.0em;
}
.main-content h2 {
	display:block;
	padding: 3px 6px;
	background:url(../img/bgBlue.jpg) repeat;
	background-size:22px auto;
	box-shadow:2px 2px 1px rgba(0,0,0,0.2);
	font-size:12px;
	font-weight:bold;
	line-height: 1.6em;
	color:#FFFFFF;
}
.main-content h3 {
	padding: 3px 0 3px 3px;
	border-left: 6px solid #333;
	font-size: 12px;
}
.main-content h4 {
	padding-bottom: 2px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	font-size: 12px;
}
.main-content h5 {
	padding-bottom: 2px;
	border-bottom: 1px dotted rgba(0,0,0,0.2);
	font-size: 10px;
}
.main-content h6 {
	font-size: 10px;
}
.main-content p {
	margin-bottom: 1.2em;
	font-size: 12px;
	line-height: 1.6em;
}
.main-content ul {
	margin-bottom: 1.2em;
}
.main-content ul li {
	margin-bottom: 1.0em;
	margin-left: 20px;
	font-size: 12px;
	line-height: 1.6em;
	list-style-position: outside;
}
.main-content ul li.banner {
	margin-bottom: 1.0em;
	margin-left: 0;
	line-height: 1.6em;
	list-style: none;
	text-align: center;
}
.main-content ul li.banner img {
	border: 1px solid #AAA;
}
.main-content ul li.banner .banner-desc1 {
}
.main-content ul li.banner .banner-desc2 {
	color: #C3472E;
}
.main-content ul li.btn {
	margin-bottom: 1.0em;
	margin-left: 0;
	line-height: 1.6em;
	list-style: none;
}
.main-content ul li.btn a {
	display: block;
	padding: 8px 10px;
	border: 1px solid #6c4d22;
	background-color: #fff;
	text-decoration: none;
	color: #FFF;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	
	background: #A3872E; /* Old browsers */
	background: -moz-linear-gradient(top,  #A3872E 0%, #6c4d22 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A3872E), color-stop(100%,#6c4d22)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #A3872E 0%,#6c4d22 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  #A3872E 0%,#6c4d22 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #A3872E 0%,#6c4d22 100%); /* W3C */
}
.main-content ol {
	margin-bottom: 1.2em;
}
.main-content ol li {
	margin-bottom: 1.2em;
	margin-left: 20px;
	font-size: 12px;
	line-height: 1.6em;
	list-style-position: outside;
}
.main-content strong {
	font-weight: bold;
}
.main-content table.table-standard {
	margin: 0 auto 15px;
	width: 98%;
	font-size: 12px;
}
.main-content table.table-standard th,
.main-content table.table-standard td {
	padding: 10px 8px;
	border: 1px solid #fff;
	text-align: left;
}
.main-content table.table-standard th {
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
}
.main-content table.table-standard td {
	background-color: rgba(0, 0, 0, 0.1);
}
.main-content .centering-btn {
	margin: 0 auto 20px;
	width: 180px;
	text-align: center;
}
.main-content .shop_staff_box {
	margin-bottom: 15px;
	padding: 14px 10px 10px 74px;
	border: 3px solid #CCC;
	background-color: #fff;
	background-image:url(../img/shop_staff.png);
	background-size:60px auto;
	background-position:left bottom;
	background-repeat: no-repeat;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-weight: bold;
	color: #137086;
}
.main-content .code_input_box {
	margin-bottom: 15px;
	padding: 18px;
	border: 1px solid #FFF;
	background-color: rgba(200, 200, 200, 0.8);
	font-weight: bold;
	color: #137086;
}
.main-content .code_input_field {
	width: 150px;
	height: 24px;
    font-size: 14px;
}
.main-content .code_input_btn {
	padding: 6px 15px;
    font-size: 12px;
    background-color: #A3872E;
    color: #fff;
    border-style: none;
}
.cm-content .event-header {
	margin-bottom: 15px;
	text-align: center;
}
.cm-content p {
	clear: both;
	text-align: center;
}
.cm-content .pp-list {
	margin: -8px 0 15px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
	height: 130px;
}
.cm-content .pp-list .pp-box {
	position: relative;
	float: left;
	width: 95px;
	height: 130px;
	text-align: center;
	overflow: hidden;
}
.cm-content .pp-list .pp-box img {
}
.cm-content .pp-list .pp-box p {
	font-weight: bold;
	font-size: 11px;
	color: #C3472E;
}
.cm-content .pp-list .pp-box .badge {
	position: absolute;
	right: 0px;
	bottom: 30px;
}
.cm-content table {
	margin: 0 auto;
	width: 98%;
	font-size: 12px;
}
.cm-content table th,
.cm-content table td {
	padding: 6px 4px;
	border: 1px solid #fff;
}
.cm-content table th {
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: left;
}
.cm-content table td {
	background-color: rgba(0, 0, 0, 0.1);
	text-align: right;
}
.cm-content em {
	font-style: normal;
	color: #C3472E;
}

/*help共通
----------------------------------------------------------------------------- */

.contentWrap{
	width:100%;
	min-height:100%;
	background:url(../img/bgHelp.jpg) repeat;
	background-size:320px auto;
	background-attachment:fixed;
}

.mainCon{
	background:url(../img/bgHelpQ.png) no-repeat;
	background-size:255px auto;
	background-position:center 70px;
	margin:0 auto;
	background-attachment:fixed;
	}

.arrow01{
	box-shadow:2px 2px 1px rgba(0,0,0,0.1);
	border-radius:2px;
	width:27px;
	height:27px;
}


/*help一括指定
----------------------------------------------------------------------------- */

.helpList01,.helpList02 {
	list-style-type:none;
	padding:12px 10px 16px;
}

/*helpリンク*/

.helpList01 li span,.helpList02 li span{
	display:inline-block;
	text-decoration:none;
	color:#433e3a;
	font-weight:800;
	padding:13px;
	font-size:14px;
}

/*help矢印*/

.helpList01 li img,.helpList02 li img{
	display:inline-block;
	float:right;
}

/*help小見出し*/

.helpTit01,.helpTit02{
	display:block;
	background:url(../img/bgBeige.jpg) repeat;
	background-size:50px auto;
	box-shadow:0px 2px 1px rgba(0,0,0,0.2);
	font-size:17px;
	font-weight:800;
	text-align:center;
}


/*helpTop
----------------------------------------------------------------------------- */
.helpList01 li{
	display:block;
	height:40px;
	background:url(../img/bgBeige.jpg) repeat;
	background-size:50px auto;
	box-shadow:2px 2px 1px rgba(0,0,0,0.2);
	margin-bottom:5px;
}

.helpList01 li img{
	margin:7px;
}

/*help02
----------------------------------------------------------------------------- */
.helpTit01{
	height:35px;
	padding-top:15px;
}


.helpList02 li{
	display:block;
	height:43px;
	background:url(../img/line01.png) repeat-x;
	background-position:bottom;
}

.helpList02 li img{
	margin:12px;
}
	
/*help03
----------------------------------------------------------------------------- */
.helpTit02{
	position:relative;
	height:45px;
	padding-top:3px;
}

.helpTit02 img{
	position:absolute;
	left:10px;
	top:12px;
}

.rubi{
	font-size:10px;
	color:#716861;
	line-height:1.5;
}

.helpCon01{
	padding:15px 20px;
}

.helpTit03{
	font-size:12px;
	font-weight:bold;
	display:block;
	height:12px;
	padding:5px;
	color:#FFFFFF;
	background:url(../img/bgBlue.jpg) repeat;
	background-size:22px auto;
	box-shadow:2px 2px 1px rgba(0,0,0,0.2);
}

.helpImg01{
	display:block;
	text-align:center;
	padding:15px;
}

.helpImg01 img{
	width:130px;
	height:auto;
	border:#000000 3px solid;
}

.helpTxt01{
	display:block;
	padding:0 10px;
	font-size:12px;
	font-weight:800;
	color:#282828;
	line-height:1.4;
}
	
/*friend
----------------------------------------------------------------------------- */

.friend-container {
	padding: 9px 0;
	background:url(../img/bg_green_@2x.gif) repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}

.friend-container .content {
	margin: 0 auto;
	width: 302px;
	background:url(../img/friend_content_bg@2x.jpg) repeat;
}

.friend-container .content-header {
	height: 189px;
	background: url(../img/friend_header@2x.jpg) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}

.friend-container .section1 {
	margin-bottom: 10px;
	padding-bottom: 40px;
	background: url(../img/friend_arrow_down@2x.png) no-repeat bottom;
	-webkit-background-size: 48.5px 32px;
	background-size: 48.5px 32px;
}

.friend-container .section1 h2 {
	margin-bottom: 10px;
	padding: 16px 0 0 16px;
}

.friend-container .section1 .your-code {
	margin: 0 auto 5px;
	width: 205px;
	height: 69px;
	background: url(../img/friend_code_bg@2x.jpg) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}

.friend-container .section1 .your-code p {
	padding: 36px 0 0 0;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
}

.friend-container .section1 .btn {
	text-align: center;
}

.friend-container .section2 {
}

.friend-container .section2 h2 {
	margin-bottom: 15px;
	padding: 0 0 0 16px;
}

.friend-container .section2 .pic {
	margin-bottom: 12px;
	text-align: center;
}

.friend-container .section2 .condition {
	margin-bottom: 10px;
	text-align: center;
}

.friend-container .section2 .condition dt {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #aa5a00;
}

.friend-container .section2 .condition dd {
	font-size: 10px;
	font-weight: bold;
	color: #463c32;
	line-height: 1.2em;
}

.friend-container .section2 .btn {
	margin-bottom: 25px;
	text-align: center;
}

.friend-container .content-footer {
	height: 220px;
	background: url(../img/friend_footer@2x.jpg) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}

.friend-container .content-footer .icon-apple {
	margin-bottom: 10px;
	padding: 60px 0 0 0;
	text-align: center;
}

.friend-container .content-footer ul {
	padding-left: 38px;
}

.friend-container .content-footer ul li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
}
