@charset "UTF-8";
/* =======================================
	CommonElements
======================================= */
html * {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

html,
body {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.68em;
	text-align: left;
	color: #444;
}

a:link {
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transition-property: background-color, color, opacity;
	transition-property: background-color, color, opacity;
	text-decoration: none;
	color: #2c80bc;
}

a.tel {
	color: #444;
}

a:active,
a:visited {
	text-decoration: none;
	color: #2c80bc;
}

/* ------------------------------------
	Header
------------------------------------ */
header {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	background: #fff;
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
}
header .hedWrap {
	width: 100%;
	max-width: 1080px;
	margin: auto;
	padding: 10px 3%;
}
header .hedWrap .logo {
	position: relative;
	float: left;
	width: 45%;
	max-width: 230px;
	height: auto;
	min-height: 55px;
	padding: 0;
}
header .hedWrap .logo span {
	font-size: 12px;
	line-height: 1.1em;
	display: block;
	padding: 0 0 7px;
	color: #000;
}
header .hedWrap .logo span.tickerSymbol {
	position: absolute;
	right: -155px;
	bottom: 15px;
	padding: 3px 10px;
	text-align: center;
	border-radius: 10px;
	background: #f0f0f0;
}
header .hedWrap .logo img {
	line-height: 1;
	width: auto;
	height: auto;
	max-height: 50px;
	vertical-align: bottom;
}
header .hedWrap nav {
	float: right;
	min-width: 165px;
}
header .hedWrap nav ul {
	float: right;
	overflow: hidden;
}
header .hedWrap nav ul li {
	float: left;
	padding: 8px 0 0 10px;
}
header .hedWrap nav ul li a {
	position: relative;
	display: block;
	width: 160px;
	height: 55px;
	padding: 3px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background: #002d78;
}
header .hedWrap nav ul li a:hover {
	color: #fff;
	background: #1c54b4;
}
header .hedWrap nav ul li a small {
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	float: left;
	width: 190%;
	height: 30px;
	margin: auto -50%;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	text-align: center;
	vertical-align: middle;
}
header .hedWrap nav ul li a:before {
	font-size: 25px;
	display: block;
	float: left;
	margin: auto;
	padding: 11px;
}
header .hedWrap nav ul li a.iconFcompany small {
	padding-left: 65px;
}
header .hedWrap nav ul li a.iconFcompany:before {
	content: '\e902';
}
header .hedWrap nav ul li a.iconFsr small {
	padding-left: 90px;
}
header .hedWrap nav ul li a.iconFsr:before {
	content: '\e91a';
}
/* ------------------------------------
	Footer
------------------------------------ */
footer {
	position: relative;
	width: 100%;
}
footer ul {
	width: 100%;
	max-width: 1080px;
	margin: auto;
}
footer .linkarea {
	padding: 15px 0;
	text-align: center;
	background: #f0f0f0;
}
footer .linkarea li {
	display: inline-block;
	max-width: 47%;
	padding: 0 1%;
	text-align: center;
}
footer .linkarea li a:hover {
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
footer .linkarea li a img {
	width: auto;
	max-width: 200px;
	height: auto;
}
footer .subMenu {
	width: 100%;
	padding: 10px 0;
	background: #444;
}
footer .subMenu a {
	display: block;
	width: 135px;
	margin: auto;
	text-align: center;
	text-decoration: underline;
	color: #fff;
}
footer .subMenu a:hover {
	text-decoration: none;
}
footer .copy {
	font-size: 0.6em;
	display: block;
	padding: 15px;
	text-align: center;
	color: #fff;
	background: #000;
}
footer.absolute {
	position: absolute;
	bottom: 0;
}

/* ------------------------------------
	all container
------------------------------------ */
#container {
	position: relative;
}
#container section {
	width: 100%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 60px 0 0;
}
#container section h3,
#container section .h3 {
	font-weight: bold;
	position: relative;
	margin: 0 auto 15px;
	color: #2c80bc;
}
#container section h4,
#container section .h4 {
	font-weight: bold;
	position: relative;
	z-index: 1;
	display: block;
	margin-bottom: 15px;
	color: #000;
}
#container section h5 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#container section h6 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000;
}
#container figure {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#container figure img {
	max-width: 100%;
}
#container .br_sp {
	display: none;
}
#container .br_pc {
	display: block;
}

/* ------------------------------------
	gNav
------------------------------------ */
#gNav {
	overflow: hidden;
	width: 100%;
	border-top: 1px dotted #999;
}

/* ------------------------------------
	contentslist
------------------------------------ */
.contentslist {
	width: 100%;
	max-width: 980px;
	margin: 40px auto;
}
#index .contentslist {
	margin: 40px auto 20px;
}
.contentslist li {
	position: relative;
	float: left;
	width: 33%;
    padding: 10px;
}
#index .contentslist li {
	margin-bottom: 20px;
}
.contentslist li a {
	line-height: 1.2em;
	position: relative;
	display: block;
	width: 290px;
    height: 335px;
	margin: 0 auto;
	padding: 220px 10px 0 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #444;
	background: #fff;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.16), 0 2px 3px 1px rgba(0, 0, 0, 0.12);
}
.contentslist li a:hover figure img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.contentslist li a figure {
	position: absolute !important;
	z-index: 0;
	top: 0;
	right: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 200px;
}
.contentslist li a figure img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.contentslist li a .badge {
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 10px;
}
.contentslist li a:hover {
	color: #2c80bc;
}

.contentslist li.vertically a {
	height: 152px;
	padding: 102px 10px 0 10px;
}
.contentslist li.vertically a:first-child {
	margin-bottom: 16px;
}
.contentslist li.vertically a figure {
    height: 90px;
}

/* ------------------------------------
	element
------------------------------------ */
.btn {
	margin: 20px auto;
	text-align: center;
}
.btn a {
	font-weight: bold;
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: auto;
	min-width: 300px;
	margin: auto;
	padding: 10px 30px;
	text-align: center;
	color: #fff;
	background: #2c80bc;
}
.btn a:hover {
	background: #1098ce;
}
.btn a.base {
	font-weight: bold;
	border-radius: 3px;
	background: #2c80bc;
}
.btn a.base:hover {
	background: #1098ce;
}
.btn a.pageLink {
	text-indent: -1em;
	color: #444;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #fff;
}
.btn a.pageLink:after {
	position: absolute;
	right: 30px;
	color: #ca0817;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'iconset';
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
	font-variant: normal;
	line-height: 1;
	content: "";
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.btn a.pageLink:hover {
	background: #f0f0f0;
}
.btn a.nextPage {
	text-indent: -.5em;
}
.btn a.nextPage:after {
	position: absolute;
	right: 15px;
	font-family: 'iconset';
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
	font-variant: normal;
	line-height: 1;
	content: "";
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btn a.prevPage {
	text-indent: .5em;
}
.btn a.prevPage:before {
	position: absolute;
	left: 15px;
	font-family: 'iconset';
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
	font-variant: normal;
	line-height: 1;
	content: "";
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btn a.pdf {
	text-indent: -.5em;
}
.btn a.pdf:before {
	position: absolute;
	right: 15px;
	font-family: 'iconset';
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
	font-variant: normal;
	line-height: 1;
	content: "";
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.linkBox {
	display: block;
	margin-bottom: 60px;
}
.linkBox.indeAll {
	position: relative;
	margin: 0 auto 40px;
	text-align: center;
}
.linkBox a {
	font-weight: bold;
	line-height: 25px;
	position: relative;
	display: inline-block;
	width: 49%;
	max-width: 420px;
	margin: auto;
	padding: 10px 30px;
	text-align: center;
	color: #444;
	border: 1px solid #aaa;
	border-radius: 5px;
}
.linkBox a:hover {
	color: #fff;
	background: #1098ce;
}
.linkBox a.pdf:after {
	position: absolute;
    top: 0;
	right: 10px;
    bottom: 0;
    display: block;
	width: 17px;
	height: 17px;
	margin: auto;
	padding: 0 5px;
	content: '';
	vertical-align: middle;
	background: url(../img/icon_pdf.png) no-repeat center 0;
	background-size: auto 99%;
}
.linkBox a:first-child {
	margin-right: 1%;
}
.linkBox a:last-child {
	margin: 0;
}

ul.square,
ul.disc {
	margin: 0 auto 20px;
}
ul.square > li,
ul.disc > li {
	position: relative;
	padding-left: 1.5em;
}
ul.square > li:not(:last-child),
ul.disc > li:not(:last-child) {
	margin: 0 auto 10px;
}
ul.square > li:before,
ul.disc > li:before {
	position: absolute;
	display: inline-block;
	content: '';
}

ul.disc > li:before {
	top: .5em;
	left: .5em;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #2c80bc;
}

ul.square > li {
	font-size: 1.2em;
	margin: 0 auto 30px;
	color: #000;
}
ul.square > li:before {
	top: .2em;
	left: .5em;
	width: 15px;
	height: 15px;
	background: #2c80bc;
}

ol {
	margin: 0 auto 1em;
	list-style-type: none;
}
ol > li {
	position: relative;
	margin-bottom: 30px;
	padding-left: 2.5em;
	counter-increment: index;
}
ol > li:before {
	font-size: 2em;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: .2em;
	display: inline-block;
	content: counter(index);
	color: #2c80bc;
}

.highlight {
	display: block;
	width: 100%;
}
.highlight li {
	display: block;
	float: left;
	width: 33%;
	padding: 0;
}
.highlight li img {
	width: auto;
	max-width: 100%;
}
.highlight li a {
	display: block;
	margin: 45px auto 0;
}
.highlight li a:hover {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.highlight li a figure figcaption {
	font-weight: bold;
	text-align: center;
}

/* ------------------------------------
	element parts
------------------------------------ */
.smallText {
	font-size: .9em;
}

.largeText {
	font-size: 1.2em;
}

.textBold {
	font-weight: bold;
}

.speac {
	text-indent: .5em;
	letter-spacing: .5em;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.textCenter {
	text-align: center;
}

p {
	line-height: 1.8em;
	margin-bottom: 20px;
}

.marginBottom {
	margin-bottom: 60px;
}

.marginBottomsS {
	margin-bottom: 30px;
}

.margintop {
	margin-top: 1em;
}

.spNon {
	display: inline-block;
}

.pcNon {
	display: none;
}

/* ------------------------------------
	JS moreread elements
------------------------------------ */
.moreread.tall {
	position: relative;
	overflow: hidden;
	max-height: 250px;
	margin-bottom: 50px;
}
.moreread.tall:after {
	position: absolute;
	z-index: 99;
	right: 0;
	bottom: -1px;
	left: 0;
	display: block;
	width: 100%;
	height: 100px;
	content: '';
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 70%, white 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 70%, #ffffff 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 70%, #ffffff 100%);
}
.moreread.tall.open {
	height: auto;
	max-height: 100%;
}
.moreread.tall.open:after {
	display: none;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.triger.more {
	font-weight: bold;
	display: block;
	width: 100%;
	margin: -50px auto 60px;
	padding: 15px;
	text-align: center;
	text-indent: 1em;
	border: 1px solid #fff;
	background: #f0f0f0;
}
.triger.more:before {
	display: inline;
	content: '続きを読む';
	color: #444;
}
.triger.more:after {
	display: inline;
	padding: 0 10px;
	color: #444;
	font-family: 'iconset';
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	font-variant: normal;
	line-height: 1;
	content: "";
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.triger.more.open:before {
	content: '閉じる';
}
.triger.more.open:after {
	content: '\e906';
}

.accordion {
	position: relative;
	overflow: hidden;
	max-height: 52px;
	margin: 10px auto 20px;
}
.accordion.thum {
	margin: 10px auto;
	border: none;
}
.accordion h4 {
	font-size: .9em;
	font-weight: normal !important;
	position: relative;
	color: #126baa !important;
	padding: 12px 15px 100px;
}
.accordion.open {
	height: auto;
	max-height: 100%;
	border-bottom: none;
}
.accordion.open h4 {
	padding: 12px 15px 30px;
}

.triger.acc {
	font-weight: bold;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 50px;
	color: #2c80bc;
	border-radius: 5px;
	border: 1px solid #2c80bc;
}
.triger.acc:hover {
	background: rgba(124, 201, 222, 0.2);
}
.triger.acc:after {
	position: absolute;
	top: 8px;
	right: 16px;
	display: block;
	width: 30px;
	height: 30px;
	content: '';
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transition-property: background-color, color, opacity;
	transition-property: background-color, color, opacity;
	text-align: center;
	border: 1px solid #2c80bc;
	border-radius: 50%;
}
.triger.acc:before {
	position: absolute;
	top: 16px;
	right: 24px;
	display: inline-block;
	font-family: 'iconset';
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	font-variant: normal;
	line-height: 1;
	content: "";
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.triger.acc.open:before {
	content: '\ea0b';
}

.triger.thum {
	font-weight: bold;
	z-index: 10;
	display: inline-block;
	padding: 5px;
	text-align: center;
	color: #2c80bc;
	border: 2px solid #2c80bc;
}
.triger.thum:hover:after {
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.triger.thum:before {
	position: relative;
	display: block;
	width: 133px;
	height: 100px;
	margin: 0 auto 5px;
	content: '';
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transition-property: background-color, color, opacity;
	transition-property: background-color, color, opacity;
	border: 1px solid #ddd;
	background: url(../img/message/thumbnail_01.png) no-repeat center center;
	background-size: 100% auto;
}

.triger.thum.open {
	display: none;
}
/* ------------------------------------
	JS pageTop elements
------------------------------------ */
#pageTop {
	font-size: 25px;
	line-height: 60px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 50px;
	display: none\9;
	width: 60px;
	height: 60px;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scale(0);
	        transform: scale(0);
	text-align: center;
	text-decoration: none;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	color: #fff;
	background: #000;
}
#pageTop:before {
	font-family: 'iconset';
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
	font-variant: normal;
	line-height: 1;
	content: "";
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#pageTop:hover {
	background: #333;
}
#pageTop.show {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translateZ(0);
	transform: scale(1);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* ------------------------------------
	JS modal
------------------------------------ */
#ismodal {
	position: fixed;
	z-index: 999;
	top: 0;
	bottom: 0;
	display: none;
	width: 100%;
	height: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
}
#ismodal div[id^='movie'] {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	margin: auto;
	text-align: center;
	vertical-align: middle;
}
#ismodal .close {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	height: 100vh;
	cursor: pointer;
}
#ismodal #player {
	position: absolute;
	z-index: 1;
	right: 0;
	left: 0;
	display: block;
	width: 640px;
	height: 360px;
	margin: auto;
	text-align: left;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
sup {
	vertical-align: super;
}

.noscroll {
	overflow: hidden;
}

@font-face {
	font-family: 'iconset';
	font-weight: normal;
	font-style: normal;
	src: url("../img/fonts/iconset.eot?in30y7");
	src: url("../img/fonts/iconset.eot?in30y7#iefix") format("embedded-opentype"), url("../img/fonts/iconset.ttf?in30y7") format("truetype"), url("../img/fonts/iconset.woff?in30y7") format("woff"), url("../img/fonts/iconset.svg?in30y7#iconset") format("svg");
}
[class^='iconF'],
[class*='iconF'] {
	font-family: 'iconset' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.iconFfree {
	position: relative;
}
.iconFfree:before {
	font-size: 2em;
	display: inline-block;
	margin-top: -.2em;
	padding: 0 3px 0 0;
	content: "";
	vertical-align: middle;
	color: #00a542;
}
.iconFfree:after {
	font-size: 2em;
	position: absolute;
	left: 1px;
	display: inline-block;
	margin-top: -.2em;
	content: "";
	vertical-align: middle;
}

.iconFblank:before {
	display: inline-block;
	padding: 0 3px;
	content: "";
}

header .hedWrap:after, header .hedWrap nav:after, header .hedWrap nav ul:after, header .hedWrap nav ul li a:after, footer ul:after, #container section:after, .contentslist:after, .highlight:after {
	display: block;
	content: "";
	clear: both;
}

/* =======================================
	MediaQueries Layout
======================================= */

@media only screen and (max-width: 980px){
	body,
	#container,
	header,
	footer{
		max-width: 980px;
	}
	#container section{
		padding: 40px 5% 0;
	}
	.contentslist{
		max-width: 760px;
	}
	.contentslist li a{
		width: 184px;
		padding: 180px 10px 0 10px;
	}
	.contentslist li a figure{
		height: 160px;
	}
	.contentslist li.vertically br {
		display: none;
	}
}

@media only screen and (max-width: 768px){
	body,
	#container,
	header,
	footer{
		max-width: 768px;
	}
	header .hedWrap nav ul li{
		padding: 0 0 0 3px;
	}
	header .hedWrap nav ul li a{
		width: 70px;
	}
	header .hedWrap nav ul li a small{
		font-size: 16px;
		top: auto;
		bottom: auto;
		float: none;
		margin: -5px -50% auto;
		white-space: nowrap;
	}
	header .hedWrap nav ul li a:before{
		float: none;
		padding: 4px 0;
	}
	header .hedWrap nav ul li a.iconFcompany small{
		padding: 0 6px;
	}
	header .hedWrap nav ul li a.iconFsr small{
		padding: 0 6px;
	}
	footer .linkarea{
		padding: 20px 0;
	}
	footer .linkarea li a img{
		max-width: 96%;
	}
	footer .subMenu{
		padding: 20px 0;
	}
	footer .subMenu a{
		padding: 10px 0;
		text-decoration: none;
		background: #808080;
	}
	footer .subMenu a:hover{
		background: #aaa;
	}
	footer.absolute{
		position: relative;
		bottom: auto;
	}
	#gNav{
		margin-bottom: 40px;
	}
	.contentslist{
		margin: 0 auto;
	}
	#index .contentslist{
		margin: 0 auto 20px;
		border-top: 1px dotted #999;
	}
	#index .contentslist li {
		margin-bottom: 0;
	}
	.contentslist li{
		display: table;
		float: none;
		width: 100%;
		height: 120px;
		min-height: 120px;
		margin-bottom: 0;
		border-bottom: 1px dotted #999;
	}
	.contentslist li a{
		display: table-cell;
		width: 90%;
		height: 120px;
		padding: 10px 30px 10px 110px;
		vertical-align: middle;
		box-shadow: none;
	}
	.contentslist li a:after{
		position: absolute;
		right: 10px;
		bottom: 55px;
		color: #ca0817;
		font-family: 'iconset';
		font-weight: normal;
		font-style: normal;
		font-size: inherit;
		font-variant: normal;
		line-height: 1;
		content: "";
		text-transform: none;
		speak: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.contentslist li.vertically a {
		display: flex;
		width: 100%;
		height: 120px;
		padding: 10px 30px 10px 110px;
		align-items: center;
	}
	.contentslist li.vertically a:first-child {
		border-bottom: 1px dotted #999;
		margin-bottom: 0;
	}
	.contentslist li.vertically a figure {
		height: 78px;
	}
	.contentslist li a:hover figure img{
		-webkit-transform: none;
		transform: none;
	}
	.contentslist li a figure{
		top: 20px;
		right: auto;
		bottom: auto;
		left: 10px;
		display: block;
		width: 90px !important;
		height: 78px;
		margin: auto;
		border: 1px solid #999;
	}
	.contentslist li a .badge{
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		margin-bottom: 10px;
	}
	.contentslist li a .badge.movie{
		left: auto;
	}
	.linkBox{
		margin-bottom: 40px;
	}
	.linkBox a {
		width: 90%;
	}
	.linkBox a:first-child {
		margin: 0 0 20px 0
	}
	.highlight li{
		width: 50%;
	}
	.marginBottom{
		margin-bottom: 40px;
	}
	.spNon{
		display: none;
	}
	.pcNon{
		display: block;
	}
	.triger.more{
		margin: -50px auto 40px;
	}
	#pageTop{
		line-height: 40px;
		right: 10px;
		bottom: 10px;
		width: 40px;
		height: 40px;
	}
	#ismodal #player{
		width: 80vw;
		height: 240px;
	}
	#container .br_sp {
		display: block;
	}
	#container .br_pc {
		display: none;
	}
}

@media only screen and (max-width: 520px){
	body,
	#container,
	header,
	footer{
		max-width: 520px;
	}
	header .hedWrap .logo span{
		font-size: 10px;
		padding: 0 0 5px;
	}
	header .hedWrap .logo span.tickerSymbol{
		right: auto;
		bottom: 0;
	}
	header .hedWrap .logo img{
		position: absolute;
		top: 15px;
		left: 0;
		width: auto;
		height: 45px;
		padding: 5px 0 0;
	}
	header .hedWrap .logo {
		min-height: 86px;
	}
	header .hedWrap nav {
		margin-top: 30px;
	}
	ol > li > p{
		margin-left: -2em;
	}
	ol > li > figure, ol > li > span, ol > li > .scrollX{
		width: 110% !important;
		margin-left: -10% !important;
	}
	ol > li > aside{
		margin-left: -3em !important;
	}
}

@media only screen and (max-width: 320px){
	body,
	#container,
	header,
	footer{
		min-width: 320px;
		max-width: 320px;
	}
}

@media print{
	header .hedWrap nav ul li a{
		width: 140px;
	}
	header .hedWrap nav ul li a small{
		font-size: 20px;
	}
	.moreread.tall{
		height: auto;
		max-height: 100%;
	}
	.moreread.tall:after{
		display: none;
	}
	.accordion{
		height: auto;
		max-height: 100%;
	}
	.triger{
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	#pageTop.show{
		display: none;
	}
}

@media only screen and (max-width: 500px){
	.highlight li{
		float: none;
		width: 100%;
	}
}

@media only screen and (max-height: 360){
	#ismodal #player{
		height: 240px;
	}
}
