@charset "utf-8";
/*
* common.css
* 社会貢献活動
*
*/

/* header
-------------------------------------------------- */
#header .header-underline {
  display: none;
}

/* h2-area
-------------------------------------------------- */
#h2-area {
  background: url(/img/h2_bg.png) repeat-y center;
  height: 85px;
}

/* subnavi
-------------------------------------------------- */
#subnavi {
  background: url(/img/h2_bg.png) repeat-y center;
}

#subnavi .head-area .title {
  background: url(/img/social_title.png) no-repeat;
  background-position: 20px 22px;
}

/* pankz
-------------------------------------------------- */
.pankz .pankz-list span a:first-child{
  background: url(/common/img/icon-home.png) no-repeat;
}
.pankz .head-line {
  background: url(/common/img/sitemap_head_bg.png) no-repeat center top;
}

/* visual-area-top
-------------------------------------------------- */
body.top #visual-area-top {
  background-color:#1b2d4d;
  margin: 0 auto;
}

body.top #visual-area-top .outer-inner{
  height: 480px;
  background: none !important;
  width: 975px;
}

#visual-area-top .photo-box {
  height: 480px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 640px;
}

#visual-area-top .photo-box .frame {
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 800%;
}

#visual-area-top .photo-box .frame li {
  float: left;
  position: relative;
  width: 12.5%;
}

#visual-area-top .photo-box .frame li img {
  width: 100%;
}

#visual-area-top .photo-box .text {
  background: url(/img/visual_text_area.png) no-repeat;
  bottom: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  height: 73px;
  left: 0;
  line-height: 1.2;
  padding: 25px 20px 0 20px;
  position: absolute;
  width: 600px;
}

#visual-area-top .text-box {
  height: 100%;
  left: 640px;
  position: absolute;
  top: 0;
  width: 333px;
}

#visual-area-top .subtitle {
  background: #121F35;
  height: 53px;
  line-height: 53px;
}

#visual-area-top .subtitle img {
  margin: 0 30px;
  vertical-align: middle;
}

#visual-area-top .thumb {
  height: 435px;
  margin: 2px 0 0 -3px;
  overflow: hidden;
  width: 342px;
}

#visual-area-top .thumb li a {
  background: url(/img/visual_right_line.png) no-repeat 3px top;
  color: #fff;
  display: table-cell;
  height: 53px;
  line-height: 1.4;
  padding: 0 25px 0 33px;
  vertical-align: middle;
  width: 278px;
}

#visual-area-top .thumb li a img{
  margin:1px 0 0 5px;
}

#visual-area-top .thumb li.active a {
  background: url(/img/visual_right_frame.png) no-repeat;
  color: #262626;
  width: 278px;
}

#visual-area-top .thumb li a:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  opacity: .8;
}


/* news-area
-------------------------------------------------- */
#news-area {
  background: url(/img/news-area-bg.png) no-repeat center 30px;
}

#news-area .body-area .news-content li .news-kate{
  position:absolute;
  top:0;
  left:0;
  width:110px;
  padding:3px 0;
  text-align:center;
  color:#FFF;
}



#news-area .body-area .news-content li .new-icon{
  position:absolute;
  top:5;
  left:100px;
}

/* link-area
--------------------------------------------------
.link-content li {
  background: url(/img/social_link_bg.png) no-repeat;
  display: table;
  float: left;
  height: 224px;
  margin: 0 22px 20px 0;
  width: 228px;
}
.link-content li .title {
  display: block;
  text-align: center;
  padding:10px 0;
}
.link-content li .title .sp-title-img{
  display:none;
}

.link-content li .photo {
  display: block;
  margin: 2px;
}

.link-content li:nth-child(3n){
  margin: 0 22px 20px 0;
}

.link-content li:nth-child(4n){
  margin: 0;
}
 */
 
/* banner-area
-------------------------------------------------- */

#banner-area{
	background: none;
}

#banner-area .outer-inner{
	overflow: hidden;
	margin: 0 auto 35px
}