@charset "UTF-8";
/*--------------------------------
ここからPCのCSS
----------------------------------*/
@media screen and (min-width:480px){
	.sumaho{
		display: none;
	}
	body{
		width: 100%;
		min-width: 960px;
		margin: 0 auto;
	}

	/* ========PURCHASE CUSTOMIZE========= */

#main {
  min-height:1400px;
}

#main_right {
  min-height:1300px;
}

#purchase .preview-area{
	max-width: 150px;
	width:auto;
	height:90px;
	img{height:100%};
	img{width:auto}
	
	margin-left:210px;
	margin-top:5px;
	margin-bottom:5px;
}

#purchase .none{
	display:none;
}

#purchase .confimage{
	max-width: 150px;
	width:auto;
	height:90px;
	img{height:100%};
	img{width:auto}

	margin-top:5px;
	margin-bottom:5px;
}



#purchase .company_main {
	min-height:800px;
	height:1700px;
  }



#purchase .purchase_main {
  min-height:1300px;
}

#purchase .main_left_box{
  min-height:800px;
}

#purchase .main_right_box{
	margin-left:auto;
	margin-right:auto;
	width:1100px;
	height:500px;
}

#purchase #purchase_content_main {
  float:left;
  width:100%;
  height: 800px;
}

#purchase #right_menu {
  float:left;
  width:350px;
  height:720px;
}

#purchase #main_title{
  margin: 0px 0px -20px 0px;
  padding: 45px 0px 0px 20px;
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  color: #777777;
  background: url("../images/purchase/title_back_purchase.png");
/*  background-size:780px 112px;*/
  background-repeat: no-repeat;
  height:120px;
}

	/* ========PURCHASE ORIGINA CUSTOMIZE========= */


.input_box {
  width:100%;
  height:50px;
}

.input_box2 {
  width:100%;
  height:170px;
}

/* 項目タイトル */
.item_title {
  height:20px;
  width:140px;
  float:left;
}

.req_image {
  height:20px;
  width:70px;
  background: url("../images/purchase/hissu.png");
  background-repeat: no-repeat;
  float:left;
}

.input_margine {
  height:20px;
  width:70px;
  background-repeat: no-repeat;
  float:left;
}

/* 項目 */
.item_input {
  height:20px;
  width: 250px;
}

/* 項目 */
.item_input2 {
  height:140px;
  width: 400px;
}

.item_disp {
  height:20px;
  width: 250px;
  border-style:none;
}

.item_disp2 {
  height:140px;
  width: 400px;
  border-style:none;
}


#purchase #sub_title{
  margin: 0px 0px 10px 0px;
  padding: 5px 0px 0px 40px;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  color: #777777;
  background: url("../images/purchase/title2_bk.png");
  background-repeat: no-repeat;
  height:35px;
}

#purchase #input_footer{
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 40px;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	color: #777777;
	background: url("../images/purchase/title2_bk.png");
	background-repeat: no-repeat;
	height:35px;
  }

}


/*--------------------------------
ここからスマホCSS
----------------------------------*/

@media screen and (max-width:480px){/*andの後は半角スペース*/
	body{
		position:relative;//ナビ用
		overflow:hidden;
		font-size:14px;
	}
	*{
		margin:0;
		padding:0;	
	}

	.pc{
		display:none;
	}
	/*サイドメニュー*/
	#right_menu {
		display:none;
	}
	#absolute1,
	#absolute2,
	#absolute3,
	#absolute4,
	#absolute5,
	#absolute6,
	#absolute7,
	#absolute8 {
		display:none;
	}
	#main_left {
		min-height:0 !important;
	}
	/*見出しh1*/
	#purchase h1 {
		background-image: url("../images/purchase/title_back_sp.png");
		height: 50px;
		background-repeat: no-repeat;
		color: #fff;
		font-size: 120%;
		line-height: 50px;
		padding-left: 10px;
		margin-bottom:10px;
	}
	/*外観内観写真*/
	.purchase_pic {
		display:block;
		margin:0 auto 10px;
		width:95%;
	}

	#purchase .none{
		display:none;
	}

	＃purchase_content_main　{
		width:100%;
	}

	.req_image {
		height:20px;
		width:70px;
		background: url("../images/purchase/hissu.png");
		background-repeat: no-repeat;
		float:left;
	}

	#purchase .confimage{
		max-width: 150px;
		width:auto;
		height:90px;
		img{height:100%};
		img{width:auto}
	
		margin-top:5px;
		margin-bottom:5px;
	}

	.input_margine {
		height:20px;
		width:70px;
		background-repeat: no-repeat;
		float:left;
	}
	  

	#purchase .preview-area{
		max-width: 150px;
		width:auto;
		height:90px;
		img{height:100%};
		img{width:auto}

		margin-top:5px;
		margin-bottom:5px;
		margin-left:70px;
	}

	#purchase_content_box,
	#purchase_map_box,
	#purchase_staff_box {
		width:95%;
		margin:0 auto;
		box-sizing:border-box;
		padding:5px;
	}
	/*サブタイトル画像*/
	img.sub_title {
		display:none;
	}
	/*サブタイトル テキストに置換*/
	p.subtitle {
		display:block;
		width:100%;
		border-left:3px solid #b22;
		box-sizing:border-box;
		margin:30px 0 15px 0px;
		padding:10px;
		font-size:120%;
	}

	#footer {
		width:100%;
		background:#000;
		font-size:60%;
		color:#fff;
		box-sizing:border-box;
		padding:5px;	
	}
}