body {
	margin: 0; 
	height: 100%; 
	color: #384452;
	background-color: #f5f5f5;
	font-family: :"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
	font-weight: 400;
}
.sitetitle {
	margin-top: 15px;
    font-weight: 700;
}
.sitetitle a {
	color: #000;
	letter-spacing: -1px;
	font-size: 26px;
}
.sitetitle a span {
	color: #ff0000;
}
#blogtitle {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 0 5px 0;
}

/*color change*/
body.blackgray .navbar-default,
body.blackgray .panel-default>.panel-heading {
	background-color: #434A54;
    border-color: #434A54;
    color: #fff;
}
body.blackgray .panel-default>.panel-heading>h3 {
	color:#fff;
}
body.blackgray .navbar-default a {
	color: #ddd;
}
body.blackgray .navbar-default .navbar-nav>.open>a, body.blackgray .navbar-default .navbar-nav>.open>a:focus, body.blackgray .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #656D78;
}
body.blackgray .navbar-default .navbar-nav>.active>a,
body.blackgray .navbar-default .navbar-nav>.active>a:focus,
body.blackgray.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #ff0000;
}
body.blackgray .navbar-default .navbar-toggle{
    background-color: #ccc;
    border-color: #ccc;
}
body.blackgray .navbar-default .navbar-toggle:focus,
body.blackgray .navbar-default .navbar-toggle:hover {
    background-color: #ff0000;
    border-color: #ff0000;
}
body.blackgray .navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}

body.blackgray .panel-info>.panel-heading {
    color: #fff;
    background-color: #434A54;
    border-color: #434A54;
}
.thumbnail a>img, .thumbnail>img {
    width: 1px;
}
.thumbnail > img:nth-child(1),
.thumbnail a> img:nth-child(1) {
	width: 100%;
}

.jumbotron .h1, .jumbotron h1,
.jumbotron .h2, .jumbotron h2,
.jumbotron .h3, .jumbotron h3{
    margin-top: 20px;
    margin-bottom: 5px;
    line-height: 1.5;
    font-size:18px;
    font-weight: bold;
    letter-spacing: 2px;
}

.jumbotron p{
	font-weight: normal;
	color: #777;
	line-height: 1.5;
	letter-spacing: 1px;
}
.jumbotron small {
	margin-top: 5px;
	padding: 3px;
	display: inline-block;
	background-color: #fafafa;
	font-size: 11px;
}

.tagline {
	margin: 20px 0 10px 0;
}

.mt {
	margin-top:20px;
}
.mb {
	margin-bottom: 20px;
}



/*margin/padding*/
.mb {
	margin-bottom: 20px;
}
.ml {
	margin-left: 20px;
}
.mr {
	margin-right: 20px;
}

.categorylist .panel-body ul {
	padding-left: 0;
}
.categorylist .panel-body ul li {
	width: 24.5%;
	display: inline-block;
	padding-bottom: 5px;
}
@media (max-width: 767px) {
	.categorylist .panel-body ul {
		padding-left: 0;
	}
	.categorylist .panel-body ul li {
		width: 100%;
	}
}

.add2column {
	overflow: hidden;
}
.add2column .row {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
}
.pagelist,
.newpagelist{
	margin:0 0 10px 0;
	padding: 0;
}
.pagelist li,
.newpagelist li {
	list-style: none;
	margin-bottom: 15px;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #999;
}
.newpagelist li {
	list-style: decimal;
	margin-left: 20px;
}
