@charset "utf-8";
/*
Theme Name: JSMES
Theme URI: http://bennevis.intl.chubu.ac.jp/blog/
Description: JSMES Official Theme
*/


/*-------------
base
-------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	vertical-align: top;
}
body {
	background: url(images/bg_body.png) repeat 0 0;
	font-size: 62.5%;
	font-family: "メイリオ",Meiryo,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック","MS PGothic",sans-serif;
}
a {
	color: #429ad2;
	outline: none;
}
a:hover {
	text-decoration; none;
}
ul,ol {
	list-style: none;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
table {
	width: 100%;
	margin-top: 12px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
}
th {
	width: 20%;
	padding: 10px;
	border: 1px solid #ccc;
	background: #55aeff;
	font-size: 1.1em;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
td {
	width: 80%;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
}
table.table1 td {
	width: 80%;
	padding-left: 20px;
	padding-right: 5px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.table2 th {
	width: 5%;
	padding: 5px;
	background: white;
	border: 0px;
	font-size: 1em;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}
.table2 td {
	width: 95%;
	padding: 5px;
	vertical-align: top;
}
.table3 td {
	width: 80%;
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

table.table4 {
	border: hidden;
	border-bottom: 1px dashed #ccc;
}
.table4 th {
	padding: 5px;
	background: white;
	border: 0px;
	font-size: 1em;
	font-style: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	border-bottom: 1px dashed #ccc;
}
.table4 td {
	width: 70%;
	padding-top: 10px;
	padding-left: 20px;
	vertical-align: bottom;
	border-bottom: 1px dashed #ccc;
}
table.table5 {
	border: hidden;
	border-bottom: 1px dashed #ccc;
}
.table5 th {
	padding: 5px;
	background: white;
	border: 0px;
	font-size: 1em;
	font-style: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	border-bottom: 1px dashed #ccc;
}.table5 td {
	width: 37%;
	padding-top: 10px;
	padding-left: 20px;
	vertical-align: bottom;
	border-bottom: 1px dashed #ccc;
}

/*-------------
header
-------------*/
#header {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #878787;
	background: #efeeeb url(images/bg_header.gif) repeat-x left top;
}
#header-inner {
	width: 960px;
	margin: 0 auto;
}
#header-top {
	height: 81px;
	font-size: 1.1em;
}
#header-top h1 {
	padding-top: 10px;
}
#header-top p {
	padding-top: 3px;
	color: #797979;
}
#header-top ul {
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: rihgt;
}
#header-top ul li {
	display: inline;
}
#header-top ul li a {
	padding: 3px 5px 2px;
	color: #fff;
	text-decoration: none;
}
#header-top ul a:hover {
	text-decoration: underline;
}
#header-top ul a.sitemap {
	padding-left: 18px;
	background: #00b5de url(images/icon_arr_white.gif) no-repeat 5px center;
}
#header-top ul a.rss {
	padding-left: 23px;
	background: #00b5de url(images/icon_rss.gif) no-repeat 5px center;
}

/*search*/
.search-form {
	padding-top: 10px;
}
.search-form input {
	vertical-align: middle;
}
.search-form #s {
	width: 135px;
	height: 18px;
	line-height: 18px;
	padding: 2px;
	background: #c7c7c7;
	border: 1px solid #c7c7c7;
	font-size: 1.1em;
}

/*breadcrumbs*/
.breadcrumbs {
	width: 960px;
	margin: 0 auto;
	text-align: right;
}

/*-------------
container
-------------*/
#container {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
}

/*-------------
contents
-------------*/
#contents {
	float: left;
	width: 670px;
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.5;
}
.box {
	margin-bottom: 15px;
	padding: 12px 13px;
	border: 1px solid #b1b1b1;
	background: #fff;
}
.box:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}
.section-header {
	position: relative;
}
.section-header h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c5c5c5;
}
.section-header p {
	position: absolute;
	top: 5px;
	right: 5px;
}
.section-header p a {
	padding-left: 15px;
	background: url(images/icon_arr_black.gif) no-repeat left center;
	font-size: 90%;
}


/*topics*/
#topics {
	clear: both;
}
#topics dl {
	padding: 0 15px;
}
#topics dt {
	float: left;
	clear: both;
	width: 95px;
	padding-top: 5px;
}
#topics dd {
	float: left;
	width: 500px;
	padding-top: 5px;
	padding-left: 15px;
}
#topics ul {
	margin-top: 5px;
	margin-left: -20px;
}
#topics ul li {
	float: left;
	margin-left: 40px;
	margin-top: 15px;
}
#topics ul li .term-link {
	margin-top 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	color: #999;
	font-size: 0.9em;
	text-align: right;
}
#topics ul li img {
	margin-bottom: 3px;
}
#topics ul li span {
	color: #999;
}
#topics ul li h3 {
	margin-bottom: 5px;
}

/*sitemap*/
.sitemap-inner {
	padding: 20px 30px;
}
.sitemap-inner h3 {
	padding-left: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	background: url(images/icon_h3.gif) no-repeat left 2px;
	font-size: 1.3em;
}
.sitemap-inner .menu {
	padding: 10px 20px 0;
	line-height: 1.8;
}
.sitemap-inner .menu li {
	margin-top: 15px;
	padding-left: 20px;
	background: url(images/icon_arr_black.gif) no-repeat left 8px;
	left: 8px;
	font-size: 1.2em;
}
.sitemap-inner .sub-menu {
	padding-left: 15px;
}
.sitemap-inner .sub-menu li {
	margin-top: 8px;
	padding-left: 12px;
	background: url(images/icon_arr_black2.gif) no-repeat left center;
	font-size: 0.9em;
}

/*contact form*/
.wpcf7-form input,
.wpcf7-form textarea {
	font-size: 1em;
}
.wpcf7-form .wpcf7-submit {
	width: 150px;
}

/*map*/
#map {
	margin-top: 20px !important;
	border: 1px solid #999;
}

/*-------------
sidebar
-------------*/
#sidebar {
	float: right;
	width: 275px;
	margin-bottom: 15px;
}
#sidebar #bnr li {
	margin-bottom: 5px;
}
#sidebar .side-nav {
	margin-bottom: 10px;
	border: 1px solid #b1b1b1;
	background-color: #fff;
	font-size: 1.2em;
}
#sidebar .side-nav ul {
	padding: 5px 10px 10px;
}
#sidebar .side-nav ul li {
	padding: 4px 0 4px 18px;
	border-bottom: 1px dotted #ccc;
	background: url(images/icon_circle_blue.gif) no-repeat left center;
}
#sidebar .free-space {
	margin-bottom: 10px;
	border: 1px solid #b1b1b1;
	background-color: #fff;
}
#sidebar .free-space h2 {
	padding: 6px 10px;
	background: url(images/bg_side_ttl_info.gif) no-repeat left bottom;
	color: #fff;
	font-size: 1.2em;
}
#sidebar .free-space .textwidget {
	padding: 10px;
	font-size: 1.2em;
}

/*-------------
footer
-------------*/
#footer {
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #aaa;
	background: #000;
}
#footer p {
	width: 960px;
	margin: 0 auto;
	font-size: 1.3em;
	color: #fff;
	text-align: center;
}

/*nav*/
#header-nav {
	clear: both;
}
#header-nav ul#menu-nav {
	height: 46px;
	background: url(images/bg_nav.gif) no-repeat left top;
}
#header-nav ul li.menu-item a {
	display: block;
	width: 160px;
	height: 46px;
	line-height: 46px;
	background: url(images/bg_nav_btn.gif) no-repeat left top;
	color: #333;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
	text-align: center;
}
#header-nav ul li.menu-item a:hover,
#header-nav ul li.current-menu-item a,
#header-nav ul li.current-menu-parent a.
#header-nav ul li.current-post-ancestor a {
	background: url(images/bg_nav_btn.gif) no-repeat left -46px;
}
#header-nav ul li {
	position: relative;
	z-index: 1;
	float: left;
}
#header-nav ul li ul.sub-menu {
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
}
#header-nav ul li:hover ul.sub-menu {
	display: block;
}
#header-nav ul li ul.sub-menu li {
	float: none;
}
#header-nav ul li ul.sub-menu li a {
	width: 120px;
	border: 1px solid #fff;
	borer-top: none;
	padding-left: 38px;
	background: #3ebdff url(images/icon_arr_subnav.gif) no-repeat 20px center;
	color: #fff;
	text-aligh: left;
}
#header-nav ul li ul.sub-menu li a:hover,
#header-nav ul li ul.sub-menu li.current-menu-item a,
#header-nav ul li ul.sub-menu li.current-menu-parent a {
	background: #8cdfff url(images/icon_arr_subnav.gif) no-repeat 20px center;
}

/*gra*/
#header-gra {
	clear: both;
}

/*pick-up*/
.pick-up {
	float: left;
	width: 302px;
}
.pick-up:first-child {
	margin-right: 10px;
}
.pick-up h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c5c5c5;
}
.pick-up h2.pick-info {
	background: url(images/icon_info.gif) no-repeat right 8px;
}
.pick-up h2.pick-seminar {
	background: url(images/icon_semi.gif) no-repeat right 8px;
}
.pick-up h2.pick-journal {
	background: url(images/icon_jrnl.gif) no-repeat right 8px;
}
.pick-up h2.pick-congress {
	background: url(images/icon_cong.gif) no-repeat right 8px;
}
.pick-up h2.pick-west_branch {
	background: url(images/icon_west.gif) no-repeat right 8px;
}
.pick-up h2.pick-east_brancht {
	background: url(images/icon_east.gif) no-repeat right 8px;
}
.pick-up h2 img {
	float: none !important;
}
.pick-up img {
	float: left;
	margin-right: 15px;
}
.pick-up .pick-inner {
	padding-left: 125px;
}
.pick-up .pick-inner span {
	display: block;
	padding-bottom: 5px;
	color: #999;
	text-align: right;
}

/*news*/
#news {
	clear: both;
}
#news dl {
	padding: 0 15px;
}
#news dt {
	float: left;
	clear: both;
	width: 95px;
	padding-top: 5px;
}
#news dd {
	float: left;
	width: 440px;
	padding-top: 5px;
	padding-left: 75px;
}
#news dd.info {
	background: url(images/icon_info.gif) no-repeat 0 8px;
}
#news dd.seminar {
	background: url(images/icon_semi.gif) no-repeat 0 8px;
}
#news dd.journal {
	background: url(images/icon_jrnl.gif) no-repeat 0 8px;
}
#news dd.congress {
	background: url(images/icon_cong.gif) no-repeat 0 8px;
}
#news dd.west_branch {
	background: url(images/icon_west.gif) no-repeat 0 8px;
}
#news dd.east_branch {
	background: url(images/icon_east.gif) no-repeat 0 8px;
}
.box-inner {
	margin: 20px 20px 10px;
}
.box-inner h3 {
	margin-bottom: 10px;
	padding-left: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	background: url(images/icon_h3.gif) no-repeat left 2px;
	font-size: 1.3em;
}
.box-inner h3 .ttl-info {
	display: block;
	padding-right: 55px;
	background: url(images/icon_info.gif) no-repeat right bottom;
}
.box-inner h3 .ttl-seminar {
	display: block;
	padding-right: 55px;
	background: url(images/icon_semi.gif) no-repeat right bottom;
}
.box-inner h3 .ttl-journal {
	display: block;
	padding-right: 55px;
	background: url(images/icon_jrnl.gif) no-repeat right bottom;
}
.box-inner h3 .ttl-congress {
	display: block;
	padding-right: 55px;
	background: url(images/icon_cong.gif) no-repeat right bottom;
}
.box-inner h3 .ttl-west_branch {
	display: block;
	padding-right: 55px;
	background: url(images/icon_west.gif) no-repeat right bottom;
}
.box-inner h3 .ttl-east_branch {
	display: block;
	padding-right: 55px;
	background: url(images/icon_east.gif) no-repeat right bottom;
}
.box-inner .data {
	color: #999;
	text-align: right;
}
.box-inner p {
	padding-bottom: 1em;
}
.box-inner ul {
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
}
.box-inner ul li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}
.box-inner ol {
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
}
.box-inner ol li {
	list-style-type: none;
	margin-bottom: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}
.alignleft {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 1em;
}
.alighcenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	display: block;
	float: right;
	margin-left: 15px;
	margin-bottom: 1em;
}

/*jrnl*/
#jrnl {
	clear: both;
}
#jrnl dl {
	padding: 0 15px;
}
#jrnl dt {
	float: left;
	clear: both;
	width: 95px;
	padding-top: 5px;
}
#jrnl dd {
	float: left;
	width: 440px;
	padding-top: 5px;
	padding-left: 75px;
}
#jrnl dd.info {
	background: url(images/icon_info.gif) no-repeat 0 8px;
}
#jrnl dd.seminar {
	background: url(images/icon_semi.gif) no-repeat 0 8px;
}
.box-inner {
	margin: 20px 20px 10px;
}
.box-inner h3 {
	margin-bottom: 10px;
	padding-left: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	background: url(images/icon_h3.gif) no-repeat left 2px;
	font-size: 1.3em;
}
.box-inner h3 .ttl-journal {
	display: block;
	padding-right: 55px;
	background: url(images/icon_jrnl.gif) no-repeat right bottom;
}
.box-inner .data {
	color: #999;
	text-align: right;
}
.box-inner p {
	padding-bottom: 1em;
}
.box-inner ul {
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
}
.box-inner ul li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}
.alignleft {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 1em;
}
.alighcenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	display: block;
	float: right;
	margin-left: 15px;
	margin-bottom: 1em;
}

/*PageNavi*/
.wp-pagenavi {
	padding-top: 10px;
	padding-bottom: 25px;
}
.wp-pagenavi a,
.pages,
.current {
	margin-right: 4px;
	padding: 3px 6px;
	borer: 1px solid #ccc;
	background: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.wp-pagenavi a:hover,
.current {
	color: #fff;
	background: #3793ce;
}

/*products*/
#products ul.item-lists {
	margin-left: -24px;
	padding-top: 10px;
}
#products ul.item-lists li {
	position: relative;
	float: left;
	width: 110px;
	margin-left: 50px;
}
#products ul.item-lists li span.type {
	position: absolute;
	top: 0;
	right: 0;
}
#products ul.item-lists li h3 {
	padding-top: 5px;
	padding-bottom: 3px;
	line-height: 1.2;
}
#products ul.item-lists li p {
	padding-bottom: 8px;
}
#products .post-categories {
	clear: both;
	margin-left: 0;
	text-align: right;
}
#products .post-categories li {
	width: 100%;
	margin-left: 0;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #d1d1d1;
}
#products .post-categories li a {
	padding-left: 15px;
	padding-right: 5px;
	background: url(images/icon_arr_black.gif) no-repeat left center;
}
.product-left p {
	margin-top: 15px;
}

/*original-products*/
#original-products {
	margin-bottom: 15px;
}
#original-products .items-img {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	border: 10px solid #e8edf0;
}
#original-products .items-detail h3 {
	padding-top: 15px;
	padding-bottom: 10px;
}
#original-products .items-detail p {
	margin-bottom: 1em;
}

/*products-single*/
.product-left {
	float: left;
	width: 300px;
	margin-top: 15px;
}
.product-right {
	float: right;
	width: 330px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #999;
}
.product-right .product-title {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}
.product-right .product-title h3 {
	padding-left: 30px;
	background: url(images/icon_h3.gif) no-repeat left 2px;
	font-size: 1.3em;
}
.product-right .product-title p {
	margin-top: 5px;
	font-size: 1.2em;
	font-weight: bold;
}
.product-right h4 {
	margin-top: 25px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #999;
}
.product-right p {
	margin-bottom: 1em;
}

/*topics*/
#topics .topics-left {
	float: left;
	width: 120px;
	margin-top: 20px;
	margin-left: 30px;
	color: #999;
}
#topics .topics-right {
	float: right;
	width: 460px;
	margin: 20px 30px 20px 0;
}
#topics .topics-right h3 {
	margin-bottom: 15px;
	padding-left: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	background: url(images/icon_h3.gif) no-repeat left 2px;
	font-size: 1.3em;
}
#topics .topics-right img {
	padding: 10px 0 20px;
}
#topics .topics-right p {
	margin-bottom: 1em;
}
#topics .topics-right .term-link {
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	color: #999;
	font-size: 0.9em;
	text-align: right;
}
#topics .topics-right place-date {
	text-align: right;
}

/*search results*/
.search-results .box h3 {
	margin: 20px;
	padding: 5px;
	background: #39F;
	color: #fff;
	font-weight: bold;
}
.search-results .box ul {
	margin: 0 30px 20px;
}
.search-results .box ul li {
	margin-top 8px;
	padding-left: 12px;
	background: url(images/icon_arr_black2.gif) no-repeat left center;
}
.search-results .box ul li span {
	padding-left: 10px;
	color: #999;
	font-size: 0.8em;
}

/*search no results*/
.search-no-results .box h3 {
	margin: 100px 30px 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	font-size: 2.0em;
	text-align: center;
}
.search-no-results .box h3 span {
	color: #ff2160;
}
.search-no-results: .box p {
	margin: 0 30px;
}
.search-no-results: .box form {
	margin: 0 30px 100px;
}

/*biblio*/
#biblio {
	clear: both;
}
.box-biblio {
	margin: 10px;
}
.box-biblio h2 {
	float: left;
	width: 7.6%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 1.2em;
}
.box-biblio h2 a {
	text-decoration: none;
}
.box-biblio h2 a:link {
	color: navy;
}
.box-biblio h2 a:hover {
	color: purple;
}
.box-biblio h2 a:visited {
	color: navy;
}

/*talks*/
#talks {
	clear: both;
}
#talks dd {
	float: left;
	width: 620px;
	padding-left: 10px;
	padding-right: 10px;
}
