@charset "UTF-8";FFF
/* CSS Document */

/* ページトップ */
.contentsTop {
	background-color:#00509F;
}

/* 見出し */
.title {
	background: #5F5AF5;
	background: -moz-linear-gradient(top,#5F5AF5 0%,#5958E1);
    background: -webkit-gradient(linear, left top, left bottom, from(#4D44CD),to(#5F5AF5));
    border: 1px solid #4D44CD;
    color: #ffffff;
    font-weight:bold;
	padding:5px;
}

/* ボタン */
.btn {
	border:1px solid #FE7F02;　/* #88cc00 */
	background-color:#FE7F02;
	color:#ffffff;
	/* gradient */
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #FEC176), color-stop(1, #F99218));  /*#66aa00*/
	background-image:-moz-linear-gradient(top, #FEC176, #F99218);
}

/*ピンク*/
.pink
{
	color:#FE36FF;
}
/*ブラウン*/
.brawn
{
	color:#993300;
}

.black
{
	color:#000000;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
		border: 0;
		font-family: inherit;font-size: 100%;
		font-style: inherit;font-weight: inherit;
		margin: 0;
		outline: 0;
		padding: 0;
		vertical-align: baseline;
		}

:focus {outline: 0;}
ol, ul {list-style: none;}

body{
	font-family:"メイリオ" , Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:small;
	line-height:1em;
	padding-left:3px;
	padding-right:3px;
}

h3 {
	font-size:small;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}

img {
	vertical-align:middle;
	padding-right:5px;
	}

a
{
	color:rgba(40,85,196,1.00);
}

.mainArea {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   	line-height:1.8em;
	margin-top:10px;
}

.mainTop {
	margin-bottom:7px;
	padding: 10px 15px 20px;
	text-align:center;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
	background-color:#ffffff;
}

.inptext {
	width:100%;
	font-size:110%;
	padding:8px 5px;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.inptext:focus,.inptext:hover {
	background:#fffff0;
}

.btn {
	display:block;
 	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:170px;
	height:40px;
	padding:6px 10px;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, "Trebuchet MS", sans-serif;
	text-decoration:none;
    -webkit-text-shadow:0 -1px -1px rgba(0, 0, 0, 0.5);
    -moz-text-shadow:0 -1px -1px rgba(0, 0, 0, 0.5);
    text-shadow:0 -1px -1px rgba(0, 0, 0, 0.5);
	/* radius */
	-webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
	/* box shadow */
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 2.0);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 2.0);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 2.0);
}

.btn small { display: block; font-size: 12px; font-weight: normal; }

.btn:hover {
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #F99218), color-stop(1, #F99218));
	background-image:-moz-linear-gradient(top, #F99218, #F99218);
	cursor:pointer;
}

.btn:active {
	color:#eeeeee;
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #F99218), color-stop(1, #F99218));
	background-image:-moz-linear-gradient(top, #F99218, #F99218);
	position:relative;
	top:1px;
}

.btn:focus {
	background-color:#393CFF;
}

.contentsTop
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	margin-top:20px;
}

.box-n
{
	text-align:left;
	padding:5px 10px;
	margin-bottom:10px;
	border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border: 1px solid #999999;
	background-color:#ffffff;
	-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.1);
 	box-shadow:0px 3px 3px rgba(000,000,000,0.1);

}

.linklist-n
{
	text-align:left;
	padding:5px 10px;
	cursor:pointer;
	margin-bottom:10px;
	border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border: 1px solid #999999;
	background-color:#ffffff;
	-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.1);
 	box-shadow:0px 3px 3px rgba(000,000,000,0.1);

}

.linklistHarf li:focus,.linklistHarf li:hover {
	background:#fffff0;
}

.linklistHarf
{
	border:1px solid #999999;
	margin-top:20px;
}

.linklistHarf ul {
	/*border: 1px solid #999999;*/
	background-color:#ffffff;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.linklistHarf li {
	list-style-type : none;
	border-bottom:1px solid #999999;
	width:50%;
	float:left;
}

.linklistHarf li:nth-child(5),.linklistHarf li:nth-child(6)
{
	border-bottom:none;
}

.linklistHarf li img
{
	vertical-align:middle;
	padding-right:5px;
}

.linklistHarf a {
	padding:8px 17px 8px 17px;
	display:block;
	position: relative;
	text-decoration: none;
}

.linklistHarf a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 5px;
	height: 5px;
	margin-top: -4px;
	border-top: solid 2px #999999;
	border-right: solid 2px #999999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

.linklist
{
	display:block;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	text-align:left;
	padding:8px 8px;
	cursor:pointer;
}

.linklist ul {
	border: 1px solid #999999;
	background-color:#ffffff;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.linklist li {
	list-style-type : none;
	border-bottom:1px solid #999999;
}

.linklist li:LAST-CHILD {
	border-bottom:0px;
}

.linklist li img
{
	vertical-align:middle;
	padding-right:5px;
}

.linklist a {
	padding:8px 17px 8px 17px;
	display:block;
	position: relative;
	text-decoration: none;
}

.linklist a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 5px;
	height: 5px;
	margin-top: -4px;
	border-top: solid 2px #999999;
	border-right: solid 2px #999999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

.linklist .nlink {
	padding:8px 17px 8px 17px;
	display:block;
	text-decoration: none;
}

.linklist li:focus,.linklist li:hover {
	background:#fffff0;
}

.linklist li:FIRST-CHILD:focus,.linklist li:FIRST-CHILD:hover {
	background:#fffff0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

.linklist li:LAST-CHILD:focus,.linklist li:LAST-CHILD:hover {
	background:#fffff0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
}

.linklist-list
{
	display:block;
	text-align:left;
	cursor:pointer;
}

.linklist-list ul {
	border: 1px solid #999999;
	background-color:#ffffff;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.linklist-list li {
	list-style-type : none;
	border-bottom:1px solid #999999;
}

.linklist-list li:LAST-CHILD {
	border-bottom:0px;
}

.linklist-list li img
{
	vertical-align:middle;
	padding-right:5px;
}

.linklist-list a {
	padding:8px 17px 8px 17px;
	display:block;
	position: relative;
	text-decoration: none;
}

.linklist-list a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 5px;
	height: 5px;
	margin-top: -4px;
	border-top: solid 2px #999999;
	border-right: solid 2px #999999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

.linklist-list .nlink {
	padding:8px 17px 8px 17px;
	display:block;
	text-decoration: none;
}

.linklist-list li:focus,.linklist li:hover {
	background:#fffff0;
}

.linklist-list li:FIRST-CHILD:focus,.linklist li:FIRST-CHILD:hover {
	background:#fffff0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

.linklist-list li:LAST-CHILD:focus,.linklist li:LAST-CHILD:hover {
	background:#fffff0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
}

.clearLeft {
	clear: left;
}

.pulldown
{
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	width:85%;
	height:45px;
	/* radius */
	-webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    border:1px inset #f0f8ff;
    color: #000;
    font-size:medium;
    font-style:inherit;
	background-color:#fffff0;
}

.pagelist a
{
	display: inline-block;
	border:1px solid #c0c0c0;
	text-decoration:none;
	padding: 0px 6px;
	margin-bottom: 5px;
}

.pagelist a:hover
{
	border:1px solid #2D66CC;
	background-color:#2D66CC;
	color:#ffffff;
}

.pagelist-select
{
	display: inline-block;
	padding: 0px 6px;
	border:1px solid #2D66CC;
	background-color:#2D66CC;
	color:#ffffff;
	margin-bottom: 5px;
}

.commonMenu {
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
    -webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

.commonMenu li{
    display: inline-block;
    letter-spacing: normal; /* 文字間を通常に戻す */
    width: 350px;
    border: 0.5px solid #000;
    line-height: 100px;


}

.menuButton{
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    padding:9px 0px;
    font-size:10px;
    color:#000;
	display: block;
	width: 100%;
}



.menuButton:active {
    background-color: #ccc;
}

.news {
	background: #FF0000;
	background: -moz-linear-gradient(top,#FF0000 0%,#FF0000);
    background: -webkit-gradient(linear, left top, left bottom, from(#FF0000),to(#FF0000));
    border: 1px solid #FF0000;
    color: #ffffff;
    font-weight:bold;
	padding:5px;
}

.dayTicketInfo {
	background: #FFFF00;
	background: -moz-linear-gradient(top,#FFFF00 0%,#FFFF00);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFF00),to(#FFFF00));
    border: 1px solid #FFFF00;
    color: #000000;
	padding:5px;
}

div.menu {
	margin-bottom:28px;
	width: 100%;
	background-color: #F6F6F6;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}

.menulist li{
	display: table-cell;
	table-layout:fixed;
	width:1%;
	height: 60px;
	vertical-align: middle;
    border-right: 1px solid #ccc;
    font-weight:bold;
    text-decoration:none;
    line-height: 18px;
}

.menulist li:active {
    background-color: #ccc;
}

.inputField {
	margin-top:10px;
    position: relative;
    width: 100%;
    vertical-align: middle;
}

.inputField .textField {
    width: 100%;
    height: 34px;
    padding: 0px 20px 0px 10px;
    background-color: #fff;
    border: #333 1px solid;
    border-radius: 34px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-size: 110%;
}

.inputField .inputButton {
    position: absolute;
    top: 50%;
    right: 14px;
    display: block;
    padding: 0;
    box-sizing: border-box;
    background-color: transparent;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../../img/mobile/img_common/inputbutton.jpg);
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
}

.header-area
{
	margin-bottom:10px;
	position:relative;
}

.head-img
{
	width:130px;
	height:25px;
	padding-top:10px;
	position:absolute;
	left:50%;
	margin-left:-65px;
}

.menu-img
{
	width:32px;
	margin-right:3px;
	float:right;
}

#header {
    position: fixed;
    top: 0;
    width: 99%;
    height: 50px;
    background-color: #fff;
    z-index: 4;
}

.chumokuTopics
{
	margin-top: 12px;
}