@charset "utf-8";
body {
	width:100%;
	line-height: 1;
	font-size: 3em;
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'モリサワ 新ゴ R', 'Droid Sans', メイリオ, 'sans-serif';
	background-color:#EEE;
}
#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: 0.2em;
	line-height: 1.2em;
	background-color: #CCF;
	margin: 0.8em;
	border: 5px solid #FFF;
	padding: 1em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.box2 {
	color: #000;
	font-size: 0.2em;
	line-height: 1.5em;
	background-color: #FCF;
	margin: 0.1em;
	border: 5px solid #FFF;
	padding: 0.2em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.box3 {
	color: #FFF;
	font-size: 0.2em;
	/* [disabled]line-height: 1.5em;
*/
	background-color: #F60;
	margin: 0.1em;
	/* [disabled]border: 5px solid #FCF; */
	padding: 0.5em;
	-webkit-border-radius: 10px;
	/* [disabled]-moz-border-radius: 5px;
*/
	border-radius: 10px;
	text-align: center;
}
ul li {
	list-style-type: none;
}
.ps {
	font-size: 1em;
	temt-align:center;
	margin-bottom: 0.2px;
}
.pm {
	font-size: 110%;
	line-height: 1.3em;
}
.mg {
	margin:0.5em;
	background-color: #FFF;
	color: #000;
	line-height: 1.1em;
}
/* サムネイルつき1列リスト */
.list1 ul {
	/* [disabled]border-bottom: 1px solid #ccc;
*/
	list-style-type: none;
}
.list1 ul li {
	height: auto;
 border: 1px solid #;
	margin-top: 0.2em;
	margin-right: auto;
	/* [disabled]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;
	temt-overflow: ellipsis;
	temt-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;
	temt-shadow: 1px 1px 1px #333;
	font-size: 1.2em;
	margin-bottom: 5px;
	temt-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;
	temt-overflow: ellipsis;
	temt-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;
	temt-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: #FFF;
	/* [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 {
	temt-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: #FFF;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	/* [disabled]padding-bottom: 5px; */
	/* [disabled]padding-left: 5px; */
	border: 2px solid #600;
	color: #333333;
	font-size: 0.2em;
	/* [disabled]line-height: 100em; */
	margin: 0.2em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.txt2 {
	/* [disabled]background-color: #FC9;
*/
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	/* [disabled]padding-bottom: 5px;
*/
	/* [disabled]padding-left: 5px;
*/
	border: 2px solid #FC9;
	color: #333333;
	font-size: 0.2em;
	/* [disabled]line-height: 100em;
*/
	margin: 0.2em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.txt img {
	float: left;
	height: auto;
	width: 50%;
	/* [disabled]margin-right: 7px;
*/
}
/* 矢印つきリスト２ */

 .gigi {
	overflow: hidden;
	width: 90%;
	temt-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;
	temt-overflow: ellipsis;
	temt-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 {
	/* [disabled]height: 100px;
*/
	border: 1px solid #F9F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FF9;
}
.list5 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;
	temt-overflow: ellipsis;
	temt-decoration: none;
	padding-right: 0.5px;
	padding-bottom: 0;
	padding-left: 0;
}
.list5 ul li a strong {
	color: #000;
	display: block;
	/* [disabled]font-weight: bold;
*/
	padding-top: 1px;
	font-size: 1em;
	line-height: 1;
}
.list5 ul li img {
	float: left;
	/* [disabled]height: 100px;
*/
	width: 20%;
	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;
	temt-overflow: ellipsis;
	temt-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: 1px;
	font-size: 0.2em;
	line-height: 1.5;
}
.list4 ul li img {
	float: left;
	/* [disabled]height: 100px;
*/
	width: 25%;
	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;
	temt-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	temt-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}
.sf {
	font-size: x-small;
	float: left;
}
.link_01 {
	temt-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);
	temt-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #333;
	height: auto;
	font-size: 0.3em;
}
.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;
	temt-align: center;
}
.bigbox {
}
.bg {
	background-color: #FFF;
	background-color: #FFF;
	-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;
}
button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ff00d9;
	padding: 10px 50px;
	background: -moz-linear-gradient(  top,  #ffffff 0%,  #ffffff 50%,  #d6d6d6);
	background: -webkit-gradient(  linear, left top, left bottom,  from(#ffffff),  color-stop(0.50, #ffffff),  to(#d6d6d6));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #ff00ff;
	-moz-box-shadow:
 0px 1px 3px rgba(000, 000, 000, 0.5),  inset 0px 0px 3px rgba(255, 255, 255, 1);
	-webkit-box-shadow:
 0px 1px 3px rgba(000, 000, 000, 0.5),  inset 0px 0px 3px rgba(255, 255, 255, 1);
	box-shadow:
 0px 1px 3px rgba(000, 000, 000, 0.5),  inset 0px 0px 3px rgba(255, 255, 255, 1);
	temt-shadow:
 0px -1px 0px rgba(000, 000, 000, 0.1),  0px 1px 0px rgba(255, 255, 255, 1);
}
/**
 * CSS Buttons Generator for your pleasure!
 * http://www.dextronet.com/css-buttons-generator
 * 
 * (c) Ondrej Zabojnik <zabojnik@dextronet.com>, released under the MIT license
 * 
 * Usage: 
 *   <a href="" class="shiny-button"><strong>麻生希 SUPER BEST COLLECTION Vol.1をカートへ追加する</strong></a>
 * 
 */

.shiny-button {
	display: inline-block;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.1;
	font-weight: normal;
	font-family: sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #97DB29;
	background-image: -webkit-linear-gradient(top, #99dc2d 0%, #a3cc61 48%, #97DB29 49%, #97DB29 82%, #a3df41 100%);
	background-image: -moz-linear-gradient(top, #99dc2d 0%, #a3cc61 48%, #97DB29 49%, #97DB29 82%, #a3df41 100%);
	background-image: -o-linear-gradient(top, #99dc2d 0%, #a3cc61 48%, #97DB29 49%, #97DB29 82%, #a3df41 100%);
	background-image: linear-gradient(top, #99dc2d 0%, #a3cc61 48%, #97DB29 49%, #97DB29 82%, #a3df41 100%);
	border-color: hsl(83, 10%, 39%);
	-webkit-box-shadow: inset 0 0 1px 1px #b9e76f, 0 0 1px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 0 1px 1px #b9e76f, 0 0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 1px 1px #b9e76f, 0 0 1px 3px rgba(0, 0, 0, 0.15);
	-webkit-text-shadow: 1px 1px 1px #5c8717;
	-moz-text-shadow: 1px 1px 1px #5c8717;
	-o-text-shadow: 1px 1px 1px #5c8717;
	text-shadow: 1px 1px 1px #5c8717;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	padding: 6px 15px 6px 15px;
}
.shiny-button strong {
	letter-spacing: 1px;
	font-size: 15px;
}
.shiny-button:hover {
	color: #FFFFFF;
	background-color: #9ddd36;
	background-image: -webkit-linear-gradient(top, #9fde3a 0%, #a9cf6c 48%, #9ddd36 49%, #9ddd36 82%, #a9e14e 100%);
	background-image: -moz-linear-gradient(top, #9fde3a 0%, #a9cf6c 48%, #9ddd36 49%, #9ddd36 82%, #a9e14e 100%);
	background-image: -o-linear-gradient(top, #9fde3a 0%, #a9cf6c 48%, #9ddd36 49%, #9ddd36 82%, #a9e14e 100%);
	background-image: linear-gradient(top, #9fde3a 0%, #a9cf6c 48%, #9ddd36 49%, #9ddd36 82%, #a9e14e 100%);
	border-color: hsl(83, 10%, 42%);
	-webkit-box-shadow: inset 0 0 1px 1px #bfe97c, 0 0 1px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 0 1px 1px #bfe97c, 0 0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 1px 1px #bfe97c, 0 0 1px 3px rgba(0, 0, 0, 0.15);
	-webkit-text-shadow: 1px 1px 1px #659419;
	-moz-text-shadow: 1px 1px 1px #659419;
	-o-text-shadow: 1px 1px 1px #659419;
	text-shadow: 1px 1px 1px #659419;
}
.shiny-button:active {
	color: #FFFFFF;
	background-color: #8fd123;
	background-image: -webkit-linear-gradient(top, #89c822 0%, #97DB29 100%);
	background-image: -moz-linear-gradient(top, #89c822 0%, #97DB29 100%);
	background-image: -o-linear-gradient(top, #89c822 0%, #97DB29 100%);
	background-image: linear-gradient(top, #89c822 0%, #97DB29 100%);
	padding: 7px 15px 5px 15px;
}
.space {
	height: 30px;
	width: 100%;
}

.select img{
	/* [disabled]margin: 1%; */
	text-align:center;
	margin-left: 1%;
	margin-right: 1%;


}

.select li{
	text-align:center;
}

