body {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* -----------------------------------------------
 clearfix
-------------------------------------------------- */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

td {
	font-size: 12px;
	line-height: 18px;
}
p {
	font-size: 12px;
	line-height: 22px;
}
table {
	font-size: 12px;
	line-height: 18px;
}
.flash {
	font-size: 9px;
	line-height: 10px;
}
.style6 div {
	font-size: 12px;
	color: #FF0000;
}

/*トップ 旬の情報*/
#newsbox {
	background-color: #f2f2f2;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#newsbox_nobg {
	text-align: center;
	padding-top: 0;
	padding-bottom: 10px;
}
#news_tit {
	padding-bottom: 14px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.news_txt {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
	font-size: 16px;
	line-height: 1.2;
	margin: 0px;
}
.news_txt a:link,
.news_txt a:visited
 {
	color: #000000;
	text-decoration: none;
}
.news_txt a:hover,
.news_txt a:active
 {
	color: #000000;
	text-decoration: underline;
}
/*各流派 作品*/
dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
.gallery {
	width: 846px;
	margin-left:-46px;
}
.gallery dl{
	float:left;
	width: 236px;
	display: block;
	margin-left:46px;
	margin-bottom:30px;
}
.gallery dl dt img{
border:1px solid #cecece;
	padding:7px;
display : block;
}
.gallery dl dd{
text-align: center!important;
	color: #4c4c4c!important;
	font-size: 14px!important;
	padding-top:8px!important;
display : block;
}

/*各流派 作品-高さを指定し、横がナリユキ*/

.gallery_h {
	width: 846px;
	margin-left:-46px;
}
.gallery_h_2 {
	width: 518px;
margin-right: auto;
margin-left: auto;
}
.gallery_h > dl,
.gallery_h > dl.henkei,
.gallery_h_2 > dl{
	float:left;
	display: block;
	margin-left:46px;
	margin-bottom:30px;
}
.gallery_h > dl.henkei{
width: 517px;
border-left:1px solid #ccc;
}
.gallery_h > dl.henkei > dt{
border:none;
	padding:0;
    text-align: center;
display : block;
}
.gallery_h > dl.henkei > dd{
    text-align: center;
}
.gallery_h > dl.henkei > dd> a>img{
border:1px solid #cecece;
	padding:7px;
    height: 276px;
    width: auto;
}
.gallery_h > dl > dt,
.gallery_h_2 > dl > dt{
border:1px solid #cecece;
	padding:7px;
display : block;
}
.gallery_h > dl > dd,
.gallery_h_2 > dl > dd{
text-align: center!important;
	color: #4c4c4c!important;
	font-size: 14px!important;
	padding-top:8px!important;
display : block;
}
.gallery_h_2 > dl:first-child{
	margin-left:0;
}









.btn_go_syosai_box {
	display: inline-block;
	width: 400px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	outline: none;
border: 1px solid #e6e6e6;
	background-color: #ffffff;
}
.btn_go_syosai,
.btn_go_syosai a{
	display: inline-block;
	width:400px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	outline: none;
	line-height: 54px;
	color: #000000;
}
.btn_go_syosai a:hover{
	color: #ffffff;
}

.btn_go_syosai::before,
.btn_go_syosai::after{
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btn_go_syosai,
.btn_go_syosai::before,
.btn_go_syosai::after{
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn_go_syosai:hover{
  background-color: rgba(0, 0, 0, 0.7);
		color: #ffffff;
}

.tbl{border-top: 1px solid #000000;border-right: 1px solid #000000;}
.tbl td{padding:0.5em 1em;border-bottom: 1px solid #000000;border-left: 1px solid #000000;}

/*キャプション*/
.cap{
	color: #4c4c4c!important;
	font-size: 14px!important;
	padding-top:8px!important;
display : block;
}

/*区切り罫*/
hr.line {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
    border-top: 1px solid #ccc;
}

