﻿@charset "UTF-8";
/* CSS Document */

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
}
#footer {
  width: 100%;
  /* Set the fixed height of the footer here */
  background-color: #f5f5f5;
}
.m-tp20{
	margin-top: 20px;
}
.m-bt20{
	margin-bottom: 20px;
}
.m-bt-5{
	margin-bottom: -5px;
}

/* page top
-------------------------------------------------- */
.pagetop {
	display: none;
	position: fixed;
	bottom: 140px;
	right: 0px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 40px;
	background-color: #F39700;
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	line-height: 40px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
.container2{margin-top:150px;margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}
@media (min-width:768px){.container2{width:750px}}
@media (min-width:992px){.container2{width:970px}}
@media (min-width:1200px){.container2{width:1170px}}

.sidebar-nav-fixed {
position:fixed;
width:20%;
}
 
@media (max-width: 767px) {
.sidebar-nav-fixed {
position:static;
width: auto;
}
}

/* サイドバー */
#sidebar.affix {
	position: static;
}

#sidebar .nav > .active > a,
#sidebar .nav > .active:hover > a,
#sidebar .nav > .active:focus > a {
	color: #ffffff;
	background-color: #428bca;
	border-radius: 5px;
}
#sidebar .nav .nav {
	display: none;
	margin-bottom: 8px;
}
#sidebar .nav .nav > li > a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 90%;
}

@media screen and (min-width: 992px) {
	#sidebar .nav > .active > ul {
		display: block;
	}
	#sidebar.affix,
	#sidebar.affix-bottom {
		width: 213px;
	}
	#sidebar.affix {
		position: fixed;
		top: 150px;
	}
	#sidebar.affix-bottom {
		position: absolute; 
	}
}
@media screen and (min-width: 1200px) {
	#sidebar.affix-bottom,
	#sidebar.affix {
		width: 263px;
	}
}


body > .container {
  margin-top: 20px;
  padding: 0px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

#footer > .container {
  background-color: #f5f5f5;
  padding-right: 15px;
  padding-left: 15px;
}

.ft{padding:10px 15px;font-size:10px;line-height:12px;border-left:5px solid #ff0000}
.ft a{color:#000;text-decoration:none;}
	a:hover{color:#ff0000;}
.ft2{text-align:center;font-size:xx-large}
.ft3{margin-top:-20px;text-align:center}

.th1{font-size:270%;font-weight:700;color:#333}

.hd0{margin-top:-15px;text-align:right;font-size:small;color:#fff;}
.hd1{text-align:right;font-size:xx-large;color:#fff}
.hd2{padding:15px 0px 0px;font-size:12px;}
.hd2 a{color:#fff;text-decoration:none;}
        a:hover{color:#ff0000;} 
.hd3{font-size:xx-large;}

.hl1{padding:10px 15px;margin-bottom:10px;font-size:18px;border-left:7px solid #ff0000}

.hl2{text-align:center;margin-bottom:10px;font-size:x-large;border-bottom:3px groove #ff0000}

.hl3{text-align:center;padding-bottom:5px;margin-bottom:-15px;font-size:large;border-bottom:2px solid #ff0000}

.hl4{text-align:center;padding:5px;font-size:large;border-top:2px solid #ff0000;border-bottom:2px solid #ff0000}

.hl5{padding:5px 10px;font-size:large;border-left:4px solid #ff0000;border-bottom:1px solid #ff0000;}

code {
  font-size: 80%;
}
