@charset "UTF-8";
/*======================================================================

 //汎用クラス指定 
	
======================================================================*/

/*====================================================================== 
clearfix
======================================================================*/

.cf:after {
    display: block;
    content: "";
    clear: both;
}

/*====================================================================== 
hide-text
======================================================================*/

.hide-txt {
    text-indent: -999em;
}

/*====================================================================== 
box model
======================================================================*/

/* float
----------------------------------------------------------------------*/

.left {
    float: left;
}
.right {
    float: right;
}

/* box size
----------------------------------------------------------------------*/

/*width*/
.box-w-full {
    width: 100%;
}
.box-w-auto {
    width: auto;
}
.box-w-700 {
    width: 700px;
}
.box-w-300 {
    width: 300px;
}
.box-w-250 {
    width: 250px;
}
.box-w-220 {
    width: 220px;
}
.box-w-200 {
    width: 200px;
}
.box-w-170 {
    width: 170px;
}
.box-w-150 {
    width: 150px;
}

.box-10per {
    width: 10%;
}
.box-15per {
    width: 15%;
}
.box-20per {
    width: 20%;
}
.box-25per {
    width: 25%;
}
.box-30per {
    width: 30%;
}
.box-35per {
    width: 35%;
}
.box-40per {
    width: 40%;
}
.box-45per {
    width: 45%;
}
.box-50per {
    width: 50%;
}
.box-55per {
    width: 55%;
}
.box-60per {
    width: 60%;
}
.box-65per {
    width: 65%;
}
.box-70per {
    width: 70%;
}
.box-75per {
    width: 75%;
}
.box-80per {
    width: 80%;
}
.box-85per {
    width: 85%;
}
.box-90per {
    width: 90%;
}

/*height*/
.box-h-500 {
    height: 500px;
}

/*width + height*/
.box-h-fluid {
    height: 100%;
}
.box-h-auto {
    height: auto;
}
.box-wh-500 {
    width: 500px;
    height: 500px;
}

/* padding
----------------------------------------------------------------------*/

/*top, left, right, bottom*/
.pad-5 {
    padding: 5px;
}
.pad-10 {
    padding: 10px;
}
.pad-15 {
    padding: 15px;
}
.pad-20 {
    padding: 20px;
}
.pad-25 {
    padding: 25px;
}
.pad-30 {
    padding: 30px;
}
.pad-20-15 {
    padding: 20px 15px;
}

/*top*/
.pad-t-2 {
    padding-top: 2px;
}
.pad-t-3 {
    padding-top: 3px;
}
.pad-t-4 {
    padding-top: 4px;
}
.pad-t-5 {
    padding-top: 5px;
}
.pad-t-6 {
    padding-top: 6px;
}
.pad-t-7 {
    padding-top: 7px;
}
.pad-t-8 {
    padding-top: 8px;
}
.pad-t-9 {
    padding-top: 9px;
}
.pad-t-10 {
    padding-top: 10px;
}
.pad-t-15 {
    padding-top: 15px;
}
.pad-t-20 {
    padding-top: 20px;
}
.pad-t-25 {
    padding-top: 25px;
}
.pad-t-30 {
    padding-top: 30px;
}

/*bottom*/
.pad-b-2 {
    padding-bottom: 2px;
}
.pad-b-3 {
    padding-bottom: 3px;
}
.pad-b-4 {
    padding-bottom: 4px;
}
.pad-b-5 {
    padding-bottom: 5px;
}
.pad-b-6 {
    padding-bottom: 6px;
}
.pad-b-7 {
    padding-bottom: 7px;
}
.pad-b-8 {
    padding-bottom: 8px;
}
.pad-b-9 {
    padding-bottom: 9px;
}
.pad-b-10 {
    padding-bottom: 10px;
}
.pad-b-15 {
    padding-bottom: 15px;
}
.pad-b-20 {
    padding-bottom: 20px;
}
.pad-b-25 {
    padding-bottom: 25px;
}
.pad-b-30 {
    padding-bottom: 30px;
}

/*right*/
.pad-r-5 {
    padding-right: 5px;
}
.pad-r-10 {
    padding-right: 10px;
}
.pad-r-15 {
    padding-right: 15px;
}
.pad-r-20 {
    padding-right: 20px;
}
.pad-r-25 {
    padding-right: 25px;
}
.pad-r-30 {
    padding-right: 30px;
}
.pad-r-35 {
    padding-right: 35px;
}
.pad-r-40 {
    padding-right: 40px;
}
.pad-r-45 {
    padding-right: 45px;
}
.pad-r-50 {
    padding-right: 50px;
}

/*left*/
.pad-l-5 {
    padding-left: 5px;
}
.pad-l-10 {
    padding-left: 10px;
}
.pad-l-15 {
    padding-left: 15px;
}
.pad-l-20 {
    padding-left: 20px;
}
.pad-l-25 {
    padding-left: 25px;
}
.pad-l-30 {
    padding-left: 30px;
}
.pad-l-35 {
    padding-left: 35px;
}
.pad-l-40 {
    padding-left: 40px;
}
.pad-l-45 {
    padding-left: 45px;
}
.pad-l-50 {
    padding-left: 50px;
}

/*other*/
.pad-tb5-lr5 {
    padding: 5px 10px;
}

/* margin
----------------------------------------------------------------------*/

/*top, left, right, bottom*/
.mg-auto {
    margin: 0 auto;
}
.mg-5 {
    margin: 5px;
}
.mg-10 {
    margin: 10px;
}
.mg-15 {
    margin: 15px;
}
.mg-20 {
    margin: 20px;
}
.mg-25 {
    margin: 25px;
}
.mg-30 {
    margin: 30px;
}

/*top*/
.mg-t-5 {
    margin-top: 5px;
}
.mg-t-10 {
    margin-top: 10px;
}
.mg-t-15 {
    margin-top: 15px;
}
.mg-t-20 {
    margin-top: 20px;
}
.mg-t-25 {
    margin-top: 25px;
}
.mg-t-30 {
    margin-top: 30px;
}

/*bottom*/
.mg-b-1em {
    margin-bottom: 1em;
}
.mg-b-5 {
    margin-bottom: 5px;
}
.mg-b-10 {
    margin-bottom: 10px;
}
.mg-b-15 {
    margin-bottom: 15px;
}
.mg-b-20 {
    margin-bottom: 20px;
}
.mg-b-25 {
    margin-bottom: 25px;
}
.mg-b-30 {
    margin-bottom: 30px;
}
.mg-b-40 {
    margin-bottom: 40px;
}

/*right*/
.mg-r-2 {
    margin-right: 2px;
}
.mg-r-3 {
    margin-right: 3px;
}
.mg-r-4 {
    margin-right: 4px;
}
.mg-r-5 {
    margin-right: 5px;
}
.mg-r-10 {
    margin-right: 10px;
}
.mg-r-15 {
    margin-right: 15px;
}
.mg-r-20 {
    margin-right: 20px;
}
.mg-r-25 {
    margin-right: 25px;
}
.mg-r-30 {
    margin-right: 30px;
}

/*left*/
.mg-l-5 {
    margin-left: 5px;
}
.mg-l-10 {
    margin-left: 10px;
}
.mg-l-15 {
    margin-left: 15px;
}
.mg-l-20 {
    margin-left: 20px;
}
.mg-l-25 {
    margin-left: 25px;
}
.mg-l-30 {
    margin-left: 30px;
}

/* display
----------------------------------------------------------------------*/

.block {
    display: block;
}
.none {
    display: none;
}
.inline {
    display: inline;
}
.inline-block-01 {
    display: inline-block;
}
.inline-block-02 {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.list-item {
    display: list-item;
}
.table {
    display: table;
}
.table-cell {
    display: table-cell;
}
.table-row {
    display: table-row;
}
.table-hd-group {
    display: table-header-group;
}
.table-ft-group {
    display: table-footer-group;
}

/* visibility
----------------------------------------------------------------------*/

.visible {
    visibility: visible;
}

.hidden {
    visibility: hidden;
}

/* position
----------------------------------------------------------------------*/

.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.static {
    position: staic;
}

/* vertical-align
----------------------------------------------------------------------*/

.va-top {
    vertical-align: top;
}
.va-middle {
    vertical-align: middle;
}
.va-bottom {
    vertical-align: bottom;
}

/* border
----------------------------------------------------------------------*/

/*color: #ccc;*/
.bordered-tc-all {
    border: 1px solid #ccc;
}
.bordered-tc-1 {
    border-top: 1px solid #ccc;
}
.bordered-lc-1 {
    border-left: 1px solid #ccc;
}
.bordered-rc-1 {
    border-right: 1px solid #ccc;
}
.bordered-bc-1 {
    border-bottom: 1px solid #ccc;
}

/*color: #dadada;*/
.bordered-tda-all {
    border: 1px solid #dadada;
}
.bordered-tda-1 {
    border-top: 1px solid #dadada;
}
.bordered-lda-1 {
    border-left: 1px solid #dadada;
}
.bordered-rda-1 {
    border-right: 1px solid #dadada;
}
.bordered-bda-1 {
    border-bottom: 1px solid #dadada;
}

/*color: #d8d8d8;*/
.bordered-td8-all {
    border: 1px solid #d8d8d8;
}
.bordered-td8-1 {
    border-top: 1px solid #d8d8d8;
}
.bordered-ld8-1 {
    border-left: 1px solid #d8d8d8;
}
.bordered-rd8-1 {
    border-right: 1px solid #d8d8d8;
}
.bordered-bd8-1 {
    border-bottom: 1px solid #d8d8d8;
}

/*hide border class*/
.border-nt {
    border-top: 0!important;
}
.border-nr {
    border-right: 0!important;
}
.border-nb {
    border-bottom: 0!important;
}
.border-nl {
    border-left: 0!important;
}

/* overflow
----------------------------------------------------------------------*/

.ov-hidden {
    overflow: hidden;
}
.ov-auto {
    overflow: auto;
}
.ov-ys {
    overflow-y: scroll;
}
.ov-yh {
    overflow-y: hidden;
}
.ov-xs {
    overflow-x: scroll;
}
.ov-xh {
    overflow-x: hidden;
}

/*====================================================================== 
box style
======================================================================*/

/* 汎用ボックススタイル
----------------------------------------------------------------------*/

.cont-box-da-4 {
    border: 1px solid #dadada;
    border-radius: 4px;
}
.cont-box-da-4s {
    border: 1px solid #dadada;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: rgba(0,0,0,0.15) 1px 1px 0;
}
.cont-box-da-6s {
    background-color: #fff;
    border: 1px solid #dadada;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: rgba(0,0,0,0.30) 1px 1px 0;
}
.cont-box-dc-3s {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    box-shadow: rgba(0,0,0,0.20) 1px 1px 0;
}
.cont-box-dc-4s {
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    box-shadow: rgba(0,0,0,0.20) 1px 1px 0;
}
.cont-box-dc-4 {
    border: 1px solid #dcdcdc;
    border-radius: 4px;
}
.cont-box-c {
    border: 1px solid #ccc;
}
.cont-box-c-3 {
    border: 1px solid #ccc;
    border-radius: 3px;
}
.cont-box-gr-4 {
    border: 1px solid #12bdc3;
    border-radius: 4px;
}

.stripe-box {
    background: url(../images/background/bg_stripe.gif) repeat 0 0;
    box-shadow: rgba(0,0,0,0.1) 0 0 5px inset;
    border: 1px solid #dadada;
    border-radius: 4px;
}

/*inner box*/
.cont-box-inner-bdg5 {
    padding-top: 5px;
    background: #fff url(../images/background/border-t5-green.jpg) repeat-x 0 0;
}
.cont-inner-box-w518-push {
    width: 488px;
    padding: 10px;
    border-right: 1px solid #dadada;
}
.cont-inner-box-w468-push {
    width: 468px;
    padding: 15px;
    border-right: 1px solid #dadada;
}
.cont-inner-box-w180-push {
    width: 210px;
    padding: 0px 0px;
}
.cont-inner-box-w230-push {
    width: 230px;
    padding: 15px;
}

/* 汎用ボックススタイル(paddingのみ指定）
----------------------------------------------------------------------*/

.padded-box-10-10-5 {
    padding: 10px 10px 5px;
}
.padded-box-5-10-10 {
    padding: 5px 10px 10px;
}
.padded-box-30-10 {
    padding: 30px 10px;
}

/* border-radius（no prefix）
----------------------------------------------------------------------*/

.radius-2 {
    border-radius: 2px;
}
.radius-3 {
    border-radius: 3px;
}
.radius-4 {
    border-radius: 4px;
}
.radius-5 {
    border-radius: 5px;
}
.radius-6 {
    border-radius: 6px;
}
.radius-7 {
    border-radius: 7px;
}
.radius-8 {
    border-radius: 8px;
}
.radius-9 {
    border-radius: 9px;
}
.radius-10 {
    border-radius: 10px;
}
.radius-20 {
    border-radius: 20px;
}
.radius-30 {
    border-radius: 30px;
}

/* box-shadow（no prefix）
----------------------------------------------------------------------*/

.shadow-pale-a {
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 2px;
}
.shadow-normal-a {
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 2px;
}
.shadow-deep-a {
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 2px;
}
.shadow-pale-b {
    box-shadow: rgba(0, 0, 0, 0.3) 0 2px 0;
}
.shadow-normal-b {
    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 0;
}
.shadow-deep-b {
    box-shadow: rgba(0, 0, 0, 0.5) 0 2px 0;
}
.shadow-pale-br {
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
}
.shadow-normal-br {
    box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px;
}
.shadow-deep-br {
    box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
}
.shadow-deep-1br {
    box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 0;
}

.shadow-white-1br {
    box-shadow: rgba(255, 255, 255, 0.5) 1px 1px 0;
}

/*inset*/
.shadow-pale-a-in {
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 2px inset;
}
.shadow-normal-a-in {
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 2px inset;
}
.shadow-deep-a-in {
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 2px inset;
}
.shadow-pale-b-in {
    box-shadow: rgba(0, 0, 0, 0.3) 0 2px 0 inset;
}
.shadow-normal-b-in {
    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 0 inset;
}
.shadow-deep-b-in {
    box-shadow: rgba(0, 0, 0, 0.5) 0 2px 0 inset;
}
.shadow-pale-br-in {
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px inset;
}
.shadow-normal-br-in {
    box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px inset;
}
.shadow-deep-br-in {
    box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px inset;
}

/*====================================================================== 
background-color
======================================================================*/

.bg-white {
    background-color: #fff;
}
.bg-black {
    background-color: #000;
}
.bg-light-gray {
    background-color: #f2f2f2;
}
.bg-red {
    background-color: #f33;
}
.bg-light-gray {
    background-color: #f2f2f2;
}
.bg-light-yellow {
    background-color: #fffbc4;
}
.bg-deep-yellow {
    background-color: #ffe100;
}
.bg-light-blue {
    background-color: #d3edfb;
}
.bg-deep-blue {
/*    background-color: #00347c;*/
    background-color: #0071bc;
}
.bg-light-green {
    background-color: #12bdc3;
}
.bg-strip-img {
    background: url(../images/background/bg_stripe.gif) repeat 0 0;
}
.bg-gray {
    color: #999;
}

/*====================================================================== 
link style
======================================================================*/

.link-white {
    color: #fff;
}
.link-white:hover {
    text-decoration: underline;
}

.link-style01 {
    text-decoration: underline;
}

.link-style01:hover {
    text-decoration: none;
}

/*====================================================================== 
font style
======================================================================*/

/* font-size
----------------------------------------------------------------------*/

.fs-10 {
    font-size: 10px !important;
}
.fs-11 {
    font-size: 11px !important;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-13 {
    font-size: 13px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-17 {
    font-size: 17px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-19 {
    font-size: 19px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-21 {
    font-size: 21px !important;
}
.fs-22 {
    font-size: 22px !important;
}
.fs-23 {
    font-size: 23px !important;
}
.fs-24 {
    font-size: 24px !important;
}
.fs-25 {
    font-size: 25px !important;
}
.fs-26 {
    font-size: 26px !important;
}
.fs-27 {
    font-size: 27px !important;
}
.fs-28 {
    font-size: 28px !important;
}
.fs-29 {
    font-size: 29px !important;
}
.fs-30 {
    font-size: 30px !important;
}

/* font-weight
----------------------------------------------------------------------*/

.normal {
    font-weight: normal;
}
.bold {
    font-weight: bold;
}

/* line-height
----------------------------------------------------------------------*/

.line-11 {
    line-height: 11px;
}
.line-12 {
    line-height: 12px;
}
.line-13 {
    line-height: 13px;
}
.line-14 {
    line-height: 14px;
}
.line-15 {
    line-height: 15px;
}
.line-16 {
    line-height: 16px;
}
.line-17 {
    line-height: 17px;
}
.line-18 {
    line-height: 18px;
}
.line-19 {
    line-height: 19px;
}
.line-20 {
    line-height: 20px;
}
.line-21 {
    line-height: 21px;
}
.line-22 {
    line-height: 22px;
}
.line-23 {
    line-height: 23px;
}
.line-24 {
    line-height: 24px;
}
.line-25 {
    line-height: 25px;
}
.line-26 {
    line-height: 26px;
}
.line-27 {
    line-height: 27px;
}
.line-28 {
    line-height: 28px;
}
.line-29 {
    line-height: 29px;
}
.line-30 {
    line-height: 30px;
}
.line-31 {
    line-height: 31px;
}

/* text-align
----------------------------------------------------------------------*/

.txt-center {
    text-align: center;
}
.txt-left {
    text-align: left;
}
.txt-right {
    text-align: right;
}
.txt-just {
    text-align: justify;
}

/* text-color
----------------------------------------------------------------------*/

.txt-red {
    color: #ed1c24;
}
.txt-white {
    color: #fff;
}
.txt-orange {
    color: #ff6600;
}
.txt-light-blue {
    color: #d3edfb;
}
.txt-deep-blue {
/*    color: #00347c;*/
    color: #0071bc;
}
.txt-blue {
    color: #0000ff;
}
.txt-green {
    color: #00ff55;
}
.txt-gray {
    color: #999;
}

/* decoration
----------------------------------------------------------------------*/

.line-through {
    text-decoration: line-through;
}


/* white-space
----------------------------------------------------------------------*/

.txt-nowrap {
    white-space: nowrap;
}
.txt-lowercase {
    text-transform: lowercase;
}
.txt-uppercase {
    text-transform: uppercase;
}
.txt-capitalize {
    text-transform: capitalize;
}

/* word-wrap
----------------------------------------------------------------------*/

.break-word {
    word-wrap: break-word;
}

/*====================================================================== 
list style
======================================================================*/

.indent-box {
    padding-left: 1em;
}

.list-indent {
    padding-left: 1em;
    text-indent: -1em;
}

.style-disc li {
    padding-left: 1em;
    text-indent: -1em;
    list-style-type: disc;
    list-style-position:inside;
}

/*====================================================================== 
webfont include
======================================================================*/

.m2c-b {
    font-family: 'M+ 2c bold';
}

/*====================================================================== 
bootstrap style
======================================================================*/

/*===== tab =====*/

.panel {
    display: none;
}

.panel.active {
    display: block;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear 0s;
}

.fade.in {
    opacity: 1;
}

.tab-contents .tabs li {
    float: left;
    margin-right: 5px;
    overflow: hidden;
    background-color: #eee;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
}

.tab-contents .tabs li.active {
    font-weight: bold;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    border-radius: 4px 4px 0 0;
}

.tab-contents .tabs li a {
    display: block;
    padding: 5px 15px;
}

/*ホテルトップ内*/

.tabnavi ul{
	margin:0;
	padding:0;
}

.tabnavi li{
	display: inline;
}

.tabnavi li a {
	display:inline-block;
	background: #FFF;
	color: #0d6692;
	padding: 6px 20px 5px;
	border-radius:3px 3px 0 0;
	text-decoration:none;
    border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin-bottom: -1px;
	font-weight: bold;
}

.tabnavi li a:hover,
.tabnavi li.active a {
	background: #d3edfb;
	color: #333;
	border-bottom: solid 1px #d3edfb;
	text-shadow: 1px 1px 1px #FFF;
}

.tabcontent {
	padding: 0px;
	border: solid 1px #CCC;
	border-radius:0px 0px 6px 6px;
	overflow: hidden;
    background-color: #fff;
}

.tabcontent-title {
    background: none repeat scroll 0 0 #d3edfb;
	text-shadow: 1px 1px 1px #FFF;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-radius:0px 6px 0 0;
	padding: 0 15px;
	overflow: hidden;
}

.tabcontent-title li {
    float: left;
    margin: 5px 0px;
	display: block;
}

.tabcontent-sale {
	width: 100%;
    padding: 0 15px;
	margin-bottom: 5px;
}

.tabcontent-sale:last-child { border-bottom: none; margin-bottom: 0px; }
.tabcontent-sale li {
    float: left;
	padding: 8px 0px 8px;
	border-bottom: dotted 1px #CCC;
}

.tabcontent-sale li.cel-place { width: 27%; color: #006699; font-weight: bold; }
.tabcontent-sale li.cel-sale { width: 40%; color: #F06601; }
.tabcontent-sale li.cel-rank { width: 18%; }
.tabcontent-sale li.cel-price { width: 15%; text-align: right; }
.tabcontent-sale li.cel-price a { font-weight: bold; text-decoration: underline; }

.tabcontent-sale li.cel-rank img {
    vertical-align: middle;
}

.t-place { width: 27%; padding-top: 10px; }
.t-sale { width: 40%; padding-top: 10px; }
.t-rank { width: 18%; padding-top: 10px; }
.t-price { width: 15%;  padding-top: 10px; text-align: right;}


/*===== modal-box =====*/

.modal {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin-left: -280px;
    outline: medium none;
    position: fixed;
    top: 10%;
    width: 560px;
    z-index: 1050;
}
.modal.fade.in {
    top: 10%;
}
.modal.fade {
    top: -25%;
    transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.8;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop {
    background-color: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}

/*===== tooltip =====*/

/*
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    line-height: 0.875rem;
}
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #666;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #666;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #666;
}
.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #666;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #666;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #666;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #666;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #666;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #666;
}
*/
.pointer {
	cursor:pointer;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
