#mainArea{
	margin: 0 auto;
	width: 768px;
	font-size: 100%;
	line-height: 2.2rem;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック", sans-serif;
}
h1{
	text-align:center;
}
.styleArea{
	font-size: 1.4rem;
	margin-bottom: 5%;
	display: inline-block;
	width: 786px;
	text-align: center;
}
.styleArea ul{
	margin-top : 140px; 
}
.styleArea ul li{
	display: inline-block;
    margin: 0 3% 0 0;
}
.styleArea ul li.last-child{
	margin: 0;
	vertical-align: bottom;
}
.itemArea{
    background: #00345b;
    padding: 7%;
    text-align: left;
}
.itemCap{
	font-size: 1.3rem;
    font-weight: bold;
    color:#ff9900;
    margin-top: 2%;
}
.itemSpec{
    color: #ffffff;
    font-size: 1.1rem;
}
.itemSpec a{
	font-size: 1.1rem;
    margin: 0 0 2% 0;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.5;
}
.itemSpec a:hover{
    color: #ffffff !important;
    text-decoration: underline;
}
.w_230{
	width: 230px;
	display: block;
}
.w_210{
	width: 210px;
	display: block;
}
.allbtnArea{
    margin: 0 auto;
    text-align: center;
}
.allbtnArea a{
    border: 1px solid #000;
    color: #000;
    text-align: center;
    padding: 3% 0;
    margin: 50px auto;
    transition: all .3s;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}
.allbtnArea a:hover {
  color: #fff !important;
  background-color: #000000;
}