﻿@charset "utf-8";

/* -----------------------------------------------------------
	Version: 1.0～3
	Comment: 新着情報設定
----------------------------------------------------------- */

/* 
 newsStyle [
----------------------------------------------------------- */
.newsBlock {
	width: 622px;
	margin-left: 15px;
	}

.newsBlock div {
    max-width: 100%!important;
}
	
.newsBlock p {
	font-size: 15px;
	line-height: 22px;
	color: #666;
	padding-bottom: 20px;
	}

.comm {
	margin-top:22px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-center: auto;
}

div.post img {
	border: none;
}

.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}

.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;
}

.comm {
	clear: both;
}

.wp-caption {
	border: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 5px;
	margin-top: 10px;
}
/*
 研究係（上田が追加）newsStyle [
----------------------------------------------------------- */
.newsBlock ul {
	margin-top:0px;
	padding-top:0px;

}
.newsBlock li {
	list-style-type:disc;
	margin-top:0px;
	margin-left:2.5em;
	margin-right:1em;
	margin-bottom:0.4em;
	font-size: 15px;
	line-height: 22px;
	color: #666;
	padding-bottom: 2px;
}
.newsBlock h4 {
	font-size: 17px;
	font-weight: bold;
	background-image: url(../images/share/line.gif);
	background-repeat: no-repeat;
	color: #1F3AAB;
	background-position: bottom;
	margin-right: 15px;
	margin-left: 15px;  /* 15px; */
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom:15px;
	}
/*
セル内の文字と枠線との間隔（padding属性）がゼロの
　　　　　　　　　　　　　　　　　　テーブルレイアウト [
　　　　　　　　　　　　　　　　　2013.05.03 研究部（上田）
---------------------------------------------------------- */
.newsBlock .kenkyutable {
	padding:0px;
	margin-left:15px;
	margin-top:0px;
	text-align:left;
	border-collapse: collapse;
	border: 1px solid #cccccc;  /* #cccccc; */
	empty-cells:show;
	width:auto;
}

.newsBlock .kenkyuth {
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #666;
	background-color: #F5F5F5;
	text-align: left !important;
	padding-top: 0px; /* 10px */
	padding-right: 0px; /* 15px; */
	padding-bottom: 0px; /* 10px; */
	padding-left: 0px; /* 15px; */
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;  /* #CCC; */
	border-bottom-color: #ccc;  /* #CCC; */
	white-space: nowrap;
}

.newsBlock .kenkyutd {
	fontfamily:monospace;
	font-size: 14px;
	line-height: 16px;
	color: #666;
	text-align: left !important;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;  /* #CCC; */
	border-bottom-color: #ccc;  /* #CCC; */
}
/* .newsBlock div a {
	background-image: url(../images/share/point.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #1F39AB;
	} */