@charset "shift_jis";
/* CSS Document */

#contents {
	max-width: 980px;
	width:100%;
	margin: 0 auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow: visible;
}

#contents .pocket_box {
overflow: hidden;
}

#contents .contents_ttl {
color: #FBA500;
border-bottom: solid 2px #FBA500;
text-align: center;
}

#contents .img_box {
float: left;
margin-bottom: 30px;
}
#contents .txt_box {
float: right;
width: 500px;
}
#contents .txt_box p {
margin-bottom: 1em;
line-height: 1.5;
}
#contents .txt_box p.txt {
font-size: 14px;
}
#contents .txt_box p.data_txt {
font-size: 16px;
}
#contents .txt_box p.data_txt strong {
font-weight: bold;
color:#ff7800;
}
#contents a.btn_to_list {
clear: both;
	display:block;
	margin: 30px auto;
	width:190px;
}