/* jfx_style */
* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 150%;
}

img {
	vertical-align:top;
}
h2 {
	background-image: url(images/h01.gif);
	background-repeat: no-repeat;
	height: 36px;
	text-align: left;
	padding-top: 8px;
	font-weight: bold;
	color: #333333;
	font-size: 16px;
	width: 835px;
	padding-left: 15px;
}
#header{
	width: 850px;
	margin: 0 auto;
	position: relative;
}
.logo{
	position: absolute;
	left: 0;
	top:0;
}
.new_btn_style{
	width: 850px;
	margin: 0 auto;
	margin-top: 8px;
	display: flex;
	justify-content: space-around;
}
.hero{
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
.hero_p{
	background-image: url(images/flag_left.png);
	background-repeat: repeat-x;
}
#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	width: 850px;
}
#main .buttanbox {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#main .keisaibi{
	font-size: 12px;
	padding-top: 9px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}
.content .cpbox {
	background-image: url(images/cpbox_bg.jpg);
	background-repeat: no-repeat;
	height: 320px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	position: relative;
}
.content .cpbox .left_b {
	position: absolute;
	left: 50px;
	top: 93px;
}
.content .cpbox .right_b {
	position: absolute;
	right: 57px;
	top: 93px;
}

.content .cpbox .left_b p:not(:first-child) {
	margin-top:8px;
}
.content .cpbox .right_b p:not(:first-child) {
	margin-top:8px;
}
.contentbox1 .cashback_box th {
	font-weight: bold;
}
.contentbox1 .cashback_box td {
	text-align: left;
	font-size: 13px;
}


#contentbox1 {
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 150%;
}
#contentbox2 {
	text-align: center;
	padding-bottom: 10px;
	line-height: 150%;
	background-color: #f7f4f2;
}

#footer {
	height: 160px;
	padding-top: 50px;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	padding-top: 30px;
	font-weight: bold;
	color: #FFF;
	background-color: #37a62f;
}

#footer a {
	color: #000;
	text-decoration: none;
	font-size: 18px;
}

#footer a:hover{
	color: #CCCCCC;
	text-decoration: none;
}
#cp_banner {
	background-color: #37a62f;
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cpbox2 {
	display:flex;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;

}
.cpbox2 p:not(:first-child)  {
	margin-left:20px;

}
.red {
	color: #F00;
	font-size: 11px;
}
.flex-container {
	/* display:-webkit-flex; */
	display:-moz-box;
	display:-ms-flexbox;
	/* display: flex;  */
}

.cashback_detail{
	margin-bottom: 20px;
}

.ietext {
    font-size: 13px;
}
@-moz-document url-prefix() {
	.ietext {
		font-size: 12px;
}
	
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.ietext {
		font-size: 12px;
	}
}
