@charset "UTF-8";


/* TEMPLATE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ High Resolution parts */
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){

}
/* TEMPLATE High Resolution parts end*/



/* INTERFACE */


body{
	-webkit-text-size-adjust:100%;
	margin:0;
	padding:0 0 0 0;
	background-color:#fff;
	color:#333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

a:link{
	color:#333;
}
a:visited{
	color:#333;
}
a:hover{
	color:#cd9efd;
}
a:active{
	color:#cd9efd;
}


body>footer{
	background-color:#f5f5f5;
}

body>footer small{
	display:block;
	padding:25px 0;
	background-color:#fff;
	text-align:center;
	font-family:Verdana,sans-serif;
}

/* ページTOPへ戻るボタン */
#page-top {
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: rgba(171, 170, 169, 0.8);
	color: #fff;
	font-size: 18px;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none;
	z-index: 100;
	outline: none;
	padding-top: 9px;
}

#page-top>span{
	display:inline-block;
	transform:rotate(-90deg) scale(.7, 1.2);
}


/* HOME */