@charset "utf-8";

/* MainImage
-------------------- */
#PCMainImage {
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: 131px;
	margin-bottom: 10px;
}
#PCMainImageWrap {
	position: relative;
	left: 50%;
	top: 0;
	width: 1300px;
	margin-left: -650px;
}


/* トップタイトル
-------------------- */
#PageTitle {
    margin-top: 90px;
    height: 200px;
    background: url(../img/page/bg_sub_title.png) no-repeat;
    background-size: cover;
    text-align: center;
}
#PageTitle h1 {
    padding-top: 60px;
    font-size: 30px;
    font-weight: bold;
}






/* 汎用スタイル
-------------------- */
/* 見出し */
.contents h2 {
	position: relative;
	height: 65px;
	margin-bottom: 40px;
	padding-left: 30px;
	border-top: 1px solid #E3E7ED;
	border-bottom: 1px solid #E3E7ED;
	background: url(../img/top/bg_title.png) right no-repeat;
	font-size: 24px;
	line-height: 65px;
}
.contents h2:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '';
	height: 30px;
	width: 4px;
	margin-top: -15px;
	background: #00A0D9;
}
.contents h3 {
	position: relative;
	margin: 40px 0 20px;
    padding-left: 20px;
    font-size: 20px;
}
.contents h3:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '';
	height: 8px;
	width: 8px;
	margin-top: -4px;
	background: #00A0D9;
}
.contents h4 {
	margin: 30px 0 10px;
    font-weight: bold;
}
.contents h4.list-style {
	display: list-item;
	list-style-type: square;
	list-style-position: inside;
}


/* 文章 */
.contents p {
    margin-bottom: 20px;
	line-height: 2;
}
.contents .txt-copy {
	font-size: 24px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}



.contents dl {
	margin-bottom: 50px;
}
.contents dt {
	margin-bottom: 10px;
	line-height: 2;
}
.contents dd {
	margin-bottom: 20px;
	line-height: 2;
}

.contents .list-style li {
	margin-left: 10px;
	padding-left: 20px;
	background: url(../img/common/icn_circle.png) left 7px no-repeat;
	line-height: 2;
}


/* カテゴリー一覧画像 */
.category-list {
}
.category-list li {
	width: 320px;
	margin-bottom: 20px;
}
.category-list li:nth-child(odd) {
	clear: both;
	float: left;
}
.category-list li:nth-child(even) {
	float: right;
}
.category-list .img-photo {
	margin-bottom: 15px;
}
.category-list h3 {
	margin: 0 0 10px;
	padding-left: 25px;
	background: url(../img/common/icn_ttl_category.png) left no-repeat;
	font-size: 18px;
}
.category-list h3 a {
	color: #333;
	text-decoration: none;
}
.category-list h3 a:hover {
	text-decoration: underline;
}
.category-list p {
	line-height: 1.5;
}





/* サイドバー
-------------------- */
.side h2 {
}
.widget {
    margin-bottom: 30px;
}


/* ローカルナビ */
.widget-local-navi > ul {
	margin: 0 -2px;
	padding: 0 2px 15px;
	background: url(../img/side/bg_local_navi.png) bottom center no-repeat;
}
.widget-local-navi > ul > li {
    border-bottom: 1px dotted #CCCCCC;
}
.widget-local-navi li a {
    display: block;
    padding: 16px 10px 16px 16px;
    background: url(../img/common/icn_arrow_01.png) 93% center no-repeat;
    text-decoration: none;
    color: #333;
}
.widget-local-navi li a:hover {
	color: #CC3300;
}
.widget-local-navi li:last-child {
    border-bottom: none;
}

	/* ローカルナビ2層 */
	.widget-local-navi ul ul {
		margin-left: 16px;
		margin-bottom: 10px;
	}
	.widget-local-navi ul ul li a {
		padding: 0px 10px 5px 20px;
		font-size: 13px;
	}


.blog-widget h2 {
}
.blog-widget ul {
}
.blog-widget li {
	padding: 10px 0 !important;
	border-bottom: 1px dashed #ccc !important;
	line-height: 1.2;
}
.blog-widget li a {
	color: #1D4C86;
	text-decoration: none;
}
.blog-widget li a:hover {
	color: #00A0D9;
	text-decoration: underline;
}











/* ブログスタイル
-------------------- */
.blog h3.title-blog {
	height: auto;
	margin-bottom: 0;
	padding: 0;
	font-size: 28px;
	line-height: 1.2;
}
.blog h3.title-blog::before {
	display: none;
}
.blog .title-list {
	margin: 30px 0;
}
.blog .title-list ul {
}
.blog .title-list li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}
.blog .title-list li a {
	text-decoration: none;
}
.blog .title-list .eyecatch {
	margin-bottom: 10px;
}
.blog .title-list .date {
	display: block;
	margin-bottom: 0;
	color: #666666;
	text-align: left;
}
.blog .title-list .title {
	display: block;
	font-size: 16px;
}

.blog .paper-list {
  margin: 30px 0;
}
.blog .paper-list ul {
  display: flex;
  flex-wrap: wrap;
}
.blog .paper-list li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 50px;
  list-style-image: none;
}
.blog .paper-list li:nth-child(3n) {
  margin-right: 0
}
.blog .paper-list li a {
  text-decoration: none;
}
.blog .paper-list .eyecatch {
  margin-bottom: 10px;
}
.blog .paper-list .date {
  display: block;
  margin-bottom: 0;
  color: #666666;
  text-align: center;
}
.blog .paper-list .title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.blog .report-box {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px dashed #ccc;
}

.blog .date {
	margin-bottom: 20px;
	color: #666666;
	text-align: right;
}
.blog #post-detail {
    margin-bottom: 30px;
}
.blog .more {
    text-align: right;
}
.blog .more a {
    display: inline-block;
    width: 130px;
    margin: 10px 0;
    padding: 6px 10px 6px 20px;
    background: #649ddb url(../img/common/icn_arrow01.png) 10px center no-repeat;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
}
.blog .more a:hover {
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
}
.blog .meta {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px dashed #ccc;
}
.blog .tag a {
    display: inline-block;
    margin-right: 2px;
}
.blog .eye-catch {
    margin-bottom: 30px;
}

/* コメントスタイル */
#BlogCommentList {
    margin-bottom: 50px;
}
#CommentForm input[type=text] {
    margin: 0 10px 4px 2px;
    padding: 2px;
    font-size: 15px;
}

/* キャプチャー */
input#BlogCommentAuthCaptcha {
	width: 120px;
	height: 24px;
	margin-bottom: 16px;
}
img.auth-captcha-image {
	margin-bottom: 6px;
}
.auth-captcha {
	margin: 20px 0;
	color: #fff;
	text-align: center;
}
.submit {
	text-align: center;
}

/* ボタンスタイル */
.button {
	font-size:15px;
	font-weight:normal;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	padding:5px 15px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #f9f9f9 7%, #e9e9e9 98% );
	background:-ms-linear-gradient( top, #f9f9f9 7%, #e9e9e9 98% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(7%, #f9f9f9), color-stop(98%, #e9e9e9) );
	background-color:#f9f9f9;
	color:#666666;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
    cursor: pointer;
}
.button:hover {
	background:-moz-linear-gradient( center top, #e9e9e9 7%, #f9f9f9 98% );
	background:-ms-linear-gradient( top, #e9e9e9 7%, #f9f9f9 98% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(7%, #e9e9e9), color-stop(98%, #f9f9f9) );
	background-color:#e9e9e9;
}
.button:active {
	position:relative;
	top:1px;
}


/* baser system style
-------------------- */
	/* ContentsNavi */
#contentsNavi,
#ContentsNavi {
	margin: 50px 0 20px;
	text-align: center;
}
#contentsNavi a,
#ContentsNavi a {
	color: #333;
}

	/* pagination */
.pagination {
	margin: 60px 0;
	text-align: center;
	font-size: 12px; font-size: 1.2rem;
}
.pagination span.disabled,
.pagination span.prev a,
.pagination span.next a {
	margin: 0 20px;
	color: #333;
}
.pagination span.current,
.pagination span.number a {
	margin: 0 4px;
	padding: 7px 10px;
	background: #dedede;
	color: #fff;
	text-decoration: none !important;
}
.pagination span.current,
.pagination span.number a:hover {
	background: #666;
}
.pagination a:active {
	background: #666;
}

/* ContactForm
-------------------- */
.contact-form input[type=text] {
    margin: 0 10px 4px 2px;
    padding: 2px;
    font-size: 15px;
}
.form-s {
    width: 20%;
}
.form-m {
    width: 50%;
}
.form-l {
    width: 90%;
}

.mail-before-attachment {
}
.mail-after-attachment {
}
.mail-description small {
}

.submit {
	margin: 30px 0;
	text-align: center;
}
.submit input.button {
	font-size: 15px;
	cursor: pointer;
}
.auth-captcha {
	margin: 30px 0;
	text-align: center;
}
.mail-description {
	margin-bottom: 10px;
}
#flashMessage {
	margin-bottom: 10px;
}
.alert-message {
    color: #c00;
}


@media screen and (max-width: 640px) {
	.form-contact table {
		box-sizing: border-box;
	}
	.form-contact tr {
		display: block;
		margin-bottom: 1.5em;
	}
	.form-contact th {
		padding: 5px 10px;
		background: #999;
		color: #fff;
	}
	.form-contact th,
	.form-contact td {
		display: list-item;
		width: auto;
		border: none;
	}
	.form-contact td textarea {
		width: 100%;
	}
}



.b-border {
	padding: 30px;
	border: 4px solid #00A0D9;
}


.btn {
	padding: 15px 30px;
	background: #00A0D9;
	border: 1px solid #DDD;
	color: #FFF;
	text-shadow: -1px -1px 1px rgba(255,255,255,0.5),1px 1px 1px rgba(0,0,0,0.5);
	text-decoration: none;
	font-size: 18px;
}
.btn:hover, .btn:active, .btn:visited {
	color: #FFF;
}


#MemberPaper {
	margin: 50px 0;
	text-align: center;
}












