﻿@charset "utf-8";

/*
-----------------------
last up date 2000.00.00
-------------------
table of contents
-----------------
01.block level
02.header
03.TopicPass
04.content
05.footer
06.clearFix
*/


/*
01.block level
-------------------------------------------------------------------*/
body {
	line-height: 1.5;
}
#wrapper {
	overflow: hidden;
	width: 100%;
	min-width: 950px;
	background-image: url(../images/bodyBgImg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	font-size: font-size:93%;

}
#header {
	width: 100%;
	min-height: 420px;
	height: auto !important;
	height: 420px;
}
#header .inner {
	text-align: left;
	padding-top: 70px;
}
#header .inner h2 {
	position: relative;
	top: 5px;
	left: 100px;
	width: 393px;
}
#pickup {
	min-height: 690px;
	height: auto !important;
	height: 690px;
	background-image: url(../images/pickupBgImg.png);
	background-position: bottom center;
	background-repeat: repeat-x;
}
#pickup .inner {
	position: relative;
	top: 0;
	left: 0;
	padding-top: 80px;
}
#pickup .contWrap {margin-top: 1em;}
#pickup .inner img.bnr {
	padding: 4px;
	background-color: #97dfff;
}
#pkpSub {
	position: absolute;
	top: 45px;
	right: 15px;
	width: 480px;
}
#pkpSub div {
	position: relative;
	top: 20px;
	left: 30px;
	width: 210px;
	float: left;
}
#pkpSub p {
	width: 270px;
	float: right;
	background-image: url(../images/tourokuBtnImg_on.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#dlBtn {
	position: absolute;
	top: 320px;
	right: 230px;
}
#content {
	margin: -45px;
	padding-bottom: 45px;
}
#point01 {
	min-height: 580px;
	height: auto !important;
	height: 580px;
	background-image: url(../images/point01BgImg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	margin-top: 50px;
}
#point02 {
	/*min-height: 580px;
	height: auto !important;
	height: 580px;*/
	background-image: url(../images/point02BgImg.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
	background-color: #0aa2da;
}
#point03 {
	min-height: 480px;
	height: auto !important;
	height: 480px;
	background-image: url(../images/point03BgImg.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
	background-color: #0878b9;
}

/*
02.header
-------------------------------------------------------------------*/


/*
03.topicPass
-------------------------------------------------------------------*/
ul#topicPass {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0 0 0 10px;
	margin: 6px 0;
	font-size: 80%;
}
ul#topicPass li {
	display: inline;
	color: #1e7397;
}
ul#topicPass li span {
	padding: 0 5px;
}
ul#topicPass li a:link,
ul#topicPass li a:visited {
	color: #1e7397;
	text-decoration: underline;
}
ul#topicPass li a:hover {
	color: #1e7397;
	text-decoration: none;
}

/*
04.content
-------------------------------------------------------------------*/
#logo {
	position: absolute;
	top: 6px;
	right: 15px;
}
#lNav {
	overflow: hidden;
	position: relative;
	top: 5px;
}
#lNav li {
	display: inline;
	float: left;
	width: 165px;
}
#lNav01 {
	background-image: url(../images/lNav01Img_on.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#lNav02 {
	background-image: url(../images/lNav02Img_on.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#lNav03 {
	background-image: url(../images/lNav03Img_on.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#pickup01 .contBtm p,
#pickup02 .contBtm p {
	text-align: left;
	color: #FFF;
	padding: 5px 0;
}
div.pkp {
	width: 450px;
	border: 1px solid #00baff;
	background-color: #10a5e2;
}
div.pkp p {text-align: left;}
#other div.pkp {
	border: 1px solid #00baff;
	background-color: #f3fbff;
}
#other div.pkp p {
	padding: 5px 0;
}
#other div.pkp img.bnr {
	padding: 8px;
	background-image: url(../images/bnrBgImg.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
div.pkp h3 {
	background-color: #fffc0d;
	font-size: 116%;
}
div.pkp th {
	border: 1px solid #45768c;
	background-color: #2e4d5b;
	padding: 10px;
}
div.pkp td {
	border: 1px solid #2e4d5b;
	border-top: none;
	background-color: #FFF;
	padding: 5px;
}
div.pkp .reward {
	width: 100%;
	border: 1px solid #f00e0e;
}
div.pkp .reward td.firstChild {
	overflow: hidden;
	width: 80px;
	background-color: #f00e0e;
	background-image: url(../images/rewardBgImg.gif);
	background-position: right center;
	background-repeat: no-repeat;
	border: none;
}
div.pkp .reward td.lastChild {
	border: none;
}
div.pkp .spec {
	width: 100%;
	font-size:93%;
}
div.pkp .contBtm {padding: 10px;}
div.pkp h4 {
	border: 1px solid #FFF;
	background-image: url(../images/pickupH4BgImg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #FFF;
	text-align: left;
	padding: 4px 8px;
}
div.pkp h4 a {
	color: #2e4d5b;
	font-size: 116%;
}
#pickup01 {
	float: left;
}
#pickup02 {
	float: right;
}
.inner {
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	width: 950px;
	margin: 0 auto;
}
.contWrap {
	overflow: hidden;
	padding: 0 15px;
}
#other .contWrap {
	margin-top: 20px;
}
.contLeft {float: left;}
.contRight {float: right;}

.contInnerWrap {
	overflow: hidden;
	padding: 10px;
}
.contInnerLeft {
	width: 234px;
	float: left;
}
.application {
	float: right;
	width: 176px;
}
.application li {padding-bottom: 10px;}
#point01 .inner {
	padding-top: 60px;
	padding-bottom: 90px;
	background-image: url(../images/point01InnerBgImg.gif);
	background-position: center 140px;
	background-repeat: no-repeat;
}
#point01 .inner {text-align: left;}
#point01 h3 {
	padding: 20px 0 10px 0;
}
#point02 .inner {
	min-height: 390px;
	height: auto !important;
	height: 390px;
	background-image: url(../images/point02InnerBgImg.gif);
	background-position: center 50px;
	background-repeat: no-repeat;
}
#point02 .inner {
	text-align: left;
	padding: 20px;
}
#point02 h3 {padding-bottom: 10px;}
#point03 {
	padding-bottom: 100px;
	text-align: left;
}
#point03 h3 {padding-top: 20px;}
#point03 ul {
	overflow: hidden;
	margin-top: 20px;
}
#point03 ul li {
	display: inline;
	float: left;
	width: 166px;
	margin-right: 24px;
}
#point03 .inner {
	background-image: url(../images/point03BtmBgImg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 120px;
}
#notice {
	padding: 10px;
	margin: 10px 15px;
	font-weight: bold;
	/*color: #F00;*/
	background-color: #f3f3f3;
}
/*
05.footer
-------------------------------------------------------------------*/
#footer {
	width: 100%;
	font-size: 80%;
	color: #ffffff;
	padding: 32px 10px 20px;
	background: url(../img/footer_line.jpg) no-repeat left top;
	background-color: #00539b;
}
#footer #footerCopy {
	width: 400px;
	float: left;
}
#footer #footerList {
	text-align: right;
	width: 400px;
	float: right;
}
#footer #footerList li {
	display: inline;
	border-right: solid 1px #ffffff;
	padding: 0 10px;
}
#footer #footerList li.last {
	border-right: none;
}
#footer address {text-align: left;}

/*
06.clearFix
-------------------------------------------------------------------*/
.clearFix,
#footer {
 overflow: hidden;
}

.clearFix:after,
#footer:after {
content: "";
display: block;
clear: both;
height: 1px;
overflow: hidden;
}
/**/
* html .clearFix,
* html #footer {
height: 1em;
overflow: visible;
}
/*
07.page-top
-------------------------------------------------------------------*/
/* page-top */
#pageTop {
	position: fixed !important;
    position: absolute;
	bottom: 0px;
	right: 20px;
	font-size: 80%;
}
#pageTop a {
	background: #fffc03;
	text-decoration: none;
	color: #525110;
	width: 80px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border: 1px solid #e3e118;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#pageTop a:hover {
	text-decoration: none;
	background: #e0de17;
}

.mgnT1em {margin-top: 1em;}
@media screen and (max-width:950px){
	#wrapper {
		min-width: initial;
		min-width: auto;
	}
	#content {
		margin: 0;
		padding-bottom: 0;
	}
	#pickup {
		background-position: center 0;
	}
.inner  {
	overflow: hidden;
	width: 100%;
}
#pickup01,
#pickup02 {
	float: none;
}
#point01 .inner,
#point02 .inner {
	background: none;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9;
}
#pickup div.pkp img.bnr {
		max-width: 200%;
	width: 100%;
}
#other div.pkp img.bnr {
	background: none;
	max-width: 200%;
	width: 100%;
}
#other .contWrap {
	margin: 0;
}
.contInnerLeft {
	width: 50%;
}
.application {
	width: 40%;
}
.application img {
	max-width: 200%;
	width: 100%;
}
div.contLeft,
div.contRight {
	float: none;
}
#dlBtn {
	right: 20px;
}
div.pkp {
	margin-bottom: 1em;
	width: 100%;
}
}
@media screen and (max-width:768px){
#dlBtn {
	display: none;
}
}
@media screen and (max-width:520px){
#header {
	min-height: initial;
	min-height: auto;
}
#header .inner h2 {
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
}
#lNav {
	display: none;
}
#pkpSub {
	right: 0;
	text-align: center;
	top: 2%;
	width: 100%;
}
#pkpSub p {
	float: none;
	margin: 0 auto;
}
#point01,
#point02,
#point03,
#pkpSub .fb-like {
	display: none;
}
.contInnerLeft {
	float: none;
	margin: 0 auto;
	width: 80%;
}
.application {
	float: none;
	margin: 1em auto 0 auto;
	width: 70%;
}
#pickup div.pkp img.bnr,
#other div.pkp img.bnr {
	padding: 0;
}
}
