@charset "UTF-8";

* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}

html,body{
	width: 450px;
	height: 100%; 
    margin: 0 auto;  
	font-family:"ＭＳ Ｐゴシック",sans-serif;
	background-color:  rgba(228,243,247,1);
	background-image:url(../img/hana_banner_bottom_w.png);
	background-position: center bottom;
	background-repeat: repeat-x; 
	background-attachment: fixed; 
}
a {
	color:#09F;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
a:hover {
	color:#F00;
}
hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
h1{
	text-align: center; 
}

#menu{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

h2{
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
	color: #00a6bd;
}

form{
	padding: 10px;
    text-align: center; 
}

img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:450px;
} 
#detail {
	padding: 20px 0;
	line-height: 1.4em;
	font-size: 13px;
}
.center{
	width:95%;
	margin:0 auto;
}
.left{
	float:left;
	width:45%
}
.right{
	float:right;
	width:55%
}
.end{
	clear:both;
}
.button {
	font-size:16px;
	width:200px;
	text-align: center;
	border-radius: 4px;
	margin: 20px auto;
	position: relative;
	z-index: 2;
	background-color: rgba(255,255,255, .5);
	border: 2px solid rgba(255,190,255, .5);
	line-height: 50px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    -o-border-radius: 80px;
    -ms-border-radius: 80px;
    transiton:all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.button:hover {
	background-color:rgba(255,224,255, 1);
	border-color:  2px solid rgba(255,190,255, 1);
	color: #59b1eb;
	animation: inout 0.9s;
    animation-iteration-count: infinite;
    -webkit-animation: inout 0.9s; 
    -webkit-animation-iteration-count: infinite;
}