@charset "utf-8";

body {
	cursor:default !important;
}

/*--------------------------------------------------
global Header
---------------------------------------------------*/
#headWrap{
background:#FFF;
min-height:98px;
height:98px;
}
* html #headWrap {
height:105px;
overflow: hidden;
}
#headWrap #header{
height:55px;
margin:0 auto;
padding: 10px 0;
}
#headWrap #assistWrap{
border-top:3px solid #000;
margin-bottom: 0;
overflow: hidden;
height: 30px;
}

#headWrap #readArea{
text-align:right;
vertical-align:middle;
margin-top:-55px;
}
#headWrap #readArea img{
vertical-align:middle;
}		
#headWrap #readArea img.mar02{
margin-right:280px;
}

#headWrap #userAssist {
/zoom: 1;
overflow: hidden;
}

#headWrap .addTools {
float: right;
height:20px;
text-align: right;
}

#headWrap .addTools li {
float: left;
height: 20px;
line-height: 20px;
}

#headWrap .addTools li + li { margin: 0 0 0 5px;}
#headWrap .addTools li img { vertical-align: middle;}

/*--------------------------------------------------
#wacomWrap
---------------------------------------------------*/
#wacomWrap {
	color: #000;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
	font-size: 14px;
	background: #FFF;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding: 35px 0 60px 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #wacomWrap {
		padding-top: 25px;
    }
}
	#wacomWrap a {
		color: #00A9DF;
		text-decoration: none;
		outline: none;
	}
	#wacomWrap a:hover {
		text-decoration: underline;
	}
	#wacomWrap strong {
		font-weight: bold;
	}
	#wacomWrap .title {
		position: absolute;
		left: 0;
		top: 0;
	}

/*--------------------------------------------------
#wacomReadArea
---------------------------------------------------*/
#wacomReadArea {
	height: 330px;
	margin: 0 auto 30px auto;
}
	#wacomReadArea .image {
		float: left;
	}
	#wacomReadArea .text {
		float: left;	
	}
		#wacomReadArea .text .nth01,
		#wacomReadArea .text .nth02,
		#wacomReadArea .text .nth03 {
			display: block;
			overflow: hidden;
			height: 0;
			width: 650px;
			font-size: 0;
			line-height: 0;
			vertical-align: bottom;	
		}
		#wacomReadArea .text .nth01 {
			padding-top: 40px;
			background: url(../img/splash_txt_01.gif) 0 0 no-repeat;
		}
		#wacomReadArea .text .nth02 {
			padding-top: 145px;
			background: url(../img/splash_txt_02.gif) 0 0 no-repeat;
		}
		#wacomReadArea .text .nth03 {
			padding-top: 145px;
			background: url(../img/splash_txt_03.gif) 0 0 no-repeat;
		}
/*--------------------------------------------------
#wacomOvArea
---------------------------------------------------*/
#wacomOvArea {
	background: #EEE;
	height: 440px;
	margin-bottom: 50px;
}	
	#wacomOvArea .text {
		width: 305px;
		padding: 65px 20px 0 25px;
		position: relative;
		float: left;
	}
	#wacomOvArea .image {
		width: 650px;
		height: 440px;
		float: right;
		position: relative;
	}
		#wacomOvArea .frame {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 99;
		}

#slides {
	display: none;	
}
    #slides .slidesjs-navigation {
      	margin-top:3px;
    }
    #slides .slidesjs-previous, 
	#slides .slidesjs-next {
		display: none;
    }
    .slidesjs-pagination {
		display: block;
		position: absolute;
      	list-style: none;
		left: 224px;
		bottom: 22px;
		z-index: 100;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 3px 0 0;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 40px;
      height: 0;
      padding-top: 8px;
      float: left;
      overflow: hidden;
	  background: #BBB;
    }
    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
     background: #00A9DF;
    }

    .slidesjs-pagination li a:hover {
      background: #00A9DF;
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }

    .navbar {
      overflow: hidden
    }
/*--------------------------------------------------
#wacomNav
---------------------------------------------------*/
#wacomNav {
	width: 960px;
	display: block;
	margin: 0 auto;
	padding-bottom: 60px;
	border-bottom: #C7C7C7 solid 1px;
	text-align: center;
}
	#wacomNav li {
		padding: 0 2px;
		display: inline-block;
	}

/*--------------------------------------------------
#wacomContentArea
---------------------------------------------------*/
#wacomContentArea {
	width: 960px;
	padding: 0 20px;
}
	#wacomContentArea h3,
	#wacomContentArea h4 {
		display: block;
		margin-bottom: 20px;
	}
	#wacomContentArea p + p {
		margin-top: 1.8em;
	}
	#wacomContentArea p.caption {
		display: block;
		font-size: 12px;
		color: #BABABA;
		background: #000;
		margin: 0;
		padding: 12px;
		line-height: 1.4;
	}
	
	#wacomContentArea .p01_box01 {
		padding: 0 0 30px 0;
	}
		#wacomContentArea .p01_box01 p {
			line-height: 1.7;
		}
	#wacomContentArea .p01_box02 {
		background: #888;
		height: 250px;
		margin-bottom: 20px;
		color: #FFF;
		position: relative;
	}
		#wacomContentArea .p01_box02 .text {
			width: 660px;
			padding: 30px 20px 0 30px;
			float: left;
		}
			#wacomContentArea .p01_box02 .text h4 {}
			#wacomContentArea .p01_box02 .text .button {
				margin: 0;
				position: absolute;
				left: 510px;
				bottom: 20px;
			}
		#wacomContentArea .p01_box02 .image {
			float: right;
		}
	#wacomContentArea .p01_box03 {
		width: 430px;
		height: 270px;
		padding: 50px 20px 20px 20px;
		position: relative;
		background: #EEE;
	}
		#wacomContentArea .p01_box03 h4 {
			position: absolute;
			top: 0;
			left: 0;
		}
		#wacomContentArea .p01_box03 .text {
		}
			#wacomContentArea .p01_box03 .text p {
				font-size: 12px;
				line-height: 1.7;
			}
		#wacomContentArea .p01_box03 .image {
			float: right;
			margin: 0 0 10px 15px;
		}
			#wacomContentArea .p01_box03 dl dt {
				font-weight: bold;
			}
	#wacomContentArea .section {
		position: relative;
		margin-bottom: 20px;
	}
	#wacomContentArea .section.gray {
		background: #EEE;
		margin-bottom: 50px;
	}
		#wacomContentArea .section h4 {
			position: absolute;
			top: 0;
			left: 0;
		}
		#wacomContentArea .section .text {
			padding: 100px 0px 30px 0;
		}
		#wacomContentArea .section.gray .text {
			padding: 100px 30px 30px 30px;
		}
		#wacomContentArea .section .image.floatL {
			margin: 0 30px 10px 0;
		}
		#wacomContentArea .section .image.floatR {
			margin: 0 0 20px 30px;
		}	
	#wacomContentArea .p02_box01 {}
		#wacomContentArea .p02_box01 .image {
			width: 540px;
		}
	#wacomContentArea .p02_box02 {}
		#wacomContentArea .p02_box02 h4 {
			left: 360px;
		}
		#wacomContentArea .p02_box02 .image {
			width: 360px;
		}
	#wacomContentArea .p02_box03 {}
		#wacomContentArea .p02_box03 .image {
			width: 360px;
		}
	#wacomContentArea .p03_box01 {}
		#wacomContentArea .p03_box01 .image {
			width: 360px;
		}
	#wacomContentArea .p03_box02 {}
		#wacomContentArea .p03_box02 h4 {
			left: 540px;
		}
		#wacomContentArea .p03_box02 .image {
			width: 540px;
		}
	#wacomContentArea .p03_box03 {}
		#wacomContentArea .p03_box03 .text {
			padding-right: 30px !important;
		}		


/*--------------------------------------------------
#wacomFootArea
---------------------------------------------------*/
#wacomFooterArea {
	width: 900px;
	margin: 0 auto 30px auto;
	padding: 70px 30px 30px 30px;
	background: #000;
	color: #BABABA;
	position: relative;
}
	#wacomFooterArea h3 {
		position: absolute;
		left: 0;
		top: 0;
	}
	#wacomFooterArea .text {}
	#wacomFooterArea .text.floatL,
	#wacomFooterArea .text.floatR {
		width: 430px;
	}
		#wacomFooterArea .text p + p {
			margin-top: 1.6em;
		}


/*------------------------------------------------
Default
------------------------------------------------*/
/* float */
.clearfix{ /zoom : 1; clear : both;}
.clearfix:after{
content : '';
display : block;
clear : both;
}
.floatL {
float: left;
}
.floatR {
float: right;
}
.alingC {
	text-align: center;
}
.block {
overflow: hidden;
_zoom: 1;
}
/* .squash */
.squash{
height: 0;
padding: 0;
overflow: hidden;
font-size: 0;
line-height: 0;
}
/* #footer */
#footer {
/*border-top: #C7C7C7 solid 1px;*/
background: #FFF;
padding: 20px 20px 15px 20px;
}

/* font-size ---------------*/
.fs11 { font-size: 11px !important; }
.fs12 { font-size: 12px !important; }

/* margin ---------------*/
.marginR5{ margin-right:5px !important; }
.marginL5{ margin-left:5px !important; }
.marginR10{ margin-right:10px !important; }
.marginL10{ margin-left:10px !important; }
.marginR20{ margin-right:20px !important; }
.marginL20{ margin-left:20px !important; }
.marginR30{ margin-right:30px !important; }
.marginL30{ margin-left:30px !important; }
.marginR60{ margin-right:30px !important; }
.marginL60{ margin-left:30px !important; }
.marginB0{ margin-bottom:0 !important; }
.marginB5{ margin-bottom:5px !important; }
.marginB10{ margin-bottom:10px !important; }
.marginB15{ margin-bottom:15px !important; }
.marginB20{ margin-bottom:20px !important; }
.marginB30{ margin-bottom:30px !important; }
.marginB40{ margin-bottom:40px !important; }
.marginB50{ margin-bottom:40px !important; }
.marginB60{ margin-bottom:60px !important; }
.marginB70{ margin-bottom:70px !important; }
.marginB80{ margin-bottom:80px !important; }
.marginT5{ margin-top:5px !important; }
.marginT10{ margin-top:10px !important; }
.marginT15{ margin-top:15px !important; }
.marginT20{ margin-top:20px !important; }
.marginT25{ margin-top:25px !important; }
.marginT30{ margin-top:30px !important; }