/* --------------------------------------------
    追加分
----------------------------------------------*/


h2 {
    padding: 0.5rem 1rem 0.5rem 1.5rem;
    margin-bottom: 0.2rem;
    background-image:
        linear-gradient(#F2A7C8 50%, #4BBDC5 50%);
    background-repeat: no-repeat;
    background-size: 0.5rem 100%;
    font-weight: bold;
    font-size: 26px;
	line-height: 2;
}


.btn_youtube {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffabae), color-stop(1, #e80000) );
	background:-moz-linear-gradient( center top, #ffabae 5%, #e80000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffabae', endColorstr='#e80000');
	background-color:#ffabae;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#ffffff!important;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	margin-top: 20px;
	padding-top: 0px;
    height:30px;
	line-height:30px;
	width:150px;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 0px 0px #ffffff;
}

.btn_youtube:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e80000), color-stop(1, #ffabae) );
	background:-moz-linear-gradient( center top, #e80000 5%, #ffabae 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e80000', endColorstr='#ffabae');
	background-color:#e80000;
}

.btn_youtube:active {
	position:relative;
	top:1px;
}
/*180613追記*/
.img07{
	margin: auto;
    padding: 10px 0 0 0;
    position: absolute;
    float: right;
    top: 0px;
    right: 0px;
    background-color: #d10303;
    background-image: url(../image_top2/monster_rogo.png);
    background-repeat: no-repeat;
    background-position: -2px 18px;
    background-size: contain;
    width: 140px;
    height: 80px;
}
.img05_new {
    margin: 0px 0px 10px 19px;
    padding: 0;
    position: absolute;
    top: 19px;
    width: 150px;
    height: 37px;
}
.img08 {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    top: 5px;
    
    }

.repeat-x {
  background-repeat: repeat-x;
  background-image: url(../image_top2/img_bg2.png);
  
  height: 301px;
  border: 0px 

a {color: fff;}	  
a:link { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #2321FF; }
a:active { color: #fff; }

@media screen and (max-width:780px) {
	.img07{
		height: 73px!important;
	}
}