﻿@charset "utf-8";
html,body{ width: 100%; } /* for ipad */
body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.5;
	color: #333333;
}

#breadcrumb {
	font-size:80%;
}


/* ParisCPSlideArea */
#ParisCPSlideArea {
     width:100%;
     min-width:960px;
     height:320px;
     background:url(/dst/cpn/klm/images/index01.jpg) no-repeat top center #0097e0;
}
#ParisCPSlideArea .inner {
	width:960px;
	margin:0 auto;
	padding:30px 0; 
}
#ParisCPSlideArea h3 {
	width:960px;
	text-align:left;
	margin:-230px auto;
	font-weight:bold;
	font-size:120%;
}
#ParisCPSlideArea .wlp_logo {
}
#ParisCPSlideArea .wlp_title {
	font-size:200%;
	line-height:1.6;
}
#ParisCPSlideArea .nav {
	margin:0 auto;
	width:960px;
}
#ParisCPSlideArea .nav li {
	display:inline-block;
	padding-right:10px;
}
#ParisCPSlideArea .nav img{
	transition:0.5s;
}
#ParisCPSlideArea .nav li img:hover{
	-moz-transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
}

/* themeArea */
#themeArea_bg {
    background:url(/dst/cpn/klm/images/theme_bg.png) repeat-x;
    padding:40px 0 0;
}

#themeArea {
	width:930px;
	margin:0 auto 50px;
	padding-left: 30px;
}
#themeArea .block {
	clear:both;
	margin-top:50px;
}
#themeArea .block h3#paris01 {
	width:580px;
	font-size:150%;
	line-height:1.5;
	font-weight:bold;
	color:#0097e0;
	padding:10px 0 10px 50px;
	margin-bottom:10px;
	background:url(../images/ams01.png) left top no-repeat;
	float:left;	
}
#themeArea .block h3 span {
	font-size:75%;
	line-height:1.4;
}
#themeArea .block h3.outlineTtl {
	padding-bottom:5px;
	color: #e37449;
	border-left: #e37449 solid 2px;
	padding-left: 10px;
	margin-bottom: 20px;
}
#themeArea .block .text {
	float:left;
	width:540px;
	font-size:100%;
	line-height:1.6;
	margin-left: 20px;
	background: ;
}
#themeArea .block .text strong {
	font-size:130%;
	line-height:1.6;
	font-weight:bold;
}
#themeArea .block:first-child .text strong {
	display:block;
	padding-bottom:15px;
}
#themeArea .block .img_L {
	float:left;
	width:240px;
	margin-right: 20px;
	margin-top: 20px;
}
#themeArea .block .img_R {
	float:left;
	width:240px;
	margin-left: 20px;
}

#themeArea .block:first-child .img {
	 /* margin-top:50px;	*/
	/* margin-left:20px;*/

}
#themeArea .block .cpnContents {
	font-size:90%;
	line-height:1.4;
	
	margin-top:15px;
	padding:15px;
}
#themeArea .block .cpnContents h4 {
	font-size:120%;
	line-height:1.4;
	font-weight:bold;
	margin-bottom:10px;
}
#themeArea .block .cpnContents li {
	text-indent:-1em;
	padding-left:1em;
	line-height:1.6;
}
#themeArea .block .text span {
	font-size:90%;
	line-height:1.4;
}

/* itemArea */
#itemArea {
    background:#e9f3f9;
    padding:40px 0 50px;
}
#itemArea .inner {
	width:960px;
	margin:0 auto;
}
#itemArea h3 {
	width:455px;
	font-size:150%;
	line-height:1.5;
	font-weight:bold;
	color:#333333;
	padding:7px 0 15px;
	margin-bottom:20px;
	background:url(../images/obi05.png) no-repeat 0 1.2em;
	text-align:center;
}


/* BranchArea */
#BranchArea {
	width:960px;
	margin:0 auto 50px;
}
#BranchArea h3 {
	font-size:150%;
	line-height:1.5;
	font-weight:bold;
	color:#333333;
    padding:45px 45px 30px;
	margin-top:40px;
	background: url(../images/obi02.png) no-repeat 0 0;
}
#BranchArea .img {
	width:350px;
	float:left;
}
#BranchArea p {
	width:530px;
	float:left;
	margin-left:30px;
	padding:0 50px 50px 0;
	background: url(../images/obi03.png) no-repeat right bottom;

}
#BranchArea p strong {
	display:block;
	font-size:120%;
	line-height:1.6;
	font-weight:bold;
	padding-bottom:15px;
}


/* tourItemArea */
.tourItemArea {
	width:900px;
	margin:20px auto;
	padding-bottom:15px;
	clear:both;
}
.tourContent a.link_tla {
    color: #33333;
	display:block;
}
.tourContent a.link_tla:link {
	text-decoration:none;
}
.tourContent a.link_tla:visited {
	text-decoration:none;
}
.tourContent a:hover {
	text-decoration:none;
	opacity: 0.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity: 0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	zoom:1;
}
.tourItemArea p{
		color:#333333;
}
.tourItemArea .headTitle {
	border-bottom:1px solid #333333;
	font-size: 150%;
	line-height: 1.5;
	font-weight: bold;
	color: #333333;
	padding: 0 0;
}
.tourItemArea .headTitle h4 {
	border-bottom:2px solid #333333;
	width:450px;
	font-size:110%;
	line-height:1.4;
	font-weight:bold;
}
.tourItemArea .tourContent {
	padding:15px 10px;
	border-bottom:2px solid #d1d3d4;
	border-collapse:separate;
	border-spacing:0px;	
}
.tourItemArea .tourContent .tourImg {
	float:left;
	width:240px;
	height:150px;
}
.tourItemArea .tourContent .tourDetail {
	width:620px;
	float:left;
	margin-left:20px;
}
.tourItemArea .tourContent .tourDetail .tourTitle {
	border-bottom:1px solid #d1d3d4;
	border-collapse:separate;
	border-spacing:0px;	
	width:620px;
	font-size: 130%;
	line-height: 1.5;
	font-weight: bold;
	color: #333333;
}
.tourItemArea .tourContent .tourDetail > ul {
	color:#333333;
	line-height:1.5;
	padding:15px 0 0 10px;
}

.tourItemArea .tourContent .tourDetail ul > li {
	width:590px;
    text-indent:-1em;
    padding-left:1em;
}

.tourItemArea .tourContent .tourDetail .price {
	float:right;
	font-size:100%;
}
.tourItemArea .tourContent .tourDetail .price span {
	font-size:150%;
	line-height:1.5;
	font-weight:bold;
	color:#8C0000;
}
.tourItemArea .otherLink{
	line-height: 1.5;
	float:right;
	margin-top: 15px;
}


/* airItemArea */
.airItemArea {
	width:900px;
	margin:0 auto;
	padding-bottom:15px;
	clear:both;
}
.airContent a.link_tla {
    color: #33333;
	display:block;
}
.airContent a.link_tla:link {
	text-decoration:none;
}
.airContent a.link_tla:visited {
	text-decoration:none;
}
.airContent a:hover {
	text-decoration:none;
	opacity: 0.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity: 0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	zoom:1;
}
.airItemArea p{
	color:#333333;
}
.airItemArea .headTitle {
	border-bottom:1px solid #333333;
	font-size: 150%;
	line-height: 1.5;
	font-weight: bold;
	color: #333333;
	padding: 0 0;
}
.airItemArea .headTitle h4 {
	border-bottom:2px solid #333333;
	width:720px;
	font-size:110%;
	line-height:1.5;
	font-weight:bold;
}
.airItemArea .headTitle h4  span {
	font-size:70%;
}
.airItemArea .airContent .airImg,
.airItemArea .opContent .airImg{
	float:left;
	width:100px;
	height:100px;
	overflow:hidden;
	padding-bottom:0px;
}

.airItemArea .airContent .text {
	width:270px;
	font-size:90%;
	line-height:1.4;
	font-weight:bold;
	float:left;
	margin-left:15px;
}
.airItemArea .airContent .airDetail_l {
	width:385px;
	float:left;
	padding:0 15px 15px;
}
.airItemArea .airContent .airDetail_r {
	width: 385px;
	float:right;
	padding:0 15px 15px;
}
.airItemArea .airContent .airDetail_l .airTitle,
.airItemArea .airContent .airDetail_r .airTitle {
	width:270px;
	font-size: 90%;
	line-height: 1.5;
	font-weight: bold;
	color: #333333;
	margin-top:10px;
}
.airItemArea .airContent .airDetail_l .price,
.airItemArea .airContent .airDetail_r .price {
	font-size:120%;
	line-height:1.5;
	font-weight:bold;
	color:#8C0000;
}

.airItemArea .airContent .airDetail_l .stxt,
.airItemArea .airContent .airDetail_r .stxt,
.tourItemArea .tourContent .tourDetail .price span.stxt {
	font-size:90%;
	font-weight:normal;
	padding-left:10px;
}
.airItemArea .airContent .airDetail_l .stxt2,
.airItemArea .airContent .airDetail_r .stxt2 {
	font-size:85%;
	font-weight:normal;
	padding-left:0;
}


.airItemArea .airContent .airDetail_l span.cpntxt,
.airItemArea .airContent .airDetail_r span.cpntxt {
	font-size:100%;
	line-height:1.5;
	font-weight:bold;
	color:#0097e0;
}

.airItemArea .airContent {
	padding:25px 10px 0 10px;
	border-bottom:2px solid #d1d3d4;
	border-collapse:separate;
	border-spacing:0px;	
}
.airItemArea .otherLink{
	line-height: 1.5;
	float:right;
	margin: 10px 0;
}

.airSpecialMenu {
	width:835px;
	margin:0 auto;
	padding:20px;
	border:1px solid #333333;
	background:#ffffff;
}
.airSpecialMenu .ttl {
	font-size:105%;
	line-height:1.4;
	font-weight:bold;
	text-align:center;
}
.airSpecialMenu .mealInfo {
	width:900px;
	margin:25px auto;
	clear:both;
}
.airSpecialMenu .mealInfo li {
	width:200px;
	font-size:90%;
	line-height:1.4;
	float:left;
	margin-right:10px;
}
.airSpecialMenu .mealInfo img {
	border:1px solid #cccccc;
}
.airSpecialMenu .mealInfo li:last-child {
	margin-right:0;
}
.airSpecialMenu .mealInfo .menuName {
	font-weight:bold;
	padding-top:5px;
}
.airSpecialMenu .mealInfo .detail {
	font-size:90%;
	line-height:1.4;
	font-weight:bold;
}
.airSpecialMenu .mealInfo .detail span {
	font-weight:normal;
}
.airSpecialMenu .notes {
	font-size:80%;
	line-height:1.4;
	clear:both;
}
.airSpecialMenu .otherLink {
	text-align:right;
}


.b{
	font-weight:bold;
}
.mb_10{
	margin-bottom: 10px;
}
.mb_20{
	margin-bottom: 20px;
}
.mb_30{
	margin-bottom: 30px;
}
.mb_40{
	margin-bottom: 40px;
}
.mb_50{
	margin-bottom: 50px;
}

.mt_10{
	margin-top: 10px;
}
.mt_20{
	margin-top: 20px;
}
.mt_30{
	margin-top: 30px;
}
.mt_40{
	margin-top: 40px;
}
.mt_50{
	margin-top: 50px;
}
.mt_60{
	margin-top: 60px;
}
.pt_5{
	padding-top: 5px;
}
.pt_10{
	padding-top: 10px;
}
.pt_20{
	padding-top: 20px;
}
.pt_30{
	padding-top: 30px;
}
.pt_40{
	padding-top: 40px;
}
.pa5{padding:5px;}
.pa_r5{padding-right:5px;}
.pa_r10 {
	padding-right: 10px;
	padding-top: 5px;
}
.stxt{
	font-size: 87%;
}

.txt120{
	font-size:120%;
}
.wlp_01{
	margin-bottom:40px;
	}


/*--------------タブ切り替え--------------*/

/* slider_wrapper */
.slider_wrapper { width:100% !important; }

/* Tab */
.coda-nav { width:920px; margin:0 auto 0px; }
.coda-nav ul { display:block; clear:both; border-left:1px solid #ccc;}
.coda-nav ul li { display:block; min-height:51px; cursor:pointer; float:left; margin-right:8px; position:relative; }
.coda-nav ul li span { font-size:80%; }

.coda-nav ul li a { display:table-cell; height:36px; text-align:center; padding:8px 14px 7px; line-height:1.3; color:#fff; background:#3a302c; font-size:16px; cursor:pointer; text-decoration:none; vertical-align: middle; }
.coda-nav ul li a:hover, .coda-nav ul li a.current { background:#f4ebda; color:#000000; }
.coda-nav ul li a.current:before {
	position: absolute;
	left: 42%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	pointer-events: none;
	margin-left:0;
	z-index:9999;

}
.coda-nav.top ul li a.current:before {
	bottom: -20px;
	border-top-color: #000000;
	border-width: 14px 8px 0 8px;
	z-index:9999;
}
.coda-nav.bottom ul li a.current:before {
	top: -20px;
	border-bottom-color: #000000;
	border-width: 0 8px 14px 8px;
	z-index:9999;
}
.coda-nav ul li a span {font-size:12px; text-indent:-10px; }


/* coda_slider */
.coda_slider {width:920px; margin:0 auto;}
.coda_slider li { display:block; width:920px; }
.coda_slider { position:relative; overflow:hidden; clear:both; }
.coda_slider li { float:left; }
.coda_slider .panel-container { position:relative }
.coda_slider .tabName { display:none; }

/* Arrow */
.coda-nav-left,
.coda-nav-right { float:left; margin:5px 5px 0 0; }
.coda-nav-left a,
.coda-nav-right a { display:block; width:100px; color:#fff; text-align:center; text-decoration:none; background:#000; padding:3px 7px; }
.coda-nav-left a:hover,
.coda-nav-right a:hover { background:#058dc7; }

/* Preloader */
.coda_slider p.loading { padding: 20px; text-align:center; }

.tour_content_wrap{
	/* background:#FFECF0;*/
	/* background:url(/dst/cpn/paris/images/tour_bg.jpg) repeat top center;*/
	background-size: cover;
}





#cboxOverlay{
	background: none;
}
#cboxTopLeft,#cboxTopRight,#cboxBottomLeft,#cboxBottomRight,#cboxMiddleLeft,#cboxMiddleRight,#cboxTopCenter,#cboxBottomCenter,#cboxContent{
	background:none;
}
#cboxContent{
	box-shadow: 0px 0px 8px 2px #ccc;
	border: 1px solid #ccc;
}


table.table010 {
  margin-bottom: 1em;
  width: 845px;
  margin-left:5px;  
  border-collapse: collapse;
  border: solid 1px #D6E3E3;
  font-size: 75%;
}

table.table010 th,
table.table010 td {
  border: solid 1px #D6E3E3;
  padding: 4px 8px;
   text-align:left;

}

table.table010 th {
	background: #F0F4F4;
	text-align:left;
	white-space: nowrap;
	color: #666;
	font-weight:bold !important; 
  
}

table.table010 td em{
	font-weight:bold !important; 
}