@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	width: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container {
	width: 100%;
	/* [disabled]margin: 0px; */
	/* [disabled]padding: 0px; */
}

#header {
	width: 969px;
	margin-right: auto;
	margin-left: auto;
}
#dl {
	width: 90%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#header_box {
	width: auto;
	height: 322px;
}
#DL_box img {
}

#info_point {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#point {
	background-image: url(../image/6point_top.png);
	background-size: 98%;
	background-repeat: no-repeat;
	padding-top: 54px;
	width: 100%;
}
#point p {
	font-size: 13px;
	color: #000;
}
#point .point_box1 {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#
#DL_box {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../images/dl_sikata.png);
	background-repeat: no-repeat;
	height: 159px;
	width: 660px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-top: 10px;
	padding-left: 10px;
}
#dl .dl_1 {
	height: auto;
	width: 95%;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #FFF;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 5px;
	/* [disabled]border-right-width: 5px; */
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FF99CC;
	border-bottom-color: #FF99CC;
	border-left-color: #FF99CC;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FF99CC;
}
#dl .dl_1 img {
	margin-bottom: 10px;
}



#dl h2  {
	padding: 0px;
	clip: rect(auto,auto,auto,-10px);
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#dl  p {
	font-size: 80%;
	text-align: left;
	line-height: 100%;
}


#dl .dl_3 {
	height: auto;
	width: 80%;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #FFF;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 5px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FF99CC;
	border-bottom-color: #FF99CC;
	border-left-color: #FF99CC;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FF99CC;
	margin-right: 5%;
	margin-left: 5%;
}
#dl .dl_3 img {
	float: left;
	margin-right: 10px;
}
#dl .dl_3 p {
	float: left;
	margin: 0px;
}

#download {
	border: 1px solid #39F;
	border-radius: 5px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background: rgb(169,228,247); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(169,228,247,1) 0%, rgba(15,180,231,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,228,247,1)), color-stop(100%,rgba(15,180,231,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(169,228,247,1) 0%,rgba(15,180,231,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(169,228,247,1) 0%,rgba(15,180,231,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(169,228,247,1) 0%,rgba(15,180,231,1) 100%); /* IE10+ */






filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(169,228,247,1) 0%,rgba(15,180,231,1) 100%); /* W3C */
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 90%;
	clear: both;

}
#download a {
	display: block;
	text-decoration: none;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFF;
	-webkit-tap-highlight-color:rgba(255,0,0,0.40);
}

.no {
	border: 1px solid #333;
	border-radius: 5px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background: rgb(206,220,231); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(206,220,231,1) 0%, rgba(89,106,114,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,220,231,1)), color-stop(100%,rgba(89,106,114,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* IE10+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* W3C */
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 90%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
.no {
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;
}

.4  {
	float: left;
	width: 443px;
	text-align: left;
	clear: both;
}
.5  {
	float: right;
	width: 443px;
	text-align: right;
}

#dl #toTop a img {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#dl #toTop {
	text-align: center;
}

h2  {
	margin: 0px;
	padding: 0px;
}
#free_box {
	background-size: 100%;
	width: 90%;
	margin-right: auto;
	margin-left: auto;

}
.genre_box h3 {
	margin-right: 5%;
	margin-left: 5%;
	width: 90%;
	margin-top: 10px;
}
.genre_box img {
	margin-bottom: 10px;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}
.Information {
	text-align: right;
	clear: both;
	margin-top: 20px;

}
.Information img {
	margin-right: 10px;

}
.Information p {
	float: right;
	font-size: 10px;
}
#footer .copyright {
	font-size: 10px;
	text-align: center;
	clear: both;
}
#affili a img {
	float: right;
}
#affili {
	margin-bottom: 20px;
	height: 40px;
}
#affili .text {
	float: right;
	text-align: right;
	margin-right: 10px;
}
#affili p {
	font-size: 12px;
	margin: 0px;
}


#affili h2 {
	font-size: 13px;
	margin-right: 10px;
}
.dl_1 table {
	font-size: 80%;
}
#footer {
	clear: both;
	font-size: 10px;
	margin-top: 10px;
}
#footer .copyright {
	text-align: center;
	clear: both;
	margin-bottom: 10px;
}
#footer .navi ul {
	list-style-type: none;
	width: 210px;
	margin-right: auto;
	margin-left: auto;
}

#footer .navi ul li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	padding-right: 10px;
	padding-left: 10px;
}
#footer .navi ul li:last-child {
	border-right: none
	

}#footer .navi {
	width: 100%;
	margin-bottom: 10px;
	height: 15px;
}
#footer .navi ul li a {
	text-decoration: none;
}
td {
	vertical-align:top;
	text-align: left;	
}
#ninsyou h3 {
	text-align: center;
	border: 2px solid #F36;
	width: 80%;
	margin-right: 7%;
	margin-left: 7%;
	padding: 10px;
	font-size: 100%;
	color: #F36;
	margin-bottom: 20px;
}

#ninsyou .text {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	font-size: 80%;
	line-height: 100%;
}
#ninsyou {
	margin-top: 20px;
}

/* iPhone */
#dl .dl_i {
	height: auto;
	width: 96%;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #FFF;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 5px;
	margin-right: 0px;
	margin-left: 0px;
	border: 5px solid #168AFF;
}
#dl .dl_i img {
	margin-bottom: 10px;
}
.dl_i table {
	font-size: 80%;
}
