@charset "utf-8";

/*========================================================

Common Style

========================================================*/

html {
	font-size: 62.5%;
}

body {
	line-height: 1.75;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	color: #333333;
	letter-spacing: 0;
	text-align: center;
	background: url('../img/body-bg.png') 0 0 repeat-x;
}

/* clearfix */
.clear {
	zoom: 1;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
}

/* anchor */
/*a {
	color:#3366CC;
	text-decoration:none;
	display: block;
}*/

/*a:visited {
	color:#660099;
	text-decoration:none;
}*/

.outer-link .icon {
	background: url(../img/icon-outer-link.png) no-repeat right center;
	padding-right: 12px;
}

.en {
	font-family: Verdana, Arial, sans-serif;
}

.required {
	color: #DF2020;
	font-weight: bold;
}

/* error_message */
.error_message {
	background-color: #FBF2F4;
	color: #A00952;
	margin: 1em 0;
	padding: 5px 10px;
}

/* pagenation */
.pagenation {
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 2em 0;
}

.pagenation li {
	display: inline-block;
	padding-right: 10px;
	/display: inline;
	/zoom: 1;
	color: #0066CC;
}

.pagenation li a {
	color: rgb(56, 56, 56);
	border: 1px solid #cccccc;
	padding: 4px 8px;
	text-decoration: none;
}

.pagenation .current_page a {
	background-color: #F1F7FC;
	border: 1px solid #cccccc;
}

.pagenation li a:hover {
	background-color: #F1F7FC;
}

/* widget */
.wid-type-box {
	position: relative;
	display: block;
	margin: 0 0 1em 0;
	background: url(../img/general-pattern-check.png) 0 0 repeat;
}

.wid-tit {
	position: absolute;
	padding: 5px 10px;
	display: block;
	width: 230px;
	/*250px*/
	color: #002C4C;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	border-top: 4px solid #242373;
}

#cont-col-sub .wid-tit {
	width: 240px;
	/*260px*/
}

.wid-body {
	border: 1px solid #ccc;
	border-top: none;
	padding: 40px 4px 2px;
}

/* ------------------------------------------------------ */
/* wid-type-list */

.wid-type-list .wid-tit {
	border-top-color: #3E92D0;
}

.wid-type-list .wid-body {
	padding-bottom: 4px;
	overflow: hidden;
}

.wid-type-list .wid-body .list-wrap {
	padding: 0 7px;
	background-color: #FFF;
	font-size: 12px;
	font-size: 1.2rem;
}

.wid-type-list .wid-body .list {
	padding: 8px 0 8px 15px;
	background-color: #FFF;
	border-bottom: 1px dotted #ccc;
	background: url(../img/icon-arrow-03.png) 4px 14px no-repeat;
}

.wid-type-list .wid-body .list:last-child {
	border-bottom: none;
}

.wid-type-list .wid-body .link {
	margin: 0 8px 0 0;
}

.wid-type-list .wid-body .count {
	text-decoration: none;
	color: #333333;
}

.wid-type-list .list-group {
	position: relative;
	overflow: hidden;
	height: 37px;
	border-bottom: 1px dotted #ccc;
	background: url(../img/icon-arrow-down-01.png) 214px 17px no-repeat;
}

.wid-type-list .list-group:last-child {
	border-bottom: none;
}

.wid-type-list .list-group-tit-link {
	float: left;
	display: block;
	width: 100%;
	padding: 8px 0 8px 15px;
	background: url(../img/icon-arrow-03.png) 4px 14px no-repeat;
}

.wid-type-list .list-group .open-sub-category {
	position: absolute;
	top: 3px;
	right: 0;
	display: block;
	width: 30px;
	height: 30px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

.wid-type-list .list-child-wrap {
	clear: both;
}

/* ------------------------------------------------------ */

#monthly-archive-list .list-group-tit-link {
	color: #2A77AC;
	text-decoration: none;
	font-weight: bold;
	padding-left: 2px;
	background: none;
}

/*#monthly-archive-list  .list-group:first-child {
	height: auto;
}*/

#monthly-archive-list .wid-body .list:first-child {
	border-top: 1px dotted #ccc;
}

/* ------------------------------------------------------ */

#category-list .list-group-tit-link {
	width: auto;
	margin-right: 8px;
}

#category-list .list-group .count {
	display: block;
	padding-top: 8px;
}

#category-list .list-child-wrap .count {
	display: inline;
}

#category-list .list-child-wrap .list {
	border-bottom: none;
	padding: 4px 0 4px 15px;
	margin-left: 10px;
}

/* ------------------------------------------------------ */

#related-link-list .list-group {
	height: auto;
	background-image: none;
}

/* ------------------------------------------------------ */
/* wid-entry-list */

.wid-entry-list {
	position: relative;
}

.wid-entry-list .list-wrap {
	margin: 1em 0;
}

.wid-entry-list .list {
	margin-top: 15px;
	padding-bottom: 5px;
	font-size: 12px;
	font-size: 1.2rem;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
}

.wid-entry-list .date {
	display: block;
	float: left;
	width: 90px;
	padding-left: 10px;
	font-weight: bold;
	background: url(../img/icon-arrow-03.png) 0 6px no-repeat;
}

.wid-entry-list .title {
	display: block;
	float: left;
	width: 300px;
}

.wid-entry-list .link-to-list-page,
.recent-entries .link-to-list-page {
	position: absolute;
	top: 12px;
	right: 18px;
	font-size: 12px;
	font-size: 1.2rem;
}

.wid-entry-list .link-to-list-page:after,
.recent-entries .link-to-list-page:after {
	content: " ≫";
}

/* ------------------------------------------------------ */
/* wid-message */

.wid-message {
	margin: 1.5em 0;
}

.wid-message .wid-tit {
	color: #333;
	border-top: none;
	border-bottom: 1px solid #CFE4F3;
	background: url(../img/icon-tit-marker.png) 3px 4px no-repeat;
	padding: 0 0 0 23px;
}

.wid-message .wid-body {
	border: none;
}

/* ------------------------------------------------------ */

.bank-account {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 9px 0 7px 3px;
}

.bank-account dt {
	background: url(../img/icon-arrow-02.png) 0 7px no-repeat;
	padding: 0 0 0 10px;
}

.bank-account dd {
	padding: 0 0 0 10px;
	color: rgb(44, 134, 201);
}

/* ------------------------------------------------------ */

.list-style-arrow {
	margin: 0.5em 0;
}

.list-style-arrow li {
	background: url(../img/icon-arrow-02.png) 0 7px no-repeat;
	padding: 0 0 0 10px;
}

/*========================================================

Contents layout

========================================================*/

#header,
#footer {
	min-width: 980px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	position: relative;
}

#header {
	height: 152px;
}

#footer {
	width: 100%;
}

#content {
	position: relative;
	text-align: left;
	margin: 0 auto 3em;
	background: url('../img/cont-bg.png') 0 0 repeat-x;
}

#cont-inner-wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

#cont-main {
	width: 685px;
	float: right;
	padding: 16px 0 0 0;
}

#cont-sub {
	width: 250px;
	float: left;
	padding: 24px 0 0 0;
}

#cont-col-main {
	position: relative;
	width: 685px;
}

#cont-col-sub {
	display: none;
	width: 260px;
	overflow: hidden;
}

.cont-sub-group {
	margin: 1.5em 0 2.5em;
}

#cont-col-sub .cont-sub-group {
	margin: 1.5em 0;
}

/*========================================================

Header

========================================================*/

#site-name {
	position: relative;
	width: 980px;
	margin: 0 auto;
	border-top: 5px solid #005595;
}

#site-name a {
	position: absolute;
	top: 27px;
	left: 0;
	display: block;
	width: 306px;
	height: 43px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url('../img/site-name-header.png') 0 0 no-repeat;
}

/* ------------------------------------------------------ */

#nav-global {
	position: absolute;
	top: 97px;
	left: 0;
	width: 100%;
	height: 54px;
	margin: 0;
	padding: 1px 0 0;
	background: url('../img/gnav-bg.png') 0 0 repeat-x;
	/*border-top: 1px solid #ccc;*/
	/*border-bottom: 4px solid #242373;*/
	overflow: hidden;
}

#nav-global ul {
	width: 980px;
	height: 55px;
	margin: 0 auto;
	overflow: hidden;
}

#nav-global li {
	float: left;
	border-left: 1px solid #ccc;
}

#nav-global li:last-child {
	border-right: 1px solid #ccc;
}

#nav-global .link {
	position: relative;
	color: #333333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	display: table-cell;
	width: 162px;
	height: 49px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

#nav-global .link-disable {
	cursor: default;
	color: rgb(185, 185, 185);
	/*background-color: rgb(238, 238, 238);*/
}

#nav-global .arrow {
	position: absolute;
	bottom: -4px;
	left: 79px;
	display: block;
	width: 5px;
	height: 3px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background: url(../img/gnav-arrow-down.png) 0 0 no-repeat;
}

/* ------------------------------------------------------ */

#header-nav-support {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

#header-nav-support a,
#header-nav-support a:visited {
	color: #333333;
	text-decoration: none;
}

#header-nav-support ul {
	position: absolute;
	top: 60px;
	right: 0;
}

#header-nav-support li {
	float: left;
	margin: 0 0 0 17px;
	font-size: 12px;
	font-size: 1.2rem;
}

#header-nav-support li a {
	padding: 0 0 0 10px;
	background: url(../img/icon-arrow-03.png) 0 6px no-repeat;
}

/* ------------------------------------------------------
	Yahoo！ Custom Search
 ------------------------------------------------------ */

/*#srchBox {
    width: 298px;
    _width: 296px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #EEEEEE;
    color: #000000;
    text-align: left;
}*/

#srchBox * {
	margin: 0;
	padding: 0;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

#srchBox a img {
	border: none
}

/*#srchBox #srch {
    padding: 10px 10px 0 10px
}*/

#srchBox #srch #srchForm {
	white-space: nowrap
}

#srchBox #srchInput {
	/*width: 188px;*/
	margin-right: 6px;
	vertical-align: bottom;
}

#srchBox #srchBtn {
	width: 80px
}

*html #srchBox #srchBtn {
	padding-top: 2px
}

*:first-child+html #srchBox #srchBtn {
	padding-top: 2px
}

#srchBox ul {
	margin-top: 6px;
	text-align: left;
}

#srchBox li {
	list-style-type: none;
	display: inline;
	zoom: 1;
	padding-right: 10px;
}

#srchBox li input {
	zoom: 1;
	margin-right: 2px;
	_margin: -4px 0 -4px -4px;
	vertical-align: middle;
	border: 0;
}

*:+html #srchBox li input {
	margin: -4px 0 -4px -4px
}

#srchBox #srchLogo {
	margin: 6px 6px 6px 0;
	text-align: right;
}

#srchBox #srchLogo a {
	color: #666666;
	text-decoration: none;
	font-size: 85%;
}

#srchBox #srchLogo a:hover {
	text-decoration: underline
}

#srchBox.watermark {
	padding-bottom: 6px
}

#srchBox.watermark #srchInput {
	padding: 1px 1px 2px 1px;
	border: 1px solid #a5acb2;
	background: #fff url(http://i.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
}

#srchBox.watermark #srchInput.nomark {
	background: #fff
}

#srchBox.watermark #srchLogo {
	display: none
}

/* ------------------------------------------------------ */

#form-search {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

#form-search #srchBox {
	position: absolute;
	top: 15px;
	right: 0;
	height: 31px;
	overflow: hidden;
}

#form-search form {
	background-color: #F3F3F3;
	padding: 6px 7px 6px 18px;
}

#form-serch-keyword {
	font-size: 12px;
	font-size: 1.2rem;
}

#form-serch-keyword input {
	margin: 0 3px 0 12px;
}

#form-serch-submit {
	width: 60px;
	height: 23px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background: url(../img/form-serch-submit-bg.png) 0 0 no-repeat;
	border: none;
}

/* ------------------------------------------------------
	Google Custom Search
 ------------------------------------------------------ */

#form-search #srchBox {
	width: 300px;
}

#___gcse_0 {
	width: 90%;
}

#srchBox .cse .gsc-control-cse,
#srchBox .gsc-control-cse {
	background-color: transparent !important;
	border: none !important;
}

.gsc-search-button {
	padding: 0 6px !important;
}

.gsc-input-box {
	width: 96%;
}

/*========================================================

Sidebar

========================================================*/

/* ------------------------------------------------------ */
/* member-list */

#member-list .member {
	padding: 1px;
	margin: 0 0 5px 0;
	background-color: #FFF;
	border: 1px solid #ccc;
}

#member-list .member .info {
	width: 231px;
	height: 63px;
	position: relative;
	border-left: 5px solid #3E92D0;
	background: url(../img/icon-arrow-04.png) 223px 28px no-repeat;
}

#member-list .member a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background: 0 0 no-repeat;
}

#member-list .member .photo {
	top: 5px;
	left: 6px;
	width: 50px;
	height: 50px;
	text-indent: 0;
	border: 1px solid #ccc;
	background-image: url(../img/member-dummy-photo.png);
}

#member-list .member .name {
	top: 9px;
	left: 65px;
	width: 153px;
	height: 20px;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #003366;
}

#member-list .member .area {
	top: 38px;
	left: 65px;
	width: 153px;
	height: 20px;
}

#member-list .member .facebook,
#member-list .member .facebook-none {
	top: 39px;
	left: 175px;
	width: 17px;
	height: 17px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background-image: url(../img/member-icon-facebook.png);
}

#member-list .member .facebook-none {
	position: absolute;
	background-image: url(../img/member-icon-facebook-none.png);
}

#member-list .member .twitter,
#member-list .member .twitter-none {
	top: 39px;
	left: 200px;
	width: 17px;
	height: 17px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background-image: url(../img/member-icon-twitter.png);
}

#member-list .member .twitter-none {
	position: absolute;
	background-image: url(../img/member-icon-twitter-none.png);
}

/* ------------------------------------------------------ */

#member-list .maekubo .name {
	background-image: url(../img/member-maekubo-name.png);
}

#member-list .maekubo .area {
	background-image: url(../img/member-maekubo-area.png);
}

/* ------------------------------------------------------ */

#member-list .kamine .name {
	background-image: url(../img/member-kamine-name.png);
}

#member-list .kamine .area {
	background-image: url(../img/member-kamine-area.png);
}

/* ------------------------------------------------------ */

#member-list .mitsunaga .name {
	background-image: url(../img/member-mitsunaga-name.png);
}

#member-list .mitsunaga .area {
	background-image: url(../img/member-mitsunaga-area.png);
}

/* ------------------------------------------------------ */

#member-list .shimada .name {
	background-image: url(../img/member-shimada-name.png);
}

#member-list .shimada .area {
	background-image: url(../img/member-shimada-area.png);
}

/* ------------------------------------------------------ */

#member-list .harada .name {
	background-image: url(../img/member-harada-name.png);
}

#member-list .harada .area {
	background-image: url(../img/member-harada-area.png);
}

/* ------------------------------------------------------ */

#member-list .yamauchi .name {
	background-image: url(../img/member-yamauchi-name.png);
}

#member-list .yamauchi .area {
	background-image: url(../img/member-yamauchi-area.png);
}

/* ------------------------------------------------------ */

#member-list .nishiwaki .name {
	background-image: url(../img/member-nishiwaki-name.png);
}

#member-list .nishiwaki .area {
	background-image: url(../img/member-nishiwaki-area.png);
}

/* ------------------------------------------------------ */

#member-list .sako .name {
	background-image: url(../img/member-sako-name.png);
}

#member-list .sako .area {
	background-image: url(../img/member-sako-area.png);
}

/* ------------------------------------------------------ */

#member-list .hamada .name {
	background-image: url(../img/member-hamada-name.png);
}

#member-list .hamada .area {
	background-image: url(../img/member-hamada-area.png);
}

/* ------------------------------------------------------ */

#member-list .narumiya .name {
	background-image: url(../img/member-narumiya-name.png);
}

#member-list .narumiya .area {
	background-image: url(../img/member-narumiya-area.png);
}

/* ------------------------------------------------------ */

#member-list .baba .name {
	background-image: url(../img/member-baba-name.png?v=20220107);
}

#member-list .baba .area {
	background-image: url(../img/member-baba-area.png);
}

/* ------------------------------------------------------ */

#member-list .honjo .name {
	background-image: url(../img/member-honjo-name.png);
}

#member-list .honjo .area {
	background-image: url(../img/member-honjo-area.png);
}

/* ------------------------------------------------------ */

#member-list .uehara .name {
	background-image: url(../img/member-uehara-name.png);
}

#member-list .uehara .area {
	background-image: url(../img/member-uehara-area.png);
}

/* ------------------------------------------------------ */

#member-list .morishita .name {
	background-image: url(../img/member-morishita-name.png);
}

#member-list .morishita .area {
	background-image: url(../img/member-morishita-area.png);
}

/* ------------------------------------------------------ */

#member-list .nishiyama .name {
	background-image: url(../img/member-nishiyama-name.png);
}

#member-list .nishiyama .area {
	background-image: url(../img/member-nishiyama-area.png);
}

/* ------------------------------------------------------ */

#member-list .mizutani .name {
	background-image: url(../img/member-mizutani-name.png);
}

#member-list .mizutani .area {
	background-image: url(../img/member-mizutani-area.png);
}

/* ------------------------------------------------------ */

#member-list .mori .name {
	background-image: url(../img/member-mori-name.png);
}

#member-list .mori .area {
	background-image: url(../img/member-mori-area.png);
}

#cont-col-main .entry-body img.name_mori-yoshiharu {
	display: inline-block !important;
	margin: 0 0 5px;
}

/* ------------------------------------------------------ */

#member-list .tanaka .name {
	background-image: url(../img/member-tanaka-name.png);
}

#member-list .tanaka .area {
	background-image: url(../img/member-tanaka-area.png);
}

/* ------------------------------------------------------ */

#sirusi-banner {
	padding: 5px;
}

#sirusi-banner .link {
	display: block;
	width: 240px;
	height: 60px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background: 0 0 no-repeat;
	background-image: url(../img/bnr_sirusi-w240.png);
}

#cont-col-sub #sirusi-banner .link {
	width: 250px;
	background-image: url(../img/bnr_sirusi-w250.png);
}

/* ------------------------------------------------------ */

#parliament_repo_201903-banner {
	padding: 5px;
}

#parliament_repo_201903-banner .link {
	display: block;
	height: 60px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background: 0 0 no-repeat;
	width: 250px;
	background-image: url(../img/bnr_side_parliament_repo_201903.png);
}

/* ------------------------------------------------------ */

#disaster2018-banner {
	padding: 5px;
}

#disaster2018-banner .link {
	display: block;
	width: 240px;
	height: 60px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background: 0 0 no-repeat;
	background-image: url(../img/bnr_disasters-w240.png.png);
}

#cont-col-sub #disaster2018-banner .link {
	width: 250px;
	background-image: url(../img/bnr_disasters-w250.png);
}

/* ------------------------------------------------------ */

#huseishiryo2021-banner {
	padding: 5px;
}

#huseishiryo2021-banner .link {
	display: block;
	width: 240px;
	height: 60px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background: 0 0 no-repeat;
	background-image: url(../img/banner_huseishiryo2021_w240.png);
}

#cont-col-sub #huseishiryo2021-banner .link {
	width: 250px;
	background-image: url(../img/banner_huseishiryo2021_w250.png);
}

/* ------------------------------------------------------ */

#pickup-cont {
	padding: 5px;
}

#pickup-cont .bn {
	margin-bottom: 3px;
}

#pickup-cont .bn:last-child {
	margin-bottom: 0;
}

#pickup-cont .bn .link {
	display: block;
	width: 240px;
	height: 60px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background: 0 0 no-repeat;
}

/* ------------------------------------------------------ */

#pickup-cont .seisasku-kenkai .link {
	background-image: url(../img/bn-seisasku-kenkai-w240.png);
}

#pickup-cont .library .link {
	background-image: url(../img/bn-library-w240.png);
}

#pickup-cont .fukai-dayori .link {
	background-image: url(../img/bn-fukai-dayori-w240.png);
}

#pickup-cont .fukai-houkoku .link {
	background-image: url(../img/bn-fukai-houkoku-w240.png);
}

#pickup-cont .fukai-houkoku-pdf .link {
	background-image: url(../img/bn_20140901_fuseih_w250.png);
}

#pickup-cont .history60 .link {
	background-image: url(../img/bn-history60-w240.png);
}

/* ------------------------------------------------------ */

#cont-col-sub #pickup-cont .bn .link {
	width: 250px;
}

#cont-col-sub #pickup-cont .seisasku-kenkai .link {
	background-image: url(../img/bn-seisasku-kenkai-w250.png);
}

#cont-col-sub #pickup-cont .library .link {
	background-image: url(../img/bn-library-w250.png);
}

#cont-col-sub #pickup-cont .fukai-dayori .link {
	background-image: url(../img/bn-fukai-dayori-w250.png);
}

#cont-col-sub #pickup-cont .fukai-houkoku .link {
	background-image: url(../img/bn-fukai-houkoku-w250.png);
}

#cont-col-sub #pickup-cont .history60 .link {
	background-image: url(../img/bn-history60-w250.png);
}

/*========================================================

Content

========================================================*/

#breadcrumb {
	position: absolute;
	top: 135px;
	left: 0;
}

#breadcrumb a,
#breadcrumb a:visited {
	color: #333333;
	text-decoration: none;
}

#breadcrumb ul {
	overflow: hidden;
}

#breadcrumb li {
	float: left;
	margin: 0 10px 0 0;
	font-size: 12px;
	font-size: 1.2rem;
	background: url('../img/icon-arrow-06.png') right 5px no-repeat;
	padding: 0 15px 0 0;
}

#breadcrumb li:last-child {
	background: none;
}

#cont-eyecatch {
	width: 685px;
	height: 126px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	margin: 0 0 40px 0;
	background: url('../img/cont-eyecatch-bg.png') 0 0 no-repeat;
}

/* ------------------------------------------------------ */

.cont-sub-group .cont-sub-tit {
	display: table-cell;
	height: 46px;
	width: 685px;
	padding-left: 1em;
	font-size: 16px;
	font-size: 1.6rem;
	/*	text-indent: 1em;*/
	vertical-align: middle;
	background: url('../img/cont-sub-tit-bg.png') 0 0 no-repeat;
}

#cont-col-main .entry-wrapper {
	position: relative;
	margin: 15px 0 0 0;
	padding: 20px 0 0 0;
}

.cont-type-index #cont-col-main .entry-wrapper,
.cont-type-archive #cont-col-main .entry-wrapper {
	margin: 15px 0 45px 0;
	padding: 20px 0 20px 0;
	border-bottom: 1px dotted rgb(0, 0, 0);
}

.cont-type-webpage #cont-col-main .entry-wrapper {
	margin: 0;
	padding: 0;
}

#entry-more {
	padding: 1em 0 0;
	border-top: 1px dotted #ccc;
	margin: 2em 0 0;
}

#cont-col-main .entry-header .title {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 20px 0;
	padding: 22px 0 5px 10px;
	line-height: 1.4;
	border-left: 3px solid #242373;
	border-bottom: 1px solid #242373;
}

#cont-col-main .entry-header .social {
	position: absolute;
	top: 0;
	left: 0;
	width: 486px;
	height: 21px;
	padding: 4px 1px 3px 10px;
	font-size: 12px;
	font-size: 1.2rem;
	background-color: #F9F9F9;
}

#cont-col-main .entry-header .social .btn {
	float: left;
}

#cont-col-main .entry-header .social .twitter {
/*	width: 105px;*/
	margin-right: 10px;
}

#cont-col-main .entry-header .read-time {
	position: absolute;
	top: 0;
	right: 0;
	width: 170px;
	height: 21px;
	padding: 4px 1px 3px 10px;
	font-size: 12px;
	font-size: 1.2rem;
	background-color: #F1F7FC;
}

#cont-col-main .entry-header .date {
	position: absolute;
	top: 38px;
	left: 13px;
	color: #002C4C;
	font-weight: bold;
}

#cont-col-main .entry-header .category {
	position: absolute;
	top: 38px;
	left: 140px;
	color: #002C4C;
	font-weight: bold;
}

/* ------------------------------------------------------ */

#cont-col-main .entry-body {
	overflow: hidden;
}

.cont-type-webpage #cont-col-main .entry-body {
	margin: 20px 0 0 0;
}

/* ------------------------------------------------------ */

#cont-col-main .entry-body .pdf-link {
	display: block;
	background: #F5F5F5 url(../img/icon-pdf.png) no-repeat 15px center;
	margin: 2em 0;
	padding: 25px 25px 25px 70px;
	font-weight: bold;
}

#cont-col-main .link-more:after {
	font-size: 12px;
	font-size: 1.2rem;
}

#cont-col-main .link-more:after {
	content: " ≫";
}

/* ------------------------------------------------------ */

#cont-col-main .more {
	text-align: right;
	overflow: hidden;
	margin: 1em 0 2em;
}

#cont-col-main .more-link {
	display: block;
	padding: 2px 8px;
	background-color: rgb(245, 245, 245);
	float: right;
	border-radius: 5px;
	text-decoration: none;
}

/* ------------------------------------------------------ */

#cont-col-main .entry-body h1,
.cont-type-webpage #cont-col-main .entry-body h2 {
	color: #2A77AC;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 2em 0 1em;
	padding: 7px 0 5px 10px;
	line-height: 1.4;
	border-left: 3px solid #3399CC;
	border-bottom: 1px solid #CCCCCC;
}

#cont-col-main .entry-body h2 {
	color: #2A77AC;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 2em 0 1em;
	padding: 2px 0 2px 7px;
	line-height: 1.4;
	border-left: 3px solid #3399CC;
}

#cont-col-main .entry-body h3 {
	color: #2A77AC;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 2em 0 1em;
	padding: 0 0 3px 12px;
	line-height: 1.4;
	border-bottom: 1px dotted #CCCCCC;
	background: url('../img/icon-arrow-01.png') 0 5px no-repeat;
}

#cont-col-main .entry-body h4 {
	color: #2A77AC;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 2em 0 1em;
	padding: 0 0 0 15px;
	line-height: 1.4;
	background: url('../img/icon-arrow-02.png') 3px 6px no-repeat;
}

#cont-col-main .entry-body h5 {
	color: #2A77AC;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 2em 0 1em;
	padding: 0 0 0 0;
	line-height: 1.4;
}

#cont-col-main .entry-body h6 {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 2em 0 1em;
	padding: 0 0 0 0;
	line-height: 1.4;
}

/* ------------------------------------------------------ */

.cont-type-webpage #cont-col-main .entry-body h1 {
	margin: 20px 0;
	padding: 5px 0 6px 10px;
	border-left: 3px solid #242373;
	border-bottom: 1px solid #242373;
}

/* ------------------------------------------------------ */

#cont-col-main .entry-body p {
	margin: 1em 0;
}

#cont-col-main .entry-body strong {
	font-weight: bold;
}

#cont-col-main .entry-body em {
	color: #DF2020;
	font-weight: bold;
}

#cont-col-main .entry-body sub,
#cont-col-main .entry-body sup {
	font-size: 10px;
	font-size: 1rem;
}

#cont-col-main .entry-body ul {
	margin: 1em 0 1em 2em;
	font-size: 12px;
	font-size: 1.2rem;
}

#cont-col-main .entry-body ul li {
	list-style: disc outside;
}

#cont-col-main .entry-body ol {
	margin: 1em 0 1em 2em;
	font-size: 12px;
	font-size: 1.2rem;
}

#cont-col-main .entry-body ol li {
	list-style: decimal outside;
}

#cont-col-main .entry-body dl {
	margin: 1em 0;
}

#cont-col-main .entry-body dt {
	margin-top: 1em;
	font-weight: bold;
}

#cont-col-main .entry-body dd {
	margin-top: 0.25em;
}

#cont-col-main .entry-body blockquote {
	position: relative;
	margin: 3em 0 2em;
	padding: 15px 15px;
	background-color: #F5F5F5;
}

#cont-col-main .entry-body blockquote span:first-child.quote {
	position: absolute;
	top: -18px;
	left: 7px;
	display: block;
	width: 27px;
	height: 25px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url('../img/icon-blockquote.png') 0 0 no-repeat;
}

#cont-col-main .entry-body hr {
	border: 0;
	border-bottom: 1px dotted #CCC;
	margin: 2em 0;
}

#cont-col-main .entry-body .alignleft {
	text-align: left;
}

#cont-col-main .entry-body .aligncenter {
	text-align: center;
}

#cont-col-main .entry-body .alignright {
	text-align: right;
}

#cont-col-main .entry-body div.alignleft,
#cont-col-main .entry-body img.alignleft {
	display: block;
	float: left;
	margin: 0 15px 15px 0;
}

#cont-col-main .entry-body img.aligncenter {
	display: block;
	margin: 0 auto;
	padding-bottom: 0.5em;
}

#cont-col-main .entry-body div.alignright,
#cont-col-main .entry-body img.alignright {
	display: block;
	float: right;
	margin: 0 0 10px 10px;
}

#cont-col-main .entry-body img,
#cont-col-main .entry-body .img {
	display: block;
	margin: 10px auto;
	max-width: 100%;
}

#cont-col-main .entry-body .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 7px 3px;
	margin: 13px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#cont-col-main .entry-body .wp-caption img {
	margin: 0;
}

#cont-col-main .entry-body .wp-caption-text {
	text-align: left;
	padding: 5px 5px 0;
}

/*--------------------------------------------------------*/
/* Table formats */

/* Default */
#cont-col-main .entry-body table {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 2em 0;
	font-size: 12px;
	font-size: 1.2rem;
}

#cont-col-main .entry-body table th,
#cont-col-main .entry-body table td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 10px;
}

#cont-col-main .entry-body table th {
	font-weight: bold;
	white-space: nowrap;
	background-color: #F3F3F3;
}

#cont-col-main .entry-body table caption {
	font-weight: bold;
	margin-top: 5px;
}

/* Style clear */
#cont-col-main .entry-body table.none,
#cont-col-main .entry-body table.none td,
#cont-col-main .entry-body table.none th {
	border: none;
	background: none;
}

#cont-col-main .entry-body table.none td,
#cont-col-main .entry-body table.none th {
	padding: 0;
	margin: 0;
}

/* ------------------------------------------------------ */

#cont-col-main .recent-entries {
	position: relative;
	margin: 3em 0 2em;
}

#cont-col-main .recent-entries>h1 {
	width: 685px;
	height: 42px;
	/*43px*/
	padding: 1px 0 0 25px;
	display: table-cell;
	vertical-align: middle;
	background: url(../img/cont-tit-recent-entries.png) 0 0 no-repeat;
}

#cont-col-main .recent-entries>ul {
	margin: 0.5m 0 1em;
}

#cont-col-main .recent-entries li {
	padding: 6px 0;
	border-bottom: 1px dotted #ccc;
}

#cont-col-main .recent-entries li a {
	display: block;
	padding: 6px 20px 6px 10px;
	border-left: 3px solid #4D61A0;
	background: url(../img/icon-arrow-03.png) right center no-repeat;
}

/*========================================================

Footer

========================================================*/

#footer a,
#footer a:visited {
	color: #333333;
	text-decoration: none;
}

#footer .jump-top {
	width: 980px;
	margin: 0 auto;
	text-align: right;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}

#footer .jump-top a {
	padding: 0 0 0 16px;
	background: url(../img/icon-jump-top.png) 0 6px no-repeat;
}

#footer-cont-menu {
	width: 980px;
	margin: -21px auto 0;
	font-size: 12px;
	font-size: 1.2rem;
	overflow: hidden;
}

#footer-cont-menu li {
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #ccc;
}

#footer-cont-menu li:last-child {
	border-right: none;
}

#footer-info-wrapper {
	height: 150px;
	margin: 0.75em 0 7px;
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	background: url(../img/footer-bg.png) center bottom repeat-x;
}

#footer-info-inner-wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

#footer-support-menu {
	position: absolute;
	top: 58px;
	left: 606px;
	font-size: 12px;
	font-size: 1.2rem;
}

#footer-support-menu a {
	padding: 0 0 1px 9px;
	background: url(../img/icon-arrow-05.png) left center no-repeat;
}

#footer-adobe-reader-info {
	position: absolute;
	top: 0;
	right: 0;
}

#footer-adress .site-name {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 239px;
	height: 110px;
	margin: 21px 0 19px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	border-right: 1px solid #CDCDCD;
	background: url(../img/footer-site-name.png) 28px 23px no-repeat;
}

#footer-adress .address-wrapper {
	position: absolute;
	top: 0;
	left: 256px;
	display: block;
	width: 330px;
	height: 88px;
	/*110*/
	margin: 13px 0 19px;
	padding: 22px 0 0 0;
	font-size: 12px;
	font-size: 1.2rem;
}

#footer-adress .address-wrapper .tit {
	color: #3F92D1;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}

#footer-adobe-reader-info {
	position: absolute;
	top: 0;
	right: 0;
	width: 180px;
	height: 110px;
	margin: 21px 0 19px;
	padding: 10px 15px 0 15px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.25;
	border-left: 1px solid #CDCDCD;
}

#footer-adobe-reader-info .banner {
	display: block;
	width: 159px;
	height: 39px;
	margin: 0 0 10px 0;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background: url(../img/get_adobe_reader.png) 0 0 no-repeat;
}

#copyright {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	font-size: 12px;
	font-size: 1.2rem;
}

#switch-pc-sp {
	display: table;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 auto 30px;
	padding: 5px 10px;
	background-color: #EEE;
	border-radius: 5px;
}

#switch-pc-sp li {
	float: left;
}

#switch-pc-sp li:after {
	content: " | ";
}

#switch-pc-sp li:last-child:after {
	content: "";
}

#switch-pc-sp a {
	padding: 5px;
}