@charset "UTF-8";

/*---------------------------
	PARTS BOX
-----------------------------*/

/* gray_box -------------------- */
.gray_box {
	margin: 20px 0;
	padding: 10px 15px;
	background: #eee;
}

.gray_box p {
	margin: 20px 0 0;
}

.gray_box p:first-child {
	margin: 0;
}


/* distribution_box ------------- */
.distribution_box {
	margin: 0 0 25px;
	width: 100%;
	height: 200px;
	display: table;
	vertical-align: middle;
	background: #0cade7;
}

.distribution_box h3 {
	display: table-cell;
	vertical-align: middle;
	padding: 0 18px;
	width: 330px;
	border: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, sans-serif;
	font-size: 20px;
	color: #fff;
}

.distribution_box img {
	display: table-cell;
	vertical-align: middle;
	width: 330px;
}


/* red_box -------------------- */
.red_box h3 {
	margin: 0;
	padding: 5px 10px;
	background: #d00b0b;	
	border: 0;
	font-size: 14px;
	color: #fff;
}

.red_box > div {
	padding: 18px 20px;
	background: #f8e5e5;
}

.red_box strong {
	display: block;
	margin: 0 0 3px;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: bold;
	color: #d00b0b;
}

.red_box p {
	margin: 20px 0 0;
}

.red_box strong + p,
.red_box p:first-child {
	margin: 0;
}


/* figure box -------------------- */
.figure_box {
	margin: 40px 0;
	text-align: center;
}

.figure_box img {
	margin: 50px 0 0;
}

.figure_box img:first-child {
	margin: 0;
}


/* adobe box -------------------- */
.adobe_box {
	margin: 50px 0 60px;
	padding: 12px 15px 15px;
	background: #eee;
}

.adobe_box a {
	margin: 0 12px 0 0;
	width: 112px;
	float: left;
}

.adobe_box a:hover {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)"; /* for IE8 */
}

.adobe_box p {
	margin: 0;
	padding-left: 124px;
}


/* main_function -------------------- */
.main_function {
	margin: 0 -8px 0 0;
	overflow: hidden;
}

.main_function section {
	margin: 0 8px 8px 0;
	width: 324px;
	float: left;
	border: 1px solid #dedede;
}

.main_function section h4 {
	margin: 0;
	padding: 0;
	height: 40px;
	line-height: 40px;
	background: #005bac;
	text-align: center;
	color: #fff;
}

.main_function section p {
	margin: 0;
	padding: 7px 12px 15px;
}

.main_function section h4 + p {
	margin: 0;
	padding: 7px 12px 15px;
}

.main_function section ul {
	padding: 7px 12px 15px;
}

.main_function section li strong {
	margin: 8px 0 0;
	display: block;
	font-weight: bold;
	color: #005bac;
}

.main_function section li strong:before {
	content: "・";
}



/*---------------------------
	BUTTONS
-----------------------------*/
a.btn_pdf {
	display: inline-block;
	padding-left: 30px;
	background: url("../img/common/mark1.png") no-repeat left center;
	line-height: 24px;
	color: #005bac;
}

a.btn_pdf:hover {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)"; /* for IE8 */
}


/*---------------------------
	TABLE
-----------------------------*/
.mod_table {
	margin: 0 0 20px;
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.mod_table a {
	color: #005bac;
}

.mod_table caption {
	padding: 0 10px;
	background: #c2d8ee;
	border: 1px solid #ccc;
	border-bottom: 0;
	line-height: 34px;
	font-size: 14px;
	font-weight: bold;
	color: #005bac;
}

.mod_table th,
.mod_table td {
	padding: 8px 10px 6px;
	border: 1px solid #ccc;
}

.mod_table th {
	width: 129px;
	background: #ebf1f7;
	font-weight: bold;
}


/*---------------------------
	PAGE NATION
-----------------------------*/
#main .wp-pagenavi {
	margin: 30px 0;
	text-align: center;
}

#main .wp-pagenavi a,
#main .wp-pagenavi span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px 0 3px;
	padding: 0 8px;
	height: 24px;
	line-height: 24px;
	background: #fff;
	font-family: "メイリオ", meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

#main .wp-pagenavi a:hover,
#main .wp-pagenavi span.current {
	background: #005bac;
	border: 1px solid #005bac;	
	color: #fff;
}

#main .wp-pagenavi span.current {
	font-weight: normal;
}

#main .wp-pagenavi .nextpostslink,
#main .wp-pagenavi .previouspostslink {
	text-align: left;
	padding: 0 0 0 10px;
	border: 0;
	width: 47px;
	height: 26px;
	background: url("../img/news/next.png") no-repeat top center;
}

#main .wp-pagenavi .previouspostslink {
	text-align: right;
	padding: 0 10px 0 0;
	background: url("../img/news/prev.png") no-repeat top center;
}

#main .wp-pagenavi .nextpostslink:hover,
#main .wp-pagenavi .previouspostslink:hover {
	border: 0;
	background: url("../img/news/next.png") no-repeat top center;
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)"; /* for IE8 */
	color: #191919;
}

#main .wp-pagenavi .previouspostslink:hover {
	background: url("../img/news/prev.png") no-repeat top center;
}


/*---------------------------
	PAGE NAV
-----------------------------*/
#main .page_nav {
	margin: 0 0 30px;
	height: 26px;
	position: relative;
}

#main .page_nav .wp-pagenavi {
	margin: 0;
	padding: 0 120px 0 0;
	text-align: left;
}

.page_nav .btnGo {
	padding: 20px 0 0;
	width: 62px;
	height: 0;
	overflow: hidden;
	background: url("../img/common/btn1.png") no-repeat top right;
	position: absolute;
	top: 0;
	right: 0;
}

.page_nav .btnGo:hover {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
}

#main .page_nav .page_option {
	width: 150px;
	position: absolute;
	top: 5px;
	right: 0;
}

#main .page_nav .page_option .year {
	width: 80px;
}


/*---------------------------
	SYMSTEM LIST
-----------------------------*/
.system_list {
	margin: 0 -1px 25px;
	overflow: hidden;
}

.system_list li {
	padding: 15px 10px;
	margin: 0 1px;
	width: 309px;
	height: 175px;
	float: left;
	background: #d9e9f9;
	font-size: 14px;
	position: relative;
}

.system_list li.list1:before,
.system_list li.list2:before,
.system_list li.list3:before {
	display: block;
	content: "";
	width: 50px;
	height: 50px;
	background: url("../img/business/expansion/digital/mark1.png") no-repeat left top;
	position: absolute;
	top: 0;
	left: 0;
}

.system_list li.list2:before {
	background: url("../img/business/expansion/digital/mark2.png") no-repeat left top;
}

.system_list li.list3:before {
	background: url("../img/business/expansion/digital/mark3.png") no-repeat left top;
}

.system_list li strong {
	margin: 0 0 10px;
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #005bac;
}

/*---------------------------
	FLOAT WINDOW
-----------------------------*/
#float_map {
	width: 620px;
}

#float_map_inner {
	display: block;
	width: 620px;
	height: 520px;
	margin: 0 0 20px;
}

#float_map .double_border {
	margin: 0 0 7px;
	padding: 2px 0 0 15px;
	border: 0;
	background: url("../img/common/line1.png") no-repeat left center;
	font-size: 16px;
	font-weight: bold;
	color: #005bac;
}

#float_map .mod_table {
	margin: 0;
}

#float_map .mod_table th {
	vertical-align: top;
}

#float_map .mod_table td p {
	margin: 15px 0 0;
}

#float_map .mod_table td p:first-child {
	margin: 0;
}