@charset "UTF-8";

/* ------------------------------------ :[ load CSS ]: */
/*@import url('layout.css');*/

/* ------------------------------------ :[ layout Settings ]: */
* {
    margin: 0;
    padding: 0;
}
html, body {
/*    height: 100%; */
}
body {
	background:#000;
    color: #595656;
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
    font-size: 100%;
    line-height: 1em;
	width:16000px;
	height:100%;
	position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
	min-width:920px;
	min-height:600px;
	overflow:hidden;
}

.section{
    margin:0;
	padding:0;
/*    bottom:0px; */
    width:4000px;
    float:left;
	height:100%;
/*    text-shadow:1px 1px 2px #f0f0f0; */
	position:relative;
}

.col-1 { /*width:760px;*/ position:relative; padding:0 20px 0 20px;}
.col-2 { /*width:520px;*/ position:relative;}

.col-1, .col-2 {
    float: left;
}

#section-top .col-1 {
/*	width:100%; */
	float:none;
}

/* top page */
#section-top{
    color:#000;
	background:#fff;
	height:100%;
/*    background:#000 url(../images/black.jpg) no-repeat top right;*/

}

.bg-img{
  text-align:left;
  position:absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding:0;
  margin:0;
  z-index: -200;
  top:0;
  left:0;
}

/* news page */
#section-news{
    color:#fff;
	background:none;
	height:100%;
/*    background:#f00 url(../images/bg/bg_news.jpg) no-repeat top left;*/
}

#bg-news {
/*  margin:0 auto;*/
  min-height:600px;
  min-width:920px;
}

/* service page */
#section-service{
    color:#fff;
	background:none;
	height:100%;
}

#bg-service {
/*  margin:0 auto;*/
  min-height:600px;
  min-width:920px;
}

/* service page */
#section-aboutus{
	background:none;
	height:100%;
}

#bg-aboutus {
/*  margin:0 auto;*/
  min-height:600px;
  min-width:920px;
}

#footer {
  background: url(../images/black-50-trans.png) repeat;
  color:#fff;
  font-size:14px;
  left:0;
  bottom:0;
  height: 36px;
  overflow: hidden;
  position: fixed;
  width:100%;
  min-width:920px;
/*  z-index: 10; */
  padding:0;
  margin:0;
}


/* ------------------------------------ :[ global setting]: */
img {
    border: 0 none;
    text-align: left;
    vertical-align: top;
}
object {
    outline: medium none;
    vertical-align: top;
}
ul, ol {
    list-style: none outside none;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.clear {
    clear: both;
}

.alignright {
    text-align: right;
}
.aligncenter {
    text-align: center;
}
input, select, textarea {
/* sato comment out   font-family: Georgia,"Times New Roman",Times,serif; */
    font-size: 1em;
    font-weight: normal;
    vertical-align: middle;
}
.img-indent {
    float: left;
    margin: 0 20px 0 0;
}
.img-box {
    overflow: hidden;
    padding-bottom: 20px;
    width: 100%;
}
.img-box img {
    float: left;
    margin: 0 20px 0 0;
}
.extra-wrap {
    overflow: hidden;
}
p {
    margin-bottom: 16px;
}
.p1 {
    margin-bottom: 8px;
}
.p2 {
    margin-bottom: 16px;
}
.p3 {
    margin-bottom: 24px;
}
a {
    color: /*#2877c7*/ #fff;
    outline: medium none;
	text-decoration:underline;
}
a:hover {
    text-decoration: none;
	font-size:116%;
}
/* page title */
h3 {
    background: url("images/line-hor.gif") repeat-x scroll left bottom transparent;
    color: #555;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 13px;
    padding: 0 0 12px;
	position:relative;
}
.eng{
    font-size: 12px;
	position:absolute;
	top:-3px;
	letter-spacing:0.1em;
}

h4 {
    font-size: 1em;
    margin-bottom: 16px;
}
h5 {
    font-size: 19px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 20px;
}
h5 a {
    text-decoration: none;
}
h5 a:hover {
    color: #000000;
}
h6 {
    color: #43BADA;
    font-size: 1em;
    font-style: italic;
    margin-bottom: 18px;
}

.dot-line-gray{
    border-top:1px dotted #cccccc;
    margin:2px 0px 2px 0px;
    _margin:2px 0px 2px 0px;
	overflow:hidden;
	font-size:0;
}

.border {
	padding:5px 5px;
	border:solid 1px #ececec;
}
.border2 {
	padding:0;
	border:solid 1px #ececec;
}

.square-box{
	font-size:16px;
	padding:12px;
	font-weight:normal;
	line-height:1.6em;
	border:1px solid #eaebe6;
	background:#f2f2f2;
	text-align:left;
}

.string-box{
	padding:24px 0px 24px 0px;
}

.mgb-28{margin-bottom:28px;}
.mgb-18{margin-bottom:18px;}
.mgb-12{margin-bottom:12px;}
.mgb-6{margin-bottom:6px;}
.mgb-8{margin-bottom:8px;}
.mgt-28{margin-top:28px;}
.mgt-18{margin-top:18px;}
.mgt-12{margin-top:12px;}
.mgt-8{margin-top:8px;}
.mgt-6{margin-top:6px;}
.mgr-5{margin-right:5px;}
.mgr-12{margin-right:12px;}
.mgr-28{margin-right:28px;}
.mgl-12{margin-left:12px;}
.mgl-20{margin-left:20px;}
.mgl-28{margin-left:28px;}
.mgl-30{margin-left:30px;}
.mglr-12{margin-left:12px;margin-right:12px;}
.mgb-none{margin-bottom:0;}
.pd8{padding:8px;}
.mgtb-18{margin-top:18px;margin-bottom:18px;}

.comment{
	font-size:11px;
	font-weight:normal;
	line-height:1em;
}

.border-top-grey-dotline{
	border-top:1px dotted #f5f5f5;
}

.border-bottom-grey-dotline{
	border-bottom:1px dotted #f5f5f5;
}

.border-bottom-grey{
	border-bottom:1px solid #f5f5f5;
}

.border-none{
	border:none;
}

.txt-dec{
	font-size:16px;
	margin-bottom:8px;
	text-decoration:underline;
}
.txt-dec-none{
	font-size:16px;
	margin-bottom:8px;
	text-decoration:none;
	line-height:1.4;
}

/* ------------------------------------ :[ logo setting]: */
.logo {
	float:left;
	width:/*444px;*/ 520px;
	/*height:60px;*/
}

.logo img {
	width:/*424px*/ 500px;
/*	height:60px;*/
}

/* ------------------------------------ :[ nav setting]: */
.logo-right{
	float:left;
	margin:0;
	padding:0;
}

.nav{
/*	height:40px;*/
}

.logo-right .cur-nav{
	font-size:22px;
	margin:0;
	padding:0;
}

.nav li {
	float:left;
	text-align:left;
	margin-right:30px;
}

/*
.nav li a{
*/
/*
	display:block;
	height:100%;
	width:100%;
*/
/*
	color:#595656;
    font-size: 30px;
    text-decoration: none;
	letter-spacing:0;
}

#section-news .nav li a,
#section-service .nav li a{
	color:#a6a9a9;
}

.nav li a:hover {
	color:#000;
}

#section-news .nav li a:hover,
#section-service .nav li a:hover{
	color:#fff;
}
*/

.nav li a {
	display:block;
	height:32px;
/*	width:100%; */
    text-decoration: none;
	background:url("../images/nav.png") no-repeat 0 0;
}
.nav li a span{
	display:none;
}

#section-news .nav li a,
#section-service .nav li a {
	background:url("../images/nav.png") no-repeat 0 -64px;
}

.nav li a.nav-news {
	width:73px;
	background-position: 0 0;
}

.nav li a.nav-service {
	width:275px;
	background-position:-78px 0;
}

.nav li a.nav-aboutus {
	width:121px;
	background-position:-358px 0;
}

#section-news .nav li a.nav-news,
#section-service .nav li a.nav-news {
	background-position:0 -64px;
}

#section-news .nav li a.nav-service,
#section-service .nav li a.nav-service {
	background-position:-78px -64px;
}

#section-news .nav li a.nav-aboutus,
#section-service .nav li a.nav-aboutus {
	background-position:-358px -64px;
}

.nav li a:hover {
	font-size:100%;
	line-height:inherit;
}

.nav li a.nav-news:hover {
	background-position: 0 -32px;
}

.nav li a.nav-service:hover{
	background-position: -78px -32px;
}

.nav li a.nav-aboutus:hover {
	background-position: -358px -32px;
}

#section-news .nav li a.nav-news:hover,
#section-service .nav li a.nav-news:hover {
	background-position: 0 -96px;
}

#section-news .nav li a.nav-service:hover,
#section-service .nav li a.nav-service:hover {
	background-position: -78px -96px;
}

#section-news .nav li a.nav-aboutus:hover,
#section-service .nav li a.nav-aboutus:hover {
	background-position: -358px -96px;
}

.nav:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
*+html .nav{height:1%;}
* html .nav{height:1%;}
.nav{display:block;}

/* ------------------------------------ :[ content setting]: */
.content-opacity {
/*	background:url("../images/bg_opa75_black.png") 0 0 repeat;*/
	background:url("../images/black-50-trans.png") 0 0 repeat;
	color:#fff;
}

.content-width {
	width:560px;
	padding:10px;
	overflow:auto;
}

.section-title{
	font-weight:800;
    font-size: 30px;
    line-height: 1em;
	margin-bottom:12px;
	border-bottom:6px solid #fff;
	padding:6px 10px;
}

.block-title-arrow{
	color:#fff;
	font-weight:800;
    font-size: 20px;
    line-height: 1em;
    padding: 0px 0px 0px 24px;
	margin-bottom:12px;
	background: url("../images/right_arrow_white.png") no-repeat 0 center /*#f2f2f2*/ ;
}

.content {
}

.block .description{
  margin-left:18px;
}

#service dt {
	background:url("../images/right_triangle.png") 0 center no-repeat;
	padding: 0 0 0 16px;
	margin-bottom:6px;
	color:#a6a9a9;
	fot-size:106%;
}
#service dd {
	padding-left:16px;
}
/* ------------------------------------ :[ end content setting]: */

/* ------------------------------------ :[ news tweet setting]: */

/* home new tweet */
#newTweetHome{
	overflow:hidden;
}

#newTweet{
	overflow:auto;
	height: /*400px*/ 500px;
}
#newTweetHome ul{
/*	overflow:auto; */
}
#newTweet li {
	line-height:1.2;
}
.tweet-icon{
	margin:4px 0px 2px 0px;
}
.tweet-icon img{
	width:16px;
	height:16px;
	margin-right:3px;
}

/* ------------------------------------ :[ end news tweet setting]: */

/* ------------------------------------ :[ about us setting]: */
#aboutus { height:500px; overflow:hidden; font-size:86%;}
#aboutus dl{ margin:0px 0px 0px 0px;}
#aboutus dt{ float:left;color:#fff;width:110px;vertical-align:top;margin:0;background:none;font-size:100%;padding:2px 0px 4px 0px;margin:0; line-height:1.2;}
#aboutus dd{ float:left;width:400px;padding:2px 2px 4px 2px;margin:0; line-height:1.2;}

/* ------------------------------------ :[ end about us setting]: */

/* ------------------------------------ :[ product&services setting]: */
#service { height:500px; overflow:auto; font-size:86%;}

/* ------------------------------------ :[ end product&services setting]: */

/* ------------------------------------ :[ footer setting]: */
#footer-nav {
	margin-top:8px;
	padding:0 20px 0 20px;
}

#footer-nav a{
	color:#fff;
	text-decoration:none;
}

#footer-nav a:hover {
	font-size:112%;
}

#footer .sns-btn{
	margin:8px 0 0 20px;

}

/* ------------------------------------ :[ end footer setting]: */

.em-text{
	ime-mode:active;
}
.normal-text{
	ime-mode:disabled;
}
.button-object{
	padding:4px;
}

/* css3 ************************************************************************************************ */
.ui-corner-tl {
	-moz-border-radius-topleft: 		.6em /*{global-radii-blocks}*/;
	-webkit-border-top-left-radius: 	.6em /*{global-radii-blocks}*/;
	border-top-left-radius: 			.6em /*{global-radii-blocks}*/;
}
.ui-corner-tr {
	-moz-border-radius-topright: 		.6em /*{global-radii-blocks}*/;
	-webkit-border-top-right-radius: 	.6em /*{global-radii-blocks}*/;
	border-top-right-radius: 			.6em /*{global-radii-blocks}*/;
}
.ui-corner-bl {
	-moz-border-radius-bottomleft: 		.6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-left-radius: 	.6em /*{global-radii-blocks}*/;
	border-bottom-left-radius: 			.6em /*{global-radii-blocks}*/;
}
.ui-corner-br {
	-moz-border-radius-bottomright: 	.6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
	border-bottom-right-radius: 		.6em /*{global-radii-blocks}*/;
}
.ui-corner-top {
	-moz-border-radius-topleft: 		.6em /*{global-radii-blocks}*/;
	-webkit-border-top-left-radius: 	.6em /*{global-radii-blocks}*/;
	border-top-left-radius: 			.6em /*{global-radii-blocks}*/;
	-moz-border-radius-topright: 		.6em /*{global-radii-blocks}*/;
	-webkit-border-top-right-radius: 	.6em /*{global-radii-blocks}*/;
	border-top-right-radius: 			.6em /*{global-radii-blocks}*/;
}
.ui-corner-bottom {
	-moz-border-radius-bottomleft: 		.6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-left-radius: 	.6em /*{global-radii-blocks}*/;
	border-bottom-left-radius: 			.6em /*{global-radii-blocks}*/;
	-moz-border-radius-bottomright: 	.6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
	border-bottom-right-radius: 		.6em /*{global-radii-blocks}*/;
	}
.ui-corner-right {
	-moz-border-radius-topright: 		.6em /*{global-radii-blocks}*/;
	-webkit-border-top-right-radius: 	.6em /*{global-radii-blocks}*/;
	border-top-right-radius: 			.6em /*{global-radii-blocks}*/;
	-moz-border-radius-bottomright: 	.6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
	border-bottom-right-radius: 		.6em /*{global-radii-blocks}*/;
}
.ui-corner-left {
	-moz-border-radius-topleft: 		.6em /*{global-radii-blocks}*/;
	-webkit-border-top-left-radius: 	.6em /*{global-radii-blocks}*/;
	border-top-left-radius: 			.6em /*{global-radii-blocks}*/;
	-moz-border-radius-bottomleft: 		.6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-left-radius: 	.6em /*{global-radii-blocks}*/;
	border-bottom-left-radius: 			.6em /*{global-radii-blocks}*/;
}
.ui-corner-all {
	-moz-border-radius: 				.6em /*{global-radii-blocks}*/;
	-webkit-border-radius: 				.6em /*{global-radii-blocks}*/;
	border-radius: 						.6em /*{global-radii-blocks}*/;
}
.ui-corner-none {
	-moz-border-radius: 				   0;
	-webkit-border-radius: 				   0;
	border-radius: 						   0;
}

/* ipad */
@media screen and (max-width: 1024px)
{
body {
	font-size:90%;
}
/* ------------------------------------ :[ logo setting]: */
.logo {
	float:left;
	width:/*436px*/ 396px;
/*	height:48px;*/
}

.logo img {
	width:/*424px*/ 386px;
/*	height:48px;*/
}

/* ------------------------------------ :[ nav setting]: */
.nav li {
	float:left;
	text-align:left;
	margin-right:8px;
}

.content-width {
	width:520px;
}

#aboutus dt{ width:88px; }
}
/* other tablet */
@media screen and (max-width: 940px)
{
}

@media screen and (max-width: 868px)
{
}

