@charset "UTF-8";

/* formatting styles
----------------------------------------------*/
body {
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1;
	color: #333;
	word-break: break-all;
	-webkit-text-size-adjust: none;
}
a {
	color: #333;
	text-decoration: none;
	display: block;
}
a:link {
}
a:visited {
}
a img {
	border-style: none;
}
table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
th, td {
	word-break: break-all;
}
ul {
	list-style: none;
}

.hidden {
	display: none;
}


/* jquerymobile styles
----------------------------------------------*/
body #page {
	font-size: 15px;
	line-height: 1;
}
.ui-mobile-viewport a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}


/* clearfix
----------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* header styles
----------------------------------------------*/
#pageHead {
	position: relative;
	background-color: #FF9500;
	height: 70px;
}
#pageHead #ttlLogo {
	position: absolute;
	top: 15px;
	left: 5px;
}
#pageHead .menuHead {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	background: url(../img/head-menu2.png) no-repeat;
	background-size: 50px 50px;
	z-index: 2;
}
#pageHead .menuHead.open img {
	display: none;
}

.menuBody {
	border-bottom: 2px solid #FF6300;
}
.list1-head {
	background: url(../img/list-icon1.png) no-repeat 10px 5px;
	background-size: 45px 45px;
	height: 55px;
	position: relative;
	border-top: 2px solid #FF6300;
}
.list2-head {
	background: url(../img/list-icon2.png) no-repeat 10px 5px;
	background-size: 45px 45px;
	height: 55px;
	position: relative;
	border-top: 2px solid #FF6300;
}
.list3-head {
	background: url(../img/list-icon3.png) no-repeat 10px 5px;
	background-size: 45px 45px;
	height: 55px;
	position: relative;
	border-top: 2px solid #FF6300;
}
.list1-head .text1,
.list2-head .text1,
.list3-head .text1 {
	font-size: 15px;
	padding: 20px 0 0 65px;
}
.list1-head .kaiheiBtn,
.list2-head .kaiheiBtn,
.list3-head .kaiheiBtn {
	width: 50px;
	height: 30px;
	position: absolute;
	top: 12px;
	right: 10px;
	background: url(../img/list-kaihei2.png) no-repeat;
	background-size: 50px 30px;
}
.list1-head .kaiheiBtn.open img,
.list2-head .kaiheiBtn.open img,
.list3-head .kaiheiBtn.open img {
	display: none;
}
.list1-body,
.list2-body,
.list3-body {
	border-top: 1px solid #B3B3B3;
}
.list1-body ul,
.list2-body ul,
.list3-body ul {
	width: 285px;
	margin: 15px auto 5px;
	overflow: hidden;
}
.list1-body ul li,
.list2-body ul li,
.list3-body ul li {
	float: left;
	margin: 0 5px 15px 5px;
}
.list4Box {
	border-top: 2px solid #FF6300;
}
.list4Box ul li a {
	color: #FFFFFF;
	background: #FFAA32 url(../img/menu-arrow.png) no-repeat right center;
	background-size: 23px 16px;
	border-radius: 5px;
	padding:  20px 33px 20px 10px;
	margin: 10px;
}


/* main stylse
----------------------------------------------*/
main h1 {
	font-size: 125%;
	font-weight: normal;
	color: #FFF;
	background-color: #FF6300;
	padding: 15px 10px;
	-webkit-box-shadow: 0 2px 4px #CCC;
	box-shadow: 0 2px 4px #CCC;
}

.linkSty1 li a {
	color: #FFFFFF;
	background: #FFAA32 url(../img/menu-arrow.png) no-repeat right center;
	background-size: 23px 16px;
	border-radius: 5px;
	padding:  20px 33px 20px 10px;
	margin: 20px 10px;
}

#page-top a {
	width:55px;
	height:55px;
	background: url(../img/pagetop.png) no-repeat;
	background-size: 55px 55px;
	display:none;
	position:fixed;
	right:10px;
	bottom:20px;
	z-index: 10;
}


/*tokusyu styles
----------------------------------------------*/
.tokusyuBox {
	background: url(../img/mokume.png);
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 5px #333;
	box-shadow: 1px 1px 5px #333;
	padding: 6px;
	margin: 40px 10px 20px;
	position: relative;
}
.tokusyuBox .boxInner {
	background-color: #FFF2E0;
	border-radius: 5px;
	padding: 20px 20px 30px;
}
#lesser {
	position: absolute;
	top: -32px;
	left: 0;
	right: 0;
	margin: auto;
	width: 55px;
	height: 47px;
}
.pin1 {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 15px;
	height: 15px;
}
.pin2 {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 15px;
	height: 15px;
}
.pin3 {
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: 15px;
	height: 15px;
}
.pin4 {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 15px;
	height: 15px;
}
.tokusyuBox .boxInner .midashi1 {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	color: #FF9500;
	padding-bottom: 15px;
	border-bottom: 1px solid #8C6239;
}
.tokusyuBox .boxInner ul li {
	display: table;
	width: 100%;
}
.tokusyuBox .boxInner ul li.tokusyuList1 {
	background: url(../img/tokusyu-icon1.png) no-repeat left center;
	background-size: 45px 42px;
}
.tokusyuBox .boxInner ul li.tokusyuList2 {
	background: url(../img/tokusyu-icon2.png) no-repeat left center;
	background-size: 45px 42px;
}
.tokusyuBox .boxInner ul li.tokusyuList3 {
	background: url(../img/tokusyu-icon3.png) no-repeat left center;
	background-size: 45px 42px;
}
.tokusyuBox .boxInner ul li.tokusyuList4 {
	background: url(../img/tokusyu-icon4.png) no-repeat left center;
	background-size: 45px 42px;
}
.tokusyuBox .boxInner ul li.tokusyuList5 {
	background: url(../img/tokusyu-icon5.png) no-repeat left center;
	background-size: 45px 42px;
}
.tokusyuBox .boxInner ul li.tokusyuList6 {
	background: url(../img/tokusyu-icon6.png) no-repeat left center;
	background-size: 45px 42px;
}
.tokusyuBox .boxInner ul li.tokusyuList7 {
	background: url(../img/tokusyu-icon7.png) no-repeat left center;
	background-size: 45px 42px;
}
.tokusyuBox .boxInner ul li.tokusyuList8 {
	background: url(../img/tokusyu-icon8.png) no-repeat left center;
	background-size: 45px 42px;
}
.tokusyuBox .boxInner ul li.tokusyuList9 {
	background: url(../img/tokusyu-icon9.png) no-repeat left center;
	background-size: 45px 42px;
}
.tokusyuBox .boxInner ul li.tokusyuList10 {
	background: url(../img/tokusyu-icon10.png) no-repeat left center;
	background-size: 45px 42px;
}
.tokusyuBox .boxInner ul li.tokusyuList11 {
	background: url(../img/tokusyu-icon11.png) no-repeat left center;
	background-size: 45px 42px;
}
.tokusyuBox .boxInner ul li.tokusyuList12 {
	background: url(../img/tokusyu-icon12.png) no-repeat left center;
	background-size: 45px 42px;
}
.tokusyuBox .boxInner ul li.tokusyuList13 {
	background: url("../img/tokusyu-icon13.png") no-repeat left center;
	background-size: 45px 42px;
}
.tokusyuBox .boxInner ul li.tokusyuList14 {
	background: url("../img/tokusyu-icon14.png") no-repeat left center;
	background-size: 45px 42px;
}
.tokusyuBox .boxInner ul li.tokusyuList15 {
	background: url("../img/tokusyu-icon15.png") no-repeat left center;
	background-size: 45px 42px;
}
.tokusyuBox .boxInner ul li.tokusyuList16 {
	background: url("../img/tokusyu-icon16.png") no-repeat left center;
	background-size: 45px 42px;
}
.tokusyuBox .boxInner ul li.tokusyuList17 {
	background: url("../img/tokusyu-icon17.png") no-repeat left center;
	background-size: 45px 42px;
}
.tokusyuBox .boxInner ul li.tokusyuList18 {
	background: url("../img/tokusyu-icon18.png") no-repeat left center;
	background-size: 45px 42px;
}
.tokusyuBox .boxInner ul li.tokusyuList19 {
	background: url("../img/tokusyu-icon19.png") no-repeat left center;
	background-size: 45px 42px;
}
.tokusyuBox .boxInner ul li.tokusyuList20 {
	background: url("../img/tokusyu-icon20.png") no-repeat left center;
	background-size: 45px 42px;
}
.tokusyuBox .boxInner ul li.tokusyuList21 {
	background: url("../img/tokusyu-icon21.png") no-repeat left center;
	background-size: 45px 42px;
}
.tokusyuBox .boxInner ul li.tokusyuList22 {
	background: url("../img/tokusyu-icon22.png") no-repeat left center;
	background-size: 45px 42px;
}
.tokusyuBox .boxInner ul li a {
	font-size: 105%;
	line-height: 1.4;
	padding: 10px 22px 10px 55px;
	border-bottom: 1px solid #8C6239;
	background: url(../img/tokusyu-arrow.png) no-repeat right center;
	background-size: 12px 15px;
	height: 42px;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
.tokusyuBox .boxInner ul li.tokusyuList-caution {
	background: url(../img/tokusyu-icon-caution.png) no-repeat left center;
	background-size: 45px 42px;
}
.tokusyuBox .boxInner ul li a span {
	font-size: 85%;
	color: #FFF;
	background-color: #C00;
	padding: 3px;
	margin-right: 3px;
}
/*nightsafari styles
----------------------------------------------*/
.tokusyuBox .boxInner ul li.tokusyuList-night {
	background: url(../img/tokusyu-icon-ngt.png) no-repeat left center;
	background-size: 45px 42px;
}
.tokusyuBox .boxInner ul li.tokusyuList-night a span {
	font-size: 85%;
	color: #FFF;
	background-color: #C00;
	padding: 3px;
	margin-right: 3px;
}

/* footer styles
----------------------------------------------*/
#copyright {
	font-size: 85%;
	color: #FFF;
	text-align: center;
	padding: 15px 10px;
	background-color: #FF9500;
}
#copyright a {
	display: inline;
	color: #0B7AFF;
	text-decoration: underline;
}

/* panda-koubou stylse
----------------------------------------------*/
#panda-koubou {
	text-align: center;
	margin-bottom: 18px;
}