@charset "UTF-8";
/* CSS Document ---------------------------------------
* wrapper
* header
* container
* contents
* saide
* main
* section
* nav
* subnav
* processing_nav
* banner
* news
* footer
* footer nav
* copyright
* image box
* link
* last margin 0
* sitemap list
* order_user_registration
* btn_processing
* table deco1
--------------------------------------------------------*/

/*  wrapper
-------------------------------------------------------*/
#wrapper {
	clear: both;
	width: 100%;
	border-top: 3px solid #3366c8;
	/*footer bottom*/
	height: auto!important;
	height: 100%;
	min-height: 100%;
	position: relative;
}
.w960 {
	width: 960px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

/* header
-------------------------------------------------------*/
#header {
	clear: both;
	width: 100%;
	height: auto;
	padding: 5px 0 0 0;
	overflow: hidden;
}

#header .head_contact {
	width: 393px;
	margin-top: 15px;
}

#header .head_contactBtn {
	width: 188px;
	height: 31px;
	margin-left: 8px;
	margin-top: 5px;
	float: right;
}

/*  container
-------------------------------------------------------*/
#container {
	clear: both;
	width: 100%;
	color: #333;
	line-height: 1.79em;
	padding-top: 10px;
	padding-bottom: 50px;
	overflow: hidden;
}
#careers #container,#about #container,#order #container,#corporate #container,
#download #container,#certificate #container,#processing #container,
#disclaimer #container, #privacy #container, #sitemap #container,#user_forget #container, #help #container,
#labo #container, #download_page #container {
	background-color: #e6e6e6;
	padding-bottom: 0;
}

/*  contents
-------------------------------------------------------*/
#contents {
	clear: both;
	width: 100%;
	min-height: 550px;
	overflow: hidden;
}
#index #contents {
	padding-bottom: 150px;
	min-height:inherit;
}
#careers #contents,#about #contents,#order #contents,#corporate #contents,#download #contents,#certificate #contents,
#processing #contents, #disclaimer #contents, #privacy #contents, #sitemap #contents,#user_forget #contents , #help #contents, #labo #contents, #download_page #contents { 
	width: 960px;
	height: 100%;
	background-color: #fff;
	padding-bottom: 150px;
	margin: 0 auto;
}
#careers #contents,#certificate #contents,#user_forget #contents {
	min-height: 500px;
	_min-height: 700px;/*IE6*/
}

/*  side
-------------------------------------------------------*/
#side {
	width: 203px;
	float: left;
	overflow: hidden;
}
#side ul { width: 200px; }
#side ul.side li {
	list-style-type: none;
	width: 200px;
	height: 42px;
}

/* main
-------------------------------------------------------*/
#main {
	width: 710px;
	float: right;
	overflow: hidden;
	text-align: left;
}
#download_page #main {
  width: 960px;
  margin: 0 auto;
  float: none;
}
#download_page .section {
width: 680px;
margin: 0 auto;
}

/*  section
-------------------------------------------------------*/
.section {
	height: auto;
	padding:0 20px 0 0;
	margin-bottom:70px;
	overflow: hidden;
}
.article {
	margin-bottom: 30px;
}

.product {
	width: 650px;
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.product h3 {
	background-color: #fff;
	padding: 0;
}

/* nav
-------------------------------------------------------*/
#nav {
	width: 100%;
	height: auto;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 0;
	margin: 0;
}	
#nav ul {
	width: 960px;
	height: 81px;
	margin: 0 auto;
	_margin: 0;
}
#nav ul li {
	display: block;
	height: 81px;
	list-style-type: none;
	float: left;
}

/*  subnav setting
-------------------------------------------------------*/
#subnav {
	clear: both;
	width: 100%;
	background-color: #e6e6e6;
	padding: 10px 0 10px 0;
	margin: 20px 0 20px 0;
	overflow: hidden;
}
#subnav ul {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}
#subnav ul li {
	display: block;
	list-style-type: none;
	float: left;
	margin-right: 25px;
	margin-bottom: 5px;
}

/*  processing setting
-------------------------------------------------------*/
ul#processing_nav {
	overflow: hidden;
	margin-bottom: 80px;
	margin-left: -30px;
}
ul#processing_nav li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 320px;
	height: 40px;
	margin-left: 30px;
}
ul#processing_nav li a { display: block; }
ul#processing_nav li a img:hover {
	opacity: 0.7!important;
	filter: alpha(opacity=70)!important;/* IE6,IE7 */
	-ms-filter: "alpha(opacity=70)"!important;/* IE8 */
	-moz-opacity:0.7!important;/* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7!important;/* Safari 1.x */
	zoom: 1!important;/* IE6 */
}

/*  banner setting
-------------------------------------------------------*/
#banner {
	clear: both;
	width: 237px;
	margin: 0 auto;
}
#banner ul {
	width: 237px;
	overflow: hidden;
}
#banner ul li {
	list-style-type: none;
	width: 237px;
	height: 62px;
	float: left;
	margin-right: 30px;
}


/*  news
-------------------------------------------------------*/
#news {
	width: 275px;
	float: right;
	font-size: 12px;
	letter-spacing: 0;
	text-align: left;
}
#news dl {
	width: 275px;
	height: 205px;
}
#news dd {
	width: 275px;
	min-height: 30px;
	border-bottom: 1px solid #999;
	overflow: hidden;
	line-height: 1.5em;
	padding: 5px 0;
}
#news h2 {
	width: 275px;
	height: 46px;
	background: url(../images/news_ttl.gif) left center no-repeat;
}

/*  footer setting
-------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	border-top: 3px solid #5E9AE8;
	background-color: #4d4d4d;
	overflow: hidden;
	padding: 10px 0 0 0;
}
#index #footer {
	position: absolute;
	bottom: 0;
	left: 0;
}
/*  footernavi setting
-------------------------------------------------------*/
.footernav {
	width: 299px;
	color: #eee;
	line-height: 1.8em;
	font-size: 12px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
	text-align: left;
}
.footernav ul {
	width: 300px;
	float: left;
}
.footernav ul li { list-style-type: none; }

/*  copyright setting
-------------------------------------------------------*/
#copy {
	clear: both;
	width: 100%;
	height: 20px;
	background-color: #333;
	padding: 8px 0 5px 0;
	margin-top: 10px;
	font-size: 10px;
	overflow: hidden;
}

.copy_box {
	width: 960px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.copy_box ul {
	width: 400px;
	float: left;
}
.copy_box ul li {
	display: block;
	list-style-type: none;
	margin-right: 10px;
	float: left;
}
.copy_box p.copy {
	color: #fff;
	font-size: 10px;
	float: right;
}

/*  images > right text > left
-------------------------------------------------------*/
.imgr_box {
	width: 690px;
	overflow: hidden;
	text-align: left;
	margin-bottom: 30px;
}
.imgr_box .imgr_text {
	width: 400px;
	float: left;
}
.imgr_box div.imgr_img {
	width: 250px;
	float: right;
}

/*  images > left text > right
-------------------------------------------------------*/
.imgl_box {
	overflow: hidden;
	text-align: left;
	margin-bottom: 30px;
}
.imgl_box .imgl_text {
	width: 350px;
	float: right;
}
.imgl_box .imgl_img {
	width: 200px;
	float: left;
}

.imgr_box .imgr_text p,
.imgr_box .imgl_text p { margin-bottom: 10px; }

dl.circle_list dt { font-weight: bold; }
dl.circle_list dd { margin: 0 0 10px 15px; }

/* link
-------------------------------------------------------*/
/* banner */
#banner ul li a { display: block; }

/* footer */
.footernav ul li a {
	text-decoration: none;
	color: #eee;
}
.footernav ul li a:hover,
#copy ul li a:hover {
	text-decoration: underline;
	color: #F90;
}

/* copyright */
#copy ul li a,
#news h2 a {
	text-decoration: none;
	color: #fff;
}

/* last margin 0
-------------------------------------------------------*/
.imgr_box .imgr_text p.last,
#header .head_contact ul li.last,
#subnav ul li.last_b { margin-bottom: 0; }
#banner ul li.last,
ul.holizon_list li.last,
#subnav ul li.last_r { margin-right: 0; }
ul.plugin_list li.last { padding-right: 0; }

/* sitmap list
-------------------------------------------------------*/
#sitemap section ul { color: #333; }
#sitemap .section ul li {
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	padding: 5px 0 5px 15px;
	background: url(../images/common/allow2_gray.gif) left center no-repeat;
}
#sitemap .section ul li.indent {
	text-indent: 1em;
	background: url(../images/common/allow2_gray.gif) 1em center no-repeat;
}
#sitemap .section ul li a {
	color: #333;
	text-decoration: none;
}
#sitemap .section ul li a:hover {
	color: #3366C8;
	text-decoration: underline;
}


div.system_box {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
div.system_box img {
	float: left;
}
div.system_box .system_box_in {
	width: 540px;
	float: right;
}
div.system_box .system_box_in h5 {
	font-size: 18px;
	border-bottom: 1px solid #333;
	margin-bottom: 8px;
}
div.system_box .system_box_in h5 span {
	font-size: 13px;
}

/* contact form
-------------------------------------------------------*/
div#contact-form {
	display: block;
	width: 690px;
}
div#contact-form dl {
	display: block;
	clear: both;
	margin-bottom: 0;
}
div#contact-form dt,
div#contact-form dd {
	display: inline-block;
	height: 20px;
	white-space: nowrap;
	vertical-align: middle;
	padding: 10px 10px 15px 10px;
	float: left;
}
div#contact-form dt {
	width: 170px;
	font-weight: bold;
	background-color: #eee;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
}  
div#contact-form dt span {
	color: #F00;
	font-size: 11px;
}
div#contact-form dd {
	width: 475px;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
}
div#contact-form dd textarea {
	width: 450px;
	font-size: 13px;
}
div#contact-form dt.last,
div#contact-form dd.last {
	border-bottom: 1px solid #999;
	margin-bottom: 0;
}
/*送信エラーの際の注意書き*/
span.wpcf7-not-valid-tip {
	color: #F00;
	margin-left: 3px;
}

/*email*/
div#contact-form dl.email dt {
	height: 35px;
	padding-top: 25px;
}
div#contact-form dl.email dd { height: 50px; }
/*tel*/
div#contact-form dl.tel dt { height: 65px; }
div#contact-form dl.tel dd {
	height: 45px;
	padding-top: 30px;
}
/*message*/
div#contact-form dl.message dt {
	height: 110px;
	padding-top: 90px;
}
div#contact-form dl.message dd { height: 190px; }

/*submit buttom*/
input[type="submit"].wpcf7-submit {
	padding: 5px;
	margin: 10px 0 70px 0;
	background-color: #3366c8;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	border: 0;
	cursor: pointer;
}
input[type="submit"].wpcf7-submit:hover {
	background-color: #333;
}

input,
textarea {
	background-color: #eee;
	border: 0;
	padding: 5px;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus {
	background-color: #9CF;
	padding: 5px;
}

/* order_user_registration
-------------------------------------------------------*/
div.order_user_registration {
}
div.order_user_registration div.clear {
	clear: both;
	overflow: hidden;
}
div.order_user_registration div.left {
	width: 180px;
	float: left;
}
div.order_user_registration div.right {
	width: 500px;
	float: right;
}
div.order_user_registration img.arrow {
	margin: 10px 0 10px 70px;
}

/* news
-------------------------------------------------------*/
div.news_text_only p { margin-bottom: 10px; }

body#help p { text-align: left; }

/* btn_processing
-------------------------------------------------------*/
ul.btn_processing {
  overflow: hidden;
  list-style: none;
}
ul.btn_processing li {
  width: 335px;
  float: left;
  margin: 0;
  padding: 0;
}
ul.btn_processing li a img { width: 100%; }
ul.btn_processing li a img:hover {
  opacity:0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* table deco1
-------------------------------------------------------*/
table.table_deco1 {
	border: 1px solid #333;
	width: 100%;
  	padding: 0;
    border-collapse: collapse;
}
table.table_deco1 th {
	background-color: #f2f2f2;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 10px;
	font-weight: normal;
	white-space: nowrap;
	width: 100px;
}
table.table_deco1 td.btn_download {
	border-bottom: 1px solid #333;
	background-color: #f2f2f2;
  line-height: 60px;
  font-size: 20px;
}
table.table_deco1 td.btn_download a {
	text-decoration: none;
	display: block;
	height: 60px;
	width: 98%;
  padding-left: 2%;
  background: url(../images/btn_download_off.gif) 590px center no-repeat;
}
table.table_deco1 td.btn_download:hover a {
	color: #fff!important;
	background: url(../images/btn_download_on.gif) 590px center no-repeat!important;
}
table.table_deco1 td.btn_download:hover {
	background-color: #0071bc;
}
table.table_deco1 td.txt {
	padding: 10px;
}