@charset "utf-8";


/*================================================
base
================================================*/

html {
	width: 100%;
	overflow-y: scroll;
	background:#ccc url(../img/bg_main.jpg) repeat fixed 0 0;  
}


body {
	position: relative;
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	color:#101131;
	-webkit-text-stroke: 0.2px #101131;
	text-align:center;
	font-family:Poiret One, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size:13px;
	-webkit-text-size-adjust: 100%;
	line-height:1.8;
	letter-spacing:0.06em;
}

a {
	color:#0E98CE;
	text-decoration: none; 
	outline : none;
	border:none;
	-webkit-text-stroke: 0.1px #0E98CE;
}
a:hover {
	opacity:0.8;
}

a:focus{
	outline: none;
	border:none;
}

div img{
	margin-top:20px;
}


h1 img{
	max-width:340px;
}


h2 {
	margin:0 0 10px;
	padding:0;
	line-height:70px;
	text-align:center;
	font-size:200%;
	letter-spacing: 0.4em;
	overflow: hidden;
	position:relative;
}

h2:before {
	content: "";
	position: absolute;
	top: 1px;
	left: -30px;
	width: 1px;
	height: 1em;
	background: #a89c9f;
}

h3 {
	margin:30px 0 0;
	font-weight:bold;
	letter-spacing: 0.4em;
	overflow: hidden;
	position:relative;
}


h3:before {
	content: "[";
	height: 1em;
    width: 1em;
}

h3:after {
	content: "]";
	height: 1em;
    width: 1em;
}

p,ul,dl,table{
	margin:20px 0 0;
}

ul {
	overflow: hidden;
}

ul li {
    display: block;
	position: relative;
	margin-top:10px;
    padding: 0;	
	overflow: hidden;
}

ul li img{
	margin-top:0;
}

strong { font-weight:bold;}

small { letter-spacing:0.5em;}



/*================================================
contents
================================================*/

header {
	background:url(../img/400_01.jpg) no-repeat 50% 50%;
	width:400px;
	height:400px;
	border-radius:400px;
	margin:0 auto;
}

footer {
}

address {
	background:url(../img/line.svgz) no-repeat 50% 100%;
	padding-bottom:30px;
}

div{
	padding:100px 10px;
	overflow: hidden;
	position: relative;
}

div.odd{
	background:#ccc url(../img/bg_sub.jpg) repeat fixed 0 0;
}

#movetop{
	padding:0;
}

#movetop a{
	background:#595e6b url(../img/movetop.svgz) no-repeat 50% 50%;
	width:50px;
	height:50px;
	display:none;
	padding:0;
	position:fixed;
	right:20px;
	bottom:20px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	border-radius:5px;
}

#movetop a:hover{
   background:#fae45c url(../img/movetop.svgz) no-repeat 50% 50%;
}

@media screen and (max-width: 640px){
	
body {font-size:12px;}
div {padding:50px 10px;}

#movetop{
	display:none;
}

}

@media screen and (max-width: 440px){
	
h1 img{
	width:80%;
}
header {
	width:80%;
	height:80%;
	border-radius:400px;
}

}