@charset "UTF-8";
/* CSS Document */


.link{
	text-decoration: underline;
}

.dlBtn{
	background-color:red;
	padding: 5px;
	margin-left: 5px;
	
	display: inline-block;
	font-size:13px;
	
}

.dlBtn:hover{
background-color:red;
 opacity: 0.6;
	
}

.dlBtn a{
	color:white;
	font-weight: normal;
}

.dlBtn a:hover{
	text-decoration: none;
	 
}


#mainImgCover{
	width:100%;
	height:350px;
	min-width:1200px;
    background:#ccc no-repeat;
    background-position: center center;
    background-size: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){

#mainImgCover{
	width:100%;
	height:350px;
	min-width:1200px;
    background:#ccc no-repeat;
    background-position: center center;
    background-size: 100%;
}
  }

/*@media screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){

#pageHeader #mainImg{
	width:100%;
	min-width:1200px;
	height:500px;
	background:url(../images/main1@2x.jpg) no-repeat;
	background-position:center center;
	background-size:100%;
	margin-top:30px;
}
 }*/
				  
#mainImg{
	display:block;
	width:1200px;
	height:540px;
	margin:0 auto;
	position:relative;
}

#mainImg .maintextArea{
	position:absolute;
	left:20px;
	bottom:50px;
	width:700px;
	color:#fff;
	font-size:15px;
	line-height:2;
}

#mainNavArea p{
	font-size:18px;
	border-bottom:1px solid #ccc;
	margin-bottom:3px;
}


#mainNavArea{
	position:absolute;
	padding:10px;
	left:20px;
	top:50px;
	width:150px;
	background-color:white;
	color:#000;
	font-size:14px;
	line-height:2;
}

.messageNav a{
	font-weight:bold;
	}
	
.messageNav a:hover{
	text-decoration:none;
	}	


/*コンテンツの設定*/

.newsTitle{
	display:block;
	width:100%;
	margin:0 auto;
	border-bottom:5px solid #ccc;
	}

.newsTitleInner{
	width:1000px;
	height:60px;
	margin:0 auto;
	line-height:60px;
}

.newsTitleInner h4{
	font-size:18px;
	font-weight:nomal;
	text-align:left;
}

.newsTitleInner h4 span{
	font-size:14px;
	font-weight:nomal;
	color:#999;
	vertical-align:middle;
}

.newsTitleInner p{
	font-size:2em;
	font-weight:nomal;
	text-align:left;
}


#contentsWrapper{
	width:1000px;
	margin:30px auto;

	
}
#contentsWrapper p{
		font-size:14px;
		line-height:2;
		
}
.news h5{
	text-align:left;
	font-size:20px;
	font-weight:bold;
	vertical-align:middle;
	line-height:1;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:2px solid #ccc;
}

.news h5:before{
	content:"■";
	color:#b4bee6;
	padding-right:5px;
}

.news strong{
	font-size:30px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.news{
	margin-bottom:50px;
}

.text p{
	margin-bottom:7px;
}

.textArea{
	width: 800px;
	
}

.imgArea img{
	/*float: left;*/
	border:solid 1px #000;
	margin-top: 10px;

}

.news a{
	text-decoration:underline;
	font-weight:bold;
}

.news a:hover{
	text-decoration:none;
}

#contentsWrapper .date{
	padding-bottom:10px;
	font-size:13px;
}

/*セミナー 9.html*/
.moreBtn{
	background-color:red;
	padding: 5px;
	margin-left: 5px;
	display: inline-block;
	font-size:13px;
}

.moreBtn:hover{
background-color:red;
 opacity: 0.6;
	
}

.moreBtn a{
	color:white;
	font-weight: normal;
}

.moreBtn a:hover{
	text-decoration: none;
	 
}
.seminarName{
	font-weight: bold;
}


/*.dateArea{
	float: left;

}
*/


.pc_left{
	float: left;
	margin-left: 10px;
	
}
.m-right{
	margin-right: 50px;
	
}

.image2{
	margin-left: 10px;
}


.green{
	color: #34a785;
}

.red{
	color: red;
}

.bold{
	font-weight: bold;
}

dl{
	font-size: 14px;
	margin-bottom: 10px;
}

.underline{
	text-decoration: line-through;
}


/*==========================================
 SP
===========================================*/

@media only screen and (max-width:750px){
	
	

	
.newsTitle{
	width:100%;
	margin:0 auto;
	padding: 10px 0;
	border-bottom:5px solid #ccc;
	}

.newsTitleInner{
	width:100%;
	display: block;
	height: auto;
	margin:0 auto;
	line-height:30px;
	vertical-align:center;

}
		

.newsTitleInner h4{
	font-size:18px;
	font-weight:nomal;
	text-align:center;
	
}
	
	
	
#contentsWrapper{
	width:100%;
	margin:30px auto ;
	padding: 0 3%;
	box-sizing: border-box;

	
}
	
.textArea{
	width: 100%;
	
}	
	
	
.pc_left{
	float: none;
	margin-left: 0px;
	
}
.m-right{
	margin-right: 0px;
	
}	
	
.image2{
	margin-left: 0px;
}	
	
}

