@charset "UTF-8";
/* CSS Document */

/*初期設定*/
* {
	margin:0;
	padding:0;
}

body {
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size:1.6rem;
	font-weight: 300;
	position: relative;
	margin: 0 auto;
	color: #252525;
	background: #fff;
	/*border: 1px solid #000;*/
}

/*floatクリア用*/
.clear {
	clear:both;
}

/*メインコンテンツブロック*/

.clearfix:after {
  content: " ";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
  overflow:visible;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
a{
	text-decoration: none;
	color: #3E3A39;
}
a:hover{
	opacity: .8;
}
a img{
	border:none;
	outline:none;
}
.txt-area a.link-btn:hover{
	opacity: 0.8;
   filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;

}
.txt-area a.link-btn{
	transition: all .8s ease;
    -webkit-transition: all .8s ease;
}
	    
p{
	line-height: 1.7;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
	table-layout: fixed;
}
table img{
	display: block;
}
table td, table th{
	box-sizing: border-box;
} 
.right{
	float:right;
}
.left{
	float:left;
}
.rela{
	position:relative;
}
.abso{
	position:absolute;
}
h1,h2,h3,h4{
	text-align: center;
}
ul li{
	list-style: none;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.newsBox a[href$=".pdf"]:after {
    content:"";
    display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
    width: 19px;
	height: 22px;
    background: url("../image/icn_pdf.png") no-repeat;
}
.newsBox a[href$=".jpg"]:after {
    content:"";
    display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
    width: 19px;
	height: 22px;
    background: url("../image/icn_jpg.png") no-repeat;
}
img{
	display: block;
	width: 100%;
}
@media(min-width:881px){
	.sp-vis{
		display: none!important;
	}
}
@media(max-width:880px){
	.sp-vis{
		display: block!important;
	}
	.pc-vis{
		display: none!important;
	}
}