/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family:'Crimson Text', 'A1 Mincho', Meiryo, serif;
	color:#000;
	margin:0;
	padding:0;
	visibility: hidden;
}

/* Create a series of empty pseudo-elements... */
html:before,html:after,body:before,body:after{
	content:"";
	background:#ffffff;
	position:fixed;
	display:block;
	z-index:10;
}
/* ...and position them! */
html:before{
	height:50px;
	left:0;
	right:0;
	top:0;
}
html:after{
	width:50px;
	top:0;
	right:0;
	bottom:0;
}
body:before{
	height:50px;
	right:0;
	bottom:0;
	left:0;
}
body:after{
	width:50px;
	top:0;
	bottom:0;
	left:0;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:middle;
}
a {
	-webkit-transition: all .8s;
	transition: all .8s;
	text-decoration:none;
}
a:hover{
	-webkit-transition: all .8s;
	transition: all .8s;
}

a:before,
a:after{
	-webkit-transition: all .8s;
	transition: all .8s;
}

a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    slider
\*------------------------------------*/

#container {
	min-width:1080px;
	width: 100%;
	margin:0;
	padding:0;
}

/* fullSlideShow
--------------------------- */
.fullSlideShow {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.fullSlideShow ul {
	top: 50%;
	left: 50%;
	width: 100%;
	position: fixed; /* absolute or fixed */
	overflow: hidden;
}
.fullSlideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.fullSlideShow ul li img {
	width: 100%;
}


/* PagiNation
--------------------------- */
.pagiNation {
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: fixed;
	z-index: 90;
 	visibility: hidden;
}

.pagiNation a {
	margin: 0 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	overflow: hidden;
	background: #000;
}
.pagiNation a.pnActive {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* container-inner */
#container-inner {
	width:100%;
	background-color:#fff;
	position: relative;
	padding:0 0 50px;
}

/* wrapper */
.wrapper {
	max-width:1020px;
	width:100%;
	margin:0 auto;
	padding:130px 0;
	position:relative;
}

/* header */
.header {
	width:100%;
	position:fixed;
	z-index:11;
}
/* logo */
.logo {
	display:inline;
}
.logo-img {
	max-width:77px;
	width:100%;
}
/* nav */
.nav {
	min-width:630px;
	width:100%;
	top:0;
	z-index:11;
}

.nav-list {
	position:absolute;
	max-width:630px;
	width:100%;
	height:50px;
	list-style:none;
	font-size:1.5rem;
	margin:0 0 0 -315px;
	padding:0;
	left:50%;
}

.nav-list > li {
	display:inline-block;
	float: left;
	text-align:center;
	letter-spacing:0.3rem;
}

.nav-list > li a{
	display:block;
	color:#000;
	min-width: 90px;
	width:100%;
	height: 50px;
	line-height: 50px;
}

.nav-list > li a:hover{
	opacity:0.5;
}

.nav-list > li.menu__single {
	position: relative;
}

li.menu__single ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	background: #fff;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	list-style:none;
	margin:0;
	padding:0;
}

li.menu__single:hover ul.menu__second-level {
	top: 50px;
	visibility: visible;
	opacity: 1;
}

.nav_sp,
.logo_sp,
.sp-menu__single{
	display:none;
}

.arrow-lang{
	max-width:11px;
	width:100%;
	margin:0 0 0 10px;
}

.sns{
	position:fixed;
	max-width:50px;
	width:100%;
	height:100px;
	margin-top:auto;
	margin-bottom:auto;
	top:0;
	left:0;
	bottom:0;
	z-index:11;
	text-align:center;
}

.sns a{
	display:block;
	margin:0 auto 20px;
}

.twitter-img{
	max-width:24px;
	width:100%;
}

.fb-img{
	max-width:10px;
	width:100%;
}

.scroll{
	position:fixed;
	max-width:30px;
	width:100%;
	height:50px;
	left:50%;
	bottom:0;
	margin:0 0 0 -15px;
	z-index:11;
}

.arrow-scrl{
	max-width:30px;
	width:100%;
	margin:8px 0 0;
}

.logo-l{
	max-width:278px;
	width:100%;
	position:absolute;
	display:block;
	top:0;
	left:50%;
	bottom:0;
	margin:auto 0 auto -139px;
	z-index:9;
}

#intro{
	background-color:#fff;
	padding:130px 0;
	box-shadow: 0 -10px 10px -2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 -10px 10px -2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 -10px 10px -2px rgba(0,0,0,0.5);
}

.intro-wrapper{
	max-width:520px;
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
}

.intro-copy{
	float:right;
	text-align:center;
	font-size:2.4rem;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
	letter-spacing:0.5rem;
	line-height:200%;
}

.intro-body{
	float:left;
	text-align:center;
	font-size:1.8rem;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
	letter-spacing:0.5rem;
	line-height:230%;
}

#enjoy{
	background:url(img/bg_01.jpg) no-repeat fixed center center;
	background-size:cover;
}

.title{
	display:block;
	max-width:40px;
	width:100%;
	height:auto;
	margin:0 auto 20px;
	text-shadow: #000 2px 0 10px;
	font-size:3rem;
	color:#fff;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
	letter-spacing:0.5rem;
}

.subt{
	display:block;
	font-size:2.4rem;
	margin:0 auto;
	text-align:center;
	color:#fff;
	letter-spacing:0.1rem;
	line-height:150%;
}

.enjoy-text{
	display:block;
	max-width:480px;
	width:100%;
	height:auto;
	text-shadow: #000 2px 0 10px;
	text-align: center;
	font-size:2.2rem;
	margin:120px auto 80px;
	color:#fff;
	letter-spacing:0.5rem;
	line-height:150%;
	text-justify: inter-ideograph;
}

.btn-detail{
	display: block;
	width: 240px;
	height: 70px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	text-shadow: #000 2px 0 10px;
	text-align: center;
	line-height: 70px;
	position: relative;
	z-index: 2;
	border: 3px solid #fff;
	font-size:2.2rem;
	color: #fff;
	padding: 0 15px;
	margin:0 auto;
	letter-spacing: 0.1rem;
}

.btn-detail::before,
.btn-detail::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.btn-detail::after {
	top: 2px;
	left: 2px;
	width: 230px;
	height: 60px;
	border: 1px solid #fff;
}

.btn-detail,
.btn-detail::before,
.btn-detail::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btn-detail:hover{
	color:#000;
	background-color:#fff;
}

.arrow-detail{
	max-width:30px;
	width:100%;
	margin:-5px 0 0 15px;
}

#hotel{
	background:url(img/bg_02.jpg) no-repeat fixed center center;
	background-size:cover;
	box-shadow: 0 -10px 10px -2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 -10px 10px -2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 -10px 10px -2px rgba(0,0,0,0.5);
}

.box-container{
	max-width:720px;
	width:100%;
	height:auto;
	margin:120px auto 0;
}

.box-detail_L,
.box-detail{
	display:inline-block;
	position:relative;
	max-width:300px;
	width:100%;
	height:auto;
	float:left;
}

.box-detail_L{
	margin:0 120px 0 0;
}

.box-detail_L a:hover,
.box-detail a:hover{
	-webkit-transition: all .8s;
	transition: all .8s;
}

a.img-circle{
	display:block;
	max-width:300px;
	width:100%;
	-moz-border-radius:600px;
	-webkit-border-radius:600px;
	border-radius:600px;
	height:auto;
	overflow: hidden;
	position:relative;
	z-index:1;
}

a.img-circle img{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .8s ease-in-out;
	transition: .8s ease-in-out;
	position: relative;
    z-index: 0;
}

a.img-circle img:hover{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.box-detail_inner{
	position:relative;
	max-width:300px;
	width:100%;
	height:auto;
	margin:-20px 0 0 0;
	z-index:2;
}

.title-detail{
	display:block;
	max-width:40px;
	width:100%;
	height:auto;
	margin:0 auto 20px;
	text-shadow: #000 2px 0 10px;
	font-size:3.5rem;
	color:#fff;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
	letter-spacing:0.5rem;
}

.subt-detail{
	display:block;
	font-size:1.8rem;
	margin:0 auto;
	text-shadow: #000 2px 0 10px;
	text-align:center;
	color:#fff;
	letter-spacing:0.1rem;
	line-height:150%;
}

#shop{
	background:url(img/bg_03.jpg) no-repeat fixed center center;
	background-size:cover;
	box-shadow: 0 -10px 10px -2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 -10px 10px -2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 -10px 10px -2px rgba(0,0,0,0.5);
}

/* access */
#map_canvas {
  width: 100%;
  height: 700px;
}
.googlemap iframe {
    -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  display: block;
  width: 100%;
  height: 700px;
  border: 0;
}
#access h3 { margin: 0 0 80px 0; }
#access h3:before { display: none; }
#access i.car,
#access i.train {
  display: block;
  width: 70px;
  height: 30px;
  margin: 0 auto;
}
#access .access_route { padding: 160px 0; }
#access .access_route.car { padding: 0; }
#access .access_route.car h3 {
  padding-top: 160px;
  border-top: 1px solid #e5e5e5;
}
#access .access_route p {
  max-width: 920px;
  margin: 0 auto;
}
#access .access_route.train .access_detail { width: 25%; }
#access .access_route.car .access_detail { width: 33%;}
#access .access_detail_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 920px;
  margin: 0 auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#access .access_route.train .access_detail_wrap { max-width: 1240px; }
#access .access_detail {
  padding: 0 40px 80px 0;
  text-align: left;
}
#access .access_detail h4 {
  margin-bottom: 40px;
  font-size: 20rem;
  text-align: center;
}
#access .access_detail ul li:nth-child(odd) {
  position: relative;
  padding-left: 48px;
  font-size: 20rem;
  font-weight: bold;
  line-height: 28px;
}
#access .access_detail ul li:nth-child(odd):before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 15px;
  background: #bfbfbf;
  content: "";
}
#access .access_detail ul li:nth-child(odd):after {
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #fff;
  content: "";
}
#access .access_detail ul li:nth-child(even) {
  position: relative;
  height: 100px;
  margin-left: 11px;
  padding: 0 0 0 32px;
  font-size: 14rem;
  line-height: 1.5;
  border-left: 6px solid #e5e5e5;
}
#access .access_detail ul li:nth-child(even) span {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#access .access_detail ul li:last-child:before { background: #000; }

.link-container{
	width:100%;
	max-height:130px;
	height:100%;
	position:center;
	padding:40px 0;
}

.link-container_inner{
	max-width:680px;
	width:100%;
	height:auto;
	margin:0 auto;
}

.link-box_L,
.link-box{
	display:inline-block;
	max-width:300px;
	width:100%;
	min-height:50px;
	height:100%;
	text-align: center;
	font-size:2rem;
	line-height:2rem;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	float:left;
	color:#000;
	padding:15px 0;
}

a.link-box_L:hover,
a.link-box:hover{
	opacity:0.5;
}

.link-box_L{
	margin:0 80px 0 0;

}

.arrow-link{
	max-width:8px;
	width:100%;
	float:right;
}

.totop{
	display:block;
	position:relative;
	width:100%;
	min-height:50px;
	height:100%;
	background-color:#000;
	padding:10px 0 0;
	text-align:center;
}

.totop:hover{
	opacity:0.5;
}

.arrow-top{
	max-width:9px;
	width:100%;
}

/* footer */
.footer {
	position:fixed;
	max-width:50px;
	width:100%;
	height:300px;
	margin-top:auto;
	margin-bottom:auto;
	top:0;
	right:0;
	bottom:0;
	z-index:11;
	padding:0 0 0 5px;
}

.copyright{
	font-size:1.2rem;
	text-align: center;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
	letter-spacing:0.1rem;
}

/* =======================================
	ClearFixElements
======================================= */
.fullSlideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.fullSlideShow ul {
	display: inline-block;
	overflow: hidden;
}


/*------------------------------------*\
    hack
\*------------------------------------*/

.win a img{
	border-style:none;
}

.win img{
	border-style:none;
}

.win .arrow-lang{
	margin:0 0 10px 10px;
}

.win .fullSlideShow{
	z-index:-1;
}

.win h1.title{
	position:absolute;
	left:50%;
	margin:0 0 0 -20px;
}

.win .win_subt-enjoy{
	padding:150px 0 0;
}

.win .win_subt-hotels{
	padding:150px 0 0;
}

.win .title-detail{
	min-height:500px !important;
	height:100% !important;
	position:absolute;
	left:50%;
	margin:0 0 20px -20px;
}

.win .win_subt-day{
	padding:150px 0 0;
}

.win .win_subt-hotel{
	padding:150px 0 0;
}

.win .win_subt-shop{
	padding:180px 0 0;
}

.win .map-title{
	position:absolute;
	left:50%;
	margin:0 0 0 -20px;
}

.win .map-subt{
	padding:150px 0 0;
}

.win .footer {
	padding:0 0 0 15px;
}

.win.chrome h1.title{
	position:absolute;
	top:130px;
	left:50%;
	margin:0 0 0 -20px;
}

.win.chrome .map-title{
	position:absolute;
	top:130px;
	left:50%;
	margin:0 0 0 -20px;
}

.win.chrome .footer {
	padding:0 0 0 5px;
}

.win.opera .footer {
	padding:0 0 0 5px;
}

.win.gecko .footer {
	padding:0 0 0 5px;
}

.win.safari .footer {
	padding:0 0 0 5px;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}

@media only screen and (max-width:414px) {

	
	
}

@media only screen and (max-width:630px) {
	.header {
		/*padding:0 10px;*/
	}

	.nav{
		min-width:0;
		max-width:630px;
	}

	.nav-list{
		display:none;
	}

	.nav_sp{
		display:inline-block;
		position:relative;
		float:left;
	}

	#sp-menu{
		display: none;
        width: 50%;
        height:100%;
        position: fixed;
        top: 0;
        z-index: 10000000;
        background-color:#fff;
        overflow:scroll;
	}

	#sp-menu ul{
		list-style:none;
		margin:60px 0 0 0;
		padding:0;
		color:#000;
		font-size:1.8rem;
		letter-spacing:0.3rem;
		line-height:150%;
	}

	#sp-menu ul li a.nav-btn{
		display:block;
		width:100%;
		height:50px;
		border:none;
		padding:15px 0 15px 20px;
		color:#000;
	}

	#sp-menu ul li a.nav-btn_sns{
		display:inline-block;
		height:50px;
		border:none;
		padding:30px 0 0 20px;
		margin:15px 0 0;
		color:#000;
		float:left;
	}

	#sp-menu ul li a.nav-btn:hover{
		opacity:0.5;
	}

	#nav-toggle{
    	position: absolute;
    	left: 10px;
    	top: 14px;
    	width: 34px;
    	height: 36px;
    	cursor: pointer;
    	z-index: 100000;
	}

	#nav-toggle_close{
    	position: absolute;
    	left: 10px;
    	top: 14px;
    	width: 34px;
    	height: 36px;
    	cursor: pointer;
    	z-index: 100000;
	}

	#nav-toggle div{
	    position: relative;
	}

	#nav-toggle_close div{
	    position: relative;
	}

	#nav-toggle span{
	    display: block;
	    position: absolute;
	    height: 1px;
	    width: 100%;
	    background: #000;
	    left: 0;
	}

	#nav-toggle_close span{
	    display: block;
	    position: absolute;
	    height: 1px;
	    width: 100%;
	    background: #000;
	    top:11px;
	    left: 0;
	}

	#nav-toggle span:nth-child(1){
	    top: 0;
	}
	#nav-toggle span:nth-child(2){
	    top: 11px;
	}
	#nav-toggle span:nth-child(3){
	    top: 22px;
	}

    #nav-toggle_close span{
        top: 22px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }

	.logo_sp{
		display:inline-block;
		position:absolute;
		top:10px;
		left:50%;
		margin:0 0 0 -38.5px;
	}

	.sp-menu__single{
		display:inline-block;
		position: relative;
		max-width:80px;
		width:100%;
		height:50px;
		float:right;
		font-size:1.8rem;
		letter-spacing:0.3rem;
		line-height:150%;
		padding:15px 10px 0 0;
	}

	.sp-menu__single a{
		color:#000;
	}

	.sp-menu__single ul.menu__second-level {
		position: absolute;
		top: 40px;
		width: 100%;
		background: #fff;
		-webkit-transition: all .8s ease;
		transition: all .8s ease;
		visibility: hidden;
		opacity: 0;
		z-index: 1;
		list-style:none;
		margin:0;
		padding:0;
		text-align:center;
		line-height:250%;
	}

	.sp-menu__single:hover ul.menu__second-level {
		top: 50px;
		visibility: visible;
		opacity: 1;
	}

	.arrow-lang{
		max-width:18px;
		width:100%;
		margin:0 0 0 10px;
	}

	/**/
	.intro-wrapper{
		padding:0 10px !important;
	}

	.intro-copy{
		float:none;
		font-size:2.6rem;
		writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode:horizontal-tb;
		letter-spacing:0.5rem;
		line-height:200%;
	}

	.intro-body{
		float:none;
		font-size:2rem;
		writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode:horizontal-tb;
		letter-spacing:0.5rem;
		line-height:150%;
	}

	.box-container{
		max-width:300px !important;
	}

	.box-detail_L{
		margin:0 0 60px !important;
	}

	.link-container{
		max-height:240px;
		height:100%;
	}

	.link-container_inner{
		max-width:300px !important;
	}

	.link-box_L{
		margin:0 0 40px !important;

	}
}

@media only screen and (max-width:736px) {
	html {
		font-size:50%;
	}
	/* Create a series of empty pseudo-elements... */
	html:before,html:after,body:before,body:after{
		display:none;
	}

	.header {
		background-color:#fff;
		width:100%;
		height:50px;
	}

	.sns,
	.scroll{
		display:none;
	}

	.wrapper{
		padding:130px 10px;
	}

	.intro-wrapper{
		min-width:0;
		max-width:736px;
		width:100%;
		padding:0 50px;
	}

	#container-inner {
		margin:0;
		padding:0;
	}

	.box-container{
		max-width:630px;
		padding:0;
	}

	.box-detail_L{
		margin:0 30px 0 0;
	}

	.map-wrapper{
		padding:130px 10px 0;
	}

	.link-container_inner{
		max-width:630px;
		padding:0;
	}

	.link-box_L{
		margin:0 30px 0 0;

	}

	/* footer */
	.footer {
		position:relative;
		max-width:736px;
		width:100%;
		height:50px;
		text-align:center;
		background-color:#000;
		margin:-10px 0 0;
		padding:20px 0 0;
	}

	.copyright{
		writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode:horizontal-tb;
		line-height:150%;
		color:#fff;
	}	
}

@media only screen and (min-width:737px) and (max-width:768px) {
	html {
		font-size:50%;
	}

	#container-inner {
		padding:0 50px 50px;
	}

	.intro-wrapper{
		min-width:0;
		max-width:400px;
		width:100%;
	}

	.box-container{
		padding:0 20px;
	}

	.box-detail_L{
		margin:0 28px 0 0;
	}

	.map-wrapper{
		padding:130px 0 0;
	}

	.link-container_inner{
		padding:0 20px;
	}

	.link-box_L{
		margin:0 28px 0 0;

	}
}

@media only screen and (min-width:769px) and (max-width:1024px) {
	.intro-wrapper{
		min-width:600px;
		max-width:700px;
		width:100%;
	}
}

@media only screen and (max-width:1080px) {
	#container {
		min-width:0;
	}

}

/*@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}*/

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#000000;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#000000;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#000000;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
