@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

img {
	max-width: 95%;
	margin-bottom: 1em;
}
h2{
	padding: 0.5em;
	margin-bottom: 0.5em;
	background-color: midnightblue;
	color: white;
}

thead{
    background-color: midnightblue;
    color: white;
}
#app-name{
    padding: 0.5em;
    height: 2em;
}
p{
    margin: 0;
}
.comment-info {
    margin: 0em;
    margin-bottom: 0.5em;
    color: #a9a9a9;
}

.comment-no {
    color: black !important;
}

.comment-image {
    max-width: 50%;
}

.profile-user-image {
    max-width: 50%;
}

.my-form-control{
    display: inline;
}

#comment{
    margin-bottom: 0em;
}

ul.my-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    background: #f5f5f5;
}
.my-list li:nth-child(even){
    background-color: #fffaf0;
}
.my-list li {
}
.my-list li:last-child {
    border-bottom: none;
}
.my-list-a {
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    color: black;
}
.my-list-a.active {
    color: #ffffff;
    background-color: #da3c41;
}
.my-list-a:hover:not(.active) {
    color: black;
    background-color: #ffd700;
}

.link-user-name {
    color: blue;
}

.comment-user-image{
    height: 1.5em;
}








.navbar-default{
    background-color: rgb(51, 51, 51);
    border-color: rgb(18, 18, 18);
}
.navbar-default .navbar-brand {
    color: #4DCAFF;
}

.navbar-light .navbar-toggler {
    color: #4DCAFF;
    border-color: #4DCAFF;
    background-color: #4DCAFF;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(51, 51, 51);
    background-color: #4DCAFF;
}

.navbar-light .navbar-nav .nav-link {
    transition: .4s;
    color: #4DCAFF;
    cursor: pointer;
}


.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}




body {
/*    font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
    line-height: 1.42857143;
    color: black;
    background-color: white;
    -webkit-text-size-adjust : 100%!important;*/
    /*background-color: lightgray;*/
    background-color: white;
}

img {
}

.my-img {
    max-width: 100%;
}

#header{
    background-color: black;
    border-bottom: solid 0.1px grey;
    
}
#header a{
    color: white;
}

.my-a{
    text-decoration: none;
    color: black;
}

.horizontal {
    display: inline-block;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}


element.style {
}

dl, ol, ul {
    /* margin-top: 0; */
}
address, dl, ol, ul {
    margin-bottom: 1rem;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ul, menu, dir {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.flex{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.only-flex{
    display: -webkit-flex;
    display: flex;
}

.margin{
    margin: 1em;
}
.margin2{
    margin: 2em;
}
.margin-left{
    margin-left: 1em;
}
.margin-right{
    margin-right: 1em;
}
.margin-bottom0{
    margin-bottom: 0em !important;
}

.padding{
    padding: 1em;
}
.padding2{
    padding: 2em;
}
.padding-left{
    padding-left: 1em;
}

.my-panel{
    background-color: white;
    box-shadow: 0px 0.25em 0.25em 0em grey;
    padding-bottom: 2.5em !important;
    margin-bottom: 2.5em !important;
}
.my-panel-simple{
    background-color: white;
    box-shadow: 0px 0.25em 0.25em 0em grey;
    padding-bottom: 0em;
    margin-bottom: 2.5em !important;
}


/* --- 自動スクロール ---*/
.move-bottom{
    box-sizing: border-box;
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: 1px solid black;
    border-radius: 3px;
    opacity: 0.7;
    cursor: pointer;
    background-color: white;
}

.move-bottom:before{
    content: "";
    position: absolute;
    left: 9px;
    top: 9px;
    border-top: 21px solid black;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-bottom: 8px solid transparent;
    
    
}


/* --- 自動スクロール ---*/
.move-top{
    box-sizing: border-box;
    position: fixed;
    bottom: 150px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: 1px solid black;
    border-radius: 3px;
    opacity: 0.7;
    cursor: pointer;
    background-color: white;
}

.move-top:before{
    content: "";
    position: absolute;
    left: 9px;
    border-top: 8px solid transparent;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-bottom: 21px solid black;
}



.mybox {
    margin: 2em 0;
    background: #eaeaea;
    text-align: center;
}
.mybox .mybox-title {
    font-size: 2em;
    padding: 4px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.mybox p {
    padding: 15px 20px;
    margin: 0;
}
.mybox .mybox-body {
    padding: 1em;
}


.myul li{
  position: relative;
  display:inline-block;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
  font-size: 1.3em;
  padding: 0.75em;
  margin: 0.25em;
  border-radius: 50px;
}



/* -- 見出し -- */
#my-h1{
    position:relative;
    padding:2px 36px;
    font-weight:lighter;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}

.my-hl{
    padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
    color: #494949;/*文字色*/
    background: #f4f4f4;/*背景色*/
    border-left: solid 5px #7db4e6;/*左線*/
    border-bottom: solid 3px #d7d7d7;/*下線*/
}

.background-color-grey{
    background-color: grey;
}

.th{
    background-color: midnightblue;
    color: white;
}

.text-news {
    color: black;
}

.ts {
    color: white;
    background: #333;
    border-color: #333;
}
.ts a{
    color: white;
}



.twitter {
    color: white;
    background: #55acee;
    border-color: #55acee;
}
.twitter a{
    color: white;
}

.youtube {
    color: white;
    background: #cd201f;
    border-color: #cd201f;
}
.youtube a{
    color: white;
}

.amazon {
    color: white;
    background: #232F3B;
    border-color: #232F3B;
}
.amazon a{
    color: white;
}


.my-twitter-panel{
    width: 30%;
    text-align: center;
    border-radius: 3%;
    border: solid;
    margin: 0.2em;
    display: inline-block;
    vertical-align:top;
}

.my-twitter-panel2{
    width: 48%;
    text-align: center;
    border-radius: 3%;
    border: solid;
    margin: 0.2em;
    display: inline-block;
    vertical-align:top;
}


.my-youtube-panel{
    width: 30%;
    text-align: center;
    border-radius: 3%;
    border: solid;
    margin: 0.2em;
    display: inline-block;
    vertical-align:top;
}

.my-youtube-panel2{
    width: 48%;
    text-align: center;
    border-radius: 3%;
    border: solid;
    margin: 0.2em;
    display: inline-block;
    vertical-align:top;
}

.my-youtube-panel-header{
    color: white;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0.7em;
}

.my-youtube-panel-header a{
    color: white;
}

.my-youtube-panel-body{
    background: white;
}

.my-youtube-panel2-body{
}

.my-youtube-panel-footer{
    color: white;
    margin: 0.1em;
}

.my-youtube-panel-footer a{
    color: white;
}



.my-amazon-panel{
    width: 30%;
    text-align: center;
    border-radius: 3%;
    border: solid;
    margin: 0.2em;
    display: inline-block;
    vertical-align:top;
}

.my-amazon-panel-header{
    color: white;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0.7em;
}

.my-amazon-panel-header a{
    color: white;
}

.my-amazon-panel-body{
    background: white;
}

.my-amazon-panel-footer{
    color: white;
    margin: 0.1em;
}

.my-amazon-panel-footer a{
    color: white;
}



.buzzer {
    color: white;
    background: #333;
}
.buzzer a{
    color: #ffd400;
}
.my-buzzer-panel{
    width: 30%;
    text-align: center;
    border-radius: 3%;
    border: solid;
    margin: 0.2em;
    display: inline-block;
    vertical-align:top;
}

.my-buzzer-panel-header{
    color: #ffd400;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0.7em;
}

.my-buzzer-panel-header a{
    color: white;
}

.my-buzzer-panel-body{
}
.my-buzzer-panel-body img{
    border-radius: 100%;
    width: 75%;
}

.my-buzzer-panel-footer{
    padding: 1em;
    color: white;
    margin: 0.1em;
}

.my-buzzer-panel-footer a{
    color: white;
}

table.buzzer_description_tables {
    color: black;
    width: 100%;
    margin: 0 0 0.2em 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

table.buzzer_description_tables th {
    width: 50%;
    text-align: center;
    padding: 0.2em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    background: #ffd400;
}

table.buzzer_description_tables td {
    width: 50%;
    padding: 0.2em;
    background: #FFFFFF;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}



.rank-no {
    font-weight: bold;
    font-size: 1.5em;
}

#search-form{
    margin: 1em;
}
#search-form input{
    vertical-align: top;
    box-sizing: border-box;
}
#search-input{
    background-color: white;
    border: 1px #a7a9aa solid;
    border-radius: 10px;
    width: 200px;
    padding-left: 10px;
}
#search-submit{
    width: 30px;
    border: none;
    background-image: url("../img/search.png");
    background-position: center;
    background-size: auto 90%;
    background-repeat: no-repeat;
    background-color: transparent;
}

.my-radio {
    padding: 0.5em
}
.my-radio input{
	display: none;
}
.my-radio label{
	cursor: pointer;
	width: 80px;
	padding: 0.4em;
	border-right: 1px solid #abb2b7;
	background: #bdc3c7;
	color: #555e64;
	font-size: 0.85em;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.my-radio label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.my-radio label:last-of-type{
	border-right: 0px;
	border-radius: 0 3px 3px 0;
}
.my-radio input[type="radio"]:checked + label {
	background-color: #db2e2e;
	color: #fff;
}


.sns_items{
    margin: 1em;
}


.content {
    padding: 0.5em;
}


#footer {
    color: white;
    background-color: black;
    padding-top: 1em;
}

#footer a{
    color: white;
    
}



.twitter-header {
    font-size: 1.5em;
}


.half_width {
    width: 45% !important;
}

.no-margin{
    margin: 0em !important;
}

.margin{
    margin: 1em !important;
}

.no-padding{
    padding: 0em !important;
}

.padding{
    padding: 1em !important;
}

.margin-half{
    margin: 0.5em !important;
}

.padding-half{
    padding: 0.5em !important;
}

.margin-top-half{
    margin-top: 0.5em !important;
}

.margin-top{
    margin-top: 1em !important;
}

.margin-top2{
    margin-top: 2em !important;
}

.margin-bottom{
    margin-bottom: 1em !important;
}

.margin-bottom2{
    margin-bottom: 2em !important;
}

.margin-half-bottom{
    margin-bottom: 0.5em !important;
}

.padding-top{
    padding-top: 1em !important;
}

.padding-bottom{
    padding-bottom: 1em !important;
}

.padding-left{
    padding-left: 1em !important;
}

.padding-right{
    padding-right: 1em !important;
}


/* モーダル コンテンツエリア */
.modal-main1{
    text-align: center;
    display:none;
    width:500px;
    margin:0;
    padding:0;
    background-color:white;
    color:#666666;
    position:fixed;
    z-index:2;
    border: solid 3px #000000;    
}
/* モーダル 背景エリア */
.modal-bg1{
　　display:none;
　　width:100%;
　　height:100%;
　　background-color: rgba(0,0,0,0.5);
　　position:fixed;
　　top:0;
　　left:0;
　　z-index: 1;
}

/* モーダル コンテンツエリア */
.modal-main2{
    text-align: center;
    display:none;
    width:500px;
    margin:0;
    padding:0;
    background-color:white;
    color:#666666;
    position:fixed;
    z-index:2;
    border: solid 3px #000000;    
}
/* モーダル 背景エリア */
.modal-bg2{
　　display:none;
　　width:100%;
　　height:100%;
　　background-color: rgba(0,0,0,0.5);
　　position:fixed;
　　top:0;
　　left:0;
　　z-index: 1;
}






.btn_push{
    display: inline-block;
    text-decoration: none;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    color: white !important;
    background-image: -webkit-linear-gradient(red 0%, #800000 100%);
    background-image: linear-gradient(red 0%, #800000 100%);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #b5b5b5;
    cursor: pointer;
}
.btn .fa {
    line-height: 80px;
}
.btn:active {/*押したとき*/
}

.category_name{
    font-size: 1.2em;
    font-weight: normal;
}

.display_noe{
    display: none;
}


.middle{
    vertical-align: middle;
}

.font-w-b{
    font-weight: bold !important;
}

.font-0-5{
    font-size: 0.5em !important;
}
.font-0-75{
    font-size: 0.75em !important;
}
.font-0-8{
    font-size: 0.8em !important;
}
.font-0-85{
    font-size: 0.85em !important;
}
.font-0-9{
    font-size: 0.9em !important;
}
.font-1-25{
    font-size: 1.25em !important;
}
.font-1-5{
    font-size: 1.5em !important;
}
.font-2{
    font-size: 2em !important;
}
.font-3{
    font-size: 3em !important;
}
.font-4{
    font-size: 4em !important;
}
.font-5{
    font-size: 5em !important;
}
.font-7{
    font-size: 7em !important;
}
.font-8{
    font-size: 8em !important;
}
.font-10{
    font-size: 10em !important;
}

.red-message{
    text-align: center;
    font-size: 0.9em ;
    color :red;
}

.red{color :red;}
.blue{color :blue;}
.white{color :white;}

.bg-white{background-color: white;}
.bg-black{background-color: black;}
.bg-red{background-color: red;}
.bg-blue{background-color: blue;}

.min-width-20{
    min-width: 20%;
}
.min-width-25{
    min-width: 25%;
}

.width-20{
    width: 20%;
}
.width-25{
    width: 25%;
}
.width-30{
    width: 30%;
}
.width-40{
    width: 40%;
}
.width-45{
    width: 45%;
}
.width-50{
    width: 50%;
}
.width-70{
    width: 70%;
}
.width-80{
    width: 80%;
}
.width-90{
    width: 90%;
}
.width-100{
    width: 100%;
}
.width-auto{
    width: auto !important;
}

.disabled{
    background-color: gainsboro;
}

.image_file_btn {
    margin: 0em;
}
.image_file_btn input {
     display: none;
}


.item{
    width: 20em;
}

.text-d-none{
    text-decoration: none !important;
}

.btn_push_all{
    display: inline-block;
    text-decoration: none;
    color: white !important;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    background-image: -webkit-linear-gradient(#00ff00 0%, #006400 100%);
    background-image: linear-gradient(#00ff00 0%, #006400 100%);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #b5b5b5;
    cursor: pointer;
}

.btn_save{
    display: inline-block;
    text-decoration: none;
    color: white !important;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    background-image: -webkit-linear-gradient(blue 0%, #001380 100%);
    background-image: linear-gradient(blue 0%, #001380 100%);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #b5b5b5;
    cursor: pointer;
}

.card-body img {
    width: 90%;
}

.my-box{
    padding: 0.5em 1em;
    margin: 1em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.my-box-title {
    font-size: 2em;
}
.my-box a {
    text-decoration: none;
    color: black;
}
.my-box img {
    width: 75%;
}

.index-box{
    margin: 1%;
    width: 45%;
}

.max-height-100{
    max-height: 100%;
}

.max-height-75{
    max-height: 75%;
}

.iine{
    height: 1.5em;
}

.color-grey{
    color: rgba(0,0,0,.5) !important;
}

.color-red{
    color: red !important;
}

.color-blue{
    color: blue !important;
}

.color-default-a{
    color: #0275d8 !important;
}






/* SNSボタン */
#social-icon p {
    margin: 2em 1em;
    color: white;
    vertical-align: middle;
}

#social-icon a {
    padding: 0.75em;
    color: white;
    vertical-align: middle;
}

#social-icon i {
    text-align: center;
    width: 1em;
    margin-right: 0.75em;
}

#social-icon .text {
}

#social-icon i:before { padding: 0; }
#social-icon .google { background: #c53727;}
#social-icon .twitter { background: #00a1e9;}
#social-icon .facebook { background: #3b5998;}



#social-icon2 {
    padding: 0.75em 0em;
}

#social-icon2 p {
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0.25em 0.25em;
    color: white;
    vertical-align: middle;
}

#social-icon2 a {
    padding: 0.6em;
    color: white;
    vertical-align: middle;
}

#social-icon2 i {
    text-align: center;
    width: 1em;
    margin-right: 0.2em;
}

#social-icon2 .text {
}

#social-icon2 i:before { padding: 0; }
#social-icon2 .google { background: #c53727;}
#social-icon2 .twitter { background: #00a1e9;}
#social-icon2 .facebook { background: #3b5998;}

#title-img {
    height: 35%;
}


.star{
    width: 100%;
    color: white;
    margin: 0.5em;
    text-align: center;
}
.star img{
    width: 1.5em;
    position: relative;
    bottom: 0.15em;
}

.bx-wrapper{
    border: 0 !important;
}

#site-title{
    background-color: black;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

#site-title a{
    text-decoration: none;
}

#site-title-img{
    margin: 0em 1em;
}
#site-title-img img{
    height: 5em;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#site-h1{
    font-size: 1.5em;
    color: white;
    font-weight: bold;
}

#site-h1 p{
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

.site-h2{
    background-color: black;
    color: white;
    font-size: 1.5em;
    padding: 0.5em;
    margin: 0em;
}
.site-h2 a{
    color: white;
}

.menu-h2{
    font-size: 1.5em;
    padding: 0.5em;
    margin: 0em;
    width: 100%;
}
.menu-h2 a{
}

.page-title{
    width: 100%;
    background-color: black;
    color: white;
    font-size: 1.5em;
    padding: 0.5em;
    margin: 0em;
}
.page-title a{
    width: 100%;
    color: white;
}

#simple-title{
    background-color: black;
    padding: 0.5em;
}

#simple-title a{
    color: white;
}

#simple-title-img{
    margin: 0em 0.25em;
}
#simple-title-img img{
    height: 4.5em;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#simple-h1{
    margin: 0.25em;
    font-size: 1.5em;
    font-weight: bold;
}

#simple-h1 p{
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

#menu_nav {
    background-color: black;
    padding-top: 1em;
    padding-bottom: 1em;
}

#menu_nav a{
    color: black;
    cursor: pointer;
    cursor: hand;
}

#modal_nav {
}

#modal_nav a{
    color: black;
    cursor: pointer;
}


.menu_btn{
    width: 30%;
    display: inline-block;
    text-decoration: none;
    background: #f5f5f5;
    text-align: center;
    margin: 0.5em 0.25em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-radius: 0.1em;
}
.menu_btn a{
    color: black;
}

/* --- モーダルウィンドウー ---*/
.modal_main {
  display:none;
  width: 90%;
  height: 90%;
  background-color: white;
  position:fixed;
  z-index: 50;
  border-radius: 1em;
  border: outset 0.5em grey;
}

.modal_main_large {
  display:none;
  width: 80%;
  max-height: 90%;
  background-color: white;
  position:fixed;
  z-index: 50;
  border-radius: 1em;
  border: outset 0.5em grey;
}

.modal_bg {
  display:none;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0.5);
  position:fixed;
  top:0;
  left:0;
  z-index: 49;
}

.modal-scroll {
    overflow-y: scroll;
    height: 15em
}

.modal-scroll-big {
    overflow-y: scroll;
    height: 21em
}

.modal_btn{
    width: 80%;
    display: inline-block;
    text-decoration: none;
    background: #f5f5f5;
    text-align: center;
    margin: 0.5em 0.25em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-radius: 0.1em;
}
.modal_btn a{
    color: black;
}

#disp_image_file {
    max-width: 90%;
}

.comment-form{
    width: 95%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;    
}


#default-menu{
    text-align: center;
    border: outset 0.25em white;
    background-color: black;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#default-menu a{
    width: 33.333%;
    padding: 0.25em;
    color: white;
    border: solid 0.1em white;
}

#default_template_desc{
    font-size: 0.8em;
}


.eval_star{
	font-size: 1em;
	color: transparent;
	background-image: linear-gradient(orange, orange), linear-gradient(gray, gray);
	background-position: left, right;
	background-repeat: no-repeat;
	background-size: var(--rate) 100%, calc(100% - var(--rate)) 100%;
	background-clip: text;
	-webkit-background-clip: text;
}
.eval_star:before{
	content: "★★★★★";
}


.strong{
    font-weight: bold;
}


.upload_thumbnail{
    margin-bottom: 0.5em;
    max-width: 100%;
    max-height: 10em;
}

#page-content{
    margin: 0.1em;
}
#page-content img{
    max-width: 100%;
}

.pointer{
    cursor: pointer;
}




.page-li{
    width: 80%;
    display: inline-block;
    text-decoration: none;
    background: #f5f5f5;
    text-align: left !important;
    margin: 0.5em 0.25em;
    padding: 0em 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-radius: 0.1em;
    height: 3em;
    list-style: none;
}
.page-li img{
    height: 100%;
    padding-right: 0.5em;
}
.page-li span{
    color: black;
    vertical-align: middle;
}


.plain-a{
    text-decoration: none;
    color: black;
}


.h-menu{
    color: #505050;/*文字色*/
    padding: 0.5em;/*文字周りの余白*/
    display: inline-block;/*おまじない*/
    line-height: 1.3;/*行高*/
    background: #dbebf8;/*背景色*/
    vertical-align: middle;/*上下中央*/
    border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}
.h-menu:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

.simple-page-li{
    padding: 0.25em;
    list-style: none;
}

.modal-page-li{
    list-style: none;
    padding: 0.25em;
}

.display-list-item{
    display: list-item !important;
}


#question-list{
    margin: 0.5em;
}

.breadcrumb{
    margin: 0 !important;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 0.1em;
    box-shadow: 0px -0.01em 0.01em 0em grey inset;
}

.breadcrumb-item{
    background: #000080;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.25em;
    margin-bottom: 0.1em;
    text-decoration: none;
    transition: .4s;
    margin-right: 1em;
    height: 2em;
    font-size: 0.9em;
}
.breadcrumb-item a{
    color: #FFFFFF;
}
.breadcrumb-item:before{/*三角の部分*/
    content: "";
    position: absolute;
    right: 100%;
    top: 0px;
    border: none;
    border-right: solid 1em #000080;
    border-top: solid 2em transparent;
    width: 0;
    height: 0;
}
.breadcrumb-item:after{/*三角の部分*/
    content: "";
    position: absolute;
    left: 100%;
    top: 0px;
    border: none;
    border-left: solid 1em #000080;
    border-bottom: solid 2em transparent;
    width: 0;
    height: 0;
}
.breadcrumb-item:hover {
    background: #00ffff;
}
.breadcrumb-item a:hover {
    color: black;
}

.breadcrumb-item-this{
    background: #801500;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.25em;
    margin-bottom: 0.1em;
    text-decoration: none;
    transition: .4s;
    margin-right: 1em;
    height: 2em;
    font-size: 0.9em;
}
.breadcrumb-item-this a{
    color: #FFFFFF;
}
.breadcrumb-item-this:before{/*三角の部分*/
    content: "";
    position: absolute;
    right: 100%;
    top: 0px;
    border: none;
    border-right: solid 1em #801500;
    border-top: solid 2em transparent;
    width: 0;
    height: 0;
}
.breadcrumb-item-this:after{/*三角の部分*/
    content: "";
    position: absolute;
    left: 100%;
    top: 0px;
    border: none;
    border-left: solid 1em #801500;
    border-bottom: solid 2em transparent;
    width: 0;
    height: 0;
}
.breadcrumb-item-this:hover {
    background: #ff0000;
}
.breadcrumb-item-this a:hover {
    color: black;
}

#page-content{
    
}
#page-content img{
    max-width: 100%;
}

.movie-li{
    padding: 0;
    margin: 0;
    list-style-type: none;
    background: #f5f5f5;
}

.movie-panel img {
    max-width: 100%;
}

.movie-li-movie-thumbnail{
}

.movie-li-channel-thumbnail{
    height: 2em;
}

.movie-panel {
    margin: 1.25em 0.25em;
    background: white;
    box-shadow: 5px 5px #a9a9a9;
    border: solid 0.05em black;
    border-radius: 10px;
    max-width: 100%;
}

.movie-panel a {
    color: black;
}

.movie-panel-title {
    padding: 0.5em;
    text-align: center;
    background: #E6E7E9;
    color: black;
    font-weight: bold;
    border-bottom: solid 0.1em black;
    border-radius: 10px 10px 0px 0px;
}

.movie-panel-body {
    text-align: center;
}

.movie-panel-footer {
    padding: 0.5em;
    text-align: center;
}


.pagination{
    padding-left: 0;
    margin: 21px 0;
    list-style: none;
    text-align: center;
}

.pagination li{
    display: inline;
}

.pagination li > a{
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;    
}
.pagination li > span{
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;    
}


.search-input{
    text-align: center;
    background-color: white;
    border: 1px #a7a9aa solid;
    border-radius: 10px;
    width: 18em;
}

.search-btn{
    width: 30px;
    border: none;
    background-color: transparent;
    background-image: url(../img/search.png);
    background-position: center;
    background-size: auto 90%;
    background-repeat: no-repeat;
}

.modal-search-input{
    text-align: center;
    background-color: white;
    border: 1px #a7a9aa solid;
    border-radius: 10px;
    width: 10em;
}

.modal-search-btn{
    width: 1.3em;
    vertical-align: middle;
}

.background-color-gainsboro{
    background-color: gainsboro;
}
.background-color-whitesmoke{
    background-color: whitesmoke;
}

.btn-menu{
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    -webkit-appearance: button;
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.btn-menu:hover{
    text-decoration: none;
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
}

.btn-page{
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    -webkit-appearance: button;
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.btn-page:hover{
    text-decoration: none;
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
}

.site-coin{
    height: 2em;
}



.layout-user-image-file{
    height: 1.25em;
    border-radius: 0.5em;
}


.my-li img{
    height: 1.75em;
    border-radius: 0.25em;
}

.q-desc-img{
    height: 1.25em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    vertical-align: middle;
    cursor: pointer;
}

.q-desc {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.q-desc .q-desc-text {
        font-size: 0.85em;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 1em;
	width: auto;
	white-space: nowrap;
	padding: 0.3em 0.5em;
	transition: opacity 1s;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	border-radius: 6px;
	color: white;
	background-color: black;
        border: solid white;
}
.q-desc-img .q-desc-text::after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	content: ' ';
	border: 5px solid transparent;
	border-top-color: black;
}
.q-desc:hover .q-desc-text {
	visibility: visible;
	opacity: 1;
}




.q-desc2 {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.q-desc2 .q-desc-text2 {
        font-size: 0.85em;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 1em;
	width: auto;
	white-space: nowrap;
	padding: 0.3em 0.5em;
	transition: opacity 1s;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	border-radius: 6px;
	color: black;
	background-color: white;
}
.q-desc-img2 .q-desc-text2::after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	content: ' ';
	border: 5px solid transparent;
	border-top-color: white;
}
.q-desc2:hover .q-desc-text2 {
	visibility: visible;
	opacity: 1;
}


.display-none{
    display: none !important;
}

.calender{
    position: relative;
    top: -0.1em;
    margin-left: 1em;
    height: 1.5em;
    vertical-align: middle;
}

.holiday{
    background-color: yellow;
}
