@charset "utf-8";

#content{
	width: 1000px;
	margin: 0 auto 0 auto;
}
#new{
	width:700px;
	height: 900px;
	float: right;	
}

#new h2{
	clear: both;
	margin-bottom: 20px;	/*見出しの下(外側)に空けるスペース*/
	color: #fff;			/*文字色*/
	background: url(../img/arrow1.png) no-repeat left center, linear-gradient(#105779, #105779 49%, #105779 50%);	/*背景画像の読み込み、グラデーション*/
	border-radius: 10px;	/*角丸のサイズ*/
	padding: 10px 20px 10px 50px;	/*上、右、下、左への見出し内の余白*/
}
#new h3{
	color: #000000;
}
#new dl{
	padding: 10px 20px;	
	margin-bottom: 20px;	
	background-color: #fcc800;
	border: 5px solid #000000;
	border-radius: 10px;
	height: 350px;
	overflow-y: scroll;
}
#new dt{
	width: 12em;
	letter-spacing: 0.1em;
}
#new dd{
	padding-left: 1em;
	border-bottom: 1px solid #ccc;	
	margin-left: 7em;
	margin-bottom: 0px;
}
#new dd h3{
	padding: 0px;
	margin: 0px;
}
#new dd p{
	padding: 0px;
	margin: 0px;
}
#sub{
	width: 250px;
	height: 835px;
	float: left;
	margin-top: 20px;
	text-align: left;	
	padding: 5px;
	border: 1px solid #000000;
	border-radius: 10px;
	background: linear-gradient(#fcc800,#fcc800);　/*グラディエーション設定*/
}
#sub h3{
	width: 250px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sub p{
	width: 250px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.5;
}
#sub ul{
	margin-left: -10px;
}
.sub1{
	width: 250px;
	text-align: center;
    padding-left: 0;
}
.sub1-imgsize{
	width: 200px;
	height= 133px;
}
.calendar{
	margin-top: 5px;
}
iframe{
	margin-top: -10px;
}
.calendar-size{
  	width: 230px;
	height: 300px;    
}
.newicon{
	background: #F00;
	color: #FFF;	
	font-size: 70%;	
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}


/*********************************************/
@media(max-width:600px){

#content{
	width: 100%;
	margin: 0 0 0 0;
}
#new{
	width: 100%;
	height: auto;
	float: none;
	text-align: left;		
}

#new h2{
	clear: both;
	margin-bottom: 20px;	/*見出しの下(外側)に空けるスペース*/
	color: #fff;			/*文字色*/

	background: url(../img/arrow1.png) no-repeat left center, linear-gradient(#105779, #105779 49%, #105779 50%);	/*背景画像の読み込み、グラデーション*/

	border-radius: 10px;	/*角丸のサイズ*/
	padding: 5px 5px 5px 50px;	/*上、右、下、左への見出し内の余白*/
}

#new dl{
	padding: 10px 20px;	
	margin-bottom: 20px;	
	background-color: #fcc800;
	border: 1px solid #000000;
	border-radius: 10px;
	height: 300px;
	overflow-y: scroll;
}
#new dt{
	width: 9em;
	letter-spacing: 0.1em;
}
#new dd{
	padding-left: 1em;
	border-bottom: 1px solid #ccc;	
	margin-left: 1em;
	margin-bottom: 0px;
}
#sub{
	width: 95%;
	height: auto;
	float: none;
	margin-top: 20px;
	text-align: left;	
	border: 1px solid #000000;
	border-radius: 10px;
	background: linear-gradient(#fcc800,#fcc800);　/*グラディエーション設定*/
}
#sub h3{
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sub ul{
	margin-left: -10px;
}
.sub1{
	width: 100%;
	text-align: center;
	padding: 0;
}
.sub1-imgsize{
	width: 95%;
	height= 200px;
}
.calendar{
	width: 100%;
	margin-top: 5px;
}
iframe{
	margin-top: -10px;
}
 .calendar-size{
  	width: 95%;
	height: 390px;    
}   
.newicon{
	background: #F00;
	color: #FFF;	
	font-size: 70%;	
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

}

