/*
Theme Name:     Love craft child
Description:    Child theme for the Lovecraft theme for WordPress
Author:         SUKIMALAB
Author URI:     http: //sukimalab.com/
Template:       lovecraft
*/

@import url('../lovecraft/style.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

body .header-image {
	min-height: 100px;
/*
	background: url('bright_squares.png') repeat !important;
	background: url('random_grey_variations.png') repeat !important;
	background: url('random_black_variations.png') repeat !important;
	background: url('hexellence.png') repeat !important;
	background: url('small_steps.png') repeat !important;
	background: url('circles.png') repeat !important;
	background: url('pyramid.png') repeat !important;
	background: url('paven.png') repeat;
	background: url('graphy.png') repeat !important;
	background: url('gridme.png') repeat !important;
	background: url('pink_rice.png') repeat !important;
	background: url('restaurant.png') repeat !important;
	background: url('red_rice.png') repeat !important;
	background: url('floor-tile.png') repeat !important;

	background: #666 !important;
*/
	background: url('floor-tile.png') repeat !important;
}
body .header-image img {
	display: none;
}

body.home .header-image {
	/* min-height: 350px; */
	/* background: url('http://vanclif.sakura.ne.jp/example/olb0/wp-content/uploads/2017/08/ss-top.png' ) center center no-repeat; */
	background: none !important;
}
body.home .header-image img {
	display: block;
	visibility: visible;
}

body {
	font-family: 'Lato', sans-serif !important;
	font-size: 14px !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif !important;
}
h2 {
	font-size: 1.25em !important;
}
.blog-title {
	font-family: 'Lato', sans-serif !important;
	font-size: 2.25em !important;
}
.post-title {
	font-family: 'Lato', sans-serif !important;
	font-size: 1.75em !important;
}
.post-content {
	font-family: 'Lato', sans-serif !important;
}

/*
body {
	background: #f6f6f6 !important;
}
*/
.post-tags a,
.tagcloud a {
}
.post-tags a:before,
.tagcloud a:before {
}

/**
 *	olbdoc
 */
.post-content .red {
	color: #f00;
}
.post-content dl.doc dt {
	padding-bottom: 5px;
	font-weight: bold;
}
.post-content table,
.post-content table th,
.post-content table td {
	text-transform: none;

		line-height: 2em;
		padding: 5px 10px;
}
.post-content .samplecode {
	margin: 0 0 10px;
	padding: 10px;
	font-style: normal;
	border: 1px solid #ccc !important;
	line-height: 1.2em;
	color: #444;
}
.post-content .sampleform {
	font-family: monospace;
	font-size: 95%;
}
table.olblist th,
table.olblist td {
	padding: 5px 10px; border: 1px solid #ccc;
}
table.olblist tr.center th,
table.olblist tr.center td,
table.olblist th.center,
table.olblist td.center {
	text-align: center;
}
table.olblist tr.eee th,
table.olblist th.eee {
	background-color: #eee;
}
table.olblist tr.eff th,
table.olblist th.eff {
	background-color: #ddd;
}
.post-content table.olbnoborder {
	border: 0;
	margin: 0;
}
.post-content table.olbnoborder th,
.post-content table.olbnoborder td {
	padding: 0 5px; border: 0; 
}
.post-content table td .tag,
.post-content table.olbnoborder .tag {
	color: #093; 
}
.post-content table.olbnoborder tr.bottom th,
.post-content table.olbnoborder tr.bottom td {
	border-bottom: 1px solid #eee; 
}
.post-content table.olbnoborder td ul,
.post-content table.olbnoborder td ol {
	margin: 0;
}
.post-content h3 {
	border-bottom: 1px solid #ccc;
}
.post-content h4 {
	padding-left: 10px; border-left: 3px solid #999;
}
.post-content .code {
	margin: 0 3px;
	font-family: monspace;
	color: #04d;
}
.post-content .blue {
	color: #39c;
}
.post-content h3 .en {
	font-family: serif;
	font-style: italic;
	color: #777;
}
.post-content p.en {
	font-family: serif;
	font-style: italic;
	font-weight: normal;
	color: #777;
}

body {
	font-size: 14px;
}
.post .post-title {
	font-size: 1.75em !important;
}
.sidebar .post-title {
	font-size: 1.00em;
}
.widget-title {
	font-size: 1.50em !important;
}

/**
 *	footer: menu;
 */
.footer-menu {
	clear: both;
	margin-top: -15px;
	padding-bottom: 30px !important;
	text-align: center;
	font-size: 85%;
}
.footer-menu a {
	margin: 0 10px;
}
.olb_attention {
	padding: 20px;
	border: 1px solid #ddd;
	background: #fcfcfc;
}

/**
 *	extensions:; module-list
 */
ul.module-list {
	padding: 0;
	list-style: none;
	*zoom: 1;
}
ul.module-list:before,
ul.module-list:after {
	content: " ";
	display: table;
}
ul.module-list:after {
	clear: both;
}

ul.module-list li {
	margin: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	width: 300px;
	border: 1px solid #ddd;
}
ul.module-list li .item {
	margin: 10px;
}
ul.module-list li .item .image {
	min-height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
	text-align: center;
	background-color: #f9f9f9;
	border-bottom: 1px dotted #ccc;
}
ul.module-list li .item .title {
	padding: 10px 10px 5px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}
ul.module-list li .item .title a {
	text-decoration: none;
}
ul.module-list li .item .link {
	text-align: right;
}
ul.module-list li .item .link a.right-margin {
	margin-right: 10px;
}

/**
 *	extensions: module-list (top)
 */
ul.module-list-top {
	padding: 0;
	list-style: none;
	*zoom: 1;
}
ul.module-list-top:before,
ul.module-list-top:after {
	content: " ";
	display: table;
}
ul.module-list-top:after {
	clear: both;
}

ul.module-list-top li {
	margin: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	width: 110px;
	border: 1px solid #ccc;
}
ul.module-list-top li a,
ul.module-list-top li a:hover,
ul.module-list-top li a:visited {
	color: #21759b;
}
ul.module-list-top li.new a,
ul.module-list-top li.new a:hover,
ul.module-list-top li.new a:visited {
	color: #000000;
}
ul.module-list-top li .item {
}
ul.module-list-top li .item .image {
	padding: 5px;
	text-align: center;
	font-size: 1.5em;
}
ul.module-list-top li .item .image a {
	display: block;
}
ul.module-list-top li .item .title {
	text-align: center;
	padding: 5px 0 10px;
	font-size: 0.8em;
	line-height: 1.3em;
}
ul.module-list-top li .item .title a {
	text-decoration: none;
}
ul.module-list-top li .item .link {
	text-align: right;
}
ul.module-list-top li .item .link a.right-margin {
	margin-right: 10px;
}

/**
 *	extensions:; module-cats
 */
ul.module-cats {
  margin: 0;
  margin-top: 2em;
  padding: 0;
  list-style: none;
  color: #448ccb;
}
ul.module-cats > li {
  float: left;
  display: block;
  margin: 0 15px 30px 0;
  padding: 0;
  width:300px;
  zoom: 1;
}
ul.module-cat {
  float: left;
  position: relative;
  padding: 15px;
  border: solid 1px #aaa;
  border-radius:8px;
  width: 100%;
/* font-size: 0.9em; */
}
ul.module-cat:before{
  color: #333;
  font-family: FontAwesome;
  content: "\f05a\0020POINT";
  position: absolute;
  display: block;
  top: -15px;
  left: 20px;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px;
}
ul.module-cat li{
  list-style: disc outside;
  float: none;
  margin: 0 0 0 1.2em;
}
ul.module-cat li.lt_none{
  list-style: none outside;
  float: none;
  margin: 0 0 0 1.5em;
}
ul.module-cat-package:before { content: "\f0f2\0020パッケージ"; }
ul.module-cat-payment:before { content: "\f1ed\0020決済"; }
ul.module-cat-booking:before { content: "\f090\0020予約"; }
ul.module-cat-limit:before   { content: "\f071\0020予約制限"; }
ul.module-cat-notice:before  { content: "\f0e0\0020通知"; }
ul.module-cat-display:before { content: "\f108\0020表示"; }
ul.module-cat-manager:before { content: "\f0e4\0020管理"; }
ul.module-cat-comment:before { content: "\f27a\0020評価"; }
ul.module-cat-others:before  { content: "\f085\0020ほか"; }
ul.module-cat-demo:before { content: "\f108\0020デモ"; }
ul.module-cat-grouplesson:before { content: "\f0c0\0020グループ"; }

.post-content ol > li:first-child, .post-content ul > li:first-child {
	margin-top: 0;
}

.post-content p {
	margin-bottom: 1em;
}

.post-content fieldset legend {
	padding: 8px !important;
	background-color: #333;
}

.main-menu ul a {
	font-style: normal;
}
/*
.main-menu li:nth-child(2) ul li a {
	width: 360px !important;
	width: 25.71428572rem !important;
}
*/

/**
 *	Fontawesome UL
 */
ul.fa-ul {
	list-style: none;
	padding: 10px;
}
ul.fa-ul li {
	text-indent: -1.7em;
}
ul.fa-ul li:before {
	font-family: FontAwesome;
	margin-right: 0.5em;
}
ul.fa-ul-exclamation-triangle li:before {
	color: #f00;
	content: '\f071';
}
ul.fa-ul-info-circle li:before {
	color: #21759b;
	content: '\f05a';
}

/**
 * Fonts
 */
/* 'Playfair Display' -> 'Lato' */
body,
.blog-title,
.post-title,
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6,
.widget_rss li a,
.lovecraft-widget-list .title,
.credits .sep  { font-family: 'Lato', Helvetica, sans-serif; }

/* Georgia -> */
.post-content,
.post-content blockquote:after { font-family: 'Lato', Helvetica, sans-serif; }

/* font-weight */
.widget .post-title { font-weight: 400; }


@media ( max-width: 1000px ) {
	.sidebar {
		float: none;
		display: block;
		width: 100%;
		margin: 50px auto;
	}
}
@media ( max-width: 600px ) {
	.header-image {
		min-height: 70px;
	}
	/*
	.home .header-image {
		min-height: 70px;
	}
	*/
}
@media ( max-width: 500px ) {
	.header-image {
		min-height: 20px;
	}
	/*
	.home .header-image {
		min-height: 20px;
	}
	*/
	.widget {
		margin-left: 25px;
		margin-right: 25px;
	}
}

del {
	color: #999 !important;
}

#tabs div { padding: 30px; }
#tabs div ul { list-style: none; }
#tabs div ul li { margin-left:0px;padding-bottom:10px; border-bottom: 1px solid #ddd; }

/**
 *	Front
 */
strong.h4 {
	font-size: 1.25em;
	border-left: 3px solid #999;
	padding-left: 10px;
}

.post-content .wp-caption-text,
.post-content .gallery-caption {
	font-size: 0.8em;
	line-height: 1.3em;
}

.catchbox {
	text-align: center;
	background: #1e73be;
}
.campaign {
	background: #ff8822;
}
.catchbox .main {
	color: #fff;
	display: block;
	padding: 15px;
}
.catchbox a.main,
.catchbox a.main:hover {
	color: #fff;
}
.catchbox .text1 {
	font-size: x-large;
}
.catchbox .main .text2 {
	font-size: 100%;
}
.widget .catchbox .main {
	padding: 30px 15px;
}
.widget .catchbox a.main,
.widget .catchbox a.main:hover {
	color: #fff !important;
}
.widget .catchbox .text1 {
	font-size: large;
}
form table td label {
	font-size:0.8rem !important;
}

.downloads_stat {
	line-height: 2em;
}
.downloads_stat .number {
	color: #1e73be;
	font-size: x-large;
}

.supported_ver {
    float: right;
    font-size: x-small;
    color: #d00;
}

.marker_blue {
    background: linear-gradient(transparent 60%, #99ccff 60%);
}
.marker_water {
    background: linear-gradient(transparent 60%, #ccffff 60%);
}
.marker_yellow {
    background: linear-gradient(transparent 60%, #ffff99 60%);
}
.marker_lime {
    background: linear-gradient(transparent 60%, #99ffCC 60%);
}
.marker_green {
    background: linear-gradient(transparent 60%, #ccff99 60%);
}
.marker_pink {
    background: linear-gradient(transparent 60%, #ffccff 60%);
}
.marker_red {
    background: linear-gradient(transparent 60%, #ffcccc 60%);
}
.marker_orange {
    background: linear-gradient(transparent 60%, #ffcc99 60%);
}
.marker_purple {
    background: linear-gradient(transparent 60%, #ccccff 60%);
}

.su-tabs-nav {
    font-size:1.3em;
    font-weight: bold;
    color: #000;
}

.olb_attention {
	margin-bottom: 2em !important;
	padding: 0.5em 1em;
	border: 1px solid #999;
	border-radius: 0.5em;
	font-size: small;
	color: #f00;
}

.post-content pre { background-color: #f9f9f9 !important; border-color: #ddd; }
.post-content pre > code { font-size: 1em !important; background-color: transparent; }

a.mybtn {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: auto;
	margin: auto;
	padding: 0.5rem 1.5rem;
	font-size: 0.8em;
	font-weight: bold;
	border: 2px solid #000;
	background-color: #000;
	color: #fff !important;
	border-radius: 8px;
	transition: 0.5s;
}
a.mybtn:hover {
	border: 2px solid #1e73be !important;
	background-color: #1e73be !important;
	text-decoration: none;
}

.result-img,
.simple-dx-q .img {
	display: box;
	text-align: center;
	padding: 1em;
	box-sizing: border-box;
}
.result-img img {
	width: 100%;
	max-width: 360px;
	margin: auto;
	border: 0;
}
.simpdi-q img {
	width: 100%;
	max-width: 180px;
	margin: auto;
	border: 0;
}