@charset "utf-8";
/* CSS Document */

/*-------------------
製品ページ　資料一覧用CSS
/kikaku/document/index.asp
-------------------*/
h1 {
	font-size: 1.7em;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
}
h2 {
    padding: 0 0 1.5em;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.25em;
    text-align: center;
}
.contents {
	width: 90%;
	max-width: 64em;
	margin: auto;
	text-align: center;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	h1 {
		font-size: 2.375em;
	}
	h2 {
		font-size: 1.5em;
	}
}

	
/*-----------------
 *pege title
-----------------*/
.page_title { 
	padding: 8em 0 2.5em;
	background: #b38630;
}
.page_title h1 span {
	padding-bottom: 5px;
	font-size: .6em;
	font-weight: normal;
	display: block;
}
.page_title p {
	margin-top: 1.5em;
	font-size: .9em;
	color: #fff;
	line-height: 1.6;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	.page_title { 
		padding: 10em 0 2.5em;
	}
	.page_title h1 span {
		font-size: .525em;
	}
	.page_title p {
		font-size: 1em;
	}
}


/*-----------------
 *資料一覧
-----------------*/
.document_area {
	padding: 2.5em 0;
}
#category {
	position: relative;
	overflow: hidden;
}
.document_area .document { 
	margin: 0 auto 3em;
    width: 90%;
	position: relative;
	right: 0;
}
.document_area .document:last-of-type {
	margin-bottom: 0;
}
.document_area .document span {
	padding: .4em .9em;
	color: #ffffff;
	background: #b38630;
	position: absolute;
	top: 0; 
	left: 0;
}
.document_area .document dt img {
	margin: 0 auto;
	width: 90%;
    display: block;
}
.document_area .document dt {
	padding: 1.25em;
	background: #f7f7f7;
	border-radius: 6px;
}
.document_area .document dt, .document_area .document dd {
	text-align: left;
}
.document_area .document dd.target, .document_area .document dd.read, .document_area .document span {
	font-size: .875em;
	line-height: 1.75;
}
.document_area .document dd.target {
	margin: .75em 0 1.25em 0;
	font-weight: bold;
	color: #666;
	line-height: 1.4;
}
.document_area .document dd.title {
	margin-bottom: .5em;
	padding: .4em 0 .4em .55em;
	font-size: 1.125em;
	font-weight: bold;
  	border-left: solid 6px #b38630;
}
.document_area .document dd.read a {
	color: #2684e2;
	text-decoration: underline;
}
.document_area .document .docs_btn {
	margin: 1.5em auto 0;
	max-width: 16.5em;
    width: 85%;
	font-size: 1em;
	font-weight: bold;
	background: #fff;
	border: 2px solid #e50000;
	border-radius: 6px;
	text-align: center;
	position: relative;
}
.document_area .document .docs_btn a {
	padding: .9em;
	color: #e50000;
	line-height: 1;
	display: block;
}
.document_area .document .docs_btn a:hover {
	background: #faf2f2;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	.document_area .document { 
		margin: 1.5em 2%;
		padding: 0;
		width : 46%;
		display: inline-block;
		float: left;
	}
	.document_area .document:last-of-type {
		margin-bottom: 1.5em;
	}
	.document_area .document dl {
		height: 380px;
	}
	.document_area .document dd.target {
		height: 2.5em;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	.document_area {
		padding: 3.75em 0;
	}
	.document_area .category_list {
		margin: 0 auto;
		width: 58em;
	}
	.document_area .document { 
		margin: 1.5em 1.25em;
		width: 16.7em;
	}
	.document_area .document dl {
		height: 355px;
	}

}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	.document_area .category_list {
		width: 64em;
	}
	.document_area .document { 
		margin: 1.5em 1.15em;
		width: 19em;
	}
	.document_area .document dl {
		height: 368px;
	}
	.document_area .document dt img {
		width: 84%;
	}
}

/* タイマー　*/

 .new-release {
    background-color: #f48005;
   }
