@charset "UTF-8";

/*************** スケジュール ***************/

section#schedule {

width:100%;
max-width:100%;
margin:120px auto 10px auto;
text-align:center;

background:;


}



section#schedule article {/*１カラム*/

width:100%;
max-width:80%;
background:white;

margin:0 auto 35px auto;

padding:10px;


}

	


section#schedule article h3	 {/*墨人の研修会*/
width:100%;
max-width:100%;
	 font-family:"Shippori Mincho" , serif;
	font-size: 1.06em;
	line-height: 130%;
	font-weight: bold;
	color: black;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	
	
	margin:0 auto 0 auto ;
	
	padding:0px 0 15px 0;
}




section#schedule article h4 {/*全国5箇所*/
width:100%;
max-width:100%;

 font-family:"Shippori Mincho" , serif;
	font-size: 1.06em;
	
	font-weight: normal;
	color:black;
	
	
	text-align:left;

	letter-spacing:0.1em;


	
	line-height:1.5;
	
	margin:20px auto 10px auto;
	
	

}








section#schedule article h5	 {/*リンク*/
 font-family:"Shippori Mincho" , serif;
	font-size: 1.06em;
	line-height: 170%;
	color:#36c;
	text-align:left;
    letter-spacing:0.1em;
	
	font-weight:normal;
	
	margin:0px 0 0px 0;
}


section#schedule article p	{/*スケジュール内容*/
 font-family:"Shippori Mincho" , serif;
	font-size: 1.06em;
	
	font-weight: normal;
	color: black;
	text-align: left;
	letter-spacing: 0em;
	line-height:1.5;
	
	margin:0px 0 0 0;

	
}




section#schedule article#yohaku {/*１カラム*/

width:100%;
max-width:80%;
background:white;

margin:0 auto 35px auto;

padding:10px;


}

/*==========================================
 タブレット 縦 スタイル
===========================================*/

@media only screen and (min-width: 741px) {
	
	section#schedule article {/*１カラム*/

width:100%;
max-width:40%;
background:white;

margin:0 auto 35px auto;

padding:10px;


}

}


