/***********************************************/
/* ダイナミクスホームページ                    */
/* css file									   */
/***********************************************/

@charset "utf-8";

.box9 {
    padding: 0.5em 1em;
    margin: 1em 0;
    color: #000;
    background: #fAF3F2;
    border-top: solid 5px #1fb6c4;
	font-size: 0.75em;
	line-height:1.3em;
}

.box9 .box9_title{
	color: #000;
	font-weight: bold;
	text-align:center;
	margin:0.5em 0.5em;
}

.box9 .box9_table{
	font-size:1.3em;
	width:100%;
}

.box9 .box9_table td{
	width:50%;
	text-align:center;
	padding:5px;
}

.btn-flat-border {
  background: url(images/arrow11.gif) no-repeat center left;
  padding: 0 0 0 20px;
  text-decoration: none;
  color: #67c5ff;
  /*border: solid 2px #1fb6c4;
  border-radius: 3px;
  transition: .4s;*/
}

#content a.btn-flat-border:link {
    text-decoration: underline;
}

#content a.btn-flat-border:visited {
	text-decoration: underline;
}

.text_bigger{
	font-size:0.85em;
}
