@charset "UTF-8";
/* ==================
common_header
================== */
body {
	padding: 0;
	margin: 0;
}
/*#common_header*/
#common_header li, #common_header p {
	padding: 0;
	margin: 0;
	list-style: none;
}
#common_header {
	min-width: 1000px;
	background: #fff;
	height: 38px;
	position: fixed;
	padding: 6px 0 0 0;
	width: 100%;
	z-index: 9999;
	font-family: meiryo, Helvetica, Helvetica Neue, Arial, sans-serif;
	line-height: 160%;
	border-bottom: 1px #DDD solid;
	font-size: small;
}
#site_links_sp {
	display: none;
}
#common_header #site_links {
	float: left;
	margin: 3px 10px 0;
}
#common_header #site_links img {
	height: 19px;
	width: auto;
}
#common_header #links_area li {
	float: left;
	margin: 0 2px;
}
#common_header a {
	text-decoration: none;
}
#links_area a:hover img {
	opacity: 1;
	-moz-opacity: 1; /* Firefox */
	filter: alpha(opacity=100); /* IE6/7 */
	-ms-filter: "alpha(opacity=100)"; /* IE8 */
	-khtml-opacity: 1;
}
#common_header_right {
	float: right;
}
#common_header_rightinner, #common_header_rightinner p, #cse-search-box, #change_lang, #common_links, #common_links li {
	float: left;
}
#common_header form {
	margin: -1px 5px 0 0;
	padding: 5px 5px 5px 15px;
	border-radius: 100px;
	font-weight: bold;
}
#common_header form p {
	color: #fff;
	margin: 3px 15px 0 0;
	float: left;
	font-weight: normal;
}
#cse-search-box fieldset {
	margin: 0;
	padding: 4px 5px 0;
	background: #fff;
	border: none;
	border-radius: 100px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	float: left;
}
#cse-search-box input {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#cse-search-box input.searchBox {
	width: 80px;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width;
	-o-transition-timing-function: ease;
}
#cse-search-box input.searchBox:focus {
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width;
	-o-transition-timing-function: ease;
	width: 120px;
}
#common_header_right #cse-search-box .searchBox::-webkit-input-placeholder {
 line-height:11px;
 font-size:12px;
}
#common_header_right #cse-search-box .searchBox:-ms-input-placeholder {
 line-height:11px;
 font-size:12px;
}
#common_header_right #cse-search-box .searchBox::-moz-placeholder {
 line-height:11px;
 font-size:12px;
}
#change_lang {
	background: #fff;
	padding: 3px 0 1px;
	border: #fff;
	border-radius: 100px;
	margin: 0 0 0 5px;
}
#change_lang li a {
	font-weight: normal;
}
#common_links {
	margin: 8px 5px 0 0;
}
#common_links li {
	margin: 0 7px;
}
.sankaku {
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-top: 4px solid #666;
	float: right;
	margin: 7px 7px 0 0;
}
.dark-tooltip {
	display: none;
	position: absolute;
	z-index: 99;
	text-decoration: none;
	font-weight: normal;
	height: auto;
	top: 0;
	left: 0;
}
.dark-tooltip.small {
	padding: 4px 15px;
	font-size: 12px;
	max-width: 150px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
/* Tips */
.dark-tooltip .tip {
	transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	line-height: 0px;
}
.dark-tooltip .tip {
	left: 50%;
	top: 0;
}
.dark-tooltip.small .tip {
	border-width: 0 5px 7px 5px;
	margin-left: -5px;
	margin-top: -7px;
}
/* confirm */
.dark-tooltip ul.confirm {
	list-style-type: none;
	margin-top: 5px;
	display: inline-block;
	margin: 0 auto;
}
.dark-tooltip ul.confirm li {
	padding: 10px;
	float: left;
	margin: 5px;
	min-width: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
/* themes */
.dark-tooltip.dark.north {
	background-color: #1B1E24;
	color: #fff;
	z-index: 9999;
}
.dark-tooltip.dark.north .tip {
	border-color: transparent transparent #1B1E24 transparent;
	_border-color: #000000 #000000 #000000 #000000;
 _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.dark-tooltip.dark.spf {
	background-color: #19408F;
	color: #fff;
	z-index: 9999;
}
.dark-tooltip.dark.spf .tip {
	border-color: transparent transparent #19408F transparent;
	_border-color: #19408F #19408F #19408F #19408F;
 _filter: progid:DXImageTransform.Microsoft.Chroma(color='#19408F');
}
.dark-tooltip.dark.jpus {
	background-color: #691D8A;
	color: #fff;
	z-index: 9999;
}
.dark-tooltip.dark.jpus .tip {
	border-color: transparent transparent #691D8A transparent;
	_border-color: #691D8A #691D8A #691D8A #691D8A;
 _filter: progid:DXImageTransform.Microsoft.Chroma(color='#691D8A');
}
.dark-tooltip.dark.spinf {
	background-color: #0BABC5;
	color: #fff;
	z-index: 9999;
}
.dark-tooltip.dark.spinf .tip {
	border-color: transparent transparent #0BABC5 transparent;
	_border-color: #0BABC5 #0BABC5 #0BABC5 #0BABC5;
 _filter: progid:DXImageTransform.Microsoft.Chroma(color='#0BABC5');
}
.dark-tooltip.dark.sjcff {
	background-color: #cc1212;
	color: #fff;
	z-index: 9999;
}
.dark-tooltip.dark.sjcff .tip {
	border-color: transparent transparent #cc1212 transparent;
	_border-color: #cc1212 #cc1212 #cc1212 #cc1212;
 _filter: progid:DXImageTransform.Microsoft.Chroma(color='#cc1212');
}
.dark-tooltip.dark.smeif {
	background-color: #FEA002;
	color: #fff;
	z-index: 9999;
}
.dark-tooltip.dark.smeif .tip {
	border-color: transparent transparent #FEA002 transparent;
	_border-color: #FEA002 #FEA002 #FEA002 #FEA002;
 _filter: progid:DXImageTransform.Microsoft.Chroma(color='#FEA002');
}
.dark-tooltip.dark.spaf {
	background-color: #01A050;
	color: #fff;
	z-index: 9999;
}
.dark-tooltip.dark.spaf .tip {
	border-color: transparent transparent #01A050 transparent;
	_border-color: #01A050 #01A050 #01A050 #01A050;
 _filter: progid:DXImageTransform.Microsoft.Chroma(color='#01A050');
}
.dark-tooltip.dark.opri {
	background-color: #1E97FF;
	color: #fff;
	z-index: 9999;
}
.dark-tooltip.dark.opri .tip {
	border-color: transparent transparent #1E97FF transparent;
	_border-color: #1E97FF #1E97FF #1E97FF #1E97FF;
 _filter: progid:DXImageTransform.Microsoft.Chroma(color='#1E97FF');
}
.dark-tooltip.dark.gff {
	background-color: #D9518D;
	color: #fff;
	z-index: 9999;
}
.dark-tooltip.dark.gff .tip {
	border-color: transparent transparent #D9518D transparent;
	_border-color: #D9518D #D9518D #D9518D #D9518D;
 _filter: progid:DXImageTransform.Microsoft.Chroma(color='#1E97FF');
}
.dark-tooltip.dark ul.confirm li:hover {
	background-color: #417E85;
}
/* Animations */
.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-ms-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
}
@-webkit-keyframes flipInUp {
 0% {
-webkit-transform: perspective(400px) rotateX(-90deg);
opacity: 0;
}
 40% {
-webkit-transform: perspective(400px) rotateX(5deg);
}
 70% {
-webkit-transform: perspective(400px) rotateX(-5deg);
}
 100% {
-webkit-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@-moz-keyframes flipInUp {
 0% {
transform: perspective(400px) rotateX(-90deg);
opacity: 0;
}
 40% {
transform: perspective(400px) rotateX(5deg);
}
 70% {
transform: perspective(400px) rotateX(-5deg);
}
 100% {
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@-o-keyframes flipInUp {
 0% {
-o-transform: perspective(400px) rotateX(-90deg);
opacity: 0;
}
 40% {
-o-transform: perspective(400px) rotateX(5deg);
}
 70% {
-o-transform: perspective(400px) rotateX(-5deg);
}
 100% {
-o-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInUp {
 0% {
transform: perspective(400px) rotateX(-90deg);
opacity: 0;
}
 40% {
transform: perspective(400px) rotateX(5deg);
}
 70% {
transform: perspective(400px) rotateX(-5deg);
}
 100% {
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.flipIn {
	-webkit-backface-visibility: visible !important;
	-moz-backface-visibility: visible !important;
	-o-backface-visibility: visible !important;
	backface-visibility: visible !important
}
.flipIn.spf, .flipIn.jpus, .flipIn.spinf, .flipIn.sjcff, .flipIn.smeif, .flipIn.spaf, .flipIn.opri, .flipIn.gff, .flipIn.north {
	-webkit-animation-name: flipInUp;
	-moz-animation-name: flipInUp;
	-o-animation-name: flipInUp;
	animation-name: flipInUp;
}
.flipIn.west, .flipIn.east {
	-webkit-animation-name: flipInRight;
	-moz-animation-name: flipInRight;
	-o-animation-name: flipInRight;
	animation-name: flipInRight;
}
 @-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-o-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
/*ENGLISH*/
.english #site_links a {
	font-size: 12px;
	background: url(../image/common/icon_white_down.png) 405px center no-repeat;
}
/* グループ紹介 */
.project_lineup h2 {
	font-size: 23px;
	color: #000;
	font-weight: normal;
	text-align: center;
	margin: 0 0 30px 0;
}
.project_lineup p {
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
}
.project_lineup ul {
	margin: 30px 0 100px -30px;
}
.project_lineup li {
	float: left;
	margin-left: 30px;
}
.project_lineup li:hover{
	background:none !important;
}
.tokutei {
	width: 230px;
	margin: 0 0 4px;
	padding: 0 0 19px;
	background: url(../img/top/spf_bck.gif) no-repeat bottom left;
}
.tokutei h2.head2 {
	margin: 0 0 0 9px;
}
.tokutei p {
	margin: 4px 0 0 9px;
}
ul.banner li {
	margin: 0 4px 4px;
}
.spfblog {
	width: 220px;
	margin: 0 4px 4px;
	padding: 0 0 8px;
	border: 1px solid #d4d4d4;
	background: #fff;
}
.spfblog ul {
	margin: 11px 11px 0;
}
.spfblog ul li {
	margin: 0 0 8px;
	padding: 0 0 0 19px;
	background: url(/spaf-j/img/share/icn_blnk.gif) no-repeat left 5px;
}
.gaitousei {
	width: 195px;
	margin: 0 4px 25px;
	padding: 4px 5px 4px 20px;
	border: 1px solid #d4d4d4;
	background: url(/spaf-j/img/share/icn_crs_b.gif) no-repeat 8px 10px #fff;
}
.gaitousei a {
	text-decoration: none;
}
/* 笹川平和財団からのお知らせ
----------------------------------------------------*/
table.articleList {
	margin-bottom: 40px;
}
table.articleList tr {
	border-bottom: #AAA 1px dotted;
}
table.articleList td {
	vertical-align: top;
	padding: 9px 0 10px;
}
table.articleList td.category {
	width: 23%;
	padding: 10px 0 0 0;
	vertical-align: middle;
	white-space: nowrap;
}
table.articleList td.category img {
	vertical-align: middle;
}
table.articleList td.category span.date {
	margin-left: 10px;
}
table.articleList td.category div.thumbImg {
	padding-top: 7px;
}
table.articleList td.text {
	padding-top: 15px;
	line-height: 150%;
}
table.articleList td.text p a {
	text-decoration: none;
	color: #000;
}
table.articleList td.text p a:hover {
	text-decoration: underline;
}
table.articleList td.text img {
	padding-top: 5px;
}

/* ==================
media Ticker
================== */
#mediaTicker{
	width:960px;
	margin:0 auto;
	background:#FFF;
	border:#CCC 1px solid;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	height:35px;
}
#mediaTicker h3{
	height:15px;
	color:#FFF;
	background:#989898;
	float:left;
	padding:10px 10px 10px 20px;
	font-weight:normal;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	font-size:14px;
    position: relative;
	border-right:1px solid #989898;
}
#mediaTicker h3 span{
	font-size:10px;
}
#mediaTicker h3:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid #989898;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
}
#mediaTicker .btnMediaAll{
	float:right;
	margin:3px 4px auto auto;
}
#mediaTicker .tickerArea{
	width:580px;
	height:20px;
	float:left;
	margin:8px auto auto 20px;
	overflow:hidden;
}

@media screen and (max-width: 640px){

/*common_header*/
#common_header {
	position: static;
	padding: 10px 0 0;
	border-bottom: none;
	min-width: 100%;
}
#common_header #site_links {
	width: 40%;
	margin: 0 5px;
}
#common_header #site_links img {
	width: 100%;
	height: auto;
}
#common_header #links_area {
	display: none;
}
#common_header #site_links_sp {
	display: block;
	position: absolute;
	right: 0;
	z-index: 9999;
}
#common_header .trigger {
    max-width: 140px;
	border: 1px #777 solid;
	border-radius: 5px;
	padding: 3px 20px 3px 10px;
	margin-right: 5px;
	background: url(../image/common/icon_down.png) no-repeat;
	background-position: 98%;
    font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  float:right;
}
#common_header_right {
	float: none;
}
#common_header_right form {
	width: 96%;
	padding: 4px 2%;
	border-radius: 0;
	margin-top: 15px;
}
#common_header_right form p{
	visibility:hidden;
}
#cse-search-box input.searchBox{
	width: 150px;
}
#cse-search-box input.searchBox:focus {
	width: 150px;
}
#cse-search-box fieldset {
	font-size: 15px;
	position: absolute;
	right: 107px;
}
#change_lang {
	font-size: 15px;
	position: absolute;
	right: 10px;
}
#change_lang li ul {
	display: none;
}
#common_links {
	display: none;
}
#site_links_sp .links {
	clear:both;
	display: none;
	z-index: 9999;
	margin-top: 4px;
	padding-right: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#site_links_sp .links li {
	padding: .8em .5em .5em;
	background: #FFF;
	border-bottom: solid 1px #CCC;
	font-size:12px;
}
/* ==================
media Ticker
================== */
#mediaTicker{
	width:100%;
	background:none;
	padding:0;
	margin:5px auto 0 auto;
	border:none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	height:auto;
	position:relative;
}
#mediaTicker h3{
	width:100%;
	height:20px;
	margin:0;
	float:none;
	padding:10px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	font-size:14px;
	border-right:none;
}
#mediaTicker h3:before{
	display:none;
}
#mediaTicker .btnMediaAll{
	position:absolute;
	top:5px;
	right:3px;
	float:right;
	margin:auto;
}
#mediaTicker .tickerArea{
	width:96%;
	background:#FFF;
	padding:2%;
	height:auto;
	min-height:40px;
	float:none;
	margin:0px;
	overflow: auto;
}
}



/* Add 2017 */
#access_links_sp {
	display: none;
}

#common_links li {
	margin: 0 7px;
}

@media screen and (max-width: 640px){
#access_links_sp {
    max-width: 100px;
    border: 1px #e3ecef solid;
    border-radius: 5px;
    padding: 2px 8px 2px 18px;
    margin-right: 5px;
    background: #e3ecef url(../image/common/icon_access.png) no-repeat;
    background-position: 8%;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    float: right;
    display: block;
    position: absolute;
    right: 90px;
    z-index: 9999;
}
#access_links_sp a {
	color: #333;
}
.trigger {
	padding: 2px 18px 2px 8px!important;
	font-size: 11px!important;
}
}
