@charset "utf-8";
/* CSS Document */





/* PC (1025～)
-----------------------------------------------------------------
----------------------------------------------------------------- */

@media screen and (min-width: 769px), print {
br.sp{display:none;}

/* section mainVisual
---------------------------------------------------- */
section.mainVisual{
	width:1180px;
	height:auto;
	margin:0px auto;
	padding:18px 0px 0px 0px;	
}

/* section page
---------------------------------------------------- */
section.page{
	width:100%;
	height:auto;
	margin:0px auto;
	padding:0px 0px 35px 0px;	
	overflow:hidden;
	line-height:1.95em;
}
	section.page .repeatBox{
		padding:0px 0px 20px 0px;
		overflow:hidden;	
	}
	
		section.page .repeatBox h2{
			display:block;
			width:100%;
			height:auto;
			font-size:131%;
			color:#414c9e;
			font-weight:bold;
			padding:0px 0px 3px 0px;
			margin:0px 0px 15px 0px;
			border-bottom:1px solid #333;
		}
			section.page .repeatBox h2 img{
				margin-right:5px;
			}	
			
			section.page .repeatBox h2 span{
				padding-left:10px;
				font-size:87%;
			}
			
					
		.repeatBox h3{
			display:block;
			padding:5px 0px 5px 10px;
			color:#fff;
			font-size:112%;	
			margin-bottom:15px;
			
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#741837+0,ffffff+100 */
			background: #741837; /* Old browsers */
			background: -moz-linear-gradient(left,  #414c9e 0%, #ffffff 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, right top, color-stop(0%,#414c9e), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(left,  #414c9e 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(left,  #414c9e 0%,#ffffff 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(left,  #414c9e 0%,#ffffff 100%); /* IE10+ */
			background: linear-gradient(to right,  #414c9e 0%,#ffffff 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414c9e', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
		}	
			.repeatBox h3 a{
				color:#fff;	
			}
		
			.imgBox{
				width:280px;
				padding:0px 0px 0px 0px;
				margin:0px 0px 15px 0px;
				overflow:hidden;
				float:left;
			}
				.imgBox img{
					width:100%;
					height:auto;
					margin:0px 0px 0px 0px !important;
				}
				.imgBox a{
					display:block;
					margin:0px 0px 0px 0px !important;
					padding:0px 0px 0px 0px !important;
				}
				.imgBox ul{
					display:none;
				}




}






/* SmartPhone
-----------------------------------------------------------------
----------------------------------------------------------------- */

@media screen and (max-width:768px)  {


/* section mainVisual (JS Animation)
---------------------------------------------------- */
section.mainVisual{
	width:100%;
	height:auto;
	margin:0px auto;	
}
	section.mainVisual img{
		width:100%;
		height:auto;
	}



/* section page
---------------------------------------------------- */
section.page{
	width:100%;
	height:auto;
	margin:0px auto;
	padding:0px 0px 0px 0px;	
	overflow:hidden;
	line-height:1.95em;
}


	section.page .repeatBox{
		padding:0px 0px 20px 0px;
		overflow:hidden;	
	}
	
		section.page .repeatBox h2{
			display:block;
			width:100%;
			height:auto;
			font-size:125%;
			color:#414c9e;
			font-weight:bold;
			padding:0px 0px 3px 0px;
			margin:0px 0px 15px 0px;
			border-bottom:1px solid #333;
		}
			section.page .repeatBox h2 img{
				width:8px;
				height:auto;
				margin-right:3px;
				vertical-align:baseline;
			}
			
			.repeatBox h3{
				display:block;
				padding:5px 0px 5px 10px;
				color:#fff;
				font-size:112%;	
				margin-bottom:15px;
				text-shadow:1px 1px 1px #333;
				
				/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#741837+0,ffffff+100 */
				background: #741837; /* Old browsers */
				background: -moz-linear-gradient(left,  #414c9e 0%, #ffffff 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, right top, color-stop(0%,#414c9e), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(left,  #414c9e 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(left,  #414c9e 0%,#ffffff 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(left,  #414c9e 0%,#ffffff 100%); /* IE10+ */
				background: linear-gradient(to right,  #414c9e 0%,#ffffff 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414c9e', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
			}

			.repeatBox h3 a{
				color:#fff;	
			}
		
			.imgBox{
				width:100%;
				height:auto;
				padding:0px 0px 0px 0px;
				margin:0px 0px 15px 0px;
				overflow:hidden;
			}
				.imgBox img{
					width:100%;
					height:auto;
					margin:0px 0px 0px 0px !important;
				}
				.imgBox a{
					display:block;
					margin:0px 0px 0px 0px !important;
					padding:0px 0px 0px 0px !important;
				}
				.imgBox ul{
					display:none;
				}



}











