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

/* How to Preload images using CSS only					*/
/* HTML cording: <div id="preloadedImages">< /div> 		*/
/*														*/
#preloadedImages {
		width: 0px;
		height: 0px;
		display: inline;
		background-image: url(./images_smart/jquerymobile.png); 
		background-image: url(./images_smart/responsiveweb.png); 
		background-image: url(./image_smart/panoimage_R.png); 
}

/* clearfix */
.clearfix:after {
   content: " ";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
/* clear float */
.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}

html {
	width:100%;
	overflow:visible;
    margin: 0;
    padding: 0;
	border: none;
}

/* ボディ・コンテナ類 */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font:14px/1.231 "ヒラギノ角ゴ Pro W3";

	width: 100%;
	border: none;
/*
	background-image: url(./images_smart/spider.jpg) no-repeat;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	transform: rotate(180deg);
	margin-left: 0px;
*/

}

#responsiveweb {
	font-size:14px;
	width:100%;
	color:red;
	background-color: #FFFFFF;
	padding:5px;
	text-align:center;
	text-decoration: none;
	text-transform: none;
	text-shadow: 3px 3px 10px #FFFFFF;
	overflow: visible;
}

#responsiveweb-i {
	text-decoration:none;
	text-transform:none;
	overflow: visible;
}
#responsiveweb-i p {
	text-decoration:none;
	text-transform:none;
	color:#000000;
	margin-left: 0;
	margin-right: 5px;
	padding-right: 5px;
	overflow: visible;
	font-weight: bold;
}
#responsiveweb-i img {
	margin-top:12%;
	border-color: #FFFFFF;
	border: 3px groove #FFFFFF;
    vertical-align: middle;
}
#responsiveweb-i img:hover {
	border: 3px groove #DF0101;
}

#container {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}

#container_conts {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images_smart/bk_container_conts.jpg);
}
/* ここまで */

/* トピックパス */
#container_conts #topicpath {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#container_conts #topicpath p {
	font-size: 75%;
	color: #999;
}
#container_conts #topicpath p a {
	color: #C00;
}
/* ここまで */

/* コンテンツページ用 */
#container_conts h1 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #666;
}
#container_conts h2 {
	width: 280px;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
	color: #333;
	font-size: 130%;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #EB1A13;
}
#container_conts .shoplist {
	width: 280px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#container_conts .shoplist h3 {
	font-size: 110%;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}
#container_conts .shoplist p {
	font-size: 80%;
	color: #999;
	margin-bottom: 5px;
}
/* ここまで */

/* フッター */
footer {
	background-color: #FFF;
}
footer p {
	color: #EC3D20;
	text-align: center;
	font-size: 80%;
	line-height: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
}
footer p a {
	color: #EB2E15;
}
footer h6 {
	text-align: center;
}
footer #address {
	font-size: 90%;
	margin-top: 10px;
}
footer #address p img {
	margin-bottom: 10px;
}
footer h6 a {
	color: #EA1A13;
}
/* ここまで */
