

@charset "utf-8";
/* CSS Document */
	/* css reset
	------------------------------------------------*/
	body, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, caption, form, fieldset, input, textarea, select, pre, address, blockquote, embed, object {
	margin:0px;
	padding:0px;
}
/* font family
	------------------------------------------------*/
	body, form textarea {
	font-family:Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "EE EゴシチE", sans-serif;
}
/* body
	------------------------------------------------*/
	body {
	color:#434141;
	background:#fff;
	font-size:90%;
 -webkit-text-size-adjust: (none);
}
/* font size
	------------------------------------------------*/
	/*universal class > font size > ftMedium*/
	h1, h2, h3, h4, h5, h6, p, dt, dd, li, caption, fieldset, pre, address, blockquote {
	font-size:1.2em;
	line-height:1.5em;
}
/* tags base setting
	------------------------------------------------*/
		
		/*h*/
		h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}
/*p*/
		p {
	font-weight:normal;
}
/*ul || ol*/
		ul, ol {
	line-height:0px;
}
ul {
	list-style:none;
}
li {
	display:list-item;
}
li img {
	vertical-align:bottom;
}
/*img*/
		img {
	border:0px;
}
/* link
	------------------------------------------------*/
	a {
	text-decoration:none;
	-webkit-tap-highlight-color:#b2e8f9;
}
a:link {
	color:#1122cc;
}
a:visited {
	color:#1122cc;
}
a:hover {
	color:#1122cc;
}
a:active, a:focus {
	color:#1122cc;
}
/* ///////////////////////////////////////////////// */
/* 1.layput                                          */
/* ///////////////////////////////////////////////// */

/*contentAll*/
#contentAll {
	width:100%;
	background:#fff;
	overflow-x:hidden; /*safari -shadow*/
}
/* ///////////////////////////////////////////////// */
/* 2.contentHead                                     */
/* ///////////////////////////////////////////////// */

/* ヘッダー */

#title{
	height: 60px;
	background: url("http://fla-fla.kir.jp/cb/img/header_bg.gif") repeat-x;
	margin: 0px 0px 5px 0px;
}

#titlelogo{
	float: left;
	width: 182px;
	height: 60px;
	margin: 5px 0px 0px 0px;
        position: relative;
}

#titleNav{
	float: right;
	width: 160px;
	margin: 3px 0px 0px 0px; 
}

#title #titleNav p{
	float: right;
	margin: 0px 5px 0px 0px;
}

h1 {
	margin: 0px 0px 10px 0px;
}


/* ///////////////////////////////////////////////// */
/* 3.contentBody                                     */
/* ///////////////////////////////////////////////// */		

/*カテゴリーメニュー
--------------------------------------------*/	

#categoryLink {
	padding:3px 0px 0px 0px;
	background-image: linear-gradient(top, rgb(255,255,255) 0%, rgb(253,253,253) 60%, rgb(237,237,237) 93%, rgb(153,153,153) 100%);
	background-image: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(253,253,253) 60%, rgb(237,237,237) 93%, rgb(153,153,153) 100%);
	background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(253,253,253) 60%, rgb(237,237,237) 93%, rgb(153,153,153) 100%);
	background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(253,253,253) 60%, rgb(237,237,237) 93%, rgb(153,153,153) 100%);
	background-image: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(253,253,253) 60%, rgb(237,237,237) 93%, rgb(153,153,153) 100%);
	background-image: -webkit-gradient(  linear,  right top,  right bottom,  color-stop(0, rgb(255,255,255)),  color-stop(0.6, rgb(253,253,253)),  color-stop(0.93, rgb(237,237,237)),  color-stop(1, rgb(153,153,153)) );
}

#categoryLink .bordersougou {
	border-bottom: #C00 solid 3px;
}

#categoryLink .textSougou{
	color:#cc0000;
}

#categoryLink .borderSelect {
	border-bottom:#dfdfdf solid 3px;
}
#categoryLink .borderBoy {
	/*border-bottom:#0066FF solid 5px;*/
	border-bottom:#2d8eff solid 5px;
}
#categoryLink .textBoy {
	color:#0042ff;
}
#categoryLink .borderSexy {
	border-bottom:#fe438e solid 5px;
}
#categoryLink .textSexy {
	color:#ff0041;
}
#categoryLink .borderGirl {
	border-bottom:#ff6600 solid 5px;
}
#categoryLink .textGirl {
	color:#ff8200;
}
#categoryLink .borderTl {
	border-bottom:#fd32ff solid 5px;
}
#categoryLink .textTl {
	color:#ff00ac;
}
#categoryLink .borderBl {
	border-bottom:#ab33ff solid 5px;
}
#categoryLink .textBl {
	color:#8e00ff;
}
#categoryLink ul {
	overflow: hidden; /*floatの解除*/
	position: relative; /*DWで正常にプレビュー*/
	zoom:1; /*IE6*/
	text-align:center;
	padding: 0px 5px 0px 5px;
}
#test1 #categoryLink li {
	display:block;
	float:left;
	text-align:center;
	color:#FFF;
	width:31%;
	margin:5px 5px 0px 0px;
	-moz-box-shadow: 0 0 1px 2px #ccc;
	-webkit-box-shadow: 0 0 1px 2px#ccc;
	box-shadow: 0 0 1px 2px #ccc;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5x;
}


#test2 #categoryLink li {
	display:block;
	float:left;
	text-align:center;
	color:#FFF;
	width:18%;
	margin:5px 5px 0px 0px;
	-moz-box-shadow: 0 0 1px 2px #ccc;
	-webkit-box-shadow: 0 0 1px 2px#ccc;
	box-shadow: 0 0 1px 2px #ccc;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5x;
}
#categoryLink li strong {
	display:block;
	padding:10px 0px;
	border:#FFF solid 1px;
	border-right::#FFF solid 1px;
	border-left:#FFF solid 1px;
	border-top:#FFF solid 1px;
	border-bottom: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5x;/*text-shadow:
-1px -1px 1px rgba(0, 0, 0, 0.4),
1px 1px 1px rgba(255, 255, 255, 0.5);*/
}
#categoryLink li strong {
	color:#FFF;
}
/*カテゴリーリンク*/

#categoryLink .total a {
	background-color:#FF9900;
}

#categoryLink .sougou strong , #categoryLink .ranktab strong {
background-image: linear-gradient(top, rgb(245,192,194) 0%, rgb(241,156,157) 15%, rgb(238,106,104) 15%, rgb(229,32,25) 100%);
background-image: -o-linear-gradient(top, rgb(245,192,194) 0%, rgb(241,156,157) 15%, rgb(238,106,104) 15%, rgb(229,32,25) 100%);
background-image: -moz-linear-gradient(top, rgb(245,192,194) 0%, rgb(241,156,157) 15%, rgb(238,106,104) 15%, rgb(229,32,25) 100%);
background-image: -webkit-linear-gradient(top, rgb(245,192,194) 0%, rgb(241,156,157) 15%, rgb(238,106,104) 15%, rgb(229,32,25) 100%);
background-image: -ms-linear-gradient(top, rgb(245,192,194) 0%, rgb(241,156,157) 15%, rgb(238,106,104) 15%, rgb(229,32,25) 100%);

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(245,192,194)),
	color-stop(0.15, rgb(241,156,157)),
	color-stop(0.15, rgb(238,106,104)),
	color-stop(1, rgb(229,32,25))
);
}

#categoryLink .rankselect strong{
background-image: linear-gradient(bottom, rgb(181,198,208) 0%, rgb(239,244,247) 100%);
background-image: -o-linear-gradient(bottom, rgb(181,198,208) 0%, rgb(239,244,247) 100%);
background-image: -moz-linear-gradient(bottom, rgb(181,198,208) 0%, rgb(239,244,247) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(181,198,208) 0%, rgb(239,244,247) 100%);
background-image: -ms-linear-gradient(bottom, rgb(181,198,208) 0%, rgb(239,244,247) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(181,198,208)),
	color-stop(1, rgb(239,244,247))
);
 }

#categoryLink .sougou2 strong {
/*background-image: linear-gradient(bottom, rgb(230,32,25) 0%, rgb(255,0,0) 50%, rgb(253,71,71) 50%, rgb(255,102,102) 92%);
background-image: -o-linear-gradient(bottom, rgb(230,32,25) 0%, rgb(255,0,0) 50%, rgb(253,71,71) 50%, rgb(255,102,102) 92%);
background-image: -moz-linear-gradient(bottom, rgb(230,32,25) 0%, rgb(255,0,0) 50%, rgb(253,71,71) 50%, rgb(255,102,102) 92%);
background-image: -webkit-linear-gradient(bottom, rgb(230,32,25) 0%, rgb(255,0,0) 50%, rgb(253,71,71) 50%, rgb(255,102,102) 92%);
background-image: -ms-linear-gradient(bottom, rgb(230,32,25) 0%, rgb(255,0,0) 50%, rgb(253,71,71) 50%, rgb(255,102,102) 92%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(230,32,25)),
	color-stop(0.5, rgb(255,0,0)),
	color-stop(0.5, rgb(253,71,71)),
	color-stop(0.92, rgb(255,102,102))
);*/
background-image: linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(255,0,0) 90%, rgb(252,71,71) 95%);
background-image: -o-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(255,0,0) 90%, rgb(252,71,71) 95%);
background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(255,0,0) 90%, rgb(252,71,71) 95%);
background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(255,0,0) 90%, rgb(252,71,71) 95%);
background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(255,0,0) 90%, rgb(252,71,71) 95%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(238,238,238)),
	color-stop(0.4, rgb(255,255,255)),
	color-stop(0.9, rgb(255,255,255)),
	color-stop(0.9, rgb(255,0,0)),
	color-stop(0.95, rgb(252,71,71))
);
}

#categoryLink .commonBoy strong {
background-image: linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(66,161,255) 90%, rgb(66,161,255) 95%);
background-image: -o-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(66,161,255) 90%, rgb(66,161,255) 95%);
background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(66,161,255) 90%, rgb(66,161,255) 95%);
background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(66,161,255) 90%, rgb(66,161,255) 95%);
background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(66,161,255) 90%, rgb(66,161,255) 95%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(238,238,238)),
	color-stop(0.4, rgb(255,255,255)),
	color-stop(0.9, rgb(255,255,255)),
	color-stop(0.9, rgb(66,161,255)),
	color-stop(0.95, rgb(66,161,255))
);
}

#categoryLink .commonGirl  strong {
background-image: linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(255,199,77) 90%, rgb(255,199,77) 95%);
background-image: -o-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(255,199,77) 90%, rgb(255,199,77) 95%);
background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(255,199,77) 90%, rgb(255,199,77) 95%);
background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(255,199,77) 90%, rgb(255,199,77) 95%);
background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(255,199,77) 90%, rgb(255,199,77) 95%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(238,238,238)),
	color-stop(0.4, rgb(255,255,255)),
	color-stop(0.9, rgb(255,255,255)),
	color-stop(0.9, rgb(255,199,77)),
	color-stop(0.95, rgb(255,199,77))
);
}

#categoryLink .commonSexy strong {
background-image: linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(255,102,153) 90%, rgb(255,102,153) 95%);
background-image: -o-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(255,102,153) 90%, rgb(255,102,153) 95%);
background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(255,102,153) 90%, rgb(255,102,153) 95%);
background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(255,102,153) 90%, rgb(255,102,153) 95%);
background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(255,102,153) 90%, rgb(255,102,153) 95%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(238,238,238)),
	color-stop(0.4, rgb(255,255,255)),
	color-stop(0.9, rgb(255,255,255)),
	color-stop(0.9, rgb(255,102,153)),
	color-stop(0.95, rgb(255,102,153))
);
}

#categoryLink .commonTl strong {
background-image: linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(254,78,219) 90%, rgb(254,78,219) 95%);
background-image: -o-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(254,78,219) 90%, rgb(254,78,219) 95%);
background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(254,78,219) 90%, rgb(254,78,219) 95%);
background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(254,78,219) 90%, rgb(254,78,219) 95%);
background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(254,78,219) 90%, rgb(254,78,219) 95%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(238,238,238)),
	color-stop(0.4, rgb(255,255,255)),
	color-stop(0.9, rgb(255,255,255)),
	color-stop(0.9, rgb(254,78,219)),
	color-stop(0.95, rgb(254,78,219))
);}

#categoryLink .commonBl a strong {
background-image: linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(206,81,255) 90%, rgb(206,81,255) 95%);
background-image: -o-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(206,81,255) 90%, rgb(206,81,255) 95%);
background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(206,81,255) 90%, rgb(206,81,255) 95%);
background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(206,81,255) 90%, rgb(206,81,255) 95%);
background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 40%, rgb(255,255,255) 90%, rgb(206,81,255) 90%, rgb(206,81,255) 95%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(238,238,238)),
	color-stop(0.4, rgb(255,255,255)),
	color-stop(0.9, rgb(255,255,255)),
	color-stop(0.9, rgb(206,81,255)),
	color-stop(0.95, rgb(206,81,255))
);
}
#categoryLink .selectBoy strong {
	background-image: linear-gradient(bottom, rgb(0,51,255) 0%, rgb(0,102,255) 50%, rgb(45,143,255) 50%, rgb(84,178,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,51,255) 0%, rgb(0,102,255) 50%, rgb(45,143,255) 50%, rgb(84,178,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,51,255) 0%, rgb(0,102,255) 50%, rgb(45,143,255) 50%, rgb(84,178,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,51,255) 0%, rgb(0,102,255) 50%, rgb(45,143,255) 50%, rgb(84,178,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,51,255) 0%, rgb(0,102,255) 50%, rgb(45,143,255) 50%, rgb(84,178,255) 100%);
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, rgb(0,51,255)),  color-stop(0.5, rgb(0,102,255)),  color-stop(0.5, rgb(45,143,255)),  color-stop(1, rgb(84,178,255)) );
}
#categoryLink .selectGirl  strong {
	background-image: linear-gradient(bottom, rgb(255,102,0) 0%, rgb(255,153,0) 50%, rgb(255,178,45) 50%, rgb(255,204,84) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255,102,0) 0%, rgb(255,153,0) 50%, rgb(255,178,45) 50%, rgb(255,204,84) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255,102,0) 0%, rgb(255,153,0) 50%, rgb(255,178,45) 50%, rgb(255,204,84) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,102,0) 0%, rgb(255,153,0) 50%, rgb(255,178,45) 50%, rgb(255,204,84) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255,102,0) 0%, rgb(255,153,0) 50%, rgb(255,178,45) 50%, rgb(255,204,84) 100%);
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, rgb(255,102,0)),  color-stop(0.5, rgb(255,153,0)),  color-stop(0.5, rgb(255,178,45)),  color-stop(1, rgb(255,204,84)) );
}
#categoryLink .selectSexy strong {
	background-image: linear-gradient(bottom, rgb(255,0,102) 0%, rgb(255,0,51) 50%, rgb(254,67,142) 50%, rgb(255,102,143) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255,0,102) 0%, rgb(255,0,51) 50%, rgb(254,67,142) 50%, rgb(255,102,143) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255,0,102) 0%, rgb(255,0,51) 50%, rgb(254,67,142) 50%, rgb(255,102,143) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,0,102) 0%, rgb(255,0,51) 50%, rgb(254,67,142) 50%, rgb(255,102,143) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255,0,102) 0%, rgb(255,0,51) 50%, rgb(254,67,142) 50%, rgb(255,102,143) 100%);
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, rgb(255,0,102)),  color-stop(0.5, rgb(255,0,51)),  color-stop(0.5, rgb(254,67,142)),  color-stop(1, rgb(255,102,143)) );
}
#categoryLink .selectTl strong {
	background-image: linear-gradient(bottom, rgb(255,0,153) 0%, rgb(255,0,204) 50%, rgb(252,50,255) 50%, rgb(255,84,212) 94%);
	background-image: -o-linear-gradient(bottom, rgb(255,0,153) 0%, rgb(255,0,204) 50%, rgb(252,50,255) 50%, rgb(255,84,212) 94%);
	background-image: -moz-linear-gradient(bottom, rgb(255,0,153) 0%, rgb(255,0,204) 50%, rgb(252,50,255) 50%, rgb(255,84,212) 94%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,0,153) 0%, rgb(255,0,204) 50%, rgb(252,50,255) 50%, rgb(255,84,212) 94%);
	background-image: -ms-linear-gradient(bottom, rgb(255,0,153) 0%, rgb(255,0,204) 50%, rgb(252,50,255) 50%, rgb(255,84,212) 94%);
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, rgb(255,0,153)),  color-stop(0.5, rgb(255,0,204)),  color-stop(0.5, rgb(252,50,255)),  color-stop(0.94, rgb(255,84,212)) );
}
#categoryLink .bl {
	margin:5px 0px 0px 0px;
}
#categoryLink .tabLast {
	margin:5px 0px 0px 0px;
}
#categoryLink .selectBl strong {
	background-image: linear-gradient(bottom, rgb(132,0,255) 0%, rgb(153,0,255) 50%, rgb(170,51,255) 50%, rgb(209,84,255) 90%);
	background-image: -o-linear-gradient(bottom, rgb(132,0,255) 0%, rgb(153,0,255) 50%, rgb(170,51,255) 50%, rgb(209,84,255) 90%);
	background-image: -moz-linear-gradient(bottom, rgb(132,0,255) 0%, rgb(153,0,255) 50%, rgb(170,51,255) 50%, rgb(209,84,255) 90%);
	background-image: -webkit-linear-gradient(bottom, rgb(132,0,255) 0%, rgb(153,0,255) 50%, rgb(170,51,255) 50%, rgb(209,84,255) 90%);
	background-image: -ms-linear-gradient(bottom, rgb(132,0,255) 0%, rgb(153,0,255) 50%, rgb(170,51,255) 50%, rgb(209,84,255) 90%);
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, rgb(132,0,255)),  color-stop(0.5, rgb(153,0,255)),  color-stop(0.5, rgb(170,51,255)),  color-stop(0.9, rgb(209,84,255)) );
}
/*ボタンメニュー
--------------------------------------------*/	
.buttonarea {
	background-image: linear-gradient(bottom, rgb(61,58,57) 2%, rgb(90,87,87) 84%, rgb(74,71,71) 100%);
	background-image: -o-linear-gradient(bottom, rgb(61,58,57) 2%, rgb(90,87,87) 84%, rgb(74,71,71) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(61,58,57) 2%, rgb(90,87,87) 84%, rgb(74,71,71) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(61,58,57) 2%, rgb(90,87,87) 84%, rgb(74,71,71) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(61,58,57) 2%, rgb(90,87,87) 84%, rgb(74,71,71) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.02, rgb(61,58,57)), color-stop(0.84, rgb(90,87,87)), color-stop(1, rgb(74,71,71)) );
	width:100%;
	border: 1px solid #000;
}
.buttonarea .buttons {
	overflow: hidden; /*floatの解除*/
	position: relative; /*DWで正常にプレビュー*/
	zoom:1; /*IE6*/
	text-align:center;
	border-right:1px solid #333;
	border-left: 1px solid #666;
	border-top:1px solid #999;
	border-bottom: 1px solid #666;
}
.buttonarea .buttons li {
	float:left;
	width:33.3%;
	margin: 0px;
}
.buttonarea .buttons li a {
	padding:10px 0px;
	color: #fff;
	display: block;
	margin: 0px;
	overflow: hidden;
	border-right:1px solid #333;
	border-left: 1px solid #666;
}
.buttonarea .buttons li .button1 {
	border-left:none;
}
.buttonarea .buttons li .button3 {
	border-right:none;
}
/*ボタンメニュー２ver
--------------------------------------------*/	
.buttonarea2 .buttons {
	overflow: hidden; /*floatの解除*/
	position: relative; /*DWで正常にプレビュー*/
	zoom:1; /*IE6*/
	text-align:center;
}
.buttonarea2 .buttons li {
	float:left;
	width:50%;
	margin: 0px;
	font-size:80%;
}
/*スワイプでスライドするメニュー
--------------------------------------------*/	
.slide {
	width: 100%;
	overflow: hidden;
	background: #FFF;
	margin: 0 auto;
	padding-bottom: 0px;
}
.flipsnap {
	display: -webkit-box;
	margin: 0px 0px 5px 0px;
}
.item {
	width: 100%;
}
.pointer {
	text-align: center;
}
.pointer span {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 5px;
	border: 1px solid #666;
}
.pointer span.current {
	background: #FC0;
}


/*ニュース
-------------------------------------------*/
.newsCorner{
	background-color:#E61F19;
	padding:2px 5px;
	line-height:1em;
		color:#FC0;	

}

.newsText{
		padding:3px;
		color: #333;	
background-image: linear-gradient(top, rgb(255,255,255) 0%, rgb(242,242,242) 100%);
background-image: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(242,242,242) 100%);
background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(242,242,242) 100%);
background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(242,242,242) 100%);
background-image: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(242,242,242) 100%);

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(255,255,255)),
	color-stop(1, rgb(242,242,242))
);

	border:#900 solid 1px;
}


/*ピックアップコーナー
-------------------------------------------*/
.pickupComic{
background-image: linear-gradient(top, rgb(255,255,255) 0%, rgb(242,242,242) 100%);
background-image: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(242,242,242) 100%);
background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(242,242,242) 100%);
background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(242,242,242) 100%);
background-image: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(242,242,242) 100%);

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(255,255,255)),
	color-stop(1, rgb(242,242,242))
);
}



/*月額ｺｰｽ登録ボタン
-------------------------------------------*/

.enrolButton{
	padding:10px 10px 10px 10px;
}

.enrolButton h2{
			border-radius: 6px;
/*青
background-image: linear-gradient(bottom, rgb(57,98,173) 32%, rgb(79,126,193) 86%, rgb(79,126,193) 100%);
background-image: -o-linear-gradient(bottom, rgb(57,98,173) 32%, rgb(79,126,193) 86%, rgb(79,126,193) 100%);
background-image: -moz-linear-gradient(bottom, rgb(57,98,173) 32%, rgb(79,126,193) 86%, rgb(79,126,193) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(57,98,173) 32%, rgb(79,126,193) 86%, rgb(79,126,193) 100%);
background-image: -ms-linear-gradient(bottom, rgb(57,98,173) 32%, rgb(79,126,193) 86%, rgb(79,126,193) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.32, rgb(57,98,173)),
	color-stop(0.86, rgb(79,126,193)),
	color-stop(1, rgb(79,126,193))
);

border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

background-image: linear-gradient(bottom, rgb(255,26,0) 0%, rgb(255,69,48) 100%);
background-image: -o-linear-gradient(bottom, rgb(255,26,0) 0%, rgb(255,69,48) 100%);
background-image: -moz-linear-gradient(bottom, rgb(255,26,0) 0%, rgb(255,69,48) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(255,26,0) 0%, rgb(255,69,48) 100%);
background-image: -ms-linear-gradient(bottom, rgb(255,26,0) 0%, rgb(255,69,48) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(255,26,0)),
	color-stop(1, rgb(255,69,48))
);
*/

}



/*テキストタイトルリスト
--------------------------------------------*/
.recommendArea {
}

.recommendArea strong {
	background-color:#FF0;
	color:#ff0000;
	text-decoration: blink;
	font-weight:bold;
	border-radius:2px;
	padding:3px;
}


/*タイトル1*/
.textTitle1 {
	margin:10px 10px 0px 10px;
	background: #FFF;
	/*background-image: linear-gradient(bottom, rgb(245,231,242) 0%, rgb(255,255,255) 80%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(245,231,242) 0%, rgb(255,255,255) 80%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(245,231,242) 0%, rgb(255,255,255) 80%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(245,231,242) 0%, rgb(255,255,255) 80%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(245,231,242) 0%, rgb(255,255,255) 80%, rgb(255,255,255) 100%);
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, rgb(245,231,242)),  color-stop(0.8, rgb(255,255,255)),  color-stop(1, rgb(255,255,255)) );
	border-radius: 5px;*/
}


.textTitle1 a {
	display:block;
	padding: 8px 0px;
	text-align:center;
	border:  1px solid #999;
	/*border-radius: 5px;*/
}
/*タイトル2,3*/
.textTitleList1{
	margin:0px 10px 10px 10px;
	}
	
.textTitleList1 ul{
	overflow: hidden; /*floatの解除*/
	position: relative; /*DWで正常にプレビュー*/
	zoom:1; /*IE6*/
	}
	
.textTitleList1 li{
	width:50%;
	float:left;
	display:block;
	text-align:center;
}

.textTitleList1 a {
	display:block;
	padding: 8px 0px;
	text-align:center;
	border:  1px solid #999;
	/*border-radius: 5px;*/
}




/*テキストボタンリスト3行2列(大)*/
.textTitle2 , .textTitle3 {
	background: #FFF;
	/*background-image: linear-gradient(bottom, rgb(245,231,242) 0%, rgb(255,255,255) 80%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(245,231,242) 0%, rgb(255,255,255) 80%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(245,231,242) 0%, rgb(255,255,255) 80%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(245,231,242) 0%, rgb(255,255,255) 80%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(245,231,242) 0%, rgb(255,255,255) 80%, rgb(255,255,255) 100%);
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, rgb(245,231,242)),  color-stop(0.8, rgb(255,255,255)),  color-stop(1, rgb(255,255,255)) );
	border-radius: 5px;*/
	font-size: 90%;
}

.textTitleList2{
	margin:5px 10px;
	overflow: hidden; /*floatの解除*/
    position: relative; /*DWで正常にプレビュー*/
    zoom:1; /*IE6*/	}

.textTitleList2 .list1 a ,.textTitleList2 .list2 a ,.textTitleList2 .list3 a{
	border-top: 1px solid #ccc;


}

.textTitleList2 .list3 a , .textTitleList2 .list6 a {
	border-right: 1px solid #ccc;	
}

.textTitleList2 ul li{
	margin: 0px;
	background-image: linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 60%);
background-image: -o-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 60%);
background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 60%);
background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 60%);
background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 60%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(230,230,230)),
	color-stop(0.6, rgb(255,255,255))
);


		width:32.8%;


		float:left;
		display:block;
		text-align:center;	}
		
.textTitleList2 ul li a{
		color: #666;
		display: block;
		margin: 0px;
		overflow: hidden;
		text-decoration: none;
		text-shadow:0 2px 1px #fff;
		border-bottom:1px solid #ccc;
		border-left: 1px solid #ccc;
		}
		
.textTitleList2 ul li a{
	text-align:center;
	display:block;
	font-size: 80%;
	font-weight: bold;
	padding: 15px 0px;
	margin: 0px;
	line-height:1em;
	color:#1122cc;
		}
		
	
/*テキストボタンリスト3行2列(小)*/		
textTitleList3{
}

.textTitleList3 ul{
	border-top: 1px solid #ccc;
}

.textTitleList3 ul li{
	border-bottom:1px solid #ccc;
	background:url(../img/arrow.png) no-repeat  left center;
}

.textTitleList3 ul li a{
	display:block;
	padding:10px 10px 10px 25px;
}
		
		
/*ジャンルテキストボタンリスト2行3列*/


/*画像棚
--------------------------------------------*/

.picList {
	overflow: hidden; /*floatの解除*/
	position: relative; /*DWで正常にプレビュー*/
	zoom:1; /*IE6*/
	padding:0px 10px 0px 10px;
}
.picList li {
	width:22.5%;
	float:left;
	display:block;
	text-align:center;
	padding-right:10px;
}
.picList .none {
	padding-right:0px;
}
.picList img {
	width:100%;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
}

.picList3{
	overflow: hidden; /*floatの解除*/
	position: relative; /*DWで正常にプレビュー*/
	zoom:1; /*IE6*/
	padding:5px 10px 2px 10px;
}
.picList3 li {
	width:31%;
	float:left;
	display:block;
	text-align:center;
	padding-right:10px;
}
.picList3 .none {
	padding-right:0px;
}
.picList3 img {
	width:100%;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
}





/*見出し
--------------------------------------------*/
h1 span{
	padding:0px 0px 0px 5px;
	color:#fff;
	
	border-left:#FFF solid 6px;
	}
	
.slash{
	padding:2px 5px;
		background-image:url("http://apps-cms.jp/image/eyebook/html/bg");
	background-repeat: repeat-x;
}

.slash span{
	display:block;
	border-left:#FFF solid 4px;
}

 .newCorner{
	 border-bottom:#cc0000 solid 1px;
	 border-top:#cc0000 solid 1px;
	 
/*	 
background-image: linear-gradient(bottom, rgb(235,70,70) 1%, rgb(255,51,51) 30%, rgb(251,128,128) 34%, rgb(255,100,105) 35%, rgb(245,76,76) 97%, rgb(255,153,153) 98%);
background-image: -o-linear-gradient(bottom, rgb(235,70,70) 1%, rgb(255,51,51) 30%, rgb(251,128,128) 34%, rgb(255,100,105) 35%, rgb(245,76,76) 97%, rgb(255,153,153) 98%);
background-image: -moz-linear-gradient(bottom, rgb(235,70,70) 1%, rgb(255,51,51) 30%, rgb(251,128,128) 34%, rgb(255,100,105) 35%, rgb(245,76,76) 97%, rgb(255,153,153) 98%);
background-image: -webkit-linear-gradient(bottom, rgb(235,70,70) 1%, rgb(255,51,51) 30%, rgb(251,128,128) 34%, rgb(255,100,105) 35%, rgb(245,76,76) 97%, rgb(255,153,153) 98%);
background-image: -ms-linear-gradient(bottom, rgb(235,70,70) 1%, rgb(255,51,51) 30%, rgb(251,128,128) 34%, rgb(255,100,105) 35%, rgb(245,76,76) 97%, rgb(255,153,153) 98%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.01, rgb(235,70,70)),
	color-stop(0.3, rgb(255,51,51)),
	color-stop(0.34, rgb(251,128,128)),
	color-stop(0.35, rgb(255,100,105)),
	color-stop(0.97, rgb(245,76,76)),
	color-stop(0.98, rgb(255,153,153))
);
*/
background-image: linear-gradient(top, rgb(255,41,41) 0%, rgb(194,17,17) 100%);
background-image: -o-linear-gradient(top, rgb(255,41,41) 0%, rgb(194,17,17) 100%);
background-image: -moz-linear-gradient(top, rgb(255,41,41) 0%, rgb(194,17,17) 100%);
background-image: -webkit-linear-gradient(top, rgb(255,41,41) 0%, rgb(194,17,17) 100%);
background-image: -ms-linear-gradient(top, rgb(255,41,41) 0%, rgb(194,17,17) 100%);

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(255,41,41)),
	color-stop(1, rgb(194,17,17))
);
}

 .mensCorner{
	 border-bottom:#09C solid 1px;
	 border-top:#09C solid 1px;
	 
/*	 
background-image: linear-gradient(bottom, rgb(70,125,235) 1%, rgb(51,109,255) 30%, rgb(128,169,251) 35%, rgb(100,154,255) 35%, rgb(76,113,245) 97%, rgb(153,179,255) 98%);
background-image: -o-linear-gradient(bottom, rgb(70,125,235) 1%, rgb(51,109,255) 30%, rgb(128,169,251) 35%, rgb(100,154,255) 35%, rgb(76,113,245) 97%, rgb(153,179,255) 98%);
background-image: -moz-linear-gradient(bottom, rgb(70,125,235) 1%, rgb(51,109,255) 30%, rgb(128,169,251) 35%, rgb(100,154,255) 35%, rgb(76,113,245) 97%, rgb(153,179,255) 98%);
background-image: -webkit-linear-gradient(bottom, rgb(70,125,235) 1%, rgb(51,109,255) 30%, rgb(128,169,251) 35%, rgb(100,154,255) 35%, rgb(76,113,245) 97%, rgb(153,179,255) 98%);
background-image: -ms-linear-gradient(bottom, rgb(70,125,235) 1%, rgb(51,109,255) 30%, rgb(128,169,251) 35%, rgb(100,154,255) 35%, rgb(76,113,245) 97%, rgb(153,179,255) 98%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.01, rgb(70,125,235)),
	color-stop(0.3, rgb(51,109,255)),
	color-stop(0.35, rgb(128,169,251)),
	color-stop(0.35, rgb(100,154,255)),
	color-stop(0.97, rgb(76,113,245)),
	color-stop(0.98, rgb(153,179,255))
);*/

	background-image: linear-gradient(top, rgb(0,161,214) 0%, rgb(7,111,191) 100%);
background-image: -o-linear-gradient(top, rgb(0,161,214) 0%, rgb(7,111,191) 100%);
background-image: -moz-linear-gradient(top, rgb(0,161,214) 0%, rgb(7,111,191) 100%);
background-image: -webkit-linear-gradient(top, rgb(0,161,214) 0%, rgb(7,111,191) 100%);
background-image: -ms-linear-gradient(top, rgb(0,161,214) 0%, rgb(7,111,191) 100%);

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(0,161,214)),
	color-stop(1, rgb(7,111,191))
);

}

 .womensCorner{
	 border-bottom:#cc0066 solid 1px;
	 border-top:#cc0066 solid 1px;
	 
/*	 
background-image: linear-gradient(bottom, rgb(235,70,117) 1%, rgb(255,51,153) 30%, rgb(251,128,189) 35%, rgb(255,100,170) 35%, rgb(245,76,155) 97%, rgb(255,153,204) 98%);
background-image: -o-linear-gradient(bottom, rgb(235,70,117) 1%, rgb(255,51,153) 30%, rgb(251,128,189) 35%, rgb(255,100,170) 35%, rgb(245,76,155) 97%, rgb(255,153,204) 98%);
background-image: -moz-linear-gradient(bottom, rgb(235,70,117) 1%, rgb(255,51,153) 30%, rgb(251,128,189) 35%, rgb(255,100,170) 35%, rgb(245,76,155) 97%, rgb(255,153,204) 98%);
background-image: -webkit-linear-gradient(bottom, rgb(235,70,117) 1%, rgb(255,51,153) 30%, rgb(251,128,189) 35%, rgb(255,100,170) 35%, rgb(245,76,155) 97%, rgb(255,153,204) 98%);
background-image: -ms-linear-gradient(bottom, rgb(235,70,117) 1%, rgb(255,51,153) 30%, rgb(251,128,189) 35%, rgb(255,100,170) 35%, rgb(245,76,155) 97%, rgb(255,153,204) 98%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.01, rgb(235,70,117)),
	color-stop(0.3, rgb(255,51,153)),
	color-stop(0.35, rgb(251,128,189)),
	color-stop(0.35, rgb(255,100,170)),
	color-stop(0.97, rgb(245,76,155)),
	color-stop(0.98, rgb(255,153,204))
);*/

background-image: linear-gradient(top, rgb(255,0,153) 0%, rgb(222,0,107) 100%);
background-image: -o-linear-gradient(top, rgb(255,0,153) 0%, rgb(222,0,107) 100%);
background-image: -moz-linear-gradient(top, rgb(255,0,153) 0%, rgb(222,0,107) 100%);
background-image: -webkit-linear-gradient(top, rgb(255,0,153) 0%, rgb(222,0,107) 100%);
background-image: -ms-linear-gradient(top, rgb(255,0,153) 0%, rgb(222,0,107) 100%);

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(255,0,153)),
	color-stop(1, rgb(222,0,107))
);}

 .specialCorner{
	 border-bottom:#00cc66 solid 1px;
	 border-top:#00cc66 solid 1px;
/*	 
background-image: linear-gradient(bottom, rgb(70,235,136) 0%, rgb(51,255,92) 30%, rgb(127,250,156) 35%, rgb(102,255,150) 35%, rgb(81,245,114) 97%, rgb(153,255,197) 98%);
background-image: -o-linear-gradient(bottom, rgb(70,235,136) 0%, rgb(51,255,92) 30%, rgb(127,250,156) 35%, rgb(102,255,150) 35%, rgb(81,245,114) 97%, rgb(153,255,197) 98%);
background-image: -moz-linear-gradient(bottom, rgb(70,235,136) 0%, rgb(51,255,92) 30%, rgb(127,250,156) 35%, rgb(102,255,150) 35%, rgb(81,245,114) 97%, rgb(153,255,197) 98%);
background-image: -webkit-linear-gradient(bottom, rgb(70,235,136) 0%, rgb(51,255,92) 30%, rgb(127,250,156) 35%, rgb(102,255,150) 35%, rgb(81,245,114) 97%, rgb(153,255,197) 98%);
background-image: -ms-linear-gradient(bottom, rgb(70,235,136) 0%, rgb(51,255,92) 30%, rgb(127,250,156) 35%, rgb(102,255,150) 35%, rgb(81,245,114) 97%, rgb(153,255,197) 98%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(70,235,136)),
	color-stop(0.3, rgb(51,255,92)),
	color-stop(0.35, rgb(127,250,156)),
	color-stop(0.35, rgb(102,255,150)),
	color-stop(0.97, rgb(81,245,114)),
	color-stop(0.98, rgb(153,255,197))
);
*/

background-image: linear-gradient(top, rgb(81,194,64) 0%, rgb(42,143,24) 100%);
background-image: -o-linear-gradient(top, rgb(81,194,64) 0%, rgb(42,143,24) 100%);
background-image: -moz-linear-gradient(top, rgb(81,194,64) 0%, rgb(42,143,24) 100%);
background-image: -webkit-linear-gradient(top, rgb(81,194,64) 0%, rgb(42,143,24) 100%);
background-image: -ms-linear-gradient(top, rgb(81,194,64) 0%, rgb(42,143,24) 100%);

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(81,194,64)),
	color-stop(1, rgb(42,143,24))
);}

 .genreCorner{
	 border-bottom:#cc3300 solid 1px;
	 border-top:#cc3300 solid 1px;
	 /*
background-image: linear-gradient(bottom, rgb(235,122,70) 1%, rgb(255,116,51) 30%, rgb(250,166,127) 35%, rgb(255,150,102) 35%, rgb(245,145,79) 97%, rgb(255,194,153) 98%);
background-image: -o-linear-gradient(bottom, rgb(235,122,70) 1%, rgb(255,116,51) 30%, rgb(250,166,127) 35%, rgb(255,150,102) 35%, rgb(245,145,79) 97%, rgb(255,194,153) 98%);
background-image: -moz-linear-gradient(bottom, rgb(235,122,70) 1%, rgb(255,116,51) 30%, rgb(250,166,127) 35%, rgb(255,150,102) 35%, rgb(245,145,79) 97%, rgb(255,194,153) 98%);
background-image: -webkit-linear-gradient(bottom, rgb(235,122,70) 1%, rgb(255,116,51) 30%, rgb(250,166,127) 35%, rgb(255,150,102) 35%, rgb(245,145,79) 97%, rgb(255,194,153) 98%);
background-image: -ms-linear-gradient(bottom, rgb(235,122,70) 1%, rgb(255,116,51) 30%, rgb(250,166,127) 35%, rgb(255,150,102) 35%, rgb(245,145,79) 97%, rgb(255,194,153) 98%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.01, rgb(235,122,70)),
	color-stop(0.3, rgb(255,116,51)),
	color-stop(0.35, rgb(250,166,127)),
	color-stop(0.35, rgb(255,150,102)),
	color-stop(0.97, rgb(245,145,79)),
	color-stop(0.98, rgb(255,194,153))
);*/

background-image: linear-gradient(top, rgb(255,162,0) 0%, rgb(242,89,0) 100%);
background-image: -o-linear-gradient(top, rgb(255,162,0) 0%, rgb(242,89,0) 100%);
background-image: -moz-linear-gradient(top, rgb(255,162,0) 0%, rgb(242,89,0) 100%);
background-image: -webkit-linear-gradient(top, rgb(255,162,0) 0%, rgb(242,89,0) 100%);
background-image: -ms-linear-gradient(top, rgb(255,162,0) 0%, rgb(242,89,0) 100%);

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(255,162,0)),
	color-stop(1, rgb(242,89,0))
);

}

 .rankCorner{
	 border-bottom:#cc9900 solid 1px;
	 border-top:#cc9900 solid 1px;

/*	 
background-image: linear-gradient(bottom, rgb(235,175,70) 1%, rgb(255,187,51) 30%, rgb(250,205,127) 35%, rgb(255,212,102) 35%, rgb(245,204,81) 97%, rgb(255,235,153) 98%);
background-image: -o-linear-gradient(bottom, rgb(235,175,70) 1%, rgb(255,187,51) 30%, rgb(250,205,127) 35%, rgb(255,212,102) 35%, rgb(245,204,81) 97%, rgb(255,235,153) 98%);
background-image: -moz-linear-gradient(bottom, rgb(235,175,70) 1%, rgb(255,187,51) 30%, rgb(250,205,127) 35%, rgb(255,212,102) 35%, rgb(245,204,81) 97%, rgb(255,235,153) 98%);
background-image: -webkit-linear-gradient(bottom, rgb(235,175,70) 1%, rgb(255,187,51) 30%, rgb(250,205,127) 35%, rgb(255,212,102) 35%, rgb(245,204,81) 97%, rgb(255,235,153) 98%);
background-image: -ms-linear-gradient(bottom, rgb(235,175,70) 1%, rgb(255,187,51) 30%, rgb(250,205,127) 35%, rgb(255,212,102) 35%, rgb(245,204,81) 97%, rgb(255,235,153) 98%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.01, rgb(235,175,70)),
	color-stop(0.3, rgb(255,187,51)),
	color-stop(0.35, rgb(250,205,127)),
	color-stop(0.35, rgb(255,212,102)),
	color-stop(0.97, rgb(245,204,81)),
	color-stop(0.98, rgb(255,235,153))
);
*/

background-image: linear-gradient(top, rgb(248,190,0) 0%, rgb(244,150,0) 100%);
background-image: -o-linear-gradient(top, rgb(248,190,0) 0%, rgb(244,150,0) 100%);
background-image: -moz-linear-gradient(top, rgb(248,190,0) 0%, rgb(244,150,0) 100%);
background-image: -webkit-linear-gradient(top, rgb(248,190,0) 0%, rgb(244,150,0) 100%);
background-image: -ms-linear-gradient(top, rgb(248,190,0) 0%, rgb(244,150,0) 100%);

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(248,190,0)),
	color-stop(1, rgb(244,150,0))
);
}

 .menuFooter{
	 border-bottom:#cc3300 solid 1px;
	 border-top:#cc3300 solid 1px;
	 
	 
/*	 
background-image: linear-gradient(bottom, rgb(235,122,70) 1%, rgb(255,116,51) 30%, rgb(250,166,127) 35%, rgb(255,150,102) 35%, rgb(245,145,79) 97%, rgb(255,194,153) 98%);
background-image: -o-linear-gradient(bottom, rgb(235,122,70) 1%, rgb(255,116,51) 30%, rgb(250,166,127) 35%, rgb(255,150,102) 35%, rgb(245,145,79) 97%, rgb(255,194,153) 98%);
background-image: -moz-linear-gradient(bottom, rgb(235,122,70) 1%, rgb(255,116,51) 30%, rgb(250,166,127) 35%, rgb(255,150,102) 35%, rgb(245,145,79) 97%, rgb(255,194,153) 98%);
background-image: -webkit-linear-gradient(bottom, rgb(235,122,70) 1%, rgb(255,116,51) 30%, rgb(250,166,127) 35%, rgb(255,150,102) 35%, rgb(245,145,79) 97%, rgb(255,194,153) 98%);
background-image: -ms-linear-gradient(bottom, rgb(235,122,70) 1%, rgb(255,116,51) 30%, rgb(250,166,127) 35%, rgb(255,150,102) 35%, rgb(245,145,79) 97%, rgb(255,194,153) 98%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.01, rgb(235,122,70)),
	color-stop(0.3, rgb(255,116,51)),
	color-stop(0.35, rgb(250,166,127)),
	color-stop(0.35, rgb(255,150,102)),
	color-stop(0.97, rgb(245,145,79)),
	color-stop(0.98, rgb(255,194,153))
);
*/
background-image: linear-gradient(top, rgb(255,162,0) 0%, rgb(242,89,0) 100%);
background-image: -o-linear-gradient(top, rgb(255,162,0) 0%, rgb(242,89,0) 100%);
background-image: -moz-linear-gradient(top, rgb(255,162,0) 0%, rgb(242,89,0) 100%);
background-image: -webkit-linear-gradient(top, rgb(255,162,0) 0%, rgb(242,89,0) 100%);
background-image: -ms-linear-gradient(top, rgb(255,162,0) 0%, rgb(242,89,0) 100%);

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(255,162,0)),
	color-stop(1, rgb(242,89,0))
);
}

 .menuHeader{
	 border-bottom:#cc3300 solid 1px;
	 border-top:#cc3300 solid 1px;
/*	 
background-image: linear-gradient(bottom, rgb(235,122,70) 1%, rgb(255,116,51) 30%, rgb(250,166,127) 35%, rgb(255,150,102) 35%, rgb(245,145,79) 97%, rgb(255,194,153) 98%);
background-image: -o-linear-gradient(bottom, rgb(235,122,70) 1%, rgb(255,116,51) 30%, rgb(250,166,127) 35%, rgb(255,150,102) 35%, rgb(245,145,79) 97%, rgb(255,194,153) 98%);
background-image: -moz-linear-gradient(bottom, rgb(235,122,70) 1%, rgb(255,116,51) 30%, rgb(250,166,127) 35%, rgb(255,150,102) 35%, rgb(245,145,79) 97%, rgb(255,194,153) 98%);
background-image: -webkit-linear-gradient(bottom, rgb(235,122,70) 1%, rgb(255,116,51) 30%, rgb(250,166,127) 35%, rgb(255,150,102) 35%, rgb(245,145,79) 97%, rgb(255,194,153) 98%);
background-image: -ms-linear-gradient(bottom, rgb(235,122,70) 1%, rgb(255,116,51) 30%, rgb(250,166,127) 35%, rgb(255,150,102) 35%, rgb(245,145,79) 97%, rgb(255,194,153) 98%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.01, rgb(235,122,70)),
	color-stop(0.3, rgb(255,116,51)),
	color-stop(0.35, rgb(250,166,127)),
	color-stop(0.35, rgb(255,150,102)),
	color-stop(0.97, rgb(245,145,79)),
	color-stop(0.98, rgb(255,194,153))
);*/

background-image: linear-gradient(top, rgb(255,162,0) 0%, rgb(242,89,0) 100%);
background-image: -o-linear-gradient(top, rgb(255,162,0) 0%, rgb(242,89,0) 100%);
background-image: -moz-linear-gradient(top, rgb(255,162,0) 0%, rgb(242,89,0) 100%);
background-image: -webkit-linear-gradient(top, rgb(255,162,0) 0%, rgb(242,89,0) 100%);
background-image: -ms-linear-gradient(top, rgb(255,162,0) 0%, rgb(242,89,0) 100%);

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(255,162,0)),
	color-stop(1, rgb(242,89,0))
);
}
/*Corner
-------------------------------------------*/
.Corner {
	padding:0px 0px 15px 0px;
}
/*サムネイルつきリスト//////////////////////////////////////*/

/*(大)
--------------------------------------------*/
.picTitleList1{
	margin:5px;
	background:#FFF;
}

.picTitleList1 li{
	border-bottom: 1px  solid #CCC;
	padding:5px;
}

.picTitleList1 li img{
	border:#CCC solid 1px;
-moz-box-shadow: 1px 1px 5px #eee;
-webkit-box-shadow: 1px 1px 5px #eee;
}

/*.picTitleList1 ul li:nth-child(odd){
background-image: linear-gradient(bottom, rgb(239,239,239) 0%, rgb(255,255,255) 80%);
background-image: -o-linear-gradient(bottom, rgb(239,239,239) 0%, rgb(255,255,255) 80%);
background-image: -moz-linear-gradient(bottom, rgb(239,239,239) 0%, rgb(255,255,255) 80%);
background-image: -webkit-linear-gradient(bottom, rgb(239,239,239) 0%, rgb(255,255,255) 80%);
background-image: -ms-linear-gradient(bottom, rgb(239,239,239) 0%, rgb(255,255,255) 80%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(239,239,239)),
	color-stop(0.8, rgb(255,255,255))
);}*/

/*.picTitleList1 ul li:nth-child(even){
	background:#efefef;
	}*/


.picTitleList1 dl{
	overflow: hidden; /*floatの解除*/
    position: relative; /*DWで正常にプレビュー*/
    zoom:1; /*IE6*/
}

.picTitleList1 dt{
	float: left;
    display: block;
    width: 33.3%;
	margin:0px 10px 5px 0px;
}

.picTitleList1 dd{
	color:#434141;
	display:block;
	
}

.picTitleList1 mark{
	color: #1122CC;
    font-weight: bold;
	line-height:1em;
}

.picTitleList1 .title , .picTitleList2 .title{
	font-size:85%;
	
}

.picTitleList1 .syutuen, 
.picTitleList1 .price ,
.picTitleList1 .text , 
.picTitleList2 .syutuen, 
.picTitleList2 .price ,
.picTitleList2 .text

{ 
	line-height: 1.2em;

	font-size: 65%;
	display:block;
}

.picTitleList1 .new , .picTitleList2 .new{
	color:#FFFFFF;
    background-color: #FF0000;
    border: 1px solid #FF0000;
	


	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	margin:3px 0px;
	width:40px;
	}
	
	.explainGenreS{
		background-color:#ff5a8d;
		color:#fff;
		border: 1px solid #ff5a8d;
		width:60px;
		font-size:0.8em;
		padding:2px;
		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	line-height:1.5em;
	margin-bottom:5px;
	}
	
	.explainGenreTL{
		background-color:#ff47b6;
		color:#fff;
		border: 1px solid #ff47b6;
		width:60px;
		font-size:0.8em;
		padding:2px;
		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	line-height:1.5em;
	margin-bottom:5px;
	}
	
	.explainGenreBL{
		background-color:#c94eff;
		color:#fff;
		border: 1px solid #c94eff;
		width:60px;
		font-size:0.8em;
		padding:2px;
		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
		line-height:1.5em;
	margin-bottom:5px;

	}


	.explainGenreG{
		background-color:#ffc64a;
		color:#fff;
		border: 1px solid #ffc64a;
		width:60px;
		font-size:0.8em;
		padding:2px;
		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	line-height:1.5em;
	margin-bottom:5px;
	}
	
	.explainGenreB{
		background-color:#4dabff;
		color:#fff;
		border: 1px solid #4dabff;
		width:60px;
		font-size:0.8em;
		padding:2px;
		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
		line-height:1.5em;
	margin-bottom:5px;

	}

	
	
	

/*picTitleList2*/

.picTitleList2{
}

.picTitleList2 li{
	border-bottom: 1px  solid #CCC;
	padding:5px;
}

.picTitleList2 dl{
	overflow: hidden; /*floatの解除*/
    position: relative; /*DWで正常にプレビュー*/
    zoom:1; /*IE6*/
}

.picTitleList2 dt{
	float: left;
    display: block;
    width: 15%;
	margin:0px 5px 0px 0px;
}

.picTitleList2 dd{
	color:#434141;
	display:block;
	line-height: 1.1em;
}

.picTitleList2 mark{
	color: #1122CC;
    font-weight: bold;
}



/*picTitleList3*/
.picTitleList3{
	text-align:center;
}

.picTitleList3 ul{
	text-align:center;
}

.picTitleList3 li {
    display: inline-block;
    margin: 3px;
    min-height: 150px;
    vertical-align: top;
    width: 90px;
}

.picTitleList3 a{
	}

.picTitleList3 p{
    color: #6633CC;
    font-size: 0.8em;
    /*font-weight: bold;*/
    line-height: 1em;
    margin: 3px;
    text-align: center;
	
	
			background-color:#ffff66;

	border:#ffcc33 solid 1px;
	
	border-radius: 3px;		
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align:center;
	color:#ff0066;
	
	padding:5px 0px;
	line-height:1em;


}


/*特集画像バナー2列リスト
--------------------------------------------*/	
.specialList1 {
	margin:5px;
}
.specialList1 ul {
	overflow: hidden; /*floatの解除*/
	position: relative; /*DWで正常にプレビュー*/
	zoom:1; /*IE6*/
}
.specialList1 li {
	background-color:#cccccc;
	width:50%;
	float:left;
	display:block;
	text-align:center;
}
/*特集画像付きテキストリスト
--------------------------------------------*/
.specialList2 ul {
		overflow: hidden; /*floatの解除*/
	position: relative; /*DWで正常にプレビュー*/
	zoom:1; /*IE6*/

	border-bottom:1px solid #CCC;
}
.specialList2 ul li {
	background-image: linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 60%);
	background-image: -o-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 60%);
	background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 60%);
	background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 60%);
	background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 60%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(230,230,230)), color-stop(0.6, rgb(255,255,255)) );
	border-top: 1px solid #CCC;
	height: 60px;
	margin: 0px;
}
.specialList2 ul li a {
	color: #666;
	display: block;
	height: 60px;
	margin: 0px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
}
.specialList2 ul li img {
	float: left;
	height: 60px;
	width: 60px;
	margin-right:10px;
}
.specialList2 ul li a strong {
	/*color:#0099CC;*/
		color:#1122CC;
	display:block;
	font-weight:bold;
	padding-top:5px;
}

.specialList2 ul li a span {
	font-size:70%;
}



/*ジャンルテキストリスト

--------------------------------------------*/
.genreList1 {
	margin:10px;
}
.genreList1 ul {
	border-bottom:1px solid #CCC;
	overflow: hidden; /*floatの解除*/
	position: relative; /*DWで正常にプレビュー*/
	zoom:1; /*IE6*/
	border-left:1px solid #CCC;
}
.genreList1 ul li {
	background-image: linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 60%);
	background-image: -o-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 60%);
	background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 60%);
	background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 60%);
	background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 60%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(230,230,230)), color-stop(0.6, rgb(255,255,255)) );
	border-top: 1px solid #CCC;
	background-color:#cccccc;
	width:50%;
	float:left;
	display:block;
	text-align:center;
}
.genreList1 ul li a {
	border-right:1px solid #CCC;
	color: #666;
	display: block;
	margin: 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	padding:10px;
}
.genreList1 a:nth-child(odd) {
/*border-left:1px solid #CCC;*/
	}
.genreList1 ul li a strong {
	color:#1122CC;
	display:block;
	font-weight:bold;
}
/*ranking ランキング
-------------------------------------------*/
.picRank1, .picRank2 {
	overflow: hidden; /*floatの解除*/
	position: relative; /*DWで正常にプレビュー*/
	zoom:1; /*IE6*/
	
	padding:10px;
	text-align:center;
}
.picRank1 li {
	width:31%;
	float:left;
	display:block;
	text-align:center;
	padding:0px 10px 0px 0px ;
}

.picRank1 li .picrankLast{
	padding:none;
}

.picRank2 li {
	margin-top:5px;
	width:25%;
	float:left;
	display:block;
	text-align:center;
	
}
.picRank1 .none, .picRank2.none {
	padding:0px;
}
.picRank1 img{
	width:100%;
}

.picRank2 img {
	width:100%;
}
.rank1 {
	color:#774e11;
	display:block;
	/*background-color: #e1c476;*/
	
background-image: linear-gradient(bottom, rgb(242,188,39) 0%, rgb(225,197,118) 100%);
background-image: -o-linear-gradient(bottom, rgb(242,188,39) 0%, rgb(225,197,118) 100%);
background-image: -moz-linear-gradient(bottom, rgb(242,188,39) 0%, rgb(225,197,118) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(242,188,39) 0%, rgb(225,197,118) 100%);
background-image: -ms-linear-gradient(bottom, rgb(242,188,39) 0%, rgb(225,197,118) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(242,188,39)),
	color-stop(1, rgb(225,197,118))
);	
	border: 1px solid #cc9900;
	border-radius: 3px;
	padding:3px;
	text-shadow: 0 1px 1px #fde8be;
	font-weight:bold;
	margin-bottom:5px;
}
.rank2 {
	color:#666666;
	display:block;
	/*background-color: #dbdbd9;*/
	
background-image: linear-gradient(bottom, rgb(126,132,127) 0%, rgb(189,190,190) 100%);
background-image: -o-linear-gradient(bottom, rgb(126,132,127) 0%, rgb(189,190,190) 100%);
background-image: -moz-linear-gradient(bottom, rgb(126,132,127) 0%, rgb(189,190,190) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(126,132,127) 0%, rgb(189,190,190) 100%);
background-image: -ms-linear-gradient(bottom, rgb(126,132,127) 0%, rgb(189,190,190) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(126,132,127)),
	color-stop(1, rgb(189,190,190))
);	
	border: 1px solid #a6a7a2;
	border-radius: 3px;
	padding:3px;
	text-shadow: 0 1px 1px #f8f9f4;
	font-weight:bold;
	margin-bottom:5px;
}
.rank3 {
	color:#945238;
	display:block;
	/*background-color: #e0ab83;*/
	
	background-image: linear-gradient(bottom, rgb(182,127,76) 0%, rgb(224,171,131) 100%);
background-image: -o-linear-gradient(bottom, rgb(182,127,76) 0%, rgb(224,171,131) 100%);
background-image: -moz-linear-gradient(bottom, rgb(182,127,76) 0%, rgb(224,171,131) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(182,127,76) 0%, rgb(224,171,131) 100%);
background-image: -ms-linear-gradient(bottom, rgb(182,127,76) 0%, rgb(224,171,131) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(182,127,76)),
	color-stop(1, rgb(224,171,131))
);

	
	border: 1px solid #ae7659;
	border-radius: 3px;
	padding:3px;
	text-shadow: 0 1px 1px #fae7cd;
	font-weight:bold;
	margin-bottom:5px;
}
.rankU {
	color:#333;
	display:block;
	background-color: #999;
	border: 1px solid #666;
	border-radius: 3px;
	padding:2px;
	margin:3px;
	text-shadow: 0 1px 1px #FFFFFF;
	font-weight:bold;
	;
}


.ranktagu {
	color: #F09;
	display:block;
background-image: linear-gradient(bottom, rgb(254,182,232) 0%, rgb(250,232,246) 100%);
background-image: -o-linear-gradient(bottom, rgb(254,182,232) 0%, rgb(250,232,246) 100%);
background-image: -moz-linear-gradient(bottom, rgb(254,182,232) 0%, rgb(250,232,246) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(254,182,232) 0%, rgb(250,232,246) 100%);
background-image: -ms-linear-gradient(bottom, rgb(254,182,232) 0%, rgb(250,232,246) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(254,182,232)),
	color-stop(1, rgb(250,232,246))
);

border: 1px solid #fe67cd;
	border-radius: 3px;
	padding:2px;
	margin:5px 0px;
	text-shadow: 0 1px 1px #FFFFFF;
	font-weight:bold;
	;
}

.ranktagu2 {
	color: #90C;
	display:block;
background-image: linear-gradient(bottom, rgb(227,182,254) 0%, rgb(246,232,252) 100%);
background-image: -o-linear-gradient(bottom, rgb(227,182,254) 0%, rgb(246,232,252) 100%);
background-image: -moz-linear-gradient(bottom, rgb(227,182,254) 0%, rgb(246,232,252) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(227,182,254) 0%, rgb(246,232,252) 100%);
background-image: -ms-linear-gradient(bottom, rgb(227,182,254) 0%, rgb(246,232,252) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(227,182,254)),
	color-stop(1, rgb(246,232,252))
);


border: 1px solid #c367fe;
	border-radius: 3px;
	padding:2px;
	margin:5px 0px;
	text-shadow: 0 1px 1px #FFFFFF;
	font-weight:bold;
	;
}

		

/* ///////////////////////////////////////////////// */
/* 4.contentFoot                                     */
/* ///////////////////////////////////////////////// */

/* フッター */

#footer{
	width: 100%;
	background: #ff064d;
	padding: 10px 0px 0px 0px;
}


#footer #footNav{
	font-size: 80%;
	margin: 0px 0px 10px 0px;
}


#footer #footNav a{
	color: #ffffff;
}


.copy {
	clear: both;
	text-align: center;
	font-size: 60%;
	line-height: 150%;
	color: #ffffff;
}


/*.moreButton
-------------------------------------------*/

.moreButton {
	margin:10px 10px 15px 10px;
}

.moreButton h2 {
	border-radius: 6px;
	background-image: linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 60%);
	background-image: -o-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 60%);
	background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 60%);
	background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 60%);
	background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 60%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(230,230,230)), color-stop(0.6, rgb(255,255,255)) );
	border-radius: 4px;
	-webkit-border-radius: 4px;

	-moz-border-radius: 4px;
}
.moreButton h2 a {
	display:block;
	text-align:center;
	border:  1px solid #999;
	border-radius: 6px;
	padding:10px 0px;
}

/*.moreButtonY
-------------------------------------------*/

.moreButtonY {
	margin:10px 10px 15px 10px;
}
.moreButtonY h2 {
	border-radius: 6px;
	
	background-image: linear-gradient(top, rgb(247,221,142) 0%, rgb(251,224,69) 50%, rgb(255,219,14) 80%);
background-image: -o-linear-gradient(top, rgb(247,221,142) 0%, rgb(251,224,69) 50%, rgb(255,219,14) 80%);
background-image: -moz-linear-gradient(top, rgb(247,221,142) 0%, rgb(251,224,69) 50%, rgb(255,219,14) 80%);
background-image: -webkit-linear-gradient(top, rgb(247,221,142) 0%, rgb(251,224,69) 50%, rgb(255,219,14) 80%);
background-image: -ms-linear-gradient(top, rgb(247,221,142) 0%, rgb(251,224,69) 50%, rgb(255,219,14) 80%);

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(247,221,142)),
	color-stop(0.5, rgb(251,224,69)),
	color-stop(0.8, rgb(255,219,14))
);

	border-radius: 4px;
	-webkit-border-radius: 4px;

	-moz-border-radius: 4px;
}
.moreButtonY h2 a {
	display:block;
	text-align:center;
	border:  1px solid #F00;
	border-radius: 6px;
	padding:10px 0px;
	
	color:#F00;
	text-shadow: 0px 0px 5px #fff;
}


/*ﾎﾞﾀﾝ
--------------------------------------------*/
.pay_btn {
	clear:both;
	font-size:20px;
	text-shadow: 1px 1px 1px #999999;
	margin:10px 0px 10px 0px;
	padding:8px 0px 8px 0px;
	display: inline-block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 280px;
	height: auto;
	background-color:#FF6699;
	text-align:center;
	background-image:gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(255,255,255,0.3)));
	box-shadow: 0px 3px 10px rgba(0,0,0,0.3),inset 0 0 5px rgba(0,0,0,0.5);
}

.point_btn {
	clear:both;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	background: #FF3374;
	background: -webkit-gradient(linear, left top, left bottom, from(#c4ff00), to(#5ca617));
	background: -moz-linear-gradient(top, #c4ff00, #5ca617);
	margin:10px 0px 10px 0px;
	padding:8px 0px 8px 0px;
	display: inline-block;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	width: 90%;
	vertical-align: middle;
	text-align: center;
}

.dl_btn {
	clear:both;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	background-color:#f56589;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffb1c5), to(#f56589));
	background: -moz-linear-gradient(top, #ffb1c5, #f56589);
	margin:10px 0px 10px 0px;
	padding:8px 0px 8px 0px;
	display: inline-block;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	width: 90%;
	vertical-align: middle;
	text-align: center;
}

.section_btn {
	clear:both;
	color: #333333;
	font-size: 16px;
	border: 1px solid #DDDDDD;
	background: #999999;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
	background: -moz-linear-gradient(top, #FFFFFF, #DDDDDD);
	margin:10px 0px 10px 0px;
	padding:8px 0px 8px 0px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	width: 90%;
	vertical-align: middle;
	text-align: center;
}

.return_btn {
	clear:both;
	color: #f56589;
	font-size: 16px;
	border: 1px solid #f56589;
	background: #FFFFFF;
	margin:10px 0px 10px 0px;
	padding:6px 0px 6px 0px;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	width: 90%;
	vertical-align: middle;
	text-align: center;
}




/* ///////////////////////////////////////////////// */
/* 5.LP                                              */
/* ///////////////////////////////////////////////// */


/*install
---------------------------------------------*/

#install {
	color:#ffffff;
}
#install p {
	font-size:75%;
	margin:5px 10px;
}
.line {
	border-bottom:dotted #999 1px;
	margin-bottom:10px;
	padding: 0px 0px 10px 0px;
}
.space {
	padding: 0px 0px 10px 0px;
}
/*ガイドページ　リワード
-------------------------------------*/
.QandA {
	padding:0px 0px 10px 0px;
}

.bgGray{
	background-color:#dedede;
	padding:0px 3px;
	
	margin:0px 0px 5px 0px;
}


.blue {
	color:#2A62AE;
}
.pink {
	color:#E61673;
}

.red {
	color:#ff1a00;
}
.Question {
	border-bottom:#666 1px dotted;
	padding:10px 10px 15px 10px;
}
.Question h2 {
	font-size:1.2em;
	font-weight:bold;
}
.last {
	border-bottom:none;
}
.Question ul {
	line-height: 1em;
	font-size:75%;
}
.Question li {
	display:block;
	margin:10px 0px;
}
.Question dl {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	/*text-shadow: 0 1px #fff;*/
  padding:5px;
}
.step1 {
	background-color: #fff;
	border: 1px solid #FC0;
}
.step2 {
	background-color: #fff;
	border: 1px solid #F60;
}
.step3 {
	background-color: #fff;
	border: 1px solid #ff0000;
}
.Question dt {
	font-weight:bold;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding:0px 5px;
}
.Question .step1 dt {
	background-color:  #FC0;
	border: 1px solid #FC0;
	color:#fff;
}
.Question .step2 dt {
	background-color:  #F60;
	border: 1px solid #F60;
	color:#fff;
}
.Question .step3 dt {
	background-color:  #ff0000;
	border: 1px solid #ff0000;
	color:#fff;
}
.Question dd, .Question p {
	font-size:100%;
}

.answers{
	padding:0px 0px 10px 0px;
}


/*mainComic
------------------------------------------*/
#mainComic{
	text-align:center;
	margin:0px 10px;
}

#mainComic li{
	background-color:#FF00FF;
	border:  1px solid #FF00FF;
	margin:0px 0px 10px 0px;

}

#mainComic  .liTop{
	margin-top: 0px;
}

#mainComic dl{
	background-color:#FFF;
	padding:0px 0px 10px 0px;
}

#mainComic dt a{
	color: #FF0;
	font-weight:bold;
	line-height:1em;
}

#mainComic dd{
	font-size:75%;
	text-align:left;
	padding:5px 10px;
	color:#666;
}

 .sample{
		margin:0px 10px;
		border-radius: 6px;

		background-image: linear-gradient(bottom, rgb(57,98,173) 32%, rgb(79,126,193) 86%, rgb(79,126,193) 100%);
background-image: -o-linear-gradient(bottom, rgb(57,98,173) 32%, rgb(79,126,193) 86%, rgb(79,126,193) 100%);
background-image: -moz-linear-gradient(bottom, rgb(57,98,173) 32%, rgb(79,126,193) 86%, rgb(79,126,193) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(57,98,173) 32%, rgb(79,126,193) 86%, rgb(79,126,193) 100%);
background-image: -ms-linear-gradient(bottom, rgb(57,98,173) 32%, rgb(79,126,193) 86%, rgb(79,126,193) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.32, rgb(57,98,173)),
	color-stop(0.86, rgb(79,126,193)),
	color-stop(1, rgb(79,126,193))
);

	text-align:center;
	color:#FFFFFF;
	
	  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  
  border: 1px solid #FFF;
	-moz-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
}

#mainComic .text{
	color:#FFFFFF;
}

 .sample a{
		display:block;
	padding:10px 0px;
	color:#FF0;
	font-weight:bold;

}

.free_icon_s{
	margin-top:3px;
	color:#FF0;
		background-image: linear-gradient(bottom, rgb(57,98,173) 32%, rgb(79,126,193) 86%, rgb(79,126,193) 100%);
background-image: -o-linear-gradient(bottom, rgb(57,98,173) 32%, rgb(79,126,193) 86%, rgb(79,126,193) 100%);
background-image: -moz-linear-gradient(bottom, rgb(57,98,173) 32%, rgb(79,126,193) 86%, rgb(79,126,193) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(57,98,173) 32%, rgb(79,126,193) 86%, rgb(79,126,193) 100%);
background-image: -ms-linear-gradient(bottom, rgb(57,98,173) 32%, rgb(79,126,193) 86%, rgb(79,126,193) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.32, rgb(57,98,173)),
	color-stop(0.86, rgb(79,126,193)),
	color-stop(1, rgb(79,126,193))
);

	text-align:center;
	font-size:75%;
	
		  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  
  -moz-box-shadow: 0px 0px 2px rgba(fff,fff,fff,0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(fff,fff,fff,0.3);

	}