/***********************/
/* 全体                */
/***********************/
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ ProN W3",		/* iOS */
				 "Hiragino Kaku Gothic ProN",	/* iOS */
				 "ヒラギノ角ゴ Pro W3",			/* MacOS */
				 "Hiragino Kaku Gothic Pro",	/* MacOS */
				 "メイリオ",					/* Windows */
				 "Meiryo",						/* Windows */
				 "Roboto",						/* Android */
				 "sans-serif";					/* その他 */
	border-collapse: collapse;
}

body {
	background: #fff3f3;
	font-size: 11.5pt;
	-webkit-text-size-adjust: 100%;
}

body,
a
{
	color: #333333;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

img {
	width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

div,
td
{
	vertical-align: middle;
}

table
{
	width: 100%;
}

ul {
	margin-bottom: 5px;
}

li {
	padding-left: 1.5em;
	padding-bottom: 5px;
	text-indent: -1.4em;
	list-style-position: inside;
}

/************************/
/* 統一（色、影、形状） */
/************************/
#top_btn a
{
	display: block;
	color: #ffffff;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
	background: #ffa349;
}

#top_btn a:active
{
	background: #ffc369;
}

.btn_lightblue {
	color: #ffffff;
	background: #3eb0cc;
}

.btn_lightblue:hover,
.btn_lightblue:active
{
	color: #ffffff;
	background: #46c6e6;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
}

.btn_green {
	color: #ffffff;
	background: #10627B;
	background: -moz-linear-gradient(#20728B, #10627B);
	background: -webkit-gradient(linear, left top, left bottom, from(#20728B), to(#10627B));
	background: -webkit-linear-gradient(#20728B, #10627B);
	background: linear-gradient(#20728B, #10627B);
}

.btn_green:hover,
.btn_green:active
{
	color: #ffffff;
	background: #26a69a;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
}

.head_msg,
.foot_profile,
.foot_copyright,
.title
{
	color: #ffffff;
	background: #26a69a;
}

.strong_red {
	font-weight: bold;
	color: #ff4444;
}

.strong_green {
	font-weight: bold;
	color: #00526B;
}

.strong_orange {
	font-weight: bold;
	color: #f4a100;
}

.strong {
	font-weight: bold;
}

/***********************/
/* 各エリアごとの設定  */
/***********************/
/****************/
/* 全エリア共通 */
/****************/
.card_style {
	background: #ffffff;
	padding-bottom: 3px;
}

.default_btn {
	display: inline-block;
	border-radius: 5px;
	padding: 10px 10px;
	font-size: 9pt;
	text-align: center;
	margin: 5px 0px;
}

.default_large_btn {
	display: block;
	width: 80%;
	border-radius: 5px;
	padding: 15px 6px;
	font-size: 12pt;
	text-align: center;
	margin: 5px auto;
}

.clear {
	clear:both;
}

#top_btn {
	display: block;
	width: 45px;
	height: 45px;
	position: fixed;
	z-index: 90;
	bottom: 18px;
	left: 18px;
	visibility: hidden;
	opacity: 0;
	-moz-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

#top_btn a {
	line-height: 45px;
	font-size: 13pt;
	border-radius: 50%;
}

.top_btn_name {
	font-size: 7pt;
	background: transparent;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
}

.content_link {
	display: table;
	table-layout:fixed;
	line-height: 0pt;
	text-align: center;
	margin: 5px auto 15px auto;
}

.content_link a {
	color: #00526B;
	text-align: center;
	width:130px;
	font-size: 13pt;
	display: table-cell;
	padding: 15px 0px;
	border-left: 1px solid #00526B;
	border-right: 1px solid #00526B;
}

/****************/
/* ヘッダエリア */
/****************/
.wrap {
	text-align: left;
	width: 100%;
}

.head_area {
	padding: 0px 0px 10px 0px;
}

.head {
	width: 100%;
	background: #ffffff;
	border-bottom: 2px solid #26a69a;
}

.head_msg {
	color: #ffffff;
	padding: 5px;
	text-align: center;
}

.logo {
	text-align: left;
}

.logo_img {
	max-width: 450px;
}

.menu {
	display: table;
	width: 100%;
}

.menu_element {
	display: table-cell;
	width: 25%;
}

.menu_no_select,
.menu_no_select:hover,
.menu_no_select:active,
.menu_select
{
	font-size: 13pt;
	text-align: center;
	display: block;
	font-weight: bold;
	line-height: 21px;
	padding: 0px 5px;
	height: 2.5em;
	border-top: 0px solid #26a69a;
	border-bottom: 0px solid #26a69a;
}

.menu_no_select {
	color: #26a69a;
	background: #ffffff;
}

.menu_no_select:hover,
.menu_no_select:active,
.menu_select
{
	color: #ffffff;
	background: #26a69a;
}

/********************/
/* コンテンツエリア */
/********************/
.title {
	margin-bottom: 6px;
	font-size: 13pt;
	font-weight: bold;
	padding: 12px 0px 12px 15px;
}

.title i{
	color: #c8dcff;
	font-weight: normal;
	font-style:italic;
	font-size: 9pt;
	vertical-align: text-bottom;
	margin-left: 15px;
}

.element {
	padding: 0px 8px 10px 8px;
}

/* ホーム */
.main_img {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
	margin: 10px 0px;
	background-position: center center;
	background-repeat: no-repeat;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	background-image: url("../images/main.jpg");
}

.main_img_msg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 60px auto 0px auto;
	background: rgba(255, 255, 255, 0);
	padding: 0;
	z-index: 80;
}

.main_img_btn {
	display: block;
	width: 240px;
	position: absolute;
	right: 0px;
	bottom: 40px;
	left: 0px;
	margin: 0 auto;
	z-index: 81;
	color: #ffc000;
	border: 3px solid #ffc000;
	border-radius: 3px;
	font-size: 16pt;
	font-weight: bold;
	padding: 20px 0px;
	margin-top: 25px;
}

.main_img_btn:hover {
	background: #ffc000;
	color: #ffffff;
}

.main_comment {
	max-width: 650px;
	text-align: left;
	margin: 0px auto;
}

.main_comment_area {
	width: 100%;
	background: #ffffff;
	padding: 50px 30px;
}

.news_list {
	height: 200px;
	overflow: auto;
	margin-bottom: 15px;
}

.news_list table {
	border-collapse : separate;
	border-spacing : 3px 3px;
}

.news_list th {
	font-weight: bold;
	color: #1B2C73;
	background: #e5f5ff;
	font-size: 10pt;
	padding: 6px 6px;
	vertical-align: top;
	border-left: 5px solid #1B2C73;
	border-bottom: 1px solid #1B2C73;
}

.news_list td {
	font-size: 10pt;
	padding: 6px 6px;
	border-bottom: 1px dotted #1B2C73;
}

/* 物件一覧 */
.building_map_table {
	display: block;
	margin: 0px auto;
	max-width: 850px;
}

.building_map {
	display: block;
	width: 100%;
	max-width: 400px;
	padding: 15px 0px;
	margin: 0px auto 0px auto;
}

.building_map_desc {
	background: #fff5a5;
	padding: 20px 20px;
	border-radius: 6px;
}

.building_remark_area {
	text-align: center;
}

.building_element {
	display: block;
	margin: 10px auto 10px auto;
	padding: 10px;
	max-width: 720px;
	border: 1px solid #cccccc;
	border-radius: 6px;
	background: #ffffff;
}

.building_img_area {
	position: relative;
	margin-top: 5px;
}

.building_status_position {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.4);
}

.building_status_full,
.building_status_no_full
{
	text-align: center;
	font-weight: bold;
	width: 40px;
	height: 40px;
	z-index: 80;
	line-height: 38px;
	font-size: 13pt;
	border-radius: 50%;
}

.building_status_full {
	color: #ffffff;
	border: 3px solid #ff4444;
	background-color: #ff8484;
}

.building_status_no_full {
	color: #ffffff;
	border: 3px solid #26a69a;
	background-color: #46c6ba;
}

.building_table td {
	padding: 5px;
	vertical-align: top;
}

.building_table td.header {
	width: 80px;
}

.greeting_element {
	max-width: 750px;
	margin: 0px auto 0px auto;
}

.greeting_img_area {
	width: 165px;
	padding: 10px;
}

.greeting_text_area {
	padding: 10px;
}

.profile_table {
	max-width: 620px;
	margin: 0px auto 0px auto;
}

.profile_table td {
	padding: 5px 0px;
	vertical-align: top;
}

.profile_table td.header {
	width: 120px;
}

.access_map_area {
	width: 100%;
	height: 300px;
}

.contact_element {
	max-width: 600px;
	margin: 0px auto 0px auto;
}

.contact_table {
	margin-top: 20px;
}

.contact_table td {
	padding: 5px 0px;
	vertical-align: top;
}

.contact_table td.header {
	width: 110px;
}

.contact_warning_table {
	margin-top: 15px;
}

.contact_warning_table td {
	padding: 5px 0px;
	vertical-align: top;
}

.contact_warning_table td.header {
	width: 30px;
}

.build_detail {
	margin: 10px auto 15px auto;
	width: 100%;
	max-width: 600px;
	padding: 10px 5px;
	border-bottom: 1px dotted #00526B;
}

.build_description {
	margin-bottom: 10px;
}

.build_img_v {
	max-width: 250px;
}

.build_img_h {
	max-width: 400px;
}

/******************/
/* フッターエリア */
/******************/
.foot_profile {
	font-size: 9pt;
	text-align: center;
	padding: 10px 5px 10px 5px;
	border-bottom: 1px groove #ffffff;
}

.foot_copyright {
	font-size: 8pt;
	text-align: center;
	padding: 3px 5px 76px 5px;
}

/*===============================================
●画面の横幅が480pxまで（Small）: スマートフォン縦(iPhone5、iPhone6、android)、iPhone4縦横
===============================================*/
@media screen and (max-width: 480px), print and (max-width: 480px){
	.disp_smallUnder { /* 表示 */ }
	.disp_uppersmallUnder { /* 表示 */ }
	.disp_middleUnder { /* 表示 */ }
	.disp_largeOver { display: none; }
	.width_half_largeOver { /* 初期値 */ }
	.width_70per_largeOver { /* 初期値 */ }
	.cell_left_largeOver { margin-bottom: 5px; }
	.cell_right_largeOver { margin-bottom: 5px; }
	.cell_left_middleOver { margin-bottom: 5px; }
	.cell_right_middleOver { margin-bottom: 5px; }

	.menu_no_select { height: 3.5em; }
	.menu_no_select:hover { height: 3.5em; }
	.menu_select { height: 3.5em; }
	.menu_select:hover { height: 3.5em; }
}
/*===============================================
●画面の横幅が600pxまで（UpperSmall）: スマートフォン横(iPhone5)
===============================================*/
@media screen and (min-width: 481px) and (max-width: 600px), print and (min-width: 481px) and (max-width: 600px){
	.disp_smallUnder { display: none; }
	.disp_uppersmallUnder { /* 表示 */ }
	.disp_middleUnder { /* 表示 */ }
	.disp_largeOver { display: none; }
	.width_half_largeOver { /* 初期値 */ }
	.width_70per_largeOver { /* 初期値 */ }
	.cell_left_largeOver { margin-bottom: 5px; }
	.cell_right_largeOver { margin-bottom: 5px; }
	.cell_left_middleOver { margin-bottom: 5px; }
	.cell_right_middleOver { margin-bottom: 5px; }

	.menu_no_select { height: 3.5em; }
	.menu_no_select:hover { height: 3.5em; }
	.menu_select { height: 3.5em; }
	.menu_select:hover { height: 3.5em; }
}
/*===============================================
●画面の横幅が768pxまで（Middle）： スマートフォン横(iPhone6、android)、タブレット縦(iPad、nexus7)
===============================================*/
@media screen and (min-width: 601px) and (max-width: 768px), print and (min-width: 601px) and (max-width: 768px){
	.disp_smallUnder { display: none; }
	.disp_uppersmallUnder { display: none; }
	.disp_middleUnder { /* 表示 */ }
	.disp_largeOver { display: none; }
	.width_half_largeOver { /* 初期値 */ }
	.width_70per_largeOver { /* 初期値 */ }
	.cell_left_largeOver { margin-bottom: 5px; }
	.cell_right_largeOver { margin-bottom: 5px; }
	
	.table_middleOver {
		width: 100%;
		display: table;
		border-spacing : 5px 0px;
		margin-bottom: 5px;
		border-collapse : separate;
	}
	
	.cell_left_middleOver {
		display: table-cell;
		vertical-align: top;
	}
	
	.cell_right_middleOver {
		display: table-cell;
		vertical-align: top;
	}
	
	.width_30per_middleOver {
		width: 30%;
	}
	
	.width_40per_middleOver {
		width: 40%;
	}
	
	.width_50per_middleOver {
		width: 50%;
	}
	
	.width_60per_middleOver {
		width: 60%;
	}
	
	.width_70per_middleOver {
		width: 70%;
	}
	
	.main_img_msg { width: 80%; }
	.main_img_btn { padding: 6px 0px; }
}
/*===============================================
●画面の横幅が769px以上（Large）： タブレット横(iPad、nexus7)、大型タブレット縦横(nexus10)
===============================================*/
@media screen and (min-width: 769px), print and (min-width: 769px){
	body {
		background-image: url("../images/back.jpg");
		background-attachment: fixed;
		background-position: right center;
	}
	
	.disp_smallUnder { display: none; }
	.disp_uppersmallUnder { display: none; }
	.disp_middleUnder { display: none; }
	.disp_largeOver { /* 表示 */ }
	
	.default_large_btn {
		padding: 12px 6px;
		width: 50%;
	}
	
	#top_btn { display: none; }
	
	.table_largeOver {
		width: 100%;
		display: table;
		border-spacing : 5px 0px;
		margin-bottom: 5px;
		border-collapse : separate;
	}
	
	.cell_left_largeOver {
		display: table-cell;
		vertical-align: top;
	}
	
	.cell_right_largeOver {
		display: table-cell;
		vertical-align: top;
	}
	
	.width_30per_largeOver {
		width: 30%;
	}
	
	.width_40per_largeOver {
		width: 40%;
	}

	.width_50per_largeOver {
		width: 50%;
	}

	.width_60per_largeOver {
		width: 60%;
	}

	.width_70per_largeOver {
		width: 70%;
	}
	
	.table_middleOver {
		width: 100%;
		display: table;
		border-spacing : 5px 0px;
		margin-bottom: 5px;
		border-collapse : separate;
	}
	
	.cell_left_middleOver {
		display: table-cell;
		vertical-align: top;
	}
	
	.cell_right_middleOver {
		display: table-cell;
		vertical-align: top;
	}
	
	.width_30per_middleOver {
		width: 30%;
	}
	
	.width_40per_middleOver {
		width: 40%;
	}
	
	.width_50per_middleOver {
		width: 50%;
	}
	
	.width_60per_middleOver {
		width: 60%;
	}
	
	.width_70per_middleOver {
		width: 70%;
	}
	
	.wrap,
	.logo,
	.menu
	{
		margin: 0px auto;
		max-width: 1024px;
	}

	.title
	{
		border-radius: 3px 3px 0px 0px;
		padding: 8px 0px 8px 15px;
	}
	
	.card_style {
		border-radius: 3px;
		margin: 0px 5px 10px 5px;
		box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
		border-collapse: separate;	/* IE対応 */
		border-spacing: 0;	/* IE対応 */
	}
	
	.foot_copyright { padding-bottom: 3px; }
	
	.main_img_msg { width: 70%; }

	.main_img_btn { padding: 6px 0px; }
}

/******************/
/* 印刷時         */
/******************/
@media print{
	#top_btn,
	.content_link
	{ display:none; }
}

/***********************/
/* FONT                */
/***********************/
@font-face {
	font-family: 'yamasei-font';
	src:	url('../fonts/yamasei-font.eot?r974q3');
	src:	url('../fonts/yamasei-font.eot?r974q3#iefix') format('embedded-opentype'),
			url('../fonts/yamasei-font.ttf?r974q3') format('truetype'),
			url('../fonts/yamasei-font.woff?r974q3') format('woff'),
			url('../fonts/yamasei-font.svg?r974q3#yamasei-font') format('svg');
			font-weight: normal;
			font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'yamasei-font';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
