@charset "UTF-8";


/*=ALL
-------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, verdana, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  	line-height:1.5;
}

a {
	color: #5f6060;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

a:hover {
	color: #050F1E;
}

img {
	max-width: 100%;
}

/*=HEADER
-------------------------------*/

header {
	height: 80px;
	margin: 0 0 80px;
	background: #34d298;
	color: #fff;
}

header h1 {
	width: 230px;
	margin: 20px 25px 0 0;
	float: left;
}

header h2 {
	width: 500px;
	margin: 27px 15px 0 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	float: left;
}

header h3 {
	margin: 25px 15px 0 0;
}


/*=CONTENT
-------------------------------*/

.main a {
	border-bottom: 1px #5f6060 dashed;
}

.main a:hover {
	text-decoration: none;
}

article {
	margin-bottom: 60px;
}

.index1,
.index2,
.index3,
.index4,
.index5,
.index6,
.index7,
.index8,
.index9,
.index10 {
	height: 200px;
	position:relative;
}

.banner1 {
	height: 300px;
	position:relative;
}

.index1 a,
.index2 a,
.index3 a,
.index4 a,
.index5 a,
.index6 a,
.index7 a,
.index8 a,
.index9 a,
.index10 a,
.banner1 a {
	width: 100%;
	height: 100%;
	display: block;
	position:absolute;
	top:0;
  left:0;
  border: none;
  opacity: 0.7;
}

.banner1 a {
	width: 100%;
	height: 100%;
	display: block;
	position:absolute;
	top:0;
	left:0;
	border: none;
	background: rgba(255.255.255.0.8);
}
.index1 a:hover,
.index2 a:hover,
.index3 a:hover,
.index4 a:hover,
.index5 a:hover,
.index6 a:hover,
.index7 a:hover,
.index8 a:hover,
.index9 a:hover,
.index10 a:hover,
.banner1 a:hover {
	opacity: 1;
}
.index1 {
	background: #f7941d;
}

.index2 {
	background: #1998ab;
}

.index3 {
	background: #f86960;
}

.index4 {
	background: #ffe057;
}

.index5 {
	background: #97d3d9;
}

.index6 {
	background: #0c5c86;
}

.index7 {
	background: #67c4aa;
}

.index8 {
	background: #4a3f60;
}

.index9 {
	background: #36434d;
}

.main h1 {
	margin: 0 0 30px;
	padding: 15px 20px;
	background: #34D298;
	font-size: 24px;
	color: #fff;
	-o-border-radius: 6px;
  	-ms-border-radius: 6px;
  	-moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
  	border-radius: 6px;
}

.main h2 {
	margin: 45px 0 10px;
	padding: 0 0 5px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px #ddd solid;
}

.main h3 {
	margin: 30px 0 10px;
	padding: 8px 10px;
	font-size: 18px;
	background: #73E0B8;
	color: #fff;
}

.main h4 {
	font-size: 17px;
	font-weight: bold;
	color: #666;
}
.main h4:before {
	padding: 0 10px 0 0;
    content: "\f0da";
    font-family: FontAwesome;
}

.main h5 {
	margin: 40px 0 5px;
	font-size: 20px;
	font-weight: bold;
	color: #0c5c86;
}

.col-xs-4 {
	border: none;
	background: none;
}

.col-xs-4,
.col-xs-6,
.col-xs-12 {
	padding: 10px
}

/*
.col-xs-6 {
	padding-top: 0;
}
*/

.fa-circle-o,
.fa-times {
	color: #2AA87A;
	font-size: 14px;
	font-weight: bold;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.fs16 {
	font-size: 16px;
}

.fs22 {
	font-size: 22px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}


.note {
	color: #db0000;
	font-weight: bold;
}

.note-box {
	margin: 20px 0 0;
	padding: 20px 30px;
	text-align: left;
	border: 3px #34D298 solid;
	line-height: 28px;
}

.boxL {
	width: 49%;
	margin: 0 1% 50px 0;
	padding: 15px;
	float: left;
	border: 3px #34D298 solid;
}

.boxR {
	width: 49%;
	margin: 0 0 50px;
	padding: 15px;
	float: left;
	border: 3px #34D298 solid;
}

.subscription a {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding: 10px 0;
	-o-border-radius: 6px;
  	-ms-border-radius: 6px;
  	-moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
  	border-radius: 6px;
  	background: #f7941d;
	display: block;
	border: none;
  	color: #fff;
  	font-size: 24px;
  	text-align: center;
}

.subscription a:hover {
	background: #f98a04;
	-o-border-radius: 6px;
  	-ms-border-radius: 6px;
  	-moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
  	border-radius: 6px;
}
/*=SIDEBAR
-------------------------------*/

.sidebar1 ul,
.sidebar2 ul,
.sidebar3 ul,
.sidebar4 ul  {
	margin: 0 0 15px;
	padding: 0 10px 0;
	list-style: none;
	background: #e7e9ea url('../images/sidebar-bg.png') no-repeat left top;
}

.sidebar1 ul {
	min-height: 140px;
}
.sidebar2 ul {
	min-height: 290px;
}
.sidebar3 ul {
	min-height: 260px;
}
.sidebar4 ul {
	min-height: 155px;
}

.sidebar1 ul h1.sidebar-ttl,
.sidebar2 ul h1.sidebar-ttl,
.sidebar3 ul h1.sidebar-ttl,
.sidebar4 ul h1.sidebar-ttl {
	margin: 0;
	padding: 15px 0 10px;
	color: #5f6060;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.sidebar1 ul li,
.sidebar2 ul li,
.sidebar3 ul li,
.sidebar4 ul li {
	width: 190px;
	padding: 8px;
	font-size: 12px;
	float: left;
}

.sidebar1 ul li a,
.sidebar2 ul li a,
.sidebar3 ul li a,
.sidebar4 ul li a {
	padding: 0 0 0 24px;
	display: block;
}

.sidebar1 ul li:nth-child(odd),
.sidebar2 ul li:nth-child(odd),
.sidebar3 ul li:nth-child(odd),
.sidebar4 ul li:nth-child(odd) {
	background: #f8f8f8 url('../images/list-icon.png') no-repeat 12px;
}

.sidebar1 ul li:nth-child(even),
.sidebar2 ul li:nth-child(even),
.sidebar3 ul li:nth-child(even),
.sidebar4 ul li:nth-child(even) {
	background: #fff url('../images/list-icon.png') no-repeat 12px;
}

.sidebarBanner ul {
	list-style: none;
	padding: 0;
}
.sidebarBanner ul li {
	margin: 0 0 15px;
}
.sidebarBanner ul li img:hover {
	opacity: 0.9;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}/*=FOOTER
-------------------------------*/

footer {
	margin-top: 80px;
	padding-top: 20px;
	height: autox;
	background: #e8e9eb;
  color: #333;
}

footer ul.first {
	width: 840px;
	height: 25px;
	margin: 0 auto 10px;
}

footer ul.second {
	width: 700px;
	height: 25px;
	margin: 0 auto 10px;
}

footer ul.third {
	width: 780px;
	height: 25px;
	margin: 0 auto 10px;
}

footer ul.four {
	width: 400px;
	height: 25px;
	margin: 0 auto 40px;
}

footer li {
	float: left;
	list-style-type: none;
}

footer li.line {
	padding: 0 10px;
}

footer li a {
	color: #5f6060;
}

footer li a:hover {
	color: #050F1E;
}

footer .copyright {
	font-size: 14px;
	text-align: center;
}


/*=TABLE
-------------------------------*/

table.maintenance1,
table.maintenance2,
table.maintenance3,
table.overhole1,
table.overhole2 {
	width: 100%;
	margin: 30px 0;
	background: #f8f8f8;
	border: 3px #34D298 solid;
	border-collapse: collapse;
	text-align: center;
}
table.maintenance1 thead,
table.maintenance2 thead,
table.maintenance3 thead,
table.overhole1 thead,
table.overhole2 thead {
	padding: 15px 10px;
	background: #34D298;
	color: #fff;
	text-align: center;
}
table.maintenance1 thead th,
table.maintenance1 thead td,
table.maintenance2 thead th,
table.maintenance2 thead td,
table.maintenance3 thead th,
table.maintenance3 thead td,
table.overhole1 thead th,
table.overhole1 thead td,
table.overhole2 thead th,
table.overhole2 thead td {
	padding: 15px 10px;
	border: 1px #fff solid;
}
table.maintenance1 thead th {
	width: 40%;
	font-size: 16px;
	text-align: center;
}
table.maintenance1 thead td {
	width: 12%;
}
table.maintenance1 th,
table.maintenance1 td,
table.maintenance2 th,
table.maintenance2 td,
table.maintenance3 th,
table.maintenance3 td,
table.overhole1 th,
table.overhole1 td,
table.overhole2 th,
table.overhole2 td {
	padding: 15px 10px;
	border: 2px #34D298 solid;
}
table.maintenance1 tbody th,
table.maintenance2 tbody th,
table.maintenance3 tbody th,
table.overhole1 tbody th,
table.overhole2 tbody th {
	background: #73E0B8;
	color: #666;
}
table.maintenance1 tbody td {
	font-size: 11px;
}
table.maintenance2,
table.maintenance3,
table.overhole1,
table.overhole2 {
	margin: 30px 0 5px;
}
table.maintenance2 thead th,
table.maintenance3 thead th,
table.overhole1 thead th,
table.overhole2 thead th {
	font-size: 16px;
	text-align: center;
}
table.maintenance2 tbody td {
	font-size: 13px;
}
table.maintenance2 tbody th {
	width: 22%;
}
table.maintenance2 tbody td {
	width: 10%;
}
table.maintenance2 tbody td.last {
	width: 25%;
}
table.overhole1 thead th.first {
	width: 22%;
}
table.overhole2 tbody th {
	width: 85%;
}

table.area {
	margin: 30px 0;
	background: #f8f8f8;
	border: 3px #34D298 solid;
	text-align: center;
}
table.area th {
	width: 170px;
	padding: 15px 10px;
	border: 1px #fff solid;
	background: #34D298;
	color: #fff;
	text-align: center;
}
table.area td {
	width: 170px;
	padding: 15px 10px;
	border: 2px #34D298 solid;
}

table.price {
	margin: 30px 0 5px;
	background: #f8f8f8;
	border: 3px #34D298 solid;
	border-collapse: collapse;
	text-align: center;
}
table.price thead {
	padding: 15px 10px;
	background: #34D298;
	color: #fff;
	text-align: center;
}
table.price thead th,
table.price thead td {
	padding: 15px 10px;
	border: 1px #fff solid;
}
table.price thead th {
	width: 170px;
	text-align: center;
}
table.price td {
	width: 170px;
	padding: 15px 10px;
	border: 2px #34D298 solid;
}
table.price td.first {
	width: 75%;
	text-align: left;
}
table.price td.second {
	width: 25%;
}

table.datebackup {
	width: 100%;
	margin: 30px 0 5px;
	background: #f8f8f8;
	border: 3px #34D298 solid;
	border-collapse: collapse;
	text-align: center;
}
table.datebackup thead {
	padding: 15px 10px;
	background: #34D298;
	color: #fff;
	text-align: center;
}
table.datebackup thead td {
	border: 1px #fff solid;
	font-size: 16px;
	text-align: center;
}
table.datebackup th,
table.datebackup td {
	padding: 15px 10px;
	border: 2px #34D298 solid;
}

table.datedelete {
	width: 100%;
	margin: 30px 0;
	background: #f8f8f8;
	border: 3px #34D298 solid;
	border-collapse: collapse;
	text-align: center;
}
table.datedelete thead {
	padding: 15px 10px;
	background: #34D298;
	color: #fff;
	text-align: center;
}
table.datedelete thead td {
	border: 1px #fff solid;
	font-size: 16px;
	text-align: center;
}
table.datedelete th,
table.datedelete td {
	padding: 15px 10px;
	border: 2px #34D298 solid;
}

table.kougekishadankun {
	width: 100%;
	margin: 30px 0;
	background: #f8f8f8;
	border: 3px #34D298 solid;
	border-collapse: collapse;
	text-align: center;
}
table.kougekishadankun thead {
	padding: 15px 10px;
	background: #34D298;
	color: #fff;
	text-align: center;
}
table.kougekishadankun thead td {
	border: 1px #fff solid;
	font-size: 16px;
	text-align: center;
}
table.kougekishadankun thead td.first {
	width: 70%;
}
table.kougekishadankun th,
table.kougekishadankun td {
	padding: 15px 10px;
	border: 2px #34D298 solid;
}


table.kougekishadankun-cyber {
	width: 100%;
	margin: 30px 0;
	background: #f8f8f8;
	border: 3px #34D298 solid;
	border-collapse: collapse;
	text-align: center;
}
table.kougekishadankun-cyber th,
table.kougekishadankun-cyber td {
	padding: 15px 10px;
	border: 2px #34D298 solid;
}

table.company th,
table.company td {
	padding: 15px 10px;
}
table.company th {
	width: 150px;
	background: #34D298;
	border-bottom: 1px #fff solid;
	vertical-align: middle;
	text-align: center;
	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-left-color: #34D298;
	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: #34D298 10px solid;
        margin-top: -10px;
    }
}
table.company td {
    background: #f8f8f8;
	border-bottom: 1px #ebeae7 solid;
    width: 580px;
    padding-left: 40px;
}
table.company td.last {
	border-bottom: none;
}

table.usajirou {
	width: 100%;
	margin: 30px 0;
	background: #f8f8f8;
	border: 3px #34D298 solid;
	border-collapse: collapse;
	text-align: center;
}
table.usajirou thead {
	padding: 15px 10px;
	background: #34D298;
	color: #fff;
	text-align: center;
}
table.usajirou thead th,
table.usajirou thead td {
	padding: 15px 10px;
	border: 1px #fff solid;
}
table.usajirou thead th {
	width: 16%;
	font-size: 16px;
	text-align: center;
}
table.usajirou thead td {
	width: 12%;
}
table.usajirou th,
table.usajirou td {
	padding: 15px 10px;
	border: 2px #34D298 solid;
}
table.usajirou tbody th {
	background: #73E0B8;
	color: #666;
}
table.usajirou tbody td {
	font-size: 11px;
}

/*=FORM
-------------------------------*/

label {
	display: block;
}

input[type="submit"],
input[type="reset"] {
	box-shadow: none;
	border: none;
	text-shadow: none;
}

input[type="submit"] {
	background: #73E0B8;
	color: #fff;
}

input[type="submit"]:hover{
	background: #34D298;
	color: #fff;
	-webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

input[type="reset"] {
	background: #bbb;
	color: #fff;
}

input[type="reset"]:hover {
	background: #5F6060;
	color: #fff;
	-webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

table.confirmation {
	width: 100%;
	border: 1px #ebeae7 solid;
	border-collapse: collapse;
	text-align: left;
}

table.confirmation td {
	padding: 10px 20px;
	background: #fff;
	border: 1px #ebeae7 solid;
}

table.confirmation td.l_Cel {
	width: 160px;
	background: #f8f8f8;
}
