@charset "UTF-8";
img {
    border-style:none;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #C8DEFE;
	background-image: url(../images/bd.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
h1,h2,h3,h4,p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.leftbox {
	width: 385px;
	padding-left: 20px;
	padding-top: 20px;
	float: left;
}
.rightbox {
	width: 370px;
	padding-top: 20px;
	float: left;
	padding-left: 7px;
	padding-bottom: 10px;
}

* html .rightbox{ /* IEのみに適応 */
	padding-bottom: 0px;
}
 

hr {
	clear: both;
}
.notice {
	font-size: 10px;
	line-height: 150%;
	margin-left: 10px;
	margin-top: 5px;
}
.notice02 {
	font-size: 10px;
	line-height: 150%;
	text-align:center;
	margin-top: 5px;
	
}
.red {
	color: #FF0000;
}
.clrdot {
	height: 1px;
	clear: both;
	text-align: center;
	padding: 5px;
}

.clrdot2 {
	height: 1px;
	clear: both;
	text-align: center;
	padding: 15px;
}
.qabox {
	width: 780px;
	margin-right: 10px;
	margin-left: 10px;
}
.q {
	padding-right: 10px;
	padding-left: 10px;
}
.a {
	background-image: url(images/qanabox_01.gif);
	background-position: 10px top;
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-right: 30px;
	vertical-align: top;
	font-size: 12px;
	line-height: 150%;
}
.aend {
	background-image: url(images/qanabox_02.gif);
	background-position: 10px bottom;
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-right: 30px;
	vertical-align: top;
	font-size: 12px;
	line-height: 150%;
	height: 30px;
}
.endbtn {
	width: 370px;
	margin-left: auto;
	margin-right: 20px;
	padding-bottom: 10px;
}

.topbtn{
	float:left;
	width: 195px;
	margin-left: 20px;
	height:10em;
}

.topbtn a{
	border-style:none;
	outline: none; 
	text-align:center;
	font-size:small;
	color:#6FB338;
}

.company{
	width:370px;
	background: #FEFEFE;
	margin-left: 4px;
	padding-right: 4px;
	padding-left: 2px;
 }
 
.company ul.top{
	padding: 0px;
	margin: 15px 0 0 68px;
}
.company ul.bottom{
	padding: 0px;
	margin: 15px auto 0;
}
.company ul li{
	display:block;
	float:left;
	list-style: none;
	width:117px;
	text-align:center;
	font-size:10px;
}
.company ul li img{
	border-right:solid 1px #BBB;
	margin-bottom:5px;
}
.company ul li.fst img{
	border-left:solid 1px #BBB;
}http://jalcard.nadeco.net/common/img/top/head_001.png



.btnSection{
	clear:both;
	width:400px;
	margin:20px auto 0 auto;
	padding:10px 20px 10px 20px;
}

.btnSection2{
	text-align:center;
	margin:20px 0 10px 0;
}

* html .btnSection{ /* IEのみに適応 */
	padding:0px 20px 10px 20px;
}
 

.clear{clear:both;}
 
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
 
