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

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}




/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

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

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

a {
	text-decoration:none;
}

a:link, a:visited {
	color:#0071bc;
}

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

html{
  font-size:62.5%;
}

body{
	font-size:13px; font-size:1.3rem;
	font-family:'メイリオ','Helvetica Neue','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Meiryo','ＭＳ Ｐゴシック';
	color:#000000;
	line-height:1.8;
	letter-spacing:0;
	-webkit-text-size-adjust:none;
}


ul, li, dl, dt, dd {
	list-style:none; margin:0px; padding:0px;
}






/* header　/////////////////////////////////////////////////////////////////////////////////////////// */





/* ↓ここから↓　/////////////////////////////////////////////////////////////////////////////////////////// */






/*運賃表のページ*/
#conts_Box05 {
	width:1000px; height:100%; margin:0px auto; padding:30px 0px;
}

#conts_Box05 p.p01{
	margin:0px auto; text-align:center;
	font-size:1.9rem; font-weight:bold; color:#F15A24;
}

#conts_Box05 p.p02{
	width:650px; margin:25px auto 0px auto;
	font-size:1.4rem; 
}

#conts_Box05 p.p03{
	width:210px; margin:35px auto 0px auto; padding:20px 10px;
	border-radius:0.6rem;
	background-color:#F7931E;
	font-size:1.7rem; color:#FFFFFF;
	text-align:cener; font-weight:bold; line-height:130%;
}

#conts_Box05 table {
	border-collapse:collapse; margin:35px auto 0px auto;
}

#conts_Box05 td {
	font-size:1.4rem; text-align:left; line-height:130%;
	border:#CCCCCC 1px solid; vertical-align:top;
}

#conts_Box05 td.td01	{
	width:120px; padding:9px 0px 7px 10px; 
	background-color:#F2F2F2;
}
						
#conts_Box05 td.td02	{
	width:558	px; padding:9px 10px 7px 15px; 
	background-color:#FFFFFF;
}

#conts_Box05 td.td03	{
	width:100px; padding:9px 10px 7px 15px; 
	background-color:#FFFFFF;
}







/* ↑ここまで↑　/////////////////////////////////////////////////////////////////////////////////////////// */




#page-top {
	font-size:1.5rem;	
}


/* footer　/////////////////////////////////////////////////////////////////////////////////////////// */
footer {
	padding:30px 0px 30px 0px;
	background:#52a2a3; text-align:center;
}

footer p {
	color:#FFFFFF; font-size:1.3rem; letter-spacing:0.1rem;
}

footer a {
	color:#FFFFFF; text-decoration:none;
}

footer span {
	display:inline-block; background:#FFFFFF; margin:0px 10px 0px 30px; padding:0px 2px 0px 5px;
	font-size:1.0rem; font-weight:bold; letter-spacing:0.2rem; color:#3ab5e9; text-align:center;
}

footer address {
	margin:0px 10px 0px 30px; padding:18px 5px 0px 5px;
	font-size:1.3rem; font-style:normal; color:#FFFFFF; text-align:center;
}





/* ################################################################################################ */
/* pc                                                                                               */
/* ################################################################################################ */
@media only screen and (min-width: 900px) {

/* hide-text 解説 http://w3q.jp/t/1914 */
.hide-text {
	display:block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}


/* header　/////////////////////////////////////////////////////////////////////////////////////////// */


header {
	width:100%; height:320px; margin:0px auto 0px  auto;
	background:url(../img/header_bg.png) top left repeat-x;
}

#header_conts {
	width:1000px; height:100%; margin:0px auto 0px auto;
	background:url(../img/main_bg.png) no-repeat;
	background-position: center bottom 30px;
}

#header_link {
	margin:4px auto 10px 0px; padding:4px 8px;
	border-radius:0.6rem;
	background-color:#3bb6ea;
	font-size:1.2rem; color:#FFFFFF;
	
}

#header_img {
	margin:5px 20px 20px 0px;
	text-align:center;
}


#header_txt {
	margin:-10px 0px 0px 180px;
	font-size:19px; font-weight:bold; line-height:140%; letter-spacing:0.15em;
	color:#3b0709;
}


/* ↓ここから↓　/////////////////////////////////////////////////////////////////////////////////////////// */


#conts_Box01 {
	width:1000px; height:250px; margin:30px auto 0px auto; padding:20px 0px 0px 0px;
	background:url(../img/shop_bg.png) top right no-repeat;
}

#conts_Box01_01 {
	width:288px; margin:0px 0px 0px 80px; padding:10px 0px;
	border-radius:0.6rem;
	background-color:#59BB36;
	font-size:1.5rem; color:#FFFFFF;
	text-align:center;
}

#conts_Box01 p {
	margin:5px 0px 0px 220px;
	font-size:1.5rem;
}

#conts_Box01_01 span {
	float:right; margin:0px 20px 0px 0px; line-height:130%;
	color:#FFFFFF;
}

#conts_Box01_02 {
	width:288px; margin:30px 0px 10px 80px; padding:10px 0px;
	border-radius:0.6rem;
	background-color:#F7931E;
	font-size:1.5rem; 
	text-align:center;
}

#conts_Box01_02 span {
	float:right; margin:0px 10px 0px 0px; line-height:130%; color:#FFFFFF;
}


#conts_Box02_wrap {
	width:100%; background-color:#FEFCD3;
}

#conts_Box02 {
	width:1000px; height:100%; margin:0px auto; padding:30px 0px;
}

#conts_Box02 p.p01{
	margin:0px auto; text-align:center;
	font-size:1.9rem; font-weight:bold; color:#F15A24;
}

#conts_Box02 p.p02{
	width:520px; margin:25px auto 0px auto;
	font-size:1.4rem; 
}

#conts_Box02_left {
	float:left; width:326px; height:100%; margin:30px 0px 0px 50px;
}

#conts_Box02_right {
	float:right; width:559px; height:100%; margin:30px 50px 0px 0px;
}

#conts_Box02_right table {
	border-collapse:collapse; margin:0px 0px 0px 0px;
}

#conts_Box02_right td {
	font-size:1.4rem; text-align:left; line-height:130%;
	border:#CCCCCC 1px solid; vertical-align:top;
	color:#1a1a1a;
}

#conts_Box02_right td.td01	{
	width:140px; padding:9px 0px 7px 10px; 
	background-color:#F2F2F2;
}

#conts_Box02_right td p	{
	width:70px; margin:5px 0px 0px 0px; padding:2px 2px; text-align:center;
	color:#FFF; background-color:#FF7BAC;
}
						
#conts_Box02_right td.td02	{
	width:420px; padding:9px 0px 7px 15px;
	background-color:#FFFFFF;
}

#conts_Box02_right td.td02 span	{
	color:#F15A24; font-weight:bold;
}





#conts_Box03_wrap {
	width:100%; padding:20px 0px 0px 0px;
	background:url(../img/w_bg.png) top center repeat-x;
}

#conts_Box03 {
	width:1000px; height:100%; margin:0px auto 0px auto; padding:0px 0px 55px 0px;
	text-align:center;
}

#conts_Box03 p.p01{
	margin:0px auto 10px auto; text-align:center;
	font-size:1.9rem; font-weight:bold; color:#F15A24;
}

#conts_Box03 p.p02{
	margin:15px auto 0px auto; line-height:150%;
	font-size:1.5rem; font-weight:bold; color:#DD437B;
}

#conts_Box03 p.p03{
	margin:10px 0px 0px 350px; line-height:150%;
	text-align:left; font-size:1.3rem; 
}

#conts_Box03_01 {
	width:590px; height:230px; margin:10px auto 0px auto;
	border-radius:0.6rem; background-color:#FFF;
}

#conts_Box03_01_left {
	float:left; width:234px; margin:20px 0px 0px 30px;
}

#conts_Box03_01_left table td {
	padding:5px 12px 2px 0px; text-align:right; font-size:1.5rem; font-weight:bold; color:#006837;
	border-bottom:#B3B3B3 2px solid;
}

#conts_Box03_01_left table td.td01 {
	width:170px;
}

#conts_Box03_01_left table td.td02 {
	width:96px;
}

#conts_Box03_01_right {
	float:right; width:246px; margin:20px 30px 0px 0px;
}

#conts_Box03_01_right p {
	 font-size:1.5rem; font-weight:bold; color:#DD437B;
}


#conts_Box04 {
	width:1000px; height:250px; margin:40px auto 90px auto;
}

#conts_Box04 p.p01{
	margin:0px auto; text-align:center;
	font-size:2.2rem; font-weight:bold; color:#F15A24;
}

#conts_Box04 p.p02{
	margin:10px auto 0px auto; text-align:center;
	font-size:2.2rem; font-weight:bold; line-height:150%;
}

#conts_Box04 ul {
	margin:45px 0px 0px 160px;		
}

#conts_Box04 ul li {
	float:left; width:210px; margin:0px 25px 0px 0px;
}

#conts_Box04_01 {
	width:220px; padding:20px 10px;
	border-radius:0.6rem;
	background-color:#3AB5E9;
	font-size:1.5rem; color:#FFFFFF;
	text-align:center; line-height:130%;
}

#conts_Box04 p {
	margin:0px 5px 0px 0px;
	font-size:1.4rem;
	text-align:right;
}

#conts_Box04_02 {
	width:220px; padding:10px 10px;
	border-radius:0.6rem;
	background-color:#59BB36;
	font-size:1.5rem; color:#FFFFFF;
	text-align:center; line-height:130%;
}

#conts_Box04_03 {
	width:220px; padding:10px 10px;
	border-radius:0.6rem;
	background-color:#F7931E;
	font-size:1.5rem; color:#FFFFFF;
	text-align:center; line-height:130%;
}


/* //////////////////////// フッター /////////////////////////////// */



#footer_info {
	width:600px; margin:20px auto;
}

#footer_info img {
	float:left; width:230px; margin:12px 0px 0px 0px;
}

#footer_info p {
	float:right; width:330px;
	text-align:center; line-height:150%;
}



/* etc　/////////////////////////////////////////////////////////////////////////////////////////// */

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size:　1.2rem;
}

#page-top a {
	background: #f27900;
	text-decoration: none;
	color: #ffffff;
	width: 75px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

#page-top a:hover {
	text-decoration: none;
	background: #f27900;
}







}


/* ################################################################################################ */
/* tablet                                                                                           */
/* ################################################################################################ */
@media only screen and (max-width: 900px) {

#wrapper {
	width:100%;
	overflow:hidden;
}


.tbHidden {
	display:none;
}




header {
	width:100%; height:320px; margin:0px auto 0px  auto;
	background:url(../img/header_bg.png) top left repeat-x;
}

#header_conts {
	width:100%; height:100%; margin:0px auto 0px auto;
	text-align:center;
}

#header_link {
	margin:4px auto 10px 0px; padding:4px 8px;
	border-radius:0.6rem;
	background-color:#3bb6ea;
	font-size:1.2rem; color:#FFFFFF;
	
}

#header_img {
	margin:5px 20px 20px 0px;
	text-align:center;
}

#header_img img {
	width:100%;
}


#header_txt {
	margin:-20px auto 0px auto;
	font-size:1.6rem; font-weight:bold; line-height:120%;
	color:#3b0709;
	text-align:center;
}



/* ↓ここから↓　/////////////////////////////////////////////////////////////////////////////////////////// */


#conts_Box01 {
	width:100%; height:200px; margin:30px auto 0px auto; padding:20px 0px 0px 0px;
}

#conts_Box01_01 {
	width:288px; margin:0px auto 0px auto; padding:10px 0px;
	border-radius:0.6rem;
	background-color:#59BB36;
	font-size:1.5rem; color:#FFFFFF;
	text-align:center;
}

#conts_Box01 p {
	font-size:1.5rem;
	text-align:center;
}

#conts_Box01_01 span {
	float:right; margin:0px 30px 0px 0px; line-height:130%;
	color:#FFFFFF;
}





#conts_Box02_wrap {
	width:100%; background-color:#FEFCD3;
}

#conts_Box02 {
	width:100%; height:100%; margin:0px auto; padding:30px 0px;
}

#conts_Box02 p.p01{
	width:95%;margin:0px auto; text-align:center;
	font-size:1.9rem; font-weight:bold; color:#F15A24;
}

#conts_Box02 p.p02{
	width:95%; margin:25px auto 0px auto;
	font-size:1.4rem; 
}

#conts_Box02_left {
	width:326px; height:100%; margin:30px auto 20px auto;
	text-align:center;
}

#conts_Box02_right {
	width:100%; height:100%; margin:30px auto 20px auto;
}

#conts_Box02_right table {
	border-collapse:collapse; margin:0px 20px 0px 20px;
}

#conts_Box02_right td {
	font-size:1.4rem; text-align:left; line-height:130%;
	border:#CCCCCC 1px solid; vertical-align:top;
	color:#1a1a1a;
}

#conts_Box02_right td.td01	{
	width:30%; padding:9px 0px 7px 10px; 
	background-color:#F2F2F2;
}

#conts_Box02_right td p	{
	width:100px; margin:5px 0px 0px 0px; padding:2px 2px; text-align:center;
	color:#FFF; background-color:#FF7BAC;
}
						
#conts_Box02_right td.td02	{
	width:70%; padding:9px 0px 7px 15px;
	background-color:#FFFFFF;
}

#conts_Box02_right td.td02 span	{
	color:#F15A24; font-weight:bold;
}






#conts_Box03_wrap {
	width:100%; padding:20px 0px 0px 0px;
	background:url(../img/w_bg.png) top center repeat;
}

#conts_Box03 {
	width:100%; margin:0px auto 0px auto; padding:0px 0px 55px 0px;
	text-align:center;
}

.imgW {
	width:80%;
}

#conts_Box03 p.p01{
	margin:0px auto 10px auto; text-align:center;
	font-size:1.9rem; font-weight:bold; color:#F15A24;
}

#conts_Box03 p.p02{
	margin:15px auto 0px auto; line-height:150%;
	font-size:1.5rem; font-weight:bold; color:#DD437B;
}

#conts_Box03 p.p03{
	margin:10px auto 0px auto; line-height:150%;
	text-align:center; font-size:1.3rem; 
}

#conts_Box03_01 {
	width:80%; margin:20px auto 0px auto;  padding:10px 0px;
	border-radius:0.6rem; background-color:#FFF;
}

#conts_Box03_01_left {
	margin:20px auto 0px auto;
}

#conts_Box03_01_left table {
	width:60%; margin:20px auto 0px auto; 
}

#conts_Box03_01_left table td {
	padding:5px 12px 2px 0px;
	text-align:right; font-size:1.5rem; font-weight:bold; color:#006837;
	border-bottom:#B3B3B3 2px solid;
}

#conts_Box03_01_left table td.td01 {
	width:70%;
}

#conts_Box03_01_left table td.td02 {
	width:30%;
}

#conts_Box03_01_right {
	width:246px; margin:20px auto 20px auto;
}

#conts_Box03_01_right p {
	 font-size:1.5rem; font-weight:bold; color:#DD437B;
}




#conts_Box04 {
	width:100%; margin:40px auto 90px auto;
}

#conts_Box04 p.p01{
	margin:0px auto; text-align:center;
	font-size:2.2rem; font-weight:bold; color:#F15A24;
}

#conts_Box04 p.p02{
	margin:10px auto 0px auto; text-align:center;
	font-size:2.2rem; font-weight:bold; line-height:150%;
}

#conts_Box04 ul {
	width:90%; margin:25px auto 0px auto;		
}

#conts_Box04 ul li {
	width:210px; margin:0px auto 20px auto;
	vertical-align:top; text-align:center;
}

#conts_Box04_01 {
	width:220px; padding:20px 10px;
	border-radius:0.6rem;
	background-color:#3AB5E9;
	font-size:1.5rem; color:#FFFFFF;
	text-align:center; line-height:130%;
}

#conts_Box04 p {
	margin:0px 5px 0px 0px;
	font-size:1.4rem;
	text-align:right;
}

#conts_Box04_02 {
	width:220px; padding:10px 10px;
	border-radius:0.6rem;
	background-color:#59BB36;
	font-size:1.5rem; color:#FFFFFF;
	text-align:center; line-height:130%;
}

#conts_Box04_03 {
	width:220px; padding:10px 10px;
	border-radius:0.6rem;
	background-color:#F7931E;
	font-size:1.5rem; color:#FFFFFF;
	text-align:center; line-height:130%;
}


/* etc　/////////////////////////////////////////////////////////////////////////////////////////// */

#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size:　1.2rem;
}

#page-top a {
	background:;
	text-decoration: none;
	color: #fff;
	width: 75px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

#page-top a:hover {
	text-decoration: none;
	background: #0079F2;
}








}





/* ################################################################################################ */
/* mobile                                                                                           */
/* ################################################################################################ */
@media only screen and (max-width: 480px) {

.mbHidden {
	display:none;
}

#wrapper {
	width:100%;
	overflow:hidden;
}


#info_text {
	display:none;
}


header {
	width:100%; height:220px; margin:0px auto 0px  auto;
	background:url(../img/header_bg.png) top left repeat-x;
}



#header_img {
	margin:5px 20px 20px 0px;
	text-align:center;
}

#header_txt {
	margin:0px auto 0px auto;
	font-size:1.4rem; line-height:120%; font-weight:normal;
	color:#3b0709;
	text-align:left;
}

/* ↓ここから↓　/////////////////////////////////////////////////////////////////////////////////////////// */


#conts_Box01 {
	width:100%; height:200px; margin:30px auto 0px auto; padding:20px 0px 0px 0px;
}

#conts_Box01_01 {
	width:288px; margin:0px auto 0px auto; padding:10px 0px;
	border-radius:0.6rem;
	background-color:#59BB36;
	font-size:1.5rem; color:#FFFFFF;
	text-align:center;
}

#conts_Box01 p {
	font-size:1.5rem;
	text-align:center;
}

#conts_Box01_01 span {
	float:right; margin:0px 30px 0px 0px; line-height:130%;
	color:#FFFFFF;
}



#conts_Box02_wrap {
	width:100%; background-color:#FEFCD3;
}

#conts_Box02 {
	width:100%; height:100%; margin:0px auto; padding:30px 0px;
}

#conts_Box02 p.p01{
	width:95%;margin:0px auto; text-align:center;
	font-size:1.9rem; font-weight:bold; color:#F15A24;
}

#conts_Box02 p.p02{
	width:95%; margin:25px auto 0px auto;
	font-size:1.4rem; 
}

#conts_Box02_left {
	width:326px; height:100%; margin:30px auto 20px auto;
	text-align:center;
}

#conts_Box02_right {
	width:100%; height:100%; margin:30px auto 20px auto;
}

#conts_Box02_right table {
	border-collapse:collapse; margin:0px 10px 0px 10px;
}

#conts_Box02_right td {
	font-size:1.4rem; text-align:left; line-height:130%;
	border:#CCCCCC 1px solid; vertical-align:top;
	color:#1a1a1a;
}

#conts_Box02_right td.td01	{
	width:30%; padding:9px 0px 7px 10px; 
	background-color:#F2F2F2;
}

#conts_Box02_right td p	{
	width:70px; margin:5px 0px 0px 0px; padding:2px 2px; text-align:center;
	color:#FFF; background-color:#FF7BAC;
}
						
#conts_Box02_right td.td02	{
	width:70%; padding:9px 0px 7px 15px;
	background-color:#FFFFFF;
}

#conts_Box02_right td.td02 span	{
	color:#F15A24; font-weight:bold;
}



#conts_Box03 p.p02{
	width:95%; margin:15px auto 0px auto; line-height:150%;
	text-align:left; font-size:1.5rem; font-weight:bold; color:#DD437B;
}

#conts_Box03 p.p03{
	width:95%; margin:10px auto 0px auto; line-height:150%;
	text-align:left; font-size:1.3rem; 
}

#conts_Box03_01_left table {
	width:90%; margin:20px auto 0px auto; 
}



/* etc　/////////////////////////////////////////////////////////////////////////////////////////// */

#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size:　1.2rem;
}

#page-top a {
	background: #f27900;
	text-decoration: none;
	color: #fff;
	width: 75px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

#page-top a:hover {
	text-decoration: none;
	background: #f27900;
}














}






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

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
       /* background: transparent !important;
        color: #000 !important;*/ /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    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;
    }
}
