@charset "utf-8";
/* CSS Document */

/*BasicCSS
---------------------------------------------------------------------------------- */
video {
	width: 100%;
	height: auto;
}

hr.Separator {
	display: block;
	border-top:1px solid #ddd;
}

/*Contents Navigation --- TabNaviShow
---------------------------------------------------------------------------------- */

.TabNaviSet .TabNaviContents{
	display: none;
}

.TabNaviSet .TabNaviShow{
	display: block;
}

/*Solution
---------------------------------------------------------------------------------- */

.ImageBoxSIer {
    text-align: center;
    margin: 50px;
}

.ImageBoxSIer p {
    margin: 0 0 20px;
}

.ImageBoxSIer img:first-of-type {
	width: 300px !important;
    margin: 30px 30px 30px 0;
}

.ImageBoxSIer img:nth-of-type(2) {
	width: 150px !important;
}

@media screen and (max-width: 579px){
	.ImageBoxSIer img:first-of-type {
		margin: 15px 30px 15px 0;
	}	
}
