@CHARSET "UTF-8";

#contentTopLayout #operationLangArea {
	width: 100%;
	height: 50px;
	display: flex;
	flex-wrap: wrap;
}

#operationLangArea .operationArea {
	width: 50%;
	height: 100%;
	padding: 0px 10px;
	border-right: 1px solid #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#operationLangArea .langArea {
	height: 100%;
	width: 50%;
	float: left;
	position: relative;
}

.operationArea a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #333;
	text-decoration: none;
}

.operationArea .text {
	margin-left: 25px;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#languageSelect a {
	color: #000000;
	text-decoration: none;
}

#languageSelect ul {
	list-style: none;
}

#languageSelect .languageButton {
	margin-top: 9px;
	margin-left: 30px;
	width: 80%;
	line-height: 30px;
	border: solid 1px #ccc;
    text-align: center;
	display: block;
    background-color: #fff;
}

#languageSelect .languageButton > a:hover {
	text-decoration: none;
}

#languageSelect .languageButton .iconGlobe {
	width: 20px;
	top: 15px;
	left: 35px;
	position: absolute;
}

#languageSelect .languageButton .sprite:after {
	width: 8px;
	height: 8px;
	top: 20px;
	right: 14px;
	position: absolute;
	border-top: #636363 2px solid;
	border-right: #636363 2px solid;
	transform: rotate(135deg);
	content: "";
}

#languageSelect .languageButton.active .sprite:after {
	width: 8px;
	height: 8px;
	top: 20px;
	right: 14px;
	position: absolute;
	border-top: #636363 2px solid;
    border-right: #636363 2px solid;
    transform: rotate(-45deg);
	content: "";
}

#languageSelect .menu {
	margin-left: 30px;
	width: 80%;
	position: absolute;
	display: none;
	background-color: #fff;
	z-index: 1;
}

#languageSelect .menu li {
	border-top: solid 1px #dddddd;
}

#languageSelect .menu li > a {
	display: block;
	text-align: center;
}

#languageSelect .menu li > a:hover {
	color: #ffffff;
	background-color: #d3f0fe;
}

.linkList div {
	position: relative;
	border-bottom: 1px solid #ccc;
}

.linkList a {
	display: block;
	line-height: 35px;
	padding-left: 10px;
	color: #333;
	text-decoration: none;
}

.linkList a#newRegist {
	display: block;
	line-height: normal;
	padding: 5px 0px 5px 10px;
	color: #333;
	text-decoration: none;
}

#contentCenterLayout {
	margin-bottom: 10px;
}

.operationArea .iconELink2 {
	content: "";
	position: relative;
}

.operationArea .iconELink2:before {
	content: "";
	margin-top: 18px;
	margin-left: 0px;
	color: #000;
	position: absolute;
	width: 10px;
	height: 10px;
	border: solid 1px #0070c0;
}

.operationArea .iconELink2:after {
	content: '';
	position: absolute;
	margin-top: 20px;
	margin-left: 2px;
	width: 10px;
	height: 10px;
	border: solid 1px #0070c0;
	background-color: #FFF;
}

/*椎葉追加*/
#purchaseInfoArea .research {
	line-height: 40px;
	padding: 5px 10px;
	color: #FFF;
	background-color: #0070c0;
	border-bottom: 2px solid #FFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.4rem;
}

.iconToggle1 {
	background-color: #FFF !important;
	margin-top: 5px;
}

.iconToggle1 span {
	background-color: #0070c0 !important;
}

.buyBtn {
	background-color: rgb(0, 112, 192);
	color: #fff;
	display: block;
	margin-top: 10px;
	float: right;
}

.buy {
	float: right;
	clear: both;
	width: 100%;
}

.buy a {
	padding: 10px 0px;
	width: 130px;
	line-height: 15px;
	text-align: center;
	text-decoration: none;
}

/* カレンダーアイコンここから */
.calendar {
	font-size: 20px;
	position: relative;
	width: 1.4em;
	height: 1em;
	float: left;
	top: 5px; border : 0.1em solid #fff;
	border-radius: 0.1em;
	box-shadow: inset 0 0.3em 0 0 #fff;
	border: 0.1em solid #fff;
	margin-top: 5px;
}

/* リング */
.calendar::before {
	content: "";
	position: absolute;
	top: -0.4em;
	left: 0.2em;
	width: 0.2em;
	height: 0.5em;
	border-radius: 0.1em;
	background-color: #0070c0;
	box-shadow: 0 0 0 0.1em #fff, 0.8em 0 0 0 #0070c0, 0.8em 0 0 0.1em #fff;
}

/* 日付 */
.calendar::after {
	content: '';
	display: block;
	top: .5em;
	left: -1.5em;
	width: 10px;
	height: 5px;
	margin: 7px 7px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}
/* カレンダーアイコンここまで */

#purchaseInfoArea .today {
	margin-left: 7px;
}

.detailsArea {
	padding: 10px;
	box-sizing: border-box;
}

.detailsArea .item {
	margin-top: 10px;
	width: 100%;
}

.detailsArea .line {
	border-bottom: solid 1px #ccc;
	padding-top: 0px;
}

.titleInversion span{
	margin-left: 10px;
}

/*特急マイレージお知らせ用リンクボタン　*/
#content .linkButtonInversion {
	text-decoration: none;
	display: block;
	color: #0070c0;
}

#content .titleInversion {
	line-height: 40px;
	background-color: rgb(255, 255, 255);
	font-size: 1.4rem;
	border-top: 1px solid #0070c0;
	border-bottom: 1px solid #0070c0;
	padding: 5px 0px;
}

/*特急マイレージお知らせ用アイコン*/
.iconTable {
	height: 20px;
	width: 28px;
	float: left;
	position: relative;
	top: 10px;
	background:linear-gradient(225deg,transparent 6px, #0070c0 0px);
}

.noticeColorRed {
	color: #ff0000;
}

.noticeColorBlue {
	color: #0000ff;
}

.noticeColorGreen {
	color: #008080;
}

/* あとで整理 */
@media screen and (min-width: 700px) {
	#contentTopLayout #operationLangArea {
		margin: 0px 25px;
		height: 60px;
	}
	.operationArea a {
		line-height: 60px;
	}

	.operationArea .text {
		margin-left: 35px;
	}

	#languageSelect .languageButton {
		margin-top: 10px;
		margin-left: 55px;
		line-height: 40px;
		font-size: 1.8rem;
		width: 80%;
	}

	#languageSelect .languageButton .iconGlobe {
		width: 30px;
		top: 16px;
		left: 70px;
	}

	#languageSelect .languageButton .sprite:after {
		top: 28px;
		right: 60px;
	}

	#languageSelect .languageButton.active .sprite:after {
		top: 28px;
		right: 60px;
	}

	#languageSelect .menu {
		width: 80%;
		margin-left: 55px;
	}

	#languageSelect .menu li > a:hover {
		color: #ffffff;
		background-color: #0080ff;
	}

	.linkList {
		padding: 25px;
	}
	.linkList a {
		line-height: 45px;
	}
	.operationArea .iconELink2 {
		content: "";
		position: relative;
	}
	.operationArea .iconELink2:before {
		content: "";
		margin-top: 18px;
		margin-left: 0px;
		color: #000;
		position: absolute;
		width: 15px;
		height: 15px;
		border: solid 2px #0070c0;
	}
	.operationArea .iconELink2:after {
		content: '';
		position: absolute;
		margin-top: 23px;
		margin-left: 5px;
		width: 15px;
		height: 15px;
		border: solid 2px #0070c0;
		background-color: #FFF;
	}

	#purchaseInfoArea .research {
		line-height: 45px;
		font-size: 1.8rem;
		padding-right: 20px;
	}

	#content .titleInversion {
		font-size: 1.8rem;
	}

	.calendar {
		margin-top: 5px;
		margin-left:10px;
	}

	.iconTable {
		margin-left: 20px !important;
	}

	.detailsArea {
		padding: 20px 50px;
	}

	.buy a {
		width: 280px;
		line-height: 30px;
	}

	.iconToggle1 {
		margin-top: 0px;
	}

	#content .titleInversion {
		line-height: 45px;
	}

	.sp {
		display: none;
	}

	.linkList a#newRegist {
		display: block;
		width: 100%;
		line-height: 45px;
		padding: 0px 0px 0px 10px;
		color: #333;
		text-decoration: none;
	}
}