@charset "UTF-8";

/** ************************************* **

	TABLE CONTENTS
	---------------------------
		01. Globals
	---------------------------

 ** ************************************* **/

/** 01. Globals
 **************************************************************** **/
.SideBySide p {
		display: inline-block;
		vertical-align: middle; /*縦方向の揃え位置を指定*/
		margin-bottom: 0;
}
.SideBySide p img {
		height: 50px;
}
.thumbnail .icon {
		width: 40px;
		height: 40px;
}
.thumbnail > img, .thumbnail a > img {
		display: inline-block;
}
a.thumbnail {
		margin-bottom: 0px;
}
#content table .btn {
    margin: 0.5em 0;
}
#breadcrumb {
		display: block;
}
#content.full {
    margin-top: 0px;
    padding: 10px 20px;
}