/*----------------------------------------------------------
	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;
}

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

ul.select_serch_text{
	width:100%;
	height:50px;
	margin:0px auto;
}

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

.select_serch_text >:last-child {
	margin-left: auto;
}

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

.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---*/
ul.t_blog{
	width:102%;
	height:auto;
	margin:0px auto;
	border: 0px solid #CCC;
}

ul.t_blog li{
	width:250px;
	height:auto;
	margin:0px 13px 13px 0px;
	padding:0px 0px 0px 0px;
	border: 1px solid rgba(0,0,0,0.1);
}

.blog_detail{
	position:relative;
	width:250px;
	height:auto;
	min-height:400px;
	padding:0px 0px 0px 0px;
}

.girls_name{
	position: absolute;
	right: 10px;
	bottom: 0;
	border: 0px solid #CCC;
	padding:0px 0px 10px 0px;
}

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

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

.t_blog_text{
	width:95%;
	margin:0px auto;
}
.news_pc_img img{
	width: 50%;
}

/*---バナー--*/
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;'
}

/*-------------------------------
	色追加
--------------------------------*/
.news_frame{
	width:auto:
	height:auto;
}

.text_lightgreen{
	color: rgba(0,255,0,1);
}
.bg_lightgreen{
	background-color: rgba(0,255,0,1);
}
.bg_green2{
	background-color: rgba(0,255,0,0.1);
}
.border_lightgreen{
	border: 1px solid rgba(0,255,0,1) !important;
}
.border_gray{
	border: 1px solid rgba(199,199,200,1);
}

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

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

/*-------------------------------
		a_tag
--------------------------------*/
#news_content a {
	color:rgba(0,0,0,1);
}

#news_content a:visit{
	color:rgba(0,0,0,1);
}

#news_content a:hover{
	color:rgba(0,108,183,1);
}


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(219,184,192,1);
	text-decoration: none;
}

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

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

