@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/jquerymobile2.png);
		background-image: url(./images_smart/hospitala_R.png);
		background-image: url(./image_smart/gallerya_R.png);
		background-image: url(./images_smart/13289532-house-model.jpg);
}

/* 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;
	overflow:hidden;

}

/* ボディ・コンテナ類 */
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;
	overflow:hidden;
/*
	background-image: url(./images_smart/spider.jpg) no-repeat;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	transform: rotate(180deg);
	margin-left: 0px;
*/

}
#jqm_help_panel {
    position: absolute;
	overflow:hidden;
    top: 0%;
	width: 80%;
    padding: 8px;
	color: black;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	vertical-align:top;
    background-color:transparent;
		background:#D8D8D8;
		opacity:0.8;
		filter:alpha(opacity=80); 
	z-index:9999;
}
#jqm_help_panel p {
	font-weight: bold;

}
#jqm_header {
	font-size:18px;
	width:100%;
	color:red;
	background-color: #000000;
	padding-bottom:2px;
	text-align:center;
	text-decoration: none;
	text-transform: none;
	text-shadow: 4px 4px 12px #FFFFFF;
	overflow: visible;
}

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

.ui-block-b .ui-block-c #ui_block2 {
	font:10px;
	text-decoration:none;
	text-transform:none;
	color:#000000;
	margin-left: 0;
	margin-right: 5px;
	padding-right: 5px;
	font-weight: bold;
	overflow: visible;
}

.ui-block-b .ui-block-c #ui_block2 p a {
	font-size:10px;
	text-decoration:none;
	text-transform:none;
	color:#086A87;
	margin-left: 0;
	margin-right: 5px;
	padding-right: 5px;
	overflow: visible;
	font-weight: bold;
}

#ui_block3 {
	font-size:10px;
	text-decoration:none;
	text-transform:none;
	color:#086A87;
	margin-left: 0;
	margin-right: 5px;
	padding-right: 5px;
	overflow: visible;
	font-weight: bold;
}

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

}

#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;
}
/* ここまで */

/* ナビゲーション */
nav {
	margin-bottom: 20px;
}
nav ul li {
	text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}
/* ここまで */

/* フッター */
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;
}
/* ここまで */
