@charset "utf-8";

/***************************/
/* ABOUT */
/***************************/

.img_about {
	text-align: center;	
	margin-top: 30px;
	margin-bottom: 20px;
/*
	float: left;
	margin: 10px 20px 30px 0;
*/
}
.img_about_s {
	text-align: center;	
	margin-top: 30px;
}
.img_about_s img{
	padding: 0 1% 2% 1%;
}

.about {
	width: 76%;
	margin: auto;
	margin-bottom: 20px;	
}

.about-en {
	width: 76%;
	margin: auto;
	margin-top: 60px;	
	margin-bottom: 80px;	
}

.ttl-en {
	font-weight: bold;
	color: #234e7f;
	line-height: 3.0em;
}
.sub_ttl {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

.sub_ttl2 {
	padding-bottom: 10px;
	margin-bottom: 20px;
}

/***************************/
/* NEWS */
/***************************/
.event_box {
	height: 260px;
	padding: 0 0 25px 0;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}
.img_box{
	height: 250px;
	float: left;
}
.ev_img {
	margin: 0 30px 0 20px;
}
.ev_ttl {
	font-size: large;
	color: #234e7f;
}
.ev_date {
	margin-top: 4px;
}
.ev_place {
	margin-top: 8px;
	font-size: 16px;
}
.ev_address {
}
.ev_detail {
	margin: 10px 0;
}

/***************************/
/* CONTACT */
/***************************/
.con_box {
	margin-bottom: 50px;	
}
.contact{
	margin: 10px 0;
	font-size: 12pt;
}
.address_box {
	padding: 0 0 10px 0;
	line-height: 2.0em;
}
.con_name {
	font-size: large;
	margin: 20px 0 6px 0;
}
.con_address {
	word-break: break-all;
}
.con_photo img {
	margin-top: 1%;
	margin-right: 2%;
}

.googlemap {
	position: relative;
	padding-bottom: 50%;
	margin-bottom: 2%;
	overflow: hidden;
	}
 
.googlemap iframe,
.googlemap object,
.googlemap embed {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 10px auto;
}

/***************************/
/* WORKS */
/***************************/
.p_info {
	margin-top: 10px;
}
.series_box {
	margin: 0 0 10px 0;
	border-top: 1px solid #234e7f;
	border-bottom: 1px dashed #234e7f;
}
.series_box p {
	font-size: 14pt;
	margin: 10px 0;
}
#works_grid {
	width: 100%;
}
#works_grid li {
	width: 33%;
	height: 33%;
	float: left;
	list-style: none;
}

.works_box {
	width: 200px;
	height: 360px;
	float: left;
	margin: 0 24px;
}
.w_img {
	margin: 0 auto;
}
.w_name {
	font-size: 11pt;
	margin-bottom: 2px;
}

/***************************/
/* ORDER */
/***************************/
.img_order {
	text-align: center;	
	margin-top: 30px;
	margin-bottom: 20px;
}
.img_order img{
	padding: 0 2% 2% 0;
}

.steps_box {
	margin: 30px 0 0 0;
	border-top: 1px solid #234e7f;
	border-bottom: 1px dashed #234e7f;
}

.steps_box p {
	font-size: 14pt;
	margin: 10px 0;
}
.steps {
	padding: 1% 4%;
}

.steps ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin-top: 2%;
}

.steps li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.steps li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #bada55;
  color: #222;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}
.underline {
	border-bottom: solid 1px red;
}

/***************************/
/* ALTRO */
/***************************/

.img_altro {
	float: left;
	margin: 0 20px 0 0;
}

.altro {
	margin-bottom: 20px;	
}
