@charset "UTF-8";
/* CSS Document */


*{
	margin:0;
	padding:0;
}
body {
	margin: 0px 20px 20px 20px;
	padding: 0;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', "sans-serif";
}
#wrapper {
	margin: 0;
	padding: 0;
	text-align: left;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: none;
}
p {
	margin: 0;
	padding: 0;
}
.page-title{
	width:780px;
	font-size: 15px;
	line-height: 150%;
	color: #000000;
	padding: 20px 0 5px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-weight: bold;
	border-bottom: 1px solid #666666;
	margin-bottom:20px;
}
.side-a{
	float:left;
	width:350px;
	margin:0 20px 20px 0;
}
.side-b{
	float:left;
	width:350px;
	margin:0 0 20px 0;
}

.small {
	font-size: 10px;
	line-height: 150%;
	color: #000000;
	padding: 7px 0 0 0;
}

.close-box {
	width: 100%;
	text-align: center;
	padding:50px 0 50px 0;
}



/* 注意事項 */
.attention{
	width:720px;
	margin:0 0 30px 0;
	padding:20px;
	color:#333;
	background:#efefef;
}
.attention .tit{
	font-size:14px;
	margin-bottom:10px;
}
.attention ul li{
	list-style:none;
}

/* 説明テーブル */
.tbl01{
	border-top:1px solid #CCCCCC;
}
.tbl01 th{
    background-color: #DCDCDC;
    color: #333333;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',"sans-serif";
    font-size: 12px;
    font-weight: normal;
    line-height: 150%;
    margin: 0;
    padding: 7px 15px;
    text-align: center;
}
.tbl01 th.tops{
	border-bottom:1px solid #FFF;
}
.tbl01 td.txt01{
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-spacing: 0;
    color: #444444;
    font-size: 12px;
    line-height: 150%;
    margin: 0;
    padding: 7px 10px;
    text-align: center;
}
.tbl01 td.txt02{
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-spacing: 0;
    color: #444444;
    font-size: 12px;
    line-height: 150%;
    margin: 0;
    padding: 7px 10px;
    text-align: left;
}