/* wsm用CSS*/
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

#small_float_image{
    width: 120px;
    height: 330px;
    margin: 1px;
    background: #c3e3b5;
    float: left;
    white-space: normal;
}
#extended_small_float_image{
    width: 120px;
    height: 400px;
    margin: 1px;
    background: #c3e3b5;
    float: left;
    white-space: normal;
}
.extra_extended_small_float_image{
    /*イベントの編集ボタンを配置する時に使う*/
    width: 120px;
    height: 500px;
    margin: 1px;
    background: #c3e3b5;
    float: left;
    white-space: normal;
}
#simple_float_image{
    width: 100px;
    /*height: 150px;*/
    margin: 1px;
    /*background: #c3e3b5;*/
    float: left;
    white-space: normal;
}

#float_delete_button{
    vertical-align: bottom;
}

#normal_size_image{
    width: 250px;
    margin: 1px;
}

#normal_size_image_float{
    width: 250px;
    height:250px;
    margin: 1px;
    float: left;
}

#big_size_image{
    width: 400px;
    height: 400px;
    margin: 1px;
}
#big_size_image_float{
    width: 400px;
    height: 400px;
    margin: 1px;
    float: left;
}
/*labelのバックグランドカラー*/
#label_and_explanations {
    background-color: aliceblue;
}
/*portal参加者セクション*/
.attenders{
    margin: 10px;
    padding: 10px;
    background-color: #FFF2FF;
}
/*portal参加者セクション*/
.text_layout{
    font-size: 1.5em;
    margin: 5px;
}
