/*----------------------------------------------------------
	edit by toshio maeoka / pm studio co.,ltd.
	mail:maeoka@pmstudio.com
	url:http://www.pmstudio.com/
-----------------------------------------------------------*/

/*-------------------------------
	each collection frame
--------------------------------*/
a {
	border: none;
	color: rgba(255,255,255,0.8);
	text-decoration: none;
}

a:hover {
	color: rgba(255,255,255,0.8);
	text-decoration: none;
}

a:visit {
	color: rgba(255,255,255,0.8);
	text-decoration: none;
}


.block2{
	width:auto;
	height:auto;
	margin: 0px auto;
	border: 1px solid #CCC;
	display:block;
}

.collection_list{
	width:100%;
	height:auto;
	margin:0px auto;
	border: 0px solid #CCC;
	display:block;
}

/*--スマフォ用tag非表示---*/
.area_sp{
	display:none;
}

.sp_show{
	display:none;
}


/*--検索ボックス--*/
.serch_box{
	background:rgba(0,0,0,0.8);
	width:100%;
	height:140px;
	padding:20px 0px 0px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/*--blog1.html--*/
/*----検索タブ----*/
.blog_search_frame{
	width:100%;
	height:auto;
	border: 0px solid #CCC;
}

ul.select_serch_text{
	width:100%;
	height:50px;
	margin:0px 0px;
	cursor:pointer;
	border: 0px solid #CCC;
}

ul.select_serch_text li{
	width:auto;
	padding:0px 0px 0px 15px;
}

.select_serch_text li:nth-child(1){
	width:1000px;
}

.select_serch_text li:nth-child(2){
	width:50px;
}

.search_ud_btn{
	background:url(/global_image/search_ud_btn1.png) no-repeat;
	width:50px;
	height:50px;
}

#search_type_1_pc dl dt:nth-child(1){
	width:2.5%;
}

#search_type_1_pc dl dt:nth-child(2){
	width:97.5%;
}

.blog_box{
	background:rgba(0,0,0,0.8);
	width:100%;
	height:auto;
	padding:20px 0px 20px 0px;
}

/*--ブログ検索ボタン--*/
ul.blog_select_frame{
	width:70%;
	height:auto;
	margin:0px auto;
	padding:0px 0px 10px 0px;
}

ul.blog_select_frame li{
	width:auto;
	height:auto;
}

ul.blog_select_frame li:nth-child(1){
	width:28%;
}

ul.blog_select_frame li:nth-child(2){
	width:57%;
}

ul.blog_select_frame li:nth-child(3){
	width:15%;
}


.blog_selector1{
	background:rgba(0,0,0,0.2);
	width:400px;
	height:37px;
	color:rgba(255,255,255,0.8);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid rgba(255,255,255,0.8);
}

.blog_selector2{
	background:rgba(0,0,0,0.2);
	width:198px;
	height:37px;
	color:rgba(255,255,255,0.8);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid rgba(255,255,255,0.8);
}


input[type="submit"].serch_btn{
	width:150px;
	height:37px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor:pointer;
	border-style:none;
}


/*--長方形写真付き250pxと200px---*/
ul.t_blog{
	width:102%;
	height:auto;
	margin:0px auto;
	border: 0px solid #CCC;
}

ul.t_blog li{
	width:250px;
	height:auto;
	min-height: 500px;
	margin:0px 13px 30px 0px;
	border: 1px solid rgba(0,0,0,0.1);
	transition: 0.5s;
	position:relative;
}
ul.t_blog li:hover{
	transform-origin: center;
	transform: scale(1.08);
	transition: 0.5s;
}

.blog_detail{
	width:250px;
	height:auto;
	padding:0px 0px 0px 0px;
	cursor:pointer;
}
.hastag{
	margin-bottom: 70px;
}

ul.t_blog li.h400{
	min-height:370px;
	padding:0px 0px 10px 0px;
}

ul.t_blog li.favorite_girls{
	position:relative;
	width:200px;
	height:auto;
	min-height:460px;
	margin:0px 10px 10px 0px;
	padding:0px 0px 0px 0px;
	border: 0px solid #CCC;
}

.girls_name{
	position: absolute;
	right: 10px;
	bottom: 0;
	border: 0px solid #CCC;
	padding:0px 0px 10px 0px;
}
.girls_name a:hover{
	opacity: 0.6;
	transition: 0.2s;
}

.blogphoto1{
	position:relative;
	width:250px;
	height:250px;
	border: 0px solid #CCC;
	overflow:hidden;
}

/*--写真トリミング--*/
.blogphoto1 img{
	width:250px;
	height:100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.t_blog_text{
	width:90%;
	margin:0px auto;
	word-break: break-all;
}
.t_blog_text .text_pink span:hover{
	color: rgba(223,107,150,0.5);
}


/*--NEW緑--*/
.new_icon_green{
	position: absolute;
	width: 0;
	height: 0;
	border-top: 50px solid rgba(86,165,70,1);
	border-right: 50px solid transparent;
	z-index: 100;
}

.new_icon_text{
	position: absolute;
	width:30px;
	height:30px;
	top:-43px;
	left:5px;
	transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    color:rgba(255,255,255,1);
    text-align:center;
	font-weight: 600;
	border: 0px solid #ccc;
}


/*---バナー--*/
ul.blog_banner_frame{
	width:101.3%;
	height:auto;
	margin:0px 0px;
	padding:0px 0px 8px 0px;
}

ul.blog_banner_frame li{
	width:50%;
	height:auto;
}

.blog_bunner_img{
	position:relative;
	width:514px;
	height:auto;
	min-height:76px;
	overflow:hidden;
}

.blog_bunner_img img{
	width:514px;
	height:100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}


.submit_btns{
	width:95%;
	height:auto;
	margin:0px auto;
}

ul.submit_tab1b{
	width:38%;
	height:auto;
	margin-right:0px;
}

ul.submit_tab1b li{
	width:auto;
	height:auto;
}

ul.submit_tab1b li:nth-child(1){
	width:60%;
}


ul.submit_tab1{
	width:95%;
	height:auto;
	margin:0px auto;
}

ul.submit_tab1 li{
	width:auto;
	height:auto;
	border: 0px solid #CCC;
}

ul.submit_tab1 li:nth-child(1){
	width:20%;
}

ul.submit_tab1 li:nth-child(2){
	width:43%;
}

ul.submit_tab1 li:nth-child(3){
	width:19%;
}

ul.submit_tab1 li:nth-child(4){
	width:18%;
}

/*--エリア検索ボタン--*/
input[type="reset"].serch_area_btn,
input[type="submit"].serch_area_btn{
	width:180px;
	height:50px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor:pointer;
	border-style:none;
}


/*--複数写真---*/
.single{
	position:relative;
	width:100%;
	height:250px;
}

.half{
	width:50%;
	height:250px;
}

.vhalf{
	width:100%;
	height:125px;
	overflow:hidden;
}

.single img{
	width:100%;
	height:100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.half img{
	width:100%;
	height:100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.vhalf img{
	width:100%;
	height:100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.remaing_img{
	position: absolute;
	bottom:30px;
	left:65%;
}

.line_b{
	width:auto;
	height:1px;
	margin:0px auto;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.right_border{
	border-right: 2px solid rgba(255,255,255,1);
}

.bottom_border{
	border-bottom: 2px solid rgba(255,255,255,1);
}
dl.girl_icons{
	width: 95%;
	margin: 0 auto;
}


/*--タブ非表示---*/
#tab_1{
	display:none;
}

/*-------------------------------
		a_tag
--------------------------------*/

a.menu_a_white{
	color: rgba(255,255,255,1);
	text-decoration: none;
}

a.menu_a_white:visit{
	color: rgba(255,255,255,1);
	text-decoration: none;
}

a.menu_a_black{
	color: rgba(0,0,0,1);
	text-decoration: none;
}

a.menu_a_black:visit{
	color: rgba(0,0,0,1);
	text-decoration: none;
}

a.menu_a_red{
	color:rgba(223,107,150,1);
	text-decoration: none;
}

a.menu_a_red:visit{
	color:rgba(219,184,192,1);
	text-decoration: none;
}
a.menu_a_red:hover{
	color:rgba(219,184,192,1);
}

a.menu_a_pink{
	color:rgba(223,107,150,1);
	text-decoration: none;
}

a.menu_a_pink:visit{
	color:rgba(223,107,150,1);
	text-decoration: none;
}


/*-------------------------------
	ボタン調整
--------------------------------*/
.more_btn_link{
	background: rgba(0,0,0,1);
	width: 380px;
	height: 50px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: rgba(255,255,255,1);
	cursor: pointer;

}
.more_btn_link:hover{
  background: rgba(0,0,0,0.8);
  transition: 0.3s;
}
.more_btn_link span:nth-child(1) {
    width: 90%;
}

ul.hashtag_input_frame{
	width:95%;
	height:auto;
	min-height:140px;
	margin:0px auto;
	padding:10px 0px 10px 0px;
	border: 1px solid rgba(255,255,255,0.5);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
  margin-bottom: 20px;
}

ul.hashtag_input_frame li{
	width:auto;
	height:auto;
	border: 0px solid rgba(255,255,255,0.5);
}

ul.hashtag_input_frame li:nth-child(1){
	width:18.5%;
	height:auto;
}

ul.hashtag_input_frame li:nth-child(2){
	width:80.5%;
	height:auto;
	min-height:80px;
	border-left: 1px solid rgba(255,255,255,0.5);
	padding:0px 20px 0px 20px;
}
.hashtag_text_input{
	background: rgba(101,100,100,0.8);
  width: 97%;
  height: 40px;
  padding: 0px 10px 0px 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.5);
  font-size: 15px;
  color: rgba(255,255,255,1);
}
