body {
	margin: 0 ;		/* スペース */
	padding: 0 ;	/* 余白 */
	font-size: 15px;	/* 文字サイズ*/
	line-height: 1.618 ;	/* 行の高さ */
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Helvetica', 'Verdana', 'ＭＳ Ｐゴシック', 'MS-PGothic', sans-serif;
 	color: #000 ;
	background-color:#fcfcfc;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.mainvi a:hover img {
  opacity: 1.0;
}

p{
	margin: 0 0 8px 0;
	padding: 0 ;	
	font-size:87%;
	}

img {
    border: 0px;
}

h1 {
    font-size : 140%; 
    line-height: 126%;
 	margin-bottom: 8px;
	margin-top:0;
	border-left: 4px #c59b47 solid;
	background-color:#eee;
	padding: 12px 0 10px 14px;	
	display:block;
}
 
h2 {
    font-size : 100%;
    line-height: 1.4;
	font-weight:normal;
}

a:link h2{ 
color: #000;
text-decoration:none; 
}
a:visited h2{ 
color: #000;
text-decoration:none; 
}
a:hover h2{ 
color: #000; 
text-decoration:underline; 
}
a:active h2{
color: #000;
text-decoration:none; 
}

h4 {
    font-size : 81%;
	font-weight:normal;
	margin:0;
}

h5 {
    font-size : 68.8%;
	font-weight:normal;
}

#wrap {
overflow: hidden;
}

a:link { 
color: #0e3eac;
text-decoration:none; 
}
a:visited { 
color: #0e3eac;
text-decoration:none; 
}
a:hover { 
color: #0e3eac; 
text-decoration:underline; 
}
a:active {
color: #0e3eac;
text-decoration:none; 
}

hr{
	border-top:1px solid #999;
	margin:0;
	padding:0;
}

.clear{
   clear:both;
} 

.fa fa-angle-down {
	font-size:200%;
}

#all_menu{
	height:81px;
	background-color:#fff;
	position:fixed;
	width:100%;
	border-bottom: #c59b47 4px solid;
	z-index: 99999;
}

#text_menu{
	height:13px;
    font-size: 11.5px;
	text-align: right;
	margin-top:10px;
    padding-right: 8px;
	color:#000;
	text-decoration:none;
}

#text_menu a{
color:#000;
text-decoration:none;
margin-right:2px;
margin-left:2px;
}

#text_menu a:hover {
	color:#888; 
	text-decoration:underline;
}

#top_menu{
	position:fixed;
	left:50%;
	width:965px; /* 要素の幅を指定する（固定幅ならwidth:600px;） */
	margin:0 auto; /* ブロック要素の中央揃え */
	margin-left:-482.5px;
	background-color:#fff;
}

#g_logo {
border-bottom: #c59b47 4px solid;
float:left;
display: flex;
height:58px;
width: 240px;
}

#g_menu {
border-bottom: #a2a2a2 4px solid;
float:left;
display: flex;
height:58px;
width: 725px;
}

#g_logo_m {
display: none;
}

#top_menu a:link { 
color: #000;
text-decoration:none; 
}
#top_menu a:visited { 
color: #000;
text-decoration:none; 
}
#top_menu a:hover { 
color: #777; 
text-decoration:none; 
}
#top_menu a:active {
color: #000;
text-decoration:none; 
}

.g_menu_m {
display: none;
}

.g_menu_m_0 {
display: none;
}

/* ハンバーガー */
.x_menu{
display: none;
}

.news{
	width:32%;
	margin-left: 2%;
	float:left;
}

.udmenu hr{
	margin: 4px 0;
	border-top:1px dotted #bbb;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
}

.headtag{
	font-size:87%;
	font-weight:bold;
	padding:5px 3px 3px 8px;
	margin-bottom: 16px;
	background-color:#ddd;
	border-top-left-radius: 5px;        /* CSS3草案 */  
    -webkit-border-top-left-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-top-left-radius: 5px;   /* Firefox用 */  
	border-top-right-radius: 5px;        /* CSS3草案 */  
    -webkit-border-top-right-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-top-right-radius: 5px;   /* Firefox用 */  
	}
	
.pick_txt{
	font-size:81%;
	padding: 2%;

}

.headtag2{
	font-size:87%;
	font-weight:bold;
	padding:5px 8px 3px 8px;
	color:#fff;
	background-color:#777;
	border-top-left-radius: 5px;        /* CSS3草案 */  
    -webkit-border-top-left-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-top-left-radius: 5px;   /* Firefox用 */  
	border-top-right-radius: 5px;        /* CSS3草案 */  
    -webkit-border-top-right-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-top-right-radius: 5px;   /* Firefox用 */  
	}

#tw{
width: 28%;
margin-left: 2%;
float: left;
display: inline-block;
}

.udmenu{
	width:46%;
	margin: 0 2%;
	float:left;
}

.udheadtag1{
	font-size:100%;
	font-weight:bold;
	color: #fff;
	padding:7px 10px 3px 10px;
	margin-bottom: 4px;
	background-color:#c59b47;
	border-top-left-radius: 5px;        /* CSS3草案 */  
    -webkit-border-top-left-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-top-left-radius: 5px;   /* Firefox用 */  
	border-top-right-radius: 5px;        /* CSS3草案 */  
    -webkit-border-top-right-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-top-right-radius: 5px;   /* Firefox用 */  
	}
	
.udheadtag2{
	font-size:100%;
	font-weight:bold;
	color: #fff;
	padding:7px 10px 3px 10px;
	margin-bottom: 4px;
	background-color:#a2a2a2;
	border-top-left-radius: 5px;        /* CSS3草案 */  
    -webkit-border-top-left-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-top-left-radius: 5px;   /* Firefox用 */  
	border-top-right-radius: 5px;        /* CSS3草案 */  
    -webkit-border-top-right-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-top-right-radius: 5px;   /* Firefox用 */  
	}
	
.tagmenu{
	font-size: 68.8% ;/* 文字サイズ11px */
	text-align: left;
	font-weight: normal;
	padding-top: 3px;
	display: inline;
	float: right;
}

.tagmenu a:link { 
color: #fff;
text-decoration:none; 
}
.tagmenu a:visited { 
color: #fff;
text-decoration:none; 
}
.tagmenu a:hover { 
color: #fff; 
text-decoration:underline; 
}
.tagmenu a:active {
color: #fff;
text-decoration:none; 
}

#footer{
background-color: #a2a2a2;
}

.footerud{
display: none;
}

#footerin{
	color: #fff;
	width:965px;
	margin:0 auto;
	padding: 37px 0;
	font-size:81%;
	}

.top_main{
	width:965px;
	margin:32px auto;
	overflow: hidden;
	text-align:left;
	}
	
.twud{
	border: 1px #eee solid;
	background-color: #fff;
	overflow: hidden;
	padding: 0 10px;
}

.footcoltd{
	margin: 26px 70px 0 70px;
	float:left;
}

.footmenu{
	border-left: 1px #ccc solid;
	float:left;
	width:28%;
	margin-left: 2%;
	padding-left: 12px;
}

.footmenu a:link { 
color: #fff;
text-decoration:none; 
}
.footmenu a:visited { 
color: #fff;
text-decoration:none; 
}
.footmenu a:hover { 
color: #fff; 
text-decoration:underline; 
}
.footmenu a:active {
color: #fff;
text-decoration:none; 
}

#copyright{
    margin-top: 32px;
    padding-bottom: 12px;
	text-align: center;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 2%;
    font-size: 130%;
}
#page-top a {
    background: #000;
    text-decoration: none;
    color: #fff;
    width: 35px;
    padding-bottom: 3px;
    text-align: center;
    display: block;
    border-radius: 5px;
    opacity: 0.6;
}

#page-top a:hover {
    text-decoration: none;
    background: #444;
}

.flx {
	width: 100%;
	height: 324px;
    margin:auto;
	background-image: url("../images/sea.jpg");
	background-size: cover;
}

.flx2 {
	width: 100%;
	height: 340px;
    margin:auto;
    background-image: url("../images/bg_ye.jpg");
    background-repeat: repeat-x;
}

.twin{
	padding: 3%;
	font-size: 81% ;
}

.twin hr{
	margin-top: 8px;
	margin-bottom: 8px;
	border-top:1px dotted #bbb;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
}

.ttl p{
color: #000;
}

.mainvi{
margin: 0 auto;
position: relative;
width: 1060px;
height: auto;
}

.mainvi img{
	vertical-align: bottom;
}

.mainon{
	position:absolute;
	top: 0;
	left: 31px;
}

.mainttl{
	width:96%;
	margin:0 2%;
	}
	
.mainttl2{
	width:99%;
	margin:0 2% 0 -1%;
	}

.box1_a{
	width:66%;
	height:100%;
	margin:0 0 0 2%;
	float: left;
	position : relative ;
}

.box1_b{
	width:70%;
	margin:0 0 0 15%;
	font-size:100%;
	text-align:left;
}

.box1_0{
	width:28%;
	margin:0 0 1% 0;
	padding:2%;
	float: left;
}

.box1_1{
	width:18%;
	margin:2% 0 1% 3%;
	padding:2%;
	float: left;
	text-align:center;
}

.box1_1 img{
    max-width: 100%;
    height: auto;
}

h2 a:link { 
color: #000;
text-decoration:none; 
}
h2 a:visited { 
color: #000;
text-decoration:none; 
}
h2 a:hover { 
color: #000; 
text-decoration:underline; 
}
h2 a:active {
color: #000;
text-decoration:none; 
}

.box1_0 hr{
	margin-top: 8px;
	margin-bottom: 8px;
	border-top:1px dotted #bbb;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
}

.box1_1 hr{
	margin-top: 8px;
	margin-bottom: 8px;
	border-top:1px dotted #bbb;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
}

.box2{
	width:96%;
	margin:0;
	padding:2%;
	float: left;
	border-top-left-radius: 5px;        /* CSS3草案 */  
    -webkit-border-top-left-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-top-left-radius: 5px;   /* Firefox用 */  
	border-top-right-radius: 5px;        /* CSS3草案 */  
    -webkit-border-top-right-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-top-right-radius: 5px;   /* Firefox用 */  
}

.ash{
	background-color:#71A0D1;
	font-weight:bold;
	color:#fff;	
	padding:5px;
	margin-right:5px;
	display:inline-block;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
}

.bsh{
	background-color:#f00;
	font-weight:bold;
	color:#fff;	
	padding:5px;
	margin-right:5px;
	margin-bottom: 12px;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
	display:inline-block;
}

.msh{
	font-weight:bold;
	border-bottom: 2px #f00 solid;
	margin: 0 5px 4px 0;
	display:inline-block;
}

.telmail{
width: 100%;
background-color: #000;
color: #fff;
font-size: 200%;
text-align: center;
}

#sub-market {
	padding:3%;
}

#sub-market img{
	display:none;
}

#sub-market h3{
	display:none;
}

.gold {
	list-style:none;
}

.gold:first-child:before {
    content: "金　　　　　";
    margin-left: 5px;
}

.platinum {
	list-style:none;
}

.platinum:nth-of-type(2):before {
    content: "プラチナ　　";
    margin-left: 5px;   
}

#sub-market ul{
	display:inline-block;
	padding:0;
	margin:6px 0 0 0;
	}

.data {
	display:inline-block;
	padding-left: 5px;
	font-size:81%;
	line-height: 18px;
}

.market-link {
	display:none;
}

.shinasoba {
	border: 1px #eee solid;
	border-top-width: 0px;
	margin-bottom:24px;
	background-color:#fff;
}

#tv {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#tv iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.pankuzu_bk{
	margin-top:85px;
	background-color:#fff;
}

.pankuzu{
	margin:0 auto;
	padding:4px 0;
	width: 922px;
	color:#000;
	font-size:81%;
}

.pankuzu_s{
	display:none;
}

.box1_a_in1{
	width:60%;
	float:left;
}

.box1_a_in2{
	width:40%;
	float:left;
	text-align: right;
	position : absolute ;
	left:61%;
	bottom : 0 ;
}

.box1_a_in2 img{
	width: inherit;
    max-width: 100%;
    height: auto;
}

.lead{
	font-size:30px;
}

.vsh{
	background-color:#555;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	color:#fff;	
	width:100%;
	padding:5px 0;
	margin: 0 0 11px 0 ;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
	display:inline-block;
}

.vsh2{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	width:100%;
	padding:5px 0;
	margin: 0;
	display:inline-block;
}

.column3{
	float:left;
	width:42%;
	margin:0 2% 2% 2%;
	padding:2%;
	display:inline-block;
	background-color:#fff;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
}

.column3 img{
	width:75%;
	height:auto;
	display: block;
 	margin: 10px auto;
}

.so_ttl {
	font-weight: bold;
    font-size: 22px;
    width: 100%;
    padding: 30px 0;
	text-align:center;
	background-color: #eeeeee;
}

.bg4{
	width:100%;
	overflow:hidden;
	background-color: #fff;
}

.factory-wrap {
	height: 48px;
	width: 413px;
	background-image: url(../business/images/pickup1.png);
	background-repeat: no-repeat;
	padding-top: 103px;
	padding-left: 17px;
}

#s_logo {
	display:none;
}


@media screen and (max-width:965px){

#all_menu{
border:none;
}

#g_logo {
display:none;
}

#g_menu {
display:none;
}

#g_logo_m {
display: inline-block;
float:left;
width:9%;
text-align:center;
border-bottom: #c59b47 4px solid;
height:58px;
}

.g_menu_m {
display: inline-block;
float:left;
width:17.96%;
text-align:center;
margin-top:15px;
height:40px;
}

.g_menu_m a{
color:#000;
text-decoration:none;
}

.g_menu_m a:hover {
	color:#888;
}

.g_menu_m_0 {
display: inline-block;
float:left;
width:1px;
text-align:center;
margin-top:12px;
height:40px;
}

.g_menu_m_0 a{
color:#000;
text-decoration:none;
}

.g_menu_m_0 a:hover {
	color:#888;
}

#top_menu{
	position:fixed;
	height:81px;
	left:50%;
	width:100%; /* 要素の幅を指定する（固定幅ならwidth:600px;） */
	margin:0 auto; /* ブロック要素の中央揃え */
	margin-left:-50%;
	background-color:#fff;
	border-bottom: #a2a2a2 4px solid;
	}
	
/* ハンバーガー */
.x_menu{
display: none;
}

.top_main{
	width:96%;
	margin:2%;
	}
	
.news{
	width:30%;
	margin-left: 2%;
	float:left;
}

#tw{
width: 32%;
float: left;
display: inline-block;
}

#footerin{
	width:100%;
	margin: 0;
	}

.flx{
	width:100%;
	height: auto;
}

.mainvi{
width: 100%;
}

.pankuzu{
	width: 96%;
}

.box1_a{
	width:62%;
}

h1 {
	width:94%;
	margin-left:2%;
}

.footcoltd{
	margin: 26px 10px 0 3%;
}

}

/* ウィンドウ幅が0-600pxの場合に適用するCSS */
@media screen and (max-width:600px){

#all_menu {
height: 62px;
}

#top_menu{
	position:fixed;
	height:58px;
	left:50%;
	width:100%; 
	margin:0 auto; 
	margin-left:-50%;
	background-color:#fff;
	border-bottom: #c59b47 4px solid;
	}
	
#g_menu {
float: left;
width:auto;
}

#g_logo_m {
	display:none;
}

#s_logo {
    display: inline-block;
    margin-top: 7px;
    margin-left: 7px;
	position: relative;
    z-index: 2;
}

#s_logo img {
	width:210px;
	height:auto;
}
	
.g_menu_m {
	display:none;
	height:58px;
}

.g_menu_m_0 {
	display:none;
	height:58px;
}

#text_menu{
	display:none;
}

/* ハンバーガー */
.x_menu{
display: inline-block;
position: fixed;
float: right;
width: 100%;
top: 0px;
right: 0px;
}

label {
    color: #000;
    padding: 11px 15px 0px 15px;
    display: inline-block;
	text-align:right;
	float: right;
	height: 47px;
	border-bottom: #a2a2a2 4px solid;
}

input[type="checkbox"].on-off{
    display: none;
}

.x_menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0;
    list-style: none;
	background: #888;
	width: 100%;
}

.x_menu li {
    padding: 5px;
	margin: 0 7px;
	color:#fff;
}

.x_menu li a:link { 
color: #fff;
text-decoration:none; 
}
.x_menu li a:visited { 
color: #fff;
text-decoration:none; 
}
.x_menu li a:hover { 
color: #fff; 
text-decoration:underline; 
}
.x_menu li a:active {
color: #fff;
text-decoration:none; 
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: 250px;
}

.news{
	overflow: hidden ;
	width:96%;
	margin: 0 0 10px 2%;
}

#tw{
	width:96%;
	margin: 0 0 10px 2%;
}

.udmenu{
	overflow: hidden ;
	width:96%;
	margin: 0 0 10px 2%;
}

.footcoltd{
    overflow: hidden;
	width:90%;
	margin: 0 0 10px 5%;
	padding: 0 0 10px 0;
	border-bottom: 1px #ccc solid;
}

.footmenu{
	border-left: 0;
	width:44%;
	margin-left: 0;
	padding-left:5%;
}

.flx{
    padding: 0;
}

.box1_0{
	width:96%;
	margin:0 0 2% 0;
	overflow: hidden;
}

.box1_1{
	width:44%;
	margin:0 0 2% 2%;
	overflow: hidden;
}

.box1_a{
	width:96%;
	margin:0 2% 2% 2%;
	overflow: hidden;
	}

.box1_b{
	width:98%;
	margin:0 0 0 1%;
	overflow: hidden;
}

h2 {
    font-size : 90%;
	font-weight:normal;
	margin:12px 0;
}

.pankuzu_bk{
	margin-top:62px;
}

.pankuzu_s{
	display:block;
	margin:0 auto;
	padding:4px 0;
	width: 94%;
	color:#000;
	font-size:81%;
}
	
.shinasoba {
	margin-bottom:2%;
}

.mainttl2{
	width: 98%;
    margin: 0;
}

h1{
	font-size:100%;
	margin:0 0 0 1%;
}

.column3 {
	overflow:hidden;
	width:92%;
}

.so_ttl {
    font-size: 18px;
	padding: 15px 0;
}

.lead{
	font-size:24px;
}

}