@charset "utf-8";

/**************************************************************************************************
基本設定
**************************************************************************************************/
#monodukuri-wrap {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}


/**************************************************************************************************
ヘッダー
**************************************************************************************************/
#monodukuri-wrap #Header {
  background-color: #f5f5f5;
}

#monodukuri-wrap #Header .Intro {
  font-size: 75%;
  padding: 3px 0px;
  text-align: right;
}

#monodukuri-wrap #Header .Logo {
  width: 498px;
  max-width: 100%;
  margin: -15px 0px 6px 0px;
}

#monodukuri-wrap #Header .Logo h1 {
  /* overwrite style.css */
  margin: 0;
  padding: 0;
  background: none;
}


/**************************************************************************************************
グローバルメニュー
**************************************************************************************************/
#monodukuri-wrap #Gmenu {
  border-top: solid 1px #999999;
  background-color: #ffffff;
  padding: 20px 0px;
}

#monodukuri-wrap #Gmenu ul {
  width: 100%;
  margin: 0px auto;
  list-style: none;
}
#monodukuri-wrap #Gmenu ul li {
  float: left;
  font-size: 137.5%;
  margin-left: 5px;
}
#monodukuri-wrap #monodukuri-wrap #Gmenu ul li:nth-child(1) {
  margin-left: 0px;
}

#monodukuri-wrap #Gmenu ul li a {
  padding: 5px 10px 5px 42px;
  border-radius: 50px;
  text-decoration: none;
  background-position:10px center;
  background-repeat:no-repeat;
  background-size: 28px 28px;
}
#monodukuri-wrap #Gmenu ul li a:link,
#monodukuri-wrap #Gmenu ul li a:visited {
  color: #000000;
}
#monodukuri-wrap #Gmenu ul li a:hover,
#monodukuri-wrap #Gmenu ul li a.ov {
  color: #ffffff;
  background-color: #8e0b1d;
}

/*1つ目*/
#monodukuri-wrap #Gmenu ul li:nth-child(1) a:link,
#monodukuri-wrap #Gmenu ul li:nth-child(1) a:visited {background-image:url(/images/monodukuri/gmenu01.png);}
#monodukuri-wrap #Gmenu ul li:nth-child(1) a:hover,
#monodukuri-wrap #Gmenu ul li:nth-child(1) a.ov      {background-image:url(/images/monodukuri/gmenu01_o.png);}

/*2つ目*/
#monodukuri-wrap #Gmenu ul li:nth-child(2) a:link,
#monodukuri-wrap #Gmenu ul li:nth-child(2) a:visited {background-image:url(/images/monodukuri/gmenu02.png);}
#monodukuri-wrap #Gmenu ul li:nth-child(2) a:hover,
#monodukuri-wrap #Gmenu ul li:nth-child(2) a.ov      {background-image:url(/images/monodukuri/gmenu02_o.png);}

/*3つ目*/
#monodukuri-wrap #Gmenu ul li:nth-child(3) a:link,
#monodukuri-wrap #Gmenu ul li:nth-child(3) a:visited {background-image:url(/images/monodukuri/gmenu03.png);}
#monodukuri-wrap #Gmenu ul li:nth-child(3) a:hover,
#monodukuri-wrap #Gmenu ul li:nth-child(3) a.ov      {background-image:url(/images/monodukuri/gmenu03_o.png);}

/*4つ目*/
#monodukuri-wrap #Gmenu ul li:nth-child(4) a:link,
#monodukuri-wrap #Gmenu ul li:nth-child(4) a:visited {background-image:url(/images/monodukuri/gmenu04.png);}
#monodukuri-wrap #Gmenu ul li:nth-child(4) a:hover,
#monodukuri-wrap #Gmenu ul li:nth-child(4) a.ov      {background-image:url(/images/monodukuri/gmenu04_o.png);}


/**************************************************************************************************
メインビジュアル
**************************************************************************************************/
#monodukuri-wrap .mainvisual img {
  max-width: 100%;
  height: auto;
}

#page-content {
  margin-top: 20px;
}

.hide {
  display: none;
}
