@charset 'UTF-8';
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */

body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: yellow;
  color: black;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */

}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
/* 1 */ input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
.group:before,
.group:after {
  content: " ";
  display: table;
}
.group:after {
  clear: both;
}

html,
body {
  margin: 0;
/**  background: white url("../img/bg.png");**/
  color: black;
  font-family: 'Meiryo', sans-serif;
  font-size: 13px;
  text-align:center;
}
h1,
h2,
h3,
ol,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}



/**---------------------------------**/
/*
/*	�ȉ�����LP��CSS
/*
/**---------------------------------**/


.main{
}
.wrapper.group{
  background:url(../images/headBg.gif) repeat-x;
/*  width:2000px;*/
  overflow:hidden;
  margin:0 auto;
  
}

/*============================
#cover
============================*/
#cover.cover{
  text-indent: 100%;
/*  white-space: pre;*/
  overflow: hidden;
/*  position: relative;*/
  top: 0px;
/*  width: 2000px;*/
  height: 592px;
  background:url(../images/cover.jpg) no-repeat top center;
	
}

#cover.cover .entry{
/* position:relative;*/
/*  width: 930px;*/
  text-indent:0%;
  width: 100%;
  height: 207px;
  margin-top:365px;
}

/**-----------hover 

#cover.cover div.entry a{
  text-indent: 100%;
  overflow: hidden;
  white-space:nowrap;
  display: block;
  margin:0 auto;
  width: 528px;
  height: 207px;
  background: url("../images/coverbtn01.png") no-repeat left top ;
}


#cover.cover div.entry a:hover{
	background-position: -525px 0px;

}
----------**/


#cover.cover div.entry a{
  text-align:center;
  overflow: hidden;
  white-space:nowrap;
  margin:0 auto;
  width: 528px;
  height: 207px;
}

#cover.cover div.entry img{
  margin:0 auto;
  width: 522px;
  height: 205px;
  
}



#cover p{
	display:none;
}


/*============================
#section-01
============================*/
#section-01.section{
  margin-top:0px;
/*  width: 1997px;*/
  height: 1360px;
  overflow:hidden;
  background-color:#000;
  background:url(../images/sec01Bg.gif) top center no-repeat #000;
}

#section-01-txt01{
	width:100%;
	height:75px;
	margin:58px auto;
}

#section-01 h2 {
	width:100%;
	height:122px;
	margin:10px auto;
	padding-top:77px;
	background:url("../images/sec01h2.png") top center no-repeat;
	font-size:25px;
	color:#fff;
}

.reasonInner {
	width:100%;
	height:124px;
}

ul.reason{
	width:940px;
	height:124px;
	margin:10px auto;
	background:url("../images/sec01reason.png") top center no-repeat;
	color:#fff;
	text-align:left;
}

ul.reason>li#reason-btn1 {
	margin-top:30px;
	margin-left:60px;
	float:left;
	letter-spacing:0.3em;
}

ul.reason>li#reason-btn2 {
	margin-top:30px;
	margin-left:90px;
	float:left;
	letter-spacing:0.2em;
}

ul.reason>li#reason-btn3 {
	margin-top:30px;
	margin-left:95px;
	float:left;
	letter-spacing:0.2em;
}

.bfont {
	font-weight:bold;
	font-size:125%;
}

ul.reason:after {
  clear: both;
}


.mov{
	width:100%;
	height:450px;
	margin:10px auto;
	margin-top:50px;
}

.movinner{
	width:930px;
	height:450px;
	margin:10px auto;
}


#mov01{
	float:left;
	background-color:#272727;
	width:420px;
	height:345px;
	margin-right:50px;
	padding:10px;
}

#mov02{
	float:left;
	background-color:#272727;
	width:420px;
	height:345px;
	padding:10px;

}

.movinner p {
 text-align:left;
 color:#fff;
 font-size:16px;
 }


#mov2:after {
  clear: both;
}

#section-01.section>div.entry {
	position:relative;
	width:100%;
	height: 207px;

}

/**-----------hover 
#section-01.section>div.entry a{
  text-indent: 100%;
  overflow: hidden;
  white-space:nowrap;
  display: block;
  margin:0 auto;
  width: 563px;
  height: 207px;
  background: url("../images/sec01btn02.png") no-repeat left top;
}

#section-01.section>div.entry a:hover{
	background-position: -565px 0px;

}
----------**/

#section-01.section div.entry a{
  text-align:center;
  overflow: hidden;
  white-space:nowrap;
  margin:0 auto;
  width: 563px;
  height: 207px;
}

#section-01.section div.entry img{
  margin:0 auto;
  width: 562px;
  height: 205px;
  
}


#btn02{
  text-indent: 100%;
}

#section-01-txt02{
	width:100%;
	margin:30px auto;

}

/*============================
#section-02
============================*/
#section-02.section{
	width:100%;
	height:370px;

  background-color:#000;
	

}

#section-02 h2 {
	width:100%;
	height:120px;
	margin:0px auto;
	padding-top:70px;
	background:url("../images/sec02h2.png") top center no-repeat;
	font-size:25px;
	color:#fff;
}

#section-02-txt01{
	width:100%;
	height:115px;
	margin:10px auto;
	
}



/*============================
#section-03
============================*/
#section-03.section{
  margin-top:0px;
  width: 100%;
  height: 1734px;
  overflow:hidden;
  background:#000 url(../images/sec03Bg.gif) center 756px no-repeat;
}
#section-03.section>div.inner{
	position:relative;
	width:930px;
	height:1176px;
	margin:0px auto;
	background:url("../images/sec03parts.jpg") top center no-repeat;
}


.robottxt {
	width:215px;
	height:30px;
	text-align:center;
	color:#fff;
}

#robottxt41 {
	position:absolute;
	top:448px;
	left:50px;
}

#robottxt61 {
	position:absolute;
	top:670px;
	left:280px;
}

#robottxt62 {
	position:absolute;
	top:670px;
	left:620px;
}


#section-03-txt01{
	position:absolute;
	width:930px;
	top:760px;
	font-size:18px;
	color:#FFF;
	text-align:center;
}

#section-03 h2 {
	position:absolute;
	width:100%;
	top:920px;
	margin:0px auto;
	font-size:30px;
	color:#fff;
}


#kit-detail{
	position:absolute;
	width:930px;
	top:1000px;
	left:60px;
	font-size:18px;
	color:#FFF;
	text-align:left;
}

#detailLeft {
	width:350px;
	left:50px;
	float:left;
}


#detail01{
	font-size:16px;
}

#detail02{
	font-size:14px;
}

#detail02 a{
	color:#ffff9d;}


#detail03{
	font-size:12px;
}

#detailRight {
/*	width:460px;*/
	height:142px;
	margin-left:30px;
	float:left;
}


#dl-text{
}


.dl-btn{
	width:450px;
	height:70px;
	position:relative;
}

/*-- 1�s��--*/
div#detailRight span#dl-btntxt11 {
	position:absolute;
	left:21px;
	top:10px;
	font-size:16px;
}

div#detailRight span#dl-btntxt21 {
	position:absolute;
	left:245px;
	top:10px;
	font-size:16px;
}


/*-- 2�s��--*/
div#detailRight span#dl-btntxt12 {
	font-size:14px;
	color:#fff;
	position:absolute;
	left:41px;
	top:37px;
}

div#detailRight span#dl-btntxt22 {
	font-size:14px;
	color:#fff;
	position:absolute;
	left:264px;
	top:37px;
}



#section-03.section div#detailRight a{
/*  text-indent: 13px;*/
  overflow: hidden;
  white-space:nowrap;
/*  display: block;*/
  float:left;
  margin-right:20px;
  width: 204px;
  height: 69px;
/*  background: url("../images/sec03btn.png") no-repeat left top;*/
  color:#A1D2F5;
  text-decoration:none;
/*  padding-top:10px;*/
}

/*
#section-03.section div#detailRight a:hover{
	background-position: -207px 0px;

}
*/


#dl-btntxt1 {
	
}

p#dl-pdf1 {
  width: 200px;
}



#dl-btn02{
}

/**=======================
*  20140414�b��Ή�
=========================**/

.dl-btn {
/*	display:none;*/
}


/*============================
#section-04
============================*/
/*
#section-04.section{
  margin-top:-840px;
  width: 1997px;
  height: 828px;
  overflow:hidden;
  background:url(../images/sec03Bg.gif) bottom center no-repeat;

}
*/

#section-04-txt01{
	margin-top:70px;
}

#section-04-note{
	margin-top:45px;
}

/*============================
#section-05
============================*/
#section-05.section{
  text-align:left;
  width: 100%;
  overflow:hidden;
  background-color:#000;
	
}

/*============================
#mailformpro
============================*/
#mailformpro{
}

/*============================
#section-05-form.section.form
============================*/
#section-05-form.section.form{
	width:930px;
	margin:0 auto;
  background-color:#272727;
}

#section-05.section p#kojin{
	width:930px;
	height:40px;
	margin:0 auto;
	text-align:left;
	padding-top:50px;
}

#section-05.section p#kojin a{
	color:#ffff9d;
	
}


/*============================
#form����
============================*/
form h2 {
	width:100%;
	height:79px;
	margin:0px auto;
	overflow:hidden;
	padding-top:20px;
/*	padding-left:30px;*/
	text-indent:35px;
	background:url("../images/sec05bgHead.png") #000 top center no-repeat;
	font-size:20px;
	color:#fff;
}

form .inner p {
	color:#fff;
	text-indent:20px;
}


form .inner span.policy a{
	color:#ffff9d;
	margin-left:20px;
}


form table {
  width: 890px;
  margin: 30px auto 0;
  padding:0px 20px;
}
form table {
 /* border: 1px solid #000;*/
/*  border-collapse: collapse;*/
}
form th,
form td {
  padding: 10px 10px 10px 20px;
  /*vertical-align: top;*/
  text-align: left;
  font-size: 14px;
/*  border: 1px dashed #a6a6a6;*/
}
form th {
  width: 266px;
  padding-left: 25px;
  border-right: 0;
  border-bottom:1px dashed ;
  background-color: #e6e6e6;
}

form th:last-child {
  border-bottom:1px solid ;
}


form th span.req {
  /*display: block;*/
  font-size: 12px;
  color:#f00
}

form th span#note {
  display: block;
  font-size: 12px;
  color:#808080
}



form td {
  border-left: 0;
  color:#fff
}
form input[type="text"],
form textarea {
  max-width: 500px;
  border: 1px solid #000;
  font-size: 14px;
  padding: 1px;
}

form input[type="text"][size="5"] {
  width: 50px !important;
}

form input[type="text"][size="9"] {
  width: 92px !important;
}
form input[type="text"][size="27"] {
  width: 270px !important;
}
form input[type="text"][size="28"] {
  width: 284px !important;
}

form textarea {
  width: 420px !important;
  height:150px;
}
form input[type="checkbox"] {
  border: 1px solid #fff;
}
form label,
form input {
  vertical-align: middle;
}
form label + label {
  margin-left: 1em;
}

form label {
	width:100px;
	float:left;
}

form .button {
  text-indent: 100%;
  white-space: pre;
  overflow: hidden;
  display: inline-block;
  padding: 0;
  border: 0;
  width: 232px;
  height: 45px;
  background: url("../images/sec05btn.png");
  margin-top:60px;
}
form .button:hover {
/*  position: relative;*/
  background-position: -252px 0px;
}

form .submit{
  height:170px;
  text-align:center;
}

.button{
}

/*============================
#pagefooter
============================*/
#pagefooter{
  margin-top:0px;
  width: 100%;
  height: 140px;
  overflow:hidden;
  background:url(../images/footerBg.gif) repeat-x;

}


.footerinner {
 width:930px;
 margin:0 auto;
}


.footerinfo {
 text-align:left;
 margin:0 auto;
 float:left;
}

#company-logo{
	margin-top:13px;
	height:20px;
}

#company-info{
	margin-top:0px;
}


#company-info span#telno a{
	color:#3877d7;
	text-decoration:none;
}

.footerImg {
 text-align:left;
 width:500px;
 height:140px;
 margin-left:185px;
 float:left;
  background:url(../images/footerimg.png) top left no-repeat;
 }

#footertxt {
	margin-top:75px;
	margin-left:125px;
	font-size:12px;
	color:#808080;

}


/*============================
#thanks.html 
============================*/
body.thanks {
  background-color:#000;
}

body.thanks #content{
  text-align:left;
  width: 100%;
  overflow:hidden;
	margin:0 auto;
}

body.thanks div.inner {
  background-color:#272727;
  background-repeat:repeat-y;
  width:930px;
  height:400px;
  margin:0 auto;
}

body.thanks div.inner h2 {
	width:100%;
	margin:30px auto;
	overflow:hidden;
	padding-top:20px;
/*	padding-left:30px;*/
	text-indent:35px;
	background:url("../images/sec05bgHead.png") #000 top center no-repeat;
	font-size:20px;
	color:#fff;
}

body.thanks div.inner p {
	color:#fff;
	text-indent:20px;
}


/*============================
#porisy.html 
============================*/


body.policy {
  background-color:#000;
}

body.policy #content{
  text-align:left;
  width: 100%;
  overflow:hidden;
	margin:0 auto;
}

body.policy div.inner {
  background-color:#272727;
  background-repeat:repeat-y;
  width:930px;
/*  height:400px;*/
  margin:0 auto;
}

body.policy div.inner h1 {
	width:100%;
	margin:30px auto;
	overflow:hidden;
	padding-top:20px;
/*	padding-left:30px;*/
	text-indent:35px;
	background:url("../images/sec05bgHead.png") #000 top center no-repeat;
	font-size:20px;
	color:#fff;
}


body.policy div.inner h2 {
	color:#000;
	text-indent:20px;
}


body.policy div.section {
	width:850px;
	margin:20px auto;
	padding:20px 20px;
	background-color:#f5f5f5;
	color:#000;
	text-indent:20px;
}

body.policy div#contact{
	margin-left:50px;
	text-indent:0px;
}
