@charset "UTF-8";
/* kill 'Browser standard style'
---------------------------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  text-decoration: none;
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 12px;
  color: #353535;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: left;
  background: url(../common/img/bg-wrap.gif) repeat-y top center; 

}

#bodytop {
  background: url(../common/img/2015-xx-top/bg_body.jpg) no-repeat top center; 
}

html, body {
  height: 100%;
}

/* common
---------------------------------------------------------------------------- */
.clearfix, #header .container, #content .container, #content .container #main-content .topics {
  *zoom: 1;
}
.clearfix:after, #header .container:after, #content .container:after, #content .container #main-content .topics:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 850px;
  margin: 0 auto;
}

/* layout
---------------------------------------------------------------------------- */
#header {
  width: auto;
  height: 100px;
  background-image: none;
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 10px;
background:#fff;
}
#header .container a {
  float: left;
  padding-top: 25px;
}
#header .container #nav {
  float: right;
  display: table;
  table-layout: fixed;
  width: 730px;
  margin-top: 43px;
}
#header .container #nav li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#header .container #nav li h2 {
  height: 34px;
  background-image: none;
  border: none;
  margin: 0;
  padding: 0;
}
#header .container #nav li h2 a {
  display: block;
  width: 100%;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 10px 0px;
}
#header .container #nav li h2 a:hover {
  border-top: 2px solid #dc7d81;
  border-bottom: 2px solid #dc7d81;
}

#content {
  margin-bottom: 10px;

}
#content .container #main-content {
  float: left;
  width: 640px;
}
#content .container #main-content img {
  margin-bottom: 11px;
}
#content .container #main-content .topics .topic {
  float: left;
  width: 380px;
  border: 1px solid #D6D2D4;
}
#content .container #main-content .topics .topic h3 {
  background-color: #F5F5F5;
  margin: 0;
  padding: 3px 0 3px 0;
  border-bottom: 1px solid #fff;
}
#content .container #main-content .topics .topic h3 img {
  float: none;
  margin: 0;
  padding: 3px 0 3px 12px;
}
#content .container #main-content .topics .topic ul {
  height: 145px;
  overflow-x: hidden;
  background-color: #fff;
  list-style-type: none;
  border-bottom: 1px solid #f5f5f5;
}
#content .container #main-content .topics .topic ul li {
  line-height: 1.2em;
  font-size: 86%;
  border: 1px solid #f5f5f5;
  padding: 12px 11px 9px 11px;
}
#content .container #main-content .topics .topic ul li a {
  float: none;
  text-decoration: none;
  color: #333;
}
#content .container #main-content .topics .topic ul li a span {
  font-size: 113%;
}
#content .container #main-content .topics .topic ul li a:hover {
  text-decoration: underline;
  color: #CC6666;
}
#content .container #main-content .topics a {
  float: right;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#content .container #main-content .topics a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  filter: alpha(opacity=30);
}
#content .container #left-content {
  float: right;
  width: 198px;
  border: 1px solid #D6D2D4;
  padding-top: 10px;
}
#content .container #left-content img {
  display: block;
  margin: 0 auto;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#content .container #left-content img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  filter: alpha(opacity=30);
}
#content .container #left-content .bnr {
  margin-bottom: 10px;
}
#content .container #left-content ul {
  list-style-type: none;
  margin-bottom: 7px;
}
#content .container #left-content ul li h3 {
  border: none;
  margin: 0;
  padding: 0;
}

#footer {
  clear: both;
  width: auto;
height:60px;
  border-top: 2px solid #f5f5f5;
  padding-top: 30px;
background:#fff;
}
#footer .campany-names {
  float: left;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#footer .campany-names p {
  font-size: 113%;
  margin-bottom: 8px;
}
#footer .campany-names .links {
  font-size: 116%;
  color: #333;
}
#footer .btn {
  float: left;
}
#footer .btn img {
  margin-left: 24px;
}
#footer .copy-right {
  float: right;
  font-size: 107%;
  font-weight: 600;
  color: #666;
  margin-top: 15px;
}













#cover {
    width: 640px;
    height: 610px;
    position: relative;
    overflow: hidden;
margin-bottom:12px;
}

#cover>div {
    position: absolute;
    top: 0;
    opacity: 0;
}


.fr{
	display:block;
  border: 1px solid #E4E4E4;
	margin-bottom:3px;
}