@charset "UTF-8";
@import url(reset.css);
@import url(layout.css);


/* ------------------------------------------------------------ */
/* リンク色 */
/* ------------------------------------------------------------ */
/*a         {text-decoration: none;}
a:link    {color: #22a;}
a:visited {color: #a2a;}
a:hover   {text-decoration: underline; color: #f90;}
a:active  {color: #999;}*/


/* ------------------------------------------------------------ */
/* 基本設定 */
/* ------------------------------------------------------------ */
body {
  /*font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, MS PGothic, sans-serif;
  font-size: 0.875rem;*/
  font-size: 14px;
  line-height: 1.5em;
  color: #000000; }
/* IE6 */
* html body {
    background: url(null) fixed;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

#top {
	padding: 114px 0 0;
	margin :-114px 0 0;
}

sup {
	font-weight: normal;
	font-size: x-small;
}

img.illustrated {
	display: inline-block;
	margin: 0 auto;;
}


/* ページトップへ */
.pagetop {
	clear: both;
	margin: 8px 0 !important;
	padding: 0 !important;
	width: 668px;
	text-align: right;
}
.pagetop a:link {
	color: #aaa;
	font-size: x-small;
}


/* 挿絵（右よせ） */
.cut-in {
	float: right;
}

/* 商品紹介 */
.plan dl.floor{float:left;}
.plan dl.floor dt{}
.plan dl.floor dd{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	font-weight:bold;
	font-size:114%;
	color:#333;
	padding:5px 0 0px;
}

.floor_plan{
	border:1px solid #690;
	text-align:center;
	padding:15px 0 0px;
}

.detail_list{
	border:2px solid #2AAEB8;
	background:#FCFCFC;
	padding:10px 10px;
	margin:5px 0 15px;	
	margin-right:auto;
	margin-left:auto;
	width:600px;
}

.detail_list table{
	background:#FCFCFC;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	margin:0 auto;
}


/* ------------------------------------------------------------ */
/* ソーシャルボタン */
/* ------------------------------------------------------------ */
div#social_button {
  margin : 4px 0 8px;
  padding: 0;
  width: 468px;
  height: auto;
}
div#social_button div.tw-button {
  float: left;
}
div#social_button div.fb-like {
  float: left;
}

/* ------------------------------------------------------------ */
/* 見出し */
/* ------------------------------------------------------------ */
h3 a {
	text-decoration: none;
}
h3 a:hover {
	color: #333;
}


/* ------------------------------------------------------------ */
/* テーブル */
/* ------------------------------------------------------------ */
table {
	width: 100%;
}
th,td {
	font-family: monospace;
	vertical-align: top;
}
caption {
	text-align: left;
}

/* ------------------------------------------------------------ */
/* タブUI */
/* ------------------------------------------------------------ */

ul#tab {
	margin: 1em auto 2em;
	width: 668px;
	background: url(../images/bg_tab.png) repeat-x bottom;
	overflow: auto;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
ul#tab li {
	float: left;
	display: block;
	margin: 6% 1% 0;
    padding: 1% 0;
    width: 22.5%;
	border: 1px solid #aaa;
	border-top-left-radius : 4px;  
	border-top-right-radius: 4px;  
	background: #ffe2e2;
	list-style:none;
	text-align: center;
	/*font-size: 14px;*/
	font-size: 12px;
	font-weight: bold;
	color:#131313;
}
ul#tab li.active {
	border-bottom: 1px solid #fff;
	background: #fff;
}
div#tab_content {
	clear: both;
	margin: 0;
	padding: 0;
	width: 635px;
	height: auto;
}


/* ------------------------------------------------------------ */
/* アコーディオンUI（未使用） */
/* ------------------------------------------------------------ */
#accordion dt {
	padding: 0;
	padding-left: 24px;
	width : 635px;
	background: #aaa;
	line-height: 42px;
}


#accordion ul li {
	margin-left: 4em;
	list-style: disc;
}


/* ------------------------------------------------------------ */
/* バッヂ（Twitter,facebook） */
/* ------------------------------------------------------------ */
.badge {
	width : 24px;
	height: auto;
	position: fixed;
	top  : 128px;
	right:   0px;
	z-index: 9999;
}




/* ------------------------------------------------------------ */
/* パーツ */
/* ------------------------------------------------------------ */


/* ボタン画像 */
p.button {
	clear: both;
	text-align: center;
}

/* 角丸4 */
.rbox {
	border-radius: 4px;
}
/* 角丸8 */
.rbox8 {
	border-radius: 8px;
}
/* ドロップシャドウ */
.shadow {
	box-shadow: 4px 4px 4px rgba(0,0,0, 0.5);
}

/* アイコン画像 */
.icon {
	vertical-align: middle !important;
}
ul.ex_icon {
	width: 652px;
	padding: 8px;
	border: 1px solid #eee;
	border-radius: 4px;
	background: #fcfcfc;
}
ul.ex_icon li {
	margin:  0;
	padding: 0;
	list-style: none;
}


/* 注釈 */
.note {
	color: #666;
	font-size: smaller;
	line-height: 1em !important;
}
#content ul.notes {
	clear: both;
	margin : 0;
	padding: 0;
}
#content ul.notes li {
	margin : 0;
	padding: 0;
	font-size: smaller;
	color: #666;
	list-style: none;
}
#content ul.notes li:before {
	content: '※';
}




/* ------------------------------------------------------------ */
/* ページ内リンク　ボタン */
/* ------------------------------------------------------------ */
ul.headto {
	margin : 0;
	padding: 0;
	overflow: auto;
}
ul.headto li {
	float: left;
	margin : 0;
	margin-left: 8px;
	padding: 0;
	width: 7em;
	list-style: none;
	border: 1px solid #aaa;
	border-radius: 4px;
	background: #fafafa;
	text-align: center;
}
ul.headto li a {
	display: block;
	text-decoration: none;
}
ul.headto li a:link {
	color: #222;
}



/* ------------------------------------------------------------ */
/* 右サイドバー */
/* ------------------------------------------------------------ */
ul.banners {
	margin: 0;
	padding: 0;
}
ul.banners li {
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
	list-style: none;
}




/* ------------------------------------------------------------ */
/* 文字装飾 */
/* ------------------------------------------------------------ */

/* 下線 */
.underline {
	text-decoration: underline;
}


/* 強調文字（赤字） */
em {
	font-style: normal;
	font-weight: bold;
	color: #c00;
}

/* 注目文字（赤字） */
.attention {
	color: #c00 !important;
}


/* 価格表示 */
.price .value {
	font-size: 200%;
	font-family: impact;
	color: #c00;
}


/* 税込み表示（小さい字） */
.tax {
	font-size: smaller;
}


/*----- これ以下　ページ全体にヘッダーを反映させる為のスタイル( 全てを反映したタイミングで取る ) -----*/
/*----- mouseOver関連 -----*/

a:hover img.over {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
}

/*--------------------------------------------------
float
--------------------------------------------------*/

.float_l{float:left;}
.float_r{float:right;}
.clr{
	clear: both;
	font-size:0px;
	line-height:0px;
	margin: 0px;
	padding: 0px;
}
.clear{
	clear: both;
}

/*--------------------------------------------------
common
--------------------------------------------------*/

/* text */
.txt_c{ text-align:center;}
.txt_r{ text-align:right;}
.txt_l{ text-align:left;}

.xs{ font-size:10px;}
.s{ font-size:11px;}
.xm{ font-size:12px;}
.m{ font-size:14px;}
.xl{ font-size:16px;}
.ll{ font-size:18px;}

.color_01:{#FFFFFF;}


/* margin left */
.m_l_5{margin-left: 5px;}
.m_l_10{margin-left: 10px;}
.m_l_15{margin-left: 15px;}
.m_l_20{margin-left: 20px;}
.m_l_25{margin-left: 25px;}
.m_l_30{margin-left: 30px;}

nav #nav_in img.ml_38 {
	margin-right: 38px;
}
/* margin right */
.m_r_5{margin-right: 5px;}
.m_r_10{margin-right: 10px;}
.m_r_20{margin-right: 20px;}
.m_r_15{margin-right: 15px;}
.m_r_20{margin-right: 20px;}
.m_r_30{margin-right: 30px;}
.m_r_40{margin-right: 40px;}
.m_r_45{margin-right: 45px;}

/* margin top */
.m_t_5{margin-top: 5px;}
.m_t_10{margin-top: 10px;}
.m_t_15{margin-top: 15px;}
.m_t_20{margin-top: 20px;}
.m_t_25{margin-top: 25px;}
.m_t_30{margin-top: 30px;}
.m_t_35{margin-top: 35px;}
.m_t_40{margin-top: 40px;}
.m_t_45{margin-top: 45px;}
.m_t_50{margin-top: 50px;}

/* margin bottom */
.m_b_0{margin-bottom:0 !important ;}
.m_b_5{margin-bottom: 5px!important ;}
.m_b_10{margin-bottom: 10px!important ;}
.m_b_15{margin-bottom: 15px!important ;}
.m_b_20{margin-bottom: 20px!important ;}
.m_b_25{margin-bottom: 25px!important ;}
.m_b_30{margin-bottom: 30px!important ;}
.m_b_35{margin-bottom: 35px!important ;}
.m_b_40{margin-bottom: 40px!important ;}

.color01 { color:#e78d00; }

#termText table {
	border:none;
	border-collapse: collapse;
}

#termText table.table_wborder,
#termText table.table_wborder td,
#termText table.table_wborder th {
	border:1px solid #b4b4b4;
	border-collapse: collapse;
}


@media screen and (max-width:768px){
	#contact #contact-inner ul#company-list li span.freedial{
		background: url(../images/top/contact/ico_fleedial.png) no-repeat 0px center;
	}
	#contact #contact-inner ul#company-list li{
		margin: 0 0 10px;
		width: 100%;
	}
	#contact #contact-inner ul#company-list li span{
		padding-left: 30px;
	}
	#contact #contact-inner ul#company-list{
		width: 100%;
	}
}
