/*就活ページ*/
body { 
	width:100%;
	font-family: “メイリオ” , sans-serif; 
}


.intro{
	text-align:center;
	color:#000;
	font-size:100%;
	font-weight:bold;
}


/*ボタンデザイン*/
.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #FFF;/*ボタン色*/
  color: #000;
  border-top: solid 4px #70ab47;
  border-bottom: solid 4px #70ab47;
  border-left: solid 4px #70ab47;
  border-right: solid 4px #70ab47;
  border-radius: 3px;
  width:90px;
  height:20px;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: (0,0,0,0);
}

.btn-square:active {  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
  color:#ffc000;
}

.button{
	text-align:center;
}
/* 小見出し*/
h2{
width: 200px;
border-bottom:solid 10px #70ab47;
}
/* question部分、answerの本文も含めたボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    width: 100%;/*最大幅*/
}


/*画像のサイズ*/
p.sample img {
     width: 50%;
}
