﻿@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                                     */
/* ///////////////////////////////////////////////// */

.header1 {
	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)) );
 　 background-size: 100% 100%;
	height:50px;
	/*border-bottom:1px solid #dadada;*/
	border-bottom:3px solid #F33;
	overflow: hidden; /*floatの解除*/
	position: relative; /*DWで正常にプレビュー*/
	zoom:1; /*IE6*/
}
.header1 h1 {
	display:block;
	height:50px;
	width:135px;
	line-height:50px;
	font-weight:bold;
	/*margin-left:5px;*/
	float:left;
}

/* ///////////////////////////////////////////////// */
/* 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 .borderSelect {
	border-bottom:#dfdfdf solid 3px;
}
#categoryLink .borderBoy {
	/*border-bottom:#0066FF solid 5px;*/
	border-bottom:#2d8eff solid 5px;
}
#categoryLink .textBoy {
	color:#2d8eff;
}
#categoryLink .borderSexy {
	border-bottom:#fe438e solid 5px;
}
#categoryLink .textSexy {
	color:#fe438e;
}
#categoryLink .borderGirl {
	border-bottom:#ffb42f solid 5px;
}
#categoryLink .textGirl {
	color:#ffb42f;
}
#categoryLink .borderTl {
	border-bottom:#fd32ff solid 5px;
}
#categoryLink .textTl {
	color:#fd32ff;
}
#categoryLink .borderBl {
	border-bottom:#ab33ff solid 5px;
}
#categoryLink .textBl {
	color:#ab33ff;
}
#categoryLink ul {
	overflow: hidden; /*floatの解除*/
	position: relative; /*DWで正常にプレビュー*/
	zoom:1; /*IE6*/
	text-align:center;
	padding: 0px 5px 0px 5px;
}
#categoryLink li {
	display:block;
	float:left;
	text-align:center;
	color:#FFF;
	width:49%;
	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:7px 0px;
	border:#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;
}

/*ボタンメニュー
--------------------------------------------*/	
.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;
}

/*月額ｺｰｽ登録ボタン
-------------------------------------------*/

.enrolButton{
	margin:10px 10px 10px 10px;
}

.enrolButton h2{
			border-radius: 6px;

background-image: linear-gradient(bottom, rgb(255,229,59) 0%, rgb(255,247,92) 74%);
background-image: -o-linear-gradient(bottom, rgb(255,229,59) 0%, rgb(255,247,92) 74%);
background-image: -moz-linear-gradient(bottom, rgb(255,229,59) 0%, rgb(255,247,92) 74%);
background-image: -webkit-linear-gradient(bottom, rgb(255,229,59) 0%, rgb(255,247,92) 74%);
background-image: -ms-linear-gradient(bottom, rgb(255,229,59) 0%, rgb(255,247,92) 74%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(255,229,59)),
	color-stop(0.74, rgb(255,247,92))
);

}

.enrolButton h2 a{
	margin:0px 0px 5px 0px;
	display:block;

	color: #F00;
		text-align:center;
			border:  3px solid  #cc0000;
			border-radius: 6px;
			padding:10px 0px;
			font-weight:bold;
}


/*月額ｺｰｽ解約ボタン
-------------------------------------------*/
.kaiyakuDocomo , .kaiyakuKDDI{
	margin:10px 10px 10px 10px;
}

.kaiyakuDocomo h2{
			border-radius: 6px;
			border:  1px solid  #cc0000;
		
			
	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)) );
}

.kaiyakuKDDI h2{
			border-radius: 6px;
			border:  1px solid  #cc0000;
			
			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)) );

}

.kaiyakuDocomo h2 a , .kaiyakuKDDI h2 a{
	color:#FFF;
	display:block;
		text-align:center;
			border-radius: 6px;
			padding:10px 0px;
			font-weight:bold;
}


/*画像棚
--------------------------------------------*/

.picList {
	overflow: hidden; /*floatの解除*/
	position: relative; /*DWで正常にプレビュー*/
	zoom:1; /*IE6*/
}
.picList li {
	width:25%;
	float:left;
	display:block;
	text-align:center;
}
li.none {
	padding:0px;
}
.picList img {
	width:100%;
}

/*見出し
--------------------------------------------*/
h1 span{
	padding:0px 0px 0px 5px;
	color:#fff;
	
	border-left:#FFF solid 6px;
	}
	
.slash{
	padding:5px;
		background-image:url("eyebook_files/bg.png");
	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))
);
}

 .mensCorner{
	 border-bottom:#0000cc solid 1px;
	 border-top:#0000cc 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))
);

}

 .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))
);
}


 .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))
);

}

 .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))
);
}

 .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))
);
}
/*Corner
-------------------------------------------*/
.Corner {
	padding:0px 0px 15px 0px;
}
/*サムネイルつきリスト//////////////////////////////////////*/

/*(大)
--------------------------------------------*/
.picTitleList1{
}

.picTitleList1 li{
	border-bottom: 1px  solid #CCC;
	padding:5px;
}



.picTitleList1 dl{
	overflow: hidden; /*floatの解除*/
    position: relative; /*DWで正常にプレビュー*/
    zoom:1; /*IE6*/
}

.picTitleList1 dt{
	float: left;
    display: block;
    width: 105px;
	margin:0px 5px 0px 0px;
}

.picTitleList1 dd{
	color:#434141;
	display:block;
	line-height: 1.1em;
}

.picTitleList1 mark{
	color: #1122CC;
    font-weight: bold;
}

.picTitleList1 .title , .picTitleList2 .title{
	font-size:90%;
	
}

.picTitleList1 .syutuen, 
.picTitleList1 .price ,
.picTitleList1 .text , 
.picTitleList2 .syutuen, 
.picTitleList2 .price ,
.picTitleList2 .text

{ 
	font-size: 75%;
	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;
	}

.picTitleList1 .mens, .picTitleList2 .mens{
	color:#FFFFFF;
    background-color: #3399FF;
    border: 1px solid #3399FF;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	margin:3px 0px;
	width:40px;
	}

.picTitleList1 .girl , .picTitleList2 .girl{
	color:#FFFFFF;
    background-color: #FF3399;
    border: 1px solid #FF3399;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	margin:3px 0px;
	width:40px;
	}

.picTitleList1 .bl , .picTitleList2 .bl{
	color:#FFFFFF;
    background-color: #33CC33;
    border: 1px solid #33CC33;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	margin:3px 0px;
	width:40px;
	}


/*ranking ランキング
-------------------------------------------*/
.picRank1, .picRank2 {
	overflow: hidden; /*floatの解除*/
	position: relative; /*DWで正常にプレビュー*/
	zoom:1; /*IE6*/
	text-align:center;
}
.picRank1 li {
	width:33.3%;
	float:left;
	display:block;
	text-align:center;
}

.picRank1 li img{
	width:105px;
}
.picRank2 li {
	margin-top:5px;
	width:25%;
	float:left;
	display:block;
	text-align:center;
}
.picRank1 .none, .picRank2.none {
	padding:0px;
}
.picRank1 img, .picRank2 img {
	width:100%;
}
.rank1 {
	color:#774e11;
	display:block;
	background-color: #e1c476;
	border: 1px solid #cc9900;
	border-radius: 3px;
	padding:3px;
	margin:3px;
	text-shadow: 0 1px 1px #fde8be;
	font-weight:bold;
}
.rank2 {
	color:#666666;
	display:block;
	background-color: #dbdbd9;
	border: 1px solid #a6a7a2;
	border-radius: 3px;
	padding:3px;
	margin:3px;
	text-shadow: 0 1px 1px #f8f9f4;
	font-weight:bold;
	;
}
.rank3 {
	color:#945238;
	display:block;
	background-color: #e0ab83;
	border: 1px solid #ae7659;
	border-radius: 3px;
	padding:3px;
	margin:3px;
	text-shadow: 0 1px 1px #fae7cd;
	font-weight:bold;
	;
}
/* ///////////////////////////////////////////////// */
/* 4.contentFoot                                     */
/* ///////////////////////////////////////////////// */

/*contentFootLink
-------------------------------------------*/
#contentFootLink {
	padding:10px;
	background-color: #CCC
}
#contentFootLink .list1 {
	border-top:1px solid #999;
}
#contentFootLink .list1 li {
	border-top:none;
	border-bottom:1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	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)) );
}
#contentFootLink .list1 li:nth-child(odd) {
	float:left;
	width:50%;
}
#contentFootLink .list1 li a {
	color: #666;
	display: block;
	height: 45px;
	margin: 0px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-shadow:0 2px 1px #fff;
}
#contentFootLink .list1 li a span {
	text-align:center;
	display:block;
	font-size: 100%;
	font-weight: bold;
	padding: 15px;
	margin: 0px;
	line-height:1em;
	color:#1122CC;
}
#contentFootLink .list2 {
	display:block;
	text-align: center;
	margin:10px 20px;
}
#contentFootLink .list2 li {
	display: inline-block;
	line-height: 1;
	margin-bottom: 10px;
	margin-right: 7px;
	padding-right: 7px;
}
#contentFootLink .list2 li a {
}
#contentFootLink .list2 li a span {
	text-align:center;
	font-size: 80%;
	font-weight: bold;
	line-height:1em;
	color:#1122CC;
}
/*contentFoot
-------------------------------------------*/
#contentFoot {
}
/*p.copyright*/
	#contentFoot p.copyright {
	padding:5px 0px;
	text-align:center;
	background: #333;
	color: #999;
	font-size:0.7em;
}
/*.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;
}
/* ///////////////////////////////////////////////// */
/* 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;
}





.new {
	color:#FFFFFF;
	background-color: #FF3399;
	border: 1px solid #FF3399;
	border-radius: 2px;
	margin:0px 0px 3px 0px;
	font-size: 0.7em;
	margin:0px 0px 0px 0px;
	width:40px;
}
.mens {
	color:#FFFFFF;
	background-color: #3399FF;
	border: 1px solid #3399FF;
	border-radius: 2px;
	margin:0px 0px 3px 0px;
	font-size: 0.7em;
	margin:0px 0px 0px 0px;
	width:40px;
}
.girl {
	color:#FFFFFF;
	background-color: #FF3399;
	border: 1px solid #FF3399;
	border-radius: 2px;
	margin:0px 0px 3px 0px;
	font-size: 0.7em;
	margin:0px 0px 0px 0px;
	width:40px;
}
.tl {
	color:#FFFFFF;
	background-color: #FF3399;
	border: 1px solid #FF3399;
	border-radius: 2px;
	margin:0px 0px 3px 0px;
	font-size: 0.7em;
	margin:0px 0px 0px 0px;
	width:40px;
}
.bl {
	color:#FFFFFF;
	background-color: #33CC33;
	border: 1px solid #33CC33;
	border-radius: 2px;
	margin:0px 0px 3px 0px;
	font-size: 0.7em;
	margin:0px 0px 0px 0px;
	width:40px;
}

.ctitle {
	color: #F56589;
	font-weight: bold;
	padding: 0px;
	line-height: 1em;
}

.ctitle.new {
	color:#FFFFFF;
	background-color: #FF3399;
	border: 1px solid #FF3399;
	border-radius: 2px;
	margin:0px 0px 3px 0px;
	font-size: 0.7em;
	margin:0px 0px 0px 0px;
	width:40px;
}

.ctitle new {
	color:#FFFFFF;
	background-color: #FF3399;
	border: 1px solid #FF3399;
	border-radius: 2px;
	margin:0px 0px 3px 0px;
	font-size: 0.7em;
	margin:0px 0px 0px 0px;
	width:40px;
}