/* CSS Document */
body{
	font-size:13px;
	line-height:1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
strong{
	font-weight:bold;
}
#main_title{
	text-align:center;
	padding:50px 0;
	margin:0 auto;
	width:100%;
	max-width:320px;
}
#main_title img{
	width:100%;
	height:auto;
}

#pass_maker{
	background:url(../images/bg.gif) no-repeat center top;
	background-size:contain;
	width:100%;
	max-width:320px;
	height:auto;
	padding:1px 0 0 0;
	margin:0 auto 20px auto;
}
#password{
	background:#000;
	width:80%;
	padding:9% 0;
	margin:46% auto 0 auto;
	color:#0F0;
	text-align:center;
}
.customSelect{
	color:#fff;
	background:#000 url(../images/arrow.gif) no-repeat 95% center;
	background-size:15px;
	text-align:left;
	border:5px solid #F30;
	border-radius:10px;
	padding:10px 210px 10px 10px;
}
.customSelect option{
	width:100%;
}
#length_block{
	font-size:18px;
	text-align:center;
}
#button{
	text-align:center;
	width:100%;
	padding:8% 0 8% 0;
}
#button img{
	cursor:pointer;
	width:40%;
	height:auto;
}

#jqueryShare01{
	text-align:center;
	padding:30px 0 0 0;
}

.about{
	margin:30px auto 0 auto;
	padding:0 20px;
	max-width:500px;
	line-height:1.5;
}
.about h1{
	margin:0 0 1em 0;
	padding:0 0 10px 0;
	font-size:20px;
	font-weight:bold;
	border-bottom:2px dotted #F30;
}
.about li{
	list-style:inside disc;
	margin-bottom:1em;
}
.about ul{
	margin-bottom:30px;
}
.about p{
	margin:0 0 1em 0;
	line-height:1.5;
}
.caution{
	color:#f00;
}
#donation{
	border:1px solid #ddd;
	padding:15px;
	border-radius:10px;
}

footer{
	text-align:center;
	padding:30px 0 10px 0;
}
