@charset "utf-8";
a{
    color: inherit;
}
/*-- encho --*/
#encho_content{
	display:block;
/*	flex-wrap:wrap;
	text-align:center;*/
}
#encho_content >div:nth-child(1){
/*	width:100%;
	text-align:center;*/
}
#encho_content >div:nth-child(2){
	width:100%;
}
#encho_content >div:nth-child(3){
	width:100%;
}

#encho_profile{
	text-align:left;
	font-size:14px;
}
#encho_profile .title{
	background: #FFCC66;
	color: #FFF;
	font-weight: bold;
	/*	padding-left:10px;*/
	text-align: center;
	padding: 10px;
	line-height: 14px;
	font-size: 16px;
}
#encho_profile ul{
	background:#FFF;
	list-style-type:none;
	line-height: 150%;
	margin:0px;
	padding:0px;
}
#encho_profile li{
	display:flex;
	clear:both;
}

#encho_profile .year{
	float: left;
	color: #FF9900;
	font-weight: bold;
	margin-left:10px;
	margin-right:6px;
	margin-bottom:6px;
	white-space: nowrap;
}
#encho_profile .content{
	display:block;
	margin-bottom:6px;
	padding-right: 6px;
}
#encho_profile .title2{
	background: #66CC33;
	color: #FFF;
	font-weight: bold;
	text-align:left;
	padding-left:10px;
}
#encho_profile .content2{
	background-color: #FFF;
	text-align:left;
	padding:6px 12px;
	font-size:12px;
}

#encho_kantogen {
	width: 300px;
	margin:10px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background-color: #fff;
}
#encho_kantogen .title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #F6C;
	width: 100%;
	padding: 6px;
	border-radius: 10px 10px 0px 0px;
}
#encho_kantogen .year {
	font-size: 16px;
	/*float: left;*/
	width: 100px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 12px;
}
#encho_kantogen .year a {
	color: #09F;
	text-decoration: none;
}

#encho_menu {
	border: 1px solid #F6C;
	background-color: #FFF;
	border-radius: 10px;
	width: 240px;
	margin: 20px auto 0;
	text-align: left;
	text-height: 200%;
	font-weight: bold;
	line-height: 200%;
	color: #F6C;
    font-size: 14px;
}
#encho_menu2 {
	border: 1px solid green;
	background-color: #FFF;
	border-radius: 10px;
	width: 240px;
	margin: 20px auto 0;
	text-align: left;
	text-height: 200%;
	font-weight: bold;
	line-height: 200%;
	color: #F6C;
    font-size: 14px;
}
#encho_menu ul{
	list-style-type: none;
	padding-left:10px;
}
#encho_menu a{
	color: #F6C;
}
#encho_menu li::before{
	content:"★";
}
#song {
	border: 1px solid #F6C;
	background-color: #FFF;
	border-radius: 10px;
	width: 240px;
	margin: 20px auto;
    padding: 1.5em 0;
	color: #F6C;
    font-size: 14px;
    font-weight: bold;
}
.taiju_title {
	font-size:28px;
	font-weight:bold;
}
.taiju_element {
	text-align: justify;
	width: 300px;
	margin-top: 18px;
	margin-right: auto;
	margin-bottom: 18px;
	margin-left: auto;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	height: 36px;
}
.taiju_element .f_left {
    text-align: center;
    float: left;
}
.taiju_element .f_right {
    text-align: center;
    float: right;
}

.pdf{
	width: 300px;
	height: 423px;
	background:#FFF;
}
.pdf_h{
	width: 300px;
	height: 212px;
	background:#FFF;
}

/*Tablet View ----------------------------------------------------------------------------------------------*/
@media (min-width: 768px){

    /*-- encho --*/
    #encho_content{
        display:flex;
        flex-wrap:wrap;
        text-align:center;
    }
    #encho_content >div:nth-child(1){
        width:100%;
        text-align:center;
    }
    #encho_content >div:nth-child(2){
        width:60%;
    }
    #encho_content >div:nth-child(3){
        width:40%;
    }

    #encho_profile{
        text-align:left;
        font-size:14px;
    }
    #encho_profile .title{
        background: #FFCC66;
        color: #FFF;
        font-weight: bold;
        padding-left:10px;
        text-align:center;
    }
    #encho_profile ul{
        background:#FFF;
        list-style-type:none;
        line-height: 150%;
        margin:0px;
        padding:0px;
    }
    #encho_profile li{
        display:flex;
        clear:both;
    }

    #encho_profile .year{
        float: left;
        color: #FF9900;
        font-weight: bold;
        margin-left:10px;
        margin-right:6px;
        margin-bottom:6px;
        white-space: nowrap;
    }
    #encho_profile .content{
        display:block;
        margin-bottom:6px;
    }
    #encho_profile .title2{
        background: #66CC33;
        color: #FFF;
        font-weight: bold;
        text-align:left;
        padding-left:10px;
    }
    #encho_profile .content2{
        background-color: #FFF;
        text-align:left;
        padding:6px 12px;
        font-size:12px;
    }

    #encho_kantogen {
        border: 1px solid #F6C;
        background-color: #FFF;
        border-radius: 10px;
        width: 240px;
        margin:0 auto;
        display: flex;
        flex-wrap: wrap;}
    #encho_kantogen .title {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        color: #FFF;
        background-color: #F6C;
        padding: 6px;
        border-radius: 10px 10px 0px 0px;
        width: 100%;
    }
    #encho_kantogen .year {
        font-size: 16px;
        /*float: left;*/
        width: 100px;
        text-align: center;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        margin-top: 6px;
        margin-right: 6px;
        margin-bottom: 6px;
        margin-left: 12px;
    }
    #encho_kantogen .year a {
        color: #09F;
        text-decoration: none;
    }
    #encho_menu {
        border: 1px solid #F6C;
        background-color: #FFF;
        border-radius: 10px;
        width: 240px;
        margin: 20px auto 0;
        text-align: left;
        text-height: 200%;
        font-weight: bold;
        line-height: 200%;
        color: #F6C;
    }
    #encho_menu ul{
        list-style-type: none;
        padding-left:10px;
    }
    #encho_menu a{
        color: #F6C;
    }
    #encho_menu li::before{
        content:"★";
    }

    .taiju_title {
        font-size:36px;
        font-weight:bold;
    }
    .taiju_element {
        text-align: justify;
        width: 500px;
        margin-top: 18px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        border-bottom-width: thin;
        border-bottom-style: dashed;
        border-bottom-color: #999;
        height: 36px;
    }

    /*-- gallery --*/
    .gallery_menu {
        position: relative;
        width: 220px;
        text-align: center;
        font-size: 24px;
        border: 2px solid #F60;
        padding: 10px;
        background-color: #FFF;
        border-radius: 10px;
        margin: 10px;
        float: left;
    }
    .gallery_menu a{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* [disabled]text-indent: -999px; */
        display: block;
        color: #333;
    }
    .gallery_menu a:hover{
        background-color: #FFFF00;
        filter: alpha(opacity=10);
        -moz-opacity: 0.1;
        opacity: 0.1;
    }
    .gallery_menu div {
        font-size: 14px;
        font-weight: normal;
        color: #666;
        text-align: left;
        width: 90%;
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        word-wrap: break-word;
        word-break: break-all;
    }
    .gallery_menu2 {
        /* [disabled]position: relative; */
        width: 748px;
        text-align: center;
        border: 2px solid #F60;
        padding: 10px;
        /* [disabled]border-radius: 10px; */
        margin: 10px;
        /* [disabled]float: left; */
        background-color: #FFF;
    }
    .gallery_menu2 a {
        margin: 6px;
        color: #F90;
    }
    .photo_shadow {
        box-shadow: 6px 6px 6px #CCCCCC;
        border: 0px;
    }

}