@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;
}

#header {
	width: 100%;
	height: 40px;
	padding: 0;
	background: #FFF;
}

#header .inner {
	max-width: 1100px;
	margin: 0 auto;
	color: #222;
	font-size: 0.6em;
}

#header .inner #logo {
	background-image: url("../img/logo_main.png");
	width: 200px;
	height: 40px;
	float: left;
	cursou: pointer;
}

#header .inner .caption {
	margin: 15px 0 0 10px;
	float: left;
}

#header #language {
	float: right;
	font-size: 1.4em;
	margin: 10px 20px 0 0;
}

#header #links a {
	color: #222;
}

#anavi {
	width: 100%;
	height: 45px;
	background: #03b2c7;
	padding-top: 5px;
	border-bottom: 15px solid #141010;
}

#anavi .inner {
	max-width: 1100px;
	margin: 0 auto;
	color: #222;
	font-size: 0.72em;
}

#anavi .inner .title {
	background: #0297a8;
	color: #FFF;
	padding: 5px 10px;
	display: inline-block;
	float: left;
}

#anavi .inner .id {
	float: left;
}

#anavi .inner .id span {
	color: #FFF;
	margin: 0 20px;
}

#anavi #loginIdTX {
	width: 100px;
}

#anavi .inner .password {
	float: left;
}

#anavi .inner .password span {
	color: #FFF;
	margin: 0 20px;
}

#anavi #passwordPW {
	width: 100px;
}

#anavi #loginSB {
	margin: 0 20px;
}
#anavi .kaiinName{
	color:#FFF;
	font-weight:900;
	float:left;
	margin-top:5px;
	letter-spacing:0.2em;
}
@media only screen and (max-width:960px) {
	#anavi .kaiinName{
		display:none;
	}
}

#anavi .menu{
	color:#FFF;
	font-weight:900;
	float:right;
	margin-top:5px;
	letter-spacing:0.2em;
}
#anavi .menu a{
	color:#FFF;
}

@media only screen and (max-width:960px) {
	#anavi{
		height:10px;
	}
	#anavi .inner .login{
		display:none;
	}
}

#gnavi {
	width: 100%;
	height: 70px;
	background-image: url("../img/gnavi_back.jpg");
	border-top: 1px solid #ee1332;
	color: #01292e;
	border-bottom: 1px solid #222;
}

#gnavi .inner {
	max-width: 1100px;
	margin: 0 auto;
}

#gnavi ul {
	margin: 0 30px 0 40px;
	list-style-type: none;
/* 	float: right; */
}

#gnavi ul li {
	margin: 0;
	float: left;
	padding-top: 5px;
	border-left: 1px solid #a4a4a4;
}

#gnavi ul li:hover {
	background: #f9cdbb;
	-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;
}

#gnavi ul li a {
	position: relative;
	width: 140px;
	height: 55px;
	display: block;
	text-align: center;
	font-size: 0.9em;
	font-weight: 500;
}

#gnavi ul li a span {
	font-size: 0.3em;
	font-weight: 300;
	color: #ee1332;
	display: block;
}

#naviMenu {
	display: none;
}

.slicknav_menu {

}

@media screen and (min-width : 960px) {
	.slicknav_menu {
		display: none;
	}
}

@media only screen and (max-width:960px) {
	#header {
		display: none;
	}
	#login {
		display: none;
	}
	#gnavi {
		display: none;
	}
	#anavi .inner .menu{
		display:none;
	}
	#gnavi-sticky-wrapper{
		display:none;
	}
}

#contents {
	margin: 0 auto;
	background-color: #FFFFFF;
}

#footer {
	margin-top: 40px;
	width: 100%;
	background-color: #141010;
}

#footer .inner {
	margin: 0 auto;
	bottom: 0;
	max-width: 1100px;
	padding: 30px 0;
}
#footer .links{
	color:#FFF;
	text-align:right;
	font-weight:700;
	font-size:0.7em;
}
#footer .links a{
	color:#FFF;
}

#footerLogo {
	width: 208px;
	height: 51px;
	background-image: url("../img/footerLogo.jpg");
}

#footer .kaijo {
	font-size: 0.7em;
	color: #FFF;
	font-weight: 100;
}

#footer .copyright {
	background: #03b2c7;
	color: #141010;
	padding: 5px 20px;
	text-align: right;
	font-size: 0.8em;
	font-weight: 900;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

div {
	color: #163f4b;
}

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;
}

#dialogLoginError{
	display:none;
}

.ui-dialog,
.ui-dialog-buttonpane{
	background:#FFF;
}
.ui-dialog-titlebar{
	background:#03B2C7;
	border:0;
}
.ui-button{
	border:0;
}
.ui-button-text{
	color:#FFF;
	background:#01292E;
	border:0;
}
.ui-dialog-titlebar-close{
	display:none;
}

.zoom75pct{
	width: 132%;
	max-width: 1650px;
	transform: scale(0.75);
	transform-origin: 0 0;
}

.list_sobi_name{
	width:320px;
	float:left;
	margin-left:5px;
	font-size:0.8em;
	text-align:left;
}

