@charset "utf-8";
/* ##### sim.php ##### */

body#obje_sim {
text-align: center;
background-image: none;
min-width: initial;    
}

div#obje_sim_box {
	text-align:left;
	margin:0px auto;
	position:relative;
	width:700px;
}
div#obje_sim_box #obje_sim_ttl{
	text-align: center;
	font-size: 32px;
	color: #FF7861;
    line-height: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
}
div#obje_sim_box #obje_sim_ttl img{ margin-left: auto; margin-right: auto; display: block; }

div#obje_sim_box #obje_sim_atte{ padding-top: 1em; }
div#obje_sim_box #obje_sim_atte img{ margin-left: auto; margin-right: auto; display: block; }

div#obje_sim_box table {
background: #666666;
border: 1px solid #C7C7C7;
width: 100%;
}

div#obje_sim_box table td {
	background: #FFFFFF;
	color: #333333;
	text-align: center;
	white-space: normal;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	letter-spacing: 0em;
}
div#obje_sim_box table tr:last-child td{ border-bottom-style: none; }
div#obje_sim_box table td:last-child{ border-right-style: none; }
div#obje_sim_box table td.obje_sim_box_kingaku { width:126px; }
div#obje_sim_box table td.sisan{ background-color: #585858; color: #ffffff; font-weight: bold; width: auto; }
div#obje_sim_box table td.sisan02{
	background-color: #FF7861;
	border-right-color: #FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
}
div#obje_sim_box table td.kinri{
	background-color: #CCCCCC;
	color: #373737;
	width: auto;
	border-bottom-color: #FFFFFF;
}
div#obje_sim_box table td a {
	text-decoration: underline;
	color: #FFFE89;
}

body#obje_sim a.comm_btn{
	margin-left: auto;
	margin-right: auto;
}
body#obje_sim a.comm_btn[href*="javascript:window.close();"]{margin-top: 1em;}

@media only screen and (max-width: 760px) {
    div#obje_sim_box {
        text-align: left;
        margin: 0px auto;
        position: static;
        width: 90%;
        height: auto;
        padding-bottom: 30px;
    }
    div#obje_sim_box #obje_sim_ttl{
        width: auto;
        position: static;
        top: 30px;
        text-align: center;
        font-size: 2.4rem;
        line-height: 1em;
        padding-top: 1.5em;
        padding-bottom: 1em;
    }
    div#obje_sim_box #obje_sim_atte{
        width: auto;
        position: static;
        padding-top: 10px;
        padding-bottom: 15px;
    }
    div#obje_sim_box table {
        position: static;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-collapse: collapse;
        table-layout: fixed;
    }
    div#obje_sim_box table td{ border-collapse:collapse;}
    div#obje_sim_box table tbody,div#obje_sim_box table tr{
        width: 100%;
        border-collapse: collapse;
    }
    body#obje_sim a.comm_btn{
        position: static;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}