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


/* index */

#mvs{
	width:980px;
	padding:0 0 30px 0;
}

#left{
	width:320px;
	float:left;
	padding:0 0 30px 0;
}

#right{
	width:320px;
	float:left;
	padding:0 0 30px 30px;
}

#under_left{
	width:320px;
	float:left;
}

#under_right{
	width:320px;
	float:left;
	padding:0 0 0 30px;
}

#news{
	width:670px;
	float:left;
	overflow-y:scroll;
	overflow-x:hidden;
	height:250px;
}

#news li{
	width:640px;
	float:left;
	padding:10px 0 10px 0;
	border-bottom:1px dotted;
}

.news_date{
	width:100px;
	float:left;
}

.news_text{
	width:540px;
	float:left;
}

/* about */

.path{
	width:980px;
	padding:0 0 30px 0;
}

#cale table{
	width:160px;
}

.iten{
	font-size:12px;
	color:#999;
}

/* work */

#work_mvs{
	margin-bottom:30px;
}



/* cases */

.cases{
	background-color:#F2F7FD;
	width:640px;
	float:left;
	padding:15px 15px 15px 15px;
}

/* as */

.staff_img{
	width:160px;
	float:left;
	padding:0 20px 0 0;
}

/* expense */

/* contact */

#form_btn{
	float:right;
	padding:10px 0 0 0;
	clear:both;
}

.textbox{
	width:100%;
	height:100%;
}

.contact ._mailcontents > ol {
	list-style: none;
  counter-reset: list-counter;
}

.contact ._mailcontents > ol > li {
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
  margin-bottom: 0.5em;
}

.contact ._mailcontents > ol > li:before {
  content: counter(list-counter);
  counter-increment: list-counter;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
	  top: 0;
	  left: 0;
  font-size: 85%;
}

/*.textbox{
	width:300px;
	height:300px;
}*/

/* sitemap */

.link_map ul{
	float:left;
	padding:0 50px 0 0;
}

.link_map li{
	background:url(../images/icn.jpg) left no-repeat;
	padding:0 0 0 15px;
	margin:0 0 15px 0;
}

.link_map .link_inner{
	background:none;
	margin:0 0 5px 0;
}

/* 図版 */

.img{
	float:left;
}
