@charset "UTF-8";

/*
☆─────────────────────────────────────────────☆
   ▽▽▽ imgサイトのタイトルロゴ ▽▽▽
☆─────────────────────────────────────────────☆*/
.site_title{
	font-family:virgo;
	font-size:90px; 
	/* width:735px; */
	/* margin:0 auto; */
	/* ▼ 調整(2025/5/11) 35->38 */
	margin-left:38px;
	/* ▼ 調整(2025/4/16) 105->108 */
	/* ▼ 調整(2025/11/26) 108->118 */
	/* ▼ 調整(2025/11/26) 118->121 */
	margin-top:121px;
	margin-bottom:35px;
	pointer-events:none;
	-webkit-user-select:none;
}

/*
☆─────────────────────────────────────────────☆
   ▽▽▽ imgサイトのメインコンテンツエリア ▽▽▽
☆─────────────────────────────────────────────☆*/
.contents_area{
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
}

.giza a,
.giza a:after,
.giza a:before,
.giza a span{
	font-family:Boku2-Regular;
	font-size:11px;
	content:"";
	width:35px;
	height:35px;
	background:rgb(242, 121, 139);
	position:absolute;
	top:0px;
	cursor:default;
	pointer-events:none;
	-webkit-user-select:none;
}

.giza,
.giza a,
.giza a:after,
.giza a:before{
	-webkit-transform:rotate(22.5deg);
	-moz-transform:rotate(22.5deg);
}

.giza a span{
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	text-align:center;
	z-index:999;
	line-height:35px;
	color:#fff;
}

.giza{
	width:35px;
	height:35px;
	background:rgb(242, 121, 139);
	margin:7px 0 0 7px;
	opacity:0.95;
}

.giza_word{
	position:absolute;
	left:0px;
}

body{
	/* font-family:Boku2-Regular; */
}

/*
.site_title{
	font-family:;
}
*/

.search_form5{
	font-size:12px;
	color:#666666;
	border:1px solid #CCCCCC;
	border-radius:15px;
	background-color:rgba(221, 221, 221, 0.75);
	width:220px;
	/* height:25px; */
	/* margin:3px; */
	padding-left:10px;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:7px;
	/*
	background-size:5px 5px;
	padding-left:5px;
	outline:0;
	background-repeat:no-repeat;
	*/
}

.search_form5:focus{
	outline:none;
}

.menu_button,
.rich_menu_button,
.contents_menu_button,
.search_menu_button{
	display:inline-block;
	margin-right:5px;
	/* ▼ 停止(2025/4/25) */
	/* float:left; */
}

/* ▼ 追加(2025/4/26) */
::placeholder{
	color:#888888;
}

div.recent_page_view,
div.recent_column_view,
div.recent_series_view,
div.recent_plus_view,
div.page_index_view,
div.page_main_view,
div.page_freeze_view,
div.page_history_view{
	display:inline-block;
	font-family:Boku2-Regular;
	border:1px solid rgba(221, 221, 221, 0);
	border-radius:3px;
	background-color:rgba(221, 221, 221, 0);
	width:120px;	
	height:120px;
	margin-left:1px;
	margin-top:3px;
	margin-right:1px;
	margin-bottom:6px;
	padding:5px;
	transition:all 0.15s;
}

div.recent_page_view2,
div.recent_column_view2,
div.recent_series_view2,
div.page_index_view2,
div.page_main_view2,
div.page_freeze_view2,
div.page_history_view2{
	display:inline-block;
	font-family:Boku2-Regular;
	border:1px solid rgba(187, 187, 187, 0);
	border-radius:3px;
	background-color:rgba(187, 187, 187, 0);
	width:120px;	
	height:120px;
	margin-left:1px;
	margin-top:3px;
	margin-right:1px;
	margin-bottom:6px;
	padding:5px;
	transition:all 0.15s;
}

div.recent_page_view:hover,
div.recent_column_view:hover,
div.recent_series_view:hover,
div.page_index_view:hover,
div.page_main_view:hover,
div.page_freeze_view:hover,
div.page_history_view:hover{
	border:1px solid #AAAAAA;
	background-color:rgba(170, 170, 170, 0.25);
}

div.recent_plus_view{
	opacity:0.5;
	cursor:pointer;
}
