@charset "utf-8";
body {
	line-height: 1;
	font-size: 1em;
	font-family: Helvetica,Arial,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','モリサワ 新ゴ R','Droid Sans',メイリオ,'sans-serif';


}

#container {
	background-image: url(../image/bg-c06.gif);

}
.main {
	max-width: 500px;
	min-width: 320px;
	/*max-height: 890px;*/
	margin-left: auto;
	margin-right: auto;
}


.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.box {
	color: #000;
	font-size: 1.1em;
	line-height: 1.4em;
	background-color: #FFF;
	margin: 3px;
	border: 1px solid #FFCCFF;
	padding: 7px;
}
ul li{
	list-style-type: none;
	}

.ps{
	font-size: 70%;
	text-align:center;
	margin-bottom: 5px;
	}
.pm{
	font-size: 110%;
	line-height: 1.3em;
	
	}
.mg{
	margin:10px;
	
	}
/* サムネイルつき1列リスト */
.list1 ul{
	/* [disabled]border-bottom: 1px solid #ccc; */
	list-style-type: none;
 }
 .list1 ul li{
	height: auto;




	border: 1px solid
#;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/* [disabled]background-image: url(../image/bg_c05.png); */
	background-size: 15px;
	/* [disabled]background-repeat: repeat-x; */
	/* [disabled]background-position: top; */
 }
 .list1 ul li a{
	color: #EA68A2;
	display: block;
	height: auto;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	text-decoration: none;
	/* [disabled]background-image: url(../image/list_mark1.png); */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: 100% 50%; */
	padding: 0;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0;
 }
 
 .list1 ul li a strong{
	color: #FF66FF;
	display: block;
	font-weight: bold;
	padding-top: 7px;
	text-shadow: 1px 1px 1px #333;
	font-size: 1.2em;
	margin-bottom: 5px;
	text-align: center;
 }
 
 /* サムネイルつき矢印リスト２列 */
.list2 {

 
 }
 .list2:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 }
 .list2 ul{
	
	list-style: none;
	margin: 10px;
	-webkit-box-shadow: 0 0 5px 0 #333; /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 5px 0 #333; /* Firefox用 */
  box-shadow: 0 0 5px 0 #333; /* CSS3 */
 }
 .list2 ul li{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
	background: linear-gradient(#fff, #f0f0f0);
	height: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EA68A2;
	border-bottom-color: #EA68A2;
	border-left-color: #EA68A2;
 }
 
 .list2 ul li:nth-child(odd) {
 float: left;
 width: 50%;
 }
.half {
	float: left;
	width: 50%;

	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCC), to(#999));
	background: linear-gradient(#FFF, #999);
 }

 .a2 {
	color: #FFF;
	/*	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;*/
	font-size: 16px;
	background: #b7deed; /* Old browsers */
	background: -moz-linear-gradient(top,  #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7deed), color-stop(50%,#71ceef), color-stop(51%,#21b4e2), color-stop(100%,#b7deed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); /* Opera 11.10+ */
	/* [disabled]background: -ms-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); */ /* IE10+ */
	/* [disabled]background: linear-gradient(to bottom,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); */ /* W3C */


filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=0 ); /* IE6-9 */
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	
}
 .list2 ul li a{
	color: #666;
	display: block;
	height: 100px;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	text-decoration: none;
	background-image: url(../image/list_mark1.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;

 }
 .list2 ul li a strong{
	display: block;
	padding-top: 20px;
	font-size: 0.8em;
	text-align: center;
	color: #333;
 }
 .list2 ul li img{
	float: left;
	height: 100px;
	/* [disabled]width: 70px; */
	margin-right: 5px;
 }
.sp {
	color: #FFF;
	font-size: 16px; /* Old browsers */
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	background-color: #000;
	/* [disabled]background-image: url(../image/c01title_bg.jpg); */
	background-repeat: repeat-x;
	background-position: bottom;
}
.title {
	background-color: #CCC;
	padding: 10px;
}
.a {
	color: #000;
	font-size: 17px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	background-color: #FFCC33;
}
.r {
	text-align: right;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCC), to(#e5e5e5));
	background: linear-gradient(#FFF, #e5e5e5);
	border: 1px solid #EA68A2;


}


.r a {
	background-image: url(../image/arrow07.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	color: #333;
	display: block;
	height: auto;
}
/*ジャンルごとリスト内背景*/
 ul .c02{
	
}
ul .av2{
	background: #a92016;
	/*background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#cc0000));
	background: linear-gradient(#FFF, #903);*/
}
 ul .doujin{
	background: #4593BF;
	/*background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#00B6CB));
	background: linear-gradient(#FFF, #00B6CB);*/
}
 ul .game{
	background: #bd5f9d;
	/*background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#F2008D));
	background: linear-gradient(#fff, ##F2008D);*/
}
/*ジャンルごとリスト内背景ここまで*/
.txt {
	background-color: #FFFFFF;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	/* [disabled]padding-bottom: 5px; */
	/* [disabled]padding-left: 5px; */
	/* [disabled]border: 1px solid #ea68a2; */
	color: #333333;
	font-size: 90%;
	line-height: 1.3em;
	margin: 0px;
}
.txt img {
	float: left;
	height: auto;
	width: 50%;
	/* [disabled]margin-right: 7px; */
}

/* 矢印つきリスト２ */

 .gigi{
	overflow: hidden;
	width: 90%;
	text-align: left;
	padding: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background: linear-gradient(#fff, #f0f0f0);
	display: block;
	-webkit-box-shadow: 0px 3px 3px rgba(000,000,000,0.1);
	box-shadow: 0px 3px 3px rgba(000,000,000,0.1);
	margin: 10 auto;
  border: 1px solid #EA68A2;
	border-radius: 7px;
	-webkit-box-shadow: 0 0 5px 0 #333; /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 5px 0 #333; /* Firefox用 */
  box-shadow: 0 0 5px 0 #333; /* CSS3 */
 }

 .gigi a{
	color: #EA68A2;
	display: block;
	height: 44px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	line-height: 44px;
	text-overflow: ellipsis;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../image/arrow07.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 0 0 10;
 }
.gigi a img {
	float: left;
	margin-top: 5px;
}



.list5 ul{
	margin-left: auto;
	margin-right: auto;
	width: 95%;

 }
 .list5 ul li{
	height: 100px;
	border: 1px solid #F9F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FCF;
 }
 .list5 ul li a{
	background: url(../image/list_mark1.png) no-repeat 100% 50%;
	color: #666;
	display: block;
	height: 100px;
	margin: 0;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	text-decoration: none;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
 }
 .list5 ul li a strong{
	color: #333;
	display: block;
	/* [disabled]font-weight: bold; */
	padding-top: 5px;
 }
 .list5 ul li img{
	float: left;
	height: 100px;
	/* [disabled]width: 80px; */
	margin-right: 10px;
 }





/* サムネイルつき矢印リスト２ */
.list4 ul{
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	-webkit-box-shadow: 0 0 5px 0 #333; /* Safari, Chrome用 */
	-moz-box-shadow: 0 0 5px 0 #333; /* Firefox用 */
	box-shadow: 0 0 5px 0 #333; /* CSS3 */
 }
 .list4 ul li{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
	background: linear-gradient(#fff, #f0f0f0);
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #FC3;
 }
 .list4 ul li a{
	background: url(../image/list_mark1.png) no-repeat 100% 50%;
	color: #666;
	display: block;
	/* [disabled]height: 100px; */
	margin: 0;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	text-decoration: none;
	padding-right: 13px;
	padding-bottom: 0;
	padding-left: 0;
 }
 .list4 ul li a strong{
	color: #666;
	display: block;
	/* [disabled]font-weight: bold; */
	padding-top: 5px;
 }
 .list4 ul li img{
	float: left;
	height: 100px;
	/* [disabled]width: 80px; */
	margin-right: 10px;
 }
.c02 a .txt .rightbox {
	float: right;
	width: 62%;
}
.rightbox img {
	width: 87%;
	height: auto;
	margin-right: 6%;
	margin-left: 6%;
	margin-bottom: 3px;
}
#download {
	border: 1px solid #EA68A2;
	border-radius: 10px;
	width: 80%;
	text-align: center;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f09bc1), to(#ea68a2));
	background: linear-gradient(#f09bc1, #ea68a2);
	color: #FFF;
	margin: 15px auto;
	font-size: 16px;
	clear: both;
}
#download a {
	display: block;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,1);
}
.sf {
	font-size: x-small;
	float: left;
}
.link_01 {
	text-align: right;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ccc));
	background: linear-gradient(#FFF, #ccc);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EA68A2;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333;
}


.link_01 a {
	background-image: url(../image/arrow07.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	color: #333;
	display: block;
	height: auto;
}
.list4 ul .link_01 {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ccc));
	background: linear-gradient(#FFF, #ccc);
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #333;
	height: auto;
}
.list4 ul .link_01 a {
	background-image: url(../image/arrow07.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	color: #FF66CC;
	display: block;
	height: auto;
}
.txt .c05_title {
	width: 60%;
	margin-bottom: 5px;
	margin-right: 15%;
	margin-left: 25%;
}
.txt .rightbox .hosi {
	/* [disabled]float: left; */
}
.rightbox .hosi img {
	width: 15px;
	float: right;
	margin: 0px;
}
.waku01 img {
	margin-left: 9%;
	-webkit-box-shadow: 0 0 3px 0 #333; /* Safari, Chrome用 */
	-moz-box-shadow: 0 0 3px 0 #333; /* Firefox用 */
	box-shadow: 0 0 3px 0 #333; /* CSS3 */
	border: 1px solid #FFF;
	margin-bottom: 5px;
	margin-right: 9%;
	width: 80%;
}
h3 {
	color: #333;
	text-align: center;
}
.bigbox {
}
.bg {
	background-color: #FFF;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0 3px 0 #333; /* Safari, Chrome用 */
	-moz-box-shadow: 0 0 3px 0 #333; /* Firefox用 */
	box-shadow: 0 0 3px 0 #333;
	padding-bottom: 10px;
}
h3 a {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
h3 a img{
	vertical-align:bottom;
	}