@charset "UTF-8";
/*
Theme Name: リボンの求人案内
Theme URI: 
Author: aibill
Description: Sample responsive theme 2020 for WordPress.
Version: 1.0.0
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,p,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    background-color:transparent;
}


body{
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family:"游ゴシック体", YuGothic , "游ゴシック",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-weight:500;
    line-height: 2;
	width: 100%;
	min-width:320px;
	-webkit-text-size-adjust:none;
	background: #FFFFFF;
    font-size:16px;
}
img{
    vertical-align: top;
}
ul li{
	list-style: none;
}

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

a img {
	border: 0;
}

a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

i{
	font-style:inherit;
}

@media screen and (min-width: 769px){

}
@media screen and (max-width: 768px){

}
/*float
================================================*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.oh {
	overflow: hidden;
}

/*text-align
================================================*/
.tac {
	text-align: center !important;
}
.tal {
	text-align: left !important;
}
.tar {
	text-align: right !important;
}
 
/*margin
================================================*/

.mb10{
         margin-bottom:10px;
}
.mb15{
         margin-bottom:15px;
}
.mb20{
         margin-bottom:20px;
}
.mb30{
         margin-bottom:30px;
}
.mb40{
         margin-bottom:40px;
}
.mb50{
         margin-bottom:50px;
}
.mb60{
         margin-bottom:60px;
}

/*h
================================================*/
h1,h2,h3,h4{
	line-height:1.2;
}
/*font系
================================================*/
.bold {
	font-weight: bold;
}
.blue { color: #07338A;}
.red { color: #d64046;}
.notes {
    padding-left: 1em;
    text-indent: -1em;
}
.green{
  color: #02793a;
}
.mincho{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*clearfix
================================================*/

#contents-wrap:after,.clearfix:after,.ph-right:after,.ph-left:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
.clearfix { display: inline-table; }  


/* For modern browsers */
.clearfix:after {
    content:"";
    display:table;
}
 
.clearfix:after {
    clear:both;
}
 

/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */ 

button,
input[type="submit"] ,
button:focus,
input[type="submit"]:focus{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}
