/* Your custom styles */

/* Main color */
.body-color {
    background-color: #000000;
    color: #eee;
}

.m-color {
    background-color: #2e2e2e;
    color: #FFF;
}

/* Accent color */
.a-color {
    background-color: rgba(246,20,104,.2);
    color: #FFF;
}

h1.h-color {
    color: #333;
    font-weight: bold;
    border-bottom: 5px solid #333;
    padding: .5rem 0;
    margin-bottom: 1.5rem;
}

h2.h-color {
    color: #FFF;
    border-top :    groove 4px #E6D48F;
    border-bottom : groove 4px #E6D48F;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding: 1.2rem .5rem;
    margin-bottom : 1.5rem;
    /* 菱形bg */
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
    background-color: #000;
    background-image: linear-gradient(135deg, #252525 25%, transparent 25%),
                      linear-gradient(225deg, #252525 25%, transparent 25%),
                      linear-gradient( 45deg, #252525 25%, transparent 25%),
                      linear-gradient(315deg, #252525 25%, #000 25%);
    background-position: 20px 0, 20px 0, 0 0, 0 0;
    background-size: 20px 20px;
    background-repeat: repeat;
}

h3.h-color {
    color: #EEE;
    border-top :    groove 3px #EEE;
    border-bottom : groove 3px #EEE;
    font-weight: bold;
    padding: 1rem 1rem;
    margin-bottom : 1rem;
    /* 菱形bg */
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
    background-color: #000;
    background-image: linear-gradient(135deg, #252525 25%, transparent 25%),
                      linear-gradient(225deg, #252525 25%, transparent 25%),
                      linear-gradient( 45deg, #252525 25%, transparent 25%),
                      linear-gradient(315deg, #252525 25%, #000 25%);
    background-position: 20px 0, 20px 0, 0 0, 0 0;
    background-size: 20px 20px;
    background-repeat: repeat;
}

h4.h-color {
    color: #EBDCA5;
    font-weight: bold;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
    /* 菱形bg */
    background-color: #000;
    background-image: linear-gradient(135deg, #252525 25%, transparent 25%),
                      linear-gradient(225deg, #252525 25%, transparent 25%),
                      linear-gradient( 45deg, #252525 25%, transparent 25%),
                      linear-gradient(315deg, #252525 25%, #000 25%);
    background-position: 20px 0, 20px 0, 0 0, 0 0;
    background-size: 20px 20px;
    background-repeat: repeat;
}

h5.h-color {

}

.h1, h1 {
    font-size: 1.75rem;
}

.h2, h2 {
    font-size: 1.5rem;
}

.h3, h3 {
    font-size: 1.3rem;
}

.h4, h4 {
    font-size: 1.2rem;
}

.h5, h5 {
    font-size: 1.15rem;
}

/* ページネーション */
.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover {
    background-color: #23100f;
    color: #fff;
    font-weight: bold;
}

th {
    color: #FFF;
    width: 35%;
    vertical-align: middle !important;
    /* 菱形bg */
    background-color: #000;
    background-image: linear-gradient(135deg, #252525 25%, transparent 25%),
                      linear-gradient(225deg, #252525 25%, transparent 25%),
                      linear-gradient( 45deg, #252525 25%, transparent 25%),
                      linear-gradient(315deg, #252525 25%, #000 25%);
    background-position: 20px 0, 20px 0, 0 0, 0 0;
    background-size: 20px 20px;
    background-repeat: repeat;
}

td {
    vertical-align: middle !important;
}

@media screen and (max-width:767px) {
/* 画面サイズが767px以下の場合読み込む */
table {
    width: 100%;
}

th,td {
    display: block;
    width: 100%;
}

.table-bordered {
    border: none;
}

.table-bordered td,
.table-bordered th {
    margin-top: -1px;
}

table.tc th,
table.tc td {
    display: table-cell;
}}

#wrap {
    overflow: hidden;
}

#mailbox .list-group-item {
    padding: 0;
}

#mailbox .list-group-item a{
    color: #FFF;
    padding: .75rem 1.25rem;
}

#mailbox .list-group-item a.active{
    border-left: #E6D48F 5px solid;
}

#mailbox .list-group-item a.read {
    color: #d1d1d1;
}

#mailbox .list-group-item a.unread:before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0e0';
    padding-right: .4rem;
    color: #E6D48F;
}

#mailbox .list-group-item a.read:before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f2b6';
    padding-right: .4rem;
    color: #d1d1d1;
}

#mailbox .list-group-item a.send:before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f1d8';
    padding-right: .4rem;
    color: #E6D48F;
}

#mailbox .list-group-item-action:focus,
#mailbox .list-group-item-action:hover {
    background-color: transparent;
}

button.navbar-toggler span {
    font-size: 1.1rem;
    margin-left: .5rem;
}

.navbar-nav .counter {
    position: static;
    top:0px;
    left: 0px;
    margin-left: 3px;
}

@media screen and (max-width:767px) {
#terms br {
    display: none;
}}

b, strong {
    font-weight: bold;
}

#mailshow .break {
    overflow-wrap: break-word;
}

.carousel-inner.v-2 .carousel-item.active,
.carousel-inner.v-2 .carousel-item-next,
.carousel-inner.v-2 .carousel-item-prev {
    display: flex;
}

.btn {
    text-transform: unset !important;
}

/* PCサイドメニュー */
#sidebar ul {
    padding: 0;
}

#sidebar li {
    list-style: none;
    text-align: left;
    font-weight: bold;
}

#sidebar li a{
	color: #fff;
	font-size: 16px;
	display: block;
	padding: 1rem;
	position: relative;
}

/* #sidebar li a .unread{
	position: absolute;
	background: red;
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
	text-align: center;
	width: 30px;
	line-height: 30px;
	right: 10px;
	top: 50%;
	margin-top: -15px;
} */

#sidebar li:not(:last-child){
	border-bottom: 1px solid #fff;
}

/* 実績 */
/* .result {
    border: 1px solid #000;
} */

/* .result_text1 {
    background: #1A3977;
    color: #FFF;

} */

/* .result_text2 {

} */

/* .result_text3 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ff0000;
} */

/* 検証屋 */
.card {
    background-color: #2e2e2e;
}

nav.navbar {
    border-bottom: groove 4px #E6D48F;
}

.table td {
    color: #FFF;
}

#release div.release {
    background: #330000;
    border:groove 4px #FF0000;
    padding: 1rem;
    margin-bottom: 1rem;
}

#mailbox .list-group-item {
    background-color: transparent;
    border: 1px solid #FFF;
}

.form-control {
    color: #EEE;
}

.form-control:focus {
    color: #EEE;
}

.md-form label {
    color: #BBB;
}

.select-wrapper input.select-dropdown, .select-wrapper span.caret {
    color: #EEE;
}
