@charset "utf-8";
/*===========================================*/
/*==pageMain  ==*/
/*===========================================*/




/*main_contents ---------------------------------*/
#pageMain {
	width:100%;
	background: url(../images/subimg_bg.jpg) repeat-x;
	height:153px;
	text-align:left;
	overflow:hidden;
}
#pageMain_bg {
	background: url(../images/subimg_bg2.jpg) no-repeat top center;
	height:153px;
	margin:0 auto;
	overflow:hidden;
}
#pageMain h1 {
	padding:40px 0 0;
}
.page section {
	background:url(../images/page_titlebg.png) no-repeat center top;
}
.page h1 {
	color:#0d426d;
	font-size:182%;
	font-weight:bold;
	padding-top:18px;
	padding-left:20px;
}
.page section p {
	padding:10px 20px 10px 25px;
	line-height:2.0em;
}
.page section h2 {
	font-size:138.5%;
	font-weight:bold;
	border-bottom:1px #1478bd dotted;
	margin:0 20px 10px 20px;
	padding-top:20px;
	color:#1478bd;
}
.page section h3.day {
	font-size:93% !important;
	font-weight: normal !important;
	padding:0 30px 0 0 !important;
	text-align:right;
}



.page section h3.title01 {
	font-weight:bold;
	padding:20px 0 0 20px;
}

.page ol{
	margin:0 20px 0 50px;
	padding-top:10px;
	}


.page ol li{
	list-style:outside decimal;
	}

/*業務内容-------------------------------*/
.page section.practice h3 {
	font-size:123.1%;
	font-weight:bold;
	margin:20px 20px 0 20px;
	padding:5px 10px 0 45px;
	color:#1478bd;
	border-bottom:3px #1478bd  double;
	background:url(../images/page_li02.png) no-repeat left center;
	

}

.page section.practice span{
	font-weight:bold;
	}


/*------------------------------------*/
.arrow_box {
	width:80%;
	margin:10px auto;
	text-align:left;
	position: relative;
	background: #fff;
	border: 2px solid #1478bd;
	padding:10px 20px;
	font-size:1.2em;
	font-weight:bold;
	border-radius: 4px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-moz-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-ms-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	text-shadow: 1px 1px 0px rgb(255, 255, 255);
	color:#1478bd;
	
	
	
	background: rgb(254,255,255); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(254,255,255,1) 0%, rgba(221,241,249,1) 35%, rgba(160,216,239,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(254,255,255,1)), color-stop(35%,rgba(221,241,249,1)), color-stop(100%,rgba(160,216,239,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* IE10+ */
background: linear-gradient(45deg,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(250, 250, 250, 0);
	border-top-color: #ddf1f9;
	border-width: 20px;
	margin-left: -20px;
	
	
}
.arrow_box:before {
	border-color: rgba(103, 119, 130, 0);
	border-top-color: #1478bd;
	border-width: 23px;
	margin-left: -23px;
	
	
}


.page section.practice ul.li01{
	margin:0 0 0 30px ;
	font-size:1.2em;
	line-height:1.2;
	font-weight:bold;
	background:url(../images/practice15.png) no-repeat right bottom;

	}


.page section.practice ul.li01 li{
	list-style:outside square;
	padding:15px 0;
	
	
	}


.page section.practice ol.feature{
	font-size:1.3em;
	line-height:1.2;
	color:#0d426d;
	font-weight:bold;
	margin-left:50px;

	}
	
	
.page section.practice ol.feature li{
	padding:10px 0;
	margin-bottom:15px;
	list-style:disc;


}


.featureAria{
	background: #FFF;
	border: #1478bd  double 3px;
	margin:10px 20px;
	padding:10px;
	}

.effect2 p{
		font-size:1.3em;
	line-height:1.2;
	color:#0d426d;
	font-weight:bold;
	margin-left:0;
}

.effect2
{
  position: relative;
  	background: #FFF;
	border: #1478bd  double 3px;
	margin:10px 20px;
	padding:10px;

}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}


.button_pra{
	text-align:left;
	font-size:1.2em;
	font-weight:bold;
	float:right;
	margin-right:20px;
	}


.button_pra a{
	display:block;
	width:278px;
	height:59px;
	background:url(../images/button_off.jpg);
	color:#FFF;
	vertical-align:middle;
	line-height:59px;
	padding-left:20px;
	}

.button_pra a:hover{
	width:278px;
	height:59px;
	background:url(../images/button_on.jpg);
	color:#EFF8FE;
	}




/*map---------------------------------*/
.map {
	text-align:center;
	margin-top:20px;
}
/*メールフォーム----------------------------------------------*/

#inquires {
}
#inquires table {
	margin:20px 20px 20px 30px!important;
	width:620px;
}
#inquires table ol {
	float:left;
	margin-right:10px;
	margin-left:10px;
}
#inquires table th {
	text-align:left !important;
}
#inquires table td {
	background:#FFFFFF !important;
}
.hissu {
	background:#900;
	padding:1px 7px;
	font-size:10px;
	color:#FFFFFF;
	font-weight:100;
}
.fome_txt {
	margin:20px 20px 20px 40px;
}
.fome_txt h3 {
	font-size:123.1%;
	font-weight:bold;
	padding-top:30px;
}
.medium {
	width:280px;
}
.short {
	width:160px;
}
/*table---------------------------------*/

.table01 {
	border:#CCC 1px solid;
	margin:5px 0 20px 25px;
	line-height:1.8;
	width:620px;
}

.table01 ol li{
	list-style:none !important;}

.table03 {
	border:#CCC 2px solid;
	margin:5px 0 20px 25px;
	line-height:1.8;
	width:620px;
	background:#FFF;
}

.table01 th {
	background:#efeeee;
	font-weight:bold;
	text-align:center;
	padding:5px;
	border:#CCC 1px solid;
}
.td01 {
	background: #feffff; /* Old browsers */
	background: -moz-linear-gradient(top, #feffff 0%, #e8eef1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feffff), color-stop(100%, #e8eef1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #feffff 0%, #e8eef1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #feffff 0%, #e8eef1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #feffff 0%, #e8eef1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #feffff 0%, #e8eef1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e8eef1', GradientType=0 ); /* IE6-9 */
	font-weight:bold;
	color:#0d426d;
	border:#CCC 1px solid !important;

}

.table01 td {
	padding:5px;
	border:#CCC 1px solid !important;
	vertical-align:top;
}

.table03 td {
	padding:5px;
	border:#CCC 2px solid !important;
	vertical-align: middle;
}

.table02 {
	margin:0;
	line-height:1.8;
	vertical-align:top;
}
.table02 td {
	padding:8px 10px;
	vertical-align:top;
}
.w60 {
	width:60px;
}

.w80 {
	width:80px;
}

.w100 {
	width:100px;
}
.w120 {
	width:120px;
}
.w140 {
	width:140px;
}
.w160 {
	width:160px;
}
.w220 {
	width:220px;
}
.a_right {
	text-align:right;
}
.font16 {
	font-size:123.1%;
	font-weight:bold;
	padding:10px 0 0 20px !important;
}
.font24 {
	font-size:182%;
	font-weight:bold;
	padding:0px 0 0 40px !important;
	margin:0 !important;
}
.font24red {
	font-size:182%;
	font-weight:bold;
	color:#900;
	padding:15px 0 0 20px !important;
	margin:0 !important;
	line-height:0.8 !important;
}
.font12 {
	font-size:93%;
	line-height:1.5 !important;
	padding:2px 20px 0 25px!important;
}

.new{
	padding:5px 10px;
	margin:20px 20px 10px 20px;
	border:#FF0000 3px double;
	color:#FF0000;
	font-size:20px;
	background: #FCC;}