html {
    height:100%;
}
body {
    font: 100%/1.4 "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "ƒƒCƒŠƒI", Meiryo, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS P Gothic", sans-serif;
    background-color: #42413C;
    margin: 0;
    padding: 0;
    color: #241808;
    height:100%;
}

body > #container {
    height:auto;
}

ul, ol, dl { 
    padding: 0;
    margin: 0;
}

h2{
    margin-top: 0px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 20px;
    color: #b22222;
    text-shadow: 1px 1px 0px #ffffff, 1px 1px 0px #ffffff;
}

h3{
    margin-top: 0px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 20px;
    color: #a59d6f;
    font-size: 24px;
}

h4 {
	margin-top:24px;
	margin-bottom:5px;
}
h4 span {
	color:#990066;
}

p{
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px; 
}

img { 
    border: none;
    vertical-align:bottom;
}

.mar {
    width: 840px;
    height: 15px;
}

a:link {
    color: #660000;
    text-decoration: underline;
}
a:visited {
    color: #660000;
    text-decoration: underline;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
#container {
    width: 1260px;
    overflow: hidden !important;  
    overflow: visible;  
    min-height: 100%;  
    height: auto !important;  
    height: 100%;  
    margin: 0px auto;
    background-color:#fff;
    border:solid #ccc;
    border-width:0 0px;
}
.header {
    background-color: #FFFFFF;
}

#logo { 
    float: left;
    background-color: #FFFFFF;
    height: 72px;
}
#serch { 
    float: left;
    background-color: #FFFFFF;
    width: 290px;
    height: 72px;
}
#s1 { 
    height: 26px;
    padding: 10px 20px 0px 14px;
}
#s2 { 
    height: 36px;
}

#hlink { 
    float: left;
    background-color: #FFFFFF;
    width: 480px;
    height: 32px;
    padding: 40px 0px 0px 0px;
}

.h_link {
    display: table;
    table-layout: fixed;
    text-align: center;
}
.h_link li {
  display: table-cell;
  vertical-align: bottom;
}
#language { 
    float: left;
    background-color: #FFFFFF;
    width: 254px;
    height:50px;
    padding: 22px 0px 0px 0px;
}
.ltab{
    float: left;
}
.borders1 {
    clear: both;
    display: block;
    width: 1260px;
    height:2px;
    background-color: #000000;
}
.borders2 {
    clear: both;
    display: block;
    width: 1260px;
    height:5px;
    background-color: #a19e75;
}
.borders3 {
    clear: both;
    display: block;
    width: 1260px;
    height:10px;
    background-color: #ffffff;
}
#main_menu {
    background-repeat: repeat-x;
    position: relative;
    background-color: #ffffff;
    width: 1260px;
    height: 57px;
    text-align: center;
}

#main_menu ul {
    position: relative;
    float: left;
    left: 50%;
}
#main_menu li {
    position: relative;
    left: -50%;
    float: left;
}

.keyvisual {
    width: 1260px;
    height:300px;
    background-color: #EADCAE;
}

.button_bg {
    margin-top:-300px; 
    margin-left:1050px; 
    position: absolute; 
    background-color: #000000; 
    width: 210px; 
    height:300px;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(bottom right, #202020 0%, #000000 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(bottom right, #202020 0%, #000000 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(bottom right, #202020 0%, #000000 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #202020), color-stop(1, #000000));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(bottom right, #202020 0%, #000000 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to top left, #202020 0%, #000000 100%);
}

/* ¶ƒTƒCƒh */
#sidebar1 {
    float: left;
    width: 200px;
    padding-bottom: 99999px !important;
    margin-bottom: -99999px !important;
    padding: 0px;
    background-color: #5f9ea0;
}

#tw_div {
    width: 180px;
    background-color: #FFFFFF;
}

/* ‰EƒTƒCƒh */
#sidebar2 {
    float: left;
    width: 200px;
    padding-bottom: 99999px !important;
    margin-bottom: -99999px !important;
    padding: 0px;
    background-color: #bc8f8f;

}

/* ƒƒCƒ“ */
.maincontents {
    float: left;
    background-color: #FFFFFF;
    padding-bottom: 40px;
    width: 860px;
    margin: 0px;
}

#whatsnew {
    background-color: #eeebe2;
    display: table;
    width: 840px;
    margin: 0px 10px 0px 10px;
    font-size: 14px;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(bottom right, #EFECE3 0%, #EFE6D2 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(bottom right, #EFECE3 0%, #EFE6D2 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(bottom right, #EFECE3 0%, #EFE6D2 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #EFECE3), color-stop(1, #EFE6D2));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(bottom right, #EFECE3 0%, #EFE6D2 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to top left, #EFECE3 0%, #EFE6D2 100%);
}
#w1 {
    float: left;
    width: 820px;
    padding: 0px 0px 0px 10px;
}
#w2-1 {
    float: left;
    width: 420px;
    padding: 0px 0px 0px 10px;
}
#w2-2 {
    overflow:hidden;
    float: left;
    width: 400px;
    margin: 0 auto;
    max-width: 380px;
    max-height: 320px;
}
#w2-2 img {
    max-width: 300px;
    max-height: 260px;
}
#w3-1 {
    float: left;
    width: 420px;
    padding: 0px 0px 0px 10px;
}
#w3-2 {
    overflow:hidden;
    float: left;
    width: 400px;
    margin: 0 auto;
}
#w4 {
    overflow:hidden;
    float: left;
    width: 820px;
    margin: 0 auto;
    padding: 5px 20px 5px 5px;
}
#w22 {
    margin: 0 auto;
}
#news {
    clear: both;
    width: 840px;
    background-color: #eeebe2;
    margin: 0px 10px 0px 10px;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(bottom right, #EFECE3 0%, #EFE6D2 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(bottom right, #EFECE3 0%, #EFE6D2 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(bottom right, #EFECE3 0%, #EFE6D2 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #EFECE3), color-stop(1, #EFE6D2));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(bottom right, #EFECE3 0%, #EFE6D2 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to top left, #EFECE3 0%, #EFE6D2 100%);
}
.news_header {
    background-color: #221908;
    padding: 10px 20px;
    font-size: 18px;
    color: #ffffff;
    text-shadow: 1px 1px 0px #000000, 1px 1px 0px #707070;
    width: 800px;
    height: 25px;
}
.news_contents {
    width: 800px;
    padding: 10px 20px;
    font-size: 13px;
}
.news_group {
    width: 820px;
    padding-top: 0px;
}

.slcontent {
    border: none;
    width: 830px;
    height: 118px;
    padding : 5px;
    background-color : #282828;
}

.googlenwes {
    border: none;
    width: 830px;
    padding : 5px;
    text-align:right;
}

.slslider {
    width: 760px;
    margin : 4px;
}

.slcel {
    margin: 0px;
    padding: 0px;
}
.sla {
    width: 135px;
    background-color: #000000;
}

.slb {
    background-color: #000000;
    border: solid 1px #666666;
    width: 127px;
    height: 32px;
    padding: 3px;
    color: #ffffff;
    font-size: 13px;
}

.hr1{
    width: 110px;
    background-color: #666666;
    height: 1px;
}

.nlist li {
    margin: 5px
}

#osirase {
    clear: both;
    width: 840px;
    background-color: #eeebe2;
    margin: 0px 10px 0px 10px;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(bottom right, #EFECE3 0%, #EFE6D2 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(bottom right, #EFECE3 0%, #EFE6D2 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(bottom right, #EFECE3 0%, #EFE6D2 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #EFECE3), color-stop(1, #EFE6D2));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(bottom right, #EFECE3 0%, #EFE6D2 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to top left, #EFECE3 0%, #EFE6D2 100%);
}
.osirase_header {
    background-color: #221908;
    padding: 10px 20px;
    font-size: 18px;
    color: #ffffff;
    text-shadow: 1px 1px 0px #000000, 1px 1px 0px #707070;
    width: 800px;
    height: 25px;
}
.osirase_contents {
    width: 800px;
    padding: 10px 20px;
    font-size: 13px;
}
.olist li {
    margin: 5px
}
.osirase_more {
    position: relative;
    bottom: 10px;
    left: 83%;
}

#top_movie {
    clear: both;
    width: 840px;
    background-color: #eeebe2;
    margin: 0px 10px 0px 10px;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(bottom right, #EFECE3 0%, #EFE6D2 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(bottom right, #EFECE3 0%, #EFE6D2 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(bottom right, #EFECE3 0%, #EFE6D2 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #EFECE3), color-stop(1, #EFE6D2));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(bottom right, #EFECE3 0%, #EFE6D2 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to top left, #EFECE3 0%, #EFE6D2 100%);
}
.top_movie_header {
    background-color: #221908;
    padding: 10px 20px;
    font-size: 18px;
    color: #ffffff;
    text-shadow: 1px 1px 0px #000000, 1px 1px 0px #707070;
    width: 800px;
    height: 25px;
}
.top_movie_contents {
    width: 800px;
    padding: 10px 20px;
    font-size: 13px;
}
.top_movie_more {
    position: relative;
    bottom: 10px;
    left: 83%;
}
.top_movie-list {
	margin-top: 10px;
	max-width: 100%;
	text-align: center;
}
.top_movie-list li {
	display: inline-block;
	width: 360px;
	padding: 10px;
	vertical-align: top;
	margin-bottom: 10px;
}
.top_movie-list-thumbnail {
	position:relative;
	width: 360px;
	height: 260px;
	overflow: hidden;
}
.top_movie-list dl {
	margin-bottom: 0;
	min-height: 30px;
	text-align: right;
}
.top_movie-list dt {
	margin-top: 5px;
	text-align: left;
	font-size: 14px;
}

#category {
    clear: both;
    width: 840px;
    margin: 0px 10px 0px 10px;
}

.catelist li {
    font-size: 13px;
    margin: 0px auto 5px auto;
    display: table;
}
.c1{
    background-color: #d93c47;
    border: 2px solid #d93c47;
}
.c2{
    background-color: #47885e;
    border: 2px solid #47885e;
}
.c3{
    background-color: #00879a;
    border: 2px solid #00879a;
}
.c4{
    background-color: #f08300;
    border: 2px solid #f08300;
}
.c5{
    background-color: #cc7eb0;
    border: 2px solid #cc7eb0;
}
.c6{
    background-color: #83ae45;
    border: 2px solid #83ae45;
}
.c7{
    background-color: #ab6953;
    border: 2px solid #ab6953;
}

.cate1 {
    display: table-cell;
    width: 105px;
    vertical-align: middle;
}
.cate2 {
    background-color: #ffffff;
    display: table-cell;
    width: 735px;
    padding: 10px 20px;
    vertical-align: middle;
    text-align: left;
}

.content ul, .content ol {
    padding: 0px 0px 0px 0px;
}

ul.nav {
    list-style: none; 
    text-decoration: none;
}
ul.nav li {
    margin: 10px 0px;
    text-decoration: none;
}
ul.nav a, ul.nav a:visited {
    display: block; 
    text-decoration: none;
    border:0px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
    display: block;
}

#borantia {
    clear: both;
    width: 840px;
    background-color: #fff;
    margin: 0px 10px 0px 10px;
    text-align: center;
}
.borantia_header {
    background-color: #221908;
    padding: 10px 20px;
    font-size: 18px;
    color: #ffffff;
    text-shadow: 1px 1px 0px #000000, 1px 1px 0px #707070;
    width: 800px;
    height: 25px;
}
.borantia_contents {
    width: 840px;
    font-size: 13px;
}

#tyuui {
    clear: both;
    width: 840px;
    background-color: #eeebe2;
    margin: 0px 10px 0px 10px;
}
.tyuui_header {
    background-color: #221908;
    padding: 10px 20px;
    font-size: 18px;
    color: #ffff00;
    text-align: center;
    text-shadow: 1px 1px 0px #000000, 1px 1px 0px #707070;
    width: 800px;
    height: 25px;
}

#tyuui_contents {
    width: 832px;
    margin: 0px 10px 0px 10px;
    padding: 4px;
    background-color: #221908;
}
.tc1 {
    width: 812px;
    padding: 10px;
    background-color: #efece3;
    text-align: center;
}
.tc_txt1 {
    color: #231815;
    font-size: 24px;
    font-weight: bold; 
}
.tc_txt2 {
    color: #e50012;
    font-size: 18px;
    font-weight: bold; 
}
.tc_txt3 {
    color: #ff0000;
    font-size: 28px;
    font-family: 'Times New Roman';
    font-weight: bold; 
}
.tc_txt4 {
    color: #000000;
    font-size: 28px;
    font-family: 'Times New Roman';
    font-weight: bold; 
}

.keisatu {
    background-color: #fff000;
    width: 812px;
    display: block;
}

#etc {
    clear: both;
    width: 840px;
    background-color: #fff;
    margin: 0px 10px 0px 10px;
}
#etc_bl {
    clear: both;
    width: 840px;
    background-color: #000000;
    color: #fff;
    margin: 0px 10px 0px 10px;
}
#etc_bl2 {
    clear: both;
    width: 840px;
    background-color: #e9e7f3;
    color: #000;
    margin: 0px 10px 0px 10px;
}
#etc_bl3 {
    clear: both;
    width: 840px;
    background-color: #221815;
    color: #000;
    margin: 0px 10px 0px 10px;
}
#etc_bl4 {
    clear: both;
    width: 840px;
    color: #fff;
    margin: 0px 10px 0px 10px;
	background: #000 url(../img/topic/topic_2020_01_01.png);
	background-attachment: fixed;
	background-size:contain;
}
#etc_bl5 {
    clear: both;
    width: 840px;
    color: #fff;
    margin: 0px 10px 0px 10px;
	background: #000 url(../img/topic/topic_2020_02_02.png);
	background-size:cover;
}
#etc_bl6 {
    clear: both;
    width: 840px;
    background-color: #3f3460;
    color: #fff;
    margin: 0px 10px 0px 10px;
}
.etc_2020_01 {
    clear: both;
    width: 660px;
    background-color: #fff;
    color: #000;
    padding: 10px;
    margin: 12px auto;
}

.etc_2020_02 {
    clear: both;
    width: 660px;
    background-color: #000;
    color: #fff;
    padding: 10px;
    margin: 12px auto;
}
.etc_2020_03 {
    clear: both;
    width: 780px;
    background-color: #a49fb9;
    color: #3f3460;
    padding: 10px;
    margin: 10px auto;
    text-align: center;
}
#etc_2020_04 {
    clear: both;
    width: 840px;
	background: #221815 url(../img/topic/topic_2020_04_01.png);
    color: #fff;
    margin: 0px 10px 0px 10px;
}
.etc_header {
    background-color: #221908;
    padding: 10px 20px;
    font-size: 18px;
    color: #ffffff;
    text-shadow: 1px 1px 0px #000000, 1px 1px 0px #707070;
    width: 800px;
    height: 25px;
}
.etc_contents {
    width: 800px;
    padding: 10px 20px;
    font-size: 13px;
}
.etc_menu {
	margin:20px 10px 0 15px;
	padding: 7px 0 5px 10px;
	color:#fff;
	font-weight:bold;
	background-color: #5f9ea0;
    width: 760px;
}
.etc_ul {
	margin:5px 20px 0 25px;
}
.etc_ul li {
	margin-top:8px;
	list-style:none;
}
.etc_ul li span {
	color:#5f9ea0;
}

/* spring */
.etc_schedule_menu1 {
	margin:10px 10px 0 0px;
	padding: 5px 0 5px 10px;
	color:#000000;
    font-size: 16px;
	font-weight:bold;
	background-color: #9EC2A6;
    width: 800px;
}

/* summer */
.etc_schedule_menu2 {
	margin:10px 10px 0 0px;
	padding: 5px 0 5px 10px;
	color:#000000;
    font-size: 16px;
	font-weight:bold;
	background-color: #EEBAA6;
    width: 800px;
}

/* autumn */
.etc_schedule_menu3 {
	margin:10px 10px 0 0px;
	padding: 5px 0 5px 10px;
	color:#000000;
    font-size: 16px;
	font-weight:bold;
	background-color: #E6C67C;
    width: 800px;
}

/* winter */
.etc_schedule_menu4 {
	margin:10px 10px 0 0px;
	padding: 5px 0 5px 10px;
	color:#000000;
    font-size: 16px;
	font-weight:bold;
	background-color: #a0d8ef;
    width: 800px;
}

.etc_schedule_caption {
	padding: 10px 0 10px 0px;
	color:#c9171e;
    font-size: 16px;
	font-weight:bold;
}



/* pege2 */
#annai {
    background-color: #ffffff;
    display: table;
    width: 840px;
    margin: 0px 10px 0px 10px;
}

#a1 {
    float: left;
    width: 820px;
    padding: 0px 0px 0px 10px;
}

#an_menu {
    background-color: #ffffff;
    width: 860px;
    margin: 0px;
}
#an_tabu {
    position: relative;
    left: 50%;
    width: 840px;
    margin: 0px;
}

.tab {
    position: relative;
    left: -50%;
    margin: 0px 0px 0px 0px;
    float: left;
}
#an_obi {
    clear: both;
    width: 840px;
    margin: 0px 10px 0px 10px;
}
#an_text {
    clear: both;
    width: 824px;
    margin: 0px 10px 0px 10px;
    display: block;
    border: 8px #efece3 solid;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;  
    -moz-border-radius-bottomleft: 8px;  
}
.an_text2 {
    background-color: #efece3;
    display: table-cell;
    width: 840px;
    padding: 10px 20px;
    font-size: 13px;
    vertical-align: middle;
    text-align: center;
}
#map_title {
    width: 840px;
    margin: 10px 20px 0px 10px;
    color: #221908;
    font-size: 18px;
    font-weight: bold; 
}
#map {
    background-color: #efece3;
    width: 840px;
    height: 500px;
    margin: 0px 10px 0px 10px;
}
.store_list {
    background-color: #221908;
    width: 840px;
    margin: 0px 10px 0px 10px;
}
.store_head {
    width: 820px;
    height: 34px;
    padding: 10px 10px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold; 
    display: table;
}
.store_contents {
    background-color: #efece3;
    margin: 0 auto;
    width: 800px;
    padding: 10px 10px;
    display: table;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(bottom right, #EFECE3 0%, #EFE6D2 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(bottom right, #EFECE3 0%, #EFE6D2 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(bottom right, #EFECE3 0%, #EFE6D2 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #EFECE3), color-stop(1, #EFE6D2));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(bottom right, #EFECE3 0%, #EFE6D2 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to top left, #EFECE3 0%, #EFE6D2 100%);
}

.store_left {
    vertical-align:top;
    width: 640px;
    display: table-cell;
}
.store_left_a {
    width: 600px;
    height: 100%;
    padding: 10px 10px;
    font-size: 14px;
    background-color: #c8bb9c;
    border-collapse: collapse;
}
.store_left_a th {
    padding: 6px;
    width: 120px;
    text-align: left;
    vertical-align: top;
    color: #333;
    background-color: #eee;
    border: 1px solid #b9b9b9;
}
.store_left_a td {
    padding: 6px;
    background-color: #fff;
    border: 1px solid #b9b9b9;
}

.store_left_b {
    width: 620px;
    padding: 10px 0px;
    font-size: 14px;
}
.store_right {
    width: 200px;
    display: table-cell;
}
.store_right img {
    width:170px;
    margin-top: 5px;
    display: inline-block;
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    border: 1px solid #D2B48C;
}


.store li {
    margin: 0px 0px 10px 0px;
}
.store_foot {
    width: 820px;
    height: 4px;
    padding: 0px 10px;
    display: table;
}

/* movie */
.movie-list {
	margin-top: 20px;
	max-width: 100%;
	text-align: center;
	text-align:center
}
.movie-list li {
	display: inline-block;
	width: 600px;
	padding: 10px;
	vertical-align: top;
	background-color: #ededed;
	margin-bottom: 10px;
}
.movie-list-thumbnail {
	position:relative;
	width: 600px;
	height: 330px;
	overflow: hidden;
}
.movie-list dl {
	margin-bottom: 0;
	min-height: 30px;
	text-align: right;
}
.movie-list dt {
	text-align: left;
	font-size: 16px;
	color: #B40404;
	font-weight: bold;
}
.movie-list dd {
	margin: 0;
	margin-top: 6px;
	font-size: 14px;
}
.movie-list .txt {
	text-align: left;
	color:#333;
}

.movie-archive {
	margin: 10px auto;
	text-align: right; 
	width: 700px; 
}

/* footer */
footer {
    font: 100%/1.4 "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "ƒƒCƒŠƒI", Meiryo, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS P Gothic", sans-serif;
    color: #a0976e;
    padding: 10px 0px;
    background-color: #221901;
    position: relative;
    text-align: center;
    clear: both;
}

#footer_link {
    width: 100%;
    height: 40px;
    font-size: 12px;
}

#footer_link a {
    color: #fff;
    text-decoration: none;
}

/*============================================
“ü—ÍƒtƒH[ƒ€ƒe[ƒuƒ‹
============================================*/

table#input {
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
    line-height: 1.5;
    border: 1px solid #ccc;
}

table#input th {
    padding: 10px;
    width: 150px;
    text-align: center;
    vertical-align: top;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #cccc99;
    border-bottom: 1px solid #cccc99;
    background: #efece3;
    
}

table#input tr {
    background-color: #eeeeee;
}
table#input tr:nth-child(2n) {
    background-color: #ffffff;
}
table#input tr:hover {
    /* background-color: #F7F2E0; */
}
table#input td {
    padding: 4px;
    width: 450px;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}

/*============================================
“ü—ÍƒtƒH[ƒ€ƒ{ƒ^ƒ“
============================================*/

.formbutton {
	position: relative;
	background-color: #ffcc99;
	border-radius: 4px;
	color: #440000;
	line-height: 25px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 1px 0 #996666;
}
.formbutton:hover {
	background-color: #F3E2A9;
	box-shadow: 0 1px 0 #F7D358;
}
.formbutton:active {
	top: 3px;
	box-shadow: none;
}

.copyright {
    font-size: 12px;
}

header, section, footer, article, figure {
    display: block;
}
body,td,th {
    font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", ƒƒCƒŠƒI, Meiryo, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS P Gothic", sans-serif;
}

/*============================================
·‚µž‚Ý‰æ‘œ
============================================*/

.photo_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	min-width:140px;
	max-width:250px;
}
.photo_left dt {
	text-align: center;
}
.photo_left dd {
	font-size: 10px;
	font-weight: bold;
	margin: 2px 0 20px 0;
}

.photo_left2 {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.photo_right2 {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}


.furinaga_size {
	font-size:9px;
	-webkit-transform:scale(0.75);
	display:inline-block;
}

.table_host {
	width:720px;
	margin: 0 auto;
	border: solid 2px #3f3460;
}

.table_host_tr_header {
	background-color:#3f3460;
}

.table_host th {
    color:#fff;
    text-align:left;
    vertical-align:top;
	padding-top:3px;
    font-weight: normal;
}

.table_host td {
	padding:3px;
	color:#000;
	background-color:#fff;
}

.table_host2 {
	width:216px;
	margin: 0 auto;
	border: solid 2px #3f3460;
}

.table_host2 th {
    color:#fff;
    text-align:left;
    vertical-align:top;
	padding-top:3px;
    font-weight: normal;
}

.table_host2 td {
	padding:3px;
	height: 60px;
    text-align:center;
    vertical-align:middle;
	font-size:10px;
	color:#3f3460;
	background-color:#fff;
}

.table_host3 {
	width:343px;
	margin: 0 auto;
	border: solid 2px #3f3460;
}

.table_host3 th {
    color:#fff;
    text-align:left;
    vertical-align:top;
	padding-top:3px;
    font-weight: normal;
}

.table_host3 td {
	padding:3px;
	height: 60px;
    text-align:center;
    vertical-align:middle;
	font-size:10px;
	color:#3f3460;
}

.table_host4 {
	border: solid 2px #3f3460;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 6px;
	overflow: hidden;
}

.table_host4 tbody tr td {
	margin: 10px;
	padding: 6px;
	vertical-align: middle;
	font-size:10px;
	background-color: #3f3460;
	color: #fff;
}

.table_host5 {
	padding: 6px;
	width:380px;
	margin: 0 auto;
	border: solid 2px #3f3460;
	font-size: 10px;
}

.table_host5 th {
    color:#fff;
    text-align:left;
    vertical-align:top;
	padding-top:3px;
    font-weight: normal;
	color:#fff;
	background-color:#3f3460;
}

.table_host5 td {
	padding:3px;
	height: 60px;
	font-size:10px;
	color:#3f3460;
	background-color:#fff;
}

.ohitorisama {
	padding:1px 6px;
	background-color:#3f3460;
	font-size:16px;
	color:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #3f3460;
}

.ohitorisama2 {
	padding:1px 6px;
	background-color:#fff;
	font-size:16px;
	color:#3f3460;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #fff;
}

.price {
	padding:1px 6px;
	font-size:18px;
	color:#3f3460;
	font-family:ƒqƒ‰ƒMƒm–¾’© ProN W6, HiraMinProN-W6, HG–¾’©E, ‚l‚r ‚o–¾’©, MS PMincho, MS –¾’©, serif;
	font-weight:bold;
}

.price2 {
	padding:1px 6px;
	font-size:18px;
	color:#fff;
	font-family:ƒƒCƒŠƒI, Hiragino Kaku Gothic Pro, Meiryo, ƒqƒ‰ƒMƒmŠpƒS Pro W3, MS PGothic, MS UI Gothic, Helvetica, Arial, sans-serif;
	font-weight:bold;
}

.triangle_wh {
	width:0; 
	height:0; 
	border:13px solid transparent; 
	border-left: 16px solid #fff;
	margin-bottom:10px;
	float:left;
}

.triangle_bl {
	width:0; 
	height:0; 
	border:13px solid transparent; 
	border-left: 18px solid #3f3460;
	margin-top:10px;
	float:left;
}
