@charset "utf-8";

html                { background-color: #FFFFFF; }
body                {
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	/*background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: center 0px;*/
}
body                { font-size: 0.75em; color: #333333; line-height: 1.3em;}
*{font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}

.clear           	{ clear: both; visibility: hidden; height: 0; }


/*-------------------------------------------------------------------------
　共通
----------------------------------------------------------------------------*/
.lab50 { display: inline-block; width:50px;}
.lab50R { display: inline-block; width:50px; text-align:right;}
.lab100 { display: inline-block; width:100px;}

.txt30 { width:30px;}
.txt40 { width:40px;}
.txt50 { width:50px;}
.txt60 { width:60px;}
.txt70 { width:70px;}
.txt80 { width:80px;}
.txt90 { width:90px;}
.txt100 { width:100px;}
.txt150 { width:150px;}
.txt200 { width:200px;}

/*-------------------------------------------------------------------------
看板 sample 後で消すこと
----------------------------------------------------------------------------*/
/*.kanban_box {margin-left:10px; margin-top:6px; margin-bottom:6px;}
.kantan_box .menu{ background-color:#eee;}
.kanban_box{ padding-bottom:3px; }*/

/*-------------------------------------------------------------------------
看板 
----------------------------------------------------------------------------*/
/*.kantan_main { }	
.kantan_box{ font-size:16px; }

.kantan_box_01 {
	margin: 0 20px 0 20px;
	padding: 30px 0 30px 0 ;
}
.kantan_box_02 {
	margin: 0 20px 0 20px;
	padding: 30px 0 30px 0 ;
}
.kantan_box_03 {
	margin: 0 20px 0 20px;
	padding: 30px 0 30px 0 ;
}

@media screen and (min-width:768px){*/

	.kantan_main { display: flex ;}	
	.kantan_box{ font-size:13px; }
	
	.kantan_box_01 {
		margin: 0 20px 0 20px;
		flex ; 0 0 320px;
	}
	.kantan_box_02 {
		margin: 0 20px 0 20px;
		flex ; 0 0 320px;
	}
	.kantan_box_03 {
		margin: 0 20px 0 20px;
		flex ; 0 0 320px;
	}
/*}*/




