@charset "utf-8";

/*---------------------------------------
    リセットCSS（編集不要）
----------------------------------------*/
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}hr,legend{display:none;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li,ol li{list-style-type:none;}a,label{cursor:pointer;}img{vertical-align:bottom;margin:0;padding:0;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}

article, aside, dialog, figure, footer, header, menu, nav, section, time, mark, audio, video {
  display: block;
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 76%;
  line-height: 1.6;
  color: #000000;
  min-width: 100%;
  overflow: hidden;
}
.sp_message {
  display: none;
}
.inner {
  width: 1000px;
  margin: 0 auto;
}
.clearfix:after {
  content:"";display:block;clear:both;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/*----------------------------------------
    header
----------------------------------------*/
#header {
  border-bottom: 5px solid #000000;
  height: 75px;
	position: fixed;
	z-index: 9999;
	width: 100%;
	background-color: #ffffff;
  top: 0;
}
#header .inner {
  padding: 10px 0 0 0;
}
#header .inner:after {
  content:"";display:block;clear:both;
}

#header h1,
#header .logo {
  float: left;
  padding-top: 2px;
  width: 333px;
  margin-right: 87px;
}
#header h1 a:hover img,
#header .logo a:hover img {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -ms-filter: "alpha( opacity=100 )" !important;
}
#header .global_nav {
  width: 480px;
  float: left;
  padding-top: 26px;
}
#header .global_nav li {
  display: inline-block;
  margin-right: 34px;
  vertical-align: top;
}
#header .global_nav > ul > li {
  position: relative;
}
#header .global_nav li a,
#header .global_nav li span {
  font-size: 125%;
  display: block;
  padding-bottom: 10px;
  border-bottom: 5px solid #ffffff;
  font-style: oblique;
  letter-spacing: 2px;
}
#header .global_nav li a:hover,
#header .global_nav li.current span {
  border-bottom: 5px solid #ffcb17;
  text-decoration: none;
}
#header .global_nav li.current span {
  font-weight: bold;
}

#header .global_nav li.hover:hover {
  cursor: pointer;
}
#header .global_nav .sub_list {
  position: absolute;
  width: 99px;
  display: none;
  top: 34px;
  left: 0;
  margin-left: -15px;
  border-top: 5px solid #ffcb17;
}
#header .global_nav .sub_list.special {
  width: 133px;
  margin-left: -32px;
}
#header .global_nav .sub_list li {
  display: block;
  margin-right: 0;
}
#header .global_nav .sub_list li a {
  font-size: 100%;
  display: block;
  padding: 12px 10px;
  border-top: 1px solid #626262;
  border-bottom: none;
  font-style: normal;
  letter-spacing: 0;
  background: #000000;
  color: #ffffff;
}
#header .global_nav .sub_list li:first-child a {
  border-top: none;
}
#header .global_nav .sub_list  li a:hover {
  border-bottom: none;
  text-decoration: none;
  color: #ffcb17;
}

#header .language {
  width: 100px;
  float: right;
  background: #000000;
  height: 65px;
}
#header .language ul {
  text-align: center;
  padding-top: 28px;
}
#header .language li {
  display: inline-block;
}
#header .language li:first-child {
  margin-right: 10px;
}
#header .language li a,
#header .language li span {
  font-size: 109%;
  display: block;
  font-style: oblique;
  font-weight: bold;
  color: #666666;
  letter-spacing: 2px;
}
#header .language li a:hover,
#header .language li.current span {
  text-decoration: none;
  color: #ffffff;
}

/*----------------------------------------
    #contents
----------------------------------------*/
#contents {
	margin-top: 80px;
}
.main_title {
  font-size: 249%;
  line-height: 1.2;
  text-align: center;
  background: url(/ja/img/share/bg-main_title.gif) no-repeat center bottom;
  padding-bottom: 25px;
  margin-bottom: 45px;
  letter-spacing: 5px;
}
.products_list li {
	width: 24%;
	float: left;
	margin-left: 1.33%;
	background: #efefee;
	border: 1px solid #dcdcdc;
	padding: 28px 20px 24px 20px;
	text-align: center;
	margin-bottom: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.products_list li:nth-child(4n+1) {
	margin-left: 0;
}
.products_list li .logo {
	margin: 29px 0 6px 0;
}
.products_list li .name {
	background: #ffffff;
	border: 2px solid #ffcb17;
	padding: 12px 10px;
	font-size: 117%;
	text-align: center;
	margin: 0 10px;
}
.article_title {
  background: url(/ja/img/share/bg-article_title.jpg) no-repeat center center;
  background-size: cover;
  border-bottom: 60px solid #434343;
}
.article_title.no_border {
  border-bottom: none;
}
.article_title .inner {
  height: 230px;
  display: table;
}
.article_title h1 {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
}
.article_title h1 .en {
  font-size: 280%;
  display: block;
}
.article_title h1 .title {
  font-size: 142%;
  display: block;
}
#topic_path {
  margin-top: 25px;
}
#topic_path li {
	display: inline;
  color: #7d7d7d;
}
#topic_path li a {
  color: #7d7d7d;
}

.navigation_area .category_list {
  background: #434343;
  line-height: 1.3;
}
.navigation_area .category_list li {
  float: left;
  padding: 22px 30px 19px 30px;
  text-align: center;
}
.navigation_area .category_list li.current {
  background: #1b1b1b;
}
.navigation_area .category_list li a,
.navigation_area .category_list li span {
  font-size: 125%;
  font-weight: bold;
  color: #eeeeee;
}
.navigation_area .category_list li span {
  color: #ffcb17;
}
.navigation_area .sub_list {
  background: #1b1b1b;
}
.navigation_area .sub_list li {
  float: left;
  padding: 20px 45px 18px 45px;
}
.navigation_area .sub_list li a {
  font-size: 117%;
  font-weight: bold;
  color: #ffffff;
}
.navigation_area .sub_list li.current span {
  color: #ffcb17;
  font-size: 117%;
  font-weight: bold;
}

/*----------------------------------------
    footer
----------------------------------------*/
#footer {
	background: #1b1b1b;
  padding:  33px 0 21px 0;
}
#footer .inner {
	width: 900px;
}
#footer .footer_top {
  padding-bottom: 27px;
  border-bottom: 1px solid #bfbfbf;
}
#footer .footer_top .flogo {
	float: left;
  margin-left: 7px;
}
#footer .footer_top .flogo a:hover img {
  opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-ms-filter: "alpha( opacity=100 )" !important;
}
#footer .footer_top ul {
  float: right;
  padding-top: 17px;
}
#footer .footer_top ul li {
	display: inline-block;
}
#footer .footer_top ul li:first-child {
	margin-right: 30px;
}
#footer .footer_top ul li a {
	color: #ffffff;
  font-size: 109%;
  letter-spacing: 1px;
}
#footer .fnavi ul li a:hover,
#footer .fnavi ul li.current a {
	color: #ffffff;
	text-decoration: underline;
}
#footer .address_area {
	padding: 34px 0 48px 0;
}
#footer .address_area .area {
	float: left;
  width: 50%;
  font-size: 117%;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 1.9;
}
#footer .address_area .area.last {
  width: 47%;
  padding-left: 3%;
}
#footer .address_area .company_name {
  font-weight: bold;
}
#footer .address_area .company_name a {
  text-decoration: underline;
  margin-left: 20px;
  color: #ffcc66;
}
#footer .address_area .company_name a:hover {
  text-decoration: none;
  color: #ffcc66;
}
#footer .copyright {
	font-size: 117%;
  color: #ffffff;
	text-align: center;
}
#footer .copyright span {
  margin-left: 40px;
}
#footer .copyright span a {
    color: #fff;
}
#footer .copyright span.js-date {
  margin-left: 0;
}
#pageTop{
  position: fixed;
  right:2%;
  bottom:10%;
  cursor: pointer;
  display: none;
  z-index:999;
}
#pageTop:hover{
  opacity: 0.7;
}

@media screen and (max-width : 1020px){
.inner {
	width: 96%;
	margin: 0 auto;
}
/*----------------------------------------
    header
----------------------------------------*/
#header h1,
#header .logo {
  width: 33%;
  margin-right: 4%;
}
#header h1 img,
#header .logo img {
  width: 100%;
}
#header .global_nav {
  width: 53%;
}
#header .global_nav li {
  margin-right: 10px;
}
#header .global_nav li a,
#header .global_nav li span {
  font-size: 125%;
}
#header .language {
  width: 10%;
}
#header .language li:first-child {
  margin-right: 5px;
}

/*----------------------------------------
    #contents
----------------------------------------*/
.products_list li .product img {
  width: 100%;
}
.products_list li .logo {
	margin: 20px 0 10px 0;
}
.products_list li .logo img {
  width: 100%;
}
.products_list li .name {
	padding: 8px 3px;
	font-size: 100%;
}

/*----------------------------------------
    footer
----------------------------------------*/
#footer .inner {
	width: 96%;
}

}
