@charset "utf-8";
/* CSS Document */
/******************サービスポイント**********************/
#point{
	position: relative;
    z-index: 1;
	margin:auto;
	margin-top:30px;
	margin-bottom:20px;
	
}

/*******************商品カラム************************/
.block{
  display: table;
  table-layout: fixed;
  box-sizing: border-box;
  max-width: 100%;
  height:auto;
  margin: 12px 0px;
  box-sizing: border-box;
  
}

.block_element1{
  display: table-cell;
  width:100%;
  height:auto;
  padding: 10px;
  border: 0px solid #ccc;	
}

.block_element2{
  display: table-cell;
  width:100%;
  height:auto;
  padding: 10px;
  border: 0px solid #ccc;
  word-wrap: break-word;
}

.block_element3{
  display: table-cell;
  width:100%;
  height:auto;
  padding: 10px;
  border: 0px solid #ccc;
  word-wrap: break-word;	
}


/*********************ノート********************************/
.wp {
	margin:auto;
	width: 100%;
	max-width:800px;
}
.wp .note {
	margin: 10px;
	padding: 10px 0 15px 0;
	background:#F4FFFA;
}
.wp .note p {
	background:url(../common_imeg/line.png) repeat bottom left;
	font-size: 14px;
	line-height: 30px;
	margin: 0 20px;
}

@media screen and (max-width:768px) {
	
/**********************商品カラム***************************/
.block{
  display:block;
  table-layout: fixed;
  box-sizing: border-box;
  width: 100%;
  height:auto;
  margin: 0px 0px;
  box-sizing: border-box; 
}
	
.block_element1{
  display:block;
  width:80%;
  margin:auto;
  height:auto;
  padding: 5px;
  border-bottom: 2px solid #ccc;	
}

.block_element2{
  display:block;
  margin:auto;
  width:80%;
  height:auto;
  padding: 5px;
  border-bottom: 2px solid #ccc;
  word-wrap: break-word;
}

.block_element3{
  display:block;
  width:80%;
  margin:auto;
  height:auto;
  padding: 5px;
  border-bottom: 2px solid #ccc;
  word-wrap: break-word;	
}

/******************サービスポイント**********************/
#point{
	position: relative;
    z-index: 1;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
	max-width:80%;
	
}
	
	

@media screen and (max-width:480px) { 


/********************商品カラム*********************/
.block{
  display:block;
  table-layout: fixed;
  box-sizing: border-box;
  width: 100%;
  height:auto;
  margin: 0px 0;
  box-sizing: border-box;
  
}
	
.block_element1{
  display:block;
  width:100%;
  height:auto;
  padding: 5px;
  border-bottom: 2px solid #ccc;
 
}

.block_element2{
  display:block;
  width:100%;
  height:auto;
  padding: 5px;
  border-bottom: 2px solid #ccc;
  word-wrap: break-word;
}

.block_element3{
  display:block;
  width:100%;
  height:auto;
  padding: 5px;
  margin-bottom:0px;
  border-bottom: 2px solid #ccc;
  word-wrap: break-word;	
}
/******************サービスポイント**********************/
#point{
	position: relative;
    z-index: 1;
	margin:auto;
	margin-top:0px;
	margin-bottom:20px;
	max-width:95%;
	
}
