@charset "utf-8";
/* -----------------------------------------------------------
CSS Information

File name : other.css
----------------------------------------------------------- */

/*----------------------------------------------------
common
----------------------------------------------------*/
/* indent
{
	text-indent:-9999px;
	padding:0;
	display:block;
}
 */

/* HOVER */
#other .box1 a:hover{
	filter: alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity:0.7;
}

/*----------------------------------------------------
header
----------------------------------------------------*/



/*----------------------------------------------------
contents
----------------------------------------------------*/
#other .contents{
	padding-bottom:96px;
}
#other .contents h2{
	padding: 44px 0 44px;
	text-align: center;
}


/* box1
----------------------------------------------------*/
#other .box1{
	background:#fafafa;
	padding:35px 30px 155px;
}
#other .box1 p{
	font-size:14px;
	line-height:24px;
	color:#666666;
	padding-bottom:30px;
}
#other .box1 p span,
#other .box1 h3{
	font-size:16px;
	color:#eead9f;
	font-weight:bold;
}
#other .box1 a{
	color:#666666;
	text-decoration:underline;
}

#other .box1 h3{
	padding-bottom:10px;
}



/*----------------------------------------------------
certificate
----------------------------------------------------*/
#other.certificate{}

#other.certificate .box1{ overflow:hidden; }
#other.certificate .wrapL{ float:left; margin-right:20px;}
#other.certificate .wrapL img{ border:1px solid #cccccc;}


/*----------------------------------------------------
shop_list
----------------------------------------------------*/
#other .shop_list h3{
  padding-top: 20px;
  color: #666666;
  font-size: 18px;
}
#other .shop_list h3:first-child{ padding-top: 0;}
#other .shop_list h4{
  padding: 0 5px 5px;
	font-size:16px;
	color: #666666;
	font-weight:bold;
}
#other .shop_list p{
  padding-left:20px;
  padding-right:20px;
}
#other .shop_list p:before{
  content: "■";
  display: inline;
  color:#eead9f;
}


/* Version 1 */
#other .shop_list h3{
  background-color: #E2E1DA;
  margin-bottom: 10px;
  color: #666;
  padding: 6px 12px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#other .shop_list h3:first-child{
  padding: 6px 12px;
  margin-top: 0;
}
