@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	}
ul{list-style-type:none}
#btn-sbm{height:30px; font-size:12px!important}
#btn-sbm li{ display:inline-block}
body{
	background:#00b3e6;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.5em;
	}
#wrapper{width:620px; margin:0 auto; padding:10px 30px 30px;}
#close_btn{
	display:block;
	width:174px;
	height:53px;
	margin:0 auto;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	background:#007ecf;
	padding-left:43px;
	padding-top:20px;
	}
#txt_box{
	width:560px;
	height:225px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	background:#FFF;
	padding:20px;
	margin-bottom:20px;
	}

#txt_box #txt_box_inner{
	overflow:auto;
	height:100%;
	}
#header{margin-bottom:20px;}

.e_tit2{color:#00b3e6; font-weight:bold}