@charset "utf-8";


/* reset
----------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6,
address,dt,dd,th,ul,ol,dl,p,
form				{ font-size:12px; font-weight:normal; font-style:normal; margin:0; padding:0;}

dt,dd,li			{ list-style-type:none;}
img,a img			{ margin:0; padding:0; border:0; vertical-align:bottom; -ms-interpolation-mode:bicubic;}

label,label input	{ cursor:pointer;}
label input			{ margin:0 3px 0 0; vertical-align:middle;}

table				{ border-collapse:collapse; border-spacing:0;}
tr,td				{ padding:0; text-align:left;}

a					{ outline:0;}
a:link,a:visited	{ color:#0b53bc; text-decoration:underline;}
a:hover,a:active	{ color:#6666ff;}
:focus				{ outline:0;}


a:hover .ro,
.ro:hover,
input.ro:hover,
.ro:hover input		{ opacity:0.75; filter:alpha(opacity75);}

.float_l			{ float:left !important;}
.float_r			{ float:right !important;}

/* clearfix
----------------------------------------------------------------------- */
.clfix:after	{
	content:".";  /* 新しい要素を作る */
	display:block;  /* ブロックレベル要素に */
	clear:both;
	height:0;
	visibility:hidden;
}
.clfix	{min-height:1px;}
* html .clfix{
	height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}
.clear		{ clear:both;}
.allclear	{ clear:both; height:0; font-size:0; line-height:0;}

/*--- margin 
--------------------------------------------------------------------------*/
.mb5  {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}

/*--- color
--------------------------------------------------------------------------*/
.red {color:#F00;}

/*--- font
--------------------------------------------------------------------------*/
.fs10 {font-size:10px;}
.fs14 {font-size:14px;}
.fs16 {font-size:16px;}
.fwbd {font-weight:bold;}

/*--- table
--------------------------------------------------------------------------*/
.tabletype1 {
}
.tabletype1 th,.tabletype1 td {
	padding:8px 12px;
	border:#CCC solid 1px;
	font-size:14px;
}
.tabletype1 th {
	background:#eee;
}
.tabletype1 caption {
	text-align:left;
}

/* body
----------------------------------------------------------------------- */
body{
	padding:0;
	margin:0;
	font-size:12px;
	line-height:1.4;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#333;
  	width: 100%;
  	display: table;
}
body#page-type1{
	background: url(../img/index/header_bg.png) repeat-x;
}
body#page-type2{
	background: url(../img/header_bg.jpg) repeat-x;
}

/* header
----------------------------------------------------------------------- */
/* index */
#page-type1 #header-wrap {
	margin:0 auto;
	padding:0;
}
#page-type1 #header {
	width:945px;
	height:95px;
	margin:0 auto;
	padding:0;
	position:relative;
}
#page-type1 h1{
	position:absolute;
	top:16px;
	left:28px;
}
#page-type1 #header-tel {
	position:absolute;
	top:20px;
	right:400px;
}
#page-type1 #header-mail {
	position:absolute;
	top:20px;
	right:194px;
}
#page-type1 #header-facebook{
	position:absolute;
	top:20px;
	right:0px;
}
#index-main {
	width:100%;
	height:220px;
	margin:0 auto;
	overflow:hidden;
	background:url(../img/index/header_bg2.jpg) repeat-x #0e40a1;
}
#index-main p{
	width:1017px;
	margin:0 auto;
}

/* 内部 */
#page-type2 #header-wrap {
	height:117px;
	margin:0 auto;
	padding:0;
}
#page-type2 #header {
	width:945px;
	height:95px;
	margin:0 auto;
	padding:0;
	position:relative;
}
#page-type2 h1{
	position:absolute;
	top:17px;
	left:22px;
}
#page-type2 #header-tel {
	position:absolute;
	top:20px;
	right:400px;
}
#page-type2 #header-mail {
	position:absolute;
	top:20px;
	right:194px;
}
#page-type2 #header-facebook{
	position:absolute;
	top:20px;
	right:0px;
}

@media (max-width: 767px) {
	#page-type2 #header-wrap { height: auto; }
	#page-type2 #header { width: 100%; height: auto; text-align: center; }
	#page-type2 h1 { position: static; top: auto; left: auto; height: 60px; }
	#page-type2 #header-tel { position: static; top: auto; right: auto; }
	#page-type2 #header-mail { display: none; }
	#page-type2 #header-facebook { display: none; }
}
/* contents
----------------------------------------------------------------------- */
#contents-wrap {
	background:url(../img/bg1.jpg) repeat;
}
#contents {
	width:942px;
	margin:0 auto;
	padding:58px 0 0 0;
	position:relative;
}

/* gnavi
----------------------------------------------------------------------- */
#gnavi {
	width:942px;
	height:63px;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
 	clear:both;
	position:absolute;
	top:-18px;
	left:0;
}
#gnavi li {
	margin:0 0 0 0;
	float:left;
	display:inline;
}
@media (max-width: 767px) {
	#gnavi { display: none; }
}

/* pagetop
----------------------------------------------------------------------- */
#pagetop {
	margin:50px 10px 15px 0;
	clear:both;
	float:right;
}
#pagetop p{
}


/* footer
----------------------------------------------------------------------- */
#footer-wrap {
	padding:20px 0 30px 0;
	background:url(../img/bg3.png) repeat-x top;
	overflow:hidden;
}
#footer {
	width:942px;
	margin:0 auto;
	position:relative;
}

#footer-l {
	width:325px;
	float:left;
}
#footer-l p {
	font-size:11px;
}
#footer-logo {
	margin:0 0 5px 0;
}
#footer-r {
	position:absolute;
	top:0px;
	right:0px;
}
#footer-r li {
	margin:0 15px 0 0;
	padding:0 0 0 7px;
	background:url(../img/arrow01.gif) no-repeat 1px;
	float:left;
	display:inline;
}
#footer-r li a:link,#footer-r li a:visited {
	text-decoration:none;
	color:#333;
}
#footer-r li a:hover {
	text-decoration:none;
	color:#666;
}
@media (max-width: 767px) {
	#footer { width: auto; }
	#footer-logo { display: none; }
	#footer-l { width: auto; float: none; text-align: center; margin: 0 0 10px; }
	#footer-r { position: static; }
	#footer-r li a { padding: 5px; line-height: 2em; }

}

/* copyright
----------------------------------------------------------------------- */
#copyright {
	height:30px;
	background:#c9c8c8;
}
#copyright p {
	width:982px;
	margin:0 auto;
	text-align:right;
	color:#4c4c4c;
	line-height:30px;
	font-size:11px;
}

/*--- 内部ページ
--------------------------------------------------------------------------*/
.contents-type1{
	width:890px;
	padding:20px 25px 40px 25px;
	border:1px solid #d7d7d7;
	-webkit-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	background:#fff;
}
.contents-type1 h2 {
	margin:0 0 20px 0;
}
/*--パンクズ--*/
#pankuzu {
	width:870px;
	margin:0 10px 25px 10px;
}
#pankuzu li {
	float:left;
	display:inline;
}
#pankuzu li a{
	padding:0 10px 0 0;
	background:url(../img/pankuzu.gif) no-repeat right;
}


/*--会社概要--*/
#company-table {
	width:700px;
	margin:0 auto;
	
}
#company-table th,#company-table td {
	padding:15px;
	border:#CCC solid 1px;
	font-size:14px;
}
#company-table th {
	width:25%;
	background:#eeeeee;
}
#company-table th {
}
/*--お申込--*/
#order {
	width:806px;
	margin:0 auto;
}
#order h3 {
	margin:0 0 15px 0;
}
.order-block {
	width:766px;
	margin:0 20px 25px 20px;
}
.order-block p {
	font-size:13px;
}
#order-flow li {
	list-style-type: decimal;
	list-style-position:inside;
}
.order-bank {
	margin:0 15px 10px 0;
	padding:7px 15px;
	border:2px solid #e2e2e2;
	display:inline;
	float:left;
}
.order-payment-title {
	margin:0 0 10px 0;
	padding:3px 0 5px 5px;
	font-size:14px;
	font-weight:bold;
	border-bottom:#3a77ab 1px solid;
	border-left:#3a77ab 4px solid;
}
/*--ご搭乗--*/
#board {
	width:806px;
	margin:0 auto;
	
}
#board h3 {
	margin:0 0 20px 0;
}
.board-flow {
	width:764px;
	margin:0 auto;
}
.board-block {
	width:724px;
	margin:0 auto 15px auto;
	padding:10px 20px 10px 20px;
}
.board-block p {
	font-size:13px;
}
/*--約款--*/
#clause {
	width:806px;
	margin:0 auto;
}
#clause h3 {
	margin:0 0 20px 0;
	padding:0 0 0 18px;
	color:#FFF;
	height:40px;
	line-height:40px;
	font-weight:bold;
	font-size:16px;
	background:url(../img/clause/title-bg1.jpg) no-repeat;
}
.clause-block {
	width:766px;
	margin:0 auto 15px auto;
}
#clause h4 {
	width:766px;
	height:38px;
	margin:0 0 10px 0;
	padding:0 0 0 15px;
	font-weight:bold;
	font-size:14px;
	line-height:38px;
	background:url(../img/clause/title-bg2.jpg) no-repeat;
}
#clause h5 {
	margin:0 0 5px 0;
	font-weight:bold;
	font-size:14px;
}
#clause .clause-block p {
	margin:0 0 5px 0;
	padding:0 10px;
	font-size:13px;
}
/*--変更・取消しについて--*/
#cancel {
	width:806px;
	margin:0 auto;
}
#cancel h3 {
	margin:0 0 20px 0;
	padding:0 0 0 18px;
	color:#FFF;
	height:40px;
	line-height:40px;
	font-weight:bold;
	font-size:16px;
	background:url(../img/cancel/title-bg1.jpg) no-repeat;
}
.cancel-block {
	width:766px;
	margin:0 auto 15px auto;
}
#cancel .cancel-block p {
	font-size:13px;
}
#cancel-tel-table {
}
#cancel-tel-table th,#cancel-tel-table td {
	padding:10px;
	border:#CCC solid 1px;
}
#cancel-tel-table th {
	width:25%;
	background:#eeeeee;
}
#cancel-day-table caption {
	font-weight:bold;
	text-align:left;
	margin:0 0 5px 0;
}
#cancel-day-table th,#cancel-day-table td {
	padding:10px;
	border:#CCC solid 1px;
}
#cancel-day-table th {
	background:#eeeeee;
}
/*--プライバシーポリシー--*/
#privacy {
	width:806px;
	margin:0 auto;
}
.privacy-block {
	width:766px;
	margin:0 auto 15px auto;
	font-size:13px;
}
.privacy-block p{
	font-size:13px;
}
/*--特定商取引法--*/
#law {
	width:806px;
	margin:0 auto;
}
#law h3 {
	margin:0 0 20px 0;
	padding:0 0 0 18px;
	color:#FFF;
	height:40px;
	line-height:40px;
	font-weight:bold;
	font-size:16px;
	background:url(../img/law/title-bg1.jpg) no-repeat;
}
.law-table {
	width:700px;
	margin:0 auto;
}
.law-table th,.law-table td {
	padding:15px;
	border:#CCC solid 1px;
	font-size:14px;
}
.law-table th {
	width:25%;
	background:#eeeeee;
}
.law-table th {
}
/*--お支払い方法--*/
/*
#payment {
	width:806px;
	margin:0 auto;
}
#payment h3 {
	margin:0 0 20px 0;
	padding:0 0 0 18px;
	color:#FFF;
	height:40px;
	line-height:40px;
	font-weight:bold;
	font-size:16px;
	background:url(../img/payment/title-bg1.jpg) no-repeat;
}
.payment-block {
	width:766px;
	margin:0 auto 15px auto;
}
#payment .payment-block p {
	font-size:13px;
}
.payment-bank {
	margin:0 15px 10px 0;
	padding:7px 15px;
	border:2px solid #e2e2e2;
	display:inline;
	float:left;
}
*/
/*--サイトマップ--*/
#sitemap {
	width:800px;
	margin:0 auto;
}
#sitemap ul{
	font-size:14px;
}
#sitemap-l {
	width:350px;
	float:left;
}
#sitemap-r {
	width:350px;
	float:right;
}

#sitemap ul li {
	margin:0 0 8px 0;
	padding:0 0 0 10px;
	background:url(../img/arrow01.gif) left center no-repeat;
}
/*--航空会社（ANA）--*/
#air {
	width:806px;
	margin:0 auto;
}
#air h3 {
	margin:0 0 20px 0;
	padding:0 0 0 18px;
	color:#FFF;
	height:40px;
	line-height:40px;
	font-weight:bold;
	font-size:16px;
	background:url(../img/ana/title-bg1.jpg) no-repeat;
}
.air-block {
	width:766px;
	margin:0 auto 15px auto;
}
#air .air-block p {
	font-size:13px;
}

