/*
Template: mh-magazine-lite
Theme Name: mh-magazine-lite-child
*/

/*タイトルの非表示*/
.mh-header-text {
  display:none;
}

.entry-title{
  display:none;
}

/*文字装飾*/
h3 {
	padding: 0.2em 0.5em;/*文字周りの余白*/
	color: #494949;/*文字色*/
	background: #fffaf4;/*背景色*/
	border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
	font-weight: normal;
}

/*バナー表*/
.gold_sponsor {
   margin:20px 0px;
  display: -ms-grid;
  display: grid; 
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
}
.gold_sponsor > div {
  border: 2px solid #ffa94d;
}
.sponsor_box {
  padding: 20px;
  font-size: 150%;
}
/*display:grid IE用 */
.sponsor_a {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sponsor_b {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.sponsor_c {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.sponsor_d {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.sponsor_e {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.sponsor_f {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
/*IE用*/

.banner_image{
	max-height:100%;
}

section td  {
	padding: 10px; 
	border: 0px; 
}
.banner{
	width: 95%;
}
.banner td  {
	border: 1px solid #ebebeb;
	max-width: 100px;
	text-align: center;
	vertical-align: middle;
}

.smart-underline{
	display:none;
}

/*番組紹介*/
.caster{
	clear:both;
}
.caster-image{
	float:left;
}

/*広告に枠\*/
.banner-frame {
	border: solid #eee;
    width: 98%;
}

.ado-1 {
    display: inline-block;
    width: 30%;
    height:300px;
    border: solid 1px;
}
.ado-2 {
    display: inline-block;
    width: 30%;
    height:300px;
    border: solid 1px;
}
.ado-3 {
    display: inline-block;
    width: 30%;
    height:300px;
    border: solid 1px;
}


/*コンタクトフォーム*/
.contact-title {
    padding-top: 11px;
    font-size: 18px;
    font-weight: bold;
}

.contact-vbeer {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.contact-vbeer .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.contact-vbeer p {
    margin: 0; 
    padding: 0;
}

.contact-number {
    padding-left: 30px;
}
.contact-number input {
    width: 50%;
}

.contact-vbeer-box {
	display: inline-block;
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #000000;
}
.contact-vbeer-box p {
    margin: 0; 
    padding: 0;
}

/*どどんか\*/
.dodonka{
	font-size: 50px;
	color: #DA8E00;
	background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#container {
    display: grid;
    grid-template-columns: 50% 50%;
}
.youtube-responsive {
 	position: relative;
 	width: 95%;
 	padding-top: 56.25%;
	margin: 0px auto 5px auto;
}
.top-youtube-link {
 	width: 95%;
	margin: 0px auto 5px auto;
}
.youtube-responsive iframe {
 	position: absolute;
 	top: 0;
 	right: 0;
 	width: 100% !important;
 	height: 100% !important;
}
.grid-title{
	font-weight:bold;
	text-align:center;
	margin-bottom: 10px;
}



@media screen and (max-width: 1475px) {
.mh-sidebar {
	max-width: none;
}
}
@media screen and (max-width: 1120px) {

}
@media screen and (max-width: 900px) {

}
@media screen and (max-width: 767px) {
.mh-sidebar {
	max-width: none;
	width: auto;
}
}
@media screen and (max-width: 620px) {
/*バナー表*/
.gold_sponsor {
   display:inline;
   margin: 20px 20px;
   grid-template-columns: 100%;
}
	
.banner { 
	border: 0;
	margin: 0 -10px; 
}
.banner tr {
	display:block;
}
.banner td {
	display: list-item;
	list-style: none;
	max-width: 90%;
	margin-left: 10%;
}
	
.smart-underline{
	display:inline;
}
.banner-frame {
    width: auto;
}

}
@media only screen and (max-width: 420px) {

}
@media only screen and (max-width: 360px) {

}

