@charset "UTF-8";

/*==========================================
 body
===========================================*/
body {
  width: 100%;
  background: #FFF;
  color: #000;
  font-family:メイリオ,Meiryo,sans-serif;
  font-size: 18px;
  line-height: 2em;
}

a:link, a:visited {
    text-decoration: underline;
    text-underline-offset:0.3em;
	color:#F00;
}
a:hover {
	color: #ffb320;
    text-decoration: none;
}
a img:hover {
	opacity: 0.5;
}
#wrapper{
    width: 100%;
    margin: 0 auto;
    position: relative;
}


/*==========================================
 header_footer
===========================================*/
header {
    background-color: #3c3c3c;
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 100;
}

header #header_fix{
    width:1100px;
    margin: 0 auto;
    position: relative;
}

header h1 img{
    width: 200px;
}



nav#g_nav{
    display:block;
    position: absolute;
    top:16px;
    right: -10px;
    text-align: right;
    color: #FFF;
}
nav#g_nav ul > li{
    display: inline;
    margin-left: 60px;
    line-height: 20px;
}
nav#g_nav ul > li > a{
    display: inline-block;
    padding: 6px 10px 2px;

}

nav#g_nav a:link, nav#g_nav a:visited, footer a:link,footer a:visited {
    text-decoration: none;
	color:#FFF;
}
nav#g_nav a:hover,footer a:hover {
    text-decoration: underline #f00 2px;
    text-underline-offset:0.3em;
}



footer{
    margin-top: 70px;
    padding: 3%;
    background-color: #3c3c3c;
    color: #FFF;
    font-size: 16px;
}
footer div{
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
footer address{
    font-style: normal;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
}








/*==========================================
 contents
===========================================*/

#main_img img {
    margin-top: 60px;
    width: 100%;
    height: auto;
}

h2{
    padding: 50px 0 15px 0;
    font-size: 30px;
}

div#contents {
    width: 1100px;
    margin: 0 auto;
}

.p_txt_right{
    text-align: right;
    margin-top: 20px;
}

#products_menu {
    margin: 20px 0;
    z-index: 20;
}
#products_menu li{
    display: inline-block;
    margin: 0 10px 0 0;
}


article{
    margin: 0 0 20px 0;
}
h3{
    margin: 0 20px 10px 0;
    font-size: 30px;
    display: inline-block;
    text-decoration: underline #f00 3px;
    text-underline-offset:0.3em;
    text-decoration-color: #f00;
    padding-top: 100px;
    z-index: -100;
}
h3 .h3_small{
    font-size: 18px;
    font-weight: normal;
    text-decoration: underline #f00 3px;
}
.pdf_dl_over_red{
    width: 230px;
    height: 26px;
    background-color: #f00;
    opacity: 1;
    display: inline-block;
    margin: -10px 0 -10px 0;
    justify-content: center;
    align-items: center;
}
.pdf_dl_img{
    display: flex;   
}
.pdf_dl_over_red a:hover img{
    opacity: 0.7;
}
.bold{
    font-weight: bold;
}
.red{
    color: #f00;
}
.left_30px{
    margin-left: 30px;
}


table {
    width: 1100px;
    margin: 0 auto;
    border: solid 1px #3c3c3c;
}

table th {
    width: 130px;
    background-color: #3c3c3c;
    color:#FFF;
    font-weight: normal;
    text-align: left;
    padding: 5px 10px 5px 20px;
    border-bottom: solid 1px #FFF;
}

table td {
    border-bottom: solid 1px #3c3c3c;
    padding: 5px 10px 5px 20px;
}

table th.th_last{
    border-bottom: solid 1px #3c3c3c;
}
    




.box_contact{
    border: solid 1px #3c3c3c;
    width: 500px;
    padding: 20px 30px;
    font-size: 20px;
    line-height: 2.5em;
}



