<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";




/* --------------------　客室案内　-------------------- */

/* ---------------------　TOPイメージ　*/

#stay section#topImg {
	background:url(img/stay/h1_bg.jpg) 80% top no-repeat;
	background-size:auto 150px;
}



/* --------------------　館内施設　-------------------- */

/* ---------------------　TOPタイトル　*/

#facilities section#topImg {
	background:url(img/facilities/h1_bg.jpg) 50% top no-repeat;
	background-size:auto 150px;
}



/* --------------------　朝食　-------------------- */

/* ---------------------　TOPタイトル　*/

#bf section#topImg {
	background:url(img/bf/h1_bg.jpg) 40% top no-repeat;
	background-size:auto 150px;
}




/* --------------------　アクセス　-------------------- */

/* ---------------------　TOPタイトル　*/

#access section#topImg {
	background:url(img/access/h1_bg.jpg) 50% top no-repeat;
	background-size:auto 150px;
}



/* --------------------　観光案内　-------------------- */

/* ---------------------　TOPタイトル　*/

#tourism section#topImg {
	background:url(img/tourism/h1_bg.jpg) 10% top no-repeat;
	background-size:auto 150px;
}



/* --------------------　ギャラリー　-------------------- */

/* ---------------------　TOPタイトル　*/

#gallery section#topImg {
	background:url(img/gallery/h1_bg.jpg) 20% top no-repeat;
	background-size:auto 150px;
}



/* --------------------　クチコミ　-------------------- */

/* ---------------------　TOPタイトル　*/

#review section#topImg {
	background:url(img/review/h1_bg.jpg) 60% top no-repeat;
	background-size:auto 150px;
}




/* --------------------　特商法表記　-------------------- */

/* ---------------------　TOPタイトル　*/

#transaction section#topImg {
	background:url(/img/common/hotelGuide/h1_bg.jpg) 50% top no-repeat;
	background-size:auto 150px;
}



/* --------------------　BLOG　-------------------- */

/* ---------------------　TOPタイトル　*/

#blog section#topImg {
	background:url(img/blog/h1_bg.jpg) 50% top no-repeat;
	background-size:auto 150px;
}


/* --------------------　テレワーク　-------------------- */

/* ---------------------　TOPタイトル　*/

#telwork section#topImg {
	background:url(img/telwork/h1_bg.jpg) 50% top no-repeat;
	background-size:auto 150px;
}



/* /////////////////////////////　テレワーク：拡張　///////////////////////////// */


/* ---------------------　メインタイトル　*/

#telwork section#main {
	background:url(img/telwork/main_bg.jpg) center top no-repeat;
	width:100%;
	min-height:240px;
	padding-top:20px;
	text-align: center;
	margin:0 auto 10px;
	
}

#telwork section#main h1{
	width:100%;
	font-size:24px;
	font-weight:bolder;
	color:#FFF;
	text-align: center;
	background:rgba(8,7,8,0.6);
	padding:15px 0;
	margin-bottom:15px;
}

#telwork section#main p{
	font-size:12px;
	font-weight:bold;
	text-align: center;
	color:#FFF;
	line-height:180%;
}



/* ---------------------　リンクNav　*/

#telwork section#slideBl2 #navi {
	display:table;
	max-width:100%;
	width:100%;
	margin:0 auto 20px;
}

#telwork section#slideBl2 #navi a {
	background:#729aab;
	display:table-cell;
	padding:5px 5px;
	width:18%;
	color:#FFF;
	font-weight:500;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	border-right:8px solid #FFF;
	line-height:150%;
}

#telwork section#slideBl2 #navi a:nth-child(6) { border-right:none; }

#telwork section#slideBl2 #navi a span {
	font-weight:400;
	font-size:24px;
	margin-top:20px;
}

#telwork section#slideBl2 #navi a:hover {
	background:#b1c7d0;
	text-decoration:none;
}



/* ---------------------　シーン（2カラム：共通項目）　--------------------------- */


section#slideBl2 #scene-set{
	margin: 0px 0 15px;
	border-bottom:1px solid #000000;
}

section#slideBl2 .no-ttl{
	font-size:30px;
	color:#638fa2;
	font-weight: 100;
}

section#slideBl2 .scene-ttl {
	font-size:24px;
	font-weight:600;
	line-height: 120%;
	margin:10px 0 15px;
}

section#slideBl2 p{
	margin: 0px 0 20px;
	font-weight:lighter;
	line-height: 160%;
	font-size:12px;
}


section#slideBl2 #slideSet-box,
section#slideBl2 #slideSet-box2 {
	padding:30px 20px 15px;
	margin:0 0 15px;
	font-weight:500;
	background:url(img/telwork/scene_bg.jpg) center top repeat-x;
}



/* ---------------------　シーン（2カラム：テキスト左/画像右）　--------------------------- */


/* ---画像--- */

section#slideBl2 #slideSet-box2 #blR{
	width:100%;
}

section#slideBl2 #slideSet-box2 #blR img{
	width:100%;
}


/* ---テキスト--- */

section#slideBl2 #slideSet-box2 #blL {
	max-width:440px;
	margin:0 auto;
}

section#slideBl2 #slideSet-box2 #blL h2 {
	font-size:20px;
	font-weight:700;
}

section#slideBl2 #slideSet-box2 #blL h3 {
	font-size:16px;
	font-weight:700;
	margin-bottom:10px;
	color:#638fa2;
}

section#slideBl2 #slideSet-box2 #blL h2 span {
	font-size:12px;
	font-weight:500;
}

section#slideBl2 #slideSet-box2 p.maru-no {
	font-size:14px;
}


/* ---ボタン--- */

section#slideBl2 #slideSet-box2 #blL a.btReg {
	display:block;
	text-align:center;
	max-width:280px;
	margin:10px auto 0;
	padding:10px;
	background:#638fa2;
	color:#FFF;
	font-size:14px;
	font-weight:500;
}

section#slideBl2 #slideSet-box2 #blL a.btReg span { font-size:12px; }

section#slideBl2 #slideSet-box2 #blL a.btReg:hover {
	text-decoration:none;
	background:#8aabb9;
}

section#slideBl2 #slideSet2-rest2 #blR ul li {
	text-indent: -6.2em;
	margin-left: 6.2em;
	
}



/* ---------------------　シーン（2カラム：テキスト右/画像左）　--------------------------- */



/* ---画像--- */

section#slideBl2 #slideSet-box #blL {
	margin:0 0 0px;
}

section#slideBl2 #slideSet-box #blL img{
	max-width:440px;
	width:100%;
}


/* ---テキスト--- */

section#slideBl2 #slideSet-box #blR {
	max-width:440px;
	margin:0 auto;
}

section#slideBl2 #slideSet-box #blR img{
	max-width:440px;
	width:100%;
}

section#slideBl2 #slideSet-box #blR h2 {
	font-size:20px;
	font-weight:700;
}

section#slideBl2 #slideSet-box #blR h2 span {
	font-size:12px;
	font-weight:500;
}

section#slideBl2 #slideSet-box #blR h3 {
	font-size:16px;
	font-weight:700;
	margin-bottom:10px;
	color:#638fa2;
}

/* ---ボタン--- */

section#slideBl2 #slideSet-box #blR a.btReg {
	display:block;
	text-align:center;
	max-width:280px;
	margin:10px auto 0;
	padding:10px;
	background:#638fa2;
	color:#FFF;
	font-size:14px;
	font-weight:500;
}

section#slideBl2 #slideSet-box #blR a.btReg span { font-size:12px; }

section#slideBl2 #slideSet-box #blR a.btReg:hover {
	text-decoration:none;
	background:#8aabb9;
}

section#slideBl2 #slideSet #blR ul li {
	text-indent: -6.2em;
	margin-left: 6.2em;
}



/* ---------------------　スライダー（2カラム：共通項目）　--------------------------- */

section#slideBl2 #slide {
	margin-bottom:30px;
	width:96%;
	padding-bottom:20px;
	border:8px solid #efefef;
}

section#slideBl2 #slide h1{
	width:100%;
	font-size:16px;
	padding:10px 0;
	margin-bottom:20px;
	background:#638fa2;
	text-align:center;
}

section#slideBl2 #slide h2{
	font-size:18px;
	margin:0px 0 15px;
	color:#638fa2;
}

section#slideBl2 #slide p{
	margin: 0px 0 15px;
	font-weight:lighter;
	line-height: 180%;
	font-size:12px;
}


/* ---------------------　スライダー（2カラム：（テキスト左/画像右）　--------------------------- */


section#slideBl2 #slide #blR {
	width:94%;
	margin:0 4%;
	position: relative;
}

section#slideBl2 #slide #blR img{
	width:100%;
}

section#slideBl2 #slide #blL {
	width:94%;
	margin:0 4%;
}

section#slideBl2 #slide #blL .img{
	width:100%;
}

section#slideBl2 #slide #blL h2 span { font-size:14px; }


section#slideBl2 #slide .maru-no {
	font-size:18px;
}

section#slideBl2 #slide .maru-no a{
	color: #000;
}

section#slideBl2 #slide a.maru-no:hover {
	text-decoration:none;
}


/* ---画像キャプション--- */

section#slideBl2 #slide p.slide1{
    position: absolute;
	top: 80%;
    left: 37%;
    /*top: 190px;
    left: 120px;*/
	font-size:10px;
    color: #000;
}

section#slideBl2 #slide p.slide3{
    position: absolute;
	top: 80%;
    left: 0;
    /*top: 190px;
    left: 0;*/
    font-size:10px;
    color: #000;
}


/* ---スライダー設定--- */

section#slideBl2 #slide .bx-wrapper {
	margin:10px 0;
	padding:0;
}

section#slideBl2 #slide .bx-wrapper .bx-pager {
	bottom: -20px;
	width:100%;
}


/* ---ボタン--- */

section#slideBl2 #slide #blL a.btRev {
	display:block;
	text-align:center;
	width:90%;
	padding:10px;
	background:#638fa2;
	color:#FFF;
	font-size:14px;
	font-weight:500;
}


section#slideBl2 #slide #blL a.btRev:hover {
	text-decoration:none;
	background:#8aabb9;
}

section#slideBl2 #slide #blL #blR ul li {
	text-indent: -6.2em;
	margin-left: 6.2em;
	
}





/* ---------------------　 infomation　　-------------------- */

section#slideBl2 #info .map{
	width:100%;
	text-align:center;
	margin:10px auto;
}


/* ---ボタン--- */

section#slideBl2 #info a.btRev {
	display:block;
	text-align:center;
	max-width:100%;
	margin:0 auto 30px;
	padding:15px 0;
	background:#638fa2;
	color:#FFF;
	font-size:18px;
	font-weight:600;
}

section#slideBl2 #info a.btRev span { font-size:12px; }

section#slideBl2 #info a.btRev:hover {
	text-decoration:none;
	background:#8aabb9;
}



/* ---------------------　 注意書き　　-------------------- */

section#slideBl2 #telwork_info2{
	font-size: 10px;
	max-width: 100%;
	margin: 0 auto 10px;
	padding: 0 0 10px;
	line-height:1.6;
}



/*media Queries ipad　////////////////////////////////////////////////////////////////////////////////////////////////////////////////
----------------------------------------------------*/
/*@media only screen and (min-width:620px) {

.usePC { display:block; }
.useSP { display:none; }

}-*/



/*media Queries notePC　////////////////////////////////////////////////////////////////////////////////////////////////////////////////
----------------------------------------------------*/
@media only screen and (min-width:769px) {



/* --------------------　ホテルTOP　-------------------- */

/* ---------------------　メインイメージ　*/
section#title {
 	background: url(img/top/bg.jpg) center top no-repeat;
	background-size: cover;
	padding-top: 100px;
}



/* --------------------　客室案内　-------------------- */

/* ---------------------　TOPイメージ　*/

#stay section#topImg {
	background:url(img/stay/h1_bg.jpg) center top no-repeat;
	background-size:cover;
}



/* --------------------　館内施設　-------------------- */

/* ---------------------　TOPタイトル　*/

#facilities section#topImg {
	background:url(img/facilities/h1_bg.jpg) center top no-repeat;
	background-size:cover;
}



/* --------------------　朝食　-------------------- */

/* ---------------------　TOPタイトル　*/

#bf section#topImg {
	background:url(img/bf/h1_bg.jpg) center top no-repeat;
	background-size:cover;
}




/* --------------------　アクセス　-------------------- */

/* ---------------------　TOPタイトル　*/

#access section#topImg {
	background:url(img/access/h1_bg.jpg) center top no-repeat;
	background-size: cover;
}



/* --------------------　観光案内　-------------------- */

/* ---------------------　TOPタイトル　*/

#tourism section#topImg {
	background:url(img/tourism/h1_bg.jpg) center top no-repeat;
	background-size:cover;
}



/* --------------------　ギャラリー　-------------------- */

/* ---------------------　TOPタイトル　*/

#gallery section#topImg {
	background:url(img/gallery/h1_bg.jpg) center top no-repeat;
	background-size:cover;
}



/* --------------------　クチコミ　-------------------- */

/* ---------------------　TOPタイトル　*/

#review section#topImg {
	background:url(img/review/h1_bg.jpg) center top no-repeat;
	background-size:cover;
}




/* --------------------　クチコミ　-------------------- */

/* ---------------------　TOPタイトル　*/

#transaction section#topImg {
	background:url(/img/common/hotelGuide/h1_bg.jpg) center top no-repeat;
	background-size:cover;
}



/* --------------------　Blog　-------------------- */

/* ---------------------　TOPタイトル　*/

#blog section#topImg {
	background:url(img/blog/h1_bg.jpg) center top no-repeat;
	background-size:cover;
}


/* --------------------　クチコミ　-------------------- */

/* ---------------------　TOPタイトル　*/

#telwork section#topImg {
	background:url(img/telwork/h1_bg.jpg) center top no-repeat;
	background-size:cover;
}



/* /////////////////////////////　テレワーク：拡張　///////////////////////////// */


/* ---------------------　メインタイトル　*/

#telwork section#main {
	background:url(img/telwork/main_bg.jpg) center top no-repeat;
	max-width:100%;
	min-height:260px;
	padding-top:40px;
	margin:0 auto;
	
}

#telwork section#main h1{
	font-size:34px;
	padding:20px 0;
	margin-bottom:20px;
}

#telwork section#main p{
	font-size:15px;
	line-height:240%;
}


/* ---------------------　リンクNav　*/

#telwork section#slideBl2 #navi {
	max-width:100%;
	margin:15px auto 40px;
}

#telwork section#slideBl2 #navi a {
	padding:15px 15px;
	width:13%;
	font-size:24px;
	border-right:15px solid #FFF;
	line-height:130%;
}


#telwork section#slideBl2 #navi a span {
	font-size:38px;
}


/* ---------------------　シーン（2カラム：共通項目）　--------------------------- */


#telwork section#slideBl2 #scene-set{
	margin: 0px 0 15px;
	border-bottom:1px solid #000000;
}

#telwork section#slideBl2 .no-ttl{
	font-size:38px;
	color:#638fa2;
	font-weight: 100;
}

#telwork section#slideBl2 .scene-ttl {
	font-size:24px;
	font-weight:600;
	line-height: 120%;
	margin:20px 0;
}

#telwork section#slideBl2 p{
	margin: 0px 0 15px;
	font-weight:lighter;
	line-height: 180%;
	font-size:13px;
}


#telwork section#slideBl2 #slideSet-box,
#telwork section#slideBl2 #slideSet-box2 {
	padding:50px 20px 30px;
	margin:0 0 15px;
	font-weight:500;
	background:url(img/telwork/scene_bg.jpg) center top repeat-x;
}



/* ---------------------　シーン（2カラム：テキスト左/画像右）　--------------------------- */


#telwork section#slideBl2 #slideSet-box2 #blR {
	max-width:47%;
	float:right;
}

#telwork section#slideBl2 #slideSet-box2 #blR img{
	max-width:470px;
	width:100%;
	float:right;
}

#telwork section#slideBl2 #slideSet-box2 #blL {
	width:46%;
	max-width:none;
	margin:0;
	float:left;
	/*padding:0 1% 0 1%;*/
}

#telwork section#slideBl2 #slideSet-box2 #blL .img{
	max-width:440px;
	width:100%;
	float:right;
}


#telwork section#slideBl2 #slideSet-box2 #blL h2 {
	font-size:30px;
	margin:0 0 15px;
}

#telwork section#slideBl2 #slideSet-box2 #blL h3 {
	font-size:18px;
	margin:20px 0 10px;
}

#telwork section#slideBl2 #slideSet-box2 #blL .rest-ttl{
	 font-size:30px;
	 font-weight:bold;
	 margin-bottom:10px;
}

#telwork section#slideBl2 #slideSet-box2 #blL h2 span { font-size:14px; }


#telwork section#slideBl2 #slideSet-box2 p.maru-no {
	font-size:18px;
}

/* ---ボタン--- */

#telwork section#slideBl2 #slideSet-box2 #blL a.btReg {
	display:block;
	text-align:center;
	width:96%;
	max-width:none;
	margin:20px auto 0;
	padding:10px 0;
	font-size:16px;
}


/* ---------------------　シーン（2カラム：テキスト右/画像左）　--------------------------- */


#telwork section#slideBl2 #slideSet-box #blL {
	max-width:47%;
	float:left;
}

#telwork section#slideBl2 #slideSet-box #blL img{
	max-width:470px;
	width:100%;
	float:right;
}

#telwork section#slideBl2 #slideSet-box #blR {
	width:46%;
	max-width:none;
	margin:0;
	float:right;
	/*padding:0 1% 0 0;*/
}

#telwork section#slideBl2 #slideSet-box #blR img{
	max-width:440px;
	width:100%;
}

#telwork section#slideBl2 #slideSet-box #blR h2 {
	font-size:30px;
	margin:0 0 15px;
}


#telwork section#slideBl2 #slideSet-box #blR h3 {
	font-size:18px;
	margin:20px 0 10px;
}

#telwork section#slideBl2 #slideSet-box #blR h2 span { font-size:14px; }


/* ---ボタン--- */

#telwork section#slideBl2 #slideSet-box #blR a.btReg {
	display:block;
	text-align:center;
	width:96%;
	max-width:none;
	margin:20px auto 0;
	padding:10px 0;
	font-size:16px;
}



/* ---------------------　スライダー（2カラム：共通項目）　--------------------------- */


#telwork section#slideBl2 #slide {
	margin:0 0 40px 0;
	font-weight:500;
	max-width:100%;
	border:10px solid #efefef;
}

#telwork section#slideBl2 #slide h1{
	width:100%;
	font-size:18px;
	padding:10px 0;
	margin-bottom:30px;
}

#telwork section#slideBl2 #slide h2{
	font-size:22px;
}

#telwork section#slideBl2 #slide p{
	font-size:13px;
}


/* ---------------------　スライダー（2カラム：（テキスト左/画像右）　--------------------------- */


#telwork section#slideBl2 #slide #blR {
	max-width:45%;
	margin:0 30px 0 0;
	float:right;
}

#telwork section#slideBl2 #slide #blR img{
	max-width:450px;
	width:100%;
	float:right;
}

#telwork section#slideBl2 #slide #blL {
	width:44%;
	max-width:none;
	margin:0 0 0 30px;
	float:left;
}

#telwork section#slideBl2 #slide #blL .img{
	max-width:440px;
	width:100%;
	float:right;
}


#telwork section#slideBl2 #slide #blL h2 span { font-size:14px; }


#telwork section#slideBl2 #slide .maru-no {
	font-size:20px;
}


/* ---画像キャプション--- */

#telwork section#slideBl2 #slide p.slide1{
	top: 80%;
    left: 37%;
    /*top: 275px;
    left: 180px;*/
	font-size:11px;
}

#telwork section#slideBl2 #slide p.slide3{
	top: 80%;
    left: 0;
    /*top: 275px;
    left: 0;*/
    font-size:11px;
}


/* ---スライダー設定--- */

#telwork section#slideBl2 #slide .bx-wrapper {
	margin:20px 0;
}

#telwork section#slideBl2 #slide .bx-wrapper .bx-pager {
	bottom: -5px;
}


/* ---ボタン--- */

#telwork section#slideBl2 #slide #blL a.btRev {
	font-size:18px;
}

#telwork section#slideBl2 #slide #blL #blR ul li {
	text-indent: -6.2em;
	margin-left: 6.2em;
	
}



/* ---------------------　 infomation　　-------------------- */

#telwork section#slideBl2 #info .map{
	max-width:1000px;
	width:100%;
	text-align:center;
	margin:30px auto;
}


/* ---ボタン--- */

#telwork section#slideBl2 #info a.btRev {
	display:block;
	text-align:center;
	max-width:96%;
	margin:0 auto 50px;
	padding:15px 0;
	background:#638fa2;
	color:#FFF;
	font-size:28px;
	font-weight:500;
	line-height: 130%;
	
}

#telwork section#slideBl2 #info a.btRev:hover {
	text-decoration:none;
	background:#8aabb9;
}





/* ---------------------　 注意書き　　-------------------- */

#telwork section#slideBl2 #telwork_info2{
	font-size: 12px;
	max-width: 1000px;
	margin: 0 auto 30px;
	padding: 0 0 20px;
}




}





/*media Queries PC　////////////////////////////////////////////////////////////////////////////////////////////////////////////////
----------------------------------------------------*/
@media only screen and (min-width:910px) {



/* /////////////////////////////　テレワーク：拡張　///////////////////////////// */


/* ---------------------　メインタイトル　*/

#telwork section#main {
	background:url(img/telwork/main_bg.jpg) center top no-repeat;
	max-width:1000px;
	min-height:340px;
	padding-top:80px;
	
}

#telwork section#main h1{
	width:1000px;
	font-size:46px;
	padding:30px 0;
	margin-bottom:30px;
}

#telwork section#main p{
	font-size:16px;
}


/* ---------------------　リンクNav　*/

#telwork section#slideBl2 #navi {
	max-width:1000px;
	margin:0 auto 50px;
}

#telwork section#slideBl2 #navi a {
	padding:20px 20px;
	font-size:30px;
	border-right:20px solid #FFF;
}


#telwork section#slideBl2 #navi a span {
	font-size:48px;
}


/* ---------------------　シーン（2カラム：共通項目）　--------------------------- */


#telwork section#slideBl2 .no-ttl{
	font-size:48px;
}

#telwork section#slideBl2 .scene-ttl {
	font-size:36px;
}

#telwork section#slideBl2 p{
	font-size:16px;
}

#telwork section#slideBl2 p.caption{
	text-align: left;
    font-size: 10px;
    line-height: 150%;
    margin: 10px 0 0;
}


#telwork section#slideBl2 #slideSet-box,
#telwork section#slideBl2 #slideSet-box2 {
	padding:30px 20px 15px;
}



/* ---------------------　シーン（2カラム：テキスト左/画像右）　--------------------------- */


#telwork section#slideBl2 #slideSet-box2 {
	padding:65px 30px 15px;
	margin:0 0 30px;
}

#telwork section#slideBl2 #slideSet-box2 #blR {
	max-width:470px;
}

#telwork section#slideBl2 #slideSet-box2 #blL {
	width:44%;
}

#telwork section#slideBl2 #slideSet-box2 #blL h3 {
	font-size:22px;
	margin:20px 0 15px;
}

#telwork section#slideBl2 #slideSet-box2 p.maru-no {
	font-size:20px;
}

/* ---ボタン--- */

#telwork section#slideBl2 #slideSet-box2 #blL a.btReg {
	width:100%;
	font-size:18px;
}


/* ---------------------　シーン（2カラム：テキスト右/画像左）　--------------------------- */


#telwork section#slideBl2 #slideSet-box {
	padding:65px 30px 15px;
	margin:0 0 30px;
}

#telwork section#slideBl2 #slideSet-box #blL {
	max-width:470px;
}

#telwork section#slideBl2 #slideSet-box #blR {
	width:44%;
}

#telwork section#slideBl2 #slideSet-box #blR h3 {
	font-size:22px;
	margin:20px 0 15px;
}

/* ---ボタン--- */

#telwork section#slideBl2 #slideSet-box #blR a.btReg {
	width:100%;
	padding:15px 0;
	font-size:18px;
}



/* ---------------------　スライダー（2カラム：共通項目）　--------------------------- */


#telwork section#slideBl2 #slide {
	margin:0 0 50px 0;
}

#telwork section#slideBl2 #slide h1{
	width:960px;
	font-size:22px;
	padding:15px 0;
}

#telwork section#slideBl2 #slide p{
	font-size:16px;
}

#telwork section#slideBl2 #slide .bx-wrapper .bx-pager {
    bottom: -20px;
}


/* ---------------------　スライダー（2カラム：（テキスト左/画像右）　--------------------------- */


#telwork section#slideBl2 #slide #blR {
	max-width:450px;
}

/* ---画像キャプション--- */

#telwork section#slideBl2 #slide p.slide1{
	font-size:14px;
}

#telwork section#slideBl2 #slide p.slide3{
    font-size:14px;
}


/* ---ボタン--- */

#telwork section#slideBl2 #slide #blL a.btRev {
	font-size:18px;
}

#telwork section#slideBl2 #slide #blL #blR ul li {
	text-indent: -6.2em;
	margin-left: 6.2em;
	
}



/* ---------------------　 infomation　　-------------------- */


/* ---ボタン--- */

#telwork section#slideBl2 #info a.btRev {
	max-width:1000px;
	font-size:36px;
	
}



/* ---------------------　 注意書き　　-------------------- */

#telwork section#slideBl2 #telwork_info2{
	font-size: 14px;
	max-width: 1000px;
	margin: 0 auto 30px;
	padding: 0 0 20px;
}




}






</pre></body></html>