@charset "UTF-8";

.title_image {
	background: #4668c5;
}
.title_image img {
	width: 320px;
}

.subtitle {
	width: 100%;
	margin: 0 auto 17px auto;
	border-top: #bebebe solid 1px;
	border-bottom: #bebebe solid 1px;
	background: url(../images_common/bg_dot.png);
	-webkit-background-size: 4px 4px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	clear: both;
}

.headline_sub {
	background: none;
	border-left: none;
	margin: 0 0 5px;
	padding: 10px 10px 0 10px;
	color: #ff7400;
	border-top: #d9d9d9 solid 3px;
}

/* h3 */

h3 {
	padding-left: 15px;
	margin-bottom: 15px;
	background: url(../encryption/images/title02_icon.gif) no-repeat 5px center;
	font-size: 123%;
}

.promises-txt {
	margin-bottom: 50px;
	padding: 0 10px;
}

table.primer_table {
	width: 100%;
	margin: 0 auto 15px auto;
	border-top: #b2b2b2 solid 1px;
	border-left: #b2b2b2 solid 1px;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #;
	empty-cells: show;
	font-size: 93%;
}

.primer_table th {
	border-right: #b2b2b2 solid 1px;
	border-bottom: #b2b2b2 solid 1px;
	background: #ffdf6a;
	padding: 5px 3px 3px 3px;
	text-align: left;
}

.primer_table td {
	border-right: #b2b2b2 solid 1px;
	border-bottom: #b2b2b2 solid 1px;
	padding: 5px 3px 3px 3px;
	background: #fffae2;
}

.border_b {
	border-bottom: none !important;
	}


.index_icon_list img {
	display: table-cell;
}
.index_icon_list div {
	border-left: none;
	padding-left: 0;
	display: table-cell;
	vertical-align: middle;
}
span.img {
	display: table-cell;
	padding-right: 10px;
}
.link_title span {
	color: #ff7400;
	padding-right: 10px;
}

.txt_icon {
	padding-top: 3px;
}


/* 記事前後 */

.link_list {
	border-top: #ccc solid 1px;
 	border-bottom: #ccc solid 1px;
	text-align: center;
	padding: 0 5px;
	-webkit-background-size: 5px 7px;
	overflow: hidden;
	}

.link_list  li{
	float: left;
	width: 29%;
	padding: 1.5% 2%;
	}

.link_list li a {
	color: #000;
	text-decoration: none;
	display: block;
	}

.link_list #return_page {
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
	}


.link_list #prev_page a{
	background:url(../images_common/link_arrow04.png) no-repeat left;
	background-size: 4px 7px;
	-webkit-background-size: 4px 7px;
}

.link_list #next_page a{
	background:url(../images_common/link_arrow01.png) no-repeat right;
	background-size: 5px 7px;
	-webkit-background-size: 5px 7px;
}

.link_title {
	line-height: 1.4;
	font-size: 14px;
}

.link_title span {
	color: #1b7cc8;
}

.headline {
	background: #e7fcff;
}

.headline h2 {
	border-left: 5px solid #245ec0;
}

