﻿/* ◆◇◆ CSS基本設定 ◆◇◆ */

body {
	/* レスポンシブWebデザイン 回転用の設定 */
	-webkit-text-size-adjust: 100%;
/*	background-color:#ffffff;	*/
	background-color:#F3F8E9;	
	/*background-image: url(../image/test.jpg);*/
	/*background-attachment:fixed;*/
	margin: 0 auto;
	text-align: left;
	color: #000000;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 12pt;
	line-height: 1.4;
	text-align:center;
	margin:0 0 0 0;
}
a{ /* リンク */
	color:#0000ff;
	text-decoration:underline;
}
a:link { /* 未訪問 */
	color:#0000ff;
	text-decoration:underline;
}
a:visited { /* 訪問後 */
	color:#0000ff;
	text-decoration:underline;
}
a:hover { /* マウスオーバー */
	color:#ff4400;
	text-decoration:underline;
}
a:active { /* クリック */
	color:#ff4400;
	text-decoration:underline;
}

.title_A1 {
	font-size: 15pt;
	line-height: 1.2;
	font-weight:bold;	
}
.subtitle_A1 {
	font-size: 9pt;
	line-height: 1.2;
	font-weight:bold;	
}
.title_A2 {
	font-size: 13pt;
	line-height: 1.2;
	font-weight:bold;	
}
.subtitle_A2 {
	font-size: 9pt;
	line-height: 1.2;
	font-weight:bold;	
}
.title_UD{
	font-size: 13pt;
	line-height: 1.2;
	font-weight:bold;
	color:#B38247;
	border-top:1px solid #B38247;
	border-bottom:1px solid #B38247;  
    padding:9px 3px 8px 3px;		/*[上][右][下][左]*/
	margin-bottom:14px;
}  
.text_red {
	color:#FF0000;
}

.text_blue {
	color:#0000FF;
}

.text_green {
	color:#b8e35d;	
}

.text_L {
	text-align:left;
}

.text_C {
	text-align:center;
}

.text_R {
	text-align:right;
}

.text_B {
	font-weight:bold;
}

.mrg_D03 {
	margin-bottom:3px;
}

.mrg_D05 {
	margin-bottom:5px;
}
	
.mrg_D07 {
	margin-bottom:7px;
}

.mrg_D10 {
	margin-bottom:10px;
}

.text_challenge_bold {
	color:#6A4604;
	font-size:11pt;
	font-weight:bold;
}

.font20 {
	font-size:20px;
}

.font19 {
	font-size:19px;
}

.font18 {
	font-size:18px;
}

.font17 {
	font-size:17px;
}

.font16 {
	font-size:16px;
}

.font15 {
	font-size:15px;
}

.font14 {
	font-size:14px;
}

.font13 {
	font-size:13px;
}

.font12 {
	font-size:12px;
}

.font11 {
	font-size:11px;
}

.font10 {
	font-size:10px;
}

.font09 {
	font-size:9px;
}

.br04 {
	line-height: 0.4;
}

.br05 {
	line-height: 0.5;
}

.br06 {
	line-height: 0.6;
}

.br07 {
	line-height: 0.7;
}

.br08 {
	line-height: 0.8;
}

.br09 {
	line-height: 0.9;
}

.br10 {
	line-height: 1.0;
}

.br11 {
	line-height: 1.1;
}

.br12 {
	line-height: 1.2;
}

.br13 {
	line-height: 1.3;
}

.br14 {
	line-height: 1.4;
}

.br15 {
	line-height: 1.5;
}

.br16 {
	line-height: 1.6;
}

.br17 {
	line-height: 1.7;
}

.br18 {
	line-height: 1.8;
}

.br19 {
	line-height: 1.9;
}

.br20 {
	line-height: 2.0;
}


.atama01 {
	padding-left:1em;
	text-indent:-1em;	
}

.atama02 {
	padding-left:2em;
	text-indent:-2em;	
}

.atama03 {
	padding-left:3em;
	text-indent:-3em;	
}

.atama04 {
	padding-left:4em;
	text-indent:-4em;	
}

.atama05 {
	padding-left:5em;
	text-indent:-5em;	
}

.sage01 {
	padding-left:1em;	
}

.sage02 {
	padding-left:2em;	
}

.sage03 {
	padding-left:3em;
}

.sage04 {
	padding-left:4em;	
}

.sage05 {
	padding-left:5em;	
}

.i_div {
	display:inline-block;
}

inq_area00 {
	display:block;
}

inq_area01 {
	display:block;
}

inq_area02 {
	display:block;
}

i_div {
	display:inline-block;
}

.op04:hover{
	opacity: 0.4;
}

.op05:hover{
	opacity: 0.5;
}

.op06:hover{
	opacity: 0.6;
}

.op07:hover{
	opacity: 0.7;
}


/* ◆◇◆ ヘッダー ◆◇◆ */
#header_bg {
	background-color:#fff;
	width:100%;
	height:116px;
	position:absolute;
	top:0px;
}

#header_table{
	position:relative;
}

#header_line {
/*
	height:18px;
	background-color:#b8e35d;	
*/
	display:none;

}

#header_td {
	text-align:left;
	height:80px;
}

#header_logo {
	position:relative;
	left:15px;
	top:20px;
	z-index: 10;
}

#header_title {
	position:relative;
	left:20px;
	top:20px;
	z-index: 10;
}
#header_logotitle {
	position:relative;
	left:15px;
	top:20px;
	z-index: 10;
}


@media screen{
	#qr_box {
		display:none;
	}
}

@media print{
	#qr_box {
		display:block;
		font-size:16px;
		vertical-align:middle;
		text-align:left;
		height:200px;
	}
	#qr_image {
		margin-right:20px;
	}
	#qr_text {
		padding-top:25px;
	}
}




/* ◆◇◆ メニュー（通常） ◆◇◆ */

#menu_big {
	font-size: 10pt;
	vertical-align:middle;
	display:none;
}
#menu_big a{ /* リンク */
	color:black;
	text-decoration:none;
}
#menu_big a:link { /* 未訪問 */
	color:black;
	text-decoration:none;
}
#menu_big a:visited { /* 訪問後 */
	color:black;
	text-decoration:none;
}
#menu_big a:hover { /* マウスオーバー */
	color:#888888;
	text-decoration:underline;
}
#menu_big a:active { /* クリック */
	color:#888888;
	text-decoration:underline;
}


#menu_01 {
	position: absolute;
	left:570px;
	top:40px;
	width:90px;
	z-index: 10;
}

#menu_02 {
	position: absolute;
	left:682px;
	top:40px;
	width:90px;
	z-index: 10;
}

#menu_03 {
	position: absolute;
	left:792px;
	top:40px;
	width:90px;
	z-index: 10;
}

#menu_04 {
	position: absolute;
	left:570px;
	top:72px;
	width:90px;
	z-index: 10;
}
#menu_05 {
	position: absolute;
	left:682px;
	top:72px;
	width:90px;
	z-index: 10;
}

#menu_06 {
	position: absolute;
	left:792px;
	top:72px;
	width:90px;
	z-index: 10;
}
#menu_07 {
	position: absolute;
	left:570px;
	top:104px;
	width:90px;
	z-index: 10;
}
#menu_08 {
	position: absolute;
	left:682px;
	top:104px;
	width:90px;
	z-index: 10;
}
#menu_09 {
	position: absolute;
	left:792px;
	top:104px;
	width:90px;
	z-index: 10;
}
/* メニュー画像の事前読み込み */
.menu_preload {
	position:relative;
	top:-10px;
	height:1px;
	overflow:hidden;
	z-index:-100;
}
.menu_preload img {
	width:1px;
	height:1px;
}

#menu_big_new {
	z-index: 50;
	position:absolute;
	top:20px;
	border-collapse:collapse;
	border:#FFF 0px solid;
	font-size: 10pt;
	vertical-align:middle;
	display:none;
}
#menu_big_new a{ /* リンク */
	color:black;
	text-decoration:none;
}
#menu_big_new a:link { /* 未訪問 */
	color:black;
	text-decoration:none;
}
#menu_big_new a:visited { /* 訪問後 */
	color:black;
	text-decoration:none;
}
#menu_big_new a:hover { /* マウスオーバー */
	color:#888888;
	text-decoration:underline;
}
#menu_big_new a:active { /* クリック */
	color:#888888;
	text-decoration:underline;
}

#menu_big_new td {
	text-align:center;
	width:90px;
	height:30px;
}




/* ◆◇◆ メニュー（タブレット＆スマホ用） ◆◇◆ */

#menu_small {
	display:none;
	z-index: 10;
	position:relative;
	top:43px;
	border-spacing:1px 1px; 	/*左右・上下*/
	border-collapse : separate;
	border-top:		2px solid	#b8e35d;
	border-left:	2px solid	#b8e35d;
	border-right:	2px solid	#b8e35d;
	border-bottom:	2px solid	#b8e35d;
	width: 100%;
}

#menu_small td {
	width:2000px;
	text-align: left;
	font-size: 12pt;
	color:#000000;
	vertical-align:middle;
	/* border-width: 5px 5px 5px 5px; */
	padding: 7px 5px 7px 5px;
	background-color: #b8e35d;
}

#menu_small td:hover {
	background-color: #d4ee9e;
}


.menu_small_red {
	background-color: #fa0 !important;
}

.menu_small_red:hover {
	background-color: #fc5 !important;
}



.menu_sm {
	margin-right:5px;
	float:left;
}




/* ◆◇◆ メニュー（右） ◆◇◆ */

#rightmenu_01 {
	position:fixed;
	left:912px;
	top:40px;
	z-index: 20;
}

#rightmenu_02 {
	position:fixed;
	left:912px;
	top:83px;
	z-index: 20;
}

#rightmenu_03 {
	position:fixed;
	left:912px;
	top:126px;
	z-index: 20;
}

#rightmenu_04 {
	position:fixed;
	left:912px;
	top:169px;
	z-index: 20;
}

#rightmenu_05 {
	position:fixed;
	left:912px;
	top:212px;
	z-index: 20;
}





/* ◆◇◆ メインコンテンツ（トップページ） ◆◇◆ */

/* 1. スムーズに動かす（CSS3） */
.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
	 -moz-transition-duration: 0.7s;
	  -ms-transition-duration: 0.7s;
	   -o-transition-duration: 0.7s;
		  transition-duration: 0.7s;
}
.masonry {
  -webkit-transition-property: height, width;
	 -moz-transition-property: height, width;
	  -ms-transition-property: height, width;
	   -o-transition-property: height, width;
		  transition-property: height, width;
}
.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
	 -moz-transition-property: left, right, top;
	  -ms-transition-property: left, right, top;
	   -o-transition-property: left, right, top;
		  transition-property: left, right, top;
}

/* 2. カラム全体の設定 */
#mainframe {
	position:relative;
	top:25px;
	padding-left:0px;
	padding-right:0px;
}

#container {
	margin: 0 auto;	/* 全体をセンタリング */
	/*background-color:#aaaaaa;*/
}

/* 3. 各カラムの設定 */
.item1 {
	margin:	5px;
/*	border:	1px solid #b8e35d;	*/
	border:	1px solid #F3F8E;

	width:	165px;
	height:	245px;
	float:	left;
}
.item2w {
	margin:	5px;
/*	border:	1px solid #b8e35d;	*/
	border:	1px solid #F3F8E;
	width:	345px;
	height:	245px;
	float:	left;
}
.item2h {
	margin:	5px;
/*	border:	1px solid #b8e35d;	*/
	border:	1px solid #F3F8E;
	width:	165px;
	height:	504px;
	float:	left;
}
.item2wh {
	margin:	5px;
/*	border:	1px solid #b8e35d;	*/
	border:	1px solid #F3F8E;
	width:	345px;
	height:	504px;
	float:	left;
}

/* ツイッター */
.itemtw {
	display:none;
	margin:	5px;
/*	border:	1px solid #b8e35d;	*/
	border:	1px solid #F3F8E;
	width:	165px;
	height:	245px;
	float:	left;
	background-color:#f5f5f5;
}

.itemtw_box {
	visibility:hidden;
}

.itemtw_size {
	width:165px;
	height:245px;
}



/* フェイスブック */
.itemfb {
	display:none;
	margin:	5px;
/*	border:	1px solid #b8e35d;	*/
	border:	1px solid #F3F8E;
	width:165px; 
	height: 502px; 
	z-index:100; 
	overflow:hidden;
	position:relative;
	top:-1px; 
	left:0px;
}
.itemfb iframe{
	display:none;
	overflow: hidden;
	position:relative;
	width:181px;
	height:504px;
	left:-6px;
	top:0px;
	/*
	background-color:#f5f5f5;
	*/
}
.itemfbs {
	margin:	5px;
/*	border:	1px solid #b8e35d;	*/
	border:	1px solid #F3F8E;
	width:263px; 
	height:349px; 
	z-index:100; 
	overflow:hidden;
	position:relative;
	top:-1px; 
	left:0px;
	display:none;
}

.itemfbs iframe {
	overflow: hidden;
	position:relative;
	width:272px;
	height:350px;
	left:-9px;
	top:0px;
	background-color:#f5f5f5 !important;
	display:none;
}

.item a:hover{
	opacity: 0.6;
}




/* ◆◇◆ メインコンテンツ（紹介ページ） ◆◇◆ */
.submenu {
	position:absolute;
	width:708px;
	top:152px;
	left:10px;
	background-color:#b8e35d;
	z-index:100;
	/*padding:4px 5px 2px 5px;	[上][右][下][左]*/
}
.submenu_td1{
	padding:4px 0px 2px 10px;	/*[上][右][下][左]*/
	color:#000000;

	text-align:left;
}
.submenu_td2{
	padding:4px 10px 3px 0px;	/*[上][右][下][左]*/
	color:#000000;
	font-size:10pt;
	text-align:right;
	vertical-align:middle;
}
.submenu a{ /* リンク */
	color:#000000;;
	text-decoration:none;
}
.submenu a:link { /* 未訪問 */
	color:#000000;
	text-decoration:none;
}
.submenu a:visited { /* 訪問後 */
	color:#000000;
	text-decoration:none;
}
.submenu a:hover { /* マウスオーバー */
	color:#000000;
	text-decoration:underline;
}
.submenu a:active { /* クリック */
	color:#000000;
	text-decoration:underline;
}

.textframe {
	position: absolute;
	width:706px;
	top:194px;
	left:10px;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:10px;
/*	border: 1px solid #b8e35d;	*/
	border: 1px solid #fff;
	text-align:center;
	background-color:#FFF;
	/*background-color:#f5f5f5;*/
}
.textframe_link {
	font-size:10pt;
	margin-bottom:15px;
}

.textframe_link a{ /* リンク */
	color:#a0c257;
	text-decoration:none;
}
.textframe_link a:link { /* 未訪問 */
	color:#a0c257;
	text-decoration:none;
}
.textframe_link a:visited { /* 訪問後 */
	color:#a0c864;
	text-decoration:none;
}
.textframe_link a:hover { /* マウスオーバー */
	color:#a0c257;
	text-decoration:underline;
}
.textframe_link a:active { /* クリック */
	color:#a0c257;
	text-decoration:underline;
}

.textframe_link2 {
	font-size:10pt;
	margin-bottom:15px;
}

.textframe_link2 a{ /* リンク */
	color:#b8a592;
	text-decoration:none;
}
.textframe_link2 a:link { /* 未訪問 */
	color:#b8a592;
	text-decoration:none;
}
.textframe_link2 a:visited { /* 訪問後 */
	color:#b8a592;
	text-decoration:none;
}
.textframe_link2 a:hover { /* マウスオーバー */
	color:#b8a592;
	text-decoration:underline;
}
.textframe_link2 a:active { /* クリック */
	color:#b8a592;
	text-decoration:underline;
}

.textframe_link3 {
	font-size:10pt;
	margin-bottom:15px;
}

.textframe_link3 a{ /* リンク */
	color:#9d9d9d;
	text-decoration:none;
}
.textframe_link3 a:link { /* 未訪問 */
	color:#9d9d9d;
	text-decoration:none;
}
.textframe_link3 a:visited { /* 訪問後 */
	color:#9d9d9d;
	text-decoration:none;
}
.textframe_link3 a:hover { /* マウスオーバー */
	color:#9d9d9d;
	text-decoration:underline;
}
.textframe_link3 a:active { /* クリック */
	color:#9d9d9d;
	text-decoration:underline;
}





/* レスポンシブ動作用 */
.container_A {
	margin: 0 auto;	/* 全体をセンタリング */
	/*background-color:#aaaaaa;*/
}

.photo_A {
	margin:5px 15px 5px 15px;	/*[上][右][下][左]*/
	vertical-align:middle;
	float:left;
	text-align:center;
	width:250px;
	font-size: 10pt;
	/* CSS3 ドロップシャドウ */
	/*box-shadow: 2px 2px 6px #aaaaaa;*/
	/*background-color:#CCC;*/
}
.photo_W {
	margin:5px 15px 5px 15px;	/*[上][右][下][左]*/
	vertical-align:middle;
	float:left;
	text-align:center;
	width:530px;
}
.word_A {
	margin:15px;
	float:left;
	text-align:left;
	width:250px;
	/*background-color:#CCC;*/
}
.name_A {
	margin:15px;
	float:left;
	text-align:left;
	width:250px;
	/*background-color:#CCC;*/
}

.coupon_A {
	font-size: 9pt;
	margin:15px;
	float:left;
	text-align:center;
	width:250px;
	/*background-color:#CCC;*/
}

.coupon_A div{
	text-align:left;
	font-size: 8pt;
}

.coupon_line {
	width:100%;
	background-color:#b8e35d;
	color:#000000;
	font-size:13px;
	padding:2px 0px 1px 10px;	/*[上][右][下][左]*/
	text-align:left;
}

.coupon_kigen {
	font-size:11pt;
}


.table_A {
	font-size: 11pt;
	line-height: 1.4;
	text-align:left;
	border:0px;
	border-collapse: separate;
	border-spacing: 7px;
	width:100%;
	word-break:break-all;
	/*background-color:#5533ee;*/
}

.td1_A {
	font-size: 10pt;
	width:60px;
	padding:2px 0px 2px 0px;	/*[上][右][下][左]*/
}
.td2_A {
	/*width:100%;*/
	padding:2px 0px 2px 0px;	/*[上][右][下][左]*/
	word-break:break-all !important;
}
.twfbframe {
	position: absolute;
	top:148px;
	text-align:right;
	width:180px;
}
.wfbox {
	position:relative;
	top:-1px; 
	left:-2px;
}

.textframe_word {
	font-size:15px;
	position:relative;
	text-align:center;
}

.concept_table {
	position:relative;
	font-size:14px;
}

.concept_table td{
	vertical-align:bottom;
	text-align:left;
	width:230px;
}

.container_free {
	margin: 0 auto;	/* 全体をセンタリング */
	text-align:center;
	/*background-color:#aaaaaa;*/
}

.photo_free {
	display:left;
}

.word_free {
	text-align:left;
	font-size:12pt;
}






/* ◆◇◆　リスト表示　◆◇◆ */

#list_table {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	/*margin:5px 5px 5px 5px;*/
	margin-left:10px;
	font-size: 10pt;
	text-align: center;
	border:0px;
	/*width:97%*/
	/*word-break:break-all;*/
}
#list_table thead tr th {
	border: 0px solid;
	font-size: 10pt;
	padding: 2px 0px 2px 0px;	/*[上][右][下][左]*/
	vertical-align:middle;
	background-color:#eeeeee;
}
#list_table thead tr .header {
	background-image: url('../image/table_bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
#list_table thead th {
	border-bottom: 6px solid #ffffff !important;	/* 下線 */
	border-left:solid 3px #FFF !important;			/* 左右の白線 */
	border-right:solid 3px #FFF !important;
	line-height: 1.2 !important;
	padding-right: 3px !important;
	height:18px;
	font-weight:500 !important;
}
#list_table tbody td {
	color: #3D3D3D;
	padding: 9px 4px 9px 4px;	/*[上][右][下][左]*/
	background-color: #ffffff;
	vertical-align:middle;
}
#list_table tbody tr.odd td {
	background-color: #ffffff;
}
#list_table thead tr .headerSortUp {
	background-image: url('../image/table_asc.gif');
}
#list_table thead tr .headerSortDown {
	background-image: url('../image/table_desc.gif');
}
#list_table thead tr .headerSortDown, #list_table thead tr .headerSortUp {
	background-color:#b8e35d;
}
#list_table tbody td {
	border-bottom: 1px solid #b8e35d; /* 下線 */
}


.list_photo {
	/*padding-top:4px !important;*/
	width:124px;
}
.list_photo a:hover{
	opacity: 0.6;
}
.list_ruby {
/*	font-size:1pt;
	color:#FFFFFF;*/
	display:none;
}

.list_name {
	text-align:left;
	font-size:9pt;
	line-height: 1.3;
	width:362px;
	word-break:break-all;
}
.list_br {
	display:block;
	height:1px;
}
.list_R {
	display:inline-block;
	vertical-align:bottom;
	width:60px;
	margin:0px;
}

.list_EV {
	font-size:8pt;
	width:60px;
	margin:3px 0px 2px 0px !important;	/*[上][右][下][左]*/
	padding-top:1px;
	text-align:center;
	vertical-align:middle !important;
	background-color:#dfdfdf;
    border-radius: 2px;        /* CSS3草案 */  
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 2px;   /* Firefox用 */  
}
.list_L {

}
.list_img2 {
	margin-bottom:3px;
}


.list_title {
	font-size:12pt;
	font-weight:bold;
	margin-bottom:6px;
	vertical-align:top;
	word-break:break-all;
}
.list_title a{
	text-decoration:underline 1px !important;
}
.list_address {
	display:inline-block;
}
.list_day {
	display:inline-block;
}
.list_renraku {
	display:inline-block;
}
.list_price {
	display:inline-block;
}
.list_naiyo {
	display:inline-block;
}
.list_tel {
	display:inline-block;
}
.list_time {
	display:inline-block;
}
.list_holiday {
	display:inline-block;
}
.list_biko {
	display:inline-block;
}
.list_email {
	display:none;
}
.list_url {
	display:none;
}

.list_genre {
	word-break:break-all;
	width:90px;
	border-left: 1px dotted #dddddd !important;
	border-right: 1px dotted #dddddd !important;
}
.list_subgenre {
	color:#b8e35d;
	margin-top:6px;
}

.list_date {
	font-size:9pt;
	word-break:break-all;
	width:80px;
}
.list_subdate {
	font-size:9pt;
	font-weight:bold;
	background-color:#b8e35d;
	color:#ffffff;
	margin-bottom:6px;
}





/* ページャーの設定 */

#pager { 
	margin:20px 0; 
}
#pager_frame { 
	text-align:center !important;
}
.pagedisplay {
	margin:0px 0px 12px 0px;	/*[上][右][下][左]*/
	text-align:center;
}
.pagesize {
	margin:0px 24px 11px 24px;	/*[上][右][下][左]*/
}

.prev {
	margin:0px 8px 0px 9px;	/*[上][右][下][左]*/
}

.next {
	margin:0px 9px 0px 8px;	/*[上][右][下][左]*/
}





/* ◆◇◆ フッター ◆◇◆ */

#footer_table {
	position:relative;
/*	background-color:#b8e35d;	*/
	background-color:#F3F8E9;	
	text-align:left;
	z-index: 10;
	color:#000000;
	font-size: 10pt;
	line-height: 1.5;
	float:inherit;
}
#footer_table td {
	padding:10px 40px 10px 10px;
}


/* 文字のリンクの各設定 */
.footer_menu a{ /* リンク */
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}
.footer_menu a:link { /* 未訪問 */
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}
.footer_menu a:visited { /* 訪問後 */
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}
.footer_menu a:hover { /* マウスオーバー */
/*	color:#f2f7da;	*/
	color:#ff4400;
	font-weight:normal;
	text-decoration:underline;
}
.footer_menu a:active { /* クリック */
/*	color:#f2f7da;	*/
	color:#ff4400;
	font-weight:normal;
	text-decoration:underline;
}





/*ウィンドウサイズ 確認用 */
.windowsize_view {
	display:none;
	position: fixed;
	right: 0px;
	top: 0px;
	padding:1px;
	font-size:15px;
	color: #ffffff;
	background-color:#b8e35d;
	z-index: 100;
	text-shadow: 0px 0px 3px #000000;
}
