@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


/*table.list-group {
	font-size: 0.8em;
	width: 1200px;
}*/
table.list-group .gem-name_min-en {
	width: 25%!important;
}
table.list-group .gem-name_min {
	width: 10%!important;
}
table.list-group .gem-name_ja {
	width: 15%!important;
}
table.list-group .mohs {
	width: 7%!important;
}
table.list-group .crystal-system {
	width: 13%!important;
}
table.list-group .composition {
	width: 30%!important;
}

.hatena {
	font-style: italic; 
	color: #640125;
}
.hatena span {
	color: #640125;
	position: relative;
}
.hatena span::after {
	content: "?";
	position: absolute;
	right: -12px;
	bottom: -16px;
	font-weight: bold;
}

table.list-group .on-mouse-ab {
	color: #5654a2;
	text-decoration: underline;
	position: relative;
	display: block;
}
table.list-group .on-mouse-ab_cont {
	visibility:hidden;
	position:absolute;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	left: 20px;
	bottom: -10px;
	box-shadow: 2px 2px 4px gray;
	width: 300px;
	z-index: 999;
}