@charset "UTF-8";
/* ------------------------------------------------------------

------------------------------------------------------------ */
@media (min-width:600px){
/*
	.side-box {
	  display:inline-block;
	  width:49vw;
	  vertical-align:top;
	  margin:0;
	  float:left;
	}
*/
	.Ev_Grid_list{
		grid-template-columns: repeat(auto-fill, minmax(149px, 1fr));
	}
	.Ev_Grid_list_b{
		grid-template-columns: repeat(auto-fill, minmax(99px, 1fr));
	}
	/* ------------------------------------------------------------
		見出し タイトル
	------------------------------------------------------------ */
	#title .title{
		float: left;
		width: calc(100% - 310px);
	}

}

/* ------------------------------------------------------------
	PC用
------------------------------------------------------------ */
@media (min-width:969px){
	/* ------------------------------------------------------------
		Gclick用 リセット
	------------------------------------------------------------ */
	#allWrap{
		width:970px;
	}
	#col_left{
		float:left;
		height:auto;
		margin-top:5px;
		width:calc(965px - 310px);
	}
	#col_right{
		float:right;
		height:auto;
		margin-top:5px;
		width:310px;
	}
	.PC_NoDisp{
		display:none;
	}
	.side-box {
		width:310px;
	}
	/* ------------------------------------------------------------
		ヘッダ
	------------------------------------------------------------ */
	#header .headline0{
		display:block;
	}
	#header .headline1{
		height:76px;
	}
	#header .headline1 .logo{
		width:260px;
		float:left;
	}
	#header .headline1 .banner{
		padding-top:10px;
	}
	#header .headline1 .banner img{
	  width: 100%;
	  max-width:469px;
	}
	/* ------------------------------------------------------------
		上位メニュー
	------------------------------------------------------------ */
	ul#menu{
		height:43px;
		background:#FFF url("/menu/images/menu-bg.gif") top left repeat-x;
		font-weight:bold;
		margin:0;
		padding:0;
	}
	ul#menu li{
		display:inline-block;
		float:left;
		margin:0 0 0 5px;
		width: initial;
	}
	ul#menu li a{
		display:block;
		height:43px;
		color:#777 !important;
		text-decoration:none;
		line-height:200%;
		padding:8px 15px 0;
		border:initial;
	}
	ul#menu li a:hover{
		color:#333;
	}
	ul#menu li a.current{
		color:#FFF !important;
		background:#FFF url("/menu/images/current-bg.gif") top left repeat-x;
		padding:5px 15px 0;
	}


	/* ------------------------------------------------------------
		見出し タイトル
	------------------------------------------------------------ */
	#title .title h1 span {
		display: initial;
		font-size:12px;
		font-size:1.2rem;
	}

	/* ------------------------------------------------------------
		フッタ―(サイトメニュー)
	------------------------------------------------------------ */
	#footer_menu01 .sitemap_accordion input + .ac-cont{
		height: auto !important;
		padding: 0 !important;
	}

	/* ------------------------------------------------------------
	アフィリエイト
	------------------------------------------------------------ */
	#af_top .af01 {
	  width:  auto;
	  height: auto;
	  display: inline-block;
	}
	#af_side .af01{
		display:inline-block;
		width:150px;
		height:150px;
	}
	.bnr_bbs{
		width:300px;
		height:auto;
		padding:0 0 3px 0;
	}
}
