@charset "utf-8";

*{
	margin: 0;
	padding: 0;
	border: 0 none;
}
body{
	background-color: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 17px;
    color: #302623;
	line-height:190%;
} 

var windowWidth = $(window).width();
var windowSm = 640;
if (windowWidth <= windowSm) {
    //横幅640px以下のとき（つまりスマホ時）に行う処理を書く
} else {
    //横幅640px超のとき（タブレット、PC）に行う処理を書く
}

.header {
    position: fixed;
    top: 0;
    left: 50%;
	transform: translate(-50%, 0%);
	
}

#topback {
		width: 100%;
		background: #db5e09 no-repeat;
		background-position: center;
}

#topimgback {
		width: 100%;
		background: #002f70 no-repeat;
		background-position: center;
}
#back2 {
		width: 100%;
		background: #c1c1c1 no-repeat;
		background-position: center;
}
#footer{
	    width: 100%;
		background: #6e1419 no-repeat;
		background-position: center;clear:both; margin-top:10px;
}

.menu{
	MARGIN-TOP: 17px; COLOR: #302623; TEXT-DECORATION: none; FONT-SIZE: 17px;
}
.menu:visited{
	COLOR: #302623;
}
.menu:hover{
	COLOR: #302623; TEXT-DECORATION: underline;
}


#pageTop2 {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop2 i {
  padding-top: 6px;
}
 

#pageTop2 a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #f9a115;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  opacity: 0.8;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.5;
}



.td_sty_description{
	line-height:150%;
}