@charset "UTF-8";
/*---------------------------------------------------------
	TAKEO PAPER SHOW TOP page	cascading style sheet
	  * =1= mainbnr area	//100722 削除
	  * =2= col (banner column)
	  * =3= button area
	  * =4= footer
----------------------------------------------------------*/
/* =1= mainbnr area

#maincont{
	width: 759px;
	float: left;
}

#mainbnr {
	margin: 0;
	padding: 0;
}
#mainbnr .ln_r{
	border-right:1px solid #ccc;
}
#mainbnr .ln_b{
	border-bottom:1px solid #ccc;
}
.bnrl {
	float: left;
}
.bnrs {
	float: left;
}
----------------------------------------------------------*/
.ln_r{
	border-right:1px solid #ccc;
}
.ln_b{
	margin: 10px 0 10px 10px;
}
.ln_b_cutting img {
	width: 170px;
	height: auto;
}
.ln_b a{/* 100906 add */
	display: block;
}
.ln_b .ln_b-nochange img {
	border: 1px solid #ccc;
}
.ln_b .ln_b-nochange:hover img {
	border: 1px solid #990100;
}
#maincont {
	float: left;
}
#maincont h3{
	margin: 0;
	border:none;
	padding: 0;
	height: 16px;
}
#maincont h3 span {
	padding-left: 20px;
}

/* =2= col (banner column)
----------------------------------------------------------*/

#columns {
	float: left;
	width: 570px;
}

#columns .col {
	padding: 15px 0 15px 20px;
}
#columns .col-basic {
	padding-left: 20px;
}
#columns .ln_b{
	margin-bottom: 15px;
}
/* =a= pick ----*/
#pick .bnr {
	width: 530px;
	height: 110px;
	padding: 8px 0 2px;
}
#pick .bnr a:link img,
#pick .bnr a:visited img{
	width: 528px;
	border: 1px solid #ccc;
}
#pick .bnr a:hover img,
#pick .bnr a:active img{
	width: 528px;
	border: 1px solid #A91D00;
}
* html #pick .bnr {
	margin-left: -15px;
}
/* =b= purpose ----*/
#columns #pick h3 {
	padding-bottom: 2px;
}
#purpose .bnr {
	width: 172px;
	height: 172px;
	padding: 7px 7px 0 0;
	float: left;
}
#purpose .bnr img{
	width: 170px;
	height: 170px;
}
#purpose .bnr a:link img,
#purpose .bnr a:visited img{
	border: 1px solid #ccc;
}
#purpose .bnr a:hover img,
#purpose .bnr a:active img{
	border: 1px solid #A91D00;
}

/* =c= arrival ----*/
#arrival {
	width: 530px;
	margin-top: 25px;
}
#arrival .block{
	overflow: hidden;
}
#arrival .item{
	padding: 10px 0 10px;
	width: 250px;
	float: left;
}
#arrival .item.even{
	float: right;
}
#arrival .item .thumb{
	border: 1px solid #ccc;
	width: 58px;
	height: 58px;
	float: left;
}
#arrival .item a:hover .thumb {
	border: 1px solid #A91D00;
}
#arrival .item .com {
	width: 185px;
	float: right;
}
#arrival .item .name {
	padding-left: 12px;
	text-align: left;
	background: url(../common/icon_arrow_r.gif) no-repeat 5px 4px;
}
#arrival .item .detail {
	padding: 5px 0 0 5px;
	font-size: 10px;
	text-align: left;
	_width: 180px;
}

/* =3= subinfo area
----------------------------------------------------------*/
#subinfo {
	float: right;
	width: 188px;
	border-left: 1px solid #ccc;
}
#subinfo .col {
	padding: 15px 0 15px 14px;
	text-align: left;
}
#calendar {
	margin-top: 10px;
	width: 159px;
	text-align: center;
	vertical-align: middle;
}
#calendar th {
	font-weight: normal;
}
#calendar thead td {
	font-size: 10px;
}

#calendar tbody th{
	border: 1px solid #d9d9d9;
	background-color: #eee;
}
#calendar tbody td {
	border: 1px solid #d9d9d9;
}
#calendar .holiday {
	background: #900;
	color: #fff;
}
#calendar .nextday {
	background: #BFD3EE;
}
#calendar .twodays {
	background: #F4E395;
}
.shopinfo {
	width: 162px;
	padding-top: 5px;
}
.shopinfo p{
	font-size: 12px;
}
.shopinfo p span{
	font-size: 12px;
}
.shopinfo p.tomail {
	margin-top: 5px;
	padding-left: 10px;
	text-align: left;
	background: url(../common/icon_arrow_r.gif) no-repeat 0 4px;
}
.shopinfo p.tomail a{
	font-size: 12px;
	font-weight: bold;
}
.shopinfo-btn-mail {
	text-align: center;
	margin-top: 12px;
}

.shopinfo-table {
	margin-top: 10px;
}
.shopinfo-table th,
.shopinfo-table td {
	font-size: 12px;
}
.shopinfo-table th {
	padding-right: 10px;
	font-weight: normal;
	text-align: left;
}

.calendar-icon-group {
	margin: 2px 0 6px;
	font-weight: normal;
}
.calendar-icon-color span,
.calendar-icon-color img {
	display: inline-block;
	vertical-align: middle;
}
.shopinfo .calendar-icon-color span {
	margin-left: 4px;
	font-size: 12px;
}
.calendar-icon-holiday {
	margin-bottom: 11px;
}
#subinfo dl {
	width: 179px;
}

#subinfo dt {
	margin-top: 10px;
	text-align: left;
}
#subinfo dd.tag {
	width: 160px;
	text-align: right;
	margin-top: -17px;
	text-indent: 0;
}
#subinfo dd.detail {
	margin: 0;
	padding: 0 0 10px 8px;
	width: 155px;
	background: url(../common/icon_arrow_r.gif) no-repeat 0 3px;
	text-indent: 0;
}
* html #subinfo dl {
	margin: 0 -5px 0 0;
}
* html #subinfo dd.detail{
	margin: 0 0 0 -5px;
	padding-left: 13px;
	background-position: 5px 3px;
}
#newtopics {
	margin-top: 10px;
}
#newtopics li,
#infobnr li {
	width: 160px;
	margin: 0 0 10px;
}
#newtopics li a:link,
#newtopics li a:visited,
#infobnr li a:link,
#infobnr li a:visited{
	display: block;
	border: 1px solid #d9d9d9;
}
#newtopics li a:hover,
#newtopics li a:active,
#infobnr li a:hover,
#infobnr li a:active {
	display: block;
	border: 1px solid #A91D00;
}

/* =4= footer
----------------------------------------------------------*/


/* =5=
----------------------------------------------------------*/
.block-article {
	width: 530px;
}
.col2 {
	float: left;
	width: 260px;
}
.col2:last-child {
	float: right;
}
/* =6= #Pick
----------------------------------------------------------*/
.panel-banner {
	margin: 0 0 30px;
}
.panel-trigger {
	width: 530px;
	padding: 4px 0;
	line-height: 18px;
	margin: 6px 0 0;
	color: #FFF;
	background: #8B8B8B;
	text-align: center;
	font-size: 13px;
	cursor: pointer;
}
.panel-trigger:hover {
	background: #E6D4CF url(../index_images/trigger-more-on.png) no-repeat center center;
}
.panel-trigger.trigger-close:hover {
	background: #E6D4CF url(../index_images/trigger-close-on.png) no-repeat center center;
}
.panel-trigger:hover img {
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
.panel-more {
	display: none;
}
.trigger-more.current {
	display: none;
}

.btn-search-group {
	overflow: hidden;
	margin-bottom: 30px;
}
.text-link-more {
	width: 530px;
	padding: 10px 0;
	text-align: right;
}
#subinfo .sublinfo-newstopics {
	padding-bottom: 10px;
}
#subinfo .subinfo-infobnr {
	padding-top: 5px;
}

/* =7= index heightLine.js
----------------------------------------------------------*/
#searcharea {
	border-right: none;
}
#columns {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#subinfo {
	border-left: none;
}

.link-image-border a img{
	border: 1px solid #ccc;
}
.link-image-border a:hover img,
.link-image-border a:active img{
	border: 1px solid #A91D00;
}


/* =7= slideshow
----------------------------------------------------------*/
#slider_main {
	width: 100%;
	height: 380px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

#slider_main ul,
#slider_main ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
#slider_thumb {
	position: relative;
	margin: 10px auto 15px;
	width: 570px;
	height: 70px;
	text-align: center;
}

#slider_thumb  {
	width: 100%;
}
#slider_thumb a {
	display: inline;
	margin: 0 0 0 8px;
}
#slider_thumb a:first-child {
	margin: 0;
}
#slider_thumb a img {
	width: 105px;
	height: auto;
	border: 1px solid #fff;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#slider_thumb .active img {
	border: 1px solid #990100;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#moveprev,
#movenext {
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	width: 23px;
	height: 50px;
	cursor: pointer;
	font-size: 0;
}
#moveprev {
	bottom: 10px;
	left: 20px;
	background: url(../index_images/slide-prev.gif) no-repeat center center;
}
#movenext {
	bottom: 10px;
	right: 20px;
	background: url(../index_images/slide-next.gif) no-repeat center center;
}
