@charset "UTF-8";
.title_logo {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 50px;
}
.title_logo img {
    width: 100%;
}
.message_img {
    width: 78%;
    margin-top: 20px;
    margin-left: 11%;
    margin-right: 11%;
}
.message_img img {
    width: calc(100%/5);
    display: block;
    margin-top: 0px;
    padding-bottom: 30px;
    float: left;
}
.message {
    width: 78%;
    margin-left: 11%;
    margin-right: 11%;
    margin-top: 20px;
    padding-bottom: 30px;
    color: #565656;
    font-family: "ヒラギノ明朝 ProN W6";
    font-style: normal;
    font-size: large;
    border-bottom: medium double #5AB4BD;
    clear: left;
}
.to_link {
    width: 78%;
    margin-top: 20px;
    margin-left: 11%;
    color: #5AB4BD;
    font-family: "ヒラギノ明朝 ProN W6";
    font-size: 0

;
    font-size: medium;
    border-bottom: medium double #5AB4BD;
}
.to_link table {
    margin-top: 10px;
    font-family: "ヒラギノ明朝 ProN W6";
    font-size: medium;
    text-align: center;
    color: #565656;
}
/* CSS Document */
/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    min-width: 600px;
    clear: left;
}

/*タブのスタイル*/
.tab_item {
    width: calc(100%/4);
    height: 50px;
    border-bottom: 3px solid #5ab4bd;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    font-weight: bolder;
    transition: all 0.2s ease;
    font-family: "ヒラギノ明朝 ProN W6";
    font-style: normal;
    font-variant: normal;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#ku:checked ~ #ku_content,
#area:checked ~ #area_content,
#rank:checked ~ #rank_content,
#about:checked ~ #about_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}

/*ページトップへ戻るボタンのスタイル*/
#page-top {
    position: fixed;
    bottom: 50px;
    right: 30px;
    font-size: 77%;
}
#page-top a {
    background-color: #666666;
    text-decoration: none;
    color: #FFFFFF;
    width: 100px;
    padding-top: 30px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 30px;
    text-align: center;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background-color: #999999;
}
.tabs #ku_content p {
    margin-top: 0px;
    padding-bottom: 40px;
    color: #565656;
    border-bottom-style: double;
    border-bottom-color: #5AB4BD;
}
#ku_content section h1,
#area_content section h1,
#rank_content section h1{
    margin-top: 50px;
    color: #FFFFFF;
    font-family: "ヒラギノ明朝 ProN W6";
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    background-color: #5AB4BD;
    text-indent: 10px;
    width: 100%;
}
#ku_content section h3,
#area_content section h3{
    color: #E161DA;
    width: 100%;
    margin-top: 10px;
}
#ku_content section table,
#area_content section table,
#rank_content section table{
    color: #565656;
    font-family: "ヒラギノ明朝 ProN W6";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin-bottom: 20px;
    text-indent: 5px;
    width: 100%;
    margin-top: 0px;
}
.tabs #area_content .area_link {
    border-bottom: thick double #5AB4BD;
    height: 300px;
    min-width: 700px;
    margin-top: 50px;
    margin-bottom: 50px;
}
#area_content .area_link li {
    width: calc(100%/4);
    float: left;
    display: block;
    color: #565656;
    font-family: "ヒラギノ明朝 ProN W6";
    font-style: normal;
    padding-bottom: 10px;
    font-size: medium;
    font-weight: normal;
    text-align: left;
    list-style-type: none;
}
.tabs #rank_content dl {
    color: #565656;
    font-family: "ヒラギノ明朝 ProN W6";
    font-size: x-large;
    text-indent: 50px;
}
.tabs #about_content h1 {
    margin-top: 0px;
    color: #565656;
    font-family: "ヒラギノ明朝 ProN W6";
    margin-bottom: 0px;
}
.tabs #about_content p {
    margin-top: 0px;
    color: #565656;
    font-family: "ヒラギノ明朝 ProN W6";
    font-style: normal;
    font-variant: normal;
    text-indent: 10px;
    padding-bottom: 20px;
}
.tabs #about_content dl {
    margin-top: 5px;
    color: #565656;
    font-family: "ヒラギノ明朝 ProN W6";
    font-style: normal;
    font-variant: normal;
    text-indent: 40px;
    padding-bottom: 20px;
}
.wine_message {
    width: 78%;
    margin-top: 20px;
    margin-left: 11%;
    margin-right: 11%;
    padding-bottom: 30px;
    color: #565656;
    font-family: "ヒラギノ明朝 ProN W6";
    font-size: large;
    font-style: normal;
    border-bottom: thick double #6C2735;
}
.wine_message p {
    font-size: small;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.wine_message .to_wine_page img {
    width: 380px;
}
.country {
    width: 78%;
    margin-left: 11%;
    margin-top: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #6C2735;
    font-family: "ヒラギノ明朝 ProN W6";
    font-size: x-large;
}
.country table {
    width: 100%;
    color: #6C2735;
    margin-top: 5px;
    font-family: "ヒラギノ明朝 ProN W6";
}
.country table tbody tr td {
border-bottom: thin solid #565656;
vertical-align: top;
}
.country table tbody tr td .flag1 {
width: 100%;
margin-top: 0px;
padding-top: 0px;
padding-left: 0px;
}
.country table tbody tr td .flag1 img {
width: 90%;
margin-top: 7px;
margin-left: 5%;
margin-right: 5%;
}
.country table tbody tr td .fig1 {
width: 100%;
margin-top: 5px;
margin-left: 0px;
margin-bottom: 10px;
}
.country table tbody tr td .fig1 img {
display: block;
margin-top: 0px;
margin-left: 5%;
margin-right: 5%;
max-width: 90%;
}
.country table tbody tr td h3 {
width: 90%;
margin-left: 5%;
margin-top: 5px;
text-align: center;
}
.country table tbody tr td p {
margin-top: 5px;
margin-bottom: 0px;
margin-left: 5px;
font-size: large;
font-family: "ヒラギノ明朝 ProN W6";
}
.wine_index {
    width: 30%;
    display: block;
    margin-left: 11%;
    margin-top: 50px;
    float: left;
}
.wine_index p {
    font-size: x-large;
    font-family: "Courier New", Courier, monospace;
    font-weight: normal;
}
.wine_index ul {
    font-family: "Courier New", Courier, monospace;
    font-style: normal;
    text-decoration: none;
    list-style-type: none;
}
.wine_index ul li {
    margin-top: 5px;
}
.wine_main {
    float: left;
    clear: right;
    width: 78%;
    margin-top: 50px;
    margin-left: 11%;
}
.wine_main img {
    height: 100px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: "Lucida Console", Monaco, monospace;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    clear: left;
}
.wine_main h1 {
    height: 80px;
    color: #565656;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 20px;
    float: left;
}
.wine_main h2 {
width: 90%;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
clear: left;
color: #6C2735;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
font-family: "ヒラギノ明朝 ProN W6";
font-size: xx-large;
}
.wine_main h3 {
padding-left: 30px;
margin-top: 10px;
margin-bottom: 0px;
color: #6C2735;
font-family: "ヒラギノ明朝 ProN W6";
font-size: x-large;
}
.wine_main table {
    float: left;
    clear: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    display: table;
    margin-bottom: 20px;
}
.wine_main table tbody tr td img {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: block;
}
.region_index {
width: 78%;
margin-top: 30px;
margin-left: 11%;
margin-right: 11%;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin-bottom: 0px;
}
.region_index table {
width: 100%;
}
.region_index table tbody tr td {
vertical-align: top;
}
.region_index table tbody tr td .country_flag {
width: 90%;
margin-left: 5%;
margin-top: 5px;
float: left;
margin-right: 5%;
margin-bottom: 5px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
vertical-align: top;
}
.region_index table tbody tr td .country_flag img {
width: 100%;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
display: block;
}
.region_index table tbody tr td .country_fig {
width: 100%;
margin-top: 5px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
vertical-align: top;
margin-bottom: 5px;
}
.region_index table tbody tr td .country_fig img {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
display: block;
width: 100%;
}
.region_index table tbody tr td .country_page_region {
width: 90%;
margin-top: 5px;
margin-left: 5%;
margin-right: 5%;
margin-bottom: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
.region_index table tbody tr td .country_page_region h1 {
font-family: "ヒラギノ明朝 ProN W6";
color: #565656;
text-align: center;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
.region_index table tbody tr td .country_page_region h3 {
color: #565656;
font-family: "ヒラギノ明朝 ProN W6";
font-weight: bold;
text-align: center;
}
.region_index table tbody tr td .country_page_region_list {
width: 100%;
margin-top: 5px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
padding-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
}
.region_index table tbody tr td .country_page_region_list h2 {
font-family: "ヒラギノ明朝 ProN W6";
font-size: x-large;
text-decoration: none;
color: #6C2735;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin-left: 5px;
margin-right: 0px;
}
.region_index table tbody tr td .country_page_region_list ul {
list-style-type: none;
}
.region_index table tbody tr td .country_page_region_list ul li {
color: #6C2735;
font-family: "ヒラギノ明朝 ProN W6";
font-size: large;
margin-bottom: 5px;
text-align: left;
font-weight: bold;
}
.region_index table tbody tr td .country_page_region_list ul li a {
}
.country_select {
margin-left: 11%;
margin-top: 5px;
text-align: center;
width: 78%;
margin-right: 11%;
margin-bottom: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
color: #565656;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
font-size: large;
}
.country_page_region h2 a {
text-decoration: none;
}
.to_variety_page {
width: 78%;
margin-top: 10px;
margin-left: 11%;
margin-right: 11%;
margin-bottom: 5px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
color: #6C2735;
font-size: x-large;
}
.variety {
width: 78%;
margin-left: 11%;
margin-top: 10px;
margin-right: 11%;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
.variety h2 {
color: #6C2735;
font-family: "ヒラギノ明朝 ProN W6";
text-decoration: none;
width: 100%;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
display: block;
float: left;
}
.variety h3 {
color: #565656;
font-family: "ヒラギノ明朝 ProN W6";
text-decoration: none;
text-indent: 10px;
width: 100%;
margin-top: 12px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
display: block;
margin-bottom: 0px;
}
.variety table {
width: 98%;
display: table;
margin-top: 5px;
margin-left: 1%;
margin-right: 1%;
}
.variety table tbody tr th {
text-align: center;
background-color: #E5EEE5;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
font-weight: normal;
font-size: medium;
border-width: medium;
}
.variety table tbody tr td {
vertical-align: top;
}
.variety table tbody tr td p {
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
font-size: medium;
text-indent: 5px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
display: block;
width: 100%;
float: left;
margin-top: 0px;
vertical-align: top;
}
.variety table tbody tr td .country {
display: block;
color: #565656;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
font-size: large;
text-indent: 5px;
vertical-align: text-top;
text-align: left;
margin-top: 2px;
margin-left: 5px;
margin-right: 0px;
margin-bottom: 0px;
float: left;
width: 40px;
}
.variety table tbody tr td .country img {
width: 30px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
}
#footer   {
    width: 100%;
    margin-top: 20px;
    color: #565656;
    border-top: thin solid #5AB4BD;
    text-indent: 20px;
}
.wine_footer {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 10px;
    clear: left;
    border-top: thin solid #6C2735;
    color: #6C2735;
}
