@charset "utf-8";
/* CSS Document */
/*--2015.02.26作成。全てのページで使うcssは全てここに記述。--*/

/*reset_css*/
/*要素のフォントサイズやマージン・パディングをリセット*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, #gnav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:17px;
    vertical-align:baseline;
    background:transparent;
	list-style:none;
}

html,body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
    font-size:17px;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,#gnav,section {
    display:block;
}

body {
	background:url(../image_cmn/header/header_bg.gif) 0 0 repeat-x;
}

/*#gnav要素内ulのマーカー（行頭記号）を表示しない*/

#gnav ul {
    list-style:none;
}

 

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃える*/

a, a:visited {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
	color:#00F;
}

/*リンクを全てhoverする*/
a img:hover, .header_logo a img:hover,.map_btns img:hover {
    filter: alpha(opacity=75);
    -ms-filter: "alpha( opacity=75 )";
    -moz-opacity: 0.75;
    opacity: 0.75; 
}

/* classにrollover指定がある場合画像置換のため透過させない*/
a img.rollover:hover {
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    -moz-opacity: 1;
    opacity: 1; 
}
 

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定*/

table {
    border-collapse:collapse;
    border-spacing:0;
}

 

/*縦方向の揃え位置を中央揃えに指定*/

input, select {

    vertical-align:middle;

}

/* For modern browsers */
.clear:before,
.clear:after {
    content:"";
    display:table;
}
 
.clear:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.clear {
    zoom:1;
}

#wrap{
	width: 960px;
	margin: 0 auto;
}

#header{
	width: 960px;
	margin: 20px auto 0;
}

#header h1, .header_logo {
    float: left;
	margin-top:10px;
    width: 345px;
}

#header h1{
    color: #666;
    font-weight: normal;
    font-size: 13px;
}

#header h1 img{
	margin-top: 0;
}

#header h2 a img:hover, .header_logo a img:hover {
    filter: alpha(opacity=75);
    -ms-filter: "alpha( opacity=75 )";
    -moz-opacity: 0.75;
    opacity: 0.75; 
}

#header .clear {
    position: relative;
}

#header .header_right {
    float: right;
    width: 300px;
    margin: 16px 0 0 0;
    position: absolute;
    right: 0;
}

#header #control-wrap {
	float:right;
}

#header #bnr_music {
	float:right;
	margin-right: 15px;
}

#header #bnr_logo {
	float:right;
	margin: 3px 5px 0 3px;
}

#header .logo, .header_logo {
    float: left;
	margin-top:10px;
    width: 345px;
}

#header .logo{
    color: #666;
    font-weight: normal;
    font-size: 13px;
}

#header .logo img{
	margin-top: 0;
}


/* ----------------------------
 フォントサイズbutton
------------------------------ */

#control-wrap{
	float:right;
	margin: 25px 15px 0 0px;
	overflow: hidden;
}


#header #control-wrap a {
	width: 30px;
	text-indent: 0;
}


#control-wrap ul{
	display: block;
	background-image: url(/image_cmn/font/font-bg.gif);
	height: 33px;
	width: 200px;
	float: right;
}
#control-wrap ul li{
	width: 20px;
	padding:0px 10px 0px 3px;
	float:right;
	list-style: none;
}

#control-wrap ul li img{
	cursor: pointer;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5 !important;
}

#control-wrap img:hover,
#control-wrap .active {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1 !important;
}


/* ----------------------------
 グローバルナビゲーション
------------------------------ */
#gnav{
	background:url(../image_cmn/header/nav_bg.gif) repeat-x;
}

#gnav .nav_li {
	position: relative;
	width: 946px;
    margin: 10px auto 0;
}

#gnav .nav_li > li {
    text-indent: -9999px;
    width: 235px;
    height: 43px;
	margin-bottom:2px;
    float: left;
}

#gnav li:first-child,
#gnav li:last-child {
    width: 237px;
}

#gnavi ul li{
	text-indent: 0;
}

#gnav li a:hover {
    filter: alpha(opacity=75);
    -ms-filter: "alpha( opacity=75 )";
    -moz-opacity: 0.75;
    opacity: 0.75;
}

#gnav li .current:hover {
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    -moz-opacity: 1.00;
    opacity: 1.00;
}

.hd06{
	text-indent: 0 !important;
}

.hd06_or{
	text-indent: 0 !important;
}

.nav_box .in_nav{
	margin: 5px 20px !important;
}

#gnav a {
    width: 237px;
    height: 45px;
    display: block;
}

#gnav .home a {
    background: url(../image_cmn/header/nav_global01.png) no-repeat;
}

#gnav .home.current {
    background: url(../image_cmn/header/nav_global01_on.png) no-repeat; 
}

#gnav .product>p {
    background: url(../image_cmn/header/nav_global02.png) no-repeat;
	display: block;
    width: 237px;
    height: 45px;
	cursor:default;
	z-index:1000;
}

#gnav .product:hover>p{
	background-position: 0 -45px;
}

#gnav .product.current {
    background: url(../image_cmn/header/nav_global02_on.png) no-repeat; 
}

#gnav .group a {
    background: url(../image_cmn/header/nav_global03.png) no-repeat;
}

#gnav .group.current {
    background: url(../image_cmn/header/nav_global03_on.png) no-repeat;
}

#gnav .inquiry a {
    background: url(../image_cmn/header/nav_global04.png) no-repeat;
}

#gnav .inquiry.current {
    background: url(../image_cmn/header/nav_global04_on.png) no-repeat;
}
/*#gnav.contact {
	float:right;
	margin:0;
	width:184px;
}

#gnav.contact a {
    background: url(../image_cmn/header/#gnav_global05.png) no-repeat;
	width:184px;
}

#gnav.contact.current {
    background: url(../image_cmn/header/#gnav_global05_on.png) no-repeat;
}
*/

.nav_box{
	display: none;
	position: absolute;
	width: 960px;
	left: -7px;
	top: 43px;
	background: #fff;
	z-index: 9999;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	padding-bottom: 10px;
	border: 1px solid #3a79b6;
	/*border-top:none;*/
}

.nav_box ul {
	width: 960px;
    margin: 10px auto 0;
}

.nav_box li {
    width: 235px;
    height: 63px;
	margin-bottom:2px;
    float: left;
	text-indent:0;
}

.page_top_nav{
	overflow:hidden;
	clear:both;
	padding-bottom:10px;
	margin: 15px auto 10px;
	width: 870px;
}
.page_top_nav ul li{
	float:left;
	margin: 0 30px 10px 0;
	line-height:0 !important;
}

.breadcrumb {
    color: #000;
    font-size: 15px;
    margin: 15px 0 5px 0;
}

.breadcrumb a {
    font-size: 15px;
    color: #bd002f;
}


#dropmenu{
  position: relative;
  list-style-type: none;
  width: 800px;
  height: 40px;
  margin: 30px auto 300px;
  padding: 0;
  background: #8a9b0f;
  border-bottom: 5px solid #535d09;
  border-radius: 3px 3px 0 0;
}
#dropmenu li{
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu li ul li{
  overflow: hidden;
  width: 800px;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #6e7c0c;
  text-align: left;
  font-size: 15px;
  font-weight: normal;
}
#dropmenu li:hover > a{
  background: #6e7c0c;
  color: #eff7b1;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #7c8c0e;
  border-bottom: 1px solid #616d0b;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}


/* ----------------------------
 コンテンツ部分
------------------------------ */

#contents p{
	line-height:1.5;
}

.btn_more02{
	margin-bottom: 20px;
}

/* ----------------------------
 footer
------------------------------ */
#footer{
    padding-bottom: 40px;
}

.footer_top {
    background: #043c89;
	padding:5px 0;
}

#footer ul {
    /*width: 960px;*/
		/*フッターリンク中央寄せの調整*/
    width: 840px;
    margin: 0 auto;
}

#footer li {
    float: left;
    margin-right: 20px;
	list-style: none
}

#footer li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    display: block;
    height: 30px;
    line-height: 30px;
    background: url(../image_cmn/footer/btn_footer_icon_right.png) no-repeat left center;
    padding-left: 15px;
}

#footer li a:hover {
    filter: alpha(opacity=75);
    -ms-filter: "alpha( opacity=75 )";
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.approval {
    text-align: center;
    font-size: 8px;
    margin: 15px 0 0 0;
}

.footer_logo {
    margin: 15px 0 0 0;
    text-align: center;
}

.copy {
    text-align: center;
    font-size: 10px;
    margin: 5px 0 0 0;
}
.mincho-ttl{
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "游明朝", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "HG明朝E", "ryo-display-plusn", serif;
    font-size:23px!important;
    font-weight:600;
    color:#000;
}

/* トップへ戻る
--------------------------------------------------------------------------- */
#page_top {
    position: fixed;
    bottom: 50px;
    right: 50px;
}

#page_top a {
    display: block;
    background:#fff url(../image_cmn/footer/btn_page_top.png) no-repeat 90% center;
    color: #000;
    font-size: 11px;
    padding: 15px 30px 15px 10px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -ms-border-radius: 3px;
    filter: alpha(opacity=75);
    -ms-filter: "alpha( opacity=75 )";
    -moz-opacity: 0.75;
    opacity: 0.75;
}

#page_top a:hover {
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    -moz-opacity: 1;
    opacity: 1;
}

/* ---------------------------------
 お問い合わせ
--------------------------------- */
.contact_area {
	width: auto !important;
	height: 265px;
	margin: 0 auto;
	background: #225396;
}

.contact_lead{
	display: block;
	margin: 0px auto;
	padding: 40px 0;
}

.contact_area .imgbox{
	width: 700px;
	margin: 0 auto !important;
}

.contact_area .imgbox .imgL{
	width: 362px;
}

.contact_area .imgbox .imgR{
	width: 300px;
}

/* SEOテキスト */
.key_txt {
	display: block;
	/*display: none;*/
	overflow: hidden;
	/* clear: both; */
	text-align: left;
	width: 750px;
	margin: 0 auto 30px;
	padding: 10px 10px 8px 10px;
	border: 3px solid #ededed;
	background-color: #fff;
	line-height: 1.5em;
	font-size: 15px;
}


