@charset "utf-8";
.content /* CSS Document */

 figure   {
	float: left;
	width: 220px;
}


li.journal_sample {
	list-style-type: none;
}
.content ul {
	margin-bottom: 1em;
	display: block;
	padding-left: 240px;
}
li.journal_sample a {
	text-decoration: none;
	background-image: url(../joural/journal_sample.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 122px;
	display: inline-block;
	padding-left: 45px;
	padding-top: 20px;
	color: #FFFFFF;
}
li.journal_sample a:hover {
    opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";

}
ul.editorial_c {
	padding-left: 0px;
}
.review li {
	list-style-type: none;
	margin-bottom: 1em;
}

.review a {
	text-decoration: none;
	background-color: #E6E6FF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8686FF;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #8686FF;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
}
ul.c_and_a {
	padding-left: 0px;
	margin-top: 1em;
}
ul.c_and_a li {
	list-style-type: none;
	margin-bottom: 1em;
}

.c_and_a a  {
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	background-color: #fabe00;
}
.year_head {
	width: 5em;
	height: 1.5em;
	float: left;
    clear: left;
}

ul.backnumber {
	padding-left: 20px;
	height: 1.5em;
	margin-bottom: 0px;
}
ul.backnumber li {
	float: left;
	margin-right: 1em;
	list-style-type: none;
}
.nomargin {
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.en_board td  {
	font-weight: bold;
}
.en_board td span {
	font-weight: normal;
}
/****　JPFSN　En Site　ボタン *****/
.square_btn2{
    display: inline-block;
    padding: 0.4em 3em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(#284d94 0%, #92a8d5 100%);
    background-image: linear-gradient(#284d94 0%, #92a8d5 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #5e7fca;
	font-size: 1.5em;
    margin-bottom: 1em;
	font-weight: normal;
  }


.square_btn2:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}
.square_btn2 a:hover{
    color: #103885;
}