@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : finance_report.css
 author     : Ability Consultant
 style info : 有価証券報告書等
=================================================================== */
/* -----------------------------------------------------------
	.con_fr
----------------------------------------------------------- */
.con_fr .main {
	width: 70%;
	float: left;
}

@media only screen and (max-width: 1024px) {
	.con_fr .main {
		width: 100%;
		float: none;
	}
}

/* -----------------------------------------------------------
	.con_list
----------------------------------------------------------- */
.con_list {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ccc;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_list {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list {
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_list {
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list {
		padding-bottom: 30px;
	}
}

.con_list .box_list {
	margin-bottom: 20px;
}

.con_list .box_list:last-child {
	margin-bottom: 0;
}

.con_list .box_list ul {
	overflow: hidden;
}

.con_list .box_list ul li {
	float: left;
	width: 50%;
	border: 1px dotted #eee;
}

@media only screen and (max-width: 767px) {
	.con_list .box_list ul li {
		float: none;
		width: 100%;
	}
}

.con_list .box_list ul li a {
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 10px;
}

.con_list .box_list ul li.clickable {
	cursor: pointer;
}

.con_list .box_list ul li.clickable:hover {
	background: #ebe6d3;
}

.con_list .box_list ul li span {
	color: #8e7939;
}

/* -----------------------------------------------------------
	.con_archives
----------------------------------------------------------- */
.con_archives {
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_archives {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_archives {
		margin-bottom: 30px;
	}
}

.con_archives ul {
	overflow: hidden;
}

.con_archives ul li {
	float: left;
	width: 16.666%;
}

@media only screen and (max-width: 767px) {
	.con_archives ul li {
		width: 33.333%;
	}
}

.con_archives ul li a {
	text-decoration: none;
}

.con_archives ul li a:hover {
	text-decoration: underline;
}

/* -----------------------------------------------------------
	.con_download
----------------------------------------------------------- */
.con_download {
	margin-bottom: 50px;
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_download {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_download {
		margin-bottom: 30px;
	}
}

.con_download .bn {
	float: left;
	margin-right: 1em;
}

@media only screen and (max-width: 767px) {
	.con_download .bn {
		float: none;
		margin: 0 0 10px 0;
	}
}

/* -----------------------------------------------------------
	.pnex
----------------------------------------------------------- */
.pnex {
	overflow: hidden;
	padding-top: 30px;
	border-top: 1px solid #ccc;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.pnex {
		padding-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.pnex {
		padding-top: 10px;
	}
}

.pnex img {
	float: right;
}

/*# sourceMappingURL=../maps/ir_finance_report.css.map */
