@charset "utf-8";
/* CSS Document */

/*====================================================================
 reset styles
====================================================================*/
@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
embed,object {
	padding: 0;
	vertical-align: baseline;
	font-size: 100%;
	margin: 0;
	font-family: 'Open Sans',Meiryo, メイリオ, "游ゴシック体", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',  sans-serif;
	letter-spacing: .1em;
}
html {
	
}
body {
	color: #000;
}
* {
	margin:0px;
	padding:0px;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.5rem;
	font-weight: normal;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
p , li, dt, dd {
	font-size: 1rem;
	line-height: 1.7;
}
ul {
	list-style: none;
}
fieldset, img {
	border: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
}
table,th,td {
	padding: 0;
	font-size: 1.5rem;
	margin: 0;
}
tr {
	vertical-align: top;
}
caption, th {
	text-align:left;
}
input, button, select, textarea {-webkit-appearance: none;}
abbr, acronym {
	border: 0;
}
sup {
	vertical-align: 2px;
}
sub {
	vertical-align: bottom;
}
a:link,a:active,a:visited {
	text-decoration:none;
}
a:link {
	color:#000;
	text-decoration:underline;
}
a:visited {
	color:#000;
}
a:hover {
	color:#000;
	text-decoration: none;
}


/*====================================================================
 Common class
====================================================================*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	overflow: hidden;
}
.noMargin {
	margin-bottom:0px !important;
}
.x-smallMargin {
	margin-bottom:5px !important;
}
.smallMargin {
	margin-bottom:10px !important;
}
.middleMargin {
	margin-bottom:15px !important;
}
.normalMargin {
	margin-bottom:20px !important;
}
.semiLargeMargin {
	margin-bottom:25px !important;
}
.largeMargin {
	margin-bottom:30px !important;
}
.x-largeMargin {
	margin-bottom:40px !important;
}
.xx-largeMargin {
	margin-bottom:50px !important;
}
.xxx-largeMargin {
	margin-bottom:60px !important;
}
.xxxx-largeMargin {
	margin-bottom:70px !important;
}
.textXX-small {
	font-size: 0.7rem !important;
}
.textX-small {
	font-size: 0.8rem !important;
}
.textSmall {
	font-size: 0.9rem !important;
}
.textMiddle {
	font-size: 1rem !important;
}
.textLarge {
	font-size: 1.2rem !important;
	line-height: 1.5 !important;
}
.textX-large {
	font-size: 1.5rem !important;
	line-height: 1.5 !important;
}
.textXX-large {
	font-size: 1.7rem !important;
	line-height: 1.4 !important;
}
.textXXX-large {
	font-size: 2rem !important;
	line-height: 1.4 !important;
}
.textLeft {
	text-align: left !important;
}
.textCenter {
	text-align: center !important;
}
.textRight {
	text-align: right !important;
}
.textBold {
	font-weight: bold;
}
.textNormal {
	font-weight: normal;
}
.textCaution {
	padding-left: 1em;
	text-indent: -1em;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.marginLR {
	margin-left: auto;
	margin-right: auto;
}
.fadeimg {
}
ul.commonList {
	list-style: none;
	padding-left: 0;
}
ul.commonList li {
	padding-left: 25px;
	position: relative;
}
ul.commonList li:before {
	content: '';
	position: absolute;
	left: 8px;
	top: 0.5em;
	margin-top: 0px;
	width: 6px;
	height: 6px;
	background: #a091b9;
	border-radius: 50%;
}


/*====================================================================
 Layout styles
====================================================================*/

body {
}
.wrapper {
	width: 100%;
	min-height: 100vh;
}
header {
	width: 100%;
	height: 110px;
	border-top: 3px solid #0072B1;
	border-bottom: 1px solid #0072B1;
}
header .innerBlock {
	width: 1100px;
	margin: 10px auto 3px ;
}
header .innerBlock .logo {
	float: left;
	width: 294px;
}
header .innerBlock dl.contactBlock {
	float: right;
	width: 230px;
}
header .innerBlock dl.contactBlock dt {
	width: 230px;
	background: #00a0ea;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 2px 0 0;
}
header .innerBlock dl.contactBlock dd {
	width: 230px;
	height: 28px;
	color: #0074b1;
	font-size: 25px;
	font-weight: bold;
	line-height: 2rem;
	letter-spacing: 2px;
	padding-left: 23px;
	background: url(../images/common/ic_tel.png) no-repeat left bottom;
}

header .gnaviWrapper {
	width: 1100px;
	margin: 7px auto 2px;
}
header .gnaviWrapper ul.gnaviList {
	width: 1100px;
}
header .gnaviWrapper ul.gnaviList > li {
	display: block;
	float: left;
	position: relative;
}
header .gnaviWrapper ul.gnaviList > li > a {
	display: block;
	box-sizing: border-box;
	height:37px;
	width: 273px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin-right: 2px;
}
header .gnaviWrapper ul.gnaviList > li > a:hover,
header .gnaviWrapper ul.gnaviList > li > a:active,
header .gnaviWrapper ul.gnaviList > li.select > a{
	color: #0074B1;
	border-bottom: 3px solid #0074B1;
}
.h1Wrapper {
	width: 100%;
	background: #00a0ea;
	padding: 25px 0;
}
.h1Wrapper h1 {
	width: 1100px;
	color:#fff;
	font-size: 30px;
	font-weight: normal;
	margin: 0 auto;
}
section {
	width: 100%;
	height: auto;
}
section.mainSlide {
	overflow: hidden;
	height: auto;
	width: 100%;
	position: relative;
	min-width: 1100px;
}
.mainSlide .boxPanel {
	position: absolute;
	min-height: 10px;
	height: 500px;
}

.mainSlide .boxPanel a,
.mainSlide .boxPanel span {
	display: block;
	position: relative;
	left: 0;
	min-width: 1000px;
	width: 1000px;
	height: 500px;
}
.mainSlide .boxPanel #slide01 p.large {
	position: absolute;
	top: 20px;
	right: 25px;
	color: #fff;
	font-size: 30px;
	line-height: 1.5em;
	text-align: right;
	text-shadow: 2px 2px 3px #666;
}
.mainSlide .boxPanel #slide01 p.small {
	position: absolute;
	top: 130px;
	right: 25px;
	color: #fff;
	font-size: 15px;
	line-height: 1.6em;
	text-align: right;
	text-shadow: 2px 2px 3px #666;
}
.mainSlide .boxPanel #slide02 p.large {
	position: absolute;
	top: 20px;
	left: 25px;
	color: #fff;
	font-size: 30px;
	line-height: 1.5em;
	text-align: left;
	text-shadow: 2px 2px 3px #666;
}
.mainSlide .boxPanel #slide02 p.small {
	position: absolute;
	top: 130px;
	left: 25px;
	color: #fff;
	font-size: 15px;
	line-height: 1.6em;
	text-align: left;
	text-shadow: 2px 2px 3px #666;
}
.mainSlide .boxPanel #slide03 p.large {
	position: absolute;
	top: 260px;
	right: 25px;
	color: #fff;
	font-size: 30px;
	line-height: 1.5em;
	text-align: right;
	text-shadow: 2px 2px 3px #666;
}
.mainSlide .boxPanel #slide03 p.small {
	position: absolute;
	top: 370px;
	right: 25px;
	color: #fff;
	font-size: 15px;
	line-height: 1.6em;
	text-align: right;
	text-shadow: 2px 2px 3px #666;
}
.mainSlide .boxPanel #slide04 p.large {
	position: absolute;
	top: 260px;
	right: 25px;
	color: #fff;
	font-size: 30px;
	line-height: 1.5em;
	text-align: right;
	text-shadow: 2px 2px 3px #666;
}
.mainSlide .boxPanel #slide04 p.small {
	position: absolute;
	top: 370px;
	right: 25px;
	color: #fff;
	font-size: 15px;
	line-height: 1.6em;
	text-align: right;
	text-shadow: 2px 2px 3px #666;
}
.mainSlide .boxPanel #slide05 p.large {
	position: absolute;
	top: 260px;
	right: 25px;
	color: #fff;
	font-size: 30px;
	line-height: 1.5em;
	text-align: right;
	text-shadow: 2px 2px 3px #666;
}
.mainSlide .boxPanel #slide05 p.small {
	position: absolute;
	top: 370px;
	right: 25px;
	color: #fff;
	font-size: 15px;
	line-height: 1.6em;
	text-align: right;
	text-shadow: 2px 2px 3px #666;
}
.mainSlide .boxPanel #slide06 p.large {
	position: absolute;
	top: 20px;
	left: 25px;
	color: #fff;
	font-size: 30px;
	line-height: 1.5em;
	text-align: left;
	text-shadow: 2px 2px 3px #666;
}
.mainSlide .boxPanel #slide06 p.small {
	position: absolute;
	top: 130px;
	left: 25px;
	color: #fff;
	font-size: 15px;
	line-height: 1.6em;
	text-align: left;
	text-shadow: 2px 2px 3px #666;
}
.mainSlide .boxPanel #slide07 p.large {
	position: absolute;
	top: 260px;
	right: 25px;
	color: #fff;
	font-size: 30px;
	line-height: 1.5em;
	text-align: right;
	text-shadow: 2px 2px 3px #666;
}
.mainSlide .boxPanel #slide07 p.small {
	position: absolute;
	top: 370px;
	right: 25px;
	color: #fff;
	font-size: 15px;
	line-height: 1.6em;
	text-align: right;
	text-shadow: 2px 2px 3px #666;
}

.mainSlide .boxPanel.current {
	opacity: 1;
}
.mainSlide .boxPanel p {
	opacity: 0;
	transition-duration:2s;
}
.mainSlide .boxPanel.current p {
	opacity: 1;
}
.mainSlide .boxPanel.current a {
	cursor: pointer;
}
#slide01{
	background: url(../images/top/mainslide01.jpg) no-repeat top center;
}
#slide02{
	background: url(../images/top/mainslide02.jpg) no-repeat top center;
}
#slide03{
	background: url(../images/top/mainslide03.jpg) no-repeat top center;
}
#slide04{
	background: url(../images/top/mainslide04.jpg) no-repeat top center;
}
#slide05{
	background: url(../images/top/mainslide05.jpg) no-repeat top center;
}
#slide06{
	background: url(../images/top/mainslide06.jpg) no-repeat top center;
}
#slide07{
	background: url(../images/top/mainslide07.jpg) no-repeat top center;
}

/* slide other */
.mainSlide ul {
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	width: 100%;
	height: 500px;
}
.mainSlide .rotation {
	position: relative;
	width: 100% !important;
	min-width: 1000px;
	height: 500px;
	max-width: 1000px;
	margin: 0 auto;
}
.mainSlide .rotation, .boxPanel {
	width: 1000px !important;
}
.mainSlide .naviPrev {
	float: left;
}
.mainSlide .naviNext {
	float: right;
}
.mainSlide .slideNavi {
	display: block;
	margin-top: 10px;
	height: 10px;
	line-height:10px;
}
.mainSlide .selectBtn span {
	position: relative;
	z-index: 2;
	text-align: center;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	margin-left: 18px;
}
.mainSlide .selectBtn span:first-child {
	margin-left: 0;
}
.mainSlide .selectBtn span > a {
	display: block;
	width: 10px;
	height: 10px;
	background: #000;
	border-radius: 10px;
	text-decoration: none;
	vertical-align: middle;
}
.mainSlide .selectBtn span.current > a {
	background: #0072B1 ;
}
.mainSlide .selectBtn {
	padding: 20px 0 5px;
	text-align: center;
	width: 400px;
	margin: 0 auto;
}

section.mainSlide.jisseki {
	overflow: hidden;
	height: auto;
	width: 100%;
	position: relative;
	min-width: 1100px;
	margin-top: 30px;
}
.mainSlide.jisseki .boxPanel {
	position: absolute;
	min-height: 10px;
	height: 350px;
}

.mainSlide.jisseki .boxPanel a,
.mainSlide.jisseki .boxPanel span {
	display: block;
	position: relative;
	left: 0;
	min-width: 600px;
	width: 600px;
	height: 350px;
}
.mainSlide.jisseki .boxPanel {
	opacity: 1 !important;
}

#slide_jisseki01{
	background: url(../images/jisseki/ph01.jpg) no-repeat top center;
}
#slide_jisseki02{
	background: url(../images/jisseki/ph02.jpg) no-repeat top center;
}
#slide_jisseki03{
	background: url(../images/jisseki/ph03.jpg) no-repeat top center;
}
#slide_jisseki04{
	background: url(../images/jisseki/ph04.jpg) no-repeat top center;
}
#slide_jisseki05{
	background: url(../images/jisseki/ph05.jpg) no-repeat top center;
}
#slide_jisseki06{
	background: url(../images/jisseki/ph06.jpg) no-repeat top center;
}
#slide_jisseki07{
	background: url(../images/jisseki/ph07.jpg) no-repeat top center;
}
#slide_jisseki08{
	background: url(../images/jisseki/ph08.jpg) no-repeat top center;
}
#slide_jisseki09{
	background: url(../images/jisseki/ph09.jpg) no-repeat top center;
}
/* #slide_jisseki10{
	background: url(../images/jisseki/ph10.jpg) no-repeat top center;
}
#slide_jisseki11{
	background: url(../images/jisseki/ph11.jpg) no-repeat top center; 
}*/
/* slide other */
.mainSlide.jisseki ul {
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	width: 1100px ;
	height: 350px;
}
.mainSlide.jisseki .rotation {
	position: relative;
	width: 100% !important;
	min-width: 600px;
	height: 350px;
	max-width: 600px;
	margin: 0 auto;
}
.mainSlide.jisseki .rotation, .boxPanel {
	width: 600px !important;
}

.mainSlide.jisseki .selectBtn {
	padding: 20px 0 5px;
	text-align: center;
	width: 600px;
	margin: 0 auto;
}


section.whiteWrapper {
	background: #fff;
}
section.blueWrapper {
	background: #CCE3EF;
}
section.whiteWrapper .innerBlock, 
section.blueWrapper .innerBlock
{
	width: 1100px;
	height: auto;
	margin: 0 auto;
	padding: 50px 0 65px;
}
.appealBlock {
	width: 650px;
	margin: 0 auto 20px;
}
.appealBlock .flex-container {
	display: inline-flex;
	justify-content: space-between;
}
.appealBlock .flex-container div {
	background: url(../images/top/bg_light.png) no-repeat center center;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.9rem;
	text-align: center;
	padding: 20px 0 15px;
	margin-right: 70px;
}
.appealBlock .flex-container div:last-child {
	margin-right: 0px;
}
.mottoBlock {
	position: relative;
	width: 100%;
	height: 420px;
}
.mottoBlock .point01 {
	position: absolute;
	top:20px;
	left: 32%;
}
.mottoBlock .point02 {
	position: absolute;
	top:20px;
	right: 32%;
}
.mottoBlock .point03 {
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -80px;
}
.mottoBlock .text01 {
	position: absolute;
	top: 100px;
	left: 0;
}
.mottoBlock .text02 {
	position: absolute;
	top: 10px;
	right: 0;
}
.mottoBlock .text03 {
	position: absolute;
	top: 290px;
	right: 100px;
}
.mottoBlock .line01 {
    position: absolute;
    width: 357px;
    height: 45px;
    left: 0px;
    top: 45px;
}
.mottoBlock .line01 .line_a {
    position: absolute;
    width: 85%;
    height: 1px;
    background: #0072B1;
    left: 0;
    top: 100%;
    transform: rotate(0deg);
    transform-origin: right bottom;
}
.mottoBlock .line01 .line_b {
    position: absolute;
    width: 15%;
    height: 1px;
    background: #0072B1;
    right: 0;
    top: 100%;
    transform: rotate(-22deg);
    transform-origin: left bottom;
}
.mottoBlock .line02 {
    position: absolute;
    width: 388px;
    height: 70px;
    right: 0px;
    top: 0px;
}
.mottoBlock .line02 .line_a {
    position: absolute;
    width: 14%;
    height: 1px;
    background: #0072B1;
    left: 0;
    top: 0%;
    transform: rotate(-45deg);
    transform-origin: right bottom;
}
.mottoBlock .line02 .line_b {
    position: absolute;
    width: 86%;
    height: 1px;
    background: #0072B1;
    right: 0;
    top: 0%;
    transform: rotate(0deg);
    transform-origin: left bottom;
}
.mottoBlock .line03 {
    position: absolute;
    width: 383px;
    height: 50px;
    right: 100px;
    top: 230px;
}
.mottoBlock .line03 .line_a {
    position: absolute;
    width: 14%;
    height: 1px;
    background: #0072B1;
    left: 0;
    top: 100%;
    transform: rotate(25deg);
    transform-origin: right bottom;
}
.mottoBlock .line03 .line_b {
    position: absolute;
    width: 86%;
    height: 1px;
    background: #0072B1;
    right: 0;
    top: 100%;
    transform: rotate(0deg);
    transform-origin: left bottom;
}
.mottoBlock .circle {
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	color: #0072B1;
	border: 2px solid #0072B1;
}
.mottoBlock .circle:before {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: -6px;
    border: solid 1px #0072B1;
	border-radius: 50%;
    width: 156px;
    padding-bottom: 10px;
    min-height: 100%;
    z-index: 10;
}
.mottoBlock .circle p {
	position: relative;
	top:55%;
	transform: translateY(-50%);
	text-align: center;
	font-size: 50px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	line-height: 2.4rem;
}
.mottoBlock .circle p > span {
	display: block;
	font-size: 18px;
	font-family: 'Open Sans',"游ゴシック体", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	letter-spacing: 2px;
}
.mottoBlock dl {
	color: #0072B1;
	width: 320px;
	margin-bottom: 15px;
}
.mottoBlock dt {
	display: block;
	width: 15%;
	font-size: 1rem;
	clear: left;
	float: left;
}
.mottoBlock dd {
	display: block;
	width: 85%;
	float: left;
	font-size: 0.85rem;
}
.mottoBlock dl ul {
	font-size: 0.85rem;
}
.mottoBlock dl ul li {
	font-size: 0.85rem;
	text-indent: 8px;
}
.mottoBlock dl ul li:before {
	content: '';
	width: 4px;
	height: 4px;
	display: inline-block;
	border-radius: 100%;
	background: #0072B1;
	position: relative;
	left: -5px;
	top: -3px;
}
.btn2colWrapper {
	margin: 0 auto;
	width: 680px;
}
h2.top {
	width: 305px;
	font-size: 2rem;
	font-weight: bold;
	background: linear-gradient(transparent 40%, #FCEE21 40%);
	margin-bottom: 45px;
	letter-spacing: .05rem;
}
h2.plane {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.86rem;
	margin-bottom: 30px;
}
h2.plane span {
	color:#0072B1;
	font-size: 0.85rem;
	display: block;
	letter-spacing: 0;
}
h3.plane {
	position: relative;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
h3.plane::after {
    position: absolute;
    top: 38px;
    left: 50%;
    content: '';
    width: 40px;
    height: 2px;
    margin-left: -20px;
    background-color: #0072B1;
}
section h2 {
	text-align: center;
}
table.w800 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.6rem;
	margin: 0 auto;
	border-radius: 6px;
}
table.w800 th {
	width: 220px;
	padding: 10px;
	font-size: 1rem;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
	background: #efefef;
}
table.w800 td {
	width: 600px;
	font-size: 1rem;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}
dl.gaiyou {
	width: 500px;
	margin: 0 auto;
}
dl.gaiyou dt {
	display: block;
	width: 80%;
	font-size: 1rem;
	margin-bottom: 5px;
	clear: left;
	float: left;
}
dl.gaiyou dd {
	display: block;
	width: 20%;
	margin-bottom: 5px;
	float: left;
	font-size: 1rem;
}
dl.jisseki {
	width: 760px;
	margin: 0 auto;
}
dl.jisseki dt {
	display: block;
	width: 18%;
	font-size: 1rem;
	margin-bottom: 5px;
	clear: left;
	float: left;
}
dl.jisseki dd {
	display: block;
	width: 82%;
	margin-bottom: 5px;
	float: left;
	font-size: 1rem;
	line-height: 1.4rem;
}
.button {
	position: relative;
	display: block;
	width: 250px;
	height: 54px;
	background-color: #0072B1;
	color: #fff !important;
	text-align: center;
	text-decoration: none  !important;
	line-height: 54px;
	outline: none;
	overflow: hidden;
	transition: all .3s;
}
.button:hover {
	background-color: #333;
}
.button::before{
	position: absolute;
	content: '';
	top: 50%;
	right: 20px;
	width: 40px;
	height: 40px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -20px;
	z-index: 10;
	transition: all .2s;
}
.button:hover::before {
	right: 15px;
}
#pankuzu {
	position: relative;
	width: 1100px;
	padding: 6px 0;
	margin: 0 auto;
}
#pankuzu li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding-right: 22px;
    margin-right: 8px;
    position: relative;
    font-size: 0.8rem;
}
#pankuzu li:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border: solid 2px #0072B1;
    border-bottom: 0;
    border-left: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 2px;
    top: 0.5rem;
    margin-top: 0px;
}
#pankuzu li.current, #pankuzu li:last-child {
    padding-right: 0;
    margin-right: 0;
}
#pankuzu li:last-child:after {
	border:none;
}
footer h2 {
	font-size: 0.9em;
	text-align: left;
}
footer {
	width: 100%;
	height: auto;
}
footer .mapBlock {
	width: 50%;
	height: 400px;
	float: left;
}
footer .contactBlock {
	width: 50%;
	height: 400px;
	float: right;
	display: flex;
	align-items: center;
}
footer .contactBlock .textBox {
	margin-left: 60px;
	width: 490px;
}
footer .copyrignt {
	width: 100%;
	height: 30px;
	background: #0072B1;
}
footer .copyrignt p{
	color: #fff;
	text-align: center;
	font-size: 0.7rem;
	line-height: 2.6em;
}
.pagetop {
	position:fixed;
	right: 0;
	bottom: 31px;
	background:  #0072B1;
}
.pagetop a {
	display: block;
	writing-mode: vertical-rl;
	writing-mode: tb-rl; /*IE*/
	color: #fff !important;
	font-size: 0.85rem;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	padding: 20px 10px 20px;
	transition: all .3s;
	max-height: 200px;
	width: 36px;
}
.pagetop a:hover {
	background-color: #333;
}
