@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, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:16px;
	color:#333;
    vertical-align:baseline;
    background:transparent;
    letter-spacing:0.025em;
}
html,body {
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size:17px;

}
/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
 
/*ulのマーカー（行頭記号）を表示しない*/
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;
}

img {
    vertical-align: bottom;
}

/* 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: 940px;
    margin: 0 auto;
}

#header{
    padding: 10px 0 0 0;
}

#header h1, .header_txt {
    color: #666;
    font-weight: normal;
    font-size: 13px;
    margin: 0 0 10px 0;
}

#header h2, .header_logo {
    float: left;
	margin-top:10px;
    width: 345px;
}

#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 form label {
    height: 23px; 
    display: inline-block;  
    *display: inline;  
    *zoom: 1;
}

#header input[type="search"] {
    height: 23px;
    line-height: 23px;
    border: none;
    padding: 0;
    display: inline-block;  
    *display: inline;  
    *zoom: 1;
    margin: -5px 5px 0 0;
}

#header input[type="submit"] {
    height: 23px;
    line-height: 23px;
    border: none;
    background: #333;
    color: #fff;
    display: inline-block;
    margin-top: -5px;
    width: 52px;
}
.gsc-control-cse {
    width: 200px!important;
    float: right;
    padding: 0!important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0!important;
}
.cse .gsc-control-cse, .gsc-control-cse {
    border: none!important;
}
form.gsc-search-box {
    margin: 0!important;
    font-size: 14px!important;
}
.gsib_a {
    padding: 2px 5px 0 5px!important;

}
td.gsc-search-button {
    /*width: auto!important;*/
}
#gsc-i-id1 {
    background: none!important;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    padding: 0!important;
    margin: 0!important;
    text-indent: -9999px!important;
    background: #333!important;
    padding: 6px 10px!important;
    width: auto!important;
}


#header .header_btn a:hover, #header input[type="submit"]:hover {
    filter: alpha(opacity=75);
    -ms-filter: "alpha( opacity=75 )";
    -moz-opacity: 0.75;
    opacity: 0.75;
}

#header .header_btn a {
    display: block;
    float: left;
    color: #000;
    font-size: 11px;
    text-decoration: none;
    background: url(../image_cmn/header/btn_header_icon_right.png) no-repeat center left;
    padding-left: 10px;
    line-height: 25px;
}

#header nav ul {
    margin: 10px 0 0 0;
}

#header nav li {
    text-indent: -9999px;
    width: 185px;
    height: 63px;
    display: block;
    float: left;
    margin-right:4px;
}

#header nav li:last-child {
}

#header nav li a:hover {
    filter: alpha(opacity=75);
    -ms-filter: "alpha( opacity=75 )";
    -moz-opacity: 0.75;
    opacity: 0.75;
}

#header nav li .current:hover {
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    -moz-opacity: 1.00;
    opacity: 1.00;
}

#header li a {
    text-indent: -9999px;
    width: 185px;
    height: 63px;
    display: block;
}

#header li.home a {
    background: url(../image_cmn/header/nav_global01.png) no-repeat;
}

#header li.home.current {
    background: url(../image_cmn/header/nav_global01_on.png) no-repeat; 
}

#header li.company a {
    background: url(../image_cmn/header/nav_global02.png) no-repeat;
}

#header li.company.current {
    background: url(../image_cmn/header/nav_global02_on.png) no-repeat; 
}

#header li.business a {
    background: url(../image_cmn/header/nav_global03.png) no-repeat;
}

#header li.business.current {
    background: url(../image_cmn/header/nav_global03_on.png) no-repeat;
}

#header li.production a {
    background: url(../image_cmn/header/nav_global04.png) no-repeat;
}

#header li.production.current {
    background: url(../image_cmn/header/nav_global04_on.png) no-repeat;
}
#header li.contact {
	float:right;
	margin:0;
	width:184px;
}

#header li.contact a {
    background: url(../image_cmn/header/nav_global05.png) no-repeat;
	width:184px;
}

#header li.contact.current {
    background: url(../image_cmn/header/nav_global05_on.png) no-repeat;
}

#header #control-wrap {
	float:right;
}

#header #bnr_music {
	display:none;
	float:right;
}

.page_top_nav{
	overflow:hidden;
	clear:both;
	padding-bottom:10px;
	border-bottom: solid 1px #000;
	margin:10px 0;
}
.page_top_nav ul li{
	float:left;
	margin-right:20px;
	line-height:1;
}

.breadcrumb {
    color: #000;
    font-size: 14px;
    margin: 15px 0 5px 0;
    display: flex;
}

.breadcrumb li {
    font-size: 14px;
    padding-left: 1.5em;
    position: relative;
}

.breadcrumb li:first-child {
    padding-left: 0;
}

.breadcrumb li:before {
    content: ">";
    display: inline-block;
    position: absolute;
    left: 0.5em;
}

.breadcrumb li:first-child:before {
    display: none;
}

.breadcrumb a {
    font-size: 14px;
    color: #bd002f;
}

.side {
    float: left;
    width: 220px;
}

.side li {
    margin: 0 0 30px 0;
}

.side li a img:hover {
    filter: alpha(opacity=75);
    -ms-filter: "alpha( opacity=75 )";
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.main_ttl {
    margin: 25px 0 10px;
}

#contents .page_top_nav ul li a img:hover{
	filter: alpha(opacity=75);
    -ms-filter: "alpha( opacity=75 )";
    -moz-opacity: 0.75;
    opacity: 0.75;
}

#page_top {
    position: fixed;
    bottom: 50px;
    right: 50px;
}

#page_top a {
    display: block;
    background: url(../image_cmn/footer/btn_page_top.png) no-repeat 90% center #fff;
    color: #000;
    font-size: 11px;
    padding: 15px 30px 15px 10px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -o-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;
}

/*-- 各コンテンツ雛形 --*/
#contents {
	margin:0 auto;
	width:860px;
}
.content h2,
.content h3 
.content_box {
	display:block;
	overflow:hidden;
}
#content_inner {
	margin:0 auto 40px;
}
#content_inner .top_img {
	display:block;
	margin:0 auto 20px;
	text-align:center;
}
#content_inner .cont_txt {
	margin: 0 25px 20px 25px;
	font-size: 15px;
	color: #000;
	line-height: 1.7;
}
#content_inner h2 {
	margin:15px auto 25px;
}
#content_inner h3 {
	margin:0 15px 25px;
}
#content_inner section{
	display:block;
	overflow:hidden;
	margin:0 auto;
/*	margin-top:-15px;
	padding-top:15px;
	margin-bottom:50px;*/
}

/*-- 各コンテンツパーツ --*/
.mrg_b30 {
	margin-bottom:30px !important;
}
.mrg_b40 {
	margin-bottom:40px !important;
}


/*-- footer --*/
#footer{
    padding-bottom: 40px;
}
.key_txt {
	display: block;
    overflow: hidden;
    /* clear: both; */
    text-align: left;
    width: 750px;
    margin: 0 auto 15px;
    padding: 10px 10px 8px 10px;
    border: 3px solid #d9e1f3;
    background-color: #fff;
    line-height: 1.5em;
	font-size:13px;
}
.key_txt span {
	font-size:15px;
}


.footer_top {
    background: #333;
}

#footer ul {
    width: 995px;
    margin: 0 auto;
    padding-left: 40px;
}

#footer li {
    float: left;
    margin-right: 20px;
}

#footer li a {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    display: block;
    height: 37px;
    line-height: 37px;
    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;
}

.footer_logo {
    margin: 15px 0 0 0;
    text-align: center;
}

.copy {
    text-align: center;
    font-size: 10px;
    margin: 5px 0 0 0;
}

/*-- グレーボタン --*/
img.gray{
     -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -o-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     filter: gray;
	 opacity:0.3;
}
.clr000 {
	background:#ddd;
}

/* ----------------------------
 フォントサイズbutton
------------------------------ */

#control-wrap{
	float:right;
	margin: 25px 10px 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;
}

#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;
}






