.header .top-bar {
	height: 12px;
	background-color: #22AC38;
}
.header {
    margin-bottom: 8px;
}
.header .header-title {
	background-color: #FFFCC4;
	height: auto;
}
head ,body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.header .header-title img {
    max-width: 560px;
	padding-left: 4px;
}

.header .member-button {
	padding-top: 15px;
	padding-bottom: 15px;
}

.media-heading {
    font-weight: bold;
}
.breadcrumb {
    font-size: 12px;
}

h1 {
    font-size: 32px;
    font-weight: bold;
}

.media-object {
    max-height:80px;
}

.media-object-large {
    max-height:240px;
}


.media-body{
    color: #666;
    word-break: break-all;
}

.media-body h4 {
    color: black;
}

a .media-body h4, a .media-body h4 small, span.link {
    color: navy;
}

.full-width {
    width: 100%;
}

.image-wrapper {
    margin: 8px 0;
}

.caption {
    text-align: center;
    color: #666;
}

.list-group-item {
    border: 1px solid #aaa;
    background-color: #FFE;
}

h2 {
    font-size: 28px;
    color: black;
    padding: 0px;
    margin-bottom: 16px;
}

h2 .glyphicon {
    vertical-align: -2px;
    color: #999;
}

h3 {
    font-size: 24px;
    color: black;
    padding: 0px;
    margin-bottom: 8px;
}

.alert-info {
    background-color: #d9edf7;
    background-image: none;
}

.well {
    margin-top: 8px;
}
.well p {
    margin-bottom: 0;
}

.go-top {
    margin-top: 12px;   
}

.footer {
	background-color: #FFFCC4;
    margin-top: 32px;
    text-align: center;
    padding: 8px 0;
	height: auto;
}


.member-info {
	padding: 15px;
	color: red;

}

.member-info a {
	font-weight: bold;
	font-size: 18px;
	color: red;
}

.member-info a i {
	color: red;
}

@media (max-width: 767px) {

.header .top-bar {
	height: 4px;
	background-color: #22AC38;
}
.header .header-title img {
    max-width: 768px;
	width: 100%;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

}

@media (max-width: 480px) {

h1 {
    font-size: 22px;
}

h2 {
    margin-top: 0px;
    font-size: 20px;
}

h3 {
    margin-top: 0px;
    font-size: 16px;
}


    
/*
.media-body{
    font-size: 13px;
}

.media-body h4 {
    font-size: 16px;
}
*/
.media-object {
    max-height:64px;
}

.member-info a {
	font-size: 14px;
}


}
