@charset "UTF-8";

@media screen and (max-width: 768px) {
/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# スマホ 設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */


/* L1 ######################################## サイト更新情報 ######################################## */

/* L2 **************************************** フォーム部分 **************************************** */

#form form {
	padding-left: 4%;
	padding-right: 2%;
}

#form div.wrapper {
	width: 100%;
}

#form input[type="text"] {
	width: 100%;
}

#form p.yahoo img {
	width: auto;
	height: 15px;
}

/* L2 **************************************** 読み込み中 **************************************** */

p.property,
p.searching {
	text-align: left;
	padding-left: 0;
	padding-right: 0;
}

/* L2 **************************************** テイチクエンタテインメント オンラインショップ検索結果 **************************************** */

#te-online {
	float: none;
	width: 100%;
	margin: -2em 0 2em 0;
}

#te-online div.scrollable {
	overflow-x: auto;
	width: 100%;
	
	-webkit-overflow-scrolling: touch;
}

/* L3 ======================================== アイテム ======================================== */

#te-online div.wrapper {
	display: inline-table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 2px;
}

#te-online div.wrapper > a {
	display: table-cell;
	margin-bottom: 0;
}

#te-online dl {
	display: inline-block;
}

#te-online div.wrapper > a:hover {
	border-color: #cccccc;
}

/* L2 **************************************** 読み込み中 **************************************** */

p.loading {
	font-size: 1.4rem;
}


/* L2 **************************************** 検索結果 **************************************** */

#results {
	margin-top: 2em;
	margin-bottom: 2em;
}

/* L3 ======================================== リスト部分 ======================================== */

#results ol {
	list-style-position: inside;
	margin-left: 0;
	margin-right: 0;
}

#results ol li {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#results dl {
	margin-left: 0;
	margin-right: 0;
}

/* L4 ---------------------------------------- サムネイル関連（差分） ---------------------------------------- */

#results dl {
	padding-left: 0;
}

#results dl dd.thumbnail {
	float: right;
	position: relative;
	top: 0;
	margin-left: 10px;
}


/* L3 ======================================== ページ遷移 ======================================== */

#results ul {
	display: block;
}

#results ul li {
	display: inline-block;
	margin: 4px 2px;
}

#results ul li a,
#results ul li strong {
	padding: 0 0.5em;
}

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# スマホ 設定 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */
}