@CHARSET "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html {

}

body {
	color: #163f4b;
	line-height: 1.5;
	margin: 0;
	font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "MS PGothic",
		sans-serif, "ＭＳ Ｐゴシック";
	font-size: 1.2em;
	font-weight: 200;
	background-color: #F5F5F5;
}

img, a img {
	margin: 0;
	border: none;
	max-width: 100%;
}

a {
	outline: 0;
	cursor: pointer;
	color: #222;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}



div {
	color: #000;
}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button, input, select {
	line-height: normal;
}

button, html input[type="button"], input[type="reset"], input[type="submit"]
	{
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], input[disabled] {
	cursor: default;
}

input[type="checkbox"], input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

button, input, select, textarea {
	border: 0.5px solid #d4d0ba;
	font-family: inherit;
	padding: 2px 5px 2px 5px;
}

input, select, textarea {
	color: #555555;
}

input:focus, textarea:focus {
	border: 0.5px solid #ff0080;
	outline: 0;
}

/* Buttons */
button, input[type="submit"], input[type="button"], input[type="reset"]
	{
	background: #ee1332; /* Old browsers */
	border: none;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 2px 10px 4px 10px;
	text-decoration: none;
}

button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover,
	input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus,
	input[type="reset"]:focus {
	background: #911a1a; /* Old browsers */
	outline: none;
}

button:active, input[type="submit"]:active, input[type="button"]:active,
	input[type="reset"]:active {

}
button a{
	color:#FFF;
}


input, textarea, select {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fcfae4;
}


#contents {
	margin: 0 auto;
	padding: 20px;
	background-color: #FFFFFF;
}

@media only screen and (max-width:767px) {
	#contents {
		padding: 10px 0;
	}
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


.zoom75pct{
	width: 132%;
	max-width: 1650px;
	transform: scale(0.75);
	transform-origin: 0 0;
}



/* ヘッダーここから */
#header {
	width: 100%;
	height: 70px;
	padding: 0;
	background: #FFF;
	border-top: 1px solid #cc0033;
	border-bottom: 1px solid #cc0033;
}

#header .inner {
	width: 100%; margin : 0 auto;
	float: left;
	margin: 0 auto;
}

#header .inner img {
	width: 100px;
	margin: 15px 0 15px 15px;
	float: left;
}

#header .inner .caption {
	margin: 25px 0 0;
	color: #222;
	font-size: 0.6em;
	float: left;
}
@media only screen and (max-width:960px) {
	#header .inner img {
		width: 100px;
		margin: 15px 0;
	}
}

@media only screen and (max-width:767px) {
	#header-sticky-wrapper {
		display: none;
	}
}

#gnavi {
	max-width: 950px;
	width: 100%;
	height: 70px;
	margin: 0 auto;
	background: #FFF;
}

#gnavi ul {
	margin: 0 30px;
	list-style-type: none;
}

#gnavi ul li {
	margin: 0;
	padding: 5px;
	float: left;
}

#gnavi ul li a {
	position: relative;
	width: 140px;
	height: 54px;
	display: block;
	color: #33000d;
	text-align : center;
	font-size: 0.9em;
	font-weight: 500;
	letter-spacing:0.2em;
	line-height: 54px;
	border: double 4px #cc0033;
	text-align: center;
}

#gnavi ul li:first-child a {
	letter-spacing: 0.1em;
}

#gnavi ul li a:hover {
	color: #fff;
	background: #33000d;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

@media screen and (max-width: 1024px){
	#gnavi {
		max-width: 100%;
	}
	#gnavi ul li a {
		position: relative;
		width: 120px;
		font-size: 0.8em;
	}
}

@media screen and (max-width: 960px) {
	#gnavi ul {
			margin: 0;
		}
	#gnavi ul li {
		margin: 0;
		padding: 5px 1px;
	}
	#gnavi ul li a {
		width: 85px;
		font-size: 0.6em;
		letter-spacing: 0.1em;
		border: double 4px #cc0033;
	}
	#gnavi ul li:first-child {
		margin-left: 20px;
	}
	#gnavi ul li:first-child a {
		letter-spacing: 0em;
	}
}

#anavi {
	width: 100%;
	background: #cc0033;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

#anavi .inner {
	margin: 10px 20px;
	color: #222;
	font-size: 0.72em;
}


#anavi .kaiinName{
	color:#FFF;
	font-weight:900;
	letter-spacing:0.2em;
	float:left;
}

@media screen and (max-width:960px) {
	#anavi .inner {
		margin: 10px;
		font-size: 0.65em;
	}
}

#anavi .menu{
	color:#FFF;
	font-weight:900;
	letter-spacing:0.2em;
	float:right;
}
#anavi .menu a{
	color:#FFF;
}

#anavi .menu a:hover{
	color:#000;
}

@media only screen and (max-width:767px) {
	#anavi {
		display:none;
	}
}

#naviMenu {
	display: none;
}

@media screen and (min-width:767px) {
	.slicknav_menu {
		display: none;
	}
}
/* ヘッダーここまで */

/* フッターここから */
#footer {
	width: 100%;
	clear: both;
	background: #cc0033;
	font-size: 0.6em;
	text-align: right;
}

#footer .topFooter {
	padding: 5px 20px;
	color: #FFF;
}
/* フッターここまで */

/*dialog ここから*/
#dialogLoginError {
	display:none;
}

.ui-dialog{
	font-size: 0.9em;
}
.ui-dialog,
.ui-dialog-buttonpane{
	background:#FFF;
}
.ui-dialog-titlebar{
	background:#cc2952;
	border:0;
}
.ui-button{
	border:0;
}
.ui-button-text{
	color:#FFF;
	background:#01292E;
	border:0;
}
.ui-dialog-titlebar-close{
	display:none;
}

/*dialog ここまで*/

/* TOPここから */
#topContents {
	margin: 0 auto;
	background-color: #FFFFFF;
}

#topContents .leftContents {
	width: 20%;
	margin: 0;
	padding: 30px 10px 20px;
	background-color: #E7E7CD;
	font-size: 0.8em;
	float: left;
}

#topContents .leftContents .juInfo {
	width: 80%;
	margin: 50px 10px;
}

#topContents .leftContents .juInfo ul {
	padding: 0.5em;
	margin-top: 2em;
	background-color: #FFF;
	border: solid 2px #cc0033;
	position: relative;
}

#topContents .leftContents .juInfo ul li {
	padding: 0.5em 0 0.5em 1.4em;
	border-bottom: dashed 2px;
	line-height: 1.5;
	list-style-type: none !important;
}
#topContents .leftContents .juInfo ul li:hover {
	font-weight: bold;
	-moz-transition: background-color 0.6s ease;
	-o-transition: background-color 0.6s ease;
	-webkit-transition: background-color 0.6s ease;
	transition: background-color 0.6s ease;
}

#topContents .leftContents .juInfo ul li i {
	color: #cc0033;
}

#topContents .leftContents .juInfo ul li:last-of-type {
	border-bottom: none;
}

#topContents .leftContents .juInfo ul li:before {

}

#topContents .leftContents .juInfo ul li:after {
	/*タイトルタブ*/
	width: 100%;
	background: #cc0033;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: -2px;
	bottom: 100%;
	padding: 10px 0 10px 4px;
	content: "　JU山口ご案内"; /*タブの文字*/
	letter-spacing: 0.2em;
}

#topContents .mainContents {
	width: 70%;
	margin: 10px 45px;
	float: left;
}

@media screen and (max-width: 1024px) {
	#topContents .mainContents {
		width: 65%;
	}
}

@media screen and (max-width: 960px) {
	#topContents .leftContents .juInfo {
		width: 95%;
		margin: 50px 5px;
	}
	#topContents .leftContents .juInfo ul {
		padding: 0.3em;
	}
	#topContents .leftContents .juInfo ul li {
		padding: 0.5em 0.2em;
	}
}

@media screen and (max-width:767px) {
	#topContents .leftContents {
		display: none;
	}
	#topContents .mainContents {
		width: 100%;
		margin: 10px auto;
		float: left;
	}
}
/* TOPページここまで */