
/*------------------------------------------------------
　　　　　　　コンテンツ２の基本設定
------------------------------------------------------*/


#contents2{
	width:751px;
	height:auto;
	/*float:right;*/
	margin: 15px auto 0 auto;
}

/*このコードをいれたら画像が二列になった(中バナーたち）*/
@media screen and ( max-width:479px )
{
	#contents2
	{
		width:auto;
		height:auto;
		float:none;
	}
}

/*------------------------------------------------------
　　　　　　　　　　特集＆ランキングの設定
------------------------------------------------------*/

/*スマホー触らない　無視*/
#n-contents2{
	width:750px;
	height:390px;
}

/*これいれたら左側によった（一部）*/
@media screen and ( max-width:479px )
{
	#n-contents2
	{
		width:auto;
		height:auto;
		float:none;
	}
}


/*テーマパークや絶品グルメのバナー囲っている箱*/
#n-feature{
	width:515px;
	height:390px;
	float:left;
}

@media screen and ( max-width:479px )
{
	#n-feature
	{
		width:100%;
		height:auto;
		float:none;
	}
		#n-feature li
	{
		width:100%;
		height:auto;
		float:none;
		display:block;
	}

}


/*-----テーマパーク-----*/
#n-feature-01{
	width:253px;
	height:100px;
	display:block;
}

@media screen and ( max-width:479px )
{
	#n-feature-01
	{width:95%;
	margin-bottom:2%;}
	
	#n-feature-01 img
	{width:100%;}
}

/*-----絶品グルメ-----*/
#n-feature-02{
	width:253px;
	height:100px;
	margin:0px 0px 0px 8px;
	display:block;
}

@media screen and ( max-width:479px )
{
	#n-feature-02
	{width:95%;
	margin-bottom:2%;}
	
	#n-feature-02 img
	{
		width:100%;
		margin-left:-8px;
	}
}

/*-----予算で選ぶ-----*/
#n-feature-03{
	width:253px;
	height:80px;
    margin:8px 0px 0px 0px;
	display:block;
}

@media screen and ( max-width:479px )
{
	#n-feature-03
	{width:95%;
	 margin: 0 0 0 0;
	}
	
	#n-feature-03 img
	{width:100%;}
}

/*-----男女別うれしい景品-----*/
#n-feature-04{
	width:253px;
	height:80px;
	margin:8px 0px 0px 8px;
	display:block;
}

@media screen and ( max-width:479px )
{
	#n-feature-04
	{width:95%;}
	
	#n-feature-04 img
	{
		width:100%;
		margin-left:-8px;
	}
}

/*-----参加賞・おまけ景品-----*/
#n-feature-05{
	width:253px;
	height:80px;
	margin:8px 0px 0px 8px;
	display:block;
}

@media screen and ( max-width:479px )
{
	#n-feature-05
	{width:98%;
	margin: 8px 0px 0px 0;
	}

	#n-feature-05 img
	{width:100%;}
}

/*-----目録お持ち帰り-----*/
#n-feature-06{
	width:253px;
	height:80px;
	margin:8px 0px 0px 0;
	display:block;
}

@media screen and ( max-width:479px )
{
	#n-feature-06
	{	width:99%;
		margin:none;
		display:block;
	}
	
	#n-feature-06 img
	{
		width:100%;
		/*margin-left:-8px;*/
	}
}

/*二次会幹事さまのマニュアル*/
#n-manual{
	width:515px;
	height:95px;
	float:left;
	margin:8px 0px 0px 0px;
	display:block;
}

@media screen and ( max-width:479px )
{
	#n-manual
	{width:100%;}
	
	#n-manual img
	{width:100%;
	margin-bottom:3%;}
}

/*-----ランキング-----*/
#n-ranking{
	width:230px;
	height:276px;
	float:right;
	background:url(../toppicture/nijikai-top-ranking.jpg)no-repeat;
}

@media screen and ( max-width:479px )
{
	#n-ranking
	{
		width:100%;
		height:100%;
		background-image:url(../toppicture/nijikai-top-ranking.jpg);
		background-size:100%; 
		display:block;
		float:none;
		margin-bottom:2%;
		clear: both;
	}
}

/*-----??? もとからあった-----
#n-ranking-01{
	width:190px;
	height:135px;
	margin:0px 0px 0px 50px;
}
*/

/*プチギフト*/
#ptitgift{
	width:230px;
	height:95px;
	float:right;
	margin:8px 0px 0px 0px;
}
	
@media screen and ( max-width:479px )
{
	#ptitgift
	{
		width:100%;
		height:100%;
		margin:10px 0;
		float: none;
	}
	
	#ptitgift img
	{
		width:98%;
		height:98%;
		margin: 0;
	}
}

/*----ランキング一位の箱-----*/
#rank-1{
	width:230px;
	height:155px;
}
@media screen and ( max-width:479px )
{
	#rank-1{
		width:100%;
		height:100%;
		display:
		block;
		padding-top: 5%;
		}
}

/*--ランキング・ディズニー(ハーゲンダッツ)写真--*/
#disney-picture,#haagen-picture{
	width:70px;
	height:67px;
	float:right;
	margin:85px 5px 0px 0px;
	display:block;
}
@media screen and ( max-width:479px )
{
	#disney-picture,#haagen-picture{
		width:30%;
		height:30%;
		float:none;
		margin:40% 0% 0% 2%;
		display:inline-block;
	}

	#disney-picture img,#haagen-picture img{
		width:90%;
		height:90%;
	}
}


/*--ランキング・ディズニー(ハーゲンダッツ)テキスト--*/
#disney-text,#haagen-text{
	width:95px;
	height:45px;
	float:left;
	margin:105px 0px 0px 50px;
	font-size:11px;
	color:#00F;
	font-weight:bold;
	line-height:15px;
	display:inline-block;
}
@media screen and ( max-width:479px )
{
	#disney-text,#haagen-text{
		width:35%;
		height:20%;
		float:none;
		margin:45% 0% 0% 25%;
		font-size:16px;
		line-height:20px;
		display:inline-block;
		vertical-align:top;
	}
}
@media screen and ( max-width:400px )
{
	#disney-text,#haagen-text{
		width:35%;
		height:20%;
		float:none;
		margin:45% 0% 0% 25%;
		font-size:12px;
		line-height:15px;
		display:inline-block;
	}
}

/*グルメランキングの箱*/
#rank-2{
	width:230px;
	height:60px;
	float:none;
	display:block;
}
@media screen and ( max-width:479px )
{
	#rank-2{
		width:100%;
		height:100%;
		display:
		block;
		padding-top: 5%;
	}
}


/*--ランキング・グルメ写真--*/
#gurume-picture{
	width:70px;
	height:50px;
	float:right;
	margin:8px 5px 0px 0px;
	display:inline-block;
}
@media screen and ( max-width:479px )
{
	#gurume-picture{
		width:30%;
		height:30%;
		float:
		none;
		margin: 0% 0% 0% 2%;
		display:
		inline-block;
	}

	#gurume-picture img{
		width:90%;
		height:90%;
	}

}

/*--ランキング・グルメテキスト--*/
#gurume-text{
	width:95px;
	height:30px;
	float:left;
	margin:13px 0px 0px 50px;
	font-size:11px;
	color:#00F;
	font-weight:bold;
	line-height:15px;
	display:inline-block;
}
@media screen and ( max-width:479px )
{
	#gurume-text{
		width:35%;
		height:20%;
		float:
		none;
		margin: 0% 0% 5% 25%;
		font-size:16px;
		line-height:20px;
		display:
		inline-block;
		vertical-align: bottom;
	}	
}
@media screen and ( max-width:400px )
{
	#gurume-text{
		width:35%;
		height:20%;
		float:none;
		margin:8% 0% 0% 25%;
		font-size:12px;
		line-height:15px;
		display:inline-block;
		vertical-align:top;
	}	
}

/*--ランキング・ユニバの箱--*/
#rank-3{
	width:230px;
	height:60px;
	display:block;
}
@media screen and ( max-width:479px )
{
	#rank-3{
		width:100%;
		height:100%;
		display:
		block;
		padding-top:3%;
	}
}


/*--ランキング・ユニバ(エグゼタイム)写真--*/
#usj-picture,#exe-picture{
	width:70px;
	height:50px;
	float:right;
	display:inline;
	margin:8px 5px 0px 0px;
}
#exe-picture{
	width:70px;
	height:50px;
	float:right;
	display:inline;
	margin:8px 5px 0px 0px;
}

@media screen and ( max-width:479px )
{
	#usj-picture,#exe-picture{
		width:30%;
		height:30%;
		float:
		none;
		margin: 0 0% 0% 2%; 
		display:
		inline-block;
	}

	#usj-picture img,#exe-picture img{
		width:90%;
		height:90%;
	}
}


/*--ランキング・ユニバ(エグゼタイム)テキスト--*/
#usj-text,#exe-text{
	width:95px;
	height:45px;
	float:left;
	margin:10px 0px 0px 50px;
	font-size:11px;
	color:#00F;
	font-weight:bold;
	line-height:15px;
	display:inline-block;
}
@media screen and ( max-width:479px )
{
	#usj-text,#exe-text{
		width:35%;
		/* height:20%; */
		float:
		none;
		margin: 0 0% 5% 25%;
		font-size:16px;
		line-height:20px;
		display:
		inline-block;
		vertical-align: bottom;
		}
}
@media screen and ( max-width:400px )
{
	#usj-text,#exe-text{
		width:35%;
		height:20%;
		float:none;
		margin:8% 0% 5% 25%;
		font-size:12px;
		line-height:15px;
		display:inline-block;
		}
}

#g-ranking-02-05{
	width:190px;
	height:197px;
	margin:0px 0px 0px 50px;
}

#kani-price{
	margin:50px 0px 0px 0px;}


#g-ranking-02-05 p{font-size:11px; line-height:13px;}

#wagyu-name {margin:10px 0px 0px 10px;}
#cruising-name {margin:25px 0px 0px 10px;}
#sculpd-name {margin:24px 0px 0px 10px;}
#kani-name {margin:24px 0px 0px 10px;}


.text-style{
	color:#F00;
	font-weight:bold;
}


/*------------------------------------------------------
　　　　　　　　単品景品商品一覧の設定
------------------------------------------------------*/

.c-allsinglekeihin{
width:750px;
height:auto;
background-image:url(../../toppicture/back2.jpg);
background-repeat:repeat;
}


/*---単品目録景品商品一覧---*/
#c-single-mainpicture{
width:750px;
height:24px;
text-indent:-9999px;
background:url(../../toppicture/c-t-list.gif) no-repeat;
margin:5px 0px 0px 0px;
}


/*---全単品画像の設定配置設定と価格表示設定---*/
.c-money a{
	margin:8px 0px 0px 11px;
	float:left;
	text-decoration: none;
	text-align:center;
	font-weight:700;
	font-size:13px;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#C00;
	width:136px;
	height:136px;}


/*---その他景品も見るのボタン設定---*/
.c-others a{
	clear:both;

	width:182px;
	height:21px;
	background:url(../../toppicture/c-t-list2.gif);
	margin:28px 14px 0px 0px;
	text-indent:-9999px;}
/*オンマウス入替設定*/
.c-others a:hover{background:url(../../toppicture/c-t-list2-2.gif) no-repeat;}


/*------------------------------------旅行＆テーマパーク------------------------------------*/

/*---旅行&テーマパークの幅と高さ---*/
.c-single-park{width:750px; height:220px;}


/*---旅行&テーマパークタイトル画像---*/
#c-single-picture{
width:726px;
height:14px;
margin:10px 0px 0px 11px;
background-image:url(../../toppicture/ryoko.png);
background-repeat:no-repeat;
text-indent:-9999px;}


/*------------------------------------絶品グルメ------------------------------------*/

/*---絶品グルメの幅と高さ---*/
#c-single-grumet{width:750px; height:220px;}


/*---絶品グルメタイトル画像---*/
#c-single-grumetpicture{
width:727px;
height:14px;
margin:0px 0px 0px 11px;
background-image:url(../../toppicture/gulmet.jpg);
background-repeat:no-repeat;
text-indent:-9999px;
}



/*------------------------------------満足スイーツ------------------------------------*/

/*---満足スイーツの幅と高さ---*/
#c-single-sweets{width:750px; height:220px;}


/*---満足スイーツタイトル画像---*/
#c-single-sweetspicture{
width:727px;
height:14px;
margin:0px 0px 0px 11px;
background:url(../../toppicture/sweets.jpg) no-repeat;
text-indent:-9999px;
}



/*------------------------------------生活家電-----------------------------------*/

/*---生活家電の幅と高さ---*/
#c-single-kaden{width:750px; height:220px;}

/*---生活家電タイトル画像---*/
#c-single-kadenpicture{
width:727px;
height:14px;
margin:0px 0px 0px 11px;
background:url(../../toppicture/seikatukaden.jpg) no-repeat;
text-indent:-9999px;
}






/*-----------------------------------チケット------------------------------------*/

/*---チケット-の幅と高さ設定---*/
#c-single-ticket{width:750px; height:220px;}


/*----チケットの画像設定---*/
#c-single-ticketpicture{
width:727px;
height:14px;
margin:0px 0px 0px 11px;
background:url(../../toppicture/ticket.jpg) no-repeat;
text-indent:-9999px;
}







/*-----------------------------------電子機器------------------------------------*/

/*---電子機器の幅と高さ設定---*/
#c-single-device{width:750px; height:220px;}


/*---電子機器の画像設定---*/
#c-single-devicepicture{
width:727px;
height:14px;
margin:0px 0px 0px 11px;
background:url(../../toppicture/denshikiki.png) no-repeat;
text-indent:-9999px;}





/*-----------------------------------美容健康------------------------------------*/

/*---美容健康の幅と高さ---*/
#c-single-cosmetics{width:750px; height:220px;}


/*---美容健康のタイトル画像---*/
#c-single-cosmeticspicture{
width:727px;
height:14px;
margin:0px 0px 0px 11px;
background:url(../../toppicture/biyokenko.jpg) no-repeat;
text-indent:-9999px;}


/*-----------------------------------生活用品------------------------------------*/

/*---生活用品の幅と高さ---*/
#c-single-life{width:750px; height:220px;}


/*---生活用品のタイトル画像---*/
#c-single-lifepicture{
width:727px;
height:14px;
margin:0px 0px 0px 11px;
background:url(../../toppicture/seikatuyouhin.jpg) no-repeat;
text-indent:-9999px;}



/*-----------------------------------防犯・防災------------------------------------*/

/*---防犯・防災の幅と高さ---*/
#c-single-disaster{width:750px; height:220px;}


/*---防犯・防災のタイトル画像---*/
#c-single-disasterpicture{
width:727px;
height:14px;
margin:0px 0px 0px 11px;
background:url(../../toppicture/bouhan.png) no-repeat;
text-indent:-9999px;}


/*-----------------------------------キッチン雑貨------------------------------------*/

/*---キッチン家電-の幅と高さ設定---*/
#c-single-kitchen{width:750px; height:220px;}


/*---キッチン家電-の画像設定---*/
#c-single-kitchenpicture{
width:727px;
height:14px;
margin:0px 0px 0px 11px;
background:url(../../toppicture/kichinzakka.jpg) no-repeat;
text-indent:-9999px;
}



/*-----------------------------------インテリア------------------------------------*/

/*---インテリアの幅と高さ---*/
#c-single-interior{width:750px; height:220px;}


/*---インテリアのタイトル画像---*/
#c-single-interiorpicture{
width:727px;
height:14px;
margin:0px 0px 0px 11px;
background:url(../../toppicture/interia.jpg) no-repeat;
text-indent:-9999px;}




/*---------------------------------バラエティ--------------------------------------*/

/*---の幅と高さ---*/
#c-single-variety{width:750px; height:220px;}


/*---のタイトル画像---*/
#c-single-varietypicture{
width:727px;
height:14px;
margin:0px 0px 0px 11px;
background:url(../../toppicture/variety.jpg) no-repeat;
text-indent:-9999px;}


/*------------------------------------------------------
　　　　　　　　サイトマップの設定
------------------------------------------------------*/

/*---インラインフレームの設定---*/
#c-sitemap{
	width:750px;
	height:230px;
	margin:20px 0px 0px 0px;
	border:hidden;}

/*------------------------------------------------------
　　　　　　　　　バナーの設定
------------------------------------------------------*/
#topc-mokuroku a{
	width:750px;
	height:161px;
	display:block;
	background:url(../../toppicture/mokuroku-top.jpg);
	text-indent:-9999px;
	margin:10px 0px 0px 0px;}
/*オンマウス入替設定*/
#c-single-buru a:hover{background:url(../../toppicture/mokuroku-top.jpg-2) no-repeat;}





/*---サイトマップ全体のサイズ設定---*/

#sitemap{
	width:750px;
	height:350px;;
	background-color:#F2F2F2;
}

.t-frame{
	width:750px;
	margin:20px 0px 0px 0px;
	border: 2px #808080 solid;
}


/*---メイン景品から選ぶの区切り画像設定---*/
#sitemap-line{width:20px;}
/*---各項目毎の区切り画像設定---*/
.sitemap-line{width:20px;}


/*---各項目毎の点線仕切り設定---*/
.sitemapdottedline{
	width:750px;
	height:5px;}


/*---各項目毎の●の色設定---*/
.maplist{color:#C30;}



/*---サイトマップの横線---*/
.sitemap-widthline{
	width:750px;
	height:5px;
	background:url(../toppicture/sitemap-widthline.gif) no-repeat;
}


/*---サイトマップ　メイン景品から選ぶの設定---*/
#sitemap-main{}

#maintext{width:140px; height:80px;}



/*---サイトマップ　シーンで選ぶの設定---*/
#sitemap-seen{}

#seentext{width:140px; height:50px;}


/*---サイトマップ　予算で選ぶの設定---*/
#sitemap-yosan{}

#yosantext{width:140px; height:70px;}



/*---サイトマップ　参加賞景品セットの設定---*/
#sitemap-sanka{}

#sankatext{width:140px; height:50px;}



/*---サイトマップ　点数で選ぶの設定---*/
#sitemap-mark{}

#marktext{width:140px; height:50px;}


@media screen and ( max-width:479px ){

.SPTopH3ore{
	display: none;
}

.c-allsinglekeihin{
	display: none;
}

}

/*コマースクリエイター移行用*/
.medianone h2{font-size: 12px;}






