@charset "UTF-8";

/*common*/

body
{
	color: #fff;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
	background: url("../images/bg2.gif") fixed;
}
a:link {
	text-decoration: none;
	color: #f30;
}

a:visited {
	text-decoration: none;
	color: #f30;
}

a:hover {
	text-decoration: none;
	color: #F90;
}


/*PC--------------------------------------------------------------------------------------*/

/*navi*/

#mobile-navi-wrap
{
	display: none;
}
.navi-toggle
{
	display: none;
}

#wrap
{
	max-width: 420px;
	width: 100%;
	margin: 0 auto;
	padding: 2rem 10px;
	box-sizing: border-box;
}
h1
{
	font-size: 1.2em;
	background: #d40056;
	padding: 0.5em;
	margin-bottom: 2rem;
}
dl
{
	margin-bottom: 1rem;
}
dt
{
	font-size: 1.2em;
	background: #d40056;
	padding: 0.5em;
}
dd
{
	font-size: 1.2em;
	padding: 0.5em;
}
.profile-pic
{
	width: 200px;
	margin: 0 auto 2rem auto;
}
.return
{
	width: 92px;
	margin: 0 auto 2rem auto;
}
.copyright
{
	text-align: center;
}
.link-btn a
{
	display: block;
	overflow: hidden;
	padding: 0.5em;
	box-sizing: border-box;
	background: #fff;
	color: #333;text-align: center;
	border-radius: 40px;
	font-weight: bold;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
.link-btn a:hover
{
	background: #fc0;
}

/*pagetop*/

#page-top
{
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
}
#page-top a
{
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
#page-top a:hover
{
	opacity: 0.7;
}
#page-top img
{
	width: 100%;
}

/*RESPONSIV--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 860px) {
	
}


/*MOBILE--------------------------------------------------------------------------------------*/

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

	
}

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

body
{
	color: #fff;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
	background: url("../images/bg2.gif") fixed;
	background-size: 8px 8px;
}

	
}


