/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
	padding:0;
	margin:20px 0 20px 0;
}
.cg_freespace_02 {
	padding:0;
	margin:20px 0 20px 0;
}
/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
.cg_freespace_01 p,
.cg_freespace_02 p {
	margin:0 0 10px 0;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
	margin:0 0 10px 20px;
	padding:0;
}


#contents-center-bl{
	width:700px;
}
#contents-center-bl #item-box .i-box{
	width:165px;
	float:left;
	padding: 0 10px 0 0px;
}
#contents-center-bl #item-box .i-box img{
	border: solid 1px #cccccc;
}
#contents-center-bl #item-box .i-box img:hover{
   border: solid 1px #f6ab00;
}
#contents-center-bl #item-box .i-box p.t{
	padding:10px 10px 20px;
	font-size:95%;
}
#contents-center-bl #item-box h2{
	text-align: left;
	margin-bottom: 40px;
	padding: 20px 0 0 11px;
	background: none;
	width: 678px;
	_width:690px;
	height:27px;
	border-bottom: dashed #ccc 1px;
}

/* サブカテゴリーの表示設定 */
.i-box .txt1 { color:#F08805; }
.i-box { line-height:1.8; }

.sub-cat {border:1px solid #00b1a9; float:left; margin:5px 5px 5px 0px; display:block; width:100%; height:50px; overflow:hidden; }

.sub-cat a { display:block; width:100%; height:50px; overflow:hidden; color:#F08805; }
.sub-cat a:hover { display:block; color:#FFF; background:#00b1a9; }
.sub-cat span { padding:5px; }

.menu {
  width:100%;
  margin:0 auto;
}

.menu a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
}

label {
    display: block;
    margin: 0px;
    padding : 10px;
    line-height: 1.8;
    color :#fff;
    background : #f7ab00;
    cursor :pointer;
}

.menu input {
    display: none;
}

.menu ul {
    margin: 0;
    padding: 0;
    background :#f4f4f4;
    list-style: none;
}

.menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
    height: 40px;
    opacity: 1;
  border-bottom:1px dashed #ccc;
}

.mt15 { margin-top:5px; line-height:1.6;  }

#group-fr ul { width:100%; margin-top:0px; }
#group-fr li { float:left; width:15%; margin:5px; padding-top:0px; }
#group-fr img { width:100%; border:1px solid #ccc; }
#group-fr h2 { clear:both; font-weight:bold; font-size:18px; padding-bottom:0px; margin-bottom:0px; }
#group-fr .noimg {border:0px; }

#clumn-txt { width:100%; line-height:1.6; font-size:14px; }
#clumn-txt p { padding-bottom:15px; }
#clumn-txt .title { font-size:large; padding-top:15px; line-height:1.6; }
#clumn-txt .title2 { font-size:large; padding-top:15px; line-height:1.6; color:#00b2aa; font-weight:bold; }
#clumn-txt ul { margin:0px; padding:0px; width:100%; }
#clumn-txt li { float:left; width:33%; margin-right:3px; padding-bottom:15px; }
#clumn-txt .last { float:left; width:33%; margin-right:0px; }
#clumn-txt img { width:100%; }
#clumn-txt .mt30 { margin-top:30px; }

#event .square_btn{ display: inline-block; padding: 0.5em 1em; text-decoration: none; background: #ffd700; color: #ff4500; border-bottom: solid 4px #ffd700; border-radius: 15px; margin:5px 0px 15px 0px; width:100%; text-align:center; font-weight:bold;}

#event .square_btn:hover {display: inline-block; padding: 0.5em 1em; text-decoration: underline; background: #fafad2; color: #ff4500; border-bottom: solid 4px #ffd700; border-radius: 15px; margin:5px 0px 15px 0px; width:90%; text-align:center; font-weight:bold;}