﻿@charset "UTF-8";
/* CSS Document */

h1{
	background-image:url(../img/h-bg.jpg);
	text-shadow:2px 3px 2px #6F6F6F;
}


.backnumber {
	overflow: hidden;
	width: 240px;
	float:right;
	margin-bottom:10px;
}


.backnumber select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background-color:rgba(255,255,255,0.2);
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.backnumber select::-ms-expand {
    display: none;
}
.backnumber.sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background-color:rgba(255,255,255,0.2);
}
.backnumber.sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.backnumber.sl01:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}
.backnumber.sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

.back-text {
   text-align:right;
}

.one-columns h4 {
     position: relative;
     padding-bottom: 0.3em;
     border-bottom: 4px solid #DDD;
     font-size:20px;
     font-weight:bold;
	 margin-top:60px;
     margin-bottom:15px;
}
.one-columns h4::after {
     position: absolute;
     content: " ";
     border-bottom: solid 4px #E5002D;
     bottom: -4px;
     width:6.5%;
     display: block;
}


.pdfBtn{
	width:calc(100% - 64px - 3.2em);
	display:inline-block;
	background-color:#eee;
	background-image:url(img/pdf-icon.png);
	background-repeat:no-repeat;
	background-size:32px;
	background-position:left 20px center;
	font-size:16px;
	font-weight:normal;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	margin-top:20px;
	margin-bottom:8px;
	padding:1.0em 1.6em;
	padding-left:64px;
}


.pdfBtn:link{
	color:#333;
	text-decoration: none;
}
.pdfBtn:visited {
	color:#333;
	text-decoration: none;
}
.pdfBtn:hover{
	color: #333;
	text-decoration: underline;
}
.pdfBtn:active {
	color:#333;
	text-decoration: none;
}

.notes{
    margin-top: 20px;
	font-size:14px;	
}

p a{
	line-height: 2.1;
}


@media (max-width: 768px){
.backnumber{
	margin-top:50px;
	float: right;
}

.one-columns h4 {
	font-size:16px;
	margin-top:30px;
}

.pdfBtn{
	width:calc(94% - 56px);
	background-size:24px;
	margin-top:8px;
	padding:1.0em 6% 1.0em 56px;
}

.notes{
	font-size:12px;	
}
}


@media only screen and (max-width: 425px) {
.pdfBtn:link {
	font-size: 1.0em;
	line-height: 1.2;
}
}
