/* Luxeritas WordPress Theme - free/libre wordpress platform
 *
 * @copyright Copyright (C) 2015 Thought is free.
 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
 * @author LunaNuko
 * @link https://thk.kanzae.net/
 * @translators rakeem( http://rakeem.jp/ )
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This CSS has been developed on the basis of the following.
 */
 /*
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/**
------------------------------------
 Html tag
------------------------------------ */
*,
*::before,
*::after {
	box-sizing: border-box;
}
@-ms-viewport {
	width: device-width;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
small {
	font-size: 80%;
}
img {
	border-style: none;
	vertical-align: middle;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}
code, pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}

/**
------------------------------------
 Form
------------------------------------ */
button {
	border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
	cursor: pointer;
}

::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

::-webkit-inner-spin-button {
	height: auto;
}
::-webkit-search-decoration {
	-webkit-appearance: none;
}
label {
	display: inline-block;
	margin-bottom: .5rem;
}

/**
------------------------------------
 block
------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

/**
------------------------------------
 container
------------------------------------ */
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

/**
------------------------------------
 grid
------------------------------------ */
.row {
	display: flex;
	flex-wrap: wrap;
}
div[class^=col-] {
	flex: 0 0 auto;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-12 {
	max-width: 100%;
}
.col-6 {
	max-width: 50%;
}
.col-4 {
	max-width: 33.333333%;
}

/**
------------------------------------
 clearfix
------------------------------------ */
.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

/**
------------------------------------
 bootstrap pagination
------------------------------------ */
.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
}

/**
------------------------------------
 table
------------------------------------ */
table {
	border-collapse: collapse;
}
caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}
th {
	text-align: left;
}
