@charset "utf-8";



/*bodyの直接の子要素のh1タグ（ページ最上段にあるh1）設定
---------------------------------------------------------------------------*/
body > h1 {
	display: none;
}

body{
	background:none;  /* 一旦、PC用の背景画像を消す。 */
	background-color: #FFF;
}
body::before {
	background:url(../img/sakeban.jpg) no-repeat center top;
	background-size: auto auto;
	display: block;
	position: fixed;  /* スマホ用にコレで代替。 */
	top: 0;
	left: 0;
	width: 100%;  /* サイズ指定。 */
	height: 100%;  /* サイズ指定。 */
	padding-bottom: 0;
	content: "";
	z-index: -1;
  }


/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	width: 100%;	/*ブロックの幅*/
	height: auto;	/*ブロックの高さ*/
}
/*h1ロゴの設定*/

header h1 img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#header_left {
	float: none;
}

#header_right {
	width: 100%;
	float: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

#header_right img{
	width: 100%;
	float: none;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
nav#menu ul {
	width:100%;	/*メニュー全体の横幅*/
	border-top: 1px solid #dcdcdc;	/*メニューブロックの上側の線の幅、線種、色*/
	margin-bottom: 10px;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	display:block;
	float: none;
	width: 100%;	/*メニュー幅*/
	height: auto;
	margin-bottom: 0;
	border-right: none;
	box-sizing: border-box;
}
nav#menu ul li a {
	font-size: 100%;
	padding: 3px 0px;	/*メニュー内の余白。上下、左右。*/
	border-bottom: 1px solid #dcdcdc;	/*メニューの下側の線の幅、線種、色*/
}
/*最初のメニューの設定*/
nav#menu ul li:first-child {
	border-left: none;
}

nav#menu ul li a:hover {
	border-bottom: 1px solid #dcdcdc;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}

#main .top img {
	height: auto;
	width: 100%;
}

.feature{
	background-position: center;
	background-image: none ;
}

.feature p{
margin-left: 0;
}




/*contents-in,main,subコンテンツ
---------------------------------------------------------------------------*/
#contents-in, #main, body.c2 #main, #sub {
	float: none;
	width: auto;
}

.shopbox {
	text-align: center;
}

.shopbox .cap {
	display: none;
}


/*トップページのメイン画像。表示させたいなら、style-m.cssの同じ箇所のタグをコピペする。
---------------------------------------------------------------------------*/

#main .top img {
	height: auto;
	width: 100%;
}
#main .sb img {
	height: auto;
	width: 100%;
}

#main .ss img {
	height: auto;
	width: 100%;
}

#topimg {
	width: 100%;
}

.gaku2 {
	margin-bottom: 0;
}

#sub {
	text-align: center;
}
#sub .s-clear {
	display: none;
}

/*バナーの設定
---------------------------------------------------------------------------*/
#banner-space img {
width: 99%;
}



/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h1.open {
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#ffb424), to(#ec9b00));
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#ffb424, #ec9b00);
	background: url(../images/btn_minus.png) no-repeat right center, linear-gradient(#ffb424, #ec9b00);
}
section#new h1.close {
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#ffb424), to(#ec9b00));
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#ffb424, #ec9b00);
	background: url(../images/btn_plus.png) no-repeat right center, linear-gradient(#ffb424, #ec9b00);
}
/*ブロック全体の設定*/
#new dl {
	height: auto;
	padding-left: 0;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

#main h2 {
	letter-spacing: 0;
	font-size: 125%;
	padding: 10px;
}

#main h3 {
	letter-spacing: 0;
	font-size: 110%;
}

#main h4 {
	text-align: center;
	letter-spacing: 0;
	font-size: 110%;
	background-image: none;
	padding: 5px;
	margin: 0;
}

#main p {
	font-size: 100%;
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
	font-size: 90%;
}

.ta1 img{
	height: auto;
	width: 100%;
}

.ta1 iframe{
	height: 80px;
	width: 100%;
}


/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
	font-size: 80%;
}


/*footer
---------------------------------------------------------------------------*/
footer {
	width: 100%;
	padding: 0px;
	font-size: 4vw;
}

.finfo {
	width: auto;
	margin: 0 auto;
}

.fleft {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}


footer img {
	display: none;
}

/*footerコンテンツのh3タグ設定*/
footer h3 {
	font-size: 5vw;
}

/*nagare.html内の一覧の各ブロック
---------------------------------------------------------------------------*/
.img-left img,
.img-right img,
.img-center img {
	float: none;
}

/*hinmoku.html内の一覧の設定
---------------------------------------------------------------------------*/
#main section.list article p {
font-size: 100%;
}

#main section.list article {
text-align: center;
}

#main section.list article img {
margin-top: 10px;
margin-bottom: 0;
}

.ta2 {
	display: none;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックも表示させない設定*/
body.s-n #sub {
	display: none;
}

/*メニューアイコン設定*/
#top #menubar_hdr {

}
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
}

