

#mitsuori2{
	margin:40px 0 0;
}

#mitsuori3{
	margin:30px 0 0;
}

#mitsuori4{
    height: 334px;
    margin: 20px 0 0;
    position: relative;
    width: 574px
}

#mitsuori4 #text{
    font-size: 12px;
    font-weight: bold;
    left: 384px;
    margin: 20px 0 0;
    position: absolute;
    top: 197px;
    width: 175px;
}

	#text a{
		text-decoration: underline;	
	}

#mitsuori5{
	margin:30px 0 0;
}

#kanban10{
	margin:30px 0 0;
}

#poster13{
	margin:10px 0 0;
}








/**************************************************************************************************
CLEARFIX CLASS
**************************************************************************************************/
.clearfix:after {
              display                               : block;
              clear                                   : both;
              height                                : 0;
              visibility                : hidden;
              content                              : ".";
              line-height                          : 0;
}
.clearfix {
              display                               : inline-table;
              min-height                          : 1%;
}
/* FOR MAC IE \*/
* html .clearfix {
              height                                : 1%;
}
.clearfix {
              display                               : block;
}
/* END OF FOR MAC IE */