﻿.btn_ots{
    /*沖縄ツーリスト購入ボタン*/
    border-radius: 5px;
    display: block;
    width: 200px;
    padding: 13px;
    box-sizing: border-box;
    background: #00b1c7;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: 10px auto;
	font-size: 18px;
}
.box_ots{
	border: 2px solid #aaa;
	padding: 1em;
	width: 450px;
}
.btn_ots a {
    text-decoration: none;
    color: #FFF; /* 今回は#000000を指定していますが、好きな色を指定できます */
}