/* スマホだけに適用するCSS */

/* ポップアップ用ウィンドウサイズ  */
.mfp-iframe-holder .mfp-content{
	width: 95% !important;
	height: 80% !important;
}

/********** リストページ用 ***********/
div.LinkViewWrap{
		width: auto !important;
		display: block;
}
	div.LinkListWrap > div.LinkContent{
		width: auto !important;
		display: block;
		margin: 0;
		margin-bottom: 1em;
	}
		div.LinkContent div.thmub{
		}
			div.LinkContent div.thmub:before{
				/*padding-top: 50%;*/
			}
		div.ListBox div.thmub img{
		}
/********** リストページ用 ***********/

/********** 詳細ページ用 ***********/
div.LinkViewWrap{
	width: 100%;
}

