@charset "utf-8";
/* CSS Document */
html {
	-webkit-text-size-adjust: none;/*Safari独自のレンダリングを指定することで、フォントサイズの自動サイズを無効化*/
}
body {
	font-family: "メイリオ","ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #666666;
	font-size: 13px;
	padding:0px;
	margin: 0px;
	background-image:url(../img/background.jpg);
}
/*---スマホ非表示---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.pc_mode {
	display:none;
}
.dropmenu {
	display:none;
}
#pagetop {
	display:none;
}
/*---基本設定---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

*{
	margin:0px;
	padding:0px;
}
img { 
	border:none;
}

#main {
	width:100%;
	padding:0px;
	margin: 0px;
}

textarea {
	width:99%;
}

#main img {
	width:100%;
	height:auto;
}

p {
	margin: 0px;
}
.section {
	width:100%;
	float:left;
	margin:0 0 10px 0;
}
.inner {
	clear:both;
	padding: 0px 15px 15px 15px;
}
.center {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
#pagetop {
	padding: 0;
	text-align: center;
}

/* リスト */

.linknav{
	background-image:url(../img/icon02_st.gif);
	background-position:2px 4px;
	background-repeat:no-repeat;
	padding-left:18px;
	list-style:none;
}
.external{
	background-image:url(../img/icon04_st.gif);
	background-position:7px 3px;
	background-repeat:no-repeat;
	padding-left:25px;
	list-style:none;
}
.pdf{
	background-image:url(../img/pdficon_small.png);
	background-position:7px 0px;
	background-repeat:no-repeat;
	padding-left:25px;
	list-style:none;
}

/* 見出し */

.subtitle01 {
	clear: left;
	padding: 5px;
	margin:0 0 10px 0;
	font-size: 17px;
	font-weight: normal;
	color: #ffffff;
	background-image:url(../img/background_4.jpg);
	border-top: 1px solid #d2d2d2;
	border-bottom: 3px solid #d2d2d2;
	border-right: 3px solid #d2d2d2;
	border-left: 5px solid #d2d2d2;
}
.subtitle02 {
	width:98%;
	height:25px;
	line-height:20px;
	font-size:100%;
	font-weight: normal;
	color:#666666;
	background-color: #f8f8f8;
	float:left;
	margin:0 0 10px 0;
	padding:8px 0 0 0;
	text-indent:15px;
	border-top: 1px solid #666666;
	border-bottom: 2px solid #666666;
	border-right: 1px solid #666666;
	border-left: 5px solid #666666;
}
.subtitle02 span{
	padding-left:10px;
	font-size:70%;
	font-weight: normal;
}
.subtitle03 {
	clear: both;
	width:100%;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	padding: 10px 0px;
	margin: 10px 0px;
	background: #f0efef;
	list-style:none;
}
h3 span {
	font-size: 15px;
	padding: 10px 0 10px 18px;
	display: block;
	background: url(../../s/common/img/bg_ttl.png) no-repeat 0;
	-moz-background-size: 14px 14px; /* Firefox */
	-webkit-background-size: 14px 14px; /* Safari,Chromeなど */
	-o-background-size: 14px 14px; /* Opera */
	-ms-background-size: 14px 14px; /* ie */
	background-size: 14px 14px;
}

/* カラー */

.color_ffcccc {
	background-color: #FFCCCC;
}

.color_ffccff {
	background-color: #FFCCFF;
}

.color_ffddaa {
	background-color: #ffddaa;
}

.color_ccccff {
	background-color: #ccccff;
}

.color_glay01 {
	background-color: #b5b5b5;
}

.color_glay02 {
	background-color: #d2d2d2;
}

.color_glay03 {
	background-color: #e8e8e8;
}

.color_glay04 {
	background-color: #f5f5f5;
}

.color_white {
	background-color: #ffffff;
}
.color_b9cde5 {
	background-color: #b9cde5;
}

.color_b9cd96 {
	background-color: #b9cd96;
}

.color_d19392 {
	background-color: #d19392;
}

.color_3a95ad {
	background-color: #3a95ad;
}
.red {
	color: #ff0000
}
.blue {
	color: #0033ff
}
.bluetext {
	color:#3F7EBD;
}
.fs_small {
	font-size:small;
}
.b_red {
	color: #cb0000;
    font-weight: bold;
    font-size:135%;   
}
.black {
	color: #000000;
}
}
/* マージン */

.mb20 { margin-bottom: 20px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb25 { margin-bottom: 25px;}
.mb30 { margin-bottom: 30px;}
.mb35 { margin-bottom: 35px;}
.mb40 { margin-bottom: 40px;}
.mb45 { margin-bottom: 45px;}
.mb50 { margin-bottom: 50px;}

.mt20 { margin-top: 20px;}
.mt10 { margin-top: 10px;}
.mt15 { margin-top: 15px;}
.mt25 { margin-top: 25px;}
.mt30 { margin-top: 30px;}
.mt35 { margin-top: 35px;}
.mt40 { margin-top: 40px;}
.mt45 { margin-top: 45px;}
.mt50 { margin-top: 50px;}

.ml20 { margin-left: 20px;}
.ml10 { margin-left: 10px;}
.ml15 { margin-left: 15px;}
.ml25 { margin-left: 25px;}
.ml30 { margin-left: 30px;}
.ml35 { margin-left: 35px;}
.ml40 { margin-left: 40px;}
.ml45 { margin-left: 45px;}
.ml50 { margin-left: 50px;}

/*---ヘッダー---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.header {
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	text-align:center;
	border-bottom:1px #cccccc solid;
	background: #ffffff;
	overflow: hidden;
}
.header #logo {
	float: left;
	margin: 10px 0px 0px 0px;
}
.header #menu_op {
	float: right;
	padding: 0;
	margin: 10px 0px 0px 0px;
	cursor:pointer;
}

/* ヘッダメニュー */

#menu {
	background: #000;
	opacity: 0.8;
	position: absolute;
	color: #fff;
	width: 100%;
	z-index: 99;
	text-align: left;
	left:0;
	top:0;
}
#menu h2 {
	background: none;
	font-size: 18px;
	margin:10px 0;
	padding-left: 10px;
}
#menu h2 span {
	float: right;
	cursor:pointer;	
	padding: 0 10px 0 0;
}
#menu ul {
	padding: 0 5px;
	margin:0;
}
#menu li {
	margin : 0;
	padding: 5px 5px;
	border-top: 1px solid #CCC;
	list-style: none;
}
#menu li a {
display: block;
	line-height: 40px;
	background: url(../img/sp/bg_navi_arrow.png) no-repeat 99% center;
	background-size: 10px;
	text-decoration: none;
}
#menu h2,
#menu li a {
	color: #fff;
	text-shadow: none;	
}
/*---slidewrapper---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* #slider_main
--------------------------- */
#slider_main {
	margin: 0 auto;
	width: 300px;
	height: 167px;
	text-align: left;
	position: relative;
}
#slider_main ul {
	top: 0;
	left: 0;
	height: 400px;
	position: absolute;
	overflow: hidden;
}
#slider_main ul li {
	width: 300px;
	height: 167px;
	float: left;
	display: inline;
	overflow: hidden;
}
/* #slider_thumb
--------------------------- */
#slider_thumb {
	margin: 5px auto;
	width: 280px;
	height: 25px;
	text-align: center;
}
#slider_thumb ul {
	width: 280px;
	height: 20px;
}
#slider_thumb ul li {
	width: 90px;
	height: 20px;
	float: left;
	cursor: pointer;
	display: inline;
}
#slider_thumb ul li.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
#slider_main ul:after,
#slider_thumb ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#slider_main ul,
#slider_thumb ul {
	display: inline-block;
	overflow: hidden;
}

/*---パンくず---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#header2 {
	width:100%;
	overflow:hidden;
	list-style-type: none;
}
#bcLink {
	padding-top: 10px;
	padding-bottom: 15px;	
	margin: 0px;
}
#bcLink li {
	display: inline;
}

#bcLink li a{
	color: #ff0000;
}

/*--物件ページ---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* 空室状況 */
.room {
	clear: both;
	list-style-type: none;
	width: auto;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border-radius: 3px 3px 0 0;
	background-image:url(../img/background_3.jpg);
	font-size: 14px;
}
.room li{
	position: relative;
	width: 20%;
	height: 32px;
	float: left;
	margin-top: -5px;
	padding-top: 5px;
	background: #f1f1f1;
	border-top:    1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	color: #d8d8d8;
}
.room li a{
	display: block;
	background: #cccccc;
	background-image:url(../img/icon02_st.gif);
	background-position: 3px 9px;
	background-repeat:no-repeat;
	border-top:    1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left:    1px solid #000000;
	border-right: 1px solid #000000;
	margin-top: -5px;
	padding-top: 6px;
	height: 25px;
	color: #000;
	font-size: 14px;
	text-decoration: none;
}
.room li a:hover,  .room a#hover{
	margin-top : -5px;
	padding-top: 6px;
	background: #666666;
	height: 25px;
	color: #fff;
}
/* 画像 */
.img li {
	margin:0 2px 0 2px;
	padding:0;
	list-style:none;
	float:left;
}
.img li input {
	margin:0 auto 3px auto;
	padding:0;
	display:block;
}
/* 写真 */
.img-p {
	padding: 0;
	overflow: hidden;
	list-style:none;
	float: left;
	margin: 0;
	clear:both;
}
.img-p li {
	list-style-type: none;
	position: relative;
	width:  100%;
	height: 100%;
	float: left;
	margin: 0 0 5px 5px;
	padding: 0;
	text-align: center;
}
.img-p iframe {
	width:100%;
	height:100%;
	padding: 0;
	overflow: hidden;
	list-style:none;
	float: left;
}
/* 写真 */
.img-s {
	padding: 0px 0 0 4px;
	text-align: center;
}
.img-s li {
	list-style-type: none;
	position: relative;
	width: 16%;
	height:16%;
	float: left;
	margin: 0 0 5px 1px;
	padding: 0;
	text-align: center;
}

#main .img-s img {
	width:100%;
	height:50px;
}

#photo {
	display:none;
}
/* Youtube */
.img-y {
	padding: 0;
	overflow: hidden;
	list-style:none;
	float: left;
	margin: 0;
	clear:both;
}
.img-y li {
	width:  50%;
	height: 50%;
	float: left;
	margin: 0 ;
	padding: 0;
	text-align: center;
}
.img-y iframe {
	width:100%;
	height:100%;
	padding: 0;
	overflow: hidden;
	list-style:none;
	float: left;
}
/* google MAP */
.img-g {
	width:80%;
	padding: 0;
	height:auto;
	overflow: hidden;
	list-style:none;
	float: left;
}
/* フォーム */
input[type="submit"] {
	color: #000000;
	font-weight: bold;
	width: 100%;
	height: 45px;
}
input[type="reset"] {
	color: #000000;
	font-weight: bold;
	width: 100%;
	height: 40px;
}
input[type="text"] {
	height: 25px;
}
input[type="button"] {
	margin: 10px 0;
	color: #000000;
	font-weight: bold;
	width: 100%;
	height: 45px;
}
/* 設備 */
.setsubi{
	z-index: 100;
	width: 100%;
	margin: 0px auto 20px auto;
	padding: 0px;
}
.setsubi ul {
	padding: 0px;
}
.setsubi li{
	list-style-type: none;
	width: 32%;
	float: left;
	margin: 0 0px 0px 3px;
}

/*--物件一覧---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.about_box {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	border-bottom: 1px dotted #d8d8d8;
}
.about_box a img:hover {
	opacity: 0.6;
}
.about_box dt {
	width: 40%;
	height: auto;
	float: left;
	margin-left: 5px;
}

.about_box dd {
	width: 50%;
	height: auto;
	float: left;
	margin-left: 10px;
}

.about_box dd a {
	background-image:url(../img/icon02_st.gif);
	background-position: 0px 4px;
	background-repeat:no-repeat;
	font-weight: bold;
	padding-left:18px;
	font-size:100%;
	list-style:none;
}

/*--table---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.table01  {
	width: 100%;
	margin-top: -1px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	background:#ffffff;
}
.table01 th {
	background-image:url(../img/background_3.jpg);
	width:30%;
	font-weight: normal;
	text-align: left;
}
.td20 {
	width:20%;
}
.td60 {
	width:60%;
}
.td80 {
	width:20%;
}
.table01 td,th {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
	padding-left: 5px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}
.background_3 {
	background-image:url(../img/background_3.jpg);
}
.table02  {
	width:95%;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
}
.table02 td {
	width:auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

table .listnav {
	background-image: url(../img/icon03_st.gif);
	background-position: 2px 4px;
	background-repeat: no-repeat;
	padding-left: 18px;
}

/*--footer---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#footer {
	background: #FFF;
	margin: 15px 0px 0px;
	border: 1px #CCC solid;
	overflow: hidden;
	clear:both;
}
#footer ul {
	padding: 0px;
	margin:  0px;
}
#footer li {
	width: 100%;
	float: left;
	list-style: none;
	border-bottom: 1px solid #CCC;
	background: url(../img/icon03_st.gif) no-repeat 5px center;
	background-size: 6px 6px
}

#footer li a{
	padding: 0 0 0 15px;
	display: block;
	height: 40px;
	line-height: 45px;
	background: url(../img/sp/bg_navi_arrow.png) no-repeat 98% center;
	background-size: 10px;
	text-decoration: none;
}


#footer2{
	height:100px;
	margin-top: 20px;
	padding-top: 0px;
	text-align:right;
}
#footer2 p img{
	width: 55%;
	height:55%;
}
.address {
	clear: both;
	width:100%;
	font-size: 60%;
	background-image:url(../img/background_4.jpg);
	padding-top: 10px;
	height:60px;
	text-align:center;
	color:#ffffff;
}


/*--side---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

div#side {
	position: fixed !important;
	position: absolute;
	height: 300px;
	color: #000;
	top: 56px;
	right: -14px;
	filter:Alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

#side img {
	width: 60%;
	height: auto;
}
#side a:hover{
	filter:Alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
