@charset "utf-8";

/* アイコンリンク */
.ico_pdf,
a[href$=".pdf"],
* html a.pdf,
a[href$=".doc"],
* html a.doc,
a[href$=".docx"],
* html a.docx,
a[href$=".xls"],
* html a.xls,
a[href$=".xlsx"],
* html a.xlsx,
a[href$=".pptx"],
* html a.pptx,
a[href$=".ppt"],
* html a.ppt {
	padding: 2px 20px 2px 0;
}
/* pdf要素 
----------------------------------------------------------- */  
.ico_pdf,
a[href$=".pdf"],
* html a.pdf {

	background: url(../images/ico_pdf01.gif) no-repeat right center;
}  
/* Word要素
----------------------------------------------------------- */
a[href$=".doc"],
a[href$=".docx"],
* html a.doc { 
	background: url(../images/ico_doc01.gif) no-repeat right center;
}
/* Excel要素
----------------------------------------------------------- */
a[href$=".xls"],
a[href$=".xlsx"],
* html a.xls{ 
	background: url(../images/ico_xls01.gif) no-repeat right center;
}
/* PPT要素
----------------------------------------------------------- */
a[href$=".ppt"],
a[href$=".pptx"],
* html a.ppt { 
	background: url(../images/ico_ppt01.gif) no-repeat right center;
}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

div.btn01 li {
	list-style-type:none;
	float:left;
	width:120px;
	height:30px;
	margin:0 10px;
	text-align:center; 
}
div.btn01 a {
	border: 2px solid #CC9;
	display: block;
	width: 100%;
	padding: 5px 0px;
	text-decoration: none;
	background-color: #663;
	color: #FFFFFF;
	border-radius: 5px;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.2); /* 水平方向の距離 垂直方向の距離 ぼかし距離 広がり距離 影の色 inset */
	box-sizing: border-box;
 }

div.btn01 a:hover {
	background-color: #56562C;
	position: relative;
	top: 1px;
	left: 1px;
	box-shadow: none;
}

div.btn02 {
	margin:5px 0;
	text-align:center;
	font-weight: bold;
}

div.btn02 a {
	border: 2px solid #CC9;
	display: block;
	width: 100%;
	padding: 5px 0px;
	text-decoration: none;
	background-color: #663;
	color: #FFFFFF;
	border-radius: 5px;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.2); /* 水平方向の距離 垂直方向の距離 ぼかし距離 広がり距離 影の色 inset */
	box-sizing: border-box;
}
div.btn02 a:hover {
	background-color: #56562C;
	position: relative;
	top: 1px;
	left: 1px;
	box-shadow: none;
}

div.btn03 {
	margin:5px 0;
	text-align:center;
	font-weight: bold;
}

div.btn03 a {
	background: url(../images/h3a.gif) no-repeat top left;
	border: 2px solid #D8E8FF;
	border-radius: 5px;
	padding: 0.5em 0.5em 0.3em 1.5em;
	display: block; 
	box-sizing: border-box;
}

div.btn03 a:hover {
	background: #FFFFE1 url(../images/h3a_on.gif) no-repeat top left;
	border-radius: 5px;
	text-decoration:none;
}
 
div.btn04 {
	margin:5px 0;
	text-align:center;
	font-weight: bold;
}

div.btn04 a {
	border: 2px solid #4576DD;
	display: block;
	width: 100%;
    font-size: 20px;
	padding: 10px 0px;
	text-decoration: none;
	background-color: #2253BB;
	color: #FFFFFF;
	border-radius: 5px;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.2); /* 水平方向の距離 垂直方向の距離 ぼかし距離 広がり距離 影の色 inset */
 	box-sizing: border-box;
}
 
div.btn04 a:hover {
	background-color: #1B4295;
	position: relative;
	top: 1px;
	left: 1px;
	box-shadow: none;
}

#page-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	margin: 0 auto;
}
#page-top a {
	background: #666666;
	border: 2px solid #FFF;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	width: 5em;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding: 10px 5px 9px 5px;
}
#page-top a:hover {
	background: #999999;
	text-decoration: none;
}

/* --- clearfix --- */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}

/* 学会誌　前号～次号 */
.nav04 {
	border: 1px solid #CCC;
	background: #F9F9F9;
	margin: 0 auto 1em;
	width: 23em;
	padding: 0.5em 1em;

}

.nav04 ul {
	margin: 0;
	padding: 0 1em;
}

.nav04 li {
	display: inline;
	list-style:none;
	padding:0;
	color: #666;
	}

.nav04 li:before {
	content: "　｜　";
}

.nav04 li:first-child:before {
	content: none;
}

ul.nav05,
ul.nav05a,
ul.nav05b,
ul.nav05c { 
	list-style: none; 
	margin: 0; 
	padding: 0;
	width: 100%;
}
ul.nav05 li,
ul.nav05a li,
ul.nav05b li,
ul.nav05c li {
	display: inline;
	float: left;
	list-style: none;
	margin: 0px 0.2em 0.2em 0px;
	padding: 0;
}
ul.nav05 li,
ul.nav05c li {
	font-size: 95%;
	width: 26em;
}
ul.nav05a li {
	font-size: 95%;
	width: 26em;
}
ul.nav05b li {
	font-weight: bold;
	width: 8em;
}
ul.nav05 li a,
ul.nav05a li a,
ul.nav05b li a {
	display: block;
	background: url(../images/h3a.gif) no-repeat top left;
	border: 2px solid #D8E8FF;
	border-radius: 5px;
	padding: 0.5em 0.5em 0.3em 1.5em;
	text-decoration: none;
}
ul.nav05c li {
	display: block;
	border: 2px solid #D8E8FF;
	border-radius: 5px;
	padding: 0;
	text-decoration: none;
	width: 100%;
	box-sizing: border-box;
	background: #FFF;
}
ul.nav05 li a,
ul.nav05a li a {
	padding: 0.5em 0.5em 0.3em 1.5em;
}
ul.nav05b li a {
	padding: 0.5em 0.5em 0.3em 1.8em;
}
ul.nav05c li a.parent {
	padding: 0.5em 0.5em 0.3em 1.5em;
	display: block;
	background: none;
}
ul.nav05c li a:not(.parent) {
	display: inline-block;
	padding: 0.5em 0.5em 0.3em 1em;
	background: none;
}


ul.nav05a li a {
	padding-left: 6em;
    text-indent: -4.5em;
}
ul.nav05 li a span,
ul.nav05a li a span,
ul.nav05c li a span {
	background: #2F58AB;
	color: #FFF;
	padding: 1px 8px 0;
	border-radius: 9px;
	font-size: 85%;
	margin-right: 0.5em;
	text-align: left;
}
ul.nav05c li a.parent {
	padding-left: 0;
	padding-bottom: 0.5em;
	background: url("../images/h3a_01.png") no-repeat top left;
}
ul.nav05 li a:hover,
ul.nav05 li a.parent:hover,
ul.nav05a li a:hover,
ul.nav05b li a:hover,
ul.nav05c li a:hover {
	background: #FFFFE1 url(../images/h3a_on.gif) no-repeat top left;
	border-radius: 5px;
	text-decoration:none;
}
ul.nav05c li a:not(.parent):hover {
	background-image: none;
}

@media only screen and (max-width: 1200px) {
}