@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 100;
  vertical-align: baseline;
  background: transparent;
}

body {
	font-size: 14px;
  line-height: 1.5em;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em {
  font-style: normal;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*IEhtml5*/
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*ClearFix*/
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/*FONT*/
html {
  font-size: 62.5%;
}

body {
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}

/*Reset*/
body {
  background: #fff;
  color:#6B6B6B;
}

a {
  text-decoration: none;
  color: #3366CC;
}

a:hover {
  color: #3366CC;
}
a:hover:hover, a:hover:active, a:hover:focus {
  color: #85a3e0;
}
img{max-width: 100%; height: auto; width: auto;}



/* Custom CSS
 * --------------------------------------- */
body{
font-family:'Lato',"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Gothic",sans-serif;
color: #000;
}
body a{color: #000;}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{font-family:'Lato',sans-serif; font-size: 2em; text-align: center; margin-top: 20px;}
h1 a{color: #000;}
p{font-size: 1.5em;}
#menu{background: #fff;}
#menu header{height: 50%; background: #eee; font-weight:700;}
#menu ul{text-align: center; margin-top: 15px; border-bottom: 2px solid #eee;}
footer{position:fixed; bottom: 0; background: #eee; padding: 10px 0; width: 100%; text-align: center;}
footer p{font-size: 10px; font-weight: 100; line-height: 2em;}
.linebox{font-size: 10px; border-bottom:1px solid #eee; padding: 30px 0 30px 0; width: 100%;}
.linebox p{margin-bottom: 20px;}
h2{font-size: 16px;}
h3{font-size: 16px; line-height: 1.8em;}

#section0 ul li{font-family:'Lato',sans-serif;  font-weight:700;}

#section2{margin-top: 40px; margin-bottom: 100px;}
.businessbox{font-size: 10px;  margin:0px 0 25px 0; }
.businessbox p{margin-top: 0px; line-height: 1.8em; font-size: 12px;}

.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{padding-top: 0px; margin-top: 0;
	text-align:center; }
.section ul li{line-height: 5em;}

#menu li {
	display:inline-block;
	margin: 10px 2px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
	font-family:'Lato',sans-serif;  font-weight:700;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}

#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
}



/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
 }

