@charset "UTF-8";



/*---------------------------------------------------
SC_TITLE_BOX
---------------------------------------------------*/
#SC_TITLE_BOX h2{
	background-image: url(/img/voice/title_icon.png);
	background-size: 75px;
	
}



/*---------------------------------------------------
VOICE_BOX
---------------------------------------------------*/
#VOICE_BOX{

}

@media screen and (min-width:641px){
	#VOICE_BOX{
		width: 760px;
		margin: 0 auto;
	}
}



/*---------------------------------------------------
box
---------------------------------------------------*/
#VOICE_BOX .box{
	margin-bottom: 40px;
}

	#VOICE_BOX .box h2{
		font-weight: normal;
		color: #a20909;
		border-bottom: 1px solid #a20909;
		margin-bottom: 20px;
		padding-bottom: 5px;
	}
	
	#VOICE_BOX .box h3{
		font-weight: normal;
		color: #a20909;
		margin-bottom: 10px;
	}

	#VOICE_BOX .box p.indivedual{
		text-align: right;
		margin-top: 10px;
		color: #9c9c9c;
		font-size: 1.3rem;
	}


@media screen and (min-width:641px){

	#VOICE_BOX .box{
		
	}
		
		#VOICE_BOX .box h2{
			font-size: 2.4rem;
		}
	
		#VOICE_BOX .box h3{
			font-size: 1.8rem;
		}
}


@media screen and (max-width:640px){

	#VOICE_BOX .box{
		
	}
		
		#VOICE_BOX .box h2{
			font-size: 2rem;
		}
	
		#VOICE_BOX .box h3{
			font-size: 1.6rem;
		}
}



/*---------------------------------------------------
PAGER
---------------------------------------------------*/

#PAGER{
	zoom:1;
	position: relative;
	overflow: hidden;
}

#PAGER:before,
#PAGER:after{
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

#PAGER:after{
	clear: both;
}

	#PAGER ul{
		position: relative;
		left: 50%;
		float: left;
	}

	#PAGER li{
		position: relative;
		left: -50%;
		float: left;
		margin: 0 4px;
	}
	
		#PAGER li.on{
			border: 1px solid #a20909;
			padding: 5px 8px;
			color: #fff;
			background-color: #a20909;
		}

		/*
		#PAGER .current{
			float: left;
			width: 25px;
			margin: 5px;
			text-align: center;

			border: 1px solid #a20909;
			padding: 5px 8px;
			color: #fff;
			background-color: #a20909;
		}

		#PAGER a{
			float: left;
			width: 25px;
			margin: 5px;
			text-align: center;

			border: 1px solid #a20909;
			display: block;
			text-decoration: none;
			padding: 5px 8px;
			color: #a20909;
		}
		
			#PAGER a:hover{
				background-color: #a20909;
				color: #fff;
			}
		*/
		
		#PAGER li a{
			border: 1px solid #a20909;
			display: block;
			text-decoration: none;
			padding: 5px 8px;
			color: #a20909;
		}
		
			#PAGER li a:hover{
				background-color: #a20909;
				color: #fff;
			}






