@charset "utf-8";
/* CSS Document */

body,h1,h2,h3,p,a,ul,ol,li,dl,dt,dd,header,nav,section,footer,table,th,td,form,input,textarea{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:100%;
	line-height:1;
}

* {
    outline: none!important;
}

body{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	width:100%;
	border-top:#15cfd6 3px solid;
	background:url(../img/common/bg02.gif);
	color:#474646;
}

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

a{
	color:#008bad;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

p{
	line-height:1.4;
}

.news_other,
.news_company,
.news_product{
	display:block;
	font-size:85.7%;
	color:#FFF;
	padding:3px 0;
	width:75px;
	text-align:center;
	border-radius:3px;
}

.news_other{ background-color:#007e9f;}
.news_company{ background-color:#ec8b0e;}
.news_product{ background-color:#ec3d0e;}

.news_new{
	float:right;
	font-size:85.7%;
	color:#FFF;
	background-color:#ae0c09;
	padding:1px 5px 2px;
	line-height:1;
}


.box01,
.box02,
.box03,
.box04{
	background-color:#FFF;
	background:linear-gradient(#fff, #e8e8e8);
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#e8e8e8));
	-pie-background: linear-gradient(#fff, #e8e8e8);
	border-radius:13px;
	-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
	position:relative;
}

.box01 h2{
	font-size:150%;
	line-height:1.4;
}

.box02 h2{
	font-size:150%;
	line-height:1.4;
	border-bottom:#dfdede 1px solid;
}


/*clearfix
---------------------------------------------------------------*/

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


/*wrapper
---------------------------------------------------------------*/
#wrapper{
	padding:0 0 10px;
	width:100%;
	background:url(../img/common/bg01.gif);
}



/*header
---------------------------------------------------------------*/
header{
	position:relative;
}

/* For modern browsers */
header:before,
header:after {
    content:"";
    display:table;
}
 
header:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
header {
    zoom:1;
}


#head_search{
	font-size:75%;
}

#head_search form{
	position:relative !important;
	width:100% !important;
}

#head_search p{
	background:url(../img/common/icon04.png) no-repeat 0 50%;
	padding:0 0 0 15px;
	line-height:1.4;
	margin:0 0 3px;
}

#english #head_search p{
	padding-left:17px;
}

#head_search input[type="text"]{
	float:left;
	width:63%;
	border-radius:13px 0 0 13px;
	-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.1) inset;
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.1) inset;
	border:#dcdcdc 1px solid;
	padding:5px 5%;
	height:1em;
	position:relative;
}

#english #head_search input[type="text"]{
	width:53%;
}

#head_search input[type="submit"]{
	font-size:90%;
	display:block;
	width:25%;
	height:2.2em;
	color:#FFF;
	text-align:center;
	border:none;
	background-color:#42a2b3;
	background:linear-gradient(#77d7e8, #42a2b3);
	background: -webkit-gradient(linear, center top, center bottom, from(#77d7e8), to(#42a2b3));
	-pie-background: linear-gradient(#77d7e8, #42a2b3);
	border-radius:0 13px 13px 0;
	position:relative;
}

#english #head_search input[type="submit"]{
	width:35%;
}

#head_search input[type="submit"]:hover{
	background:linear-gradient(#86e2f2, #52b7c9);
	background: -webkit-gradient(linear, center top, center bottom, from(#86e2f2), to(#52b7c9));
	-pie-background: linear-gradient(#86e2f2, #52b7c9);
}


/*bizasarchAspSuggest
---------------------------------------------------------------*/

#bizasarchAspSuggest,
#bizasarchAspSuggest2{
  position:absolute !important;
  margin:0;
  padding:0;
  z-index:99999 !important;
  top:100% !important;
  left:0 !important;
  border-bottom:1px solid #B0C4DE;

}

#bizasarchAspSuggest li,
#bizasarchAspSuggest2 li{
  list-style:none;
  border-left:1px solid #B0C4DE;
  border-right:1px solid #B0C4DE;
  background-color:#fff;
  padding:7px 5px;
  line-height:1.2;
}

#bizasarchAspSuggest2 li{
	font-size:85%;
}

#bizasarchAspSuggest li.sgItemOn,
#bizasarchAspSuggest2 li.sgItemOn{
  border-left:1px solid #cc9900;
  border-right:1px solid #cc9900;
  background-color:#ffeeaa;
  font-weight:bold;
  cursor:pointer;
}

/*pagetop
---------------------------------------------------------------*/
#pagetop{
	position:fixed;
	right:20px;
	bottom:30px;
	line-height:1;
	z-index:999;
}

#pagetop a{
	display:block;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	background-color:#666;
	border-radius:5px;
	width:20px;
	height:10px;
	padding:10px 10px 20px;
	position:relative;
}


/*footer
---------------------------------------------------------------*/
footer{
	background:url(../img/common/border01.gif) repeat-x;
}

footer p{
	font-size:75%;
	padding:0 0 10px;
}

footer div{
	border-bottom:#bbbdc5 1px solid;
}

.copyright{
	border-top:#f3f3f3 1px solid;
	padding:5px 0 0;
}

/*ck_tray
---------------------------------------------------------------*/
.ck_tray p{
	padding:0 0 10px;
}

.ck_tray ul,
.ck_tray ol{
	margin:0 0 10px 20px;
}


.ck_tray table{
	border-collapse:collapse;
}

.ck_tray td,
.ck_tray th{
	border:#CCC 1px solid;
	padding:2%;
	text-align:left;
}

.ck_tray li,
.ck_tray td,
.ck_tray th{
	line-height:1.2;
}


/*=========================================================================================
for スマフォ 480px以下
=========================================================================================*/

.box01{
	margin:0 2% 10px;
	padding:15px 3% 3%;
}


.box02{
	padding:15px 0 0;
	margin:0 2% 10px;
}

.box03{
	margin:5% 3%;
	padding:5%;
}

.c_use .box03,
.c_company .box03{
	margin:5% 3% 0;
}


.box04{
	padding:2%;
	margin:0 0 20px;
}




/*header
---------------------------------------------------------------*/
header{
	padding:15px 2%;
}


header #head_box{
	display:none;
}

header h1,
header #head_logo{
	width:75%;
	float:left;
	padding-bottom:5px;
}




nav{
	clear:both;

}

@media only screen and (max-width: 480px){
p#nav_btn{
	display:block;
	float:right;
	width:60px;
	padding:11px 0 5px;
	text-align:center;
	font-size:65%;
	color:#FFF;
	text-shadow:1px 1px rgba(0, 0, 0, 0.2);
	font-weight:bold;
	border:#e4e4e4 1px solid;
	background-color:#42a2b3;
	background:-webkit-gradient(linear, center top, center bottom, from(#77d7e8), to(#42a2b3));
	background:linear-gradient(#77d7e8, #42a2b3) ;
	-pie-background: linear-gradient(#77d7e8, #42a2b3);
	border-radius:10px;
	position:relative;
}
nav{ display:none; }


}


#head_search{
	display:none;
}

#global_nav{
	background-color:#FFF;
	list-style:none;
	border-top:#e4e4e4 1px solid;
}


#global_nav li a{
	display:block;
	padding:1em;
	background:url(../img/common/arrow01.png) no-repeat 95% 50%;
	text-decoration:none;
	border-bottom:#e4e4e4 1px solid;
	font-size:85%;
}
#global_nav li.external span {
    background: url(../img/common/linkTargetBlank.png) no-repeat 100% 50%;
    display: inline-block;
    padding-right: 20px;
}



#sub_nav{
	background-color:#f1f2f2;
	list-style:none;
}

#sub_nav li a{
	display:block;
	padding:1em 1em 1em 3em;
	color:#474646;
	text-decoration:none;
	border-bottom:#e4e4e4 1px solid;
	font-size:80%;
	background:url(../img/common/arrow03.png) no-repeat 95% 50%;
	background-size:12px 12px;
}

#sub_nav li.sub_site{
	background:url(../img/common/icon01.png) no-repeat 10px 50%;
}

#sub_nav li.sub_eng{
	background:url(../img/common/icon02.png) no-repeat 10px 50%;
}

#sub_nav li.sub_inq{
	background:url(../img/common/icon03.png) no-repeat 10px 50%;
}


#footer_link{
	display:none;
}


/*footer
---------------------------------------------------------------*/
footer{
	padding:15px 2% 50px;
}

footer div p:first-child{
	width:215px;
}

.copyright{
	font-size:55%;
}

/*=========================================================================================
for タブレット 481px以上
=========================================================================================*/
#nav_btn{
	display:none;
}

@media only screen and (min-width: 481px){
header{
	background:url(../img/common/header_bg.png) no-repeat 182px 0;
	height:130px;
}

header h1,
header #head_logo{
	width:40%;
	margin:0;
}


header #head_box{
	display:block;
	position:absolute;
	top:10px;
	right:10px;
	text-align:right;
}

header #head_box p.head_txt{
	display:none;
}


header #head_box p.head_btn {
	padding:0;
	font-size:70%;
	width:190px;
	float:right;
	border:#c3c3c3 2px solid;
	border-radius:15px;
	position:relative;
}

#english header #head_box p.head_btn {
	width:160px;
	font-size:75%;
}


header #head_box p.head_btn a{
	display:block;
	background-color:#5d88b5;
	background:linear-gradient(#5d88b5, #3a6592);
	background: -webkit-gradient(linear, center top, center bottom, from(#5d88b5), to(#3a6592));
	-pie-background: linear-gradient(#5d88b5, #3a6592);
	border-radius:15px;
	position:relative;
}


header #head_box p.head_btn a:hover{
	text-decoration:none;
	background-color:#6b95c1;
	background:linear-gradient(#6b95c1, #5d88b5);
	background: -webkit-gradient(linear, center top, center bottom, from(#6b95c1), to(#5d88b5));
	-pie-background: linear-gradient(#6b95c1, #5d88b5);
	border-radius:15px;
	position:relative;
}


header #head_box p.head_btn a span{
	display:block;
	color:#FFF;
	font-weight:bold;
	padding:6px 25px 4px 5px;
	text-shadow:1px 2px rgba(0, 0, 0, 0.2);
	background:url(../img/common/arrow02.png) no-repeat 170px 50%;

}

#english header #head_box p.head_btn a span{
	background-position:140px 50%;
}

nav{
	display: block !important;
}

#sub_nav{
	position:absolute;
	top:60px;
	right:2%;
	background:none;
}

#sub_nav li{
	float:left;
	border-left:#656464 1px dotted;
	padding:0 1em 0 2em;
}

#sub_nav li:first-child{
	border:none;
}

#sub_nav li.sub_sub{
	display:none;
}


#sub_nav li a{
	display: inline;
	padding:0;
	border: none;
	font-size:75%;
	background: none;
}

#sub_nav li a:hover{
	text-decoration:underline;
}


#global_nav{
	position:absolute;
	top:100px;
	left:2%;
	/*width:96%;*/
	width:70%;
	background-color:#FFF;
	border-top: none;
	background:linear-gradient(#fff, #e8e8e8);
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#e8e8e8));
	-pie-background: linear-gradient(#fff, #e8e8e8);
	border-radius:30px;
	-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
}

#global_nav li{
	float:left;
	width: 17%;
}

#english #global_nav li{
	width:27.5%;
	font-size:85%;
}

#global_nav li:first-child{
	width:15%;
}

#english #global_nav li:first-child{
	width:17.5%;
}

#global_nav li a{
	display:block;
	padding: 0;
	background:url(../img/common/arrow01.png) no-repeat 7% 50%;
	text-decoration:none;
	border-bottom: none;
	border-left:#d3d4d4 1px solid;
	font-size:85%;
}

#global_nav li span{
	display:block;
	line-height:1.2;
	padding: 0.7em 0.7em 0.7em 25%;
}

#english #global_nav li span{
	display: table-cell;
	line-height:1.4;
	vertical-align:middle;
}

#english #global_nav li:first-child span{
	padding: 0.7em 0.7em 0.7em 2em;
}

#global_nav li a:hover,
#global_nav li a.gn_current{
	color:#FFF;
	background-color:#65c5d6;
	background:linear-gradient(#65c5d6, #42a2b3);
	background: -webkit-gradient(linear, center top, center bottom, from(#65c5d6), to(#42a2b3));
	-pie-background: linear-gradient(#65c5d6, #42a2b3);
	position:relative;
}

#global_nav li a:hover span,
#global_nav li a.gn_current span{
	display:block;
	background:url(../img/common/arrow02.png) no-repeat 7% 50%;
	position:relative;
}

#global_nav li:first-child a{
	border:none;
	border-radius:30px 0 0 30px;
	position:relative;
}

#global_nav li.gn_last a,
#global_nav li.gn_last a:hover{
	border-radius:0 30px 30px 0;
	position:relative;
}
#global_nav li.external span {
    background: url(../img/common/linkTargetBlank.png) no-repeat 90% 50%;
    display: block;
    padding: 0.7em 0.7em 0.7em 25%;
}
#global_nav li.external a:hover span{
	background:url(../img/common/arrow02.png) no-repeat 7% 50%, url(../img/common/linkTargetBlank.png) no-repeat 90% 50%;
}

#head_search{
	display:block;
	position:absolute;
	top:90px;
	right:2%;
	width:25%;
	clear:both;
	padding:0;
}


#footer_link{
	display:block;
	list-style:none;
	padding:20px 0 0;
	clear:both;
}

#footer_link li{
	float:left;
	border-left:#656464 1px dotted;
	font-size:85%;
	background:url(../img/common/arrow03.png) no-repeat 10px 50%;
	padding:0 10px 0 30px;
	line-height:1.2;
}

#footer_link li:first-child{
	border:none;
}

#footer_link li a{
	color:#474646;
}




.box03{
	margin:3% 0;
	padding:3%;
}

.c_use .box03,
.c_company .box03{
	margin:3% 0 0;
}



}


/*=========================================================================================
for PC 769px以上
=========================================================================================*/

@media only screen and (min-width: 769px){
#english header{
	height:145px;
}


header h1,
header #head_logo{
	width:304px;
}


footer div p:first-child{
	padding-right:2%;
	float:left;
}

footer p.copyright{
	font-size:75%;
	text-align:right;
}

.box04{
	padding:2% 0 2% 2%;
}

}





/*=========================================================================================
for PC 980px以上
=========================================================================================*/

@media only screen and (min-width: 980px){
#english header{
	height:130px;
}

header{
	width:980px;
	margin:0 auto;
	padding:15px 0;
}

header h1,
header #head_logo{
	width:304px;
	padding:0;
	margin:0;
}
header #head_box{
	top:3px;
	right:0;
}

header #head_box p.head_txt{
	display:block;
	font-size:75%;
	color:#8a8a8a;
	padding:0 0 3px;
	
}


#sub_nav{
	right:0;
}

#global_nav{
	/*width:100%;*/
	width:75%;
	left:0;
}

#global_nav li a{
	background-position:20px 50%;
}

#english #global_nav li{
}

#global_nav li span,
#english #global_nav li span,
#english #global_nav li:first-child span{
	/*text-align:center;*/
	padding: 1em 1em 1em 45px;
	/*padding:1em;*/
}


#global_nav li a:hover span,
#global_nav li a.gn_current span{
	background-position:20px 50%;
}

#head_search{
	top:100px;
	right:0;
	width: 20%;
}

#footer_link{
	width:980px;
	margin:0 auto;
}
#global_nav li.external span {
    background: url(../img/common/linkTargetBlank.png) no-repeat 7.5em 50%;
    padding: 1em 1em 1em 45px;
}
#global_nav li.external a:hover span{
	background:url(../img/common/arrow02.png) no-repeat 20px 50%, url(../img/common/linkTargetBlank.png) no-repeat 7.5em 50%;
}
footer{
	padding:15px 0 50px;
}

footer p{
	font-size:87.5%;
}

footer div p:first-child{
	padding-right:60px;
}


footer div{
	width:980px;
	margin:0 auto;
	border-bottom:#bbbdc5 1px solid;
}

footer p.copyright{
	width:980px;
	margin:0 auto;
	font-size:75%;
}


}
