@charset "utf-8";
/* ===================================================================
 style info : スマートフォン用指定全部
=================================================================== */

/*----------------------------------------------------
	基本要素
----------------------------------------------------*/
body {
	color: #333;
	-webkit-text-size-adjust: none;
	font-family:"Hiragino Kaku Gothic ProN W3", "ヒラギノ角ゴ ProN W3", Helvetica;
	font-size:15px;
	line-height:1.6;
}

.top_h3 {
font-size: 14px;
margin: 10px 10px 0 10px;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  border-radius: 30px;
  background-color:#F63;
  color: #FFF;
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

ul li {
	list-style: none;
}

small {
	font-size: 10px;
}
.f-l {
	float:left;
	margin:0 10px 10px 0;
}
.cf:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.cf {
  min-height: 1px;
}
* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#contents{
	width: 100%;
}

#contents2{
	width: 100%;
	border-top: solid 1px #d1d2d3;
}

#contents3{
	width: 100%;
	border-top: solid 1px #d1d2d3;
	margin-bottom: 10px;
}

#contents4{
	clear:both;
	width: 100%;
	border-top: solid 1px #d1d2d3;
	padding-top: 10px;
}

#main{
	padding-top: 5px;
	border-top: solid 1px #fff;
	background: rgba(255,255,255,.3);
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255,255,255,.3)), to(rgba(255,255,255,.9)));
}

#main p{
	margin-bottom: 1em;
	padding: 0 5px;
}

#main .articleBody{
	background: -webkit-gradient(linear, center top, center bottom, from(#f0f0f0), to(#ffffff));
	border-top: solid 1px #d1d2d3;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	padding-top: 5px;
}

.imgC{
	text-align: center;
}
.imgC img {
	display:block;
	margin:0 auto;
	text-align:center;
	padding:0;
}
img.waku {
	background-color:#FFF;
	border:solid 1px #CCC;
	padding:3px;
}

#moveLink{
	width: 100%;
	height: 35px;
	padding-top: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#1a1a1a), color-stop(50%, #393939), color-stop(50%, #131313));
	border-bottom: solid 1px #e6e2c5;
	border-top: solid 1px #1c1c1c;
	-webkit-box-shadow: inset 0 -1px 0 #fff;
}

.book{
}

.book td{
	padding: 10px;
	vertical-align:top;
}
.annot {
	border:solid 1px #FECEB4;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	margin:0 10px;
	padding:5px 10px;
}





/*

/*
Tab
*******************************************************/
#tab{
	margin: auto;
	margin-bottom: 10px;
	text-align: center;
	display: table;
	background: -webkit-gradient(linear, left top, left bottom, from(#bd2c85), to(#c44292), color-stop(50%, #bd2c85), color-stop(50%, #c44292));
	border: solid 1px #666;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 1px 0 #fff;
	overflow: hidden;
	font-size: 12px;
	list-style-type: none;
}

#tab li{
	display: table-cell;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0), color-stop(50%, #fff), color-stop(50%, #f0f0f0));
	-webkit-box-shadow: 0 0 3px #000;
}

#tab li a{
	display: block;
	padding: 10px 15px;
	color: #222;
	text-shadow: 0 2px 0 #fff;
	text-decoration: none;
}

#tab .active{
	background: transparent;
	-webkit-box-shadow: none;
}

#tab .active a{
	color: #fff;
	text-shadow: 0 0 2px #000;
}


/*
Header
*******************************************************/
#container{
	width: 100%;
	margin: 0;
	padding: 0;
}

#container_kobetsu{
	width: 100%;
	margin: 0;  
    padding: 0 0 40px 0;

}

header{
	width: 100%;
	border-bottom: solid 1px #d1d2d3;
	overflow: hidden;
}

header h1,
header p.title {
	font-size: 10px;
	margin: 0;
	padding: 1px 10px;
	color: #FFF;
	font-weight:normal;
	background-color:#F85903;
}
#new_h1_top {
	border-top: solid 1px #d1d2d3;
	border-bottom: solid 1px #d1d2d3;
	color:#F85903;
	font-weight:normal;
	text-align:center;
	line-height:1.2;
	padding:5px 10px;
	width:auto;
}

header p{
	margin-bottom: 0!important;
	width: 100%;
	text-align: left;
	padding: 10px 0;
}

header p img{
	vertical-align: bottom;
}
header p a {
	display:block;
	width:100%;
}

#logo{
	width: 165px;
	float: left;
	margin-left: 5px;
}

#headerTel{
	width: 120px;
	float: right;
	margin-right: 5px;
}

.tel{
	width: 282px;
	margin: 5px auto;
}


/*
Footer
*******************************************************/
.footerLink2{
	width: 100%;
	text-align: center;
	line-height: 20px;
	-webkit-box-shadow: inset 0 -1px 0 #fff;
	padding: 10px 0;
	text-shadow: 1px 1px 0 #fff;
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#e8e8e8));
}

.footerLink{
	width: 100%;
	text-align: center;
	line-height: 20px;
	border-top: solid 1px #d1d2d3;
	border-bottom: solid 1px #d1d2d3;
	-webkit-box-shadow: inset 0 -1px 0 #fff;
	padding: 10px 0;
	text-shadow: 1px 1px 0 #fff;
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#e8e8e8));
	margin-bottom:20px;
}

.footerLink a{
	color: #F85903;
	text-decoration: none;
}
.sns {
	text-align:center;
	position:relative;
}
.sns img {
	position:relative;
	top:-20px;
	left:0;
}


#copy{
	width: 100%;
	text-align: center;
	border-top: solid 1px #d1d2d3;
	padding: 10px 0;
	background: #e8e4cb;
}

/*-------------------tokyo list----------*/
#toka {
	border-top: solid 1px #d1d2d3;
	font-size:12px;
	padding:10px;
}

#toka a {
	color:#F85903;
	text-decoration:none;
}

#tokyo_list {
	font-size:12px;
	padding:10px;
}




#tokyo_list a {
	color:#F85903;
	text-decoration:none;
}

#tokyo_list ul{
	margin-left:-3px;
}

#tokyo_list li{
	float:left;
	display:inline-block;
	border-right:1px solid #ccc;
	padding:0px 3px;
	margin-bottom:3px;
}


#tokyo_list h5{
	clear:both;
	font-weight:bold;
}


/*

/*-------------------ﾊﾟﾝｸｽﾞ----------*/
ul#pan {
	border-top: solid 1px #d1d2d3;
	font-size:12px;
	padding:10px;
}
ul#pan li {
	float:left;
}
ul#pan li:after {
	content:'>';
	margin:0 3px;
}
ul#pan li:last-child:after {
	content:'';
}
div#panarea {
	border-top: solid 1px #d1d2d3;
	padding-top:10px;
}
ul#pan li a {
	color:#F85903;
	text-decoration:none;
}

/*
TopicPath
*******************************************************/
#topicPath{
	width: 100%;
	overflow: hidden;
	list-style-type: none;
}

#topicPath li{
	float: left;
	margin-right: 10px;
}




/*
Index
*******************************************************/
#eyeCatch{
	width: 100%;
	height: 62px;
	text-align: center;
}

.index #eyeCatch{
	height: 128px!important;
}

#eyeCatch p{
	margin-bottom: 0!important;
}

#eyeCatch p img{
	vertical-align: bottom;
}

#lead{
	background: url(../img/layout/lead_bg.png) repeat-x;
	margin-top: -5px;
	padding-top: 8px;
	margin-bottom: 5px;
}

#lead p{
	margin: 0 5px;
}

#topMenu h2,
#topMenu > h1 {
	padding-left: 20px;
	padding-top: 15px;
	font-size: 14px;
	background: -webkit-gradient(linear, center top, center bottom, from(#FECEB4), color-stop(100%, #fff), to(#fff));
}
.houmontitle {
	background: -webkit-gradient(linear, center top, center bottom, from(#FECEB4), color-stop(100%, #fff), to(#fff));
	height:auto;
	padding-left:20px;
	padding-right:10px;
	padding-top: 15px;
}
.houmontitle h3,
.houmontitle h1 {
	font-size: 16px;
	font-weight:bold;
}
.houmontitle h3 span,
.houmontitle h1 span {
	display:block;
	font-size: 12px;
	font-weight:normal;
}
#mainimg{
	border-top: solid 1px #d1d2d3;
}

#mainimg img{
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}



#topMenu2 h2,
#topMenu2 > h1 {
	padding-left: 20px;
	padding-top: 10px;
	font-size: 16px;
	background: -webkit-gradient(linear, center top, center bottom, from(#FECEB4), color-stop(100%, #fff), to(#fff));
}

/*-------------------各霊園詳細ﾍﾟｰｼﾞ----------*/

.kobetsu h4{
	font-size:16px;
	line-height:1.3;
	font-weight:bold;
	color:#000;
	clear:both;
	border:solid 1px #FECEB4;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.kobetsu h4.camp{
	color:#F00;
}

.kobetsu h4 strong{
	color:#F60;
}


.kobetsu p,
.kobetsu dl {
	font-size:15px;
	line-height:1.6;
	padding:10px;
}
.kobetsu ul li {
	font-size:14px;
}
.kobetsu dd {
	font-size:15px;
	line-height:1.6;
	border-bottom:solid 1px #CCC;
	/*padding:5px 10px 5px 10px;*/
	/*margin:10px 10px 0 10px;*/
}
.kobetsu h5{
	background-color:#FFEEE6;
	margin:0 10px 10px 10px;
	padding:3px 0;
	line-height:1.6;
}

.kobetsu h6{
	margin:5px 0 -5px 10px;
	line-height:1.6;
	color:red;
}
	
	


.houmon p.yoko,
.houmon p.tate {
	text-align:center;
}
.houmon p.yoko img {
	width:300px;
	max-width:300px;
	height:auto;
	margin:0 auto;
	display:block;
	padding:0;
}
.houmon p.tate img {
	width:auto;
	height:300px;
	max-height:300px;
	margin:0 auto;
	display:block;
	padding:0;
}

.w100,
.w100tate {
	text-align:center;
	margin:auto;
}
.w100 img {
	width:98%;
	height:auto;
	margin:0 auto;
	display:block;
	padding:0;
}
.w100tate img {
	width:70%;
	height:auto;
	margin:0 auto;
	display:block;
	padding:0;
}

ul.houmonli li {
	font-size:16px;
}
ul.houmonli li span {
	font-size:14px;
}
ul.houmonli li img {
	float:left;
	width:100px;
	height:auto;
}

.map-link {
	padding-left:13px;
	background:url(../member/img/map-link.png) no-repeat left center;
}


#navi_lst{
	text-align:center;
	padding: 2px;
	padding-bottom: 10px;
	color:#333;
	text-decoration:none;
	font-size:14px;
}

#navi_lst a{
	color:#F60;
	text-decoration:none;
	padding: 2px;
	font-size:14px;
}


#menuSection{
	margin: 0px 7px 10px 7px;
	padding: 5px;
	background:#e8e4cb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#menuSection section{
	background: #fff;
	padding: 5px;
}

#menuSection article{
	border: solid 1px #d1d2d3;
	border-bottom: none;
	overflow: hidden;
	padding: 3px;
}

#menuSection article:last-child{
	border-bottom: solid 1px #d1d2d3;
}

#menuSection article a{
	display: block;
/*	color: #b71d69; */
	text-decoration: none;
}
#menuSection article p,
#menuSection article p span.tabletext{
	font-size:15px;
}

#menuSection article a.tel{
	display: inline;
	color: #F60;
	text-decoration: none;
}

#menuSection article h3{
	color: #F85903;
	font-size: 14px;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 3px;
}

#menuSection article .meta{
	position: relative;
	min-height: 49px;
	padding-right: 25px;
	background: url(../img/menu_arrow.png) no-repeat right center;
}

#menuSection article .meta h3,
#menuSection article .meta p{
	padding-left: 60px;
}

#menuSection article .meta p{
	color: #333;
	font-size: 12px;
}

#menuSection article .meta h3 img{
	position: absolute;
	top: 0;
	left: 0;
}

.houmon_button a {
	display: block;
	margin-bottom: 5px;
	font-size:18px;
	height:30px;
	line-height: 30px;
	text-align:center;
	text-shadow: 0 1px 0 #fff;
	text-decoration:none;
	/*font-weight:bold;*/
	color:#F60;
	/*border:solid 1px #FECEB4;*/
	border:solid 1px #999;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background: -webkit-gradient(linear, center bottom, center top, from(#eee), color-stop(100%, #fff), to(#fff));
}

.tel_button a {
	display: block;
	margin-bottom: 5px;
	font-size:20px;
	height:30px;
	line-height: 30px;
	text-align:center;
	text-shadow: 0 1px 0 #fff;
	/*font-weight:bold;*/
	color:#F60;
	/*border:solid 1px #FECEB4;*/
	border:solid 1px #999;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background: -webkit-gradient(linear, center bottom, center top, from(#eee), color-stop(100%, #fff), to(#fff));
}

.link_button a {
	display: block;
	font-size:18px;
	height:30px;
	line-height: 30px;
	text-align:center;
	text-shadow: 0 1px 0 #fff;
	text-decoration:none;
	/*font-weight:bold;*/
	color:#F60;
	/*border:solid 1px #FECEB4;*/
	border:solid 1px #999;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background: -webkit-gradient(linear, center bottom, center top, from(#eee), color-stop(100%, #fff), to(#fff));
}





#menuSection01{
	padding: 5px 0;
	border-bottom: solid 1px #d1d2d3;
}

#menuSection01 section{
	background: #fff;
}

#menuSection01 article{
	border: solid 1px #d1d2d3;
	border-bottom: none;
	overflow: hidden;
	padding: 3px;
}

#menuSection01 article:last-child{
	border-bottom: solid 1px #d1d2d3;
}

#menuSection01 article a{
	display: block;
	color: #b71d69;
	text-decoration: none;
}

#menuSection01 article h3{
	color: #F85903;
	font-size: 14px;
	text-shadow: 0 1px 0 #fff;
}

#menuSection01 article .meta{
	position: relative;
	min-height: 49px;
	padding-right: 25px;
	background: url(../img/menu_arrow.png) no-repeat right center;
}

#menuSection01 article .meta h3{
	padding-left: 60px;
	line-height: 49px;
}

#menuSection01 article .meta h3 img{
	position: absolute;
	top: 0;
	left: 0;
}
/*新2行広告*/
.mb10 {
	margin-bottom:10px;
}
.mr10 {
	margin-right:10px;
}
.pt10 {
	padding-top:10px;
}
.pb10 {
	padding-bottom:10px;
}
#menuSection .list-ad article img {
	float:left;
	margin:5px;
	width:40%;
	height:auto;
}
#menuSection .list-ad article img.anshin-ad {
	width:60px;
	height:auto;
	margin:0;
	float:none;
}
#menuSection .list-ad article h3{
	padding-top:5px;
	position:relative;
}
#menuSection .list-ad article h3:after {
	content: "\f054";
	font-family: FontAwesome;
	color:#F85903;
	font-size:13px;
	position:absolute;
	top:30px;
	right:5px;
}
#menuSection .list-ad article p {
	color: #333;
	font-size: 12px;
	padding-right:15px;
}
#menuSection .list-ad:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.random02 li {
	margin-bottom:10px;
}
.random02 li:last-child {
	margin-bottom:0 !important;
}

#callto {  
    position: fixed !important;  
    position: absolute;  
    bottom: 0;  
    left: 0;  
    width: 100%;  
    height: 40px;  
    background-color: #000000;  
    /*color: #fff;*/

	color: #ffffff;
	text-decoration: none;
	/*line-height: 20px;*/
}
#callto a {  
	color: #ffffff;
	text-decoration: none;
}

#callto #btn {
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 3px;

}

#callname {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#callnumber {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#F85903), to(#b03600));
	background: -moz-linear-gradient(top, #F85903, #b03600);
	padding: 4px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;

}

#callnumber a {
	color: #FFF;
	text-decoration: none;
}


div#fix {
	position: fixed !important;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #000000;
	color: #fff;
}
#fix #btn {
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 10px;
}

#fix-tel{
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9c00), to(#c97b00));
	background: -moz-linear-gradient(top, #ff9c00, #c97b00);
	text-align: center;
	vertical-align: middle;
	height: 16px;
	font-weight: bold;
	line-height: 18px;
	padding: 8px;
}
#fix-yoyaku {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff4200), to(#b03600));
	background: -moz-linear-gradient(top, #ff4200, #b03600);
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	padding: 8px;
}

#fix-tel a {
	color: #FFF;
	text-decoration: none;
}
#fix-yoyaku span {
	display:block;
	background:url(../img/tel.png) no-repeat 65px 30%;
	font-size: 16px;
	padding-left:10px;
}


.kobetsu dl dt {
	font-weight: bold;
}

.member_photo {
	margin:5px 0 0 0;
}

.member_photo img:first-child {
	margin:0 5px;
}

.list_txt{
	color:#663300;
}

.mokuji {
	border:solid 1px #F85903;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	display:block;
	margin:10px auto 10px auto;
	width:90%;
}
.mokuji span {
	background-color:#F85903;
	color:#FFF;
	display:block;
	height:30px;
	line-height:30px;
	margin-bottom:10px;
	text-align:center;
}
.mokuji ul {
	padding:0 10px 10px 10px;
}
.mokuji ul li ul {
	padding:0 0 0 10px;
}
.mokuji ul li {
	list-style-type:none;
	margin:0;
	padding:3px;
}
.mokuji ul li a {
	display:block;
	text-decoration:none;
}
.mokuji ul li a:before {
	font-family: FontAwesome;
	content : "\f105";
	margin-right:5px;
}
.flowmap {
	width:90%;
	margin:0 auto;
}
.flowmap span {
	text-align:center;
	padding:6px 0;
	line-height:1.2;
}	
.flowmap span.col {
	border:solid 1px #CCC;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
.c12 {
	display:block;
	width:96%;
}
.c8 {
	display:inline-block;
	width:63%;
	margin:0 1%;
}
.c6 {
	display:inline-block;
	width:44.5%;
	margin:0 1.3%;
}
.c4 {
	display:inline-block;
	width:28.5%;
	margin:0 1.4%;
}
.form_button a {
	background: gradient(linear, center top, center bottom, from(#FFAB73), to(#FF802B));
	background: -webkit-gradient(linear, center top, center bottom, from(#FFAB73), to(#FF802B));
	background: -moz-linear-gradient(top, #FFAB73, #FF802B);
	background: -ms-linear-gradient(top, #FFAB73 0%, #FF802B 100%);
	background-color:#FF802B;
	border:solid 1px #FF6600;
	border-radius:5px;
	color:#FFF;
	display:block;
	font-size:14px;
	font-weight:bold;
	padding:10px;
	text-align:center;
	text-decoration:none;
}




.bnr {
	margin:0 10px;
}






/*
FooterMenu
*******************************************************/
#footerMenu{

}

#footerMenu ul li{
	border-top: solid 1px #de2c82;
	border-bottom: solid 1px #de2c82;
}

#footerMenu ul li a{
	display: block;
	height: 37px;
	padding-left: 10px;
	line-height: 37px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 -1px 1px #666;
	text-decoration: none;
	-webkit-box-shadow: inset 1px 1px 0 #f28abc, inset -1px -1px 0 #f28abc;
	background: -webkit-gradient(linear, center top, center bottom, from(#f2529f), to(#df2e83));
}

#footerMenu ul li ul{
	display: none;
}

#footerMenu ul li ul li{
	background: -webkit-gradient(linear, center top, center bottom, from(#f0f0f0), to(#fff), color-stop(20%, #f8f8f8));
	border-top: solid 1px #dfdfdf;
	border-bottom: none;
}

#footerMenu ul li ul li:last-child{
	border-bottom: solid 1px #dfdfdf!important;
}

#footerMenu ul li ul li a{
	display: block;
	padding-left: 20px;
	background: url(../img/layout/footer_menu_arrow.png) no-repeat right center;
	font-weight: bold;
	color: #111;
	text-shadow: 0 0 0!important;
	-webkit-box-shadow: 0 1px 0 #fff;
}

/*
Slide Contents
*****************************************************/
.flickBox .containerInner > .item {
	width: 310px;
}

.tourSlide .flickBox .container{
	width: 310px;
	overflow: hidden;
	margin: 0 auto;
}

.tourSlide .flickBox .containerInner > .item {
	width: 310px;
}

.flickBox .moving{
	-webkit-transition: -webkit-transform .2s ease-out;
}

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

.tabStyle .caseSlide {
	-webkit-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
	background: -webkit-gradient(linear, center top, center bottom, from(#fff),  color-stop(70%, #fff), color-stop(71%, #d1d2d3), to(#f0f0f0));
	list-style-type: none;
	border-bottom: solid 3px #99cc00;
}

.caseSlide nav{
    margin: 0 auto;
    overflow: hidden;
	display: table;
	text-align: center;
}

.caseSlide nav li {
    display: table-cell;
    width: 145px;
    height: 35px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0), color-stop(50%, #fff), color-stop(50%, #f0f0f0));
	border: solid 1px #666;
	border-bottom: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-box-shadow: 0 1px 0 #fff;
}

.caseSlide nav li:last-child{
	margin-right: 0!important;
}

.caseSlide nav li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
	padding-top: 7px;
	color: #222;
	text-shadow: 0 2px 0 #fff;
	text-decoration: none;
}

.caseSlide nav .selected{
	background: -webkit-gradient(linear, left top, left bottom, from(#bd2c85), to(#c44292), color-stop(50%, #bd2c85), color-stop(50%, #c44292));
}

.caseSlide nav .selected a{
	color: #fff;
	text-shadow: 0 0 2px #000;
}

.tabStyle .containerOuter {
    position: relative;
    padding: 9px 10px 10px;
}
.tabStyle .container {
    position: relative;
    cursor: pointer;
}

.tabStyle .containerInner > div {
    width: 250px;
    margin: 0 5px;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.tourSlide .tabStyle .containerInner > div{
	width: 310px;
}

.tourSlide .tabStyle{
	border-top: solid 1px #d1d2d3;
	-webkit-box-shadow: inset 0 1px 0 #fff, inset 0 -5px 10px #f0f0f0;
	padding-top: 5px 5px 20px 5px;
	background: -webkit-gradient(linear, center top, center bottom, from(#f3f3f3), to(#fff));
}

.tourSlide h2{
	margin: 0 0 5px 5px;
}


/*
feature table 
*****************************************************/

.bg_FFFAE5{
	background-color:#FFFAE5;
}

.bg_CCFFFF{
	background-color:#CCFFFF;
}

.table_line table{
	border-collapse:collapse;
	border:1px solid #CCC;
}

.table_line td{
	margin:1px;
	padding:2px;
	border:1px solid #CCC;
	font-size:75%;
}
table.goods {
	border-collapse:collapse;
	border:1px solid #CCC;
	text-align:center;
	margin:0 auto 10px auto;
	width:96%;
	max-width:96%;
}
table.goods tr,
table.goods tr td,
table.goods tr th {
	border-collapse:collapse;
	border:1px solid #CCC;
	padding:5px;
}
	
table.goods .title {
	background-color:#CCFFFF;
}

