@charset "utf-8";


/*--Base------------------------------------------------------------*/

html,body {
	width: 100%;
	height: 100%;
}

html {
	height: 100%;
	overflow-y: scroll;
}

/*--Reset-----------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

* {
	transition-property: all;
	transition-duration:0.1s;
	transition-timing-function:ease;
}

a {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
}

ul,ol {
	list-style: none;
}

/*--Text------------------------------------------------------------*/

body:not(#blog_parts_sample) {
	font-size: 88%;
	font-weight: normal;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	text-shadow: 1px 1px 2px #DDDDDD;
}


h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

/*--Link------------------------------------------------------------*/

a,
a:link {
	color: #222222;
}

a:visited {
	color: #222222;
}

a:hover,
a:active {
	color: #777777;
}

a:focus {
	outline: none;
}

/*--HTML5-----------------------------------------------------------*/

article,aside,details,footer,header,main,menu,nav,section,summary {
	display: block;
}

/*--sample----------------------------------------------------------*/

/*--layout----------------------------------------------------------*/

#wrapper {
	width: 100%;
}

* html body {
    background: url(null) fixed;
}


#header {
    background-color: rgb(247, 37, 154);
	/*min-width: 640px;*/
    margin: 0px;
    width: 100%;
    position: fixed;
    z-index:100;
	border-bottom: 0px solid #FFFFFF;
	height:81px;

}

#header header {
	margin: 0 auto;
}

#header h1 {
    padding: 5px 0px !important;
    margin: 5px 0px 0px 0px;
    float:left;
}

#header h1 a{
	color:#ffffff;
    font-size: 1.8em;
    font-weight:bold;
    background-color:rgba(255,0,128,0.7);
    padding: 3px 10px 0px !important;

    text-shadow: 0px 0px 10px rgba(255,255,255,1), 2px 2px 2px rgba(0,0,0,0.1);


	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);

	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}

#header header .title_des{
	font-size: 0.5em;
    font-weight: 400;
    vertical-align: super;
    border-bottom-style: double;
    border-bottom-width: 4px;
    border-bottom-color: #ffeb00;
}
#header header .title_exclamation_mark {
	display: inline-block;
	transform: rotate( 25deg );
	-webkit-transform: rotate( 25deg );

}

#header .subtitle {
    padding: 13px 0px !important;
    float: left;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0px 0px 20px rgba(255,0,235,0.75), 1px 1px 1px rgba(0,0,0,0.0);
}

#header .topinfo {
	color:#ffffff;
	font-size:12px;
	display:inline-block;
	line-height:16px;
	float: left;
	margin-left:10px;
	text-shadow: none;
}

#header .ranking {
	float:left;
	display: inline-block;
	margin-right:5px;
}
#header .avranking {
	float:left;
	display: inline-block;
	margin-right:5px;
}
#header .debut {
	float:left;
	display: inline-block;
	margin-right:5px;
}
#header .follow {
	padding:5px 0 0 0;
	font-size: 12px;
	color: rgb(253, 222, 255);
	display: inline-block;
	line-height: 16px;
	float: left;
	margin-left: 10px;
}

#header .head_label a {
	display: inline-block;
	width:82px;
	text-align:center;
	padding:2px 0px 0px 0px;

	border-width:0 0 0 5px;
	border-style:solid;
	border-radius:0px;


	-webkit-box-shadow: 0px 1px 1px rgba(30, 255, 50, 0.1) !important;
	-moz-box-shadow: 0px 1px 1px rgba(30, 255, 50, 0.1) !important;
	box-shadow: 0px 1px 1px rgba(30, 255, 50, 0.1) !important;

	font-size:1.1em;

}

#header .head_label a:hover {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

#header .ranking a {

	background-color: #ffffff;
	color: rgba(100, 150, 255, 1) !important;
	border-color: rgba(100, 150, 255, 1);
}

#header .ranking a:hover {
	color: #ffffff !important;
	background-color: rgba(10, 100, 255, 1) !important;
	border-color: rgba(0, 50, 155, 1);
}

#header .avranking a {
	background-color: #ffffff;
	color: rgb(0,200,100) !important;
	border-color: rgba(0,200,100,0.8);
}

#header .avranking a:hover {
	color: #ffffff !important;
	background-color: rgba(0,200,100,1) !important;
	border-color: rgb(0, 75, 29);
}


#header .debut a {
	background-color: rgb(255, 255, 255);
	color: rgb(255, 0, 0);
	border-color: rgb(199, 0, 0);

}

#header .debut a:hover {
	color: #ffffff !important;
	background-color: rgba(213,0,0,1) !important;
	border-color: rgba(100,0,0,1);
}


.genre {
	float:left;
	display: inline-block;
	margin: 0px 3px 0px 0px;

}

.genre a {
	display:inline-block;
	width:82px;
	padding:2px 0px 0px 0px;
	text-align:center;
	background-color: rgba(255,255,255,1) !important;
	color: rgba(255, 0, 200, 1) !important;

	border-width:0 0 0 5px;
	border-color: rgba(255,200,235,1);
	border-style:solid;
	border-radius:0px;

	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) !important;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) !important;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) !important;

	font-size:1.1em;
}

.genre a:hover {
	color: rgba(255, 255, 255, 1) !important;
	background-color: rgba(255,128,196,1) !important;
	border-color: rgba(205,0,128,1);

	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.genre_des {
	margin-left:1px;
	content:"new!";
	color:#FFFFFF;
}
.genre_des:after {
	margin-left:1px;
	content:"new!";
	font-size:0.5em;
}

#contents {
	margin: 0 auto;
	overflow: hidden;
	min-width: 830px;
	min-height: 500px;/*サンプル用に高さ設定してあります。*/
	padding:82px 0 0 0;/* ヘッダーの高さに合わせる */
}
#contents_header {
	margin-bottom: 0px;
}

#contents_header_top {
	margin-left: 30px;
}
/*--------------------------------------------------------------------
（サイドバーの幅はここで変更　右は右、左は左で合わせる）
--------------------------------------------------------------------*/

#main {
	overflow: hidden;
	float: right;
	width: 100%;
	margin: 0 0 0 -310px;/*左カラム幅*/
}

#main-inner {
	position: relative;
	text-align: left;
	margin: 0 0 0 310px;/*左カラム幅*/
}

#main2 {
	float: left;
	width: 100%;
	margin: 0 -250px 0 0;/*右カラム幅*/
}

#main2-inner {
	text-align: left;
	margin: 0 250px 0 0;/*右カラム幅*/
}

#right-sidebar {
	float: right;
	width: 250px;/*右カラム幅*/
	min-height: 1000px;/*サンプル用に高さ設定してあります。*/
	text-align: left;
	background-color: #fffFff;
	margin: 0 0 10px 0;
	position:relative;
}

#left-sidebar {
	float: left;
	width: 310px;/*左カラム幅*/
	min-height: 1000px;/*サンプル用に高さ設定してあります。*/
	text-align: left;
	background-color: #fffFff;
	margin: 0 0 10px 0;
	position:relative;
}

#left-sidebar-ad > iframe {
	margin: 20px 0px !important;

}

#leftside-mgs {
    text-align: right;
	width: 300px;
}
#leftside-mgs .img_box2 {
    height: 255px;
}
/*------------------------------------------------------------------*/

#footer {
	border-top: 2px solid #9fb7d4;
	min-width: 830px;
	background-color: #dcdcdc;
}

#footer footer {
	margin: 0 auto;
	height: 300px; /*サンプル用に高さ設定してあります。*/
}

#header header,
#contents,
#footer footer {
	width: 1380px;/*センター固定 or リキッドレイアウトの変更(リキッドレイアウトにする場合はwidthを100%に変更)*/
}

/*--common----------------------------------------------------------*/

#header h1,
#header h2,
#header p,
#contents p,
#footer p {
	padding: 10px;
}

/*--search------------------------------------------------------*/

.search {
	display:inline-block;
    padding: 9px 10px 0px 15px;
	float:left;

}

.search input[type=text]{
   border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   -o-border-radius: 2px;
   -ms-border-radius: 2px;
   border:#aaaaaa 1px solid;
/*   -moz-box-shadow: 0 0 2px rgba(255,255,255,0.3);
   -webkit-box-shadow:0 0 2px rgba(255,255,255,0.3);
   box-shadow:0 0 2px rgba(255,255,255,0.3);*/
   width:150px;
   padding:5px;
}

.search input[type=text]:focus {
   -moz-box-shadow: 0 0 4px rgba(255,0,0,0.3);
   -webkit-box-shadow:0 0 4px rgba(255,0,0,0.3);
   box-shadow:0 0 4px rgba(255,0,0,0.3);

}

.search input[type=text], select {
   outline: none;
}

.search button[type=submit] {

	position: relative;
    background-color: #FFFFDF;
    border: #FF972E 1px solid;
    color: #D4089E;
	padding: 5px 20px 5px 20px;
	margin: 0 0 0 5px;

   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -o-border-radius: 4px;
   -ms-border-radius: 4px;

}
.search button[type=submit]:hover {
	background-color: #DD66aa;
	border:#ff66aa 1px solid;
	color: #fff;


}

.search button[type=submit]:active {
	top: 1px;
	box-shadow: none;
}

/*--leftside--------------------------------------------------------------*/
.tag_list_title {
    margin: 5px 0px 0px 0px;
    padding: 3px 0px 2px 10px;
    border-width: 0 0 0 5px;
    border-color: rgb(48, 101, 143);
    border-style: solid;
    color: #30658f;
    text-shadow: none;
    box-shadow: 0px -1px 4px -2px #30658f inset;
	background-color: ghostwhite;
}
.tag_list {
	margin: 0px 0px 0px 0px;
    padding: 3px 0px 3px 0px;
}


/*--title page_range------------------------------------------------------*/
.pick_up {
    display: block;
    float: left;
    font-size: 1.4em;
    font-weight: bold;
    color: #f7259a;
    text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
}

.page_title {
	height:2.2em;
	width:787px;
	margin:10px 10px 10px 0;
	padding:20px 0px 0px 10px;
	border-width:0 0 0 10px;
	border-color: rgb(185, 0, 103);
	border-style:solid;
	color:#666666;
	line-height:140%;
	font-weight:bold;
	box-shadow: 0px 0px 1px #b90067 inset;

    /*background: linear-gradient(100deg,#f7249a 0%, rgb(255, 68, 241) 19%, rgb(255, 0, 172) 50%, #ffffff);*/

}
.page_title h2 {
    display: block;
	float:left;
    font-size: 1.4em;
    font-weight:bold;
	color:#f7259a;
    text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
}
h2[class~="page_title"] {
	position: relative;
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    color: #f7259a;
    text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
}

.page_title .genre_title_des {
	display: inline;
    color: #f7259a;
	font-size: 0.7em;
	font-weight: normal;
	margin-left: 10px;
    text-shadow: none;
}

.page_title .page_range {
	margin: -15px 10px 0 0;
    display: block;
    font-size: 0.7em;
	color: #f7259a;
    text-align: right ;
	padding-top: 7px;
}

.page_title_des {
    display: inline-block;
	margin-left:10px;
	/*font-weight:normal;*/
	color:rgb(247, 37, 154);
    text-shadow: none;
	font-size: 0.7em;
}

.page_title_des_hot_av {
	font-weight:normal;
	font-size: 0.9em;
}


.page_title_pickup {
	border-color: rgb(185, 0, 103);
}

.page_title_site {
	border-color: rgb(185, 0, 103);
}

.page_title_tag {
	border-color: rgb(185, 0, 103);
}

.page_title_genre {
	border-color: rgb(185, 0, 103);
}

.page_title_search {
	border-color: rgb(185, 0, 103);
}
.page_title_hot {
	border-color: rgba(0,100,250,0.8);
	background: linear-gradient(100deg,#0015a4 0%, rgba(40, 37, 247, 0.78) 19%, rgba(69, 37, 247, 0.23) 50%, #ffffff);
	box-shadow: none;
}
.page_title_hot h2 {
	color: #FFFFFF;
}

.page_title_hot_av {
	margin-top:10px;
	border-color: rgb(191, 237, 62);
    background: linear-gradient(100deg,#00561a 0%, rgba(3, 179, 0, 0.78) 19%, rgba(2, 124, 0, 0.23) 50%, #ffffff);
	box-shadow: none;
	color: #FFFFFF !important;
}
.page_title_hot_av h2 {
	color: #FFFFFF;
}
h2[class~="page_title_hot_av"]  {
	color: #FFFFFF;
}

.other_names {
    display: inline;
    font-size: 0.7em;
    font-weight: 400;
	margin-left: 5px;
}


.relation_kiji_title {
	margin:10px 0 10px 0;
	/*border-color: rgba(255,0,128,0.5);*/
}
.relation_kiji_title a {
	font-weight:normal;
}
.relation_kiji_title .tags ul {
	max-width: 500px !important;
    padding-bottom: 5px;
    bottom: 15px;
    position: absolute;
    font-size: 0.9em;
}

.page_title_push {
	height:1.4em;

	margin:10px 10px 10px 3px;
	padding:10px 0px 3px 10px;
	border-width:0 0 0 10px;
	border-color: rgba(160,100,50,0.8);
	background:rgba(255,255,255,0.5);
	border-style:solid;
	color:#774411;
	line-height:140%;
	font-weight:bold;
    font-size: 1.35em;
    text-shadow: 0px 0px 6px rgba(255,255,255,0.7), -1px -1px 3px rgba(0,0,0,0.3);

	-webkit-box-shadow: 0px 0px 2px #999999;
	-moz-box-shadow: 0px 0px 2px #999999;
	box-shadow: 0px 0px 2px #999999;
}

.page_title_dmm {
	height:1.2em;
	width: 211px;
	margin:10px 10px 10px 0px;
	padding:5px 10px 3px 10px;
	border-width:0 0 0 10px;
	border-color: rgba(232,86,149, 0.8);
	background:rgba(255,255,255,0.5);
	border-style:solid;
	color:#333333;
	line-height:140%;
	font-weight:bold;
    text-shadow: 0px 0px 6px rgba(255,255,255,0.7), -1px -1px 3px rgba(0,0,0,0.3);

	-webkit-box-shadow: 0px 0px 2px #999999;
	-moz-box-shadow: 0px 0px 2px #999999;
	box-shadow: 0px 0px 2px #999999;
}
.page_title_dmm h2{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1em;

}
.top_move {
	clear:both;
	text-align: center;
	padding: 10px 0 0px 0;
	margin: 0 0 10px;
}
.top_move_ref {
	display: block;

	text-align: center;
	margin-left: 4px;
	margin-right: auto;
	width:806px;
	/*padding: 5px 200px 5px 200px;*/
	font-size: 1.5em;

	color: #ffffff !important;
    background-color:#f7239a;
    border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;

	text-shadow: 0px 0px 0px rgba(0,0,0,0.5);

}
.top_move_ref:hover {
	color: #f7239a !important;
    background-color:#FFFFFF;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	-webkit-box-shadow: 0px 0px 3px #b90067;
	-moz-box-shadow: 0px 0px 3px #b90067;
	box-shadow: 0px 0px 3px #b90067;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.3);

}
#paging {
	margin: 10px 0 0 0;
}
#paging2 {
	margin: 10px 0 10px 0;
}

/*--メイン----------------------------------------------------------*/
.sheet {
    display: inline-block;
    width:266px;
	text-align: left;
}
/* ハックでIE6,7のみに適用 */
html*.sheet {
	display: block;
	zoom: 1;
}

.card {
	margin:10px 1px 10px;
	/* border */
	border:1px solid rgba(0, 0, 0, 0.0);

	/* border-radius */
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;

	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 15px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 15px 0px;
}
.card:hover {
    border: 1px solid rgb(255, 0, 255);
    background-color: rgb(255, 250, 255);
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.card:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* clearfix for ie7 */
.card{
    display: inline-block;
}
.card {
    display: block;
}

.img_box2 {
    position:relative;
    display:inline-block;
    /* 画像と同じサイズ */
    background-color:#ffffFF;
    width:250px;
    height:170px;
    border: 1px solid #ffffff;
	vartical-align:middle;
    padding:0px;
    margin:5px 5px 0px 5px;
}
.img_box2 img {
    z-index:0;
    margin:0;
    padding:0;
    width:250px;

    height:auto;

    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;

	zoom:1;


box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 11px 0px;
-webkit-box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 11px 0px;
-moz-box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 11px 0px;
}
.img_box2 a {
    color:#000000;
    line-height: 150px;

}

.click_num {
	display:none;
	color: #FF00BC;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 2px 4px;
	background-color: rgb(255, 255, 255);
	opacity: 0.65;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;

}
.click_num:after {
	content: "click"
}

.movie_site_name {
	font-size: 0.8em;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.9);
    position: absolute;
    bottom: 3px;
    left: 2px;
    padding: 2px 4px;
    background-color: rgba(0, 46, 255, 0.65);
    border-radius: 0px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 2px 1px #00b0ff, -1px 0px 1px 4px #ffffff, 0px 0px 5px 3px #000000;
}

.movie_duration {
	font-size: 0.8em;
    color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 3px rgb(0, 0, 0);
    position: absolute;
    bottom: 3px;
    right: 3px;
    padding: 2px 4px;
    background-color: rgba(122, 0, 200, 0.71);
    border-radius: 0px 14px 0px 14px;
    /* border: solid 1px rgb(149, 97, 162); */
    box-shadow: 0px 0px 1px 1px #7e009e, 0px 0px 1px 4px #ffffff, -1px -1px 2px 3px #000000;
}
.movie_duration:after {
	content: "分"
}
.other_av_mark {
    font-size: 0.8em;
    color: rgb(255, 255, 255);
    text-shadow: none;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 1px 3px 1px 10px;
    background-color: rgba(247, 37, 154, 0.55);
    border-radius: 0px 0px 0px 18px;
    box-shadow: 0px 0px 1px 1px #ffffff;
}

.poss_dead_link {
	font-size:0.8em;
	color: rgba(200, 0, 0, 0.8);
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
	position: absolute;
	bottom: 3px;
	right: 3px;
	padding: 3px 10px 2px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 2px;
	border: solid 1px rgba(200, 200, 0, 0.7);
}

.poss_dead_link:hover {
}

.poss_dead_link > span {
    width: 200px;
    min-height: 20px;
    position: absolute;
    top:-75px;
    left: -175px;
    padding: 5px;
    background: rgba(255,255,255,1);
    font-size:1em;

	visibility:hidden;
	opacity: 0;

    /* ツールチップ角丸の装飾の指定 */
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari and Chrome */
    border-radius: 5px; /* Browsers that Support it like Opera */

    /* ツールチップボックスシャドウの装飾の指定 */
    -moz-box-shadow: 0 0 8px gray; /* Firefox */
    -webkit-box-shadow: 0 0 8px gray; /* Safari and Chrome */
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#272229', Direction=135, Strength=3); /* IE */
    box-shadow: 0 0 8px gray; /* Browsers that Support it like Opera */
}


.poss_dead_link:hover > span {
/* マウスオーバー時にどうなっているかを指定 */
    visibility:visible;
    opacity: 1;
    top:-80px;
    z-index:1;
/* 上に書いた状態までになるまでの時間やアニメーションなど指定 */
    -moz-transition: all 0.5s ease-in-out; /* Firefox */
    -webkit-transition: all 0.5s ease-in-out; /* Safari and Chrome */
    -o-transition: all 0.5s ease-in-out;  /* Opera */
    transition: all 0.5s ease-in-out; /* Browsers that Support it */
}

.poss_dead_link > span:after {
    content:"\25B8";
    display:block;
    font-size:2em;
    height:0;
    line-height:0;
    position:absolute;
    color:#fff;
    bottom:-3px;
    left:85px;
    text-align:center;
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    width:100%;
    text-shadow: 3px 0 2px #ccc;
}



.img_comment3 {
	display:block;
    position:relative;
    bottom:0px;
    left:0px;
    z-index:1;
    margin:0px 5px 5px 5px;
	padding: 3px 0 0 2px !important;
    line-height:110%;
    font-size: 1.25em;
    font-weight:normal;
    height:3.3em;
    max-width:245px;
    min-width:245px;
    white-space: wrap;
    overflow: hidden;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
    border-top:0px solid #000000;
    text-shadow: 1px 1px 3px #dddddd;
}
.img_comment3:before {
	font-size: 0.7em;
	font-weight: normal;
	content: "♥";
	color: rgb(255, 255, 255);
	/* text-shadow: none; */
	text-shadow: 0px 0px 1px #FF00A4;
	position: relative;
	padding: 1px 2px 0px;
	top: -1px;
	left: 0px;
	width: 0;
	/* height: 50%; */
	border: #FF8FC8 solid 1px;
	/* border-right: #FE4BA5 solid 2px; */
	border-radius: 0px;
	/* -webkit-transform: rotate(17deg); */
	transform: rotate(-29deg);
	background-color: rgba(254, 75, 165, 0.2);
	/* box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5); */
	/* transform: rotate(-36deg); */
}

.img_comment3 a {
	height:3em;
    font-weight: bold;
}
.img_comment3 a:hover {
    color:#EB0000;
    text-shadow: 1px 1px 3px #ffffff;
}

.tags {

}

.tags > ul {
	padding:3px 0px 0px 0px;
	color: #FE82EE;
	height:1.7em;
	max-width:250px;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
    font-size: 0.85em;
	margin-left: 5px;
}

.tags > ul > li {
	display: inline;

}

.tags > ul > li > a {
	margin:7px 2px 5px 2px;
	padding:0px 5px 0px 5px;
	color: #FE82EE;
	background-color: #ffffff;
	border:0px solid #ffffff;
	border-radius:2px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-box-shadow: 0px 0px 3px #FE82EE;
	-moz-box-shadow: 0px 0px 3px #FE82EE;
	box-shadow: 0px 0px 3px #FE82EE;
}


.other_genre .genre {
	float: none;
}
.other_genre .genre ul li {
	display: inline;
	margin-left: 3px;
}

.other_genre .genre a {
	min-width: 50px;
    width: initial;
    border-width: 1px 1px 1px 5px;
    border-color: rgb(247, 37, 154);
    padding: 0 12px;
}

.now_tag {
	clear: both;
	margin-top: 3px;
}

.relation_kiji .now_tag:nth-child(1) {
	display: inline-block;
	width: 800px;
}

.now_tag .tags > ul {
	max-width:89%;
	font-size: 0.95em;
	padding-top: 3px;
}

.now_tag .tags > ul > li:first-child {
	margin: inherit;
}

.now_tag .label {
	float: left;
	font-weight: normal;
    padding: 3px 5px 2px 10px;
    border-width: 0 0 0 5px;
    border-color: rgb(48, 101, 143);
    border-style: solid;
    color: #30658f;
    text-shadow: none;
    box-shadow: 0px -1px 4px -2px #30658f inset;
	background-color: ghostwhite;
}

.now_tag .av_tag {
	color: #19B37F !important;
	background-color: #ffffff !important;
}
.now_tag 	.av_tag:hover {
	color: #FFFFFF !important;
	background-color: #19B37F !important;
}

.other_av .av_tag {
    color: #508dc2 !important;
    box-shadow: 0px 0px 3px 0px #306796 !important;
}
.other_av .av_tag:hover {
    color: #FFFFFF !important;
    background-color: #508dc2 !important;
}

.candidate {
	margin-left: 16px;
}
.candidate .now_tag .tags > ul {
	height: inherit;
	padding: 3px 0px 10px 0px;
}
.candidate .now_tag .tags > ul > li {
	float: left;
	margin-bottom: 10px;
}
.candidate .now_tag .tags > ul > li > a {
	margin: 7px 6px 5px 2px;
	font-size: 1.1em;
}

.hot_av .tags > ul {
	color: #30658f;
	overflow: inherit;
	white-space: normal;
	padding-left: 9em;
    text-indent: -1em;
	margin-left: 7px;
}
.hot_av .tags > ul > li {
	float: left;
	margin-left: 0px;
    margin-bottom: 6px;
    margin-right: 15px;
}
.hot_av .tags > ul > li:first-child {
	margin-right: 15px;
}
a.av_tag {
	color: #19B37F !important;
    background-color: #ffffff !important;
	-webkit-box-shadow: 0px 0px 3px #19B37F !important;
	-moz-box-shadow: 0px 0px 3px #19B37F !important;
	box-shadow: 0px 0px 3px #19B37F !important;
}

.tags > ul > li > a:hover {
	color: #ffffff;
	background-color: #FE82EE;
}
a.av_tag:hover {
	color: #FFFFFF !important;
	background-color: #19B37F !important;
}

.tags > ul > li:first-child {
    /*margin:7px 2px 5px 5px;*/
}

.diff {
	display:inline-block;
    position:relative;
    font-size: 1em;
    padding:5px 0px 0px 5px;
    color:#4466CA;
    height:2em;
    float: left;

}

.date_site_block {
	display:inline-block;
    position:relative;
    font-size: 0.8em;
    padding:0px 0px 0px 0px;
    float: right;
    height:2em;
}

.date {
	display:block;
    position:relative;
    padding:0px 15px 0px 15px;
    height:1em;
    text-align:right;
    margin: 0px 0px 0px auto;
}

.site_title {
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 180px;
	display:block;
    position:relative;
    padding:0px 15px 0px 0px;
    height:1.4em;
    text-align:right;
    margin: 0px 0px 0px auto;
}

.opa  {
/*
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
*/
}
.rad1 {
    border-radius:0px;
    overflow:hidden;
}
.shadow2 {
    /*box-shadow:1px 1px 5px #000;*/
}
/*--ピックアップ----------------------------------------*/

.sheet_pickup {
    display: inline-block;

}
/* ハックでIE6,7のみに適用 */
html*.sheet_pickup {
	display: block;
	zoom: 1;
}

.card_pickup {
	margin:3px 1px;
	/* border */
	border:1px solid rgb(255, 255, 255);
    background-color:rgba(255, 255, 255, 1);

	/* border-radius */
	/*
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	*/

	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 4px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 4px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 4px 0px;
}

.card_pickup:hover {
    border: 1px solid rgb(255, 88, 239);
    background-color: rgb(254, 236, 255);
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

.card_pickup_mgs {
	border:1px solid rgb(206, 0, 255);
	/*border:1px solid rgb(255, 255, 255);*/
    /*background-color:rgba(255, 158, 222, 1);*/
    /*background-color:rgba(241, 227, 255, 1);*/


}

.pr_mgs {
	color: #FFFFFF;
	position: absolute;
	top: 1px;
	left: 1px;
	padding: 0px 4px;
	background-color: rgba(255, 20, 20, 0.6);
    font-size: 0.8em;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
.pr_dmm {
	display: none;
	color: #FFFFFF;
	position: absolute;
	top: 1px;
	left: 1px;
	padding: 0px 4px;
	background-color: rgba(255, 80, 161, 0.71);
    font-size: 0.8em;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}

.card_pickup:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* clearfix for ie7 */
.card_pickup{
    display: inline-block;
}
.card_pickup {
    display: block;
}


.img_box2_pickup {
    position:relative;
    display:inline-block;
    /* 画像と同じサイズ */
    background-color:#ffffff;
    width:180px;
    height:120px;
    border: 1px solid #ffffff;
	vartical-align:middle;
    padding:0px;
    margin:5px 5px 0px 5px;
}

.img_box2_pickup_mgs {
    /*border: 1px solid rgb(255, 78, 248);*/
    /*border: 1px solid rgb(255, 255, 255);*/

}

.img_box2_pickup img {
    z-index:0;
    margin:0;
    padding:0;
    width:180px;
    height:auto;
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	zoom:1;
	transform: scale(1.2);
}
.img_box2_pickup a {
    color:#000000;
    line-height: 120px;

}

.click_num_pickup {
	display:none;
	color: #FF00BC;
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0px 4px;
	background-color: rgba(255, 222, 240, 0.6);
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
    font-size: 0.7em;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);

}
.click_num_pickup:after {
	content: "!"
}

.movie_site_name_pickup {
	font-size:0.8em;
	color: rgba(255, 255, 255, 0.9);
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.9);
	position: absolute;
	bottom: 1px;
	left: 1px;
	padding: 1px 4px 0px;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 2px;
	border: solid 1px rgba(200, 200, 200, 0.5);
}

.movie_duration_pickup {
	font-size:0.8em;
	color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.9);
	position: absolute;
	bottom: 1px;
	right: 1px;
	padding: 1px 4px 0px;
	background-color: rgba(100, 0, 200, 0.5);
	border-radius: 2px;
	border: solid 1px rgba(200, 200, 200, 0.5);
}
.movie_duration_pickup:after {
	content: "分"
}

.img_comment3_pickup {
	display:block;
    position:relative;
    bottom:0px;
    left:0px;
    z-index:1;
    margin:0px 5px 1px 5px;
    padding:0px !important;
    line-height:110%;
    font-size: 1em;
    font-weight:normal;
    height:3.3em;
    width:180px;
    white-space: wrap;
    overflow: hidden;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
    border-top:0px solid #000000;
    /*text-shadow: 1px 1px 3px #BBBBBB;*/
    text-shadow: none;

}
.img_comment3_pickup a {
	height:3em;
  font-weight: bold;
}
.img_comment3_pickup a:hover {
    color:#6666FF;
}

.tags_pickup {
	margin:0px 0px 5px 0px;
}

.tags_pickup > ul {
	padding:3px 0px 0px 0px;
	color: #FE82EE;
	height:1.7em;
	max-width:175px;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
    font-size: 0.85em;
	margin-left: 5px;
}

.tags_pickup > ul > li {
	display: inline;
}

.tags_pickup > ul > li > a {
	margin:7px 2px 5px 2px;
	padding:0px 5px 0px 5px;
	color: #FE82EE;
	background-color: #ffffff;
	border:0px solid #ffffff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-box-shadow: 0px 0px 3px #FE82EE;
	-moz-box-shadow: 0px 0px 3px #FE82EE;
	box-shadow: 0px 0px 3px #FE82EE;
}

.tags_pickup_mgs > ul > li > a {
/*
	color: rgb(255, 20, 20);
	-webkit-box-shadow: 0px 0px 3px rgb(255, 20, 20);
	-moz-box-shadow: 0px 0px 3px rgb(255, 20, 20);
	box-shadow: 0px 0px 3px rgb(255, 20, 20);
*/
}

a.av_tag_pickup {
	color: #ffffff !important;
	background-color: #19B37F !important;
	-webkit-box-shadow: 0px 0px 3px #19B37F !important;
	-moz-box-shadow: 0px 0px 3px #19B37F !important;
	box-shadow: 0px 0px 3px #19B37F !important;
}

.tags_pickup > ul > li > a:hover {
	color: #ffffff;
	background-color: #FE82EE;
}

.tags_pickup_mgs > ul > li > a:hover {
	/*background-color: rgb(255, 20, 20);*/
}

a.av_tag_pickup:hover {
	color: #19B37F !important;
	background-color: #FFFFFF !important;
}

.tags_pickup > ul > li:first-child {
    /*margin:7px 2px 5px 5px;*/
}

.diff_pickup {
	/*display:inline-block;*/
	display:none;
    position:relative;
    font-size: 1em;
    padding:5px 0px 0px 5px;
    color:#4466CA;
    height:2em;
    float: left;

}

.date_site_block_pickup {
	/*display:inline-block;*/
	display:none;
    position:relative;
    font-size: 0.8em;
    padding:0px 0px 0px 0px;
    float: right;
    height:2em;
}

.date_pickup {
	display:block;
    position:relative;
    padding:0px 15px 0px 15px;
    height:1em;
    text-align:right;
    margin: 0px 0px 0px auto;
}

.site_title_pickup {
	display:block;
    position:relative;
    padding:0px 15px 0px 15px;
    height:1em;
    text-align:right;
    margin: 0px 0px 0px auto;
}

.pickup_bottom {
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
}

article#contents_header .now_tag {
    margin: 20px 10px 0px 5px;
}

/*--プッシュ----------------------------------------*/

.sheet_push {
    display: inline-block;
}
/* ハックでIE6,7のみに適用 */
html*.sheet_push {
	display: block;
	zoom: 1;
}

.card_push {
	margin:3px 1px 10px;
	/* border */
	border:1px solid rgb(255, 200, 175);
	background-color:rgba(255, 222, 200, 0.5);

	/* border-radius */
	border-radius:4px;

	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
}

.card_push:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* clearfix for ie7 */
.card_push{
    display: inline-block;
}
.card_push {
    display: block;
}

.img_box2_push {
    position:relative;
    display:inline-block;
    /* 画像と同じサイズ */
    background-color:#000000;
    width:180px;
    height:120px;
    border: 1px solid #999999;
	vartical-align:middle;
    padding:0px;
    margin:5px 5px 0px 5px;
}
.img_box2_push img {
    z-index:0;
    margin:0;
    padding:0;
    width:180px;
    height:auto;
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	zoom:1;


	box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 11px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 11px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 11px 0px;
}
.img_box2_push a {
    color:#000000;
    line-height: 120px;

}

.click_num_push {
	color: #FF00BC;
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0px 4px;
	background-color: rgba(255, 222, 240, 0.6);
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
    font-size: 0.7em;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);

}
.click_num_push:after {
	content: "!"
}

.movie_site_name_push {
	font-size:0.8em;
	color: rgba(255, 255, 255, 0.9);
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.9);
	position: absolute;
	bottom: 1px;
	left: 1px;
	padding: 1px 4px 0px;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 2px;
	border: solid 1px rgba(200, 200, 200, 0.5);
}

.movie_duration_push {
	font-size:0.8em;
	color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.9);
	position: absolute;
	bottom: 1px;
	right: 1px;
	padding: 1px 4px 0px;
	background-color: rgba(100, 0, 200, 0.5);
	border-radius: 2px;
	border: solid 1px rgba(200, 200, 200, 0.5);
}
.movie_duration_push:after {
	content: "分"
}

.img_comment3_push {
	display:block;
    position:relative;
    bottom:0px;
    left:0px;
    z-index:1;
    margin:0px 5px 1px 5px;
    padding:0px !important;
    line-height:110%;
    font-size: 1em;
    font-weight:normal;
    height:3.3em;
    width:170px;
    white-space: wrap;
    overflow: hidden;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
    border-top:0px solid #000000;
    text-shadow: 1px 1px 3px #BBBBBB;
}
.img_comment3_push a {
	height:3em;
}
.img_comment3_push a:hover {
    color:#FF66FF;
}

.tags_push {
	margin:0px 0px 5px 0px;
}

.tags_push > ul {
	padding:3px 0px 0px 0px;
	color: #FE82EE;
	height:1.7em;
	max-width:175px;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
    font-size: 0.85em;

}

.tags_push > ul > li {
	display: inline;

}

.tags_push > ul > li > a {
	margin:7px 2px 5px 2px;
	padding:0px 5px 0px 5px;
	color: #FE82EE;
	background-color: #ffffff;
	border:0px solid #ffffff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-box-shadow: 0px 0px 3px #FE82EE;
	-moz-box-shadow: 0px 0px 3px #FE82EE;
	box-shadow: 0px 0px 3px #FE82EE;
}
a.av_tag_push {
	color: #19B37F !important;
	-webkit-box-shadow: 0px 0px 3px #19B37F !important;
	-moz-box-shadow: 0px 0px 3px #19B37F !important;
	box-shadow: 0px 0px 3px #19B37F !important;
}

.tags_push > ul > li > a:hover {
	color: #ffffff;
	background-color: #FE82EE;
}
a.av_tag_push:hover {
	color: #ffffff !important;
	background-color: #19B37F !important;
}

.tags_push > ul > li:first-child {
    margin:7px 2px 5px 5px;
}

.diff_push {
	/*display:inline-block;*/
	display:none;
    position:relative;
    font-size: 1em;
    padding:5px 0px 0px 5px;
    color:#4466CA;
    height:2em;
    float: left;

}

.date_site_block_push {
	/*display:inline-block;*/
	display:none;
    position:relative;
    font-size: 0.8em;
    padding:0px 0px 0px 0px;
    float: right;
    height:2em;
}

.date_push {
	display:block;
    position:relative;
    padding:0px 15px 0px 15px;
    height:1em;
    text-align:right;
    margin: 0px 0px 0px auto;
}

.site_title_push {
	display:block;
    position:relative;
    padding:0px 15px 0px 15px;
    height:1em;
    text-align:right;
    margin: 0px 0px 0px auto;
}


/*--記事ページ------------------------------------------*/

.kiji {
	margin: 0px 12px 15px 5px;
	padding: 25px 15px;
	border:1px solid #ffffff;

	/*
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	*/
	-webkit-box-shadow: 0px 0px 18px #D3D3D3 inset;
	-moz-box-shadow: 0px 0px 18px #D3D3D3 inset;
	box-shadow: -3px -2px 20px #e7e7e7 inset;
	border-color: rgb(229, 229, 229);
}
.kiji:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* clearfix for ie7 */
.kiji{
    display: inline-block;
}
.kiji {
    display: block;
}

.kiji_img {
	position: relative;
}
.kiji_img img{
	max-width: 300px;
	min-width: 300px;
	float:left;
	margin-right:20px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 0px 4px 0px #f7259a;
	-moz-box-shadow: 0px 0px 4px 0px #f7259a;
	box-shadow: 0px 0px 0px 1px #000000;
}

.kiji_click_num {
	display:none;

	color: #FF00BC;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 2px 4px;
	background-color: rgb(255, 255, 255);
	opacity: 0.7;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;

}
.kiji_click_num:after {
	content: "click"
}


.kiji_movie_site_name {
	display: inline-block;
    margin: 2px 2px 5px 2px;
    padding: 0px 10px 0px 10px;
    color: #1f5aff;
    background-color: #ffffff;
    box-shadow: 0px 0px 0px 1px #1f5aff;
	text-shadow: none;
}

.kiji_movie_link_type {
	display:inline;
	margin:2px 2px 2px 5px;
	color: #1f5aff;

}

.kiji_movie_num {
	display:inline;
	color: #1f5aff;

}
/*
.kiji_movie_num:after {
	content: "件"
}
*/
.kiji_movie_duration {

    display: inline;
    color: #1f5aff;
    background-color: #ffffff;
    margin: 2px 2px 5px 2px;
    padding: 0px 6px 0px 7px;
    box-shadow: 0px 0px 0px 1px #1f5aff;
	text-shadow: none;
}
/*
.kiji_movie_duration:after {
	content: "分"
}
*/

.kiji_movie_other {
	text-decoration:underline;
}

.kiji_movie_other > span {
    width: 300px;
    min-height: 20px;
    position: absolute;
    top:600px;
    left: 300px;
    padding: 5px;
    background: #ffffff;
    font-size:1em;

	visibility:hidden;
	opacity: 0;

    /* ツールチップ角丸の装飾の指定 */
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari and Chrome */
    border-radius: 5px; /* Browsers that Support it like Opera */

    /* ツールチップボックスシャドウの装飾の指定 */
    -moz-box-shadow: 0 0 8px gray; /* Firefox */
    -webkit-box-shadow: 0 0 8px gray; /* Safari and Chrome */
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#272229', Direction=135, Strength=3); /* IE */
    box-shadow: 0 0 8px gray; /* Browsers that Support it like Opera */
}
.kiji_movie_other > span:after {
    content:"\25B8";
    display:block;
    font-size:2em;
    height:0;
    line-height:0;
    position:absolute;
    color:#fff;
    bottom:-3px;
    left:1px;
    text-align:center;
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    width:100%;
    text-shadow: 3px 0 2px #ccc;
}
.kiji_movie_other:hover > span {
/* マウスオーバー時にどうなっているかを指定 */
	color: #12995E;
    visibility:visible;
    background: rgba(255,255,255,0.94);
    opacity: 1;
    top:610px;
/* 上に書いた状態までになるまでの時間やアニメーションなど指定 */
    -moz-transition: all 0.5s ease-in-out; /* Firefox */
    -webkit-transition: all 0.5s ease-in-out; /* Safari and Chrome */
    -o-transition: all 0.5s ease-in-out;  /* Opera */
    transition: all 0.5s ease-in-out; /* Browsers that Support it */
}


.kiji_diff_date {
	display:inline;
	color: #1f5aff;
	float: right;
	font-size: 1em;
	margin-left:10px;
	margin-top: 2px;
}

.kiji_date {
	display:inline;
	float:right;
	color: #000000;
	text-align: right;
	font-size: 0.85em;
	margin-top: 5px;
}

.kiji_site {
	color: #000000;
	text-align: right;
	font-size: 0.8em;
}


.kiji_title {
	display: inline-block;
	min-width: 730px;
	margin-bottom: 20px;
	color: #ff008e;
	text-shadow: 0px 0px 10px rgba(247, 35, 154, 0.77);
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2em;

	position: relative;
    padding: 20px 10px 15px 20px;
    background: #ffffff;

	border-left-style: solid;
    border-color: #b90067;
    border-width: 0 0 0 10px;
    box-shadow: 0px 0px 1px #b90067 inset;
}

.kiji_title::after {
	position: absolute;
	bottom: 8px;
	z-index: -1;
	content: '';
	width: 30%;
	height: 50%;
	box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
	right: .3em;
}

h1.kiji_title:before {
	font-size: 0.8em;
    font-weight: normal;
    content: "♥";
    color: rgb(185, 0, 103);
    text-shadow: none;
    /* text-shadow: 0px 0px 6px #FFFFFF; */
    position: relative;
    padding: 0px 3px 0px;
    top: -2px;
    left: -3px;
    width: 0;
    /* height: 50%; */
    /* border: #e68787 solid 1px; */
    /* border-right: #FE4BA5 solid 2px; */
    border-radius: 3px;
    /* -webkit-transform: rotate(17deg); */
    background-color: rgb(247, 35, 154);
    box-shadow: 0px 0px 1px rgb(247, 37, 154);
    /* transform: rotate(-36deg); */
}
h2[class="kiji_title"]:before {
	font-size: 0.8em;
    font-weight: normal;
    content: "♥";
    color: rgb(185, 0, 103);
    text-shadow: none;
    /* text-shadow: 0px 0px 6px #FFFFFF; */
    position: relative;
    padding: 0px 3px 0px;
    top: -2px;
    left: -3px;
    width: 0;
    /* height: 50%; */
    /* border: #e68787 solid 1px; */
    /* border-right: #FE4BA5 solid 2px; */
    border-radius: 3px;
    /* -webkit-transform: rotate(17deg); */
    background-color: rgb(247, 35, 154);
    box-shadow: 0px 0px 1px rgb(247, 37, 154);
    /* transform: rotate(-36deg); */
}

.kiji_title2 {
	margin: 10px;
    color: #1792bc;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.2em;
    text-shadow: 0px 0px 10px #b4fff4;
    text-decoration: underline;
    text-decoration-style: double;
    text-decoration-color: #b9ebe7;
}

.kiji_content_des_title {
	font-size: 0.85em;
	margin:7px 2px 5px 2px;
	padding:0px 5px 0px 5px;
	color: #9944ff;

}

.kiji_content_des_title:after {
	content: "≫";
    vertical-align: text-top;
	margin: 0 0 0 5px;
}

.kiji_content_des {
	margin:7px 2px 5px 2px;
	padding:0px 5px 0px 5px;
	color: #9944ff;
	font-size: 0.8em;
}
.kiji_content_des:before {
	content: "※";
}

.kiji_content {
	margin: 10px;
    color: rgb(23, 146, 188);
    font-size: 0.9em;
    text-indent: 1em;
    display: block;
    line-height: 1.5em;
    text-shadow: none;
}

.kiji_move {
	clear:both;
	text-align: center;
	padding: 20px 0 0px 0;
}
.kiji_move_ref {
	display: block;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	/*padding: 5px 200px 5px 200px;*/
	font-size: 1.5em;

	color: #ffffff !important;
    background-color:#f7239a;
    border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.5);
}
.kiji_move_ref:hover {
	color: #f7259a !important;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 1px #b90067 inset;
}
a.kiji_move_ref::after {
    position: absolute;
    bottom: 8px;
    z-index: -1;
    content: '';
    width: 30%;
    height: 50%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    right: .3em;
}

.kiji_tags {
	margin: 0 0 7px;
}

.kiji_tags > ul > li {
	display: inline-block;
}
.kiji_tags > ul > li > a {
	line-height: 2em;
	margin:7px 2px 5px 2px;
	padding:0px 5px 0px 5px;
	color: #FE82EE;
	background-color: #ffffff;
	border:0px solid #ffffff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-box-shadow: 0px 0px 3px #FE82EE;
	-moz-box-shadow: 0px 0px 3px #FE82EE;
	box-shadow: 0px 0px 3px #FE82EE;
}

.kiji_tags > ul > li > a:hover {
	color: #ffffff;
	background-color: #FE82EE;

}
.kiji_tags .av_tag {
	text-shadow: none;
}
.kiji_tags .av_tag strong {
	font-weight: 400;
}
.kiji_tags a.av_tag {
	color: #19B37F !important;
	background-color: #ffffff !important;
}
.kiji_tags a.av_tag:hover {
	color: #ffffff !important;
	background-color: #19B37F !important;
}
.page_title_des_hot_av a.av_tag {
	color: #beff00 !important;
    background-color: inherit !important;
}
.page_title_des_hot_av a.av_tag:hover {
	color: #ffffff !important;
    background-color: inherit !important;
}
/*--no hit-----------------------------------------------*/
.no_hit p {
	margin-top: 15px;
    margin-left: 5px;
    color: #fd53ab;
    font-size: 17px;
    font-weight: bold;
}
.no_hit > ul {
	margin-top: 18px;
	margin-left: 30px;
    list-style-type: none;
}
.no_hit > ul li:before {
	content: '✔';
	margin-left:-14px;
}
.no_hit .search {
	float: none;
	margin-bottom: 15px;
}
.no_hit .search input[type=text] {
	width: 270px;
}
/*--AV関連ページ------------------------------------------*/

.av_sheet {
    display: inline-block;
}
/* ハックでIE6,7のみに適用 */
html*.av_sheet {
	display: block;
	zoom: 1;
}
.av_card {
	margin:3px 1px;
    border: 1px solid rgba(25, 179, 127, 0.43);

}

.av_card:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* clearfix for ie7 */
.av_card{
    display: inline-block;
}
.av_card {
    display: block;
}

.av_img_box2 {
    position:relative;
    display:inline-block;
    /* 画像と同じサイズ */
    background-color:#000000;
    width:180px;
    height:120px;
    border: 1px solid #999999;
	vartical-align:middle;
    padding:0px;
    margin:5px 5px 0px 5px;

}
.av_img_box2 img {
    z-index:0;
    margin:0;
    padding:0;
    max-width:180px;
    height:auto;
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	zoom:1;


	box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 11px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 11px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 11px 0px;
}
.av_img_box2 a {
    color:#000000;
    line-height: 120px;
}

.movie_site_name_av {
	font-size:0.8em;
	color: rgba(255, 255, 255, 0.9);
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.9);
	position: absolute;
	bottom: 1px;
	left: 1px;
	padding: 1px 4px 0px;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 2px;
	border: solid 1px rgba(200, 200, 200, 0.5);
}

.movie_duration_av {
	font-size:0.8em;
	color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.9);
	position: absolute;
	bottom: 1px;
	right: 1px;
	padding: 1px 4px 0px;
	background-color: rgba(100, 0, 200, 0.5);
	border-radius: 2px;
	border: solid 1px rgba(200, 200, 200, 0.5);
}
.movie_duration_av:after {
	content: "分"
}

.av_img_comment3 {
	display:block;
    position:relative;
    bottom:0px;
    left:0px;
    z-index:1;
    margin:0px 5px 1px 5px;
    padding:0px !important;
    background-color:#ffffff;
    line-height:110%;
    font-size: 1.0em;
    height:3.3em;
    width:170px;
    white-space: wrap;
    overflow: hidden;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
    border-top:0px solid #000000;
    text-shadow: 1px 1px 3px #cccccc;
}
.av_img_comment3 a {
    height:3em;
}
.av_img_comment3 a:hover {
    color:#FF66FF;
}

.av_tags {
	margin:0px 0px 5px 0px;
}

.av_tags > ul {
	padding:3px 0px 0px 0px;
	color: #FE82EE;
	height:1.7em;
	max-width:175px;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
    font-size: 0.85em;

}

.av_tags > ul > li {
	display: inline;

}


.av_tags > ul > li > a {
	margin:7px 2px 5px 2px;
	padding:0px 5px 0px 5px;
	color: #FE82EE;
	background-color: #ffffff;
	border:0px solid #ffffff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-box-shadow: 0px 0px 3px #FE82EE;
	-moz-box-shadow: 0px 0px 3px #FE82EE;
	box-shadow: 0px 0px 3px #FE82EE;
}
a.av_av_tag {
	color: #19B37F !important;
	-webkit-box-shadow: 0px 0px 3px #19B37F !important;
	-moz-box-shadow: 0px 0px 3px #19B37F !important;
	box-shadow: 0px 0px 3px #19B37F !important;
}

.av_tags > ul > li > a:hover {
	color: #ffffff;
	background-color: #FE82EE;
}
a.av_av_tag:hover {
	color: #ffffff !important;
	background-color: #19B37F !important;
}

.av_tags > ul > li:first-child {
    margin:7px 2px 5px 5px;
}

.av_diff {
	/*display:inline-block;*/
	display:none;
    position:relative;
    font-size: 1em;
    padding:5px 15px 0px 15px;
    color:#4466CA;
    height:2em;
    float: left;

}

.av_date_site_block {
	display:inline-block;
    position:relative;
    font-size: 0.8em;
    color: #AAAAAA;
    padding:0px 0px 0px 0px;
    float: right;
    height:	2.7em;
}

.av_date {
	display:block;
    position:relative;
    padding:0px 8px 0px 15px;
    height:1em;
    text-align:right;
    margin: 0px 0px 0px auto;
}

.av_site_title {
	display: block;
	position: relative;
	padding: 0px 8px 0px 5px;
	height: 1.2em;
	text-align: right;
	margin: 0px 0px 0px auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 180px;
}

.av_opa  {
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.av_rad1 {
    border-radius:0px;
    overflow:hidden;
}
.av_shadow2 {
    /*box-shadow:1px 1px 5px #000;*/
}


/*--av relation list -------------------------------------------------------*/



.av_kiji_title {
    border-radius:2px;

	margin:10px 0 5px;
	display:inline-block;
	padding:5px 15px 3px 10px;
	border-width:0px 0px 0px 7px;
	border-color:#6d003d;
	border-style:solid;background:#b90067;
	color:#ffffff;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.5);

}
.av_kiji_more {
	margin-left:12px;
	padding:0px 5px;
	color:#19B37F !important;
	-webkit-box-shadow: 0px 0px 3px #19B37F !important;
	-moz-box-shadow: 0px 0px 3px #19B37F !important;
	box-shadow: 0px 0px 3px #19B37F !important;
}
.av_kiji_more:after {
	content:"≫";
}

a.av_kiji_more:hover {
	color:#ffffff !important;
	background-color: #19B37F;

}

/*--tag list -------------------------------------------------------*/

.tag_list > ul > li {
	display: inline-block;
	margin: 2px 1px;

}

.tag_list > ul > li > a {
	margin:7px 2px 5px 2px;
	padding:0px 5px 0px 5px;
	color: #FE82EE;
	background-color: #ffffff;
	border:0px solid #ffffff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-box-shadow: 0px 0px 3px #FE82EE;
	-moz-box-shadow: 0px 0px 3px #FE82EE;
	box-shadow: 0px 0px 3px #FE82EE;
}

.tag_list > ul > li > a:hover {
	color: #ffffff;
	background-color: #FE82EE;
}

.av_list > ul > li > a:before {
	content: "";
}
.av_list > ul > li {
	margin: 2px 1px;
	display: inline-block;

}

.av_list > ul > li > a {
	color: #19B37F !important;
	box-shadow: 0px 0px 3px #19B37F !important;}

.av_list > ul > li > a:hover {
	color: #ffffff !important;
	background-color: #19B37F !important;
}
/*--hot ranking-----------------------------------------------------*/

.rank_term_des {
	font-size:1.1em;
	margin:7px;
}

.rank_term > ul > li {

	display: inline-block;
}

.rank_term > ul > li > a {
	font-size: 1.1em;
    display: block;
    text-align: center;
    margin: 7px 5px 5px 2px;
    padding: 0px 15px 0px 15px;
    width: 67px;
    background-color: #ffffff;
    border: 0px solid #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: rgba(10, 140, 255, 1) !important;
    -webkit-box-shadow: 0px 0px 3px rgba(10, 140, 255, 1) !important;
    -moz-box-shadow: 0px 0px 3px rgba(10, 140, 255, 1) !important;
    box-shadow: 0px 0px 3px rgba(10, 140, 255, 1) !important;
}

.rank_term > ul > li > a:hover {
	color: #ffffff !important;
	background-color: rgba(10, 140, 255, 1) !important;
}

.rank {
	font-size: 1em;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-shadow: none;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 1px 3px;
    background-color: rgb(2, 166, 30);
    border-radius: 0px 14px 0px 14px;
    box-shadow: 0px 0px 3px 1px #0a9e00, 0px 0px 1px 4px #ffffff, 1px 1px 3px 4px #000000;
}
.rank:before {
	content: "";

}
.rank:after {
	content: "位";
	margin-left:1px;
	font-size:0.8em;
	font-weight:normal;
}

/*--dmm-------------------------------------------------------------*/

.dmm_img {
	border: solid 1px #000000;
}
.dmm_img:hover {
	border: solid 1px #FF55FF;
}

.dmm_image_siro {
	background-color: #45244e;
}
.dmm_img_siro {
	max-height: 270px;
}

#right-sidebar .dmm_both_wrap {
	position: relative;
	width:149px;
	margin-bottom:10px;

	box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;

}
#right-sidebar .dmm_image {
	position: relative;
}
#right-sidebar .dmm_img_link {
	position: relative;

}

#right-sidebar .dmm_img {
	background-image: url("http://ero-kawa.com/pic/load_dmm.gif");
	background-repeat: no-repeat;
	background-position: center center;
	max-width: 240px;
	/*height:133px;*/
}

#right-sidebar .dmm_img2 {
	background-image: url("http://ero-kawa.com/pic/load_dmm.gif");
	background-repeat: no-repeat;
	background-position: center center;
	max-width:200px;
	height:133px;
	position: absolute;
	clip: rect(auto auto auto 100px);
	margin-left: -100px;
}

#right-sidebar .dmm_price {
	display:none;
	position: absolute;
	font-size:0.8em;
	color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.9);
	position: absolute;
	bottom: 19px;
	left: 0px;
	padding: 1px 4px 0px;
	background-color: rgba(100, 0, 200, 0.5);
	border-radius: 2px;
	border: solid 1px rgba(200, 200, 200, 0.5);
}
#right-sidebar .dmm_price:after {
	content: "円";
}

#right-sidebar .dmm_text_link a {
	width:234px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:12px;
	color: rgba(255, 255, 255, 1);
	position: absolute;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 1px 4px 0px;
	background-color: rgba(232,86,149, 0.8);
	border: solid 0px rgba(200, 200, 200, 0.7);
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.5);
}

#right-sidebar .dmm_credit {
	font-size:10px;
}


#main2_footer {
	text-align:center;
	margin-bottom:7px;
}

#main2_footer .dmm_keyword {
  font-size: 1.0em;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 1);
  padding: 0px 0px 0px;
  background-color: rgb(185, 0, 103);
  border: solid 1px rgba(200, 200, 200, 0.7);
  text-shadow: -1px -1px 1px rgba(255, 246, 180, 0.66);
  width: 804px;
  margin: 0px 4px 2px;
}

#main2_footer .dmm_both_wrap {
	display:inline-block;
	position: relative;
	width:398px;
	margin-right: 8px;
	margin-left: 0px;
	box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;

}


#main2_footer .dmm_img {
	background-image: url("http://ero-kawa.com/pic/load_dmm.gif");
	background-repeat: no-repeat;
	background-position: center center;
	max-width:398px;
	/*height:266px;*/
	border: solid 1px #FFFFFF;
}
#main2_footer .dmm_img:hover {
	border: solid 1px #d52512;
}

#main2_footer .dmm_price {
	position: absolute;
	font-size:0.8em;
	color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.9);
	position: absolute;
	bottom: 19px;
	left: 0px;
	padding: 1px 4px 0px;
	background-color: rgba(100, 0, 200, 0.5);
	border-radius: 2px;
	border: solid 1px rgba(200, 200, 200, 0.5);
}
#main2_footer .dmm_price:after {
	content: "円";
}

#main2_footer .dmm_text_link a {
	display:none;
	width:392px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:14px;
	color: rgba(255, 255, 255, 1);
	position: absolute;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 1px 4px 0px;
	background-color: rgba(36, 152, 79, 0.7);
	border: solid 0px rgba(200, 200, 200, 0.7);
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
}

#main2_footer .dmm_credit {
	/*display:none;*/
	font-size:10px;
	text-align: right;
	margin-right: 10px;

}

#main2_middle-ad-index {
	margin-bottom: 10px;
}

#main2_middle_av {
	text-align:center;
}


#main2_middle_av .dmm_both_wrap {
	display:inline-block;
	position: relative;
	width:395px;
	margin-right:10px;

	box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;

}

#main2_middle_av .dmm_img {
	background-image: url("http://ero-kawa.com/pic/load_dmm.gif");
	background-repeat: no-repeat;
	background-position: center center;
	max-width:395px;
}

#main2_middle_av .dmm_price {
	position: absolute;
	font-size:0.8em;
	color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.9);
	position: absolute;
	bottom: 19px;
	left: 0px;
	padding: 1px 4px 0px;
	background-color: rgba(100, 0, 200, 0.5);
	border-radius: 2px;
	border: solid 1px rgba(200, 200, 200, 0.5);
}
#main2_middle_av .dmm_price:after {
	content: "円";
}

#main2_middle_av .dmm_text_link a {
	display:none;
	width:387px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:14px;
	color: rgba(255, 255, 255, 1);
	position: absolute;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 1px 4px 0px;
	background-color: rgba(36, 152, 79, 0.7);
	border: solid 0px rgba(200, 200, 200, 0.7);
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
}

#main2_middle_av .dmm_credit {
	/*display:none;*/
	font-size:10px;
	text-align: right;
	margin-right: 13px;
}

.dmm_rank {
	/*
	position: absolute;
    bottom: 1px;
    left: 1px;
    background-color: #009e87;
    color: white;
    padding: 2px 15px 0px 10px;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
    border-radius: 0px 50px 0px 0px;
    box-shadow: rgb(155, 255, 97) 0px 0px 1px 2px, rgb(255, 255, 255) 0px 0px 2px 4px;
	*/
	font-size: 0.9em;
	color: rgba(255, 255, 255, 1);
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.9);
	position: absolute;
	bottom: 3px;
	left: 2px;
	padding: 2px 10px;
	background-color: rgba(0, 46, 255, 0.65);
	border-radius: 0px;
	border-radius: 0px 0px 0px 0px;
	box-shadow: 0px 0px 2px 1px #00b0ff, -1px 0px 1px 4px #ffffff, 0px 0px 5px 3px #000000;
}

#main2_middle_av .dmm_avjoyu_info {
	margin-top: 24px;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 14px;
    color: #4c78ff;
    background-color: #ffffff;
    padding: 15px 0 12px;
    border-radius: 40px;
    box-shadow: rgb(76, 120, 255) 0px 0px 1px 0px;
    position: relative;
	/*line-height: 1.9em;*/
}

#main2_kiji .dmm_avjoyu_info {
	background-color: rgba(25, 179, 127, 0);
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 14px;
    color: #b90067;
	padding: 10px 0 15px;
	position: relative;
}

#main2_middle_av .dmm_avjoyu_info_prof {
	text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 1px 20px 0px 20px;
    position: absolute;
    top: -13px;
    left: 26px;
    background-color: #6199ff;
    border-radius: 20px;
    box-shadow: rgb(179, 179, 179) 1px 1px 1px 0px;
    color: #ffffff;
}
#main2_kiji .dmm_avjoyu_info_prof {
    text-align: left;
    margin: 0px 0px 0px 0px;
	padding: 3px 25px 3px 15px;
    position: absolute;
    top: -20px;
    left: -1px;
    background-color: #b90067;
    border-radius: 0px 0px 25px 0px;
    /* box-shadow: rgb(104, 104, 104) 0px 1px 2px 0px; */
    color: #ffffff;
}

.dmm_avjoyu_info span.label {
	margin-right: 0px;
	margin-left: 5px;
	padding: 0px 5px 0px 0px;
}
#main2_middle_av .dmm_avjoyu_info span.label {
    /*background: linear-gradient(#ffffff 95%, #8398ff 100%);*/
}
.dmm_avjoyu_info span.label:before {
    content: '✽';
    color: #fe4dd8;
}
.dmm_avjoyu_info span.name:before {
    content: '✽';
    color: #fe4dd8;
}
#main2_middle_av .dmm_avjoyu_info span.text {
	/*background: linear-gradient(#ffffff 95%, #8398ff 100%);*/
}

.dmm_avjoyu_info a {
	color: rgb(247, 37, 154);
}
.dmm_avjoyu_info a:hover {
	text-decoration:underline;
}

.dmm_keyword_des {
	display: inline;
    letter-spacing: 0.1em;
    color: white;
    font-size: 0.9em;
    text-shadow: none;
}

#main2_kiji {
	text-align:center;
	margin-bottom:7px;
}

#main2_kiji .dmm_keyword {
  font-size: 1.0em;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  width: 804px;
  margin: 0px 4px 2px;
  background-color: rgb(185, 0, 103);
  /*
  padding: 0px 0px 0px;
  background-color: rgb(25, 179, 127);
  border: solid 1px rgba(200, 200, 200, 0.7);
  text-shadow: -1px -1px 1px rgba(180, 255, 222, 0.7);
  */
}

#main2_kiji .dmm_both_wrap {
	display:inline-block;
	position: relative;
	width:398px;
	margin-right: 8px;
	margin-left: 0px;
	box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;

}


#main2_kiji .dmm_img {
	background-image: url("http://ero-kawa.com/pic/load_dmm.gif");
	background-repeat: no-repeat;
	background-position: center center;
	max-width:398px;
	/*height:266px;*/
	border: solid 1px #FFFFFF;
}
#main2_kiji .dmm_img:hover {
	border: solid 1px #d52512;
}
.dmm_img.dmm_img_siro {
	border: solid 0px #000000 !important;
}
.dmm_img.dmm_img_siro:hover {
	border: solid 0px #000000 !important;
}

#main2_kiji .dmm_price {
	position: absolute;
	font-size:0.8em;
	color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.9);
	position: absolute;
	bottom: 19px;
	left: 0px;
	padding: 1px 4px 0px;
	background-color: rgba(100, 0, 200, 0.5);
	border-radius: 2px;
	border: solid 1px rgba(200, 200, 200, 0.5);
}
#main2_kiji .dmm_price:after {
	content: "円";
}

#main2_kiji .dmm_text_link a {
	display:none;
	width:392px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:14px;
	color: rgba(255, 255, 255, 1);
	position: absolute;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 1px 4px 0px;
	background-color: rgba(36, 152, 79, 0.7);
	border: solid 0px rgba(200, 200, 200, 0.7);
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
}

#main2_kiji .dmm_credit {
	/*display:none;*/
	font-size:10px;
	text-align: right;
	margin-right: 10px;
}

/*--pickup_sita ad------------------------------------------------------*/

#pickup_sita_middle {
	margin-top:30px;
	margin-bottom:30px;
}

.adlike {
	width:728px;
	height:90px;
	margin-left:36px;
}
.adlike .ad_left{
	float:left;
}

.adlike .ad_title{
	text-align:left;
	font-size:36px;
	color:#3F66FF;
	margin:0px;
	padding:0px;
}

.adlike .ad_sub{
	display: inline-block;
	text-align:left;
	font-size:16px;
	color:#aaaaaa;
	margin-left:2px;
	padding:0px;
}

.adlike .ad_title:hover {
	text-decoration:underline;
}
.adlike .ad_go{
	text-align:center;
	background-color: #3F66FF;
	float:right;
	font-size:36px;
	width:95px;
	height:60px;
	margin-top:8px;
	padding-top:10px;
	padding-left:5px;
	color:#ffffff;
	border-radius:5px;
}

.adlike .ad_go:hover{
	background-color: #4F76FF;
}
.adlike .ad_url{
	text-align:left;
	margin:-10px 0 0 0;
	padding:0px;
	font-size:14px;
	color: rgba(63,158,64, 1);

}
.adlike .ad_des{
	text-align:left;
	margin:0 0 0 0;
	padding:0px;
	font-size:16px;
}
.adlike .ad_maru{
	clear: both;
	text-align:center;
	font-size:12px;
	text-shadow: none;
}

.adlike .ad_maru .ad_maru_1{
	color:#999999;
	/*font-size:18px;*/

}
.adlike .ad_maru .ad_maru_2{
	color:#cccccc;
	margin-left:3px;
	/*font-size:18px;*/

}
.adlike .ad_maru .ad_maru_des{
	font-size:12px;
	color:#cccccc;
	margin-left:3px;

}
.adlike .ad_maru .ad_maru_bun{
	font-size:12px;
	color:#cccccc;
	margin-left:3px;

}
.adlike .ad_maru .ad_maru_bun:hover{
	text-decoration:underline;
	color:rgb(63,158,64);
}

.ad_left_img img {
	height: 90px;
	border: 1px solid #000000;
	box-shadow: 0px 0px 21px #919191;
}
.ad_left_img {
	float: left;
	margin-right: 10px;
}
/*--middle ad----------------------------------------------------------*/

#main2_middle {
	text-align:center;
}

/*--left ad------------------------------------------------------------*/

#left_middle {
	margin:0px 0;
	width: 300px;
	height: 100px;
	border: 0px solid #1995dc;
	background-color:#FFFFFF;
	font-family: 'arial',sans-serif;
	text-shadow: none !important;
}
.ad_title_l {
	background-color:#4A1CBB;
	color:#FFFFFF;
	font-size:24px;
	text-align:center;
}
.ad_des_l {

	color:#4A1CBB;
	font-size:13px;
	text-align:center;
}

#left_middle:hover .ad_title_l {
	text-decoration: underline;
}


/*--access ranking-----------------------------------------------------*/


.access_ranking_title {
	font-size:0.8em;
}

#access_ranking {

	font-size:0.7em;


}

#access_ranking td:nth-child(odd){

	text-align:center;
}
#access_ranking td:nth-child(2){
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 166px;
	display: inline-block;
}

#access_ranking tr:nth-child(odd){

	background-color:#FAFAFA;
}

#access_ranking tr:nth-child(even){

	background-color:#FFFFFF;
}

#access_ranking tr a:hover{

	color:#00CC00;
}

/*--footer----------------------------------------------------------*/
.footer {
	margin: 10px 0 0px;
}
.footer ul {
    list-style-type: circle;

}
.footer ul li{
	display: inline;
	margin: 0 8px;
}
/*--CSS3 HoverAnimation---------------------------------------------*/

.av_img_box2 img:hover,
.kiji_img img:hover
 {

	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";

	/*-webkit-transform: scale(1.05);*/

	/*z-index: 20;*/
}

/*--pageTop---------------------------------------------------------*/

#pageTop{
	background:rgba(0,0,0,0.2);
	border:1px solid #aaaaaa;
	border-radius:0px;
	color:#FFF;
	padding:5px 20px;
	position:fixed;
	bottom:20px;
	right:20px;
	z-index: 2147483647;
	}
#pageTop:hover{
	background:rgba(0,128,0,0.5);
	}


img.lazy {
    display: none;
}
/*--hint------------------------------------------------------------*/
/* 表示文字の装飾 */
.tooltip {
    display: inline-block;
	border-bottom: dashed 1px #30658f;
    /*background: linear-gradient(transparent 40%, rgb(249, 201, 255) 40%);*/
}

/* ツールチップ部分を隠す */
.tooltip span {
    display: none;
}

/* マウスオーバー */
.tooltip:hover {
    position: relative;
    color: #333;
}

/* マウスオーバー時にツールチップを表示 */
.tooltip:hover span {
    display: block;                  /* ボックス要素にする */
    position: absolute;            /* relativeからの絶対位置 */
    top: 25px;
    font-size: 90%;
    color: #fff;
	text-shadow: none;
    background-color: #0152a1;
    width: 205px;
    padding: 5px;
    border-radius:3px;
    z-index:100;
}

/* フキダシ部分を作成 */
.tooltip span:before{
    content:'';
    display:block;
    position:absolute;                         /* relativeからの絶対位置 */
    height:0;
    width:0;
    top:-13px;
    left:15px;
    border:13px transparent solid;
    border-right-width:0;
    border-left-color:#0152a1;
    transform:rotate(270deg);            /* 傾きをつける */
    -webkit-transform:rotate(270deg);
    -o-transform:rotate(270deg);
    z-index:100;
}
/*--sns-------------------------------------------------------------*/
.sns_area_on_bar {
    margin: -63px 3px 0 0;
    display: block;
    font-size: 0.65em;
    color: #f7259a;
    text-align: right;
}
.sns_area_on_bar > div {
    display: inline-block;
    margin-left: 5px;
}
.sns_area {
	display: block;
    text-align: right;
    margin: 10px 11px 0px 0px;
}
.sns_area > div {
    display: inline-block;
    margin-left: 5px;
}
/*--other-----------------------------------------------------------*/

#right-sidebar-160-600 > div > div > div {
	text-align: left !important;
}

/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
	0% {opacity:0;display:block;}
	100% {opacity:1;}
}
div#modal div:target {
	-webkit-animation-name: modalFadeIn;
  	-webkit-animation-duration: 1s;
  	-webkit-animation-iteration-count: 1;
	opacity: 1;
	display:block;
}

/*--     -----------------------------------------------------------*/
div#fortune_telling_house {
	text-align: center;
    position: relative;
    bottom: 267px;
}
