	
	
	
ul{
	list-style-type: none;
}	

.little{
	font-size: 85%;
	margin-left: 8px;
}	

/*===============================================
●style.css 画面の横幅が1000px以上
===============================================*/
@media screen and (min-width: 1000px){

.la_select {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 5px;
	list-style-type: none;
	text-align: center;
	width: 100%;
	max-width: 775px;
	border-left-color: #000000;
	border-bottom-color: #000000;
	border-top-color: #000000;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	display: table;
}

.la_select_box {
	width: 25%;
	border-right: 1px solid #000000;
}

.la_select_box_on {
	width: 100%;
	background-color: #FFDB00;
	padding-top: 7px;
	padding-bottom: 7px;
}
.la_select_box_of {
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 51.81%,rgba(204,204,204,0.99) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 51.81%,rgba(204,204,204,0.99) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 51.81%,rgba(204,204,204,0.99) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 51.81%,rgba(204,204,204,0.99) 100%);
}

.la_select_txta {
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 95%;
	color: #000000;
	text-align: center;
}
.la_select_txtb {
	font-size: 95%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: center;
}


.erea_wapp {
	margin-bottom: 5px;
	text-align: left;
	width: 49%;
	color: #FFFFFF;
	display: table;
	float: left;
	height: auto;
}
.erea_wapp2 {
	margin-bottom: 5px;
	text-align: left;
	width: 49%;
	color: #FFFFFF;
	display: table;
	float: right;
	height: auto;
}

.erea_box {
	text-align: left;
	width: 100%;
	color: #FFFFFF;
	height: 0px;
	display: table;
	margin-bottom: 5px;
}
.erea_namebox {
	text-align: left;
	width: 100%;
	color: #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(121,121,121,1.00) 0%,rgba(0,0,0,1.00) 62.18%);
	background-image: -moz-linear-gradient(270deg,rgba(121,121,121,1.00) 0%,rgba(0,0,0,1.00) 62.18%);
	background-image: -o-linear-gradient(270deg,rgba(121,121,121,1.00) 0%,rgba(0,0,0,1.00) 62.18%);
	background-image: linear-gradient(180deg,rgba(121,121,121,1.00) 0%,rgba(0,0,0,1.00) 62.18%);
	font-size: 85%;
	padding-top: 1px;
	padding-bottom: 1px;
}
.erea_namebox p {
	font-weight: bold;
	font-size: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 7px;
}


.erea_botan {
	text-align: left;
	width: 100%;
	border: 1px solid #000000;
}

.erea_botan_inbox {
	text-align: center;
	font-size: 90%;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #000000;
	width: 25%;
	background-image: -webkit-linear-gradient(270deg,rgba(220,220,220,0.99) 0%,rgba(255,255,255,1.00) 93.26%);
	background-image: -moz-linear-gradient(270deg,rgba(220,220,220,0.99) 0%,rgba(255,255,255,1.00) 93.26%);
	background-image: -o-linear-gradient(270deg,rgba(220,220,220,0.99) 0%,rgba(255,255,255,1.00) 93.26%);
	background-image: linear-gradient(180deg,rgba(220,220,220,0.99) 0%,rgba(255,255,255,1.00) 93.26%);
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	line-height: 110%;
}
.erea_botan_inbox p {
	text-align: center;
	font-size: 80%;
}

.erea_botan_inbox a:link {
	text-decoration: none;
	color: #000000;
}

.erea_botan_inbox a:hover {
	text-decoration: underline;
	color: #000000;
}
.erea_botan_inbox a:active {
	color: #000000;
 }
.erea_botan_inbox a:visited {
	text-decoration: none;
	color: #000000;
}
}


/*ここからタブレット用環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (min-width:768px) and (max-width:999px){
	
.la_select {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 5px;
	list-style-type: none;
	text-align: center;
	width: 100%;
	max-width: 775px;
	border-left-color: #000000;
	border-bottom-color: #000000;
	border-top-color: #000000;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
}

.la_select_box {
	width: 25%;
	border-right: 1px solid #000000;
}

.la_select_box_on {
	width: 100%;
	background-color: #FFDB00;
	padding-top: 5px;
	padding-bottom: 5px;
}
.la_select_box_of {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 51.81%,rgba(204,204,204,0.99) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 51.81%,rgba(204,204,204,0.99) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 51.81%,rgba(204,204,204,0.99) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 51.81%,rgba(204,204,204,0.99) 100%);
}

.la_select_txta {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 95%;
	color: #000000;
	text-align: center;
}
.la_select_txtb {
	font-size: 95%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.erea_wapp {
	margin-bottom: 5px;
	text-align: left;
	width: 49%;
	color: #FFFFFF;
	display: table;
	float: left;
	height: auto;
}
.erea_wapp2 {
	margin-bottom: 5px;
	text-align: left;
	width: 49%;
	color: #FFFFFF;
	display: table;
	float: right;
	height: auto;
}

.erea_box {
	text-align: left;
	width: 100%;
	color: #FFFFFF;
	height: 0px;
	display: table;
	margin-bottom: 5px;
}
.erea_namebox {
	text-align: left;
	width: 100%;
	color: #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(121,121,121,1.00) 0%,rgba(0,0,0,1.00) 62.18%);
	background-image: -moz-linear-gradient(270deg,rgba(121,121,121,1.00) 0%,rgba(0,0,0,1.00) 62.18%);
	background-image: -o-linear-gradient(270deg,rgba(121,121,121,1.00) 0%,rgba(0,0,0,1.00) 62.18%);
	background-image: linear-gradient(180deg,rgba(121,121,121,1.00) 0%,rgba(0,0,0,1.00) 62.18%);
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 85%;
}
.erea_namebox p {
	font-weight: bold;
	font-size: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 7px;
}


.erea_botan {
	text-align: center;
	width: 100%;
	border: 1px solid #000000;
}

.erea_botan_inbox {
	text-align: center;
	font-size: 90%;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #000000;
	width: 25%;
	background-image: -webkit-linear-gradient(270deg,rgba(220,220,220,0.99) 0%,rgba(255,255,255,1.00) 93.26%);
	background-image: -moz-linear-gradient(270deg,rgba(220,220,220,0.99) 0%,rgba(255,255,255,1.00) 93.26%);
	background-image: -o-linear-gradient(270deg,rgba(220,220,220,0.99) 0%,rgba(255,255,255,1.00) 93.26%);
	background-image: linear-gradient(180deg,rgba(220,220,220,0.99) 0%,rgba(255,255,255,1.00) 93.26%);
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	line-height: 110%;
}
.erea_botan_inbox p {
	text-align: center;
	font-size: 80%;
	color: #000000;
}

.erea_botan_inbox a:link {
	text-decoration: none;
	color: #000000;
}

.erea_botan_inbox a:active {
	color: #000000;
 }
.erea_botan_inbox a:visited {
	text-decoration: none;
	color: #000000;
}

}
	

/*ここからスマートフォン用環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width : 767px){

.la_select {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 5px;
	list-style-type: none;
	text-align: center;
	width: 100%;
	max-width: 775px;
	border-left-color: #000000;
	border-bottom-color: #000000;
	border-top-color: #000000;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
}

.la_select_box {
	width: 25%;
	border-right: 1px solid #000000;
}

.la_select_box_on {
	width: 100%;
	background-color: #FFDB00;
	padding-top: 7px;
	padding-bottom: 7px;
}
.la_select_box_of {
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 51.81%,rgba(204,204,204,0.99) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 51.81%,rgba(204,204,204,0.99) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 51.81%,rgba(204,204,204,0.99) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 51.81%,rgba(204,204,204,0.99) 100%);
}

.la_select_txta {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 95%;
	color: #000000;
	text-align: center;
}
.la_select_txtb {
	font-size: 85%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.erea_wapp {
	text-align: left;
	width: 100%;
	display: table;
	height: auto;
}
.erea_wapp2 {
	margin-bottom: 5px;
	text-align: left;
	width: 100%;
	display: table;
	height: auto;
}

.erea_box {
	text-align: left;
	width: 100%;
	color: #FFFFFF;
	height: 0px;
	display: table;
	margin-bottom: 5px;
}
.erea_namebox {
	text-align: left;
	width: 100%;
	color: #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(121,121,121,1.00) 0%,rgba(0,0,0,1.00) 62.18%);
	background-image: -moz-linear-gradient(270deg,rgba(121,121,121,1.00) 0%,rgba(0,0,0,1.00) 62.18%);
	background-image: -o-linear-gradient(270deg,rgba(121,121,121,1.00) 0%,rgba(0,0,0,1.00) 62.18%);
	background-image: linear-gradient(180deg,rgba(121,121,121,1.00) 0%,rgba(0,0,0,1.00) 62.18%);
	padding-bottom: 1px;
	font-size: 90%;
	padding-top: 1px;
}
.erea_namebox p {
	font-weight: bold;
	font-size: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 7px;
}

.erea_botan {
	text-align: left;
	width: 100%;
	border: 1px solid #000000;
}

.erea_botan_inbox {
	text-align: left;
	width: 25%;
	text-align: center;
	font-size: 90%;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #000000;
	width: 25%;	
	background-image: -webkit-linear-gradient(270deg,rgba(220,220,220,0.99) 0%,rgba(255,255,255,1.00) 93.26%);
	background-image: -moz-linear-gradient(270deg,rgba(220,220,220,0.99) 0%,rgba(255,255,255,1.00) 93.26%);
	background-image: -o-linear-gradient(270deg,rgba(220,220,220,0.99) 0%,rgba(255,255,255,1.00) 93.26%);
	background-image: linear-gradient(180deg,rgba(220,220,220,0.99) 0%,rgba(255,255,255,1.00) 93.26%);
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	line-height: 110%;	
}
.erea_botan_inbox p {
	text-align: center;
	font-size: 80%;
	color: #000000;
}

.erea_botan_inbox a:link {
	text-decoration: none;
	color: #000000;
}

.erea_botan_inbox a:active {
	color: #000000;
 }
.erea_botan_inbox a:visited {
	text-decoration: none;
	color: #000000;
}


}
