@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
body{
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}


#kyoten_top {
    background-image: url(../_userdata/key.png);
    height: 650px;
    margin: 0;
    padding: 0;
    background-repeat: repeat-x;
    background-size: cover;
}


#kyoten_sp {
    background-image: url(../_userdata/key.png);
    height: 90px;
    margin: 0;
    padding: 0;
    background-repeat: repeat-x;
    background-size: cover;
}

#tit{
	width:1000px;
	margin:0 auto;
}


@media (max-width: 640px) {
#tit{
	width:100%;
	margin:0 auto;
}

}


/*---------------新着情報-----------------*/

.-news5 h3{
	display:none !important;
}


.-news5 .tabular {
  margin: 10px !important;
}


.-news5 .tabular td {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #ddd;
}

.-news5 .tabular th {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #ddd;
}


.c-list_table {
  border:  none !important;
}

/*tableがwidthが動かない時の対策*/
.c-list_table {
	border-collapse: collapse;
	table-layout: fixed;
}

.c-list_table th {
  width:30%;
  text-align:left;
  float:left;
}

.c-list_table td {
  width:60%;
  float:left;
}

/*---------------GOTOP-----------------*/

#gotop {
position:fixed;
right:0px;
bottom:0px;
z-index:99;
}









/*--------------メニューの固定-----------*/

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
}


/*------スマホグローバル高さ-----------*/

@media (max-width: 640px) {
.c-menu li{
padding:15px 0;
}

}







@media (max-width: 640px) {
.c-img.c-fleft,
.c-img.c-fright {
    padding: 0!important;
    width: 30%!important;
}

}















