﻿@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;
}
	font-size:80%;
}

/* titleArea */
#titleArea {
	width:100% ;
	min-width:960px;
}
#titleArea h2 {
	width:960px;
	margin:38px auto 30px;
	text-align:center;
}

/* navList */
.navList {
	width:960px;
	/*margin:10px auto 45px;*/
	margin: 0 auto;
	clear:both;
}
.navList li {
	float:left;
}
.navList li.last {
	margin-right:0;
}

/* bottomLinkArea */
.bottomLinkArea:before {
	content: "";
	display: block;
	height: 4px;
	background: url(/tyo/tour/france/images/link_line01.png) repeat-x top left;
}
.bottomLinkArea:after {
	content: "";
	display: block;
	height: 4px;
	background: url(/tyo/tour/france/images/link_line01.png) repeat-x top left;
}
.bottomLinkArea .inner {
	width: 960px;
	margin: 30px auto;
	color: #003399;
}
.bottomLinkArea a {
	color: #003399;
}
.bottomLinkArea .leftBox {
	float: left;
	width: 679px;
	border-right: 1px solid #000;
}
.bottomLinkArea .leftBox li {
	float: left;
	width: 329px;
}
.bottomLinkArea .rightBox {
	float: left;
	width: 280px;
	text-align: right;
}
.bottomLinkArea .rightBox 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;
}

/* slideArea */
#slideArea {
     width:100%;
     margin-bottom:40px;
}

/* themeArea */
.themeArea {
	width:960px;
	margin:65px auto;
	clear:both;
}
.themeArea h3 {
	font-size:150%;
	line-height:1.5;
	font-weight:bold;
	color:#333333;
	padding:0;
	margin-bottom:40px;
}
.themeArea h3 strong {
	font-size:170%;
}
.themeArea .leftBox {
	width:593px;
	float:left;
	margin-right:15px;
}
.themeArea .leftBox p {
	/*font-weight:bold;*/
	line-height:1.5;
	padding-left:10px;
	float:left;
	width:333px;
}
.themeArea .leftBox img {
	font-weight:bold;
	line-height:1.5;
	color:#33333;
	padding-left:10px;
	float:left;
	width:240px;
}

.themeArea .leftBox strong {
	color:#e95704;
	font-weight:bold;
}

.themeArea .rightBox {
	width:300px;
	float:right;
}

/* searchBox */
#contentWrapper .leftBox .searchBox {
	text-align: center;
	background: #333333;
	font-size: 120%;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top:50px;
}
#contentWrapper .leftBox .searchBox img {
	float:right;
	padding:3px 20px;
	width:21px;
}
#contentWrapper .leftBox .searchBox a {
	display:block;
	color: #ffffff;
	background:url(/tyo/tour/france/images/link_arrow_wh.png) right 50% no-repeat;
}
#contentWrapper .leftBox .searchBox a:link {
	color: #ffffff;
	text-decoration:underline;
}
#contentWrapper .leftBox .searchBox a:visited {
	color: #ffffff;
	text-decoration:underline;
}
#contentWrapper .leftBox .searchBox:hover {
	opacity:0.6;
}
#contentWrapper .leftBox .searchBox a:hover {
	color: #ffffff;
	text-decoration:none;
}

/* tourItemArea */
.tourItemArea {
	width:960px;
	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;
}
.tourContent.other a:hover {
	opacity: 1;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity: 1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;              /* Safari 1.x */
}
.tourContent .tourDetail ul {
	color:#333333
}
.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:300px;
}
.tourItemArea .tourContent {
	padding:15px 10px;
	border-bottom:2px dotted #666666;
}
.tourItemArea .tourContent .tourImg {
	float:left;
	width:270px;
	height:180px;
}
.tourItemArea .tourContent .tourDetail {
	width: 655px;
	float:left;
	padding-left:15px;
}
.tourItemArea .tourContent .tourDetail .tourTitle {
	border-bottom:1px dotted #666666;
	width:655px;
	font-size: 150%;
	line-height: 1.5;
	font-weight: bold;
	color: #333333;
}
.tourItemArea .tourContent .tourDetail ul {
	line-height:1.5;
	padding:15px 0 0 30px;
}
.tourItemArea .tourContent.other .tourDetail ul {
	padding:15px 0 0 10px;
}
.tourItemArea .tourContent .tourDetail ul li {
	list-style:disc;
}
.tourItemArea .tourContent.other .tourDetail ul li {
	list-style:none;
}
.tourItemArea .tourContent .tourDetail .price {
	float:right;
	fonr-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;
}


.mb_10{
	margin-bottom: 10px;
}
.mb_20{
	margin-bottom: 20px;
}
.mb_30{
	margin-bottom: 30px;
}
.mb_40{
	margin-bottom: 40px;
}
.mb_60{
	margin-bottom: 60px;
}
.mt_50{
	margin-top: 50px;
}
.mt_75{
	margin-top: 75px;
}
.mgt80{
	margin-top:80px;
}

.b{
	font-weight:bold;
}
#section07 {
	overflow:hidden;
	zoom:1;
    width: 960px;
    margin: 0 auto 50px;
}
#section07 .link_list02 li {
    display: inline-block;
    margin-right: 50px;
    background: url(/tyo/tour/france/images/bg_black_arrow.gif) no-repeat 0 50%;
    padding: 5px 0 5px 35px;
	font-weight: bold;
}
#section07 .link_list02 li a:link {
    color:#000000;
	text-decoration:none;
	border-bottom:1px solid #000000;
}
#section07 .link_list02 li a:hover {
	color:#3E3D3D;
	text-decoration:none;
	border-bottom:none;
}
#section07 .link_list02 li a {
    color:#000000;
}
#section07 .link_list02 li#first {
    margin-left:50px;
}
/* headfoot 修正用*/
:is(.header-new, .footer-new) a {
	text-decoration: none;
}