@charset "UTF-8";
/*---------------------------- 使用していないスタイルはコメントアウトしてください。 ----------------------------*/
/*---------------------------- スタイルはページごとにグループわけしてください。 ----------------------------*/
/*layout*/
/*------------------------------------------------------------------------------*/
/*
#wrapper{
	width:100%;
	min-width:980px;
	background:url(../image/common/bg_wrapper_top.gif) repeat-x;
	text-align:center;
}
#common #wrapper{ background:url(../image/common/bg_wrapper.gif) repeat-x;}

#container{
	width:980px;
	margin:0 auto;
	text-align:left;
}
*/
#header_wrap {
  background-image: url(../image/common/header_bg2.jpg);
  background-position: center top;
  height: 227px;
  background-repeat: no-repeat;
}

#header {
  width: 980px;
  height: 92px;
  margin: 0 auto;
  position: relative;
}

#mv {
  background-image: url(../image/common/mv_bg.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  height: 517px;
}

#mv_wrapper {
  background-image: url(../image/common/mv.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  margin-right: auto;
  margin-left: auto;
  height: 517px;
}

#mv_copy {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  margin-top: 90px;
}

#logo {
  position: absolute;
  top: 12px;
  left: -6px;
}

/*#headnav{
	position:absolute;
	top:25px;
	right:210px;
}
#headnav li{
	float:left;
	background:url(../image/common/arr.gif) no-repeat 0 3px;
	padding-left:10px;
	margin-right:10px;
	font-size:11px;
	line-height:12px;
}*/
.header_contact {
  position: absolute;
  top: 25px;
  right: 0px;
}

.header_tel {
  position: absolute;
  top: 28px;
  right: 210px;
}

#common {
  background-image: url(../image/common/header_bg.jpg);
  background-position: center 3px;
  background-repeat: repeat-x;
}

/*#mainimage{
	width:980px;
	height:350px;
	margin:30px auto 60px auto;
	position:relative;
	overflow:hidden;
}
*/
#contents {
  width: 980px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-top: 0px;
}

#common #contents {
  width: 980px;
  margin-top: -127px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-top: 0px;
}

#contents_left {
  width: 680px;
  min-height: 300px;
  float: left;
}

#contents_right {
  width: 270px;
  float: right;
}

#common #contents #contents_right {
  width: 270px;
  float: right;
  margin-top: 127px;
}

#footer_wrapper {
  width: 100%;
  height: 211px;
  text-align: left;
  background-image: url(../image/common/footer_bg.png);
  background-repeat: repeat-x;
}

#footer {
  width: 980px;
  height: 211px;
  margin: 0 auto;
  position: relative;
}

#pagetop {
  text-align: right;
  position: absolute;
  top: 0px;
  right: 0px;
}

.footnav {
  font-size: 12px;
  line-height: 12px;
  background-image: url(../image/common/footer_line.png);
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  padding-left: 25px;
  padding-right: 50px;
  margin-top: 65px;
  height: 100px;
}

.footnav a {
  color: #FFF;
}

.footnav li {
  padding-left: 25px;
  margin-right: 25px;
  background-image: url(../image/common/footer_arrow.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
  line-height: 100%;
  margin-bottom: 10px;
}

#copyright {
  font-size: 12px;
  line-height: 13px;
  color: #CCC;
  position: absolute;
  bottom: 15px;
  right: 0;
  font-family: Arial, Helvetica, sans-serif;
}

#locator {
  width: 980px;
  font-size: 11px;
  line-height: 12px;
  text-align: right;
  margin-top: 15px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

/*globalnav*/
/*------------------------------------------------------------------------------*/
#globalnav {
  height: 50px;
  background-image: url(../image/common/nav_bg.png);
  background-repeat: repeat-x;
  background-position: center top;
  margin-top: -50px;
  -webkit-box-shadow: 0px 0px 3px 0px #CCC;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0px 0px 3px 0px #CCC;
  /* Firefox用 */
  box-shadow: 0px 0px 3px 0px #CCC;
}

#common #globalnav {
  margin: 0 auto;
}

#globalnav ul {
  list-style-type: none;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}

#globalnav ul li {
  float: left;
  text-indent: -9999px;
}

#globalnav ul li a {
  height: 50px;
  background-image: url(../image/common/nav.png);
  display: block;
  overflow: hidden;
}

#globalnav01 a {
  background-position: 0px 0px;
  width: 156px;
}

#globalnav02 a {
  background-position: -156px 0px;
  width: 206px;
}

#globalnav03 a {
  background-position: -362px 0px;
  width: 205px;
}

#globalnav04 a {
  background-position: -567px 0px;
  width: 206px;
}

#globalnav05 a {
  background-position: -773px 0px;
  width: 207px;
}

#globalnav01 a:hover, #globalnav01.main_current a {
  background-position: 0px -50px;
}

#globalnav02 a:hover, #globalnav02.main_current a {
  background-position: -156px -50px;
}

#globalnav03 a:hover, #globalnav03.main_current a {
  background-position: -362px -50px;
}

#globalnav04 a:hover, #globalnav04.main_current a {
  background-position: -567px -50px;
}

#globalnav05 a:hover, #globalnav05.main_current a {
  background-position: -773px -50px;
}

/*textsizer*/
/*------------------------------------------------------------------------------*/
#textsizer {
  position: absolute;
  top: 55px;
  right: 379px;
}

#textsizer p {
  float: left;
  font-size: 11px;
  line-height: 25px;
  margin-right: 10px;
  color: #333;
}

#textsizer ul {
  float: left;
}

#textsizer ul li {
  float: left;
  text-indent: -9999px;
}

#textsizer ul li a {
  background-image: url(../image/common/textsize.gif);
  background-repeat: no-repeat;
  width: 26px;
  height: 25px;
  display: block;
}

#textsizer ul li#small a {
  background-position: 0 0;
}

#textsizer ul li#medium a {
  background-position: -26px 0;
}

#textsizer ul li#large a {
  background-position: -52px 0;
}

#textsizer ul li#small a:hover,
#textsizer ul li#small a.textresizer-active {
  background-position: 0 -25px;
}

#textsizer ul li#medium a:hover,
#textsizer ul li#medium a.textresizer-active {
  background-position: -26px -25px;
}

#textsizer ul li#large a:hover,
#textsizer ul li#large a.textresizer-active {
  background-position: -52px -25px;
}

/* header serch */
/*------------------------------------------------------------------------------*/
#searchArea {
  position: absolute;
  top: 20px;
  right: 380px;
  width: 184px;
  height: 25px;
}

input.search_textbox {
  width: 138px;
  /* ボックスの幅 */
  height: 22px;
  /* ボックスの高さ */
  padding-left: 0.3em;
  /* 左パディング */
  padding-top: 1px;
  /* 上パディング */
  border: solid 1px #ccc;
  /* 境界線 */
  color: #999999;
  /* 文字色 */
  line-height: 130%;
  float: left;
  margin-right: 5px;
}

input.search_subit {
  background: url(../image/common/btn_serch.gif) no-repeat top center;
  border: none;
  width: 35px;
  height: 25px;
  float: left;
  cursor: pointer;
}

* html input.search_textbox {
  height: 22px;
  border-right: solid 1px #ccc;
}

*:first-child + html div.ie_img {
  /*IE7・8用のハック*/
  padding-top: 1px;
}

/*------------------------------------------------------------------------------*/
/*subnav*/
/*------------------------------------------------------------------------------*/
#subnav {
  width: 270px;
  margin-bottom: 30px;
  background-image: url(../image/common/subnavi_lower.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 10px;
}

#subnav > ul {
  list-style-type: none;
  background-image: url(../image/common/subnavi_bg.jpg);
  background-repeat: repeat-y;
}

#subnav_title a {
  width: 270px;
  height: 47px;
  line-height: 47px;
  color: #0B6CBA;
  font-size: 16px;
  display: block;
  overflow: hidden;
  background-image: url(../image/common/subnavi_title_bg.jpg);
  background-repeat: no-repeat;
  text-indent: 20px;
}

#subnav_title a:hover {
  text-decoration: underline;
}

#subnav > ul > li > a {
  width: 270px;
  height: 40px;
  line-height: 43px;
  text-indent: 40px;
  font-size: 12px;
  color: #333;
  display: block;
  overflow: hidden;
  background-image: url(../image/common/subnavi_arrow.jpg);
  background-repeat: no-repeat;
  background-position: 20px 15px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
}

#subnav > ul > li > a:hover, #subnav ul li.current a, #subnav ul li.current a:hover {
  font-weight: bold;
}

#subnav > ul > li.current ul li a {
  width: 270px;
  height: 40px;
  line-height: 40px;
  text-indent: 30px;
  font-size: 11px;
  color: #333;
  display: block;
  overflow: hidden;
  font-weight: normal;
}

#subnav > ul > li.current ul li a:hover, #subnav > ul > li.current ul li.current a {
  font-weight: bold;
}

#subnav > ul > li.current ul li.current ul li a {
  width: 270px;
  height: 40px;
  line-height: 40px;
  text-indent: 40px;
  font-size: 11px;
  color: #333;
  display: block;
  overflow: hidden;
  font-weight: normal;
}

#subnav li.current ul li.current ul li a:hover {
  font-weight: bold;
}

#subnav > ul > li.parent a {
  border: none;
}
#subnav > ul > li.parent > ul {
  margin-left: 40px;
}
#subnav > ul > li.parent > ul li {
  margin-bottom: 5px;
}
#subnav > ul > li.parent > ul li a {
  display: inline-block;
  padding: 0 20px 0 10px;
  background: url(../image/common/arrow.png) no-repeat 0 5px;
  line-height: 1.5;
}

#page_title {
  background-image: url(../image/common/title_bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  height: 85px;
  margin: 0 0 41px -50px;
}

.subtitle02 {
  font-size: 25px;
  line-height: 100%;
  color: #279FF2;
  letter-spacing: 0.3em;
  text-indent: 50px;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  background-image: url(../image/common/title_line.jpg);
  background-repeat: no-repeat;
  background-position: 400px 43px;
}

.subtitle02 span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-left: 40px;
  vertical-align: middle;
  letter-spacing: 0.1em;
}

.subtitle03 {
  width: 680px;
  height: 53px;
  line-height: 45px;
  text-indent: 25px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 15px;
  overflow: hidden;
  background-image: url(../image/common/h3_bg.jpg);
  background-repeat: no-repeat;
}

.subtitle04 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 37px;
  background-image: url(../image/h4_bg.jpg);
  background-repeat: no-repeat;
  text-indent: 25px;
  height: 57px;
  width: 680px;
}

.subtitle04s {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 37px;
  background-image: url(../image/h4_bg2.jpg);
  background-repeat: no-repeat;
  text-indent: 25px;
  height: 57px;
  width: 350px;
}

.subtitle05 {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 3px;
  margin-bottom: 10px;
  padding-left: 10px;
  border-bottom-width: 1px;
  border-left-width: 3px;
  border-bottom-style: dotted;
  border-left-style: solid;
  border-bottom-color: #999;
  border-left-color: #0060AD;
}

.subtitle06 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #0060AD;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

/*#page_title .subtitle02 {
	font-size: 25px;
	line-height: 100%;
	color: #279FF2;
	letter-spacing: 0.3em;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	background-image: url(../image/common/title_line.jpg);
	background-repeat: no-repeat;
	background-position: 400px 43px;
}
#page_title .subtitle02 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 40px;
	vertical-align: middle;
	letter-spacing: 0.1em;
}

*/
/*sub common*/
/*------------------------------------------------------------------------------*/
.box2 {
  width: 100%;
  clear: both;
  overflow: hidden;
}

.box2:before, .box2:after {
  content: "";
  display: block;
}

.box2:after {
  clear: both;
}

.box2_left {
  width: 355px;
  float: left;
}

.box2_right {
  width: 355px;
  float: right;
}

.box3 {
  width: 100%;
  clear: both;
  overflow: hidden;
}

.box3:before, .box3:after {
  content: "";
  display: block;
}

.box3:after {
  clear: both;
}

.box3_left {
  width: 230px;
  float: left;
  margin-right: 20px;
}

.box3_center {
  width: 230px;
  float: left;
}

.box3_right {
  width: 230px;
  float: right;
}

.box4 {
  width: 100%;
  clear: both;
  overflow: hidden;
}

.box4:before, .box4:after {
  content: "";
  display: block;
}

.box4:after {
  clear: both;
}

.box4_left {
  width: 175px;
  float: left;
  margin-right: 10px;
}

.box4_right {
  width: 170px;
  float: right;
}

.contact_box {
  width: 730px;
  height: 120px;
  position: relative;
  margin-top: 50px;
}

.contact_box_btn {
  position: absolute;
  bottom: 15px;
  right: 55px;
}

/*table*/
/*------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/
/*top*/
/*------------------------------------------------------------------------------*/
#top_tsuyomi {
  background-color: #F9F9F7;
  padding-top: 25px;
  padding-bottom: 30px;
  background-repeat: repeat-x;
  background-position: center top;
  clear: both;
  -webkit-box-shadow: inset 0px 0px 3px 0px #CCC;
  /* Safari, Chrome用 */
  -moz-box-shadow: inset 0px 0px 3px 0px #CCC;
  /* Firefox用 */
  box-shadow: inset 0px 0px 3px 0px #CCC;
  /* CSS3 */
  background-image: url(../image/common/nav_shadow.png);
  margin-bottom: 30px;
}

#top_tsuyomi h2 {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}

#top_tsuyomi_wrap {
  height: 198px;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

#top_tsuyomi_box01 {
  position: absolute;
  width: 322px;
  left: -15px;
  height: 198px;
}

#top_tsuyomi_box02 {
  position: absolute;
  width: 322px;
  left: 325px;
  height: 198px;
}

#top_tsuyomi_box03 {
  position: absolute;
  width: 322px;
  height: 198px;
  right: -10px;
}

.top_tsuyomi_title {
  position: absolute;
  left: 13px;
  bottom: 0px;
  background-image: url(../image/top_tsuyomi_title_bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: 38px;
  width: 300px;
}

.top_tsuyomi_title .tsuyomi_txt {
  font-size: 16px;
  font-weight: bold;
  color: #0C449B;
  line-height: 100%;
  position: absolute;
  left: 15px;
  top: 4px;
  letter-spacing: 0.1em;
}

.top_tsuyomi_title .tsuyomi_txt_en {
  font-size: 10px;
  font-weight: normal;
  color: #0C449B;
  line-height: 100%;
  position: absolute;
  left: 15px;
  top: 27px;
}

.top_tsuyomi_btn {
  position: absolute;
  bottom: 1px;
  right: 8px;
}

#top_box01 {
  margin-bottom: 30px;
}

#top_box01 h3 {
  margin-bottom: 5px;
}

#top_box01 table {
  width: 680px;
}

#top_box01 table tr td {
  padding-right: 10px;
}

#top_box01 .top_skill_box {
  width: 220px;
  -webkit-box-shadow: 0px 0px 3px 0px #CCC;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0px 0px 3px 0px #CCC;
  /* Firefox用 */
  box-shadow: 0px 0px 3px 0px #CCC;
  /* CSS3 */
  border-radius: 3px;
  background-image: url(../image/top_skill_bg.jpg);
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-bottom: 10px;
}

#top_box01 .top_skill_box .top_skill_img img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: 15px;
}

#top_box01 .top_skill_box .top_skill_title {
  font-size: 13px;
  line-height: 100%;
  font-weight: bold;
  background-image: url(../image/common/arrow.png);
  background-repeat: no-repeat;
  background-position: left 2px;
  text-align: left;
  text-indent: 15px;
  margin-left: 20px;
  margin-bottom: 5px;
}

#top_box01 .top_skill_box .top_skill_title a {
  color: #000;
}

#top_box01 .top_skill_box .top_skill_title_en {
  font-size: 10px;
  color: #0C449A;
  text-align: left;
  line-height: 100%;
  margin-left: 35px;
  margin-bottom: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E3E3E3;
  padding-bottom: 8px;
}

#top_box01 .top_skill_box .top_skill_txt {
  font-size: 11px;
  margin-right: 20px;
  margin-left: 35px;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#top_box02 {
  margin-bottom: 35px;
}

#top_box02 h3 {
  margin-bottom: 1px;
}

#top_box02_wrap {
  background-color: #FFF;
  border: 1px solid #D9D9D9;
  background-image: url(../image/top_box02_bg.png);
  background-repeat: repeat-x;
  background-position: center top;
  border-radius: 3px;
  padding-top: 15px;
  padding-bottom: 5px;
}

#top_box02 #top_box02_wrap table {
  margin-right: auto;
  margin-left: auto;
  width: 656px;
  margin-bottom: 10px;
}

#top_box02 #top_box02_wrap table tr td {
  font-size: 11px;
  padding-top: 0px;
  padding-right: 4px;
  padding-bottom: 0px;
  padding-left: 4px;
  line-height: normal;
}

#top_box02 #top_box02_wrap .top_search_box {
  background-image: url(../image/top_search_bg.png);
  background-repeat: repeat-x;
  background-position: center top;
  background-color: #1D3560;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 3px 0px #CCC;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0px 0px 3px 0px #CCC;
  /* Firefox用 */
  box-shadow: 0px 0px 3px 0px #CCC;
  /* CSS3 */
  width: 150px;
  padding-top: 10px;
  text-align: center;
  margin-bottom: 5px;
}

#top_box02 #top_box02_wrap .top_search_box a {
  color: #FFF;
}

#top_box02 #top_box02_wrap .top_search_box a:hover {
  text-decoration: none;
}

#top_box02 #top_box02_wrap .top_search_box .top_search_title {
  font-size: 12px;
  line-height: 100%;
  font-weight: normal;
  color: #FFF;
  margin-bottom: 3px;
  letter-spacing: -0.1em;
}

#top_box02 #top_box02_wrap .top_search_box .top_search_title_en {
  font-size: 8px;
  line-height: 100%;
  font-weight: normal;
  color: #7A8CA9;
  margin-bottom: 9px;
  letter-spacing: -0.1em;
  font-family: Arial, Helvetica, sans-serif;
}

#top_box02 #top_box02_wrap .top_search_box .top_search_img img {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/*top rss*/
/*------------------------------------------------------------------------------*/
#top_rss_box {
  clear: both;
}

.top_title_news {
  width: 680px;
  height: 67px;
  position: relative;
  margin-bottom: 0px;
}

.top_title_news li.title_btn {
  position: absolute;
  top: 13px;
  right: 10px;
}

#top_rss_box dl:before, #top_rss_box dl:after {
  content: "";
  display: block;
}

#top_rss_box dl:after {
  clear: both;
}

#top_rss_box dl {
  zoom: 1;
  border-bottom: dotted 1px #CCC;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 6px;
  padding-left: 0;
  margin-bottom: 6px;
}

#top_rss_box .rss_date {
  clear: both;
  width: 100px;
  float: left;
}

#top_rss_box .rss_title {
  width: 530px;
  float: right;
  background-image: url(../image/common/arrow.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 50px;
}

#top_rss_box .rss_contents {
  display: none;
}

/*sub rss*/
/*------------------------------------------------------------------------------*/
#sub_rss_box dl:before, #sub_rss_box dl:after {
  content: "";
  display: block;
}

#sub_rss_box dl:after {
  clear: both;
}

#sub_rss_box dl {
  zoom: 1;
  border-bottom: dotted 1px #CCC;
  padding: 5px 0;
}

#sub_rss_box .rss_date {
  clear: both;
  width: 120px;
  float: left;
}

#sub_rss_box .rss_title {
  width: 560px;
  float: right;
}

#sub_rss_box .rss_contents {
  clear: both;
  padding: 0 0 0 120px;
}

/*side*/
/*------------------------------------------------------------------------------*/
#slide_box {
  border: solid 1px #CCCCCC;
  padding: 9px;
  margin-bottom: 30px;
}

#slide_box h3 {
  margin-bottom: 10px;
}

#side_contact_box {
  background-image: url(../image/common/side_contact.png);
  background-repeat: no-repeat;
  height: 166px;
  width: 276px;
  margin-left: -3px;
  position: relative;
  margin-bottom: 20px;
}

#side_contact_box #side_contact_btn {
  position: absolute;
  left: 26px;
  bottom: 13px;
}

.banner_list {
  margin-bottom: 4px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
}

.banner_list li {
  margin-bottom: 10px;
  margin-left: -3px;
  text-align: center;
}

.side_iso {
  background-image: url(../image/common/side_iso_bg.png);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

/*sub sample*/
/*------------------------------------------------------------------------------*/
.sub_box03_sample {
  width: 210px;
  border: solid 1px #CCCCCC;
  padding: 9px;
}

.sub_box04_sample {
  width: 155px;
  border: solid 1px #CCCCCC;
  padding: 9px;
}

.sub_icon_box_sample {
  border: double 3px #CCCCCC;
  padding: 10px 10px 5px 10px;
}

.sub_icon_table_sample td {
  background: url(../image/common/icon.gif) no-repeat 0 5px;
  padding: 0 0 5px 20px;
}

/*company*/
/*------------------------------------------------------------------------------*/
table.gaiyou {
  border-collapse: collapse;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #D9D9D9;
  margin-bottom: 40px;
}

table.gaiyou tr th {
  background-color: #F0F0F0;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: normal;
  width: 150px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D9D9D9;
}

table.gaiyou tr td {
  text-align: left;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D9D9D9;
}

.eigyousyo {
  margin-bottom: 40px;
}

.eigyousyo table {
  margin-bottom: 20px;
}

.eigyousyo table tr td table {
  margin: 0px;
}

.list {
  margin-bottom: 30px;
  font-size: 11px;
}

.list .list_table {
  width: 100%;
}

.list .list_table tr td table {
  width: 330px;
}

.list .list_table tr td table tr th {
  text-align: center;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #D9D9D9;
}

.list .list_table tr td table tr td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D9D9D9;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #D9D9D9;
  padding-right: 7px;
  padding-left: 7px;
}

.list .list_table tr td table tr .kubun {
  font-weight: bold;
  color: #41516E;
  background-color: #D2D8E4;
  text-align: center;
  line-height: 110%;
  vertical-align: middle;
  font-size: 12px;
  width: 25px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFF;
}

.list .list_table tr td table .border td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999;
}

.list .list_table2 {
  width: 100%;
}

.list .list_table2 tr td table {
  width: 330px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #D9D9D9;
}

.list .list_table2 tr td table tr th {
  text-align: center;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #D9D9D9;
}

.list .list_table2 tr td table tr td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D9D9D9;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #D9D9D9;
  padding-right: 7px;
  padding-left: 7px;
}

/*page title*/
/*------------------------------------------------------------------------------*/
/*simtemap*/
/*------------------------------------------------------------------------------*/
.sitemap {
  margin-left: 20px;
  padding-top: 10px;
}

.sitemap li {
  list-style: none;
  background: url(../image/common/arr.gif) no-repeat 0 10px;
  padding: 0 0 0 15px;
  margin: 10px 0px;
}

.sitemap ul {
  padding: 0 0 5px 30px;
}

.sitemap ul li {
  background: none;
  list-style: square;
  padding: 0 0 0 0;
  margin: 5px 0px;
}

.sitemap ul ul {
  padding: 0 0 5px 30px;
}

.sitemap ul ul li {
  background: none;
  list-style: none;
}

/*------------------------------------------------------------------------------*/
.list-style {
  margin-left: 35px;
  margin-bottom: 0px;
}

.list-style li {
  list-style-type: square;
}

.link-pdf {
  background-image: url(../../test/nakayama/dcms_media/image/common/icon-pdf.jpg);
  background-repeat: no-repeat;
  background-position: left 0px;
  height: 30px;
  padding-left: 35px;
  font-size: 12px;
  line-height: 30px;
  font-weight: bold;
}

.spec-tbl {
  width: 680px;
  background-color: #CCC;
}

.spec-tbl tr th {
  background-color: #F3F3F3;
  padding: 3px;
  text-align: center;
}

.spec-tbl tr td {
  background-color: #FFF;
  text-align: center;
  padding: 3px;
}

.history-tbl {
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #D9D9D9;
  margin-bottom: 30px;
  font-size: 12px;
}

.history-tbl tr th {
  background-image: url(../image/history-line.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D9D9D9;
  font-weight: normal;
  text-align: left;
}

.history-tbl tr td {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D9D9D9;
}

/* .movie_youtube */
/*------------------------------------------------------------------------------*/

.movie_wrap {
  position: relative;
  padding-bottom: 56.25%; 
  height: 0;
  overflow: hidden;
}

.movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*news*/
/*------------------------------------------------------------------------------*/
.entries > dl {
  margin-bottom: 25px;
}

.rss_title {
  color: #0F63AE;
}

.rss_contents p {
  margin-bottom: 15px;
}

.pager {
  text-align: center;
}

.pager li {
  display: inline-block;
  line-height: 1;
  margin: 0 6px;
}

.pager li span.current {
  background: #279FF2;
  border: 1px solid #279FF2;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  padding: 0.5em 0.4em;
}

.pager li a {
  border: 1px solid #ddd;
  display: inline-block;
  padding: 0.5em 0.4em;
}

/*not found*/
/*------------------------------------------------------------------------------*/
.notFound {
  text-align: center;
  padding: 200px 0 50px;
}

/*add*/
/*------------------------------------------------------------------------------*/
#contents_left section {
  margin-bottom: 40px;
}

#contents_left section:last-child {
  margin-bottom: 0;
}

ol.oltype01 {
  list-style: none;
  counter-reset: oltype01;
}

ol.oltype01 li {
  position: relative;
  padding-left: 20px;
}

ol.oltype01 li:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: counter(oltype01);
  counter-increment: oltype01;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: solid 1px #333;
  padding-top: 3px;
  box-sizing: border-box;
}

td ul.list-style {
  margin-left: 20px;
}

/*自社製品開発*/
/*------------------------------------------------------------------------------*/
.htype01 {
  padding-left: 25px;
  font-size: 19px;
  color: #0e67af;
  background: url(../image/common/icon_circle_01.png) no-repeat 0 2px;
  margin-bottom: 40px;
}

.imageC {
  text-align: center;
  margin-bottom: 30px;
}
.imageC img {
  max-width: 100%;
  height: auto;
}

.koutei {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.koutei::after {
  content: "";
  width: 210px;
  height: 0;
  display: block;
}
.koutei > * {
  width: 210px;
  margin-bottom: 30px;
}
.koutei > * p {
  font-size: 14px;
}
.koutei > * p.title {
  background: url(../image/common/bg_heading_01.png) no-repeat;
  height: 46px;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 0 0 20px;
  white-space: nowrap;
}
.koutei > * .image {
  text-align: center;
  margin-bottom: 15px;
}
.koutei > * .image:last-child {
  margin-bottom: 0;
}
.koutei > * .path {
  background: #ebebea;
  padding: 10px 0;
  border-radius: 5px;
  text-align: center;
  margin-top: 15px;
}

.koutei2 > * {
  margin-bottom: 30px;
}
.koutei2 > * .image {
  text-align: center;
}
.koutei2 > * .image img {
  max-width: 100%;
  height: auto;
}
.koutei2 > * p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.koutei2 > *.third p {
  margin: 0;
}

.koutei3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.koutei3 > * {
  width: 330px;
  margin-bottom: 30px;
}
.koutei3 > * .image {
  text-align: center;
  margin-bottom: 15px;
}
.koutei3 > * .image img {
  max-width: 100%;
  height: auto;
}
.koutei3 > * p {
  font-size: 16px;
  font-weight: bold;
}