/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #333333;
    font-size: 17px;
    line-height: 1.6em;}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;}
::selection {
    background: #b3d4fc;
    text-shadow: none;}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;}
textarea {
    resize: vertical;}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* Base --------------------------------------------------------------------- */

@font-face {
 	font-family: "Yu Gothic";
  	src: local("Yu Gothic Medium");
 	font-weight: 400;
}

body {
	font-family:'Noto Serif Japanese',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho","HG明朝E","メイリオ",Meiryo,sans-serif;
	background: #EEEEEE;
}

h1, h2 {
	padding: 0;
	margin: 0;
}

ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

p {
	margin: 30px 100px;
}

a {
	color: #09F;
}

a:hover {
	text-decoration: none;
}

a:hover img {
    -webkit-filter: brightness(1.2);
     -moz-filter: brightness(1.2);
     -o-filter: brightness(1.2);
     -ms-filter: brightness(1.2);
     filter: brightness(1.2);
}

header {
	text-align: center;
}

/*.header_main {
	background: url("../img/top.jpg") center top no-repeat;
	background-size: cover;
	position: relative;
}

.header_wrap {
    margin: 0 auto;
    max-width: 1000px;
    min-width: 1000px;
	text-align: center;
}

.header_wrap img {
    height: auto;
    width: 100%;
}*/
	
.wrap {
	width: 900px;
	margin: 0 auto;
}

footer {
	margin: 0;
	clear: both;
	background: #111111;
	padding: 10px 0 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 60%;
	line-height: 2.0em;
}

footer a {
	color: #FFFFFF;
}

address {
	font-style: normal;
	color: #555555;
}

/* custom --------------------------------------------------------------------- */


.inner_stwh {
    background: rgba(255, 255, 255, 0.9);
    padding: 50px 0;
}

.inner_stbk {
    background: rgba(0, 0, 0, 0.9);
	color:#fff;
    padding: 50px 0;
}

.inner_strd {
    background: rgba(86, 12, 0, 0.9);
	color:#fff;
    padding: 50px 0;
}

.inner_white {
    background: rgba(255, 255, 255, 1);
    padding: 50px 0;
	margin:0 auto;
	width:900px;
	border-radius:15px;
	color:#000;
}

.merit_box {
	background: rgba(255, 255, 255, 0.9);
    padding: 30px 0;
	margin:0 50px 30px;
	font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.wrapimg {
	margin-left:5%;
	margin-right:5%;
	width:90%;
}

.inner_ebi {
    color: #fff;
    padding: 50px 0;
    border: 10px solid #fff;
}

.line_left {
    width: 31%;
    float: right;
    margin-right: 5%;
}

.line_right {
    width: 57%;
    float: left;
    margin-left: 5%;
}

.fimg_r {
    float: right;
    width: 300px;
    margin: 0 50px 50px 0px !important;
}

.sub_wrap {
	width:1000px;
	margin:0 auto;
}

/* bg ------------------------------------------------------------------- */

.bg01 {
    background: url(../img/bg01.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 50px 0;
}

.bg02 {
    background: url(../img/bg02.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 50px 0;
}

.bg03 {
    background: url(../img/bg03.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 50px 0;
}

.bg04 {
    background: url(../img/bg04.jpg)no-repeat center top fixed;
    background-size: cover;
    padding: 3em 3% 5em 38%;
}

.bg04 .wrap {
    width: 100%;
    margin: 0 auto;
}

.bg04 .wrap p {
    margin: 30px 50px;
}

.bg04 .wrap img {
    margin-left:5%;
	margin-right:5%;
	width:90%;
}

.bg05 {
    background: url(../img/bg05.jpg)no-repeat center top fixed;
    background-size: cover;
    padding: 3em 38% 5em 3%;
}

.bg05 .inner_stbk {
    background: rgba(0, 0, 0, 0.8);
	color:#fff;
    padding: 50px 0;
}

.bg05 .wrap p {
    margin: 30px 50px;
}

.bg05 .wrap img {
    margin-left:5%;
	margin-right:5%;
	width:90%;
}

.bg06 {
    background: url(../img/bg06.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 50px 0;
	color:#fff;
}

.bg06 .wrap {
	width: 1000px;
	margin: 0 auto;
}

.bg07 {
    background: url(../img/bg07.jpg)no-repeat center top fixed;
    background-size: cover;
    padding: 3em 3% 5em 38%;
}

.bg07 .wrap {
    width: 100%;
    margin: 0 auto;
}

.bg07 .wrap p {
    margin: 30px 50px;
}

.bg07 .wrap img {
    margin-left:5%;
	margin-right:5%;
	width:90%;
}

.bg08 {
    background: url(../img/bg08.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 50px 0;
}

.bg08 .inner_stwh {
    background: rgba(255, 255, 255, 0.5);
}

.bg08 .wrap img {
    margin:10px 10%;
    width: 80%;
}

.bg09 {
    background: url(../img/bg09.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 50px 0;
}

.bg09 .inner_stbk {
    background: rgba(0, 0, 0, 0.6);
}

.bg_faq {
	background: url(../img/bg_faq.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 50px 0;
	color:#fff;
}

.bg_buy {
	background: url(../img/bg_buy.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 50px 0;
	color:#fff;
}

.bg_buy .wrap {
	width: 1000px;
	margin: 0 auto;
}


/* Unique ------------------------------------------------------------------- */

.cdarea {
	font-family: 'Century Gothic';
	background: #F00;
	padding: 15px 0;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 150%;
	position: relative;
	z-index: 0;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
	background: -moz-linear-gradient(left, #ff0000 0%, #d50000 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff0000), color-stop(100%, #d50000));
	background: -webkit-linear-gradient(left, #ff0000 0%, #d50000 100%);
	background: -o-linear-gradient(left, #ff0000 0%, #d50000 100%);
	background: -ms-linear-gradient(left, #ff0000 0%, #d50000 100%);
	background: linear-gradient(to right, #ff0000 0%, #d50000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#d50000',GradientType=1 );
}

.cdarea span {
	margin: 0 0 0 10px;
	font-size: 150%;
	vertical-align: -10%;
}

/* btn ------------------------------------------------------------------- */

.btn {
	width: 750px;
	padding: 0;
	margin: 40px auto 25px;
	color: #fff;
}

.btn a {
	display: block;
	width: 100%;
	padding: 25px 0 15px;
	margin: 0 auto;
	color: #fff;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 90%;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 1px 0px #333;
	letter-spacing: 0;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	cursor: pointer;
	*zoom: 1;
}

.btn a span {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
}

.btn a:hover {
	box-shadow: none;
	transform: translate3d(0, 10px, 0);
}

.btn-green a {
	background-color: #1ca800;
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1ca800), color-stop(100%, #0b8e14));
	background-image: -moz-linear-gradient(top, #1ca800 0%, #0b8e14 100%);
	background-image: -webkit-linear-gradient(top, #1ca800 0%, #0b8e14 100%);
	background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF1CA800', endColorstr='#FF0B8E14');
	box-shadow: 0 12px 0 #176802;
}

.btn-orange a {
	background-color: #ff7129;
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff7129), color-stop(100%, #fd5805));
	background-image: -moz-linear-gradient(top, #ff7129 0%, #fd5805 100%);
	background-image: -webkit-linear-gradient(top, #ff7129 0%, #fd5805 100%);
	background-image: linear-gradient(to bottom, #ff7129 0%, #fd5805 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffff7129', endColorstr='#fffd5805');
	box-shadow: 0 12px 0 #cd4500;
}

/* faq ------------------------------------------------------------------- */

#faq dl {
    margin: 0 auto;
    width: 800px;
    text-align: left;
}
	
#faq dt {
    padding: 30px 30px 30px 70px;
    font-size: 18px !important;
    font-size: 1.8rem;
    color: #fff;
    line-height: 160%;
    background: rgba(0,175,102,0.95) url(../img/icon-questions.png) no-repeat 30px 30px;
}

#faq dd {
    padding: 50px;
    background: rgba(255, 255, 255, 0.95);
    border: 3px solid #00af66;
	margin-left: 0 !important;
}

#faq dd p {
    margin:20px;
    font-size: 16px !important;
    font-size: 1.6rem;
    line-height: 160%;
	color:#000;
}

/* Sub ---------------------------------------------------------------------- */

.sub .wrap {
	padding: 70px 0 20px;
	margin: 50px auto;
	font-size: 90%;
}

.sub h1 {
	text-align: center;
}

.sub h2 {
	margin: 50px 100px -30px;
}

.sub p {
	margin: 50px 100px;
}

.sub table {
	width: 700px;
	margin: 50px 100px;
}

.sub table th {
	width: 24%;
	padding: 3% 0;
	border-bottom: solid 1px #DDDDDD;
}

.sub table td {
	width: 68%;
	padding: 3% 4%;
	border-bottom: solid 1px #DDDDDD;
}

.sub ol {
    padding: 0 20px;
    margin: 50px 100px;
}

.sub ol li {
    list-style: decimal;
    line-height: 1.5em;
    font-size: 80%;
}


/* jump ------------------------------------------------------------------- */
  #jump_btn {
    padding: 0;
    width: 180px;
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
  #jump_btn i {
    margin-right: 10px;
    font-size: 30px;
    font-size: 3rem;
  }
  #jump_btn a {
    padding: 10px 0;
    display: block;
    background-color: #1ca800;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.2rem;
    box-shadow: 0 8px 0 #176802;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: -0.1em;
    text-shadow: 0px 1px 0px #333;
    transition: all .3s ease;
    cursor: pointer;
  }
  #jump_btn a:hover {
    box-shadow: none;
    transform: translate3d(0, 8px, 0);
  }
  #jump_btn a span {
    font-weight: bold;
    color: #fff !important;
  }


/* design ---------------------------------------------------------- */

.center {text-align: center !important;}
.bold {font-weight: bold !important;}
.bgyellow {	background: #FF0 !important;}
.underline {text-decoration: underline !important;}
.strikeline {text-decoration: line-through !important;}
.red {color: #F00 !important;}
.blue {color: blue !important;}
.fsS {font-size: 80% !important;}
.fsM {font-size: 130% !important;
	  line-height: 1.5em !important;}
.fsL {font-size: 180% !important;
	line-height: 1.5em !important;}
.pc {display: inline;}
.sp {display: none;}

/* margin padding ---------------------------------------------------------- */

.mt0 {margin-top:0 !important;}
.mt10 {margin-top:10px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}
.ml0 {margin-left:0 !important;}
.ml10 {margin-left:10px !important;}
.ml20 {margin-left:20px !important;}
.ml30 {margin-left:30px !important;}
.ml40 {margin-left:40px !important;}
.ml50 {margin-left:50px !important;}
.mr0 {margin-right:0 !important;}
.mr10 {margin-right:10px !important;}
.mr20 {margin-right:20px !important;}
.mr30 {margin-right:30px !important;}
.mr40 {margin-right:40px !important;}
.mr50 {margin-right:50px !important;}
.mb0 {margin-bottom:0 !important;}
.mb10 {margin-bottom:10px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
.pt0 {padding-top:0 !important;}
.pt10 {padding-top:10px !important;}
.pt20 {padding-top:20px !important;}
.pt30 {padding-top:30px !important;}
.pt40 {padding-top:40px !important;}
.pt50 {padding-top:50px !important;}
.pl0 {padding-left:0 !important;}
.pl10 {padding-left:10px !important;}
.pl20 {padding-left:20px !important;}
.pl30 {padding-left:30px !important;}
.pl40 {padding-left:40px !important;}
.pl50 {padding-left:50px !important;}
.pr0 {padding-right:0 !important;}
.pr10 {padding-right:10px !important;}
.pr20 {padding-right:20px !important;}
.pr30 {padding-right:30px !important;}
.pr40 {padding-right:40px !important;}
.pr50 {padding-right:50px !important;}
.pb0 {padding-bottom:0 !important;}
.pb10 {padding-bottom:10px !important;}
.pb20 {padding-bottom:20px !important;}
.pb30 {padding-bottom:30px !important;}
.pb40 {padding-bottom:40px !important;}
.pb50 {padding-bottom:50px !important;}



/* ==========================================================================
   SP
   ========================================================================== */

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

	/* Base ----------------------------------------------------------------- */

	body {
	background: none;
	width: 100%;}

	.wrap {
	width: 100%;}
	
	.sub_wrap {
	width:100%;}
	
	img {
	width: 100%;
	height: auto;}

	p {
	margin: 5% 5%;}

	/*p br {
	display: none;}
	
	.header_wrap {
	max-width: 100%;
	min-width: 100%;}	
	
    header{
	width:100%;
	margin:0;
	padding:0;
	z-index:0;
	-moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;}*/

	footer {
	margin: 0;
	padding: 3% 0 2%;}
	
	/* Base ----------------------------------------------------------------- */
	
	.inner_stwh,
	.inner_stbk,
	.inner_strd {
    padding: 3% 0;}
	
	.inner_white {
    padding: 5%;
    margin: 0 auto;
    width: 88%;}
	
	.line_left,
	.line_right {
    width: 90%;
    float: none;
    margin: 2% 5%;}
	
	.inner_ebi {
    padding: 5% 0;
    border: 3px solid #fff;}
	
	.fimg_r {
    float: right;
    width: 25%;
    margin: 0 5% 5% 0 !important;}
	
	.merit_box {
    background: rgba(255, 255, 255, 0.9);
    padding: 3%;
    margin: 0 0 5%;}
	
	
	
	
	/* Unique --------------------------------------------------------------- */
		
	.bg01,
	.bg02,
	.bg03
	.bg06,
	.bg07,
	.bg08,
	.bg09 {
    background-attachment: scroll;
	background-position: 0px;
    padding: 3% 2% 5%;}
	
	.bg03 {
	background: url(../img/bg03sp.jpg);
	background-size: cover;
    background-attachment: scroll;
	background-position: 0px;
    padding: 3% 3% 8%;}
	
	.bg04 {
    background-attachment: scroll;
	background-position: 0px;
    padding: 3% 3% 8% 3%;}
	
	.bg04 .wrap p {
    margin: 5%;}
	
	.bg05,
	.bg07 {
    background-attachment: scroll;
	background-position: 0px;
    padding: 3% 3% 5%;}
	
	.bg06 .wrap {
    width: 98%;
    margin: 0 auto;}
	
	.bg08 .wrap img {
    margin: 10px 5%;
    width: 90%;}
	
	.bg08 .inner_stwh {
    background: rgba(255, 255, 255, 0.8);}
	
	.bg_buy {
	background: url(../img/bg_buy_sp.jpg);
	background-size: cover;
    background-attachment: scroll;
	background-position: 0px;
    padding: 3% 2% 8%;}
	
	.bg_buy .wrap {
	width: 100%;}
	


	/* Unique --------------------------------------------------------------- */

	.cdarea {
	padding: 2% 0;
	font-size: 90%;}
	
	.cdarea span {
	margin: 0 0 0 1%;
	font-size: 150%;
	vertical-align: -5%;}
	
	/* btn --------------------------------------------------------------- */
	
	.btn {
	width: 94%;
	padding: 0;
	margin: 7% 3% 3%;}

	.btn a {
	width: 100%;
	padding: 5% 0 3%;
	margin: 0 auto;
	font-size: 125%;
	font-size: 1.25rem;
	line-height: 90%;}
	
	.btn a span {
	font-size: 100%;
	font-size: 1.0rem;}

	.btn a:hover {
	transform: translate3d(0, 9px, 0);}
	
	.btn-green a {
	box-shadow: 0 9px 0 #176802;}
	
	.btn-orange a {
	box-shadow: 0 9px 0 #cd4500;}
	
	/* faq --------------------------------------------------------------- */	
	
	#faq dt {
    padding: 3% 3% 3% 11%;
    font-size: 100% !important;
    font-size: 1.8rem;
    color: #fff;
    line-height: 135%;
	background: rgba(0,175,102,0.95) url(../img/icon-questions.png) no-repeat 2%;}
	
	#faq dl {
    margin: 0 auto;
    width: 96%;
    text-align: left;}

	#faq dd {
    padding: 5%;
	margin-left: 0 !important;}

	#faq dd p {
    margin:2%;
    font-size: 16px !important;
	font-size: 1.6rem;
    line-height: 145%;}
	

	/* Sub ---------------------------------------------------------------------- */
	
	.sub .wrap {
	padding: 10% 0 3%;
	margin: 0;
	font-size: 90%;
	line-height: 1.5em;}
	
	.sub h1 {
	text-align: center;
	font-size: 150%;}
	
	.sub h2 {
	margin: 7% 5% -4%;
	font-size: 120%;}
	
	.sub p {
	margin: 7% 5%;}
	
	.sub table {
	width: 95%;
	margin: 7% 2%;
	border-bottom: solid 1px #EEEEEE;}
	
	.sub table th {
	display: block;
	clear: both;
	width: 100%;
	background: #FAFAFA;
	padding: 0.5% 0;
	border: solid 1px #EEEEEE;
	border-bottom: none;}
	
	.sub table td {
	display: block;
	clear: both;
	width: 90%;
	padding: 2% 5%;
	border: solid 1px #EEEEEE;
	border-bottom: none;}
	
	.sub ol {
    padding: 0 5%;
    margin: 5%;}
	

	/* General Purpose ------------------------------------------------------ */

	.pc {display: none;}
	.sp {display: inline;}
	.brsp {display:inline;}
	
	
	/* margin padding ---------------------------------------------------------- */

	.mt10 {margin-top:1% !important;}
	.mt20 {margin-top:2% !important;}
	.mt30 {margin-top:3% !important;}
	.mt40 {margin-top:4% !important;}
	.mt50 {margin-top:5% !important;}
	.ml10 {margin-left:1% !important;}
	.ml20 {margin-left:2% !important;}
	.ml30 {margin-left:3% !important;}
	.ml40 {margin-left:4% !important;}
	.ml50 {margin-left:5% !important;}
	.mr10 {margin-right:1% !important;}
	.mr20 {margin-right:2% !important;}
	.mr30 {margin-right:3% !important;}
	.mr40 {margin-right:4% !important;}
	.mr50 {margin-right:5% !important;}
	.mb10 {margin-bottom:1% !important;}
	.mb20 {margin-bottom:2% !important;}
	.mb30 {margin-bottom:3% !important;}
	.mb40 {margin-bottom:4% !important;}
	.mb50 {margin-bottom:5% !important;}
	.pt10 {padding-top:1% !important;}
	.pt20 {padding-top:2% !important;}
	.pt30 {padding-top:3% !important;}
	.pt40 {padding-top:4% !important;}
	.pt50 {padding-top:5% !important;}
	.pl0 {padding-left:0 !important;}
	.pl20 {padding-left:2% !important;}
	.pl30 {padding-left:3% !important;}
	.pl40 {padding-left:4% !important;}
	.pl50 {padding-left:5% !important;}
	.pr10 {padding-right:1% !important;}
	.pr20 {padding-right:2% !important;}
	.pr30 {padding-right:3% !important;}
	.pr40 {padding-right:4% !important;}
	.pr50 {padding-right:5% !important;}
	.pb10 {padding-bottom:1% !important;}
	.pb20 {	padding-bottom:2% !important;}
	.pb30 {padding-bottom:3% !important;}
	.pb40 {padding-bottom:4% !important;}
	.pb50 {padding-bottom:5% !important;}
	
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;}
.invisible {
    visibility: hidden;}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;}
.clearfix:after {
    clear: both;}
.clearfix {
    *zoom: 1;}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after { 
	    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) ")";}
    a[href^="#"]:after,
    a[href^="javascript:"]: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;}
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;}
    h2,
    h3 {
        page-break-after: avoid;}
}