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

body{
	width: 100%;
	text-align: center;
}

#syahan{
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
}

dl{
	box-sizing: border-box;
	border-bottom: 1px solid #7B7B7B;
	padding-bottom: 10px;
}

dt{
  float: left;
}

dd{
  margin-left: 80px;
  padding: 10px;
}

.left_s{
	box-sizing: border-box;
	width: 30%;
	padding: 0 10;
}

.t_red{
	color: red;
}

input[type=submit] {
  border: none;
  outline: none;
  display: block;
  line-height: 30px;
  width: 160px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background-color: #696;
  border-bottom: 4px solid #464;
  cursor:pointer;

  box-sizing: content-box;
  transition:0.1s ease all
}

input[type=submit]:hover{
  opacity:0.6;
}

.bt {
  width: 160px;
  margin: 0 auto;
  text-align: center;
}

.h2_s h2{
	font-size: 1.5em;
	text-align: center;
}

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

body{
	width: 100%;
	text-align: center;
	overflow-x: hidden;
	
}
#syahan{
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
}

dl{
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #7B7B7B;
	padding-bottom: 10px;
}

dt{
  float: left;
}

dd{
  box-sizing: border-box;
  margin-left: 80px;
  padding: 10px;
}
	
.left_s{
	box-sizing: border-box;
	width: 100%;
	padding: auto;
}
	
.right_s{
	box-sizing: border-box;
	width: 70%;
	padding: 0 10;
}

.h1_s h1{
	font-size: 20px;
}

.h2_s h2{
	font-size: 14px;
	text-align: center;
}

}