@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #555451;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ、行間、フォント指定*/
	background-color: #f5efea;	/*背景色*/
}
body#top {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin:  0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #000;	/*リンクテキストの色*/
}
a:hover {
	color: #d96e96;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background-color: #8c7262;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ba1a1a), to(#8c7262));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#d8d8d8, #171717 45%, #000);	/*同上*/
	background-image: linear-gradient(#d8d8d8, #171717 45%, #000);			/*同上*/
}
/*ヘッダーブロックの中*/
header .inner {
	width: 997px;	/*ブロック幅*/
	height: 80px;
	position: relative;
	margin: 0px auto;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: absolute;
	left: 20px;	/*innerに対して左から20pxの場所に配置*/
	top: 10px;	/*innerに対して上から20pxの場所に配置*/
}
/*電話番号ボックスの設定*/
header .inner address {
	position: absolute;
	top: 15px;		/*innerに対して上から15pxの位置に配置*/
	left: 700px;	/*innerに対して右から700pxの位置に配置*/
	font-size: 20px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	line-height: 1.3;	/*行間*/
	letter-spacing: 0.05em;	/*文字間隔を少し広めにとる設定*/
}
/*電話番号の文字設定*/
header .inner address .tel {
	font-size: 17px;	/*文字サイズ*/
	color: #ead98e;		/*文字色*/
	font-weight: bold;	/*太字に*/
	display: block;
}

/*ロゴ部分の設定*/
#logowrap {
	align: left;
	width: 950px;
	margin: 5px auto 0px;
}

.logoimg{
margin:0;
}


/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#menu {
	height: 40px;	/*ブロックの高さ*/
	background-color: #d0c175;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefc), to(#bba752));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#fefefc, #ddd29a 49%, #d0c175 50%, #bba752);	/*同上*/
	background-image: linear-gradient(#fefefc, #ddd29a 49%, #d0c175 50%, #bba752);			/*同上*/
	-webkit-box-shadow: 0px 0px 30px #ead98e;	/*影の設定。右・下・ぼかし幅・色を設定*/
	box-shadow: 0px 0px 30px #ead98e;			/*同上*/
}
nav#menu ul {
	width: 997px;	/*メニュー部分のブロック幅*/
	margin-right: auto;
	margin-left: auto;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: left;
	width: 165px;	/*メニュー幅*/
	border-right: 1px solid #baa651;	/*メニューの右側の線の幅、線種、色*/
	text-align: center;	/*文字を中央に揃える*/
}
nav#menu ul li a {
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	line-height: 15px;
	padding-top: 5px;
	color: #544a1f;	/*文字色*/
	text-shadow: #FFF 1px 1px;	/*文字の影。色、右へ、左への設定。*/
	font-weight: bold;	/*文字を太字にする設定。通常がいいならこの１行削除。*/
}
/*最初のメニューの設定*/
nav#menu ul li:first-child {
	border-left: 1px solid #baa651;	/*左側に線を入れる*/
}
/*マウスオン時の設定*/
nav#menu ul li a:hover {
	background-color: #baa651;	/*背景色*/
}
/*英語表記の設定*/
nav#menu ul li a span {
	font-size: 9px;	/*文字サイズ*/
	display: block;
	letter-spacing: 0.2em;	/*文字間隔を少しあける設定*/
	line-height: 15px;
	padding-bottom: 5px;
	color: #FFF;	/*文字色*/
	text-shadow: none;
	font-weight: normal;
}

/*ドロップダウンメニュー用*/
ul.ddmenu {
	position:absolute;
	width: 165px;					/*ドロップダウンメニューボックスの幅*/
	border-left: 1px solid #999;	/*ドロップダウンメニューボックスの左側の線幅、線種、色*/
	border-right: 1px solid #999;	/*ドロップダウンメニューボックスの右側の線幅、線種、色*/
	border-top: 1px solid #999;		/*ドロップダウンメニューボックスの上側の線幅、線種、色*/
	visibility: hidden;
    z-index: 10;
}
ul.ddmenu li {
	border-bottom: 1px solid #999;	/*ドロップダウンメニュー１個ごとの下線の幅、線種、色*/
	background: #ffffff;			/*ドロップダウンメニューの背景色*/
}
ul.ddmenu li a {
	display: block;
	text-align: center;	/*文字をセンタリング*/
	line-height: 40px;	/*ドロップダウンメニューの高さ*/
	width: 165px;		/*ドロップダウンメニューの幅*/
	text-decoration: none;
}
ul.ddmenu li a:hover {
	background: #8d7142;	/*マウスオン時のドロップダウンメニューの背景色*/
	color: #fff;			/*マウスオン時のドロップダウンメニューの文字色*/
}

/*コンテンツ（main,sub,sideを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 997px;
	margin: 25px auto 0px;
}
/*トップページでのコンテンツブロック設定*/
body#top #contents {
	margin: 20px auto 0px;	/*背景画像分、高さをとる。*/
}

/*コンテンツin（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents-in {
	float: left;
	width: 900px;
}
/*2カラム時*/
body.c2 #contents-in {
	float: none;
	width: 100%;
}

/*メインコンテンツ（中央ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に回り込み*/
	width: 668px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/*2カラム時*/
body.c2 #main {
	width: 782px;	/*メインコンテンツ幅*/
}
/*1カラム時*/
body.c1 #main {
	float: none;　/*サイトマップ用*/
	width: 100%;
}
/*mainコンテンツのh2タグ設定*/
#main h2 {
	background-color: #444444;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../images/bg2.png), -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#0d0d0d));	/*グラデーション*/
	background-image: url(../images/bg2.png), -webkit-linear-gradient(#c0c0c0, #444444 49%, #1a1a1a 50%, #0d0d0d);	/*同上*/
	background-image: url(../images/bg2.png), linear-gradient(#c0c0c0, #444444 49%, #1a1a1a 50%, #0d0d0d);			/*同上*/
	background-repeat: no-repeat;		/*右側のシャンデリア装飾画像をリピートしない設定*/
	background-position: right center;	/*上記画像の位置*/
	font-size: 100%;
	color: #fff;	/*文字色*/
	padding: 13px 15px;	/*上下、左右への余白*/
	clear: both;
	border: 1px solid #0d0d0d;	/*枠線の幅、線種、色*/
	-webkit-box-shadow: 0px 0px 15px #ead98e;	/*影の設定。右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 0px 15px #ead98e;			/*同上*/
}
/*mainコンテンツのh3タグ設定*/
#main h3 {
	font-size: 100%;
	color: #a49349;		/*文字色*/
	padding: 2px 15px;	/*左から、上下、左右への余白*/
	clear: both;
	border-left: 4px solid #a49349;		/*左の線の幅、線種、色*/
	border-bottom: 1px solid #a49349;	/*下の線の幅、線種、色*/
}
#main h3s{
	font-size: 100%;
	color: #a49349;		/*文字色*/
	padding: 2px 15px;	/*左から、上下、左右への余白*/
	clear: both;
        width:100%;
        height: auto;
	border-left: 4px solid #a49349;		/*左の線の幅、線種、色*/
	border-bottom: 1px solid #a49349;	/*下の線の幅、線種、色*/
}
#main h3l{
	font-size: 100%;
	color: #a49349;		/*文字色*/
	float:left;
        width:48%;
        margin:0 0 10px 0;
        padding:0;
	border-left: 4px solid #a49349;		/*左の線の幅、線種、色*/
	border-bottom: 1px solid #a49349;	/*下の線の幅、線種、色*/
}

/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 5px 10px 15px;	/*上、左右、下への余白*/
}

/*サブコンテンツ、サイドコンテンツ
---------------------------------------------------------------------------*/
/*サブコンテンツ（左側ブロック）*/
<!--#sub {
	float: left;	/*左側に回り込み*/
	width: 200px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
	line-height: 1.6;
}
/*サイドコンテンツ（右側ブロック）*/
#side {
	float: right;
	width: 200px;
	padding-bottom: 30px;
	line-height: 1.6;
}
/*2カラム時にサイドコンテンツを非表示にする設定*/
body.c2 #side {
	display: none;
}
/*sub,sideコンテンツ内のh2タグ設定*/
#sub h2,
#side h2 {
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	background-color: #bba752;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ead98e), to(#bba752));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#ead98e, #bba752);	/*同上*/
	background-image: linear-gradient(#ead98e, #bba752);			/*同上*/
	padding: 6px 0px;	/*上下、左右への余白*/
	color: #000;	/*文字色*/
	clear: both;
}
/*sub,sideコンテンツ内のbox1設定*/
#sub .box1,
#side .box1 {
	-webkit-box-shadow: 0px 0px 30px #ead98e inset;	/*内側への影。右・下・ぼかし幅・色を設定*/
	box-shadow: 0px 0px 30px #bba752 inset;			/*同上*/
	border: 1px solid #ead98e;	/*枠線の幅、線種、色*/
	padding: 4px;				/*ボックス内の余白*/
	margin-bottom: 5px;		/*ボックスの下にあけるスペース*/
	clear: both;
	background:#baa651;
}
/*見出しにbox1やメニューが繋がった場合に枠線が重複しない為の設定*/
#sub h2 + ul,
#side h2 + ul,
#sub h2 + .box1,
#side h2 + .box1 {
	border-top: none;
}
/*box1の中にメニューが入った場合に下に余分な余白が出るのをなくす設定*/
#sub .box1 > ul,
#side .box1 > ul {
	margin-bottom: 0;
}


/*sub,sideコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub ul,
#side ul {
	border-top: 1px solid #baa651;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #baa651;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #baa651;		/*左側の線の幅、線種、色*/
	border-bottom: 1px solid #baa651;		/*左側の線の幅、線種、色*/
	margin-bottom: 15px;				/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
#sub ul li a,
#side ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #baa651;	/*枠線の幅、線種、色*/
	background: #baa651;	/*背景色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	padding: 3px 5px 3px 10px;	/*上、右、下、左側への余白*/
}


/*フッター設定(copyrightなどが入った最下部ブロック)
---------------------------------------------------------------------------*/
footer {
	clear: both;
        width:100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #544a1f;			/*文字色*/
	background: #bba752;	/*背景色*/
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #544a1f;
}
footer a:hover {
	color: #544a1f;
}

/*スタッフサムネイルボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list section {
	float: left;
	margin-bottom: 15px;
	margin-left: 10px;
	background-color: #000;	/*背景色*/
	-webkit-box-shadow: 0px 0px 30px #ead98e inset;	/*内側への影。右・下・ぼかし幅・色を設定*/
	box-shadow: 0px 0px 30px #ead98e inset;			/*同上*/
	border: 1px solid #baa651;	/*枠線の幅、線種、色*/
	font-size: 11px;	/*文字サイズ*/
	text-align: center;	/*中身をセンタリング*/
	line-height: 1.5;
	overflow: hidden;
	position: relative;
}
#main .list section a {
	text-decoration: none;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	padding: 9px;	/*ボックス内の余白*/
	display: block;
	width: 110px;	/*幅*/
	height: 210px;	/*高さ*/
}
/*2カラム時のボックス設定*/
body.c2 #main .list section a {
	padding: 16px;	/*ボックス内の余白*/
}
/*スタッフ名*/
#main .list section h4 {
	color: #ead98e;	/*文字色*/
	font-size: 100%;
}
/*サムネイル内のアイコン位置*/
#main .list section .icon {
	position: absolute;
	right: 2px;		/*ボックスに対して、右側から2pxの位置に配置*/
	bottom: 2px;	/*ボックスに対して、下側から2pxの位置に配置*/
}
/*マウスオン時のボックス*/
#main .list section a:hover {
	background: #111;	/*背景色*/
	color: #FFF;	/*文字色*/
}

/*スタッフ詳細ページ　staff.html
---------------------------------------------------------------------------*/
/*写真とテーブルを囲むボックス*/
#main .staff {
	margin: 0px 10px;
}
/*左側ボックス*/
#main .staff .left {
	float: left;	/*左に回り込み*/
	width: 180px;	/*幅*/
	padding-bottom: 15px;
}
#main .staff .left p {
	padding: 0px;
}
/*右側ボックス*/
#main .staff .right {
	width: 350px;	/*幅*/
	float: right;	/*右に回り込み*/
	padding-bottom: 15px;
}
/*テーブル内の左側*/
#main .staff .right .ta1 th {
	width: 100px;	/*幅*/
}
/*テーブル内の余白*/
#main .staff .right .ta1 td,
#main .staff .right .ta1 th{
	padding: 2px 10px;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new{
	margin-bottom: 15px;
}
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;
	padding-left: 10px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

/*テーブル１
---------------------------------------------------------------------------*/
.shopwrap div{width:100%;background:#222;}
#shop1{
text-align:center;
float:left;
width:49%;
margin:0 0 10px 0;
padding:0;
border: 1px solid #baa651;	/*テーブルの枠線の幅、線種、色*/
line-height:0;
}
#shop2{
text-align:center;
float:right;
width:49%;
margin:0 0 10px 0;
border: 1px solid #baa651;
line-height:0;
}
#shop3{
text-align:center;
clear:both;
float:left;
width:49%;
margin:0 0 10px 0;
padding:0;
border: 1px solid #baa651;
line-height:0;
}
#shop4{
text-align:center;
float:right;
width:49%;
margin:0 0 10px 0;
border: 1px solid #baa651;
line-height:0;
}
.shopwrap2 div{width:100%;background:#a49349;}
#shop5{
text-align:center;
float:left;
width:32.7%;
margin:0 0 10px 0;
border: 2px outset #baa651;	/*テーブルの枠線の幅、線種、色*/
line-height:0;
}

.shopwrap3
#shop6{
text-align:center;
float:left;
width:49%;
margin:0 0 10px 0;
border: 1px solid #baa651;	/*テーブルの枠線の幅、線種、色*/
line-height:0;
}
#shop7{
text-align:center;
float:right;
width:49%;
margin:0 0 10px 0;
border: 1px solid #baa651;	/*テーブルの枠線の幅、線種、色*/
line-height:0;
}
.shopwrap4 
#shop8{
text-align:center;
float:none;
width:49%;
margin:0 0 10px 0;
border: 0;	/*テーブルの枠線の幅、線種、色*/
line-height:0;
}
#shop9{
text-align:center;
float:right;
width:49%;
margin:0 0 10px 0;
border: 0;	/*テーブルの枠線の幅、線種、色*/
line-height:0;
}


img.shop{width:100%;}

.shopname{
font-weight:bold;
line-height:2em;
}


.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #c1b377;	/*テーブルの枠線の幅、線種、色*/
	line-height: 1.5;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 140px;
	padding: 10px;
	text-align: center;
	background-color: #222;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#333, #000);	/*同上*/
	background-image: linear-gradient(#333, #000);			/*同上*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #baa651;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #baa651;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #baa651;		/*左側の線の幅、線種、色*/
	text-align: left;
	font-weight: bold;	/*文字を太字にする設定*/
	background-color: #bba752;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ead98e), to(#bba752));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#ead98e, #bba752);	/*同上*/
	background-image: linear-gradient(#ead98e, #bba752);			/*同上*/
	color: #fff;	/*文字色*/
}

.price1{
    background-color: #000;
	border: 1px solid #baa651;	/*枠線の幅、線種、色*/
	padding: 5px;				/*ボックス内の余白*/
	margin: 5px 5px;		/*ボックスの下にあけるスペース*/
	float: left;
	width:30%;
	line-height:0em;
	text-align:right;
	}

.price1 h4{
	font-size: 1.2em;
	text-align: center;	/*文字をセンタリング*/
	background-color: #bba752;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	padding: 6px 0px;	/*上下、左右への余白*/
	margin:0 0 10px 0;
	line-height:1.5em;
	color: #544a1f;	/*文字色*/
	clear: both;
}

.price{
font-size:43px;
line-height:0.8em;
color:#ead98e;
font-family: 'Cardo', serif;
}
.p-icon{
margin:0 5px 0 0;
vertical-align:-30%;
}

.test{width:100%;}

/*submitボタンの設定*/
input[type="submit"],
input[type="button"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #bba752;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefc), to(#bba752));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#fefefc, #ddd29a 49%, #d0c175 50%, #bba752);			/*同上*/
	background-image: linear-gradient(#fefefc, #ddd29a 49%, #d0c175 50%, #bba752);					/*同上*/
	-webkit-box-shadow: 0px 0px 30px #ead98e;	/*影。右・下・ぼかし幅・色を設定*/
	box-shadow: 0px 0px 30px #ead98e;			/*同上*/
	font-size: 14px;	/*文字サイズ*/
	color: #544a1f;	/*文字色*/
	text-shadow: #FFF 1px 1px;
	border: none;
}
/*submitボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #baa651;	/*背景色*/
	background-image:none;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #544a1f;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background-color: #bba752;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 10em;	/*ボックス幅*/
	display: block;
	float: right;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #333;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #333;
}
.mb15 {
	margin-bottom: 15px;
}
.mb5 {
	margin-bottom: 5px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 15px;
	list-style: disc;
}
.color1 {
	color: #ead98e;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.mini1 {
	font-size: 12px;
	line-height: 1.5;
}
figcaption {
	font-size: 11px;
}
#menubar_hdr {
	display: none;
}

ul#pan li {
	display: inline;

}
ul#pan li a  {
background: url(../images/arrow_black.gif)
no-repeat right center;
padding-right: 15px;
}
.note dt {
  position: relative;
}
.note dt span {
  position: absolute;
}
.note dd {
  padding-left: 1em;
}
#scroll {
text-align:justify;
text-justify: inter-ideograph;
width:100%;
margin:0 auto;
padding:0;
letter-spacing: -1px;
background-color:#fff;

    height: 90%;
    width: 97%;
    padding: 10px;
    overflow: auto;
    border:  1px solid #baa651;
    -webkit-overflow-scrolling: touch;
}
