@charset "utf-8";




/*----------------------------------------
	for PC
----------------------------------------*/


@media screen and (min-width: 481px){

	#content_inner{
		padding:20px 0 80px;
		width:1000px;
		margin:0 auto 0;
		z-index:50;
		position:relative;
	}


		#secMenu{
			display:block;
			background:#000 url('../img/common/bg_secnavi.jpg') no-repeat center top;
			background-size:auto 100%;
			height:40px;
			margin-top:-5px;
			padding:22px 18px 15px;
			text-align:center;
			box-shadow:0 4px 1px rgba(0,0,0,0.4);
		}

		#secMenu .inner{
			width:490px;
			margin:0 auto 0;
		}

		#secMenu a{
			display:block;
			float:left;
			padding:0 20px;
			border-left:1px solid #999;
			position:relative;
			z-index:150;
		}


		#secMenu a:nth-child(1){width:115px;border-left:none;}
		#secMenu a:nth-child(2){width:113px;}
		#secMenu a:nth-child(3){width:130px;}



		#secMenu a img{
			display:block;
			width:100%;
		}

		#secMenu a:nth-child(2) img.on{display:block;}
		#secMenu a:nth-child(2) img.off{display:none;}


		.catch{
			width:582px;
			display:block;
			margin:0 auto -20px;
		}


	#tab{
		width:100%;
		margin:30px 0 30px;
		position:relative;
		z-index:50;
	}

	#tab .category:nth-child(2){
		border-left:1px solid #999;
	}

	#tab .category{
		display:block;
		width:250px;
		margin:0 auto 0;
	}

	#tab .category .tabicon{
		display:block;
		width:100px;
		float:left;
	}

	#tab .category a{
		display:block;
		width:110px;
		float:left;
		box-shadow:1px 1px 2px rgba(0,0,0,0.8);
		margin-left:10px;
		border-radius:14px;
		background-color:#000;
		position:relative;
	}

	#tab .category a.new::after{
		display:block;
		content:'';
		position:absolute;
		right:-5px;
		top:-5px;
		background-image:url('../img/common/new.gif');
		background-size:30px;
		width:30px;
		height:30px;
		border-radius:15px;
		overflow:hidden;
		box-shadow:2px 2px 3px rgba(0,0,0,0.9),0px 0px 5px rgba(0,0,0,0.9);
	}

	#tab .category a:hover img{
		opacity:1;
	}


	#tab .category a:nth-child(1) img{
		opacity:1;
	}

	#tab .category a img{
		display:block;
		width:100%;
		opacity:0.5;
	}

	#base{
		background:transparent url("../img/action/oninote/base.jpg") center top repeat-y;
		position:relative;
		box-shadow:0px 0px 3px rgba(0,0,0,0.6);
	}

	#base::before{
		content:'';
		display:block;
		background:transparent url("../img/action/oninote/headimage.png") center top no-repeat;
		position:absolute;
		top:0;
		left:0;
		width:1000px;
		height:621px;
		z-index:10;
	}



	.base_inner{
		padding:50px 40px;
		position:relative;
		z-index:20;
	}

	h3{
		display:block;
		width:100%;
		text-align:center;
		margin:70px 0 -10px;
	}

	.base_inner .pic{
		width:100%;
		display:block;
		box-shadow:1px 1px 2px rgba(0,0,0,0.4);
	}

	.headText{
		width:400px;
		float:left;
		margin:0 0 130px 20px;
	}

	.left{
		width:49%;
		display:block;
		float:left;
	}

	.right{
		width:49%;
		display:block;
		float:right;
	}

	h4{
		color:#E8CF56;
		font-weight:bold!important;
		font-size:18px;
		padding:32px 0 4px;
		text-shadow:1px 1px 2px rgba(0,0,0,0.4);
		border-bottom:1px solid #696147;
		margin-bottom:4px;
	}

	.base_inner p{
		padding-bottom:10px;
		font-size:14px;
		line-height:1.6;
	}

	.box_d{
		width:100%;
		position:relative;
	}

	.box_d::before{
		content:'';
		display:block;
		background-image:url('../img/action/oninote/d.png');
		width:67px;
		height:108px;
		position:absolute;
		top:50%;
		left:50%;
		margin:-50px 0 0 -30px;
		z-index:30;
	}

	.box_d .cbox{
		width:50%!important;
		display:block;
		float:left;
	}

}




/*----------------------------------------
	for SP
----------------------------------------*/

@media screen and (max-width: 480px) {


	#content_inner{
		padding:7% 0 20%;
		margin:0 auto 0;
		z-index:50;
		position:relative;
	}

	h2{
		display:block;
		text-align:center;
		padding:10px 0 0;
		margin:0 0 0px;

		max-width:auto;
		}

		h2 img{
			display:block;
			margin:0 auto 0;
			width:auto;
			max-width:auto;
			}



		#secMenu .inner{
			width:100%;
			margin:0 auto 0;
		}

		#secMenu a{
			display:block;
			float:left;
			padding:0 3%;
			border-left:1px solid #999;
			position:relative;
		}


		#secMenu a:nth-child(1){width:24%;border-left:none;}
		#secMenu a:nth-child(2){width:25%;}
		#secMenu a:nth-child(3){width:28%;}

		#secMenu a img{
			display:block;
			width:100%;
		}

		#secMenu a:nth-child(2) img.on{display:block;}
		#secMenu a:nth-child(2) img.off{display:none;}


		.catch{
			width:100%;
			display:block;
			margin:0 auto -20px;
		}


	#tab{
		width:45%;
		margin:12% auto 8%;
		position:relative;
		z-index:20;
	}

	#tab .category:nth-child(2){
		border-left:1px solid #999;
		margin-left:3%;
	}

	#tab .category{
		display:block;
		width:100%;
		float:left;
	}


	#tab .category .tabicon{
		display:block;
		width:49%;
		float:left;
	}

	#tab .category a{
		display:block;
		width:48%;
		float:left;
		opacity:0.5;
		margin-left:2%;
	}

	#tab .category a:hover{
		opacity:1;
	}

	#tab .category a:nth-child(1){
		opacity:1;
	}


	#tab .category a img{
		display:block;
		width:100%;
	}

	#base{
		background:transparent url("../img/action/oninote/base.jpg") center top repeat-y;
		position:relative;
		box-shadow:0px 0px 3px rgba(0,0,0,0.6);
	}

	#base::before{
		content:'';
		display:block;
		background:transparent url("../img/action/oninote/headimage.png") center top no-repeat;
		background-size:100%;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		padding-top:80%;
		z-index:10;
	}



	.base_inner{
		padding:40% 5%;
		position:relative;
		z-index:20;
	}

	h3{
		display:block;
		width:100%;
		text-align:center;
		margin:40px 0 -10px;
	}

	.base_inner .pic{
		width:100%;
		display:block;
		box-shadow:1px 1px 2px rgba(0,0,0,0.4);
	}

	.headText{
		font-size:15px;
		font-weight:normal;
		width:100%;
		line-height:1.6;
	}

	.left{
		width:100%;
		display:block;
		float:left;
	}

	.right{
		width:100%;
		display:block;
		float:right;
	}

	h4{
		color:#E8CF56;
		font-weight:bold!important;
		font-size:22px;
		padding:32px 0 5px;
		text-shadow:1px 1px 2px rgba(0,0,0,0.4);
	}

	.base_inner p{
		padding-bottom:10px;
		font-size:15px;
		line-height:1.6;
	}

	.box_d{
		width:100%;
		position:relative;
	}

	.box_d::before{
		content:'';
		display:block;
		background-image:url('../img/action/oninote/d.png');
		background-size:100%;
		width:30px;
		height:50px;
		position:absolute;
		top:50%;
		left:50%;
		margin:-25px 0 0 -15px;
		z-index:20;
	}

	.box_d .cbox{
		width:50%!important;
		display:block;
		float:left;
	}

}
