body { padding-top: 30px; font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; background-color:#FFF; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */ }
h1,.h1,h2,.h2{ line-height:1.75;}
section .col-md-6 p,
section .col-md-6 li,
section .col-md-8 p,
section .col-md-8 li,
section .col-md-9 p,
section .col-md-9 li,
section .col-xs-12 p,
section .col-xs-12 li,
section .col-lg-6 p,
section .col-lg-6 li,
section .col-lg-8 p,
section .col-lg-8 li,
section .col-lg-9 p,
section .col-lg-9 li,
section .col-lg-12 p,
section .col-lg-12 li{font-size:16px; margin-bottom:30px; line-height:1.75;}
header .well p{font-size:18px; line-height:1.75;}
.side p{ line-height:1.7; margin-bottom:20px;}
header{padding-bottom:20px;}
.page-header  small{ font-weight:100; color:#404040 !important; border-color:#DDDDDD;}
.navbar-inverse {background-color: #656565 !important; border-color: #656565 !important;}
.navbar-inverse .navbar-brand {color: #000;}
.navbar-inverse .navbar-nav > li > a { color:#FFF;}
.portfolio-item { margin-bottom: 25px; }
footer { color:#AAA; margin: 20px 0 0 0; padding:50px 0 30px 0; font-size:11px; background-color:#FFF; }
footer hr{ margin:10px 0 !important;}
.container{
	max-width:970px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btn{
	white-space:normal !important;
	line-height:140%;
}

@media(max-width:991px) {
	.mobnone{
		display:none;
	}
	.btn{
		margin-top:20px;
	}
	h3.page-header{
		font-size:140%;
	}
}
@media screen and (max-device-width: 480px) {
	.page-header{
		margin:5px 0  5px;
	}
	.nonmob{
		display:none;
	}
}