@charset "utf-8";
/* CSS Document */

/*===========================================
	lamp_status css
=============================================*/
#contents section{
    margin-top: 2em;
}

#contents .select_flex{
    display: flex;
    margin: 2em 0 0 1em ;
    align-items: flex-start;
}

#contents .select_box,
#contents .slc_fade {
    margin-left: 0;
}

#contents .select_flex figure{
    margin: 0 0 0 3em;
}

#contents .slc_fade label{
	display: block;
    margin-bottom: 1em;
}

#contents table.tbl_charge{
	width: 90%;
	text-align: center;
	margin: 3em auto 0;
	border: 1px solid #eee;
}

#contents table thead th{
	border: 1px solid #ccc;
	padding: 10px 0;
}

#contents table thead th:first-child{
	width: 50%;
}
#contents table tbody th,
#contents table tbody td{
	border: 1px solid #ccc;
	padding: 0 10px;
}

#contents table td figure{
	margin: 1em auto;
}

#contents table td figure figcaption{
	margin: 0;
	font-size: 0.929rem;
	text-align: center;
}

#contents table td figure .flex{
    justify-content: space-around;
	margin-bottom: 5px;
} 

#contents table td figure .flex img{
	width: 180px!important;
}

#contents .pd1em{
	padding: 1em;
}

@media (max-width: 800px){		
    #contents table.tbl_charge td figure .flex img{
	    max-width: 180px!important;
    }
    
    #contents table.tbl_charge td figure img {
        width: 100%;
        height: auto;
        max-width: 180px!important;
    }
    
    #contents table.tbl_charge td figure img.blinking {
        width: 100%;
        max-width: 280px!important;
    }
}

@media (max-width: 640px){	
    #contents .select_flex{
        flex-direction: column;
        align-items: center;
        margin-left: 0;
    }
    
    #contents .select_flex figure{
        margin: 2em 0 0;
    }
    
	#contents table.tbl_charge{
		width: 100%;
	}
}


/*** セレクトボックス ***/
#contents .select {
    border: 1px solid #999;
    border-radius: 5px;
    padding: 0.5em;
}

#contents button{
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    color: #000;
    padding: 0.7em 1em;
    display: inline-block;
    min-width: 145px;
    box-sizing: border-box;	
}

#contents button:hover{
	background-color: #ffffff;
    color: #333333;
    text-decoration: none;
    opacity: 0.6;
}

/*** fade処理 ***/
#contents .box_hide {
    display: none;
    margin-top: 2em;
}
#contents .initial {
    display:block;
}

@media (max-width: 640px){
    #contents .select {
        width: 100%;
    }
	
	#contents button{
    	margin-top: 1em;
		display: block;
		width: 100%;
	}
}