@charset "UTF-8";
/*******************************************
recruit
*******************************************/
body{
	background:#fff;	
	}
a {  
	overflow:hidden;
	outline: none; 
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	text-decoration:none;
}
a:hover{
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
	}
a img, img {
	border:0;
}

a img:hover{
/*	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
*/}

span{

	}
img {
	vertical-align:bottom;
	border:none;
	-ms-interpolation-mode: bicubic;
	-webkit-user-drag: none;
}
iframe {
	text-align: center;
	height:auto;
}


/*******************************************
clearfix
*******************************************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}
.clear{
	clear:both;
}

/*******************************************
link color
*******************************************/

A.page_link {
	color: #173A80;
}
A.page_link:link    {
	color: #173A80;
}
A.page_link:visited {
	color: #173A80;
}
A.page_link:active   {
	color: #173A80;
}
A.page_link:hover  {
	color: #666;
}

/*******************************************
page 
*******************************************/

.left_img,
.right_img {
   overflow: hidden;
   height: auto;
   width:100%;
   margin:0 auto;
}
 
.left_img img {
   float: left;
   margin: 0 1.5em 1em 0 !important;
   padding: 0 !important;
   border: 0 !important;
}
 
.right_img img {
   float: right;
   margin: 0 0 1em 1.5em !important;
   padding: 0 !important;
   border: 0 !important;
}
 
.left_img p,
.right_img p {
   overflow:auto; zoom:1;font-size:14px;
}



/**************************************
display none defort
**************************************/
.pc_none{
	display:none;	
	}

.tab_none{
	display:block;	
	}

@media screen and (max-width: 1024px) {
.pc_none{
	display:block;	
	}

.tab_none{
	display:none;	
	}
}
