/* jfx_style */


* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	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;
}
#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;
}
#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%;
}

#footer {
	height: 60px;
	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;
}

.red {
	color: #F00;
	font-size: 11px;
}
.flex-container {
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex; 
}
.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;
	}
}