@charset "utf-8";

/*
Theme Name: CustomThema01
Theme URI: http://www.kokorocinderella.com
Description: 石井貴士公式サイト
Author: Toshiyuki.
Author URI: 
Version: 0.1.5
License: GNU General Public License
License URI: license.txt
Tags: white,pink
*/

.sticky {}
.bypostauthor {}

@media (width > 768px) {
	.mobile {
		display: none !important;
	}
}

@media (width <= 768px) {
	.desktop {
		display: none !important;
	}
}




#whatnew {
  display: block;
}
.header-hero-image{
text-align:center;}

#content ul.checkmark {
    margin-bottom: 1.5em;
    border: 2px solid #F99;
    padding: 1.5em;
    list-style-type: none;
    margin: 20px 0px;
}
.checkmark li i {
    color: #f00;
    margin-right: 0.3em;
}
#content ul.checkmark.dark {
    border-color: #666;
}
.checkmark.dark li i {
    color: #7a94af;
}
.supervip {
    border-top: solid 4px #8aa1b3;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(239,243,255,1) 100%);
    padding: 1em 2em;
}
#content .supervip h2 {
    background: transparent;
    text-shadow: 0px 0px 30px #7e939e;
    color: #416482;
    border-top: 3px double;
    border-bottom: 3px double;
    margin: 1em 0;
}
#content .tokuten h2 {
    font-family: YuMincho,'Yu Mincho',serif;
    margin-top: 0;
    padding: 20px 0;
    text-align: center;
    background: transparent;
    border: 0;
    color: #9a6002;
    font-size: 2.5em;
    text-shadow: 0px 0px 30px rgba(216, 155, 0, 0.9);
}
