@charset "utf-8";
/* CSS Document */

/*===============
base
=================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
form,input,p,blockquote,th,td {
margin:0;
padding:0;
}  
img{
border:0;
vertical-align: top;
}

body{
	min-width: 640px;
	font-size: 95%;
	/*font-family: Lato, "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: "Meiryo", "ＭＳ Ｐゴシック", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "MS UI Gothic", "Osaka", sans-serif;
	line-height:1.4;
/*	color:#500; */
	background:#fff;
}
@media screen and (max-width: 768px) {
	body{
		font-size:80%;
	}
}
p{
	padding:0 8px;
}
ul,ol{
list-style: none;
}

/*clearfix*/
.clearfix:after{  
visibility:hidden;/*見えなくする*/ 
height:0;/*見えなくする*/
display: block;/*block要素にする*/
font-size: 0;  
content: " ";  
clear: both;  

}  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*footerの背景指定*/
html{
background:#ffffff;
}

.nonpc{
display:block;
}
.pc{
display:none;
}

/*==================
header
====================*/

#header{
width:100%;
background:none;
}
#header .header-logo {
width:760px;
min-width: 640px;
}

/*header右側の設定*/

/*グローバルナビゲーション*/
.breadcrumb {
width:calc(100% - 36px);
min-width: 640px;
margin: 0 auto;
}

/*==================
contents
====================*/
#contents{
width:760px;
min-width: 640px;
overflow:hidden;
margin: 0 auto;
}
.contents{
width:100%;
min-width: 640px;
}

#info {
width:740px;
min-width: 640px;
margin: 34px auto;
float:none;
}
#info_tenant{
width:760px;
min-width: 640px;
margin: 34px auto;
}

table.page{
	font-size:13px;
}

.widget__body{
	padding:13px 8px;
}

/*==================
sidebar
====================*/
#side_bar {
width:calc(100% - 36px); 
margin: 5px auto;
float:none;
font-size:12px;
}

/*==================
footer
====================*/

#footer{
	width:100%;
	margin:0 auto;
	margin-top:60px;
	text-align:right;
}

