/*フォント一覧*/
/*
font-family: 'Ubuntu', sans-serif;
font-family: 'Ropa Sans', sans-serif;
font-family: 'Pacifico', cursive;
font-family: 'Molengo', sans-serif;
font-family: 'Berkshire Swash', cursive;
font-family: 'Satisfy', cursive;
*/

* {margin: 0; padding: 0; outline: 0;}


body {
	font-family: 'Ubuntu', sans-serif;
	color: #66666;
	font-size: 12px;
	background: #eee;
	overflow-y:scroll;
}

img{
	border: none;
}

p,dd,dt{
	font-family: 'Ubuntu', sans-serif;
}

.title{
	font-family: 'Ropa Sans', sans-serif;
	font-weight: bold;
	font-size: 60px;
	display:block;
	margin-left:30px;
	text-shadow: 2px 2px 2px #000;
}

.top{
	background:url(../img/top.jpg) no-repeat center top;
	color:#98fb98;
	min-height:580px;
	padding-top:20px;
}

.txt{
	margin:180px 0 0 100px;
	display:block;
	width:750px;
	background:#bf9b61;
	color:#000000;
	word-wrap:break-word;
	font-size:14px;
	padding:20px;

	opacity:0.6;
	filter: alpha(opacity=60);		/* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";	/* ie 8 */
	-moz-opacity:0.6;			/* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;			/* Safari 1.x */
	zoom:1;
}

h1 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 15px 30px;	
}

h2 {
font-family: 'Satisfy', cursive;
	font-weight: 300;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 24px;
}

h3{
	font-family: 'Molengo', sans-serif;
	margin-top:20px;
}

p {
	margin: 0 0 15px 0;
	line-height: 1.4em;
	margin: 20px;
	width: 650px;
}

a {
	color: #3e3e3e;
}
.menu2 a {
	color: #fff;
	text-decoration:none;
}

dl {
	margin: 30px 0;
	border-top: 1px dashed #aaa;
	max-width:680px;
}
dt {
	float: left;
	position: absolute;
	border-bottom: 1px dashed #aaa;
	width: 150px;
	line-height: 2em;
}
dd {
	margin-left: 150px;
	border-bottom: 1px dashed #aaa;
	line-height: 2em;
	max-width:700px;
}

*:first-child+html dt { margin-left: -145px; } 

.clear {
	clear: both;
}
.wrap {
	width: 100%;
	max-width: 1000px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0;

}

ul, ol{
	margin-left: 50px;
}

li{
	font-family: 'Ubuntu', sans-serif;
	line-height: 1.1em;
	margin-bottom:5px;
	width: 600px;
}


#btn_checkout a.btn_purchase {
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	border: 1px solid #eaeaea;
	text-decoration: none;
	margin-top: 10px;
	display: block;
	width: 200px;
	font-weight: bold;
	color: #fff;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	background: #f29e91; /* Old browsers */
	background: -moz-linear-gradient(top,  #f29e91 0%, #db462b 50%, #c91404 51%, #d63900 75%, #b20e00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f29e91), color-stop(50%,#db462b), color-stop(51%,#c91404), color-stop(75%,#d63900), color-stop(100%,#b20e00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f29e91 0%,#db462b 50%,#c91404 51%,#d63900 75%,#b20e00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f29e91 0%,#db462b 50%,#c91404 51%,#d63900 75%,#b20e00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f29e91 0%,#db462b 50%,#c91404 51%,#d63900 75%,#b20e00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f29e91 0%,#db462b 50%,#c91404 51%,#d63900 75%,#b20e00 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29e91', endColorstr='#b20e00',GradientType=0 ); /* IE6-9 */

}


.full_content {
	width:1000px;
	position:relative;
	margin:10px auto;
	clear:both;

}

.companyname{
	height:30px;
	float:left;
	list-style:none;
	padding:10px 15px 0;
	text-align:center;
	display:block;
	cursor: pointer;
	color:#666;
	font-size:14px;
	font-family: 'Pacifico', cursive;

}

.menuhome,.menu,.menu2{
	height:30px;
	float:left;
	list-style:none;
	padding:10px 15px 0;
	border-top:1px solid #00d56a;
	border-left:1px solid #23b16a;
	border-right:1px solid #478d6a;
	text-align:center;
	display:block;
	cursor: pointer;
	color:#fff;
	font-size:15px;
	font-family: 'Ropa Sans', sans-serif;

	background: #00d56a; /* Old browsers */
	background: -moz-linear-gradient(top,  #00d56a 0%, #478d6a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00d56a), color-stop(100%,#478d6a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00d56a 0%,#478d6a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00d56a 0%,#478d6a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00d56a 0%,#478d6a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00d56a 0%,#478d6a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d56a', endColorstr='#478d6a',GradientType=0 ); /* IE6-9 */
}
.menuhome{
	padding-left:20px;
	-webkit-border-top-left-radius: 40px;
	-webkit-border-bottom-left-radius: 40px;
	-moz-border-radius-topleft: 40px;
	-moz-border-radius-bottomleft: 40px;
}
.menu2{background: #a90329; /* Old browsers */
background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */

	border-top:1px solid #ddca99;
	border-left:1px solid #ddd1b1;
	border-right:1px solid #8a5323;
	font-size:14px;
	-webkit-border-top-right-radius: 40px;
	-webkit-border-bottom-right-radius: 40px;
	-moz-border-radius-topright: 40px;
	-moz-border-radius-bottomright: 40px;
}
.menu:first-child,.menu2:first-child,.companyname {
	margin-left:0;
}
.active {
	background:#00d56a;
	color:#000;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #888;
}
.hover {
	background:#ccc;
}
.content {
	width:1000px;
	background:#ebffeb;
	top:40px;
	left:0;
	padding:30px;
	position:absolute;
	border-radius: 10px;        /* CSS3 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome */
	-moz-border-radius: 10px;   /* Firefox */
}

/*IE9*/
.content:not(:target) {
	border-radius: 0px\9;        /* CSS3 */
	-webkit-border-radius: 0px\9;    /* Safari,Google Chrome */
	-moz-border-radius: 0px\9;   /* Firefox */
	border-right:1px solid #ccc\9;
	border-left:1px solid #ccc\9;
}

/*IE10*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.content {
	border-radius: 0px !important;        /* CSS3 */
	-webkit-border-radius: 0px !important;    /* Safari,Google Chrome */
	-moz-border-radius: 0px !important;   /* Firefox */
	border-right:1px solid #ccc !important;
	border-left:1px solid #ccc !important;
}
}

#c1{
	background:url(../img/office.jpg) no-repeat right top;
	min-height:700px;
}

#c2{
	background:url(../img/cardandphone.jpg) no-repeat right top;
	min-height:700px;
}

#c3{
	background:url(../img/security.jpg) no-repeat right top;
	min-height:700px;
}

#c4{
	background:url(../img/building.jpg) no-repeat right top;
	min-height:700px;
}

#c5{
	background:url(../img/device.jpg) no-repeat right top;
	min-height:700px;
}

#c6{
	background:url(../img/street.jpg) no-repeat right top;
	min-height:700px;
}

#c7{
	background:url(../img/machine.jpg) no-repeat right top;
	min-height:700px;
}

#c8{
	background:url(../img/nature1.jpg) no-repeat right top;
	min-height:700px;
}

#footer {
	position: fixed !important;
	position: absolute;
	bottom: 0;  
	left: 0;  
	width: 100%;  
	height: 18px;  
	background-color: #478d6a;
	color: #fff;
	text-align:center;
	padding-top:3px;
}

table.company {
    width: 500px;
    margin: 0 auto 25px 50px;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
 
table.company th,
table.company td {
	padding: 10px;
	text-align:right;
}
 
table.company th {
    background: #295890;
    vertical-align: middle;
    text-align: left;
    width: 150px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #295890;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}
 
table.company td {
    background: #f8f8f8;
    width: 120px;
    padding-left: 20px;
}

.tbleft{
	float:left;
}

.usd{
	border-right:1px dashed #666;
}

.flow{
	float:left;
	margin:0 10px 20px;
	padding:10px 20px;
	border:1px solid #ccc;
	
}

.flow1{
	float:left;
	margin:0 10px 20px;
	padding:10px 20px;
	border:1px solid #ccc;
	background:#eee;
}


.menu2 img{
	margin-bottom:-4px;
	margin-right:3px;
	margin-left:-4px;
}

table.servicelist td.logo {
	width: 140px;
}

table.servicelist td.snsname {
	font-size: 120%;
	font-weight: bolder;
	vertical-align: middle;
	padding:10px;
}

table.servicelist td.snsname a {
	text-decoration: none;
}

