@charset "utf-8";

body {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffebf0+0,ff8f9b+100 */
background: rgb(255,235,240); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,235,240,1) 0%, rgba(255,143,155,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,235,240,1) 0%,rgba(255,143,155,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,235,240,1) 0%,rgba(255,143,155,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffebf0', endColorstr='#ff8f9b',GradientType=0 ); /* IE6-9 */
	color: #000000;
	font-family: ArialMT,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
	line-height: 1;
	width: 100%;
}

a:link {
	color: #ff1493;
	text-decoration: none;
}
a:visited {
	color: #0088cc;
	text-decoration: none;
}

/***********************************************/

.main {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height:1.4;
	font-size:14px;
	overflow: hidden;
	background: url(../img/bg.png) 0 0 repeat ;
	background-size:100%;
}

.top{
	position:relative;
	text-align: center;
}

.top p{
	margin:20px 10px;
	text-align:center;
}

.social {
	position: fixed;
	top: 0;
	right: 0;
	text-align: right;
	padding:5px 0 0;
	z-index: 1;
	width:100%;
	background: rgba(255,255,255,0.5) url(../img/bg_social.png) 0 0 no-repeat ;
	background-size:auto 100%;
}

.social p {
	display: inline;
	margin: auto 2px;
}


.text{
	margin:20px 10px;
	padding:10px 10px 15px;
	text-align: left;
	background: rgba(255,255,255,0.5);
	border-radius:10px;
	font-size:12px;
}

.text p{
	margin:0 10px 10px;
	text-align:center;
}


/***********************************************/
footer {
	margin:0;
	padding: 20px 0 0;
}

footer p {
	text-align: center;
	margin: 0px 0 10px;
}

footer p img {
	margin: 0 10px;
	vertical-align:middle;
}

.pagetop{
	position:fixed;
	bottom:0;
	right:10px;
	opacity:0.8;
	text-align:right;
}

#CopyRight {
    color: #fff;
    font-size: 9px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

/***********************************************/