@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------------

	Basic CSS

-------------------------------------------------- */

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: 1;
	min-width: 950px;
}

a {
	color: #df1014;
	text-decoration: underline;
}
a:hover img {
}
.link01 {
	background-image: url("../images/arrow03.png");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 13px;
}
.link02 {
	background-image: url("../images/arrow04.png");
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 13px;
}

.text {
	margin-bottom: 30px;
}
.indent01 {
	text-indent: -1em;
	padding-left: 1em;
}
.indent02 {
	text-indent: -2em;
	padding-left: 2em;
}
em {
	background-color: #FFF000;
}


/*---------------------------------------
    header
---------------------------------------*/
#header {
	width: 100%;
}
#header .inner02 {
	width: 950px;
	height: 95px;
	margin: 0px auto;
	position: relative;
	padding:0 20px;
}
#header .logo a {
	display: block;
	padding-top: 20px;
	width: 392px;
	height: 44px;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-position: 0px 20px;
	background-size:80%;
}

#header .contactTop a img{
	width:150px;
}

#header .logo a img{
	width:50px;
}

#header .contactTop a {
	display: block;
	width: 285px;
	height: 64px;
	background-image: url("../images/btn_mail_top.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size:80%;
	position: absolute;
	top: 0px;
	right: 0px;
}
#header .logo:hover	,
#header .contactTop:hover {
	opacity: 0.8;
}
#header .logo img,
#header .contactTop img {
	display: none;
}

/*---------------------------------------
    globalNavi
---------------------------------------*/
#globalNavi {
	width: 100%;
	background-color: #D8D8D8;
	border-top: 7px solid #151515;
}
#globalNavi ul {
	width: 950px;
	margin: 0px auto;
}
#globalNavi ul li {
	float: left;
	width: 185px;
	height: 28px;
	margin-right: 10px;
	padding: 20px 0px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
#globalNavi ul li a {
	display: block;
}


#globalNavi ul .home {
	width: 118px;
}
#globalNavi ul .current {
	background-image: url("../images/arrow01.png");
	background-repeat: no-repeat;
	background-position: top center;
}
#globalNavi ul li ul {
	width: 290px;
	position: absolute;
	top: 68px;
	left: 65px;
	z-index: 100;
}
#globalNavi ul li ul li {
	width: 260px;
	height: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: left;
	visibility: hidden;
	padding: 0px 15px;
	line-height: 40px;
	border-top: 1px solid #ffffff;
	background-color: rgba( 216, 216, 216, 0.7 );
}
#globalNavi ul li ul li a {
	color: #000000;
	text-decoration: underline;
}
#globalNavi ul li ul li a:hover {
	color: #666666;
	text-decoration: none;
}
#globalNavi ul li:hover ul li,
#globalNavi ul li a:hover ul li {
	visibility: visible;
	overflow: visible;
	height: 40px;
	z-index: 10;
}

#globalNavi * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


/*---------------------------------------
    header scrolling
---------------------------------------*/
#header.scrolling {
	width: 100%;
	background-color: #D8D8D8;
	border-top: 7px solid #151515;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
}
#header.scrolling .inner01 {
	width: 950px;
	margin: 0px auto;
	position: relative;
}
#header.scrolling .inner02 {
	height: auto;
}
#header.scrolling .logo {
	float: left;
	margin-top: 15px;
	margin-right: 35px;
}
#header.scrolling .contactTop a {
	top: 10px;
	right:50px;
}
#header.scrolling .logo a,
#header.scrolling .contactTop a {
	width: auto;
	height: auto;
	background-image: none;
	padding-top: 0px;
}
#header.scrolling .logo img,
#header.scrolling .contactTop img {
	display: block;
}
.scrolling #globalNavi {
	border-top: none;
}
.scrolling #globalNavi ul li {
	width: 125px;
}
.scrolling #globalNavi ul .home {
	width: 55px;
}
.scrolling #globalNavi ul li ul {
	left: 25px;
}
.scrolling #globalNavi ul li ul li {
	width: 230px;
}

/*---------------------------------------
    contents
---------------------------------------*/
#contents {
	line-height: 1.5;
}
#contents p {
	line-height: 2.14em;
}

#contents .item01 {
	width: 400px;
	float: left;
}
#contents .item02 {
	width: 400px;
	float: right;
}
#contents .item03 {
	width: 450px;
	float: left;
}
#contents .item04 {
	width: 450px;
	float: right;
}

#contents .list01 {
	margin-bottom: 25px;
}
#contents .list01 li {
	list-style: url("../images/ico_01.png");
	margin-left: 20px;
	margin-bottom: 15px;
}
#contents .list02 {
	margin-bottom: 25px;
}
#contents .list02 li {
	list-style-type: decimal;
	margin-bottom: 15px;
	margin-left: 20px;
}

#contents .indent-list{
	margin-bottom: 25px;
	padding-left: 20px;
}
#contents .indent-list dt{
	padding-left: 20px;
	background: url(../images/ico_01.png) no-repeat left center;
	margin-bottom: 5px;
}
#contents .indent-list dd{
	padding-left: 20px;
	margin-bottom: 10px;
}


/*---------------------------------------
    footer
---------------------------------------*/
#footer {
	line-height: 1.5;
}
#footer .footerNavi {
	float: left;
	margin-right: 160px;
}
#footer .footerNavi ul li {
	margin-bottom: 10px;
}
#footer .footerNavi ul li a {
	color: #ffffff;
	text-decoration: underline;
	background-image: url("../images/arrow02.png");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
}
#footer .companySection {
	text-align: center;
}
#footer .companyLogo {
	overflow: hidden;
	zoom: 1;
	width: 750px;
	margin: 30px auto 0px;
}
#footer .companyLogo dl {
	float: left;
	width: 180px;
	margin-right: 10px;
}
#footer .companyLogo dt {
	font-size: 12px;
}
#footer .copy {
	border-top: 1px solid #000000;
	padding: 30px 0px;
	font-size: 12px;
}

/*---------------------------------------
    section
---------------------------------------*/
.section01 {
	width: 100%;
	background-color: #ffffff;
}
.section02 {
	width: 100%;
	background-color: #161616;
	color: #ffffff;
}
.section03 {
	width: 100%;
	background-color: #DDDDDD;
	text-align: center;
	margin-top: 80px;
	padding: 70px 0px;
}
.inner03 {
	width: 910px;
	margin: 0px auto;
	padding: 50px 20px;
	position: relative;
}
.inner04 {
	width: 950px;
	margin: 0px auto;
	padding:0 20px;
}

/*---------------------------------------
    itemBlock01
---------------------------------------*/
.itemBlock01 {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 60px
}
.itemBlock02 {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 40px
}



/*---------------------------------------
    title
---------------------------------------*/
#contents h1 {
	font-size: 48px;
	color: #df1014;
	line-height: 1.3;
	margin-bottom: 20px;
}
#contents h2 {
	margin-bottom: 30px;
}
#contents h2 span {
	font-size: 24px;
	background-color: #cccccc;
	padding: 5px 0px;
}
#contents h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#contents h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.title01 {
	font-size: 18px;
}
.title02 {
	font-size: 20px;
	margin-bottom: 10px;
}

/*---------------------------------------
    btn
---------------------------------------*/
.btn {
	margin-top: 40px;
	line-height: 1;
	overflow: hidden;
	zoom: 1;
}
.btn01 {
	display: block;
	float: left;
	padding: 18px 40px;
	font-size: 24px;
	text-decoration: none;
	background-color: #000000;
	color: #ffffff;
}
.section01 .btn01 {
	background-color: #000000;
	color: #ffffff;
}
.section02 .btn01 {
	background-color: #ffffff;
	color: #000000;
}
.section01 .btn01:hover {
	background-color: #666666;
}
.section02 .btn01:hover {
	color: #cccccc;
}
#btnPageTop {
	position:fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
}

/*---------------------------------------
    table form
---------------------------------------*/
#contents .table01 {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
}
#contents .table01 th,
#contents .table01 td {
	padding: 20px;
	border: 1px solid #ffffff;
}
#contents .table01 th {
	background-color: #BABABA;
	text-align: left;
}
#contents .table01 th span {
	color: #cb1818;
}
#contents .table01 td {
	background-color: #E1E1E1;
}
#contents .table01 thead th {
	background-color: #818181;
}
#contents .table01 thead .tableTitle {
	background-color: #606060;
}

#contents .table01 .formHeader {
	width: 30%;
}
#contents .table01 td input[type="text"] {
	padding: 0px 3px;
	width: 50%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #BCBCBC;
}
#contents .table01 td textarea {
	width: 100%;
	min-height: 170px;
	padding: 3px;
	border: 1px solid #BCBCBC;
}
#contents .btnSubmit {
	margin-bottom: 30px;
}
#contents .btnSubmit input[type="button"] {
	width: 295px;
	height: 52px;
	line-height: 52px;
	font-size: 20px;
	border: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #ffffff;
	background-color: #CC1111;
	cursor: pointer;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contents .btnSubmit input[type="button"]:hover {
	opacity: 0.8;
}
#contents .sslSection {
	overflow: hidden;
	zoom: 1;
	padding: 20px 20px 15px;
	border: 1px solid #BABABA;
}
#contents .sslSection .floatLeft {
	margin-right: 25px;
}
#contents .sslSection .sslTextBox {
	margin-left: 125px;
	color: #333333;
}

#contents .table02 th,
#contents .table02 td {
	padding: 0px 20px 0px 0px;
	border: none;
	vertical-align: top;
}

/*---------------------------------------
    index
---------------------------------------*/
#contents .top {
	background-image: url("../images/bg_top.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*#index #contents .top {
	background-image: url("../images/bg_top_index.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}*/
#whitelabelSection .img01 {
	position: absolute;
	top: 65px;
	left: 124px;
}
#whitelabelSection .img02 {
	position: absolute;
	top: 65px;
	left: 58px;
}

#tacosSection .img03 {
	position: absolute;
	top: 73px;
	right: 0px;
}
#tacosSection .img04 {
	position: absolute;
	top: 132px;
	right: 241px;
}
#tacosSection .img05 {
	position: absolute;
	top: 182px;
	right: 377px;
}

#salsaSection .img06 {
	position: absolute;
	top: 100px;
	left: 196px;
}
#salsaSection .img07 {
	position: absolute;
	top: 223px;
	left: 160px;
}
#salsaSection .img08 {
	position: absolute;
	top: 219px;
	left: 0px;
}

#entrustedDevelopmentSection .img09 {
	position: absolute;
	top: 205px;
	right: 0px;
}
#entrustedDevelopmentSection .img10 {
	position: absolute;
	top: 227px;
	right: 124px;
}
#entrustedDevelopmentSection .img11 {
	position: absolute;
	top: 91px;
	right: 191px;
}

.bgwh{
	background-color:#fff;
}

/*---------------------------------------
    page
---------------------------------------*/
.pageSection {
	padding: 100px 0px 80px;
}

/*---------------------------------------
    company
---------------------------------------*/
#changemap {
	width: 100%;
	height: 400px;
}
.companyOverviewTable th {
	width: 100px;
}

/*---------------------------------------
    service
---------------------------------------*/
#service #salsaSection .btn01 {
	font-size: 21px;
}
#whitelabelSection .topImage {
	padding-left: 60px;
}