@charset "utf-8";


/*-- new-machine --*/
ul.nm_list li {
	width:320px;
	padding-right:10px;
	line-height:1.4em;
	float:left;
}
ul.nm_list p {
	margin:0;
	margin-bottom:5px;
	padding:5px;
	font-size:14px;
	color:#FFFFFF;
	background:#5a5a5a;
	border:solid 1px #999999;
}

ul.nm_list span {
	display:block;
	padding-bottom:20px;
}

ul.nm_list li:last-child {
	padding-right:0px;
}
#new-machine .cont_l{
    width: 48%;
    float: left;
}
#new-machine .cont_r{
    width: 48%;
    float: right;
}





/* レスポンシブ */

@media screen and (max-width:736px) {
    
    ul.nm_list li {
        width:100%;
        padding-right:10px;
        line-height:1.4em;
        float:left;
        margin-bottom: 30px;
    }

    
    #new-machine .cont_inner img{
        width: 100%;
    }
    #new-machine .cont_l{
        width: 100%;
        float: none;
    }
    #new-machine .cont_r{
        width: 100%;
        float: none;
    }

    
    p.to_page_top {
    display: block;
  }
}
.bnm_subtitle{
	font-size: 15px;
	font-weight: bold;
	display: inline !important;
	padding-bottom: 0px !important;
}