@charset "utf-8";

/* General styles*/
/*Define your own styles in this stylesheet*/
body{
	background-color: rgba(246,246,246,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1, h2, h3, h4, h5, h6{
	
	color: rgba(146,146,146,1.00);
	font-style: normal;
	font-weight: 400;
}
p{
	font-size: 14px;

	font-style: normal;
	font-weight: 100;
	line-height: 1.8;
}
h6.textStyle {
    line-height: 180%;
}

/* Link styles*/
a {
	color: rgba(146,146,146,1.00);
}
a:visited {
	color: rgba(146,146,146,1.00);
}
a:hover {
	color: rgba(255,255,255,1.00);
}
.linkStyle {
	color: rgba(146,146,146,1.00);

	font-style: normal;
	font-weight: 100;
	text-decoration: none;	
}
/* Header & HERO styles*/
.logo {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
.heroHeader {

}
/* Navigation styles*/
.topNavUl {
	position: static;
    padding-top:20px;
    padding-bottom: 20px;
}
.topNavLI {
	text-align: center;
	background-image: -webkit-linear-gradient(0deg,rgba(238,238,238,1.00) 0%,rgba(255,255,255,1.00) 50%,rgba(238,238,238,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(238,238,238,1.00) 0%,rgba(255,255,255,1.00) 50%,rgba(238,238,238,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(238,238,238,1.00) 0%,rgba(255,255,255,1.00) 50%,rgba(238,238,238,1.00) 100%);
}
/* Typography styles*/
.textStyle {
	font-style: normal;
	font-weight: 400;
	color: rgba(105,105,105,1.00);
	text-align: left;
	font-size: 100%;
}
h1.headingStyle {

}
.mainHeading {
	font-size: 180%;
	text-align: left;
	font-weight: bolder;
	color: rgba(90,90,90,1.00);
	padding: 10px;
	border-top: 1px solid #C6000F;
	margin-top: 0;
}
.mainTagline {
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-size: 16px;
	margin-top: -1%;
}
.sectionText {
	text-align: left;
	padding: 0.4em;
	background: #eeeeee;
	border-left: 4px solid #C6000F;
	border-right: 0px solid #C1C1C1;
	border-bottom: 0px solid #C1C1C1;
	border-top: 0px solid #C1C1C1;
}
#sectionOne,#sectionThree {
	text-align: justify;
}
#sectionTwo,#sectionFour {
	text-align: justify;
}

/* Gallery styles */
.gallery{
    padding-top:20px;
    padding-bottom:30px;
}
.paraContent{
	font-size: 14px;
	/* [disabled]font-family: alice, sans-serif; */
	font-style: normal;
	font-weight: 400;
	color: rgba(108,108,108,1.00);
	line-height: 1.8;
	margin-left: 5%;
	margin-right: 5%;
	text-align: left;
}
h4.paraContent {
	margin-bottom: 0px;
	font-weight: bold;
	margin-left:4.5%;
}

h3.paraContent {
	font-size: 120%;
	font-weight: bold;
	margin-left:4%;
}
h5.paraContent {
	margin-bottom: 0px;
	font-weight: 500;
	color:#777;
}

.paraContent .subCategory {
	font-size: 12px;
	display: inline-block;
	margin-left: 10px;
}

.contentArea{
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	color: rgba(146,146,146,1.00);
	line-height: 1.8;
	margin-left: 5%;
	margin-right: 5%;
	text-align: left;
}
.showAreaH2 {
	
}
#secondaryStyling {
	padding-top: 20px;
    padding-bottom: 20px;
}
.secondarySection {
	background-image: -webkit-linear-gradient(90deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.05) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.05) 100%);
	background-image: linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.05) 100%);
}
.secondaryHeading {
	color: #333333;/*rgba(255,255,255,1.00);*/
	text-align: center;
}
/*Footer styles*/
.footerTitle {
	text-align: center;
	font-size: 22px;
	color: #FFFFFF;
	background-color: #CCCCCC;
}
.footerTitle a,.footerTitle a:visited{
	color:#ffffff;
}
.footerTextContainer {
	text-align: justify;
	margin-bottom: 10%;
	padding-left: 0px;
}
.copyRight {
	text-align: center;
	clear: both;
	border-top: 1px solid #D5D5D5;
	margin: 10px 0;
	font-size: 80%;
	color: #666666;
	padding-top: 10px;
}

.btnList {
	text-align: right;
}
.thumIcon {
	margin: 3px;
	float: left;
}
a.linkArrow{
	position:relative;
	padding-left:12px;
}
a.linkArrow:before {
	content: '.';
	width: 0;
	height: 0;
	border-top: 0.4em solid transparent;
	border-bottom: 0.4em solid transparent;
	border-right: 0px solid transparent;
	border-left: 0.6em solid #337ab7;
	display:inline-block;
	position:absolute;
	overflow:hidden;
	top:0.25em;
	left:0.1em;
}

a.linkArrow:hover:before {
		border-left: 0.6em solid #23527c;
}

.footerTextContainer li   {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	list-style-position: outside;
}
.footerTextContainer li ul {
	padding-left: 2em;
	font-size: 12px;
}
.text-indent-1 {
	text-indent: -1em;
	padding-left: 1em;
}
.text-indent-1-2 {
	text-indent: -2em;
	padding-left: 2em;
}
.text-indent-1-3 {
	text-indent: -3em;
	padding-left: 3em;
}
.text-indent-2 {
	text-indent: -1em;
	padding-left: 2em;
}
.text-indent-3 {
	text-indent: -1em;
	padding-left: 3em;
}
.naviLink li {
	padding-left: 12px;
	padding-right: 20px;
	display:inline-block;
}
.naviLink li a{
	position:relative;
}
.naviLink li a:before {
	content: '.';
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 0px solid transparent;
	border-left: 6px solid #bbbbbb;
	display:inline-block;
	position:absolute;
	overflow:hidden;
	top:3px;
	left:-12px;
}

.numberList {
    counter-reset: number;
    list-style: outside none none;
    margin-left: 3%;
    padding: 0;
}
.numberList li:before {
    background: #EEEFFD none repeat scroll 0 0;
    border: 2px solid #8496BC;
    border-radius: 50%;
    clear: left;
    color: #6666666;
    content: counter(number, decimal);
    counter-increment: number;
    float: left;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-weight: bold;
    height: 1.5em;
    line-height: 1.25em;
    margin-left: -2em;
    margin-top: 0.7em;
    text-align: center;
    width: 1.5em;
	display:block
}
.numberList li {
	clear: both;
	font-size: 100%;
	margin-bottom: 1em;
	padding-left: 2em;
	padding-top: 1em;
}

.float-right{
	float:right;
}
.float-left{
	float:left;
}

table tr .valign-middle{
	vertical-align:middle !important;
}

.kome-ol{
	counter-reset: kome;
	padding-left:0;

}
.kome-ol > li{
	list-style: none outside;
	position:relative;
	margin-left:2.5em;
}
.kome-ol > li::before{
	content:'※'  counter(kome, decimal);
    counter-increment:kome;
	position:absolute;
	left:-2.5em;
	color:#a94442;
}

table.startflow {
	text-align: left;
	margin-left: 5%;
	margin-right: 5%;
	border-collapse: separate;
	border-spacing: 6px 2px;
	color:rgba(108, 108, 108, 1);
	line-height:1.6;
	width:90%;
}
table.startflow .flow {
	border: 1px solid #D7D7D7;
	border-radius: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 4px;
}

table.startflow .bottomArrow {
	vertical-align: middle;
	background-repeat: repeat-y;
	min-height: 40px;
	height: 40px;
	width: 50px;
	text-align:center;
}
table.startflow .bottomArrow img{
	width:25px;
}
table.startflow .step {
	padding: 10px;
	background-color: #378EDF;
	font-size: 120%;
	color: #fff;
	vertical-align:middle;
	font-weight:bold;
}
table.startflow .stepTtl{
	padding: 10px;
	background-color: #DDEFFF;
	vertical-align: middle;
	font-size: 110%;
	color:#333;
}
table.startflow .case {
	padding: 10px;
}



.trRow .blankTd{
	display:none;
}

.trRow .joined__job{
	font-size:80%;
	color:#666;
	display:block;
}
@media (min-width:481px){
.trRow tr td,.trRow tr th {
	border: 1px solid #CCCCCC;
	padding:5px;
}
.trRow tr th {
	background-color:#eeeeee;
}
}
@media (max-width:480px){
.trRow th,.trRow td,trRow tr{
	display:block;
}
}
