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


}

.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: 100%;
	line-height: 150%;
	background-color: #D8D2B8;
	padding: 10px;
}
/* サムネイルつき1列リスト */
.list1 ul{
	border-bottom: 1px solid #ccc;
	list-style-type: none;
 }
 .list1 ul li{
	height: auto;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
 }
 .list1 ul li a{
	color: #FFF;
	display: block;
	height: auto;
	margin: 0;
	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%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 1em;
	line-height: 1.3em;
 }
 .list1 ul li img{
	float: left;
	height: 110px;
	/* [disabled]margin-top: 5px; */
	/* [disabled]margin-right: 5px; */
	margin-bottom: 5px;
	margin-left: 0px;
 }
 .list1 ul li a strong{
	color: #CCCCCC;
	display: block;
	font-weight: bold;
	padding-top: 7px;
	/* [disabled]text-shadow: 1px 1px 1px #333; */
	font-size: 1.2em;
	margin-bottom: 5px;
	text-align: center;
 }


/* サムネイルつき1列リスト */
.list00{
	border-bottom: 1px solid #ccc;
	list-style-type: none;
 }
 .list00 {
	
	height: auto;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
 }
 .list00  a{
	display: block;
	height: auto;
	margin: 0;
	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%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 1em;
	line-height: 1.3em;
	color: #333;
 }
 .list00  img{
	float: left;
	height: 100px;
	/* [disabled]width: 100%; */
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
 }
 .list00 a strong{
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	padding-top: 40px;
	/* [disabled]text-shadow: 1px 1px 1px #333; */
	/* [disabled]font-size: 0.8em; */
	margin-bottom: 5px;
	/* [disabled]line-height: 1.2em; */
 }
 .txt a strong{
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	/* [disabled]text-shadow: 1px 1px 1px #333; */
	font-size: 1.3em;
	margin-bottom: 5px;
	text-align: center;
	line-height: 1.2em;
 }
 
 /* サムネイルつき矢印リスト２列 */
.list2 {
 
 }
 .list2:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 }
 .list2 ul{
 border-top: 1px solid #ccc;
 list-style: none;
 }
 .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: #333;
	border-bottom-color: #333;
	border-left-color: #333;
 }
 
 .list2 ul li:nth-child(odd) {
 float: left;
 width: 50%;
 }
.half {
	width: 80%;
	color: #FFF;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 2px;
	margin-bottom: 5px;	/*box-shadow: 1px 1px 1px #333;*/
	padding: 5px;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
 }

 .a2 {
	color: #FFF;
	/*	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;*/
	font-size: 16px;
	background: #cb60b3; /* Old browsers */
background: -moz-linear-gradient(top,  #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb60b3), color-stop(50%,#c146a1), color-stop(51%,#a80077), color-stop(100%,#db36a4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4',GradientType=0 ); /* IE6-9 */

	/* [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{
	color: #CCCCCC;
	display: block;
	padding-top: 20px;
	font-size: 0.8em;
	text-align: center;
 }
 .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: #FFF;
	font-size: 120%;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a90329), to(#6d0019));
	background: linear-gradient(#a90329, #6d0019);
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
}
 .r {
	text-align: right;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCC), to(#e5e5e5));
	background: linear-gradient(#FFF, #e5e5e5);
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;


}

#container {
	background-color: #660066;
}
.r a {
	background-image: url(../image/arrow07.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	color: #333;
	display: block;
	height: auto;
}
/*ジャンルごとリスト内背景*/
 ul .c02{
	background-color: #333333;/*	background-image: url(../image/bg-c02.png);
*/
}
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 {
	overflow: hidden;
	/* [disabled]margin-top: 10px; */
	margin-bottom: 5px;
	margin-left: 3px;
	color: #CCC;
	margin-right: 5px;
	padding: 10px;
	font-size: 100%;
}
.txt img {
	float: left;
	width: auto;
	margin-right: 7px;
	height: 150px;
}
.half img {
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 5px;
}
.txt a {
	color: #CCC;
	font-size: 100%;
	line-height: 150%;
}
.center {
	text-align: center;
}
.poittxt {
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 3px;
	color: #F00;
	margin-right: 5px;
	text-align: center;
}
