@charset "utf-8";

/* header
---------------------------------------- */
#headerArea {
	background: url(../img/bg_header.jpg) repeat-x;
}

#headerArea #header {
	width: 800px;
	height: 62px;
	margin: 0 auto;
}

#headerArea #header .text {
	float: left;
	padding-top: 6px;
}

#headerArea #header .logo {
	float: right;
	padding-top: 7px;
}

#headerArea #visual {
	width: 1000px;
	margin: 0 auto;
	padding: 580px 0 0;
	height: 0;
	overflow: hidden;
	background: url(../img/visual.png) no-repeat;
}


/* contents
---------------------------------------- */
#container {
	background: url(../img/bg_contents.png) repeat-x;
}

#contents {
	width: 806px;
	margin: 0 auto;
}

#contents .application {
	width: 660px;
	height: 85px;
	margin: 0 auto;
	text-align: right;
	background: url(../img/bg_application2.jpg) no-repeat;
}

#contents .application1 {
	background: url(../img/bg_application1.jpg) no-repeat;
}


#contents h2 {
	margin-bottom: 5px;
}

#contents .box {
	width: 800px;
	margin: 0 auto 30px;
	background: #fff url(../img/bg_box_btm.gif) left bottom no-repeat;
	position: relative;
}

#contents .boxShopping {
	margin-bottom: 20px;
}

#contents .boxBg {
	background: url(../img/bg_box_top.gif) no-repeat;
	width: 760px;
	padding: 17px 20px 0;
}

#contents .boxBgFirst {
	background: url(../img/bg_box_top_first.gif) no-repeat;
}

#contents .box h3 {
	margin-bottom: 12px;
}

#contents .box h4 {
	margin-bottom: 10px;
}

#contents .box .boxInner {
	width: 740px;
	margin: 0 auto;
	padding-bottom: 25px;
}

#contents .box .text {
	width: 520px;
	float: left;
}

#contents .box .text em {
	font-weight: bold;
	color: #F00;
}

#contents .box .image {
	width: 200px;
	float: right;
}

#contents .box .pointImage {
	margin: 20px 0;
}

#contents .box .pointCaption {
	font-size: 0.85em;
	text-indent: -1em;
	padding-left: 1em;
}

#contents .box ul.itemList {
	margin-top: 15px;
}

#contents .box ul.itemList li {
	color: #f6c;
	font-weight: bold;
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 10px;
}

#contents .box ul.itemList li p {
	color: #333;
}

#contents .box ul.itemList li p span {
	font-size: 0.85em;
}


#contents .box .image div {
	margin-bottom: 10px;
}

#contents .box p strong {
	font-weight: bold;
	color: #f6c;
}

#contents .box p span {
	font-size: 0.85em;
}

#contents .box p strong em {
	font-weight: bold;
	font-size: 1.3em;
}

#contents .box .imgRisoku {
	margin-bottom: 10px;
}

#contents .box .imgRisoku p {
	font-size: 0.85em;
}

#contents .box .note {
	font-size: 0.85em;
	margin: 4px 0 10px;
}

#contents .box .note2 {
	font-size: 0.85em;
	margin: 4px 0 0;
}

#contents .box .margin {
	margin: 0 0 10px;
}

#contents .box .cashingpoint {
	padding: 5px 0;
}

#contents .box p.cashingLead {
	border-top: 1px solid #ccc;
	padding-top: 15px;
	margin-bottom: 10px;
}

#contents .box .hakkou {
	margin-top: 20px;
}

#contents .box .voice {
	width: 740px;
	height: 0;
	padding: 429px 0 0;
	overflow: hidden;
	background: url(../img/img_voice.gif) no-repeat;
}

#contents .box .answer {
	background: url(../img/icon_a.gif) no-repeat;
	padding-left: 25px;
	margin: 10px 0 0;
}

#contents .box .answer p {
	margin: 0 0 20px;
}

#contents .box .answer p.btn {
	margin: -15px 0 0;
}

#contents table {
	width: 740px;
	margin: 0 auto 10px;
	background-color: #fff;
}

#contents table th,
#contents table td {
	border: 1px solid #ddd;
	padding: 10px 15px;
}


#contents table th {
	width: 150px;
	background-color: #f6f6f6;
	text-align: center;
}

#contents table td strong {
	color: #f00;
	font-weight: bold;
}

#contents table td span {
	font-size: 0.85em;
}

#contents table td img {
	margin-right: 20px;
}

#contents .notice {
	width: 740px;
	margin: 0 auto 30px;
	font-size: 0.85em;
}

#contents .notice p {
	margin-bottom: 1.5em;
}

#contents .notice p.ttl {
	margin-bottom: 0;
}


/* campaign
---------------------------------------- */
#contents .campaign {
	padding: 20px 0 0;
}

#contents .campaign2 {
	margin-bottom: 25px;
	padding-top: 20px
}


/* footer
---------------------------------------- */
#footerArea {
	background-color: #f4f4f4;
}

#footer {
	width: 780px;
	margin: 0 auto;
	padding: 10px 0 20px;
}

#footer .logo-sec {
	width: 162px;
	float: left;
}

#footer .copy-sec {
	width: 500px;
	float: left;
	display: inline;
	text-align: center;
	font-size: 0.8em;
}

#footer .privacy-sec {
	width: 60px;
	float: right;
	display: inline;
}

#footer .logo {
	margin-bottom: 10px;
}



/* textlink
---------------------------------------- */
.textLink {
	text-align: right;
	margin: 10px 0 0 0;
}


.pagetop {
	text-align: right;
	margin-right: 30px;
}

