@charset "utf-8";

/**
 *
 *  出店物件募集
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/

body {
	max-width: 100%;
	min-width: 100%;
}
html {
	background: #fff;
}

/*--------------------------------------------------------------------------
    #Popup
---------------------------------------------------------------------------*/
#Popup {
	text-align: center;
	padding:30px 0;
}
#Popup img {
	max-width: 100%;
}

#Popup .table01{
	border-top:solid 2px #FFFFFF;
	border-right:solid 2px #FFFFFF;
	width:90%;
	margin:20px auto 20px;
}
#Popup .table01 th{
	border-bottom:solid 2px #FFFFFF;
	border-left:solid 2px #FFFFFF;
	padding:10px;
	background-color:#F79B00;
	color:#FFFFFF;
	text-align:center;
	font-size:114%;
}
#Popup .table01 .tr01 th{
}
#Popup .table01 td{
	border-bottom:solid 2px #FFFFFF;
	border-left:solid 2px #FFFFFF;
	padding:10px;
	text-align:center;
	background-color:#FFF1D9;
	
}


/*--------------------------------------------------------------------------
    default
---------------------------------------------------------------------------*/


body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
table,th,td,
form,input,textarea,
p {
	margin: 0;
	padding: 0;
}
img,abbr,acronym,fieldset {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
    vertical-align: top;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
li {
	list-style: none;
}
li img{
	vertical-align: bottom;
}

/* font */
/* -------------------------------------------------- */

body{
	/* font-family: Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; */
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 12px;
	line-height: 1.7;
}
/* safari only \*/
html[xmlns*=""] body {
	font-family: 'Hiragino Kaku Gothic Pro';
}

/* for IE7 */
*:first-child+html body { font-size: 75%; }

/* for IE 6 */
* html body { font-size: 75%; }

.xx-large  { font-size:150%;    line-height:1.7; } /*18px*/
.x-large   { font-size:133.3%;  line-height:1.6; } /*16px*/
.large     { font-size:116.6%;  line-height:1.6; } /*14px*/
.mid       { font-size:100%;    line-height:1.5; } /*12px*/
.small     { font-size:91.6%;   line-height:1.5; } /*11px*/
.x-small   { font-size:83.3%;   line-height:1.5; } /*10px*/
