@charset "utf-8";

/* Reset */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	min-width: 300px;
	line-height: 1;
}
ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}


/* START */
.iframe-content {
	position: relative;
	width: 100%;
	padding: 75% 0 0 0;
}
.iframe-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* clearfix */
.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}

table{margin-top:0.3em;margin-bottom:3em;width:100%;}
th{padding:1.5em 0.5em 0;}
td{padding:0 0.5em;}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
}
body {
	color: black;
	font: 100 14px/1.5 Verdana, Arial, Helvetica, 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif,sans-serif;
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
	
	position: relative;
	/* コンテンツの高さと画面の高さの、大きいほうに合わせる */
	height: auto !important;
	min-height: 100%;
}
p { margin: 0;padding: 0 0 10px;}
table, ol, ul {margin: 0; padding: 0;}
.article{word-wrap:break-word;}
body a {
	color: #34495e;
	font-weight:bold;
}

/* リンク */
a, a:active {text-decoration: none;}
a:hover {opacity: 0.7;}
.section .details a{text-decoration: underline;}

/*セクション */
.section > .header{
	padding: 26px;
	border-top: 0;
}
.section > .header .title{
	color: #2c3e50;
	font-size: 28px;
	line-height: 1em;
}
.section > .contents-list > li .title{
	font-size: 24px;
	line-height: 1.1em;
}
.section > .contents-list tr{
	border-top: 1px solid #f0f0f0;
	background: #fff;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.section > .contents-list tr:hover{background: #f0f0f0;}
.section > .contents-list td{
	padding: 25px;
	vertical-align: middle;
}

/* ページコンテンツ本体 */
#page {
	width: 100%;
	height: auto;
	padding-bottom: 83px; /* フッターがかぶらないよう、フッターの高さ分、開ける */
}

/* フッター */
#footer, #footer a {color: #858585;}
#footer p, #footer span{
	padding: 0;
	color: #888;
}
#footer {
	box-sizing: border-box;
	border-top: #1f1f1f solid 1px;
	background: #111;
	font-size: 12px;
	padding: 25px;
	/* height: auto; */
	width: 100%;
	height: 83px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#footer .section {
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/* パンくず */
#breadcrumbs{
	position:relative;
	min-height: 1em;
	/* -webkit-box-shadow: 0px 1px 3px #888; */
}
#breadcrumbs ul{
	position:absolute;
	top: 0px;
	right: 0px;
}
#breadcrumbs ul.after{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
#breadcrumbs .nav{
	float: left;
	padding: 12px;
	line-height: 1;
	height: 1em;
	font-size: 18px;
	color: #e2e2e2;
	font-weight: normal;
	background: #34495e;
	opacity: 1;
	word-wrap: break-word;
	
	-webkit-transition: height 0.4s ease;
	-moz-transition: height 0.4s ease;
	-ms-transition: height 0.4s ease;
	-o-transition: height 0.4s ease;
	transition: height 0.4s ease;
}
#breadcrumbs .is_mobile .nav{
	line-height: 2.3;
	height: 2.3em;
}
#breadcrumbs .nav:not(.here):hover{
	color: #fff;
	height: 1.4em;
}
#breadcrumbs .nav.here{ color: #8e8e8e; }
#breadcrumbs a{ opacity: 1; }

/* ページャー */
.pagination {
	margin: 20px;
	padding: 5px;
}
.pagination a {
	font-size: 16px;
	margin: 0 3px;
}

/*動画等コンテンツの表示*/
.video {
	margin:5px auto 15px auto;
	width:94%;
	background:#fefefe;
	border:1px solid #ccc;
	padding:5px;
	display:block;
}
.video .video-thumbnail {
	float:left;
	position:relative;
	width:120px;
	border:solid 1px #dedede;
	padding:5px;
	cursor:pointer;
}
.video .video-thumbnail:hover {
	opacity:0.7;
}
.video .video-thumbnail img {
	box-shadow:inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.video .video-thumbnail img.videoplay {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-16px;
	margin-left:-16px;
	width:32px;
	height:32px;
	box-shadow:none;
}
.video .video-thumbnail img.videoplay:hover {
	opacity:1;
}
.details {
	margin-left:130px;
	min-height:93px;
	word-wrap:break-word;
    overflow:hidden;
	padding:5px;
	display:block;
}
.details a {
	color:#3f5f9c;
	text-decoration: none;
}
.details a:hover {
	opacity: 0.70;
	filter: alpha(opacity=70);
}
.video h6, .video h6 a {
	padding:0;
	margin:0;
	font-size:15px !important;
	font-weight:bold !important;
	text-decoration:none !important;
}
.video p.link, .video p.desc {
	color:#999;
	margin:0;
	font-size:13px;
	padding:3px;
}
.sort-video {
	cursor:move;
}
.sort-video:hover {
	background-color:#ddd;
	opacity:0.8;
}

/* スライダー */
.bxslider > * {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}

