@charset "utf-8";

/* clearfix
------------------------------------------------------------*/
#subCont:after,
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height:0;
}
#subCont,
.clearfix {
	zoom: 1;
} /* IE */


/* 全体
------------------------------------------------------------*/
/* 基本設定 */
body{
  background-color:#FFF;
  text-align:center;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;  color:#666;
  box-sizing: border-box;
  
}

.wrapper{
  max-width:980px;
  text-align:left;
  margin:0 auto;
}

h1, h2, h3, h4, h5, h6{
  line-height:1.0;
}

a:link{
  color:#066DD3;
}
a:visited{
  color:#666;
}
a:hover,
a:active{
  color:#127CE4;
}


/* 共通
------------------------------------------------------------*/


/* ヘッダー */

/* contents */
#contents{
  padding:10px 10px 30px;
}
#contents.cont{
  padding:0 10px 30px;
}

/* hoverup */
a.hoverup{
  position:relative;
}
a.hoverup:hover,
a.hoverup:focus{
  top:1px;
}

/* hoverup */
a.toumei:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
}

/* ダイヤルのリンク */


/* ページの本文へ */
.skipLink{
  display:block;
  text-align:center;
  position:absolute;
  top:0;
  left:-10000px;
  background-color:#FFF;
  z-index:10000;
  padding:5px;
  font-size:90%;
  opacity:0.9;
}
.skipLink:focus{
  width:100%;
  top:0px;
  left:0px;
}


/* ページトップ */
#pagetop a{
    position:fixed;
    bottom: 30px;
    left:50%;
    margin:0 0 0 395px;
    padding: 5px 10px;
    background: #006F3A;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
    color:#FFF;
    text-decoration:none;
    font-weight:bold;
}
#pagetop a:hover,
#pagetop a:focus{
    transition: 0.2s;
    color:#DACB52;
    bottom:30px;
}

.solid_table{
	border-collapse:collapse;
	border:1px solid #666;
}
.solid_table th,
.solid_table td{
	border:1px solid #666;
	padding:2px 5px;
}
.solid_table th{
	background-color:#E6E6E6;
}

.ta-r{
	text-align:right;
}
.ta-c{
	text-align:center;
}
.ta-l{
	text-align:left;
}

/* スマホ用
------------------------------------------------------------*/
@media screen and(min-width:640px){






}
