@charset "UTF-8";
/*--PC用[ウインドウ幅750px以上のcss]開始----------------------------*/
@media screen and (min-width: 751px){
	.contents {
    width: 100%;
  }

/*--Reset-----------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

img[src$=".svg"] {
    width: 100%;
}


/*--Base------------------------------------------------------------*/
html,body {
	width: 100%;
	height: 100%;
}

html {
	height: 100%;
	overflow-y: scroll;
}

ul,li{
	list-style:none;
	margin:0;
	padding:0;
}

a {
	text-decoration: none;
	color:#ffffff;
}
/*--HTML5-----------------------------------------------------------*/
article,aside,details,footer,header,main,menu,nav,section,summary {
	display: block;
}

/*=========================
layout
=========================*/
wrapper{
	width:100%;
	margin:0 auto;
}

section{
	display:block;
	width:960px;
	margin:0 auto;
}

footer{
	display:block;
	width:100%;
	height:80px;
	margin:0 auto;
	background-color:#5a5a5a;
	clear:both;
	position:absolute;
}
/*=========================
header
=========================*/
header{
	position:fixed;
	top:0px;
	width:100%;
	height:70px;
	background-color:#ffffff;
	border-bottom:3px solid #006fc4;
	z-index:2;
}

#headerArea{
	width:960px;
	height:70px;
	margin:0 auto;
}

#logo{
	width:550px;
	float:left;
	display:block;
}

#logo img[src$=".svg"] {
	width:480px;
	padding-top:20px;
}


/*=========================
globalMenu
=========================*/
#navi {
	width:100%;
	height:49px;
	background-image:url(../images/top_global_bg.jpg);
	background-repeat:repeat-x;
	display:block;
	position:relative;
	z-index:1;
}

#dd {
	width:960px;
	margin:auto;
	height:49px;
	background-image:url(../images/top_global.jpg);
	display:block;
}

#dd a{
	text-decoration:none;
}

.mainmenu {
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	-webkit-font-smoothing: antialiased;  /* 必要に応じて指定 */ 
	color:#FFFFFF;
	display:block;
	float: left;
	width:160px;
	height:49px;
	list-style: none;
}

.navi_text{
	color:#ffffff;
	text-align:center;
	line-height:49px;
	font-size:17px;
}

.navi_text a:hover{
		color:#FFF400;
}

.navi_child li{
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	-webkit-font-smoothing: antialiased;  /* 必要に応じて指定 */ 
	font-size:14px;
	list-style:none;
	width:160px;
	line-height:35px;
	background-color:#dddddd;
}

.navi_child li a{
	text-decoration:none;
	padding-left:10px;
    display: block;
    color: #444444;
}

.navi_child li a:hover{
    background: #bbbbbb;
	display: block;
}

.navi_space{
	font-family: 'Open Sans', sans-serif;
	width:5px;
	line-height:49px;
	display:block;
	float: left;
	color:#FFFFFF;
}

.mainImageArea{
	width:100%;
	height:220px;
	background-color:#cccccc;
	margin-bottom:30px;
	background-image:url(../images/mainImage.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	margin-top:70px;
}

.logomark{
	width:380px;
	height: 113px;
	padding-top:60px;
	margin:0 auto;
}

.mainImageTextBox{
	max-width:960px;
	margin:0 auto;
}

.mainImageTextBox p{
	width:500px;
	height:100px;
	padding-top:60px;
	margin:0 auto;
	font-size: 28px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	-webkit-font-smoothing: antialiased;  /* 必要に応じて指定 */ 	
	color: #006fc4;
	text-align: center;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


/*=========================
Slide
=========================*/
#sliderArea{
	width:100%;
	height:180px;
	background-color:#cccccc;
	border-top:5px solid #006fc4;
	margin-bottom:30px;
}

#sliderBox{
	width:1100px;
	margin:0 auto;
	background-color:#D1D1D1;
}

#slider{
	width:770px;
	margin-bottom:80px;
	background-color:#DBDBDB;
	display:block;
	position:relative;
	float:left;
}

#closeupTopic{
	width:330px;
	height:350px;
	float:left;
	background-color:#617575;
}

/*=========================
 PageTop
=========================*/
#pagetop{
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	-webkit-font-smoothing: antialiased;  /* 必要に応じて指定 */ 
	font-size: 15px;
    text-decoration:none;
	color:#ffffff;
	background-color:#30a1c0;
	width:58px;
    display:block;
    text-align:center;
    padding:8px 0 8px;
	opacity:0.9;
	border-radius:30px;
	position: fixed;
    bottom: 25px;
    right: 25px;
	z-index:999;
	box-shadow:2px 2px #bbbbbb;
}

/*=========================
ContentsArea
=========================*/
h2.sectionTitle{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	-webkit-font-smoothing: antialiased;  /* 必要に応じて指定 */ 
	font-size: 27px;
	color:#555555;
	margin-bottom:30px;
	clear:both;
}

h2 img{
	padding-bottom:5px;
}

h3.productClass{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	-webkit-font-smoothing: antialiased;  /* 必要に応じて指定 */ 
	font-size: 22px;
	color:#007fbe;
	float:left;
	margin-right:15px;
	clear:both;
	line-height:1.75em;
	padding-left:25px;
	background-image:url(../images/top_productGroupArrow.png);
	background-repeat:no-repeat;
}

.lineHead{
	width:2px;
	height:100%;
	display:block;
	margin:0 10px 0 0;
	background-color:#fa4625;
	float:left;
}

.linkBtn{
	margin:15px 0 25px 0;
}

/*=========================
footer
=========================*/
#footerInner{
	width:960px;
	margin:0 auto;
	background-image:url(../images/footer_shadow.jpg);
	background-repeat:no-repeat;
}

.footerNavi{
	width:460px;
	margin:auto;
	overflow:hidden;
}

.footerNavi li{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	-webkit-font-smoothing: antialiased;  /* 必要に応じて指定 */ 
	font-size:15px;
	color:#FFFFFF;
	width:90px;
	margin:10px;
	text-align:center;
	padding-top:10px;
	display:block;
	float:left;
}	

.copyright{
	text-align:center;
}

.copyright p{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	-webkit-font-smoothing: antialiased;  /* 必要に応じて指定 */ 
	font-size:13px;
	color:#FFFFFF;
}
}