/*
Theme Name: Platinum Rurubu
Theme URI: 
Description: 
Author: 
Author URI: 
Text Domain: 
Tags: 
Version: 1.1
License: 
License URI: 

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

@media all and (-ms-high-contrast: none){
.edgtf-fsc-item-title img {
	width: 98%; /* IE10以上 */
}
}

.edgtf-bli-excerpt {
	display: none !important;
}

.edgtf-post-heading {
	display: none !important;
}

.edgtf-post-info-top {
	display: none !important;
}

h1 {
	font-family: "Sawarabi Mincho" !important;
	text-transform: none !important;
}

h3 {
	font-family: "Sawarabi Mincho" !important;
	text-transform: none !important;
}

h4 {
	font-family: "Sawarabi Mincho" !important;
	text-transform: none !important;
}

.second .inner li {
	width: 100% !important;
}

.edgtf-main-menu li {
	white-space: nowrap !important;
	padding-right: 30px;
}

/* Menu juji */
.edgtf-drop-down .second .inner ul li.sub > a .item_outer:after {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  right: -2px;
  content: "\4c";
  font-family: 'ElegantIcons';
  font-size: 30px !important;
  font-weight: bold;
  font-style: normal;
  color: #8f8f8f;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
