* {
transition: all 0.3s;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: rgba(50,50,50,1.00);
}
.jumbotron {
background-image: url(../images/MV.jpg);
color: rgba(255,255,255,1.00);
animation: moveBg 60s infinite linear;
text-shadow: 0px 0px 8px rgba(255,255,255,1.00);

}
@keyframes moveBg{
    0%    { background-position: 0 0; }
    100%  { background-position: 0px 563px; }
}
a:hover {
opacity: 0.8;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all  0.5s ease;
}
h2 {
	color: rgba(50,50,60,1.00);
	text-align: center;
	padding: 25px;
	border-bottom: 1px solid rgba(50,50,50,1.00);
}
h3 {
	margin: 20px 0px 0px;
	padding: 15px;
	font-size: 18px;
	border-bottom: 1pt solid rgba(200,200,200,1.00);
	color: rgba(4,61,100,1.00);
	line-height: 1.5em;
}

#header_search form input[type="text"]{
border-radius: 3px;
border-style: none;
padding: 3px 5px;
}
#header_search form input[type="submit"]{
border-radius: 3px;
background-color: rgba(246,118,86,1.00);
color: rgba(255,255,255,1.00);
border-style: none;
}




#topics table {
width: 100%;
}
#topics table th {
padding: 10px;
border-bottom: 1px solid rgba(200,200,200,1.00);
width: 15%;
color: rgba(150,150,150,1.00);
font-weight: normal;
}
#topics table td {
padding: 10px;
border-bottom: 1px solid rgba(200,200,200,1.00);
}
#topics table td a {
color: rgba(88,88,88,1.00);
}






#top2 a {
font-size: 30px;
padding: 100px 10px 20px;
color: rgba(255,255,255,1.00);
display: block;
border-radius: 3px;
background-color: rgba(50,50,50,1.00);
background-repeat: no-repeat;
background-position: center 15px;
background-size: 70px auto;
height: 100%;
}
#top2 a:hover {
text-decoration: none;
}
#top2_L a {
background-color: rgba(0,110,150,1.00);
background-image: url(../images/jirei.png);

}
#top2_R a {
background-color: rgba(190,40,80,1.00);
background-image: url("../images/q-a.png");
}





#jirei a {
	color: rgba(50,50,50,1.00);
	margin-bottom: 50px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px;
	border-radius: 2px;
	box-sizing: border-box;
	background-color: rgba(220,220,220,1.00);
}
#jirei a:hover {
	text-decoration: none;
	background-color: rgba(0,162,175,1.00);
}
#jirei table {
	width: 100%;
	border-top: 1px solid rgba(200,200,200,1.00);
	border-left: 1px solid rgba(200,200,200,1.00);
	background-color: rgba(255,255,255,1.00);
}
#jirei table th {
padding: 10px;
border-right: 1px solid rgba(200,200,200,1.00);
border-bottom: 1px solid rgba(200,200,200,1.00);
background-color: rgba(0,110,150,1.00);
color: rgba(255,255,255,1.00);
width: 12%;
text-align: center;
font-weight: normal;
}
#jirei table td {
	padding: 10px;
	border-right: 1px solid rgba(200,200,200,1.00);
	border-bottom: 1px solid rgba(200,200,200,1.00);
}
#jirei table td ul {
	padding: 0;
	margin: 0;
}
#jirei table td ul li {
	list-style: none;
	display: inline-block;
}
#jirei table td ul li a{
	margin: 0px 10px 0px 0px;
	padding: 3px 10px;
}
#jirei table .td-2 {
	width: 38%;
}
.pass {
	text-align: center;
}

/* MULTI-LINE */
.multiline .text--truncated {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
}










#q-a a {
	color: rgba(50,50,50,1.00);
	margin-bottom: 50px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px;
	border-radius: 2px;
	box-sizing: border-box;
	background-color: rgba(220,220,220,1.00);
}
#q-a a:hover {
text-decoration: none;
background-color: rgba(207,138,158,1.00);
}
#q-a table {
	width: 100%;
	border-top: 1px solid rgba(200,200,200,1.00);
	border-left: 1px solid rgba(200,200,200,1.00);
	background-color: rgba(255,255,255,1.00);
}
#q-a table th {
padding: 10px;
border-right: 1px solid rgba(200,200,200,1.00);
border-bottom: 1px solid rgba(200,200,200,1.00);
background-color: rgba(190,40,80,1.00);
color: rgba(255,255,255,1.00);
width: 12%;
text-align: center;
font-weight: normal;
}
#q-a table td {
	padding: 10px;
	border-right: 1px solid rgba(200,200,200,1.00);
	border-bottom: 1px solid rgba(200,200,200,1.00);
}
#q-a table td ul {
	padding: 0;
	margin: 0;
}
#q-a table td ul li {
	list-style: none;
	display: inline-block;
}
#q-a table td ul li a{
	margin: 0px 10px 0px 0px;
	padding: 3px 10px;
}
#q-a table .td-2 {
	width: 38%;
}










footer {
	margin-top: 100px;
}








/*コメントあたりのCSS*/
#comment_box {
	padding: 10px 15px;
	margin-top: 50px;
	border-radius: 5px;
	border: 1px solid rgba(0,60,100,1.00);
}
#comment_box h3 {
margin: 0 -5px 10px;
background-color: rgba(0,69,93,1.00);
padding: 5px 10px;
border-radius: 3px;
color: rgba(255,255,255,1.00);
background-image: none;
}
#comment_box p {
	display: block;
	margin-top: 10px;
	margin-bottom: 0px;
}
.logged-in-as {
	padding-bottom: 20px;
}
.logged-in-as a {
	margin: 0!important;
	color: rgba(5,90,180,1.00);
	padding: 0!important;
	display: inline-block!important;
}
.comment-form-comment #comment {
	width: 100%;
}
#div-comment-2 {
	border-bottom: 1px double rgba(0,81,138,1.00);
	margin-bottom: 10px;
}

.comment-author {
	display: inline-block;
}
.commentmetadata {
	display: inline-block;
}
.children {
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	list-style: none;
	background-color: rgba(240,240,240,1.00);
}
#comment_box form input[type="submit"]{
	border-radius: 50px;
	background-color: rgba(246,118,86,1.00);
	width: 90%;
	border-style: none;
	padding: 5px;
	font-size: 20px;
	color: rgba(255,255,255,1.00);
	margin-left: 5%;
}







/*サイドバーあたりのCSS*/
#sidebar {
	border-radius: 5px;
	background-color: rgba(240,240,240,1.00);
	margin-top: 15px;
	padding-bottom: 15px;
}
#sidebar div div {
	background-color: rgba(255,255,255,1.00);
	border-radius: 5px;
	padding-bottom: 10px;
}
#sidebar h3 {
	background-color: rgba(0,69,93,1.00);
	border-radius: 5px 5px 0px 0px;
	padding: 5px 10px;
	color: rgba(255,255,255,1.00);
	font-size: 18px;
}
#sidebar ul {
	padding: 10px;
	margin: 0;
}
#sidebar ul li {
	list-style: none;
	border-bottom: 1px dashed rgba(200,200,200,1.00);
	margin: 5px 0px;
	padding: 0px 5px;
}
#sidebar ul li a {
	display: inline-block;
	color: rgba(100,100,100,1.00);
}
#search_result a {
	border-radius: 3px;
	padding: 5px 10px;
	border: 1px solid rgba(0,69,93,1.00);
	display: block;
	margin: 10px;
}









@media (min-width: 1200px) {
.1200以上（xl）ーーーーーーーーーーーーーーー{}

/*1200 以上（xl）*/}






@media (max-width: 1200px) {
.1200-992（lg）ーーーーーーーーーーーーーーー{}

/*1200-992（lg）*/}





@media (max-width: 992px) {
.992-768（md）ーーーーーーーーーーーーーーー{}

/*992-768（md）*/}





@media (max-width: 768px) {
.768-576（sm）ーーーーーーーーーーーーーーー{}

/*768-576（sm）*/}




@media (max-width: 576px) {
.576以下（xs）ーーーーーーーーーーーーーーー{}


#topics table th {
display: block;
width: 100%;
border-bottom-style: none;
padding-bottom: 0px;
}
#topics table td {
display: block;
width: 100%;
padding-top: 0px;
}



#jirei table th {
display: block;
padding: 5px;
width: 100%;
}
#jirei table td {
display: block;
width: 100%!important;
word-break: break-all;
}
/*576以下（xs）*/}














.ハンバーガーメニューーーーーーーーーーーーーーーーーー{}




/* nav-toggle */
#nav-toggle {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
}
#nav-toggle div{
	width: 50px;
	height: 50px;
	padding-top: 15px;
	border-radius: 50%;
	background-color: rgba(50,50,50,1.00);
}
#nav-toggle > div {
	position: relative;
	width: 50px;
}
#nav-toggle span {
	width: 70%;
	height: 4px;
	left: 0;
	display: block;
	background-color: #FFFFFF;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	margin: 12px auto auto 15%;
	border-radius: 5px;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}


#overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}




@media screen and (max-width: 768px) {
.ハンバーガー768以下（sm）ーーーーーーーーーーーーーーーーーー{}
	#sidebar {
	/*display: none;*/
	position: fixed;
	right: -380px;
	top: 0;
	height: 100%;
	width: 380px;
	-webkit-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	margin-top: 70px;
	}

	/* サブメニューは開けない */
	#global-nav .sub-menu-head:after,
	#global-nav .sub-menu-nav {
		display: none;
	}
	#nav-toggle {
		display: block;
	}

	/* nav open */
	.open {
		overflow: hidden;
	}
	.open #overlay {
		display: block;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}

	/* #nav-toggle close */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* z-index */
	#overlay {
		z-index: 200;
	}
	#sidebar {
		z-index: 300;
	}
	#nav-toggle {
		z-index: 400;
	}
	
}
