@charset "UTF-8";

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* L1 ######################################## サイト内検索 ######################################## */

#search {
	overflow: hidden;
}

#search > h2::after {
	content: "サイト内検索"
}

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

#form {
	position: relative;
	margin-bottom: 3em;
	padding: 2em 0;
	background: rgba(0, 0, 0, 0.05);
}

#form div.wrapper {
	display: table;
	margin: 0 auto;
}

#form div.wrapper p {
	display: table-cell;
}
#form div.wrapper p:last-child {
	width: 55px;
}

#form * {
	vertical-align: middle;
}

#form input[type="text"] {
	position: relative;
	width: 600px;
	font-family: "メイリオ", "HiraKakuProN-W3", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	padding: 0.2em;
	font-size: 1.4em;
	text-align: center;
	border: 2px solid #cccccc;
	
	border-radius: 2px;
	box-sizing: border-box;
}

#form button {
	position: relative;
	border: none;
	background: none;
}

#form button i {
	padding: 0.5em;
	color: #666666;
	font-size: 2.0rem;
	border: 1px solid #cccccc;
	background: #ffffff;
	
	background: #ffffff -webkit-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.08));
	background: #ffffff -moz-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.08));
	background: #ffffff -o-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.08));
	background: #ffffff -ms-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.08));
	background: #ffffff linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.08));
	
	border-radius: 50%;
}

#form p.yahoo img {
	position: absolute;
	bottom: 3px;
	right: 10px;
}

/* L2 **************************************** プロパティ **************************************** */

p.property,
p.searching {
	margin-bottom: 2em;
	padding: 0.4em 1em;
	text-align: left;
	border-bottom: 1px dotted #cccccc;
}


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

p.loading {
	color: #666666;
	font-size: 1.8rem;
	text-align: center;
}


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

#te-online {
	position: relative;
	z-index: 20;
	float: right;
	width: 230px;
	margin-top: 5em;
	margin-left: 20px;
	padding-bottom: 20px;
	text-align: center;
}

#te-online p.property {
	display: none;
}

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

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

#te-online div.wrapper > a {
	display: block;
	position: relative;
	margin-bottom: 4px;
	padding: 8px 10px 5px 10px;
	text-decoration: none;
	background: #ffffff;
	border: 1px solid #cccccc;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	
	transition: border-color 0.2s linear;
}
#te-online div.wrapper > a::before {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 1em;
	color: #ffffff;
	font-size: 1.1rem;
}
#te-online div.wrapper > a.new::before {
	content: "NEW";
	background: #cc0000;
}
#te-online div.wrapper > a.preorder::before {
	content: "予約受付中";
	background: #008ccf;
}

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

#te-online p.thumb {
	margin: 5px 0;
}

#te-online dl {
	display: block;
	min-width: 150px;
	text-align: left;
	line-height: 1.4;
	white-space: normal;
}

#te-online dl dt {
	margin: 0 5px;
	padding: 0.2em 0;
	max-width: 200px;
}

#te-online dl dd.name {
	margin: 0 5px;
	padding: 0.4em 0;
	border-top: 1px dotted #999999;
}

#te-online dl dd.type {
	margin: 0 5px;
	padding: 0 1em;
	color: #ffffff;
	font-size: 1.1rem;
	text-align: center;
	background: #999999;
	white-space: nowrap;
	border-radius: 20px;
}

#te-online dl dd.tokuten {
	margin: 0 5px;
	padding: 0 1em;
	color: #ffffff;
	font-size: 1.1rem;
	text-align: center;
	background: #008ccf;
	white-space: nowrap;
	border-radius: 20px;
}

#te-online dl dd.price {
	margin-top: 0.2em;
	color: #666666;
	font-size: 1.1rem;
	text-align: center;
}
#te-online dl dd.tokuten {
	margin-top: 0.2em;
	font-size: 1.1rem;
	text-align: center;
}

#te-online p.more {
	text-align: center;
}

#te-online p.more a {
	display: inline-block;
	margin-top: 0.8em;
	padding: 0.4em 1.5em;
	color: #336699;
	font-size: 1.4rem;
	text-decoration: none;
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 2.0em;
	background: #ffffff -webkit-gradient(linear, left top, left bottom, color-stop(0.00, rgba(0, 0, 0, 0.025)), color-stop(1.00, rgba(0, 0, 0, 0.1)));
	background: #ffffff -webkit-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #ffffff -moz-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #ffffff -o-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #ffffff -ms-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #ffffff linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
}
#te-online p.more a::before {
	content: "\f138";
	margin-right: 0.4em;
	font-family: "FontAwesome";
}

/* L2 **************************************** サイト内検索結果 **************************************** */

#results {
	margin: 4em 0;
	
	text-align: center;
}

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

#results ol {
	margin-left: 4em;
	margin-right: 1em;
	text-align: left;
}

#results ol li {
	margin-top: 1.8em;
	margin-bottom: 1.8em;
	font-size: 1.7rem;
}
#results ol li:first-child {
	margin-top: 0;
}
#results ol li:last-child {
	margin-bottom: 0;
}

#results dl {
	margin-left: 1em;
	margin-right: 1em;
}

#results dl dt {
	font-size: 1.7rem;
}

#results dl dd {
	font-size: 1.3rem
}

#results dl dd.url {
	overflow: hidden;
	margin-top: 0.2em;
	color: #336699;
	font-size: 1.3rem;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#results dl dd.url::before {
	content: "\f0c1";
	font-family: "FontAwesome";
	margin-right: 0.4em;
}

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

#results dl {
	position: relative;
	min-height: 98px;
	padding-left: 100px;
}

#results dl dd.thumbnail {
	position: absolute;
	top: 4px;
	left: 0;
}

#results dl dd.thumbnail img {
	border: 1px solid #cccccc;
}

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

#results ul {
	display: inline-table;
	margin-top: 3em;
	vertical-align: middle;
	border-collapse: collapse;
}

#results ul li {
	position: relative;
	cursor: pointer;
	display: table-cell;
	font-size: 1.8rem;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #cccccc;
	
	box-shadow: inset -4px -4px 12px rgba(0, 0, 0, 0.06);
}

#results ul li a,
#results ul li strong,
#results ul li span.blank {
	position: relative;
	display: block;
	min-width: 1.0em;
	padding: 0.2em 0.7em;
	color: #336699 !important;
	text-decoration: none;
	
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-ms-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

#results ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 0;
	background: #008ccf;
	
	-webkit-transition: height 0.2s ease-out;
	-moz-transition: height 0.2s ease-out;
	-ms-transition: height 0.2s ease-out;
	-o-transition: height 0.2s ease-out;
	transition: height 0.2s ease-out;
	
	background: #008ccf -webkit-gradient(linear, left top, left bottom, color-stop(0.00, rgba(0, 0, 0, 0.025)), color-stop(1.00, rgba(0, 0, 0, 0.1)));
	background: #008ccf -webkit-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #008ccf -moz-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #008ccf -o-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #008ccf -ms-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #008ccf linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
}
#results ul li a:hover::before {
	height: 4px;
}

#results ul li strong,
#results ul li span.blank {
	cursor: default;
	color: #999999 !important;
	font-weight: normal;
}

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */


