@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}


html {
  line-height: 1;
}


ol, ul {
  list-style: none;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}


caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}


q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}


a img {
  border: none;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}


body {
  background: #fff;
  color: #333;
  font-size: 13px;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.4;
}


a {
  color: #0083C2;
}


a:hover {
  text-decoration: none;
}


.ac {
  text-align: center;
}


.al {
  text-align: left;
}


.ar {
  text-align: right;
}


.mt5 {
  margin-top: 5px;
}


.mt10 {
  margin-top: 10px;
}


.mt15 {
  margin-top: 15px;
}


.mt20 {
  margin-top: 20px;
}


.mt25 {
  margin-top: 25px;
}


.mt30 {
  margin-top: 30px;
}


.mt40 {
  margin-top: 40px;
}


.mt50 {
  margin-top: 50px;
}


.mr5 {
  margin-right: 5px;
}


.mr10 {
  margin-right: 10px;
}


.mr15 {
  margin-right: 15px;
}


.mr20 {
  margin-right: 20px;
}


.mr25 {
  margin-right: 25px;
}


.mr30 {
  margin-right: 30px;
}


.mr40 {
  margin-right: 40px;
}


.mr50 {
  margin-right: 50px;
}


.mb5 {
  margin-bottom: 5px;
}


.mb10 {
  margin-bottom: 10px;
}


.mb15 {
  margin-bottom: 15px;
}


.mb20 {
  margin-bottom: 20px;
}


.mb25 {
  margin-bottom: 25px;
}


.mb30 {
  margin-bottom: 30px;
}


.mb40 {
  margin-bottom: 40px;
}


.mb50 {
  margin-bottom: 50px;
}


.ml5 {
  margin-left: 5px;
}


.ml10 {
  margin-left: 10px;
}


.ml15 {
  margin-left: 15px;
}


.ml20 {
  margin-left: 20px;
}


.ml25 {
  margin-left: 25px;
}


.ml30 {
  margin-left: 30px;
}


.ml40 {
  margin-left: 40px;
}


.ml50 {
  margin-left: 50px;
}


#header {
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto;
  padding: 20px 0;
  width: 950px;
}

#header h1 {
  float: left;
}

#header .header-social-button {
  overflow: hidden;
  *zoom: 1;
  float: right;
  margin-top: 11px;
  margin-right: 20px;
}

#header .header-social-button li {
  float: right;
  margin: 0 5px;
}

#header .header-navigation {
  overflow: hidden;
  *zoom: 1;
  float: right;
  margin-top: 6px;
}

#header .header-navigation li {
  float: right;
}


#header_s {
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  height:40px;
  position:fixed;
  z-index:15;
  background:#fff;
}

.header_s_area {
	width:800px;
	margin:0 auto;
}

#header_s h1 {
  float: left;
}

#header_s .header-social-button {
  overflow: hidden;
  *zoom: 1;
  float: right;
  margin-top: 11px;
  margin-right: 20px;
}

#header_s .header-social-button li {
  float: right;
  margin: 0 5px;
}


#corousel {
  background: #ebebeb;
  text-align: center;
}


#contents {
  background: #ebebeb;
}

#contents .contents-inner {
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto;
  width: 950px;
}

#contents #main-panel-area {
  height:380px;
  margin-bottom: 20px;
}

#contents_s {
  background: #ebebeb;
  padding-bottom: 35px;
}

#contents_ss {
  background: #ebebeb;
  position:relative;
  top:80px;

}

#contents_s .contents-inner {
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto;
  width: 950px;
}

#contents_ss .contents-inner {
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto;
  width: 950px;
}


.global-navigation ul {
  overflow: hidden;
  *zoom: 1;
  margin: 10px auto;
  width: 900px;
}

.global-navigation ul li {
  float: left;
  width: 180px;
  text-align: center;
}

.global-navigation ul li a {
  position: relative;
  display: block;
  padding: 20px 0;
}

.global-navigation ul li a span {
  position: absolute;
  top: 5px;
  left: 0px;
  width: 190px;
  text-align: center;
}


.left-cont {
  float: left;
  margin-bottom: 20px;
}


.information, .recruit {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 595px;
  background: url(../img/bg_595_b.png) bottom no-repeat;
}

.information .information-inner, .information .recruit-inner, .recruit .information-inner, .recruit .recruit-inner {
  background: url(../img/bg_595_t.png) top no-repeat;
}

.information h2, .recruit h2 {
  padding: 10px 20px;
  border-bottom: 1px solid #666666;
}

.information ul li, .recruit ul li {
  padding: 8px 20px;
  border-bottom: 1px dashed #b2b2b2;
}

.information ul li.last, .recruit ul li.last {
  border: none;
}

.information ul li.last_r, .recruit ul li.last_r {
  text-align: right;
  margin-right: 10px;
  padding: 8px 20px 8px;
  border-bottom: none;
}

.information dl, .recruit dl {
  overflow: hidden;
  *zoom: 1;
}

.information dl dt, .recruit dl dt {
  overflow: hidden;
  *zoom: 1;
  float: left;
}

.information dl dt .icon, .recruit dl dt .icon {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
}

.information dl dd, .recruit dl dd {
  float: left;
  width: 390px;
}


.sidebar {
  float: left;
  margin-bottom: 40px;
  width: 335px;
}


.movie-frame {
  margin-bottom: 10px;
  width: 335px;
  background: url(../img/bg_335_b.png) bottom no-repeat;
}

.movie-frame .movie-frame-inner {
  background: url(../img/bg_335_t.png) top no-repeat;
}

.movie-frame .movie-frame-inner a {
  display: block;
  padding: 10px;
}

.movie-frame .movie-frame-inner div {
  margin: 5px 0 0;
  text-align: center;
  line-height: 0;
}


.saiyou-frame {
  text-align: center;
}


.saiyou-frame-ul {
  margin: 0 auto 10px;
  width: 333px;
  border-right: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
  border-radius: 0 0 5px 5px;
  background: #fff;
}


.saiyou-frame-li {
  padding: 10px 5px;
  border-bottom: 1px solid #bdbdbd;
  text-align: left;
}

.saiyou-frame-li dl {
  overflow: hidden;
  *zoom: 1;
}

.saiyou-frame-li dl dt {
  float: left;
  padding-left: 5px;
  width: 100px;
}

.saiyou-frame-li dl dd {
  float: left;
}

.saiyou-frame-li ul li {
  padding-left: 6px;
  background: url(../img/icon/ico_arrow_right_black.png) left 50% no-repeat;
  font-size: 10px;
}

.saiyou-frame-li ul li span {
  margin-left: 5px;
}

.saiyou-frame-li ul li span.red {
  color: #f00;
}

.saiyou-frame-li.last {
  border: none;
  text-align: right;
  line-height: 0;
}


.banner {
  text-align: center;
}

.banner img {
  margin-bottom: 10px;
}


.breadcrumb-nav {
  overflow: hidden;
  *zoom: 1;
}

.breadcrumb-nav li {
  float: left;
  padding-left: 20px;
  background: url(../img/icon/ico_breadcrumb.png) 8px 4px no-repeat;
  font-size: 90%;
}

.breadcrumb-nav li.first {
  padding: 0;
  background: none;
}


.maincont-leftnavi {
  position: fixed;
  top: 172px;
  float: left;
  margin-right: 10px;
  width: 150px;
  background: url(../img/bg_150_b.png) bottom no-repeat;
}

.maincont-leftnavi .maincont-leftnavi-inner {
  background: url(../img/bg_150_t.png) top no-repeat;
}
.maincont-leftnavi .maincont-leftnavi-inner .small{
  font-size:11px;
}

.maincont-leftnavi li a {
  display: block;
  padding: 10px 5px 10px 23px;
  border-bottom: 1px solid #c7c7c7;
  background: url(../img/icon/ico_arrow_right_blue.png) no-repeat 10px 15px;
  color: #333;
  text-decoration: none;
}

.maincont-leftnavi li.last a {
  border-bottom: none;
}


.maincont_recruit,
.maincont {
  float: left;
  margin-left: 160px;
  margin-bottom: 40px;
  width: 790px;
  background: url(../img/bg_790_b.png) bottom no-repeat;
}
.recruit-maincont {
  width: auto;
  border: 1px solid #c7c7c7;
  border-radius: 7px;
  background-color: #fff;
}

#contents_ss .recruit-maincont{
  margin-top: 20px;
}

#contents_s .recruit-maincont{
  margin-top: 100px;
}

.maincont_recruit .maincont-inner,
.maincont .maincont-inner {
  padding: 15px 29px;
  background: url(../img/bg_790_t.png) top no-repeat;
}

.maincont_recruit .maincont-inner,
.recruit-maincont .recruit-maincont-inner {
  padding: 15px 29px;
}

.maincont_recruit .maincont-inner .maincont-ttl h2,
.maincont .maincont-inner .maincont-ttl h2 {
  margin: 10px 0 20px 0;
  padding: 10px 15px;
  background-color: #4E7086;
  color: #ffffff;
  font-size: 150%;
}

.maincont_recruit .maincont-inner .maincont-ttl h2,
.recruit-maincont .recruit-maincont-inner .maincont-ttl h2 {
  margin: 10px 0 20px 0;
  padding: 10px 15px;
  background-color: #4E7086;
  color: #ffffff;
  font-size: 150%;
}

.maincont_recruit .maincont-inner .maincont-ttl h2 span,
.maincont .maincont-inner .maincont-ttl h2 span {
  padding-left: 10px;
  font-size: 60%;
}


.maincont_recruit {
  width: 950px!important;
  margin-left: 0px!important;
}


#contents_s .maincont {
  margin-top: 20px;
  margin-left: 0px;
}

#contents_ss .maincont {
  margin-top: 20px;
  margin-left: 0px;
}


.colum1 .maincont {
  overflow: hidden;
  *zoom: 1;
  float: none;
  margin: 0 auto 40px auto;
}


.portfolio-list h4 {
  padding-bottom: 5px;
  border-bottom: 1px solid #666666;
  font-size: 130%;
}

.portfolio-list .detail-btn {
  float: left;
}

.portfolio-list .pokemonofficial {
  width: 100%;
  float: right;
}

/* awards */
.portfolio-list .awards {

}
.awards .icon-circle,
.awards2 .icon-circle{
  clear:both;
  background: url(../img/icon/ico_circle.png) left 30% no-repeat;
  padding-left: 20px;
  font-size:15px;
  margin: 5px 0 10px 0px;
}
.portfolio-list .awards-date {
  margin-bottom: 20px;
  text-align:right;
  clear:both;
}
.portfolio-list .awards ul {
  margin:0 10px 15px;
  border-top:1px dotted #333;
}
.portfolio-list .awards-items li{
  padding:0px 0 0;
  height:48px;
  border-bottom:1px dotted #333;
}
.portfolio-list .awards-item{

}
.portfolio-list .awards dl{
  padding:0px 15px 8px;
}
.portfolio-list .awards dt{
  float:left;
  width:135px;
}
.portfolio-list .awards dd{
  float:left;
  width:680px;
  font-size:12px;
  padding-top:6px;
  line-height:1.5em;
}

.portfolio-list .new-work {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 20px;
}

.portfolio-list .new-work .casette {
  float: left;
  margin: 15px 30px 0 0;
  width: 350px;
  font-size: 90%;
}

.portfolio-list .new-work .casette .game-img {
  text-align: center;
  height: 180px;
}
.portfolio-list .new-work .casette .game-img2 {
  text-align: center;
  height: 210px;
}

.portfolio-list .new-work .casette span {
  display: block;
  height: 30px;
}

.portfolio-list .new-work .casette p {
  margin: 5px 0 10px 0;
}

.portfolio-list .new-work .casette p span {
  font-weight: bold;
  font-size: 16px;
}

.portfolio-list .new-work .casette.even {
  margin: 15px 0 0;
}
.pokemon-serease .icon-circle {
  background: url(../img/icon/ico_circle.png) left 50% no-repeat;
  padding-left: 20px;
  margin: 15px 0 15px 0px;
}

.portfolio-list .pokemon-serease, .portfolio-list .past-work, .portfolio-list .download {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 20px;
}

.portfolio-list .pokemon-serease ul, .portfolio-list .past-work ul, .portfolio-list .download ul {
  overflow: hidden;
  *zoom: 1;
}

.portfolio-list .pokemon-serease ul .casette, .portfolio-list .past-work ul .casette, .portfolio-list .download ul .casette {
  text-align: center;
  float: left;
  margin: 20px 10px 20px 0;
  padding: 0 0 5px 0;
  width: 235px;
  height: 270px;
  font-size: 90%;
}

.portfolio-list .pokemon-serease ul .casette .game-image, .portfolio-list .past-work ul .casette .game-image, .portfolio-list .download ul .casette .game-image {
  height: 120px;
}

.portfolio-list .pokemon-serease ul .casette span, .portfolio-list .past-work ul .casette span, .portfolio-list .download ul .casette span {
  display: block;
  height: 44px;
}

.portfolio-list .pokemon-serease ul .casette p, .portfolio-list .past-work ul .casette p, .portfolio-list .download ul .casette p {
  margin: 5px 0 5px 0;
  text-align: left;
}

.portfolio-list .pokemon-serease ul .casette p span, .portfolio-list .past-work ul .casette p span, .portfolio-list .download ul .casette p span {
  font-weight: bold;
}

.portfolio-list .pokemon-serease ul .casette.last, .portfolio-list .past-work ul .casette.last, .portfolio-list .download ul .casette.last {
  margin: 20px 0 0;
}

.portfolio-list .pokemon-serease .colum4 .casette, .portfolio-list .past-work .colum4 .casette, .portfolio-list .download .colum4 .casette {
  width: 165px;
}

.portfolio-list .past-work .casette {
  height: 235px!important;
}

.portfolio-list span.game_pl {
  display: block;
  width: 59px;
  height: 10px!important;
  font-size: 9px;
  font-weight: normal!important;
  line-height: 9px;
  padding: 1px 1px 0px 0px;
  text-align: center;
  margin: 0px 0px 2px;
  border-radius: 3px;
  color: #111;
}

.portfolio-list .game_plfc {
  background: #cBFF5F;
  border: 1px solid #6dca00;
}

.portfolio-list .game_plsfc {
  background: #9BFA1F;
  border: 1px solid #6dca00;
}

.portfolio-list .game_plpce {
  background: #EDD82C;
  border: 1px solid #666666;
}

.portfolio-list .game_pl2 {
  background: #CFCFCF;
  border: 1px solid #959595;
}

.portfolio-list .game_plgbc {
  background: #A4B4E2;
  border: 1px solid #4e2d97;
}

.portfolio-list .game_plgba {
  background: #DDA5E2;
  border: 1px solid #452f82;
}

.portfolio-list .game_pl3 {
  background: #D3EEFF;
  border: 1px solid #00e3d9;
}

.portfolio-list .game_pl4 {
  color: #ffffff!important;
  background: #ee66dd;
  border: 1px solid #e200c7;
}

.portfolio-list .game_pl5 {
  color: #ffffff!important;
  background: #e200c7;
  border: 1px solid #e200c7;
}

.portfolio-list .game_pl6 {
  background: #ffffff;
  border: 1px solid #cfcfcf;
}

.portfolio-list .game_pl7 {
  color: #ffffff!important;
  background: #66d4fa;
  border: 1px solid #00b8f7;
}

.portfolio-list .game_plmd {
  background: #F5559A;
  border: 1px solid #f9424b;
}
.portfolio-list .game_ios {
  background: #558ED5;
  border: 1px solid #fff;
  color:#fff!important;
}
.portfolio-list .game_and {
  background: #77933C;
  border: 1px solid #4F6B14;
  color:#fff!important;
}

.portfolio-list span.game_pl_l {
  float: left;
  margin-right: 5px!important;
}


.average-cont dl {
  margin-bottom: 30px;
}

.average-cont dl dt {
  margin-bottom: 15px;
  padding: 10px;
  border-top: 1px solid #666666;
  background-color: #ebebeb;
  font-size: 130%;
}

.average-cont dl dd {
  padding-bottom: 20px;
}

.average-cont dl dd p {
  padding-bottom: 15px;
}

.average-cont dl dd p span {
  font-weight: bold;
}

.average-cont dl dd div {
  padding: 10px 0 15px 0;
  text-align: center;
}


.entry-cont .entry-here {
  margin: -14px 0 20px 0;
  text-align: right;
}

.entry-cont dl.entry-list {
  margin-bottom: 30px;
}

.entry-cont dl.entry-list dt.entry-list-ttl {
  margin-bottom: 15px;
  padding: 10px;
  border-top: 1px solid #666666;
  background-color: #ebebeb;
  font-size: 130%;
}

.entry-cont dl.entry-list dd.entry-list-cont {
  padding: 0 10px 30px 10px;
}

.entry-cont dl.entry-list dd.entry-list-cont p {
  padding-bottom: 15px;
}

.entry-cont dl.entry-list dd.entry-list-cont p span {
  font-weight: bold;
}

.entry-cont dl.entry-list dd.entry-list-cont .job-name {
  font-weight: bold;
  border-left: 5px solid #4e7086;
  background-color: #efefef;
  padding: 3px 10px;
  margin: 0 0 10px 0;
}

.entry-cont dl.entry-list dd.entry-list-cont .job-category {
  overflow: hidden;
  *zoom: 1;
  margin: auto;
  text-align: center;
  /*width: 620px;*/
}

.entry-cont dl.entry-list dd.entry-list-cont .job-category li {
  /*float: left;*/
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 15px 2px 0;
}

.entry-cont dl.entry-list dd.entry-list-cont .graphic dl, .entry-cont dl.entry-list dd.entry-list-cont .programmer dl {
  margin-bottom: 15px;
}

.entry-cont dl.entry-list dd.entry-list-cont .graphic dt, .entry-cont dl.entry-list dd.entry-list-cont .programmer dt {
  padding-bottom: 3px;
}

.entry-cont dl.entry-list dd.entry-list-cont .graphic dd, .entry-cont dl.entry-list dd.entry-list-cont .programmer dd {
  margin-left: 10px;
}

.entry-cont dl.entry-list dd.entry-list-cont .graphic {
}
.entry-cont dl.entry-list dd.entry-list-cont .sound {
  margin-top: 20px;
}
.entry-cont dl.entry-list dd.entry-list-cont .programmer {
  display: none;
}


.entry-cont dl.entry-list dd.entry-list-cont table {
  width: 710px;
  border-bottom: 1px solid #d7d7d7;
}

.entry-cont dl.entry-list dd.entry-list-cont table th {
  padding: 10px;
  width: 80px;
  border-top: 1px solid #d7d7d7;
  background-color: #ebebeb;
}

.entry-cont dl.entry-list dd.entry-list-cont table td {
  padding: 10px;
  width: 590px;
  border-top: 1px solid #d7d7d7;
}

.entry-cont dl.entry-list dd.entry-list-cont dl {
  margin: 0 0 10px !important;
}
.entry-cont dl.entry-list dd.entry-list-cont dl.subscription {
  display: none;
}
.entry-cont dl.entry-list dd.entry-list-cont dl.subscription dd{
  margin-left: 0;
}
.entry-cont dl.entry-list dd.entry-list-cont dl dd span {
  color: #88a5b8;
}

.entry-cont dl.entry-list dd.entry-list-cont dl dd span.bold {
  color: #333333;
  font-weight: bold;
}

.entry-cont dl.entry-list dd.entry-list-cont .entry-address {
  float: left;
  margin: 10px 20px 30px 0;
  width: 330px;
  height: 180px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.entry-cont dl.entry-list dd.entry-list-cont .entry-address dt {
  padding: 5px 0;
  background-color: #ebebeb;
  text-align: center;
  font-size: 130%;
}

.entry-cont dl.entry-list dd.entry-list-cont .entry-address dd {
  padding: 15px 10px;
}

.entry-cont dl.entry-list dd.entry-list-cont .entry-form {
  float: left;
  margin: 10px 0 30px 0;
  width: 330px;
  height: 180px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.entry-cont dl.entry-list dd.entry-list-cont .entry-form dt {
  padding: 5px 0;
  background-color: #ebebeb;
  text-align: center;
  font-size: 130%;
}

.entry-cont dl.entry-list dd.entry-list-cont .entry-form dd {
  padding: 15px 10px;
}

.entry-cont dl.entry-list dd.entry-list-cont .entry-form dd div {
  text-align: center;
}

.entry-cont .inq_red {
  color: #cc0000;
}


.faq-cont ul.faq-list {
  padding: 10px 0;
}

.faq-cont ul.faq-list li {
  margin: 0 0 7px 0;
  padding: 0 0 0 20px;
  background: url(../img/icon/ico_arrow_right_blue.png) no-repeat 10px 6px;
}

.faq-cont dl {
  margin-bottom: 30px;
}

.faq-cont dl dt {
  margin-bottom: 15px;
  padding: 10px 10px 10px 48px;
  border-top: 1px solid #666666;
  background: url(../recruit/img/qa_icon_01.png) no-repeat 8px 6px;
  background-color: #ebebeb;
  font-size: 105%;
}

.faq-cont dl dd {
  background: url(../recruit/img/qa_icon_02.png) no-repeat 8px 0;
  padding: 5px 0 10px 48px;
}

.faq-cont dl dd p {
  padding-bottom: 15px;
}

.faq-cont dl dd p span {
  font-weight: bold;
}

.faq-cont dl dd div {
  padding: 10px 0 15px 0;
  text-align: center;
}


.company-cont .corporate-philosophy {
  padding: 20px 0 40px 0;
  text-align: center;
  font-size: 150%;
  line-height: 200%;
}

.company-cont .company-about-table {
  margin: 0 0 20px 0;
  width: 730px;
  border-bottom: 1px solid #d7d7d7;
}

.company-cont .company-about-table th {
  padding: 10px 10px 10px 15px;
  width: 135px;
  border-top: 1px solid #d7d7d7;
  background-color: #ebebeb;
}

.company-cont .company-about-table td {
  padding: 10px 10px 10px 20px;
  width: 540px;
  border-top: 1px solid #d7d7d7;
}

.company-cont .company-access {
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 20px;
}

.company-cont .company-access .company-map {
  float: left;
  width: 425px;
}

.company-cont .company-access .company-notes {
  float: left;
  margin-left: 20px;
  width: 250px;
}

.company-cont .company-access .company-notes .company-name {
  font-weight: bold;
}


.entry-cont table {
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
}

.entry-cont table th {
  padding: 10px 8px;
  width: 135px;
  border-top: 1px solid #d7d7d7;
  background-color: #ebebeb;
}

.entry-cont table td {
  padding: 10px 10px 10px 20px;
  width: 520px;
  border-top: 1px solid #d7d7d7;
}

.entry-cont table td span {
  font-size: 80%;
}

.entry-cont table td dl {
  overflow: hidden;
  *zoom: 1;
}

.entry-cont table td dl dt {
  clear: both;
  float: left;
  line-height: 32px;
  width: 115px;
}

.entry-cont table td dl dd {
  float: left;
  margin-bottom: 5px;
}

.entry-cont table td dl dd select {
  margin-top: 6px;
}

.entry-cont table td input, .entry-cont table td textarea {
  padding: 5px;
}

.entry-cont table td .entry-category {
  width: 200px;
}

.entry-cont table td .entry-name {
  margin: 0 20px 0 5px;
  width: 150px;
}

.entry-cont table td .entry-mail {
  width: 500px;
}

.entry-cont table td .entry-tel {
  width: 200px;
}

.entry-cont table td .entry-url {
  width: 500px;
}

.entry-cont table td .entry-comment {
  width: 500px;
  height: 100px;
}

.entry-cont .btn-area {
  margin: 20px 0;
  text-align: center;
}


.inquiry-cont table {
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
}

.inquiry-cont table th {
  padding: 10px 10px 10px 15px;
  width: 115px;
  border-top: 1px solid #d7d7d7;
  background-color: #ebebeb;
}

.inquiry-cont table td {
  padding: 10px 10px 10px 20px;
  width: 540px;
  border-top: 1px solid #d7d7d7;
}

.inquiry-cont table td span {
  font-size: 80%;
}

.inquiry-cont table td input, .inquiry-cont table td textarea {
  padding: 5px;
}

.inquiry-cont table td .inq-name {
  margin: 0 20px 0 5px;
  width: 150px;
}

.inquiry-cont table td .inq-mail {
  width: 500px;
}

.inquiry-cont table td .inq-comment {
  width: 500px;
  height: 100px;
}

.inquiry-cont .btn-area {
  margin: 20px 0;
  text-align: center;
}


.pp-cont h3 {
  margin: 20px 0 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #333333;
  font-weight: bold;
  font-size: 120%;
}

.pp-cont h4 {
  font-weight: bold;
}

.pp-cont p {
  margin-bottom: 10px;
  line-height: 175%;
}

.pp-cont .links li {
  padding-left: 10px;
  background: url(../img/icon/ico_arrow_right_blue.png) 0 7px no-repeat;
  line-height: 175%;
}


.sitemap-cont .sitemap-block {
  float: left;
  margin: 0 0 0 20px;
  padding-bottom: 20px;
  width: 340px;
}

.sitemap-cont .sitemap-block h3 {
  margin: 10px 0 5px 0;
  padding-left: 10px;
  border-left: 3px solid #333333;
  font-weight: bold;
}

.sitemap-cont .sitemap-block ul {
  margin-bottom: 10px;
}

.sitemap-cont .sitemap-block li {
  margin-left: 10px;
  padding: 0 0 0 15px;
  background: url(../img/icon/ico_arrow_right_blue.png) 5px 5px no-repeat;
}


#footer {
  padding-top: 20px;
  padding-bottom: 40px;
  border-top: 1px solid #c7c7c7;
  background: #fff;
}

#footer .footer-inner {
  position: relative;
  margin: 0 auto;
  width: 950px;
}

#footer .page-top {
  position: absolute;
  top: -45px;
  right: 40px;
}


.footer-navigation {
  width: 600px;
}

.footer-navigation h3 {
  margin-bottom: 7px;
}

.footer-navigation h3 a {
  color: #333;
  text-decoration: none;
  font-size: 13px;
}


.footer-navigation-li-top {
  float: left;
  padding-top: 7px;
  padding-left: 20px;
  height: 130px;
  border-right: 1px solid #bdbdbd;
  width: 120px;
}

.footer-navigation-li-top:last-child {
  border: none;
}

.footer-navigation-li-top ul li {
  padding-left: 10px;
  background: url(../img/icon/ico_arrow_right_gray.png) left 50% no-repeat;
  font-size: 10px;
  line-height: 1.8;
}

.footer-navigation-li-top ul li a {
  color: #666;
  text-decoration: none;
}


.footer-navigation-li-information {
  float: left;
  padding-top: 10px;
  padding-left: 20px;
  height: 130px;
  border-right: 1px solid #bdbdbd;
  width: 160px;
}

.footer-navigation-li-information:last-child {
  border: none;
}

.footer-navigation-li-information ul li {
  padding-left: 10px;
  background: url(../img/icon/ico_arrow_right_gray.png) left 50% no-repeat;
  font-size: 10px;
  line-height: 1.8;
}

.footer-navigation-li-information ul li a {
  color: #666;
  text-decoration: none;
}


.footer-navigation-li-saiyou {
  float: left;
  padding-top: 7px;
  padding-left: 20px;
  height: 130px;
  border-right: 1px solid #bdbdbd;
  width: 250px;
}

.footer-navigation-li-saiyou:last-child {
  border: none;
}

.footer-navigation-li-saiyou ul li {
  padding-left: 10px;
  background: url(../img/icon/ico_arrow_right_gray.png) left 50% no-repeat;
  font-size: 10px;
  line-height: 1.8;
}

.footer-navigation-li-saiyou ul li a {
  color: #666;
  text-decoration: none;
}

.footer-navigation-li-saiyou ul li {
  float: left;
  width: 100px;
}

.footer-navigation-li-saiyou ul li.line {
  width: 200px;
}


.footer-navigation-li-list {
  float: left;
  padding-top: 7px;
  padding-left: 20px;
  height: 130px;
  border-right: 1px solid #bdbdbd;
  width: 159px;
}

.footer-navigation-li-list:last-child {
  border: none;
}

.footer-navigation-li-list ul li {
  padding-left: 10px;
  background: url(../img/icon/ico_arrow_right_gray.png) left 50% no-repeat;
  font-size: 10px;
  line-height: 1.8;
}

.footer-navigation-li-list ul li a {
  color: #666;
  text-decoration: none;
}


.footer-logo {
  padding-top: 30px;
  text-align: center;
}


.footer-copyright {
  text-align: center;
  font-size: 10px;
}


.footer-subnavigation {
  overflow: hidden;
  *zoom: 1;
  margin-top: 40px;
}

.footer-subnavigation li {
  float: left;
  padding: 0 20px;
  border-right: 1px solid #bdbdbd;
  line-height: 1;
}

.footer-subnavigation li:last-child {
  border: none;
}

.footer-subnavigation li a {
  color: #333;
  text-decoration: none;
  font-size: 10px;
}


#footer_s {
  padding-top: 20px;
  padding-bottom: 40px;
  border-top: 1px solid #c7c7c7;
  background: #fff;
}

#footer_s .footer-inner {
  position: relative;
  margin: 0 auto;
  width: 950px;
}

#footer_s .footer-inner .footer-logo, #footer_s .footer-inner .footer-copyright {
  text-align: right;
}

#footer_s .page-top {
  position: absolute;
  top: -45px;
  right: 40px;
}


.lead {
  margin-bottom: 10px;
}


.clear {
  clear: both;
}



/*interview */
.interview {
  margin-top: 10px;
}
.interview .interview-mainimage {
  line-height: 0;
}
.interview .interview-profile {
  line-height: 0;
}
.interview .interview-article {
  background: #F4F4F4;
  padding-bottom: 10px;
}
.interview .interview-detail {
  clear:both;
}
.interview .interview-detail:after {
  display: block;
  content: ".";
  clear:both;
  height: 0;
  visibility: hidden;
}
.interview .interview-detail dl{
  display: block;
  margin-left: 51px;
  margin-bottom: 10px;
}
.interview .interview-detail dl:after{
  display: block;
  content: ".";
  clear:both;
  height: 0;
  visibility: hidden;
}
.interview .interview-detail dt{
  clear: both;
  float: left;
  font-weight: bold;
  margin-right: 25px;
}
.interview .interview-detail dd{
  float: left;
  margin-bottom: 25px;
  line-height: 1.5;
  width: 610px;
}
.interview dl.left_text {
  float:left;
  width: 370px;
}
.interview dl.left_text dd{
  width: 318px;
}
.interview .pic_right {
  float:right;
  margin-right: 14px;
}
.interview .interview-title {
  width: 500px;
  padding: 12px 25px;
  color: #fff;
  font-size: 14px;
}
.interview .interview-subtitle {
  clear:both;
  margin-left: 20px;
  line-height: 2;
  font-size: 14px;
  margin-bottom: 25px;
}
.interview .interview-detail .pic {
  float:right;
  margin-left: 20px;
}
.interview-vol1 .interview-title {
  background: #159893;
  margin-bottom: 20px;
}
.interview-vol1 .interview-subtitle {
  color: #159893;
}
.interview-vol2 .interview-title {
  background: #384DB2;
  margin-bottom: 20px;
}
.interview-vol2 .interview-subtitle {
  color: #384DB2;
}

/* new employ */
.new-employ-top {
  margin-bottom: 10px;
}
.new-employ-detail {
  margin-bottom: 20px;
  background: #F2F2F2;
  border-radius: 10px;
  padding: 20px;
}
.new-employ-detail-text {
  margin-bottom: 20px;
}
.new-employ-detail-button {
  overflow: hidden;
}
.new-employ-detail-button .text{
  margin-top: 25px;
  display: block;
  float: left;
}
.new-employ-detail-button .button{
  float: right;
  display: block;
}
.new-employ-detail-button img{
  vertical-align: middle;
}
.new-employ-about {

}
.new-employ-about-block {
  margin-bottom: 40px;
}
.new-employ-about-box-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  background: url(../recruit/img/new_employ/ico_circle.png) left 50% no-repeat;
  padding-left: 20px;
}
.new-employ-about-box {
  *zoom: 1;
}
.new-employ-about-box:after {
  clear: both;
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  line-height: 0;
}
.new-employ-about-text {
  float: left;
  width: 630px;
  text-align: justify;
}
.new-employ-about-image {
  float: right;
  line-height: 1;
}

/* new employ key */

.new_employ_key_bg{
  background: url(../img/bg_790_xb.png) bottom no-repeat;
}

.new-employ-key-ttl{
  background-color: #e7b052;
  color: #fff;
  width: 545px;
  height: 40px;
  line-height: 40px;
  margin-left: -28px;
  padding-left: 30px;
}

.new-employ-key-fontred{
  color: #a32c2c;
  margin: 25px 0px;
}

.new-employ-key-top-message{
  margin: 20px 0px;
}

.new-employ-key-right-message{
  margin-left: 250px;
}

.new-employ-key-left-message{
  margin-left: 30px;
}

.new-employ-key-toparea-01{
  background: url(../recruit/img/new_employ/key_toparea_01.png) no-repeat 0 0;
  width: 730px;
  height: 175px;
  line-height: 26px;
  margin-top: 15px;
}
.new-employ-key-toparea-01 p{
  padding-top:  63px;
}

.new-employ-key-toparea-02{
  background: url(../recruit/img/new_employ/key_toparea_02.png) no-repeat 0 0;
  width: 730px;
  height: 170px;
  line-height: 26px;
}
.new-employ-key-toparea-02 p{
  padding-top:  58px;
}

.new-employ-key-toparea-03{
  background: url(../recruit/img/new_employ/key_toparea_03.png) no-repeat 0 0;
  width: 730px;
  height: 504px;
  line-height: 26px;
}

.new-employ-key-toparea-03 .new-employ-key-right-message{
  padding-top: 20px;
}

.new-employ-key-right-message span,
.new-employ-key-left-message span{
  color: red;
  font-size: 20px;
}

.new-employ-key-toparea-03 .new-employ-key-left-message{
  padding-top: 73px;
}

.new-employ-key-toparea-04{
  background: url(../recruit/img/new_employ/key_toparea_04.png) no-repeat 0 0;
  width: 730px;
  height: 193px;
  line-height: 26px;
}
.new-employ-key-toparea-04 p{
  padding-top: 72px;
}

.new-employ-key-c-01{
  background: url(../recruit/img/new_employ/key_c_01.png) no-repeat 0 0;
  width: 730px;
  height: 163px;
  line-height: 26px;
}

.new-employ-key-c-01 p{
  padding-top: 29px;
}

.new-employ-key-c-02{
  background: url(../recruit/img/new_employ/key_c_02.png) no-repeat 0 0;
  width: 730px;
  height: 185px;
  line-height: 26px;
  margin-top: 20px;
}

.new-employ-key-c-02 p{
  padding-top: 28px;
}

.new-employ-key-skill-01{
  background: url(../recruit/img/new_employ/key_skill_01.png) no-repeat 0 0;
  width: 730px;
  height: 283px;
  line-height: 26px;
}

.new-employ-key-skill-01 p{
  padding-top: 26px;
}

.new-employ-key-skill-02{
  background: url(../recruit/img/new_employ/key_skill_02.png) no-repeat 0 0;
  width: 730px;
  height: 388px;
  line-height: 26px;
  margin-top: 20px;
}

.new-employ-key-skill-02 p{
  padding-top: 26px;
}

.new-employ-key-skill-03{
  background: url(../recruit/img/new_employ/key_skill_03.png) no-repeat 0 0;
  width: 730px;
  height: 308px;
  line-height: 26px;
  margin-top: 20px;
}

.new-employ-key-skill-03 p{
  padding-top: 26px;
}

.new-employ-key-skill-04{
  background: url(../recruit/img/new_employ/key_skill_04.png) no-repeat 0 0;
  width: 730px;
  height: 335px;
  line-height: 26px;
  margin-top: 20px;
}

.new-employ-key-skill-04 p{
  padding-top: 25px;
}

.new-employ-key-skill-05{
  background: url(../recruit/img/new_employ/key_skill_05.png) no-repeat 0 0;
  width: 730px;
  height: 195px;
  line-height: 26px;
}

.new-employ-key-skill-05 p{
  padding-top: 87px;
}

.new-employ-key-skill-06{
  background: url(../recruit/img/new_employ/key_skill_06.png) no-repeat 0 0;
  width: 730px;
  height: 213px;
  line-height: 26px;
}

.new-employ-key-skill-06 p{
  padding-top: 29px;
}

.new-employ-key-kodawari-01{
  background: url(../recruit/img/new_employ/key_kodawari_01.png) no-repeat 0 0;
  width: 730px;
  height: 203px;
  line-height: 26px;
}

.new-employ-key-kodawari-01 p{
  padding-top: 73px;
}

.new-employ-key-kodawari-02{
  background: url(../recruit/img/new_employ/key_kodawari_02.png) no-repeat 0 0;
  width: 730px;
  height: 307px;
  line-height: 26px;
  margin-top: 20px;
}

.new-employ-key-kodawari-02 p{
  padding-top: 25px;
}

.new-employ-key-kodawari-03{
  background: url(../recruit/img/new_employ/key_kodawari_03.png) no-repeat 0 0;
  width: 730px;
  height: 335px;
  line-height: 26px;
  margin-top: 20px;
}

.new-employ-key-kodawari-03 p{
  padding-top: 11px;
}

.new-employ-key-kodawari-04{
  background: url(../recruit/img/new_employ/key_kodawari_04.png) no-repeat 0 0;
  width: 730px;
  height: 231px;
  line-height: 26px;
  margin-top: 20px;
}

.new-employ-key-kodawari-04 p{
  padding-top: 25px;
}

.new-employ-key-kodawari-05{
  background: url(../recruit/img/new_employ/key_kodawari_05.png) no-repeat 0 0;
  width: 730px;
  height: 287px;
  line-height: 26px;
  margin-top: 20px;
}

.new-employ-key-kodawari-05 p{
  padding-top: 26px;
}

.new-employ-key-kodawari-06{
  background: url(../recruit/img/new_employ/key_kodawari_06.png) no-repeat 0 0;
  width: 730px;
  height: 165px;
  line-height: 26px;
}

.new-employ-key-kodawari-06 p{
  padding-top: 67px;
}

.new-employ-key-kodawari-07{
  background: url(../recruit/img/new_employ/key_kodawari_07.png) no-repeat 0 0;
  width: 730px;
  height: 198px;
  line-height: 26px;
}

.new-employ-key-kodawari-07 p{
  padding-top: 89px;
}

.new-employ-key-matome-ttl{
  background: url(../recruit/img/new_employ/key_circle.png) no-repeat 0 5px;
  padding-left: 27px;
  font-size: 20px;
  padding-bottom: 15px;
}


.new-employ-key-matome{
  background: url(../recruit/img/new_employ/key_matome.png) no-repeat 0 0;
  width: 730px;
  height: 375px;
}

.new-employ-key-matome .new-employ-key-matome-content div p{
  font-size: 18px;
}

.new-employ-key-matome-content{
  padding-bottom: 20px;
  padding-left: 45px;
}

.new-employ-key-matome-content div ul li{
  padding-left: 80px;
  line-height: 22px;
}

.new-employ-key-matome-topcontent{
  padding-top: 45px;
}

.job-detail ul  {
	border-top:solid 1px #ccc;
	margin:0 0 10px 0;
}

.job-detail ul li {
	padding:0 10px;
	border-bottom:dotted 1px #ccc;
}

.job-detail ul li:nth-child(even) {
	background:#f8f8f8;
}

.job-detail ul li p{
	margin:0 0 0 5px;
	padding:6px 0!important;
}

job-detail ul li p span{
	float:right;
	display:block;
	color:#aaa;
}


/* インタビュー新レイアウト 2015.9 */
.new-interview .keyvisual {
  text-align: center;
}
.new-interview .content_inner {
  width: 910px;
  margin: 20px auto 40px;
  padding: 40px 20px;
  border: solid 1px #ccc;
  background: #fff;
}
.new-interview .lead {
  margin-bottom: 40px;
  text-align: center;
  font-size: 13px;
  line-height: 25px;
  color: #1f8790;
}
.new-interview h2 {
  margin-bottom: 35px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 45px;
}
.new-interview .profile {
  overflow: hidden;
  margin-bottom: 40px;
}
.new-interview .profile .people_double {
  display: inline-block;
  text-align: left;
  width: 485px;
}
.new-interview .profile .people_double img{
  display: inline-block;
  text-align: left;
}
.new-interview .profile .people_double-text {
  display: inline-block;
  text-align: left;
  font-size: 13px;
  line-height: 25px;
  margin-left: 20px;
  width: 405px;
  padding-top: 14px;
  color: #1f8790;
}
.new-interview .profile dl {
  width: 455px;
  float: left;
}
.new-interview .profile dl dt {
  margin-bottom: 20px;
}
.new-interview .profile dl.people_01 dd {
  margin-right: 10px;
  color: #3e6889;
}
.new-interview .profile dl.people_02 dd {
  margin-left: 10px;
  color: #837927;
}
.new-interview .profile_type_02 dl {
  width: 303px;
}
.new-interview .profile_type_02 dl.people_02 dd {
  margin: 0 10px;
}
.new-interview .profile_type_02 dl.people_03 dd {
  margin-left: 10px;
  color: #35864c;
}
.new-interview h3 {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 25px;
  color: #1f8790;
}
.new-interview h3::before {
  content: "ー　";
}
.new-interview h3 span {
  display: inline-block;
  margin-left: 2em;
}
.new-interview .section dl {
  display: table;
  margin-bottom: 30px;
}
.new-interview .section dl:last-of-type {
  margin-bottom: 60px;
}
.new-interview .section dl.last {
  margin-bottom: 0px;
}
.text_area-item{
  margin-bottom: 30px !important;
}
.text_area-overl1{
  margin-top: -16px;
}
.text_area-overl2{
  margin-top: -20px;
}
.new-interview .section dl dt {
  display: table-cell;
  width: 80px;
  vertical-align: middle;
}
.new-interview .section dl dd {
  display: table-cell;
  vertical-align: middle;
}
.new-interview .section .youtube_area dl {
  margin-bottom: 20px;
}
.new-interview .section .youtube_area .youtube {
  display: block;
  margin-bottom: 60px;
}
.new-interview .section_inner {
  overflow: hidden;
}
.new-interview .section_inner div:first-child {
  float: left;
}
.new-interview .section_inner div:first-child + * {
  float: right;
}
.new-interview .section_inner .text_block-fl {
  float: left !important;
}
.new-interview .section_inner .text_area {
  width: 665px;
}
.new-interview .section_inner .photo_area {
  width: 225px;
}
.new-interview .section_inner .text_block dl:first-child {
  margin-bottom: 30px;
}
.new-interview .btn {
  margin-bottom: 40px;
  text-align: center;
}
.new-interview .link_area {
  background: #fff;
}

.new-interview .link_area_inner {
    overflow: hidden;
    width: 910px;
    margin: 0 auto;
    padding-top: 20px;
}
.new-interview .link_area_inner2 {
  overflow: hidden;
  width: 571px;
  padding: 20px 12px 0 12px;
}

.new-interview .link_area_inner dl:nth-child(3n) {
    margin-right: 0;
}
.new-interview .link_area_inner dl {
    width: 290px;
    height: 180px;
    float: left;
    margin: 0 20px 20px 0;
}
.new-interview .link_area_inner dl dt a img{
    width: 290px;
    height: 116px;
}
.new-interview .link_area_inner2 dl {
  width: 280px;
  height: 180px;
  float: left;
  margin: 0 11px 20px 0;
}
.new-interview .link_area_inner2 dl:nth-child(even) {
  margin-right: 0;
}
.new-interview .link_area_inner dd {
  margin: 5px 0;
}
.new-interview .link_area_inner dd a {
  display: block;
  color: #3e6889;
  text-decoration: none;
}
.new-interview .link_area_inner dd a:hover {
  text-decoration: underline;
}

/* でんこうせっか選考 */
/*----clearfix----*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

ul.tab {
    list-style: none;
	border-bottom:solid 4px #4e7086;
	padding:0 10px;
}

ul.tab li {
    float: left;
    margin:15px 0 0 0;
    padding:9px 0 10px;
    background-color: #fff;
	border:solid 1px #ccc;
	border-bottom:none;
    color: #666;
    cursor: pointer;
	font-size:13px;
	height:15px;
	text-align: center;
    width: 213px;
}

ul.tab li:before{
	content:url(../img/about/icon_acco.png);
	padding:0 4px 0 0;
}

ul.tab li:hover {
    color: #4e7086;
}

ul.tab li.active {
    margin:5px 0 0 0;
	border:solid 1px #4e7086;
	border-bottom:none;
	border-left:none;
	border-right:none;
    background:#4e7086;
	border-radius:4px 4px 0 0;
    color: #fff;
    padding:15px 5px 10px 5px;
    height: 20px;
}

ul.tab li.active:before{
	content:url(../img/about/icon_acco_a.png) ;
}


.about-area dl{
  overflow: hidden;
}
.about-area dd{
  float: left;
}
div.tabContent {
    padding: 20px;
    display: none;
    min-height: 399px;
}

div.tabContent dl dt {
	width:614px;
	float:left;
	margin:0 10px 0 0;
}

div.tabContent h2{
    padding:10px 0 10px 25px;
    margin:0 0 10px 0;
	border-bottom:solid 1px #4e7086;
	background:url(../img/about/icon_circle.png) no-repeat left;
	font-size:22px;
}

.denkosekka div.tabContent h2{
    padding:4px 0 4px 25px;
    margin:0 0 10px 0;
	border-bottom:solid 1px #4e7086;
	background:url(../img/about/icon_circle.png) no-repeat left;
	font-size:16px;
}

div.tabContent dl dd img{
	border:solid 4px #ebebeb;
}

div.tabContent dl dd span{
	display:block;
	font-size:11px;
	color:#aaa;
	text-align:right;
	padding:2px 0 1px 0;
}


div.active {
    display: block;
}

.denko_main {
width:950px;
background: #a0def0;
margin:0 auto;
/*background: url(../recruit/img/denko/18bg_01.png) no-repeat 273px 34px;*/
padding:0 0 20px 0;
position: relative;
top: 20px;
}

.denko_main p{
position: relative;
left: 40px;
}

.denko_list_01 dt {
	float:left;
	width:10%;
	font-weight:bold;
}　

.copyright {
	color:#ccc;
	font-size:10px;
	border-top:dotted 1px #ccc;
	padding:10px 0;
	text-align:right;
}
#contents_s .denkosekkacont{
  float: none;
  margin: 20px auto 40px;
}

.denkosekka{
}

.tabContent-denkosekka{
  min-height: inherit !important;
}
div.tabContent-denkosekka dl dt{
  width: auto;
}

ul.tab-denkosekka{
  border-bottom: solid 4px #4366bc;
}

ul.tab-denkosekka li{
  padding: 9px 8px 10px;
}

ul.tab-denkosekka li:before{
  content: url(../img/about/icon_acco_denko.png);
  padding: 0 4px 0 0;
}

ul.tab-denkosekka li.active{
  padding: 15px 7px 10px 7px;
  background: #4366bc;
  border: solid 1px #4366bc;
}
ul.tab-denkosekka li.active:before{
  content: url(../img/about/icon_acco_a_denko.png);
}
.lead-point{
  font-weight: bold;
}
