﻿@charset "utf-8";

/* slideArea */
#foodSlideArea {
     width:100%;
     margin-top:40px;
     margin-bottom:40px;
     min-width: 960px;
     height:324px;
     background:url(/tyo/tour/france/images/index03.webp) no-repeat top center;
     background-size: cover;
     padding-top:180px;
}
#foodSlideArea h3 {
     width:960px;
     text-align:center;
     margin:0 auto;
}

/* foodBoxArea */
.foodBoxArea {
	width:960px;
	margin:5px auto;
	clear:both;
}
.foodBoxArea .conts {
    margin: 0 auto;
    overflow: hidden;
    width: 960px;
}
.foodBoxArea .gourmet_list {
    width: 960px;
}
.foodBoxArea .gourmet_list.twoCol li {
    background: none repeat scroll 0 0 #efeeeb;
    border-radius: 5px;
    box-shadow: 0 0 7px 0 rgba(102, 51, 0, 0.298);
    float: left;
    margin: 5px;
    overflow: hidden;
    padding: 7px 5px 10px;
    width: 456px;
}

.foodBoxArea .gourmet_list.fourCol li {
    background: none repeat scroll 0 0 #efeeeb;
    border-radius: 5px;
    box-shadow: 0 0 7px 0 rgba(102, 51, 0, 0.298);
    float: left;
    margin: 5px;
    overflow: hidden;
    padding: 7px 5px 10px;
    width: 218px;
}
.foodBoxArea .gourmet_list p.b {
    color: #59493f;
	font-size: 16px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}
.foodBoxArea .gourmet_list p {
    color: #59493f;
    line-height: 1.5;
    padding:15px 5px 0;
	font-size: 14px;
}
#contentWrapper .foodBoxArea .searchBox {
    background: #333333 none repeat scroll 0 0;
    border-radius: 5px;
    font-size: 87%;
      margin: 20px 4px 0;
    padding: 10px;
    text-align: center;
  color:#ffffff;
}
#contentWrapper .foodBoxArea .searchBox img {
    float: right;
    padding-right: 10px;
	padding-left: 5px;
    width: 21px;
}
#contentWrapper .foodBoxArea span.limitChk {
	display:none;
}
#contentWrapper .foodBoxArea a {
    color: #ffffff;
	display:inline-block;
}
#contentWrapper .foodBoxArea .conts a:link {
	text-decoration:none;
}
#contentWrapper .foodBoxArea .conts a:visited {
	text-decoration:none;
}
#contentWrapper .foodBoxArea .conts 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;
}
#section07 .link_list02 {
    overflow: hidden;
    text-align: center;
    margin: 0 0 30px;
    padding: 0;
    zoom: 1;
}
#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#first {
    margin-left:50px;
}
#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;
}