@charset "utf-8";
/* -------------------------------
common
------------------------------- */
.l-content img {
    vertical-align: bottom;
}
.l-content .section {
    margin-bottom: 50px;
}
.l-content .sectionInner {
    padding: 0;
    margin-bottom: 20px;
}
/* ------------------------------------------------------
contents
------------------------------------------------------ */
/* ttl */
.l-content .mainVisual {
    width: 950px;
    height: 200px;
    margin-bottom: 35px;
    padding: 0;
    border: none;
    background: url(/maker/dayton/press/products/variation/img/main.png) no-repeat 0 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.l-content .h2Ttl {
    background: url(/maker/dayton/press/products/variation/img/h2_ttl.png) no-repeat 0 0;
    font-size: 22px;
    font-weight: bold;
    padding: 9px 35px;
    margin-bottom: 20px;
    color: #fff;
}
.l-content .h2Ttl span {
    font-size: 14px;
    padding: 0 15px;
    vertical-align: text-bottom;
	font-weight: normal;
}

.l-content .m-h3 {
    margin: 16px 0 20px;
}
.l-content .m-h3 span {
    margin: 16px 16px 20px;
	font-weight: normal;
	font-size: 12px;
}
/* lead */
.l-content .leadTxt {
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
	line-height: 1.6;
    font-weight: bold;
}
/* ancNav */
.l-content .ancNav {
    display: table;
    width: 731px;
    margin: 0 auto 60px;
}
.l-content .ancNav > li {
    display: table-cell;
    vertical-align: top;
    width: 237px;
    padding-left: 10px;
}
.l-content .ancNav > li:first-child {
    padding-left: 0;
}
.l-content .ancNav > li a.m-btn--down {
    padding: 0 10px 0 25px;
    text-align: center;
    width: 237px;
    display: table;
}
.l-content .ancNav > li a.m-btn--down span {
    text-align: center;
    height: 38px;
    display: table-cell;
    vertical-align: middle;
}
.l-content .table_section {
	width: 900px;
	margin: 0 auto 40px;
}
.l-content .m-cols__1of4 {
	width: 26%;
	margin-bottom: 5px;
	line-height: 1.6;
}
.l-content .m-cols__1of2 {
	width: 48%;
	margin-bottom: 5px;
}
.l-content .table_section .detail {
	padding-left: 20px;
	position: relative;
	margin-bottom: 5px;
}
.l-content .table_section .detail li {
	padding-bottom: 2px;
}
.l-content .table_section .detail img {
	position: absolute;
	left: 1px;
}
.l-content .table_section .mini_table th, .l-content .table_section .mini_table td{
	font-weight: normal;
	padding: 3px;
}
.l-content .table_section .shitei {
	border: 1px solid #000;
	padding: 2px 2px 0 3px;
	margin-right: 10px;
}
/* itemList */
.l-content .itemList {
    /*margin: 0 -10px 0 5px;*/
    letter-spacing: -0.4em;
}
.l-content .itemList .item  {
    letter-spacing: normal;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px 10px;
    border: 1px solid #cacaca;
    width: 180px;
    padding: 20px 0 15px;
    position: relative;
}

.l-content .itemList li:first-child  {
	margin: 0 0 10px 0;
}

.l-content .itemList .item .name {
    padding: 0 15px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #004bb1;
    min-height: 38px;
}
.l-content .itemList .item .maker {
    padding: 0 15px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #999999;
}
.l-content .itemList .item .pic {
    width: 150px;
    margin: 0 auto 3px;
}
.l-content .itemList .item .caption {
    padding: 0 15px;
    margin-bottom: 10px;
    min-height: 54px;
}
.l-content .itemList .item .btn {
    padding: 0 15px;
}
.l-content .itemList .item.box_hover {
    cursor: pointer;
}
.l-content .itemList .item.box_hover .pic img, .l-content .itemList .item.box_hover .caption, .l-content .itemList .item.box_hover .btn a {
    opacity: 0.75;
    filter: alpha(opacity=75);
    -ms-filter: "alpha(opacity=75)";
}
.l-content .itemList .item.box_hover .name {
    color: #ff730a;
}

/* searchBox */
.l-content .searchBox {
    width: 950px;
    height: 1041px;
    margin: 0 auto 40px;
    background: url(/maker/dayton/press/products/variation/img/search.png) no-repeat 0 0;
}
.l-content .searchBox .search dt, .l-content .searchBox .search dd {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}
.l-content .fs11 {
	font-size: 11px;
}
.l-content .pnk {
	color: #e4007f;
}
.l-content .mr9 {
	margin-right: 9px;
}