@charset "utf-8";

/*--------------------------------------
  STRUCTURE
---------------------------------------*/

/*--- roidmude-area ---*/
.roidmude-area {
	background-image: url(../img/roy_bg_viralcore.png) ;
	background-repeat: no-repeat;
	background-position: top left;
	color: #c1c1c1;
	overflow: hidden;
	clear: both;
	padding-top: 0px;
}

	@media only screen and (min-device-width: 760px)
		and (max-device-width: 1024px){
	.roidmude-area {
		background-image: url(../img/roy_bg2_viralcore.png) ;
		background-repeat: no-repeat;
		background-position: top left;
		background-color: #1f0800;
		background-size: 100%;
		color: #c1c1c1;
		overflow: hidden;
		clear: both;
		padding-top: 5px;
	}
	}
	
	@media screen and (max-device-width: 480px) {
	.roidmude-area {
		background-image: url(../img/roy_bg_viralcore.png) ;
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 100%;
		color: #c1c1c1;
		overflow: hidden;
		clear: both;
		padding-top: 5px;
	}
	}



/*--- box-spec-module ---*/
.box-spec-module {
	overflow: hidden;
	clear: both;
}

	@media screen and (max-device-width: 480px) {
	.box-spec-module {
		overflow: hidden;
		clear: both;
	}
	}


.box-spec-module h2 {
	font-size:120%;
}

	@media screen and (max-device-width: 480px) {
	  .box-spec-module h2 {
		font-size:100%;
		}
	}



/* roy-area
##################################### */
.roy-area {
	margin: 10px 0 5px 0;
	padding: 30px 20px 20px 20px;
	color: #c1c1c1;
}

	@media screen and (max-device-width: 480px) {
		.roy-area {
			margin: 2em 0 5px 0;
			padding: 0;
			color: #c1c1c1;
		}
	}

	.roy-area p {
		margin-top: 0px;
		padding-top: 0px;
	}



/*--- TITLE ---*/
.ttl-mrg {
	margin: 50px 12px 0 12px !important;
	padding-bottom: 5px !important;
}

	@media screen and (max-device-width: 480px) {
	.ttl-mrg {
		margin: 0 1em 0 1em !important;
		padding-bottom: 0.2em !important;
	}
	}

	h4.sttl-main{
		/*border-bottom: 1px solid #6a0907;*/
		font-size: 160%;
		font-weight: bold;
		margin-top: 5px !important;
		margin-bottom: 0.3em !important;
		padding-bottom: 0;
		color: #e4e4e4;
	}
	
		@media screen and (max-device-width: 480px) {
		h4.sttl-main{
			/*border-bottom: 1px solid #6a0907;*/
			font-size: 150%;
			font-weight: bold;
			margin-top: 3em !important;
			margin-bottom: 0.3em !important;
			padding-bottom: 0.5em !important;
			color: #e4e4e4;
			line-height: 1em !important;
			overflow: hidden;
		}
		}
		


/*--- roidmude-top  ---*/
.roidmude-top {
	margin-top: 50px;
	/*margin-bottom: 350px!important;*/
	padding: 0 10px; /*2列の時 3列は削除*/
}
	
	@media screen and (max-device-width: 480px) {
		.roidmude-top {
			margin-top: 3.5em;
			/*margin-bottom: 3.5em!important;*/
			padding: 0 1em; /*2列の時 3列は削除*/
		}
	}


.roidmude-top a {
	color: #d8020a;
	text-decoration: none;
}
.roidmude-top a:visited {
	color: #d8020a;
	text-decoration: none;
}
.roidmude-top a:focus {
	color: #d8020a;
	text-decoration: none;
}
.roidmude-top a:active {
	color: #d8020a;
	text-decoration: none;
}
.roidmude-top a:hover {
	color: #ff0808;
	text-decoration: none;
}


/*--- sub ---*/
.roidmude-top .roidmude-chara-sub {
	float: left;
	width: 33.3%; 
	/*width: 50%; 2列 */
	margin-bottom: 85px;
}

	@media screen and (max-device-width: 480px) {
	.roidmude-top .roidmude-chara-sub {
		float: left;
		width: 33.3%; 
		/*width: 50%; 2列 */
		margin-bottom: 55px;
		}
	}

		.roidmude-top .roidmude-chara-sub a {
			text-align: center;
			margin: 10px;
			padding: 8px;
			text-decoration: none;
			font-size: 95%;
			display: block;
			border: 0;
			color: #FFF;
		}
		
			@media screen and (max-device-width: 480px) {
			.roidmude-top .roidmude-chara-sub a {
				text-align: center;
				margin: 0px;
				padding: 0px;
				text-decoration: none;
				font-size: 70%;
				display: block;
				border: 0;
				color: #FFF;
				}
			}


				.roidmude-top .roidmude-chara-sub a .roidmude-name {
					margin: 0;
					padding: 2px;
					font-size: 100%;
					line-height: 1.4em;
					text-align: center;
					font-weight: bold;
					color: #FFF;
					z-index: 100;
				}
				
				
					@media screen and (max-device-width: 480px) {
					.roidmude-top .roidmude-chara-sub a .roidmude-name {
						margin: 0;
						padding: 0.5em;
						font-size: 100%;
						line-height: 1.4em;
						text-align: center;
						font-weight: bold;
						color: #FFF;
						z-index: 100;
						}
					}



.roidmude-top .roidmude-chara-sub a img {
	width: 100%;
	/*width: 70%;*/ /* 2列 */
	height: auto;
	margin-bottom: -15px;
}
	
	@media screen and (max-device-width: 480px) {	
	.roidmude-top .roidmude-chara-sub a img {
		width: 85%; 
		/*width: 60%;*/ /* 2列 */
		height: auto;
		margin-bottom: -15px;
		}
	}
	
	

/*--- img-roy-right ---*/
.img-roy-right {
	float: right;
	margin: 0 0 20px 0px;
}

	@media screen and (max-device-width: 480px) {
	.img-roy-right {
		width: 80%;
		text-align: center;
		position: relative;
		margin: 0 auto 1.5em auto;
		overflow: hidden;
		clear: both;
		float: none;
	}
	}


/*--- roy-main-chara ---*/
.roy-main-chara {
	text-align: center;
	position:relative;
}	

	@media screen and (max-device-width: 480px) {
	.roy-main-chara {
		width: 80%;
		text-align: center;
		position:relative;
		margin: 0 auto;
	}
	}
	
	

/*--- roy-text ---*/
.roy-area .roy-text {
	margin: 0 22px 0 10px;
	color: #e4e4e4;

}

	@media screen and (max-device-width: 480px) {
	.roy-area .roy-text {
		margin: 0 1em 1.5em 1em;
		clear: both;
	
	}
	}

	.roy-area .roy-text .spec-txt {
		color: #ffda98;
		font-size: 86%;
		line-height: 1.7em;
		/*background: url(../roy/img/roy_line.png) left bottom no-repeat;*/
		padding-bottom: 15px;
		/*padding-top: 10px;*/
		border-bottom: 1px solid #625b41;
		overflow: hidden;
		margin-bottom: 15px;
	}
	


/*--- spac-btn-back  ---*/
.spac-btn-back { 
	overflow: hidden;
	margin: 0 auto;
	/*width: 15%;*/
	width: 90px;
	clear: both;
	display: block;
	margin-top: 30px;	
	margin-bottom: 0px;	
}

	@media screen and (max-device-width: 480px) {
	.spac-btn-back { 
		overflow: hidden;
		margin: 0 auto;
		/*width: 30%;*/
		width: 100px;
		display: block;
		margin-bottom: 0px;
		margin-top: 0.75em !important;
	}
	}


	.spac-btn-back .spac-num-back {
		display: block;
		/*float: left;*/
		padding: 7px 15px;
		margin-bottom: 0px;
		border: solid 1px #000;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		background: #000;
		line-height: 1;
		font-size: 15px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		background-image: -webkit-gradient( linear, left top, left bottom, from( #1a1a1a) , to( #000));
		background-image: -moz-linear-gradient( to bottom, #1a1a1a, #000);
		background-image: linear-gradient( to bottom, #1a1a1a, #000);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1a1a', endColorstr='#000000', GradientType=0)";
	}
	
	
	
		@media screen and (max-device-width: 480px) {
			.spac-btn-back .spac-num-back {
			display: block;
			/*float: left;*/
			padding: 10px 17px;
			margin-bottom: 5px;
			border: solid 1px #000;
			-webkit-border-radius: 7px;
			-moz-border-radius: 7px;
			border-radius: 7px;
			background: #000;
			line-height: 1;
			font-size: 15px;
			color: #fff;
			font-weight: bold;
			text-decoration: none;
			text-align: center;
			background-image: -webkit-gradient( linear, left top, left bottom, from( #1a1a1a) , to( #000));
			background-image: -moz-linear-gradient( to bottom, #1a1a1a, #000);
			background-image: linear-gradient( to bottom, #1a1a1a, #000);
		}
		}





/* LINE
##################################### */


.line-01{
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	border-bottom: 1px solid #6a0907;
	margin-bottom: 0px !important;
	clear: both;
}


.line-02{
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #d80d09;
	margin-bottom: 0px !important;
	clear: both;
}

.line-03{
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	border-bottom: 1px solid #130500;
	margin-bottom: 0px !important;
	clear: both;
}


.line-04{
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #552000;
	margin-bottom: 0px !important;
	clear: both;
}

	@media screen and (max-device-width: 480px) {
	.line-04{
		display: block;
		width: 100%;
		height: 1px;
		border: 0;
		border-top: 1px solid #552000;
		margin-bottom: 1em !important;
		clear: both;
	}
	}



h4.line-red{
	border-bottom: 1px solid #42078c;
}



/* LINK
##################################### */

.roy-area a {
  color: #d8020a;
  text-decoration: none;
}
.roy-area a:visited {
  color: #d8020a;
  text-decoration: none;
}
.roy-area a:focus {
  color: #d8020a;
  text-decoration: none;
}
.roy-area a:active {
  color: #d8020a;
  text-decoration: none;
}
.roy-area a:hover {
  color: #ff0808;
  text-decoration: none;
}




