@charset "utf-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * @import
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

@import "../reset.css";
@import "../utility.css";
@import "../eyetag-webfont.css";
@import "../eyetag-animation.css";
@import "../animate.css";
@import "../animate2.css";
@import "../slick/slick.css";
@import "../slick/slick-theme-md.css";
@import "../skins/minimal/grey.css";
@import "../jquery.mCustomScrollbar.css";
@import "../exvalidation.css";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * html/body
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

*,
*:after,
*:before {
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;
}

/* リンクなどの要素をタップした時の色を消す */
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 長押しした際に表示されるポップアップメニューを消す */
* {
    -webkit-touch-callout: none;
}

/* 行頭禁則文字 */
* {
	word-break: break-word;
	word-wrap: break-word;
}

body {
	overflow-y: scroll;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff;
	line-height: 1.5em;	
	word-break: break-all;
	word-wrap: break-word;
	color: #454b53;
	font-family: "YuGothic", "游ゴシック","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","Meiryo","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	font-size: 13px;
}

.is-ie body{
	font-family: "Meiryo","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}

.not-found {
	width: 100%;
	position: relative;
	height: 100%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * header
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.header-logo {
	z-index: 101;
	position: fixed;
	height: 28px;
/*	line-height: 26px;*/
	left: 20px;
	top: 8px;
	width: 100%;
	background-color: #ffffff;
}

div.header-logo {
	z-index: 100;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
	background: rgba(255,255,255,1.0);
	/*box-shadow: 1px 0px 3px 0px rgba(0,0,0,0.3);*/
}

.header-ci {
	/*margin-left: 20px;*/
	font-size: 0.81em;
	font-weight: bold;
	letter-spacing: 0.04em;
}
.header-inner {
	position: relative;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding: 0;
}


.header-top{
	position: relative;
    width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #ffffff;
}

.header-top:before {
    content: "";
    display: block;
    padding-top: 35%;
}

.header-sort-top {
	position: relative;
    width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	background: #ffffff;
}

.header-sort-link {
	position: absolute;
	top: 25px;
	right: 20px;
	height: 27px;
	line-height: 27px;
}

.header-sort-link a {
	margin-left: 20px;
	padding: 5px;
	border: 1px solid #737d8b;
	border-radius: 3px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #737d8b;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	margin-right: 20px; /*追加20220909*/
}

.header-sort-link a:hover {
	opacity: 0.7;
	text-decoration: none;
	color: #454b53;
}

.header-top-inner {
	position: absolute;
    top: 60px;
	left: 0;
    width: 100%;
    height: 100%;
}

.header-top-content {
    display: table;
    width: 100%;
    height: 100%;
	table-layout: fixed;
}

.header-top-logo-area {
	display: table-cell;
	position: relative;
	width: 40%;
	padding-top: 12%;
	border-right: 1px solid #f3f3f3;
	background: #ffffff;
	text-align: center;
}

.header-top-date {
	display: table;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border-radius: 50%;
	border: 5px solid #f5f6f7; 
	background: #fafafa;
	background: url('../../images/media/header-top-date-bg1.jpg') center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover
}

.header-top-date-inner {
	display: table-cell;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: inset 0 0 5px #666666;
	vertical-align: middle;
	text-align: center;
	line-height: 1.2;
	font-size: 18px;
	font-family:"brandon-grotesque", sans-serif;
	font-weight: 700;
	color: #ffffff;
}

.date-big {
	font-size: 40px;
}

.header-top-ci {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: bold;
}

.header-top-logo {
	position: relative;
	width: 100%;
}

.header-top-logo img {
	max-width:60%;
	height: auto;
	margin-bottom: 30px;
}

.header-sort-top-logo {
	position: absolute;
	top: 25px;
	left: 20px;
	height: 27px;
	line-height: 27px;
}

.header-sort-top-logo img {
	margin-right: 20px;
}

.header-top-balloon {
	display: none;
	position: absolute;
	top: -120px;
	right: 20px;
	width: 165px;
	height: 179px;
}

.header-top-balloon-date {
	position: absolute;
	top: 15px;
	left: 0;
	width: 165px;
	margin-bottom: 0;
	line-height: 1;
	text-align: center;
	font-family:"brandon-grotesque", sans-serif;
	font-weight: 700;
	font-weight: bold;
	color: #ffffff;
}

.bg-yellow {
	color: #454b53;
}

.header-top-balloon-date span {
	font-size: 30px;
}

.header-top-sns a {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 10px;
	border-radius: 2px;
	background: #737d8b;
	text-align: center;
	line-height: 25px;
	color: #ffffff;
}

.gplus {
	font-size: 14px;
}

.header-top-mutter-icon {
	display: none;
	position: absolute;
	left: 15%; /* IE8以下とAndroid4.3以下用フォールバック */
	left: -webkit-calc(30% - 65px);
	left: calc(30% - 65px);
	bottom: 48px;
	width: 45px;
	height: 45px;
}

.header-top-mutter-icon img {
	width: 45px;
	height: 45px;
}

.header-top-mutter {
	display: none;
	position: absolute;
	left: 30%;
	bottom: 50px;
	max-width: 60%;
	margin: 0 auto;
	padding: 10px 20px;
	border-radius: 6px;
	background: #f1f1f1;
	font-size: 14px;
}

.header-top-mutter:before {
	content: "";
	position: absolute;
	top: 15px;
	left: -14px;
	width: 14px;
	height: 13px;
	background: url('../../images/media/fukidashi.png') center center no-repeat;
	-webkit-background-size: 14px 13px;
	-moz-background-size: 14px 13px;
	-o-background-size: 14px 13px;
	-ms-background-size: 14px 13px;
	background-size: 14px 13px;
}

.split {
	visibility: hidden;
}

.header-top-slide-area {
	display: table-cell;
	position: relative;
	width: 60%;
	height: 100%;
	border-right: 1px solid #f3f3f3;
	vertical-align:middle;
}

.header-top-slide-area-inner {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fafafa;
}

.slide-loading-indication {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	width:35px;
	height:35px;
	margin: auto;
	border-radius: 50%;
	border: 2px solid #999999;
	border-top-color: #dddddd;
	-webkit-animation: spinner 0.5s infinite ease-in;
	-moz-animation: spinner 0.5s infinite ease-in;
	-o-animation: spinner 0.5s infinite ease-in;
	-ms-animation: spinner 0.5s infinite ease-in;
}

@-webkit-keyframes spinner {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes spinner {
	0% { -moz-transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); }
}

@-o-keyframes spinner {
	0% { -o-transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@-ms-keyframes spinner {
	0% { -ms-transform: rotate(0deg); }
	100% { -ms-transform: rotate(360deg); }
}

.header-top-slide {
	visibility: hidden;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	background: #ffffff;
  	text-indent: 100%;
  	white-space: nowrap;
	cursor: pointer;	
}

.header-top-slide-cover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}

.header-top-slide-bg {
	position: relative;
	width: 100%;
	height: 100%;
	background: #f5f6f7;
}

.header-top-slide-bg > p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 200px;
	height: 200px;
	margin: auto;
	text-align: center;
	line-height: 200px;
	font-size: 100px;
	color: #dddddd;
}

.header-top-slide-title-area {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 40px 30px 20px;
	background: rgba(0,0,0,0.3);
	cursor: pointer;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.header-top-slide-title a,
.header-top-slide-title a:hover {
	line-height: 1.5;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}

.header-top-slide-cat {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 2px 5px 2px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.header-top-slide-date {
	margin-bottom: 0;
	font-family:"Montserrat", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #ffffff;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * nav
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.nav-wrap {
	width: 100%;
	min-width: 1200px;
	margin: 0;
	margin-top: 0px;
	padding: 0;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	background: #ffffff;
}

.nav-wrap.fixed-nav-wrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	border-top: none;
	background: rgba(255,255,255,0.9);
	border-bottom: 1px solid #e3e3e3;
}

.nav-wrap.fixed-nav-wrap2 {
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 10;
	border-top: none;
	background: rgba(255,255,255,0.9);
	border-bottom: 1px solid #e3e3e3;
}

nav {
	width: 100%;
	margin: 0 auto;
}

nav ul {
	display:table;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

nav ul li {
	display: table-cell;
	list-style-type: none;
	margin: 0;
	/*border-right: 1px solid #e3e3e3;*/
	text-align: center;
}

nav ul li:last-child {
	border-right: none;
}

nav ul li a {
	display: block;
	position: relative;
	width: 100%;
	height: 55px;
	padding: 0 10px;
	line-height: 55px;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #454b53;
}

@media (max-width: 1152px) {
	nav ul li a {
		font-size: 12px;
	}
}

.nav-wrap.fixed-nav-wrap nav ul li a {
	height: 40px;
	line-height: 40px;
}

nav ul li a:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 10px;
	right: 10px;
	height: 4px;
	background: #454b53;
	-webkit-transition: all .15s ease-in-out 0s;
    -moz-transition: all .15s ease-in-out 0s;
    -ms-transition: all .15s ease-in-out 0s;
    -o-transition: all .15s ease-in-out 0s;
    transition: all .15s ease-in-out 0s;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
  	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
  	transform: scaleX(0);
}

nav ul li a:hover {
	text-decoration:none;
	color: #454b53;
}

nav ul li a:hover:after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

nav ul li a.current_on {
	/*background: #737d8b;*/
	text-decoration:none;
	font-weight: bold;
	/*color: #ffffff;*/
	color: #454b53;
}

nav ul li a.current_on:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 10px;
	right: 10px;
	height: 4px;
	background: #454b53;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * footer
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

footer {
	width: 100%;
	padding: 30px 0 0;
	border-top: 1px solid #e3e3e3;
	background: #ffffff;
}

footer a {
	color: #454b53;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

footer a:hover {
	opacity: 0.6;
	text-decoration: none;
	color: #454b53;
}

.footer-menu {
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
}

.footer-menu li {
	display: inline;
	list-style-type: none;
	margin: 0 7px 0 0;
	padding: 0 0 0 12px;
	border-left: 1px solid #e3e3e3;
}

.footer-menu li.home {
	border-left: 0;
	padding-left: 0;
}

.footer-title {
	font-family:"brandon-grotesque", sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #737d8b;
}

.footer-our-media {
	display: table-cell;
	width: 60%;
	vertical-align: top;
}

.footer-sns {
	display: table-cell;
	width: 40%;
	vertical-align: top;
}

.footer-sns a {
	margin-right:20px;
}

.footer-our-media-link {
	float: left;
	height: 70px;
	margin: 0 40px 0 0;
	padding: 0;
	line-height: 70px;
	font-weight: bold;
}

.footer-our-media-link img {
	margin-right: 10px;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	background: #f5f6f7;
}

.copyright {
	width: 100%;
	margin: 0;
	border-top: 1px solid #e3e3e3;
}

.copyright-inner {
	display: table;
	width: 1200px;
	margin: 0 auto;
	table-layout: fixed;
}

.copyright-logo {
	display: table-cell;
	width: 10%;
	padding: 25px 0;
	vertical-align: middle;
	text-align: left;
}

.copyright-address {
	display: table-cell;
	width: 60%;
	padding: 25px 0;
	vertical-align: middle;
	text-align: left;
}

.copyright-cr {
	display: table-cell;
	width: 30%;
	padding: 25px 0;
	line-height: 1.8;
	vertical-align: middle;
	text-align: right;
}

.copyright-cr a {
	margin-left: 10px;
	font-size: 11px;
	color: #454b53;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.copyright-cr a:hover {
	opacity: 0.5;
	text-decoration: none;
	color: #454b53;
}

.copyright small{
	font-size: 11px;
}

#page-top {
	z-index: 999;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#page-top a {
	display: block;
	width: 50px;
    height: 50px;
	border: 1px solid #fff;
    border-radius: 4px;
	line-height: 45px;
    text-align: center;
    text-decoration: none;
    background: #737d8b;
	background: rgba(115,125,139,0.8);
	font-size:24px;
    color: #ffffff;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

#page-top a:hover {
    opacity: 0.4;
    filter: alpha(opacity=60);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * article/section
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.article {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.section {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.section--bb {
	/*border-bottom: 2px solid #e3e3e3;*/
}

.section--grey {
	background: #f5f6f7;
}

.section--border {
	background: url('../../images/media/bg-section--border.png') top center repeat;
}

.section--top:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 70px;
	height: 7px;
	margin-left: -35px;
	background: #00cc99;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * module(全ページ共通のパーツ)
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* wrapper
-------------------------------------------------------------*/

.wrapper {
	position: relative;
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.wrapper--middle {
	position: relative;
	width: 1100px;
	height: auto;
	margin: 0 auto;
}

.wrapper--wide {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.wrapper--narrow {
	position: relative;
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

.wrapper--morenarrow {
	position: relative;
	width: 800px;
	height: auto;
	margin: 0 auto;
}

.wrapper--bb {
	border-bottom: 1px solid #f3f3f3;
}

.wrapper--table {
	display: table;
	position: relative;
	width: 1200px;
	height: auto;
	margin: 0 auto;
	table-layout: fixed;
}

.wrapper--table-middle {
	display: table;
	position: relative;
	width: 1100px;
	height: auto;
	margin: 0 auto;
	table-layout: fixed;
}

.wrapper--table-wide {
	display: table;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	table-layout: fixed;
}

.wrapper--table-narrow {
	display: table;
	position: relative;
	width: 1000px;
	height: auto;
	margin: 0 auto;
	table-layout: fixed;
}

.content-column {
	display: table-cell;
	position: relative;
	width: 600px;
	padding: 0 40px;
	vertical-align: top;
}

.content-column--wide {
	display: table-cell;
	position: relative;
	width: 900px;
	padding: 0 40px 0 0;
	vertical-align: top;
}

.content-column--middle {
	display: table-cell;
	position: relative;
	width: 800px;
	padding: 0 30px 0 0;
	vertical-align: top;
}

.sidebar-column {
	display: table-cell;
	position: relative;
	width: 300px;
	vertical-align: top;
}

/* display
-------------------------------------------------------------*/

.disp {
	display: block !important;
}

.disp-none {
	display: none !important;
}

.disp-table {
	display: table !important;
}

.disp-inline {
	display: inline !important;
}

.disp-inline-block {
	display: inline-block !important;
}

/* visibility
-------------------------------------------------------------*/

.visibility-hidden {
	visibility: hidden;
}

.visibility-visibile {
	visibility: visible;
}

/* input
-------------------------------------------------------------*/

.input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	clear: both;
	width: 400px;
	height: 50px;
	margin: 0;
	line-height: 50px;
	font-family: "YuGothic", "游ゴシック","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","Meiryo","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}

.is-ie .input{
	font-family: "Meiryo","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}

.input.input--wide {
	width: 100%;
}

.input.input--narrow {
	width: 150px;
}

.input.input--small {
	width: 120px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
}

.input.input--small-wide {
	width: 250px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
}

.textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	overflow: scroll;
	resize: none;
	clear: both;
	width: 100%;
	padding: 10px;
	line-height: 1.5;
	font-size: 14px;
	font-family: "YuGothic", "游ゴシック","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","Meiryo","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}

.is-ie .textarea {
	font-family: "Meiryo","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}

.input,
.textarea {
	outline: none;
	padding: 3px;
  	border: 1px solid #dddddd;
  	border-radius:3px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
	background: #ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  	-ms-transition: all 0.3s;
  	-o-transition: all 0.3s;
	transition: all 0.3s;
}
 
.input:focus,
.textarea:focus {
	border: 1px solid #7bc1f7;
	box-shadow: 0px 0px 5px #7bc1f7;
	background: #dbeefd;
}

.input:disabled {
	color: #999999;
	cursor: not-allowed;
}

.select {
	height: 30px;
	width: 150px;
	margin: 0;
	padding: 0;
	border: 1px solid #dddddd;
	color: #333333;
	line-height: 30px;
	text-align: left;
	vertical-align: middle;
}

.select.select--narrow {
	width: 80px;
}

.select.select--wide {
	width: 200px;
}

.label {
	padding: 0 3px;
	cursor: pointer;
}

.form-required {
	margin: 0 5px;
	padding: 3px 5px;
	border:1px solid #ff557f;
	border-radius:3px;
	vertical-align: 2px;
	font-size: 10px;
	font-weight: lighter;
	color: #ff557f;
}

.form-optional {
	margin: 0 5px;
	padding: 3px 5px;
	border:1px solid #cccccc;
	border-radius:3px;
	vertical-align: 2px;
	font-size: 10px;
	font-weight: lighter;
	color: #999999;
}

.str-count-wrap{
	width:100%;
	margin-bottom:5px;
	text-align:right;
}

.str-count{
	margin-left:10px;
	font-size:18px;
	font-weight:bold;
	color:#cccccc;
}

.str-count-subscript{
	font-size:12px;
	color:#cccccc;
}

/* button
-------------------------------------------------------------*/

.button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	display: inline-block;
	outline: none;
	border: none;	
	line-height: 1;
	vertical-align: middle;
	font-family: "YuGothic", "游ゴシック","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","Meiryo","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  	-ms-transition: all 0.3s;
  	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.is-ie .button {
	font-family: "Meiryo","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}

.button.buttun--large {
	width: 100%;
	padding: 20px;
	border-radius: 3px;
	background: #737d8b;
	border: 1px solid #5c646f;
	box-shadow: inset 0 1px 0 #989faa, 1px 1px 1px rgba(0,0,0,0.1);
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.button.buttun--middle {
	height: 54px;
	padding: 0 100px;
	border-radius: 3px;
	background: #737d8b;
	border: 1px solid #5c646f;
	box-shadow: inset 0 1px 0 #989faa, 1px 1px 1px rgba(0,0,0,0.1);
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.button.buttun--small {
	height: 30px;
	padding: 0 20px;
	border-radius: 3px;
	border: 1px solid #5c646f;
	background: #737d8b;
	box-shadow: inset 0 1px 0 #989faa, 1px 1px 1px rgba(0,0,0,0.1);
	font-size: 14px;
	font-weight:bold;
	color: #ffffff;
}

.button.buttun--sub {
	height: 30px;
	padding: 0 10px;
	border-radius: 3px;
	border: 1px solid #cccccc;
	background: #f7f7f7;
	box-shadow: inset 0 1px 0 #f7f7f7, 1px 1px 1px rgba(0,0,0,0.1);
	font-size: 14px;
	color: #555555;
}

.buttun--large:hover,
.buttun--middle:hover,
.buttun--small:hover {
	background: #646c78;
	text-decoration: none;
	color: #ffffff;
}

.buttun--sub:hover {
	background: #e6e6e6;
	text-decoration: none;
	color: #454b53;
}

.button:active{
	text-decoration:none;
    box-shadow: inset 3px 3px 3px rgba(0,0,0,0.5);
    position:relative;
    top:1px;
}

.button:disabled {
	border: 1px solid #e7e7e7;
	box-shadow: inset 0 1px 0 #ffffff;
	background: #efefef;
	font-weight: bold;
	color: #cccccc;
	cursor: not-allowed;
}

.button:disabled:hover {
	opacity: 1;
	color: #cccccc;
}

/* table
-------------------------------------------------------------*/

.table {
	width: 100%;
	border-top: 1px solid #e3e3e3;
}

.table th {
	width: 30%;
	padding: 20px;
	border-bottom: 1px solid #e3e3e3;
	background: #fafafa;
	font-size: 16px;
}

.table td {
	width: 70%;
	padding: 20px;
	border-bottom: 1px solid #e3e3e3;
}

.table td.colspan {
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
	background: #fafafa;
}

/* scroll-div
-------------------------------------------------------------*/

.scroll-div {
	overflow: scroll;
  	width: 100%;
  	height: 150px;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #e3e3e3;
	background: #f0f7fc;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
	font-size: 12px;
}

.scroll-div h2 {
	margin-bottom:20px;
	font-size: 14px;
	font-weight: bold;
}

.scroll-div h3 {
	margin: 30px auto 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dddddd;
	font-size: 14px;
}

.lower-alpha {
	margin: 10px auto;
}

.lower-alpha li {
	list-style-type: lower-alpha !important;
}

/* link-button
-------------------------------------------------------------*/

.link-button{
	position: relative;
	padding: 20px 100px;
	border: 1px solid #737d8b;
	border-radius: 6px;
	box-shadow: 0 3px 0 #e2e5e8;
	background: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #454b53;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.link-button:hover{
	opacity: 0.5;
	color: #454b53;
	text-decoration: none;
}

.link-button:before {
	content:"\E83C";
	position: absolute;
	top: 18px;
	right: 20px;
	font-family: "eyetag-webfont";
	font-size: 20px;
	color: #454b53;
}

.link-button--grey {
	display: block;
	width: 100%;
	padding: 20px 0;
	border-radius: 6px;
	background: #737d8b;
	text-decoration:none;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.link-button--grey:hover {
	opacity: 0.7;
	text-decoration: none;
	color: #ffffff;
}

.link-button--grey.inlblk {
	display: inline-block;
	width: 300px;
	margin: 0 10px;
}

.link-button--grey.inlblk-small {
	display: inline-block;
	width: 200px;
	padding: 10px;
	border-radius: 4px;
	font-size: 14px;
}

/* sidebar-widget-area-left
-------------------------------------------------------------*/

.sidebar-widget-area-left {
	position: relative;
	width: 300px;
}

.sidebar-widget-area-left-inner {
	position: relative;
	width: 300px;
}

/* sidebar-widget-area-right
-------------------------------------------------------------*/

.sidebar-widget-area-right {
	position: relative;
	width: 300px;
}

.sidebar-widget-area-right-fixed {
	position: fixed;
	top: 80px;
}

.sidebar-widget-area-right-absolute {
	position: absolute;
	bottom: 0;
}

/* ranking-widget
-------------------------------------------------------------*/

.ranking-widget {
	position: relative;
	width: 300px;
	margin-bottom: 30px;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	background: #ffffff;
}

.ranking-widget-header {
	width: 100%;
	margin: 0;
	padding: 20px 10px;
	border-bottom: 1px solid #e3e3e3;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	font-weight: bold;
}

.ranking-widget-header img {
	margin-top: 10px;
	margin-bottom: 10px;
}

.ranking-widget-header span {
	font-size: 10px;
	color: #454b53;
}

.ranking-widget-header.career {
	color: #3f51b5;
}

.ranking-widget-header.intern {
	color: #00cc99;
}

.ranking-widget-footer {
	width: 100%;
	height: 54px;
	margin: 0;
	border-top: 1px solid #e3e3e3;
	background: #f5f6f7;
}

.ranking-widget-footer a {
	display: block;
	width: 100%;
	height: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	line-height: 54px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #454b53;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.ranking-widget-footer a:hover {
	background: #e2e5e8;
}

.ranking-widget-content {
	width: 100%;
	margin: 0;
	padding: 20px;
}

.ranking {
	display: table;
	overflow: hidden;
	position: relative;
	width: 260px;
	margin: 0 0 20px;
	padding: 0;
	cursor: pointer;
	table-layout: fixed;
}

.ranking:last-child {
	margin-bottom: 0;
}

.ranking a {
	text-decoration: none;
	font-weight: bold;
	color: #454b53;
}

.ranking a span {
	font-size: 11px;
	font-weight: lighter;
}

.ranking-pic {
	display: table-cell;
	overflow: hidden;
	position: relative;
	width: 80px;
	margin: 0;
	padding: 0;
	border-radius: 3px;
	vertical-align: top;
}

.ranking-pic img {
	box-shadow: 0 0 0 1px #f2f2f2;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
}

.ranking-pic:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: #ff4f4f transparent transparent transparent;
}

.ranking-pic:after {
	content: "注目";
	position: absolute;
	top: 1px;
	left: 2px;
	z-index: 3;
	font-size: 8px;
	color: #ffffff;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.ranking-title {
	display: table-cell;
	width: 180px;
	margin: 0;
	padding-left: 10px;
	vertical-align: top;
}

/* ranking-widget-hor
-------------------------------------------------------------*/

.ranking-widget-hor {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.ranking-widget-hor-header {
	position: relative;
	margin-bottom: 20px;
	padding: 20px 0;
	border-top: 2px solid #00cc99;
	border-bottom: 2px solid #00cc99;
	text-align: center;
	background: #ffffff;
	font-size: 20px;
	font-weight: bold;
	color: #00cc99;
}

.ranking-widget-hor-header:after,
.ranking-widget-hor-header:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	height: 0;
	width: 0;
	border: solid transparent;
	pointer-events: none;
}

.ranking-widget-hor-header:after {
	margin-left: -15px;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 15px;
}

.ranking-widget-hor-header:before {
	margin-left: -18px;
	border-color: rgba(0, 204, 153, 0);
	border-top-color: #00cc99;
	border-width: 18px;
}

.ranking-widget-hor-content {
	display: table;
	width: 100%;
	border: 6px solid #e2e5e8;
	table-layout: fixed;
}

.ranking-hor {
	display: table-cell;
	position: relative;
	width: 20%;
	margin: 0;
	padding: 10px;
	border-right: 1px solid #f3f3f3;
	cursor: pointer;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.ranking-hor:hover {
	background: #f5f6f7;
}

.ranking-hor:nth-of-type(5) {
	border-right: 1px solid transparent;
}

.ranking-hor:after {
	z-index: 2;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 30px;
	height: 30px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	background: #737d8b;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
	text-align: center;
	line-height: 26px;
	font-family:"Montserrat", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
}

.ranking-hor:first-child:after {
	content: "1";	
}

.ranking-hor:nth-child(2):after {
	content: "2";
}

.ranking-hor:nth-child(3):after {
	content: "3";
}

.ranking-hor:nth-child(4):after {
	content: "4";
}

.ranking-hor:nth-child(5):after {
	content: "5";
}

.ranking-hor img {
	display:block;
	max-width: 100% !important;
	height: auto;
}

.ranking-hor-pic {
	overflow: hidden;
}

.ranking-hor-title a {
	font-weight: bold;
	color: #454b53;
}

.ranking-hor-title a span {
	font-size:11px;
	font-weight: lighter;
}

.ranking-hor-title a:hover {
	text-decoration: none;
	color: #454b53;
}

/* banner-widget
-------------------------------------------------------------*/

.banner-widget {
	position: relative;
	width: 100%;
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #e3e3e3;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.banner img:hover {
	opacity: 0.6;
}

/* search-widget
-------------------------------------------------------------*/

.search-widget {
	position: relative;
	width: 300px;
	height: 54px;
	margin-bottom: 30px;
}

.search-widget-input {
	position: relative;
	width: 300px;
	height: 54px;
	background: #ffffff;
}

.search-widget-input dt {
	width: 246px;
	height: 54px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.search-widget-input dt input {
	outline: none;
	width: 246px;
	height: 54px;
	padding: 10px;
	border: none;
	vertical-align: middle;
	background: none;
}

.search-widget-input dt input:focus {
	outline: none;
	border: none;
}

.search-widget-input dd {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 54px;
	height: 54px;
}

.search-widget-input dd button {
	outline: none;
	display: block;
	width: 54px;
	height: 54px;
	line-height: 54px;
	border: none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: #737d8b;
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.search-widget-input dd button:hover {
	background: #454b53;
}

.search-widget-input dd button span {
	display: block;
	margin-top: -3px;
	font-size: 24px;
	color: #ffffff;
}

/* pagination
-------------------------------------------------------------*/

.tablenav {
	height: 40px;
	margin: 0 auto 30px;
	padding: 0;
	text-align: center;
	color: #737d8b;
}

.page-numbers,
.tablenav .current,
.tablenav .next,
.tablenav .prev {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 3px;
	line-height: 40px;
	border: solid 1px #737d8b;
	border-radius: 3px;
	box-shadow: 0 2px 0 #f5f6f7;
	background-color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-family:"Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #737d8b;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.page-numbers:hover,
.tablenav .next:hover,
.tablenav .prev:hover {
	border: solid 1px #737d8b;
	background: #f5f6f7;
	text-decoration: none;
	color: #454b53;
}

.tablenav .current {
	border: solid 1px #737d8b;
	box-shadow: 0 2px 0 #e2e5e8;
	background: #737d8b;
	color: #ffffff;
}

.next-article10 {
	display: block;
	position: relative;
	width: 100%;
	height: 54px;
	border-radius: 4px;
	box-shadow: 0 3px 0 #e2e5e8;
	background: #737d8b;
	line-height: 54px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.next-article10:before {
	content:"\E83C";
	position: absolute;
	top: 0px;
	right: 20px;
	font-family: "eyetag-webfont";
	font-size: 20px;
	color: #ffffff;
}

.next-article10:hover {
	text-decoration: none;
	background: #454b53;
	color: #ffffff;
}

/* rotation-count
-------------------------------------------------------------*/

.rotation-count {
	display: inline-block;
	margin: 0 10px;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform:rotateY(180deg);
        transform:rotateY(180deg);
    }
    100% {
        -webkit-transform:rotateY(0deg);
        transform:rotateY(0deg);
    }
}
 
@-moz-keyframes rotate {
    0% {
        -moz-transform:rotateY(180deg);
        transform:rotateY(180deg);
    }
    100% {
        -moz-transform:rotateY(0deg);
        transform:rotateY(0deg);
    }
}
 
@keyframes rotate {
    0% {
        -webkit-transform:rotateY(180deg);
        -moz-transform:rotateY(180deg);
        -ms-transform:rotateY(180deg);
        -o-transform:rotateY(180deg);
        transform:rotateY(180deg);
    }
    100% {
        -webkit-transform:rotateY(0deg);
        -moz-transform:rotateY(0deg);
        -ms-transform:rotateY(0deg);
        -o-transform:rotateY(0deg);
        transform:rotateY(0deg);
    }
}

/* overlay & modal
-------------------------------------------------------------*/

.lock {
    overflow:hidden;
}

.overlay {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1002;
	height: 100%;
	width: 100%;
	background-color: #000000;
	background-position: center center;
	background-repeat: no-repeat;
	background:-webkit-gradient(radial, center center, 0, center center, 460, from(rgba(255,255,255,0.5)), to(rgba(0,0,0,0.5)));
	background:-webkit-radial-gradient(circle, rgba(255,255,255,0.5), rgba(0,0,0,0.5));
	background:-moz-radial-gradient(circle, rgba(255,255,255,0.5), rgba(0,0,0,0.5));
	background:-ms-radial-gradient(circle, rgba(255,255,255,0.5), rgba(0,0,0,0.5));
	cursor: pointer;
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	z-index:1003;
	height: auto;
	width: 1000px;
	margin: auto;
	border-radius: 6px;
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	background: #ffffff;
	cursor: default;
}

.modal-header {
	position: relative;
	height: 50px;
	margin: 0;
	padding: 0;
	background: #00cc99;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}

.modal-header-title {
	height: 50px;
	margin: 0;
	padding: 0;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
}

.modal-close-btn {
	position: absolute;
	top: 10px;
	right: 7px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	cursor: pointer;
}

.modal-contents {
	overflow: hidden;
	width: 100%;
	max-height: 480px;
	padding: 30px 0 30px;
}

/* tab
-------------------------------------------------------------*/

.tab {
	display: table;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-bottom: 3px solid #737d8b;
	background: #f5f6f7;
}

.tab li {
	list-style: none;
	display: table-cell;
	height: 50px;
	margin: 0;
	line-height: 50px;
	text-align: center;
}

.tab li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	text-decoration: none;
	font-weight: bold;
	color: #454b53;
}

.tab li a:hover {
	background: #5c646f;
	color: #ffffff;
}

.tab li.active,
.tab li.active a,
.tab li.active a:hover {
	background: #737d8b;
	color: #ffffff;
}

.tab-contents {
	clear: both;
	overflow: hidden;
	width: 100%;
}

.tabbox {
	display: none;
}

/* media-picup
-------------------------------------------------------------*/

.media-picup-h2 {
	position: relative;
	width: 960px;
	margin: 0 auto 40px;
	text-align: center;
	line-height: 1.2;
	font-size: 16px;
	font-weight: bold;
}

.media-picup-h2 span {
	letter-spacing: 3px;
	font-size: 38px;
	font-family:"brandon-grotesque", sans-serif;
	font-weight: 700;
}

.media-picup{
	display: table;
	float: left;
	width: 400px;
	margin: 0;
	padding: 20px;
	background: #ffffff;
	cursor: pointer;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.media-picup:hover {
	background: #f5f6f7;
}

.media-picup:nth-of-type(3n+1) {
	clear:left;
}

.media-picup:nth-of-type(4),
.media-picup:nth-of-type(5),
.media-picup:nth-of-type(6) {
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

.media-picup:nth-of-type(2),
.media-picup:nth-of-type(5),
.media-picup:nth-of-type(8) {
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}

.media-picup-pic{
	display: table-cell;
	position: relative;
	width: 150px;
	vertical-align: top;
}

.media-picup-cat{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 1px 5px;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

.media-picup-text{
	display: table-cell;
	width : 250px;
	padding: 0 0 0 10px;
	vertical-align: top;
}

.media-picup-text a{
	text-decoration: none;
	font-weight: bold;
	color: #454b53;
}

.media-picup-date {
	margin-bottom: 0;
	font-family:"Montserrat", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #737d8b;
}

/* media-cat
-------------------------------------------------------------*/

.media-cat-workstyle {
	background: #3e84ff;
}

.media-cat-workstyle:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -5px;
	width: 5px;
	height: 100%;
	background: -webkit-linear-gradient(135deg, transparent 3px, #3e84ff 3px);
	background: -moz-linear-gradient(135deg, transparent 3px, #3e84ff 3px);
	background: -o-linear-gradient(135deg, transparent 3px, #3e84ff 3px);
	background: -ms-linear-gradient(135deg, transparent 3px, #3e84ff 3px);
	background-repeat: no-repeat;
}

.media-cat-startup {
	background: #50e3c2;
}

.media-cat-startup:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -5px;
	width: 5px;
	height: 100%;
	background: -webkit-linear-gradient(135deg, transparent 3px, #50e3c2 3px);
	background: -moz-linear-gradient(135deg, transparent 3px, #50e3c2 3px);
	background: -o-linear-gradient(135deg, transparent 3px, #50e3c2 3px);
	background: -ms-linear-gradient(135deg, transparent 3px, #50e3c2 3px);
	background-repeat: no-repeat;
}

.media-cat-idea {
	background: #b855ff;
}

.media-cat-idea:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -5px;
	width: 5px;
	height: 100%;
	background: -webkit-linear-gradient(135deg, transparent 3px, #b855ff 3px);
	background: -moz-linear-gradient(135deg, transparent 3px, #b855ff 3px);
	background: -o-linear-gradient(135deg, transparent 3px, #b855ff 3px);
	background: -ms-linear-gradient(135deg, transparent 3px, #b855ff 3px);
	background-repeat: no-repeat;
}

.media-cat-world {
	background: #aae964;
}

.media-cat-world:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -5px;
	width: 5px;
	height: 100%;
	background: -webkit-linear-gradient(135deg, transparent 3px, #aae964 3px);
	background: -moz-linear-gradient(135deg, transparent 3px, #aae964 3px);
	background: -o-linear-gradient(135deg, transparent 3px, #aae964 3px);
	background: -ms-linear-gradient(135deg, transparent 3px, #aae964 3px);
	background-repeat: no-repeat;
}

.media-cat-it {
	background: #fd7c7c;
}

.media-cat-it:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -5px;
	width: 5px;
	height: 100%;
	background: -webkit-linear-gradient(135deg, transparent 3px, #fd7c7c 3px);
	background: -moz-linear-gradient(135deg, transparent 3px, #fd7c7c 3px);
	background: -o-linear-gradient(135deg, transparent 3px, #fd7c7c 3px);
	background: -ms-linear-gradient(135deg, transparent 3px, #fd7c7c 3px);
	background-repeat: no-repeat;
}

.media-cat-social {
	background: #ff55d2;
}

.media-cat-social:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -5px;
	width: 5px;
	height: 100%;
	background: -webkit-linear-gradient(135deg, transparent 3px, #ff55d2 3px);
	background: -moz-linear-gradient(135deg, transparent 3px, #ff55d2 3px);
	background: -o-linear-gradient(135deg, transparent 3px, #ff55d2 3px);
	background: -ms-linear-gradient(135deg, transparent 3px, #ff55d2 3px);
	background-repeat: no-repeat;
}

.media-cat-local {
	background: #f1c40f;
}

.media-cat-local:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -5px;
	width: 5px;
	height: 100%;
	background: -webkit-linear-gradient(135deg, transparent 3px, #f1c40f 3px);
	background: -moz-linear-gradient(135deg, transparent 3px, #f1c40f 3px);
	background: -o-linear-gradient(135deg, transparent 3px, #f1c40f 3px);
	background: -ms-linear-gradient(135deg, transparent 3px, #f1c40f 3px);
	background-repeat: no-repeat;
}

.media-cat-keiei {
	background: #bfbe2a;
}

.media-cat-keiei:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -5px;
	width: 5px;
	height: 100%;
	background: -webkit-linear-gradient(135deg, transparent 3px, #bfbe2a 3px);
	background: -moz-linear-gradient(135deg, transparent 3px, #bfbe2a 3px);
	background: -o-linear-gradient(135deg, transparent 3px, #bfbe2a 3px);
	background: -ms-linear-gradient(135deg, transparent 3px, #bfbe2a 3px);
	background-repeat: no-repeat;
}

.media-cat-special {
	background: #ff4f4f;
}

.media-cat-special:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -5px;
	width: 5px;
	height: 100%;
	background: -webkit-linear-gradient(135deg, transparent 3px, #ff4f4f 3px);
	background: -moz-linear-gradient(135deg, transparent 3px, #ff4f4f 3px);
	background: -o-linear-gradient(135deg, transparent 3px, #ff4f4f 3px);
	background: -ms-linear-gradient(135deg, transparent 3px, #ff4f4f 3px);
	background-repeat: no-repeat;
}

.media-cat-archive {
	background: #737d8b;
}

.media-cat-archive:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -5px;
	width: 5px;
	height: 100%;
	background: -webkit-linear-gradient(135deg, transparent 3px, #737d8b 3px);
	background: -moz-linear-gradient(135deg, transparent 3px, #737d8b 3px);
	background: -o-linear-gradient(135deg, transparent 3px, #737d8b 3px);
	background: -ms-linear-gradient(135deg, transparent 3px, #737d8b 3px);
	background-repeat: no-repeat;
}

/* to-other-link
-------------------------------------------------------------*/

.to-other-link-wrap {
	display: table;
	position: relative;
	width: 100%;
	border-top: 1px solid #e3e3e3;
}

.to-other-link-wrap:after {
	content: "DRIVEが運営する求人メディア";
	position: absolute;
	top: -20px;
	left: 50%;
	width: 300px;
	height: 40px;
	margin-left: -150px;
	border-radius: 4px;
	background: #737d8b;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.to-other-link {
	display: table-cell;
	/*width: 50%;*/ 
	width: 100%;
	height: 180px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: #454b53;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition:all 200ms linear;
	-ms-transition: all 200ms linear;
	transition:all 200ms linear;
}

.to-other-link:nth-of-type(1) {
	border-right: 1px solid #e3e3e3;
}

.to-other-link:hover {
	background: #f5f6f7;
	text-decoration: none;
	color: #454b53;
}

.to-other-link img {
	margin-top: 10px;
}

/* crumbs
-------------------------------------------------------------*/

div.crumbs {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 40px;
	line-height: 40px;
	font-size: 10px;
	color: #737d8b;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

div.crumbs a {
	color: #737d8b;
	text-decoration: none;
}

div.crumbs a:hover {
	color: #737d8b;
	text-decoration: underline;
}

/* heading
-------------------------------------------------------------*/

.page-h2 {
	margin: 10px auto 30px;
	padding-left: 10px;
	border-left: 5px solid #454b53;
	line-height: 1.2;
	font-size: 24px;
	font-weight: bold;
	color: #454b53;
}

.page-h2 >span {
	letter-spacing: 3px;
	font-family:"Montserrat", sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.page-h2--nonb {
	margin: 0 auto 60px;
	padding-top: 60px;
	border-top: 1px solid #e3e3e3;
	line-height: 1.2;
	font-size: 30px;
	font-weight: bold;
	color: #00cc99;
}

.page-h3 {
	margin: 60px auto 20px;
	font-size: 20px;
	font-weight: bold;
	color: #737d8b;
}

.page-h3-grey {
	margin: 60px auto 20px;
	font-size: 20px;
	font-weight: bold;
	color: #454b53;
}

.page-h3-inlblk {
	display: inline-block;
	margin: 60px auto 20px;
	padding: 10px;
	border: 1px solid #00cc99;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	color: #00cc99;
}

/* attention
-------------------------------------------------------------*/

.attention {
	padding: 30px;
	border: 1px solid #dddddd;
	border-radius: 4px; 
	background: #fafafa;
}

/* web-font num
-------------------------------------------------------------*/

.web-font-montserrat {
	font-family:"Montserrat", sans-serif;
	font-weight: 400;
}

/* pic-text
-------------------------------------------------------------*/

.pic-text {
	display: table;
	width: 100%;
	table-layout:fixed;
}

.pic-text-pic {
	display: table-cell;
	width: 300px;
	text-align: center;
	vertical-align: top;
}

.pic-text-pic img {
	width: 240px;
}

.pic-text-text {
	display: table-cell;
	padding-left: 20px;
}

/* sending-indication
-------------------------------------------------------------*/

.sending-indication {
	display: none;
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 1003;
	width: 200px;
	height: 100px;
	margin: -50px auto 0;
	padding-top: 18px;
	border-radius: 4px;
	background: rgba(0,0,0,0.5);
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}

.sending-indication span{
	display: inline-block;
	width:40px;
	height:40px;
	border-radius: 50%;
	border: 5px solid #999999;
	border-top-color: #cccccc;
	-webkit-animation: spinner 0.5s infinite ease-in;
	-moz-animation: spinner 0.5s infinite ease-in;
	-o-animation: spinner 0.5s infinite ease-in;
	-ms-animation: spinner 0.5s infinite ease-in;
}

@-webkit-keyframes spinner {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes spinner {
	0% { -moz-transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); }
}

@-o-keyframes spinner {
	0% { -o-transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@-ms-keyframes spinner {
	0% { -ms-transform: rotate(0deg); }
	100% { -ms-transform: rotate(360deg); }
}


/* pbnlink
-------------------------------------------------------------*/

a.bnlink{
	position:relative;
	background-color:#f46375;
	width:300px;
	display:block;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#fff;
	position:relative;
	margin:140px auto 60px;
	padding-bottom:10px;
	padding:10px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow:0px 5px 0px 0px #f1334b, 0px 10px 5px #999;
	z-index:2;
}

a.bnlink:hover{
	color:#ffffff;
	text-decoration:none;
}

a.bnlink:active {
	top:0px;
	background:#f46375;
	box-shadow: inset 0px 4px 1px #720815, 0px 2px 0px 0px #f1334b, 0px 5px 3px #999;
	text-decoration:none;
}

a.bnlink:before {
	background-color:#f7f7f7;
	background-image:url('../../images/media/bnlink_arrow.png');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:59px 59px;
	-moz-background-size:59px 59px;
	-webkit-background-size:59px 59px;
	-o-background-size:59px 59px;
	-ms-background-size:59px 59px;
	content:"";
	width:300px;
	height:100px;
	position:absolute;
	top:-90px;
	left:0px;
	margin-top:-11px;
	z-index:0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

a.bnlink:active:before {
	top: -90px;	
	box-shadow: 0px 3px 0px #ccc;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * project(各ページ毎のパーツ)
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/***************************************************************************************************************************************
*
* top page
*
****************************************************************************************************************************************/

/*----- weekly-pick-up ----- */

.weekly-pick-up-h2 {
	position: relative;
	width: 960px;
	margin: 0 auto 40px;
	text-align: center;
	line-height: 1.2;
	font-size: 16px;
	font-weight: bold;
}

.weekly-pick-up-h2 span {
	letter-spacing: 3px;
	font-size: 38px;
	font-family:"brandon-grotesque", sans-serif;
	font-weight: 700;
}

.weekly-pick-up {
	float: left;
	position: relative;
	width: 370px;
	margin-right: 45px;
	cursor: pointer;
}

.weekly-pick-up:nth-of-type(3) {
	margin-right: 0;
}

.weekly-pick-up-pic {
	overflow: hidden;
	position: relative;
	width: 370px;
	height: 208px;
	background: #f5f6f7;
}

.weekly-pick-up-pic img {
	width: 370px;
	height: 208px;
}

.weekly-pick-up-cover {
	display: none;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 370px;
	height: 208px;
	background: rgba(0,0,0,0.5);
	line-height: 208px;
	text-align: center;
	font-family:"Montserrat", sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #ffffff;
}
.weekly-pick-up-date {
	font-size: 12px;
	font-family:"Montserrat", sans-serif;
	font-weight: 400;
	color: #b4b9c1;
}

.weekly-pick-up-title{
	margin-bottom: 0;
	padding: 20px 20px 0;
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}

.weekly-pick-up-title a {
	line-height: 1.5;
	text-decoration: none;
	font-size: 20px;
	color: #454b53;
	font-weight: bold;
}

.weekly-pick-up-cat-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.weekly-pick-up-cat {
	display: inline-block;
	padding: 3px 0 3px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.weekly-pick-up-writer-wrap {
	display: table;
	width: 100%;
	height: 30px;
	margin: 10px 0;
	line-height: 1;
}

.weekly-pick-up-title > p {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f3f3f3;
}

.weekly-pick-up-writer-pic {
	display: table-cell;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #e2e5e8;
	vertical-align: middle;
}

.weekly-pick-up-writer-pic img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.weekly-pick-up-writer-name {
	display: table-cell;
	margin: 0;
	padding-left: 10px;
	vertical-align: middle;
}

.weekly-pick-up-cat-date {
	font-size: 12px;
	font-family:"Montserrat", sans-serif;
	font-weight: 400;
	color: #b4b9c1;
}

/*----- new arrival ----- */

.new-arrival-posts {
	width: 860px;
	padding: 20px 19px;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	background: #ffffff;
	box-shadow: 0 0 3px 0 #cccccc;
}

.new-arrival-posts-h2 {
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: bold;
}

.post-wrap {
	float: left;
	position: relative;
	width: 260px;
	margin-right: 20px;
	margin-bottom: 40px;
	cursor: pointer;
}

.post-wrap-wide {
	width: 818px;
	margin-right: 0;
	margin-bottom: 40px !important;
}

.post-wrap-cover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 260px;
	height: 173px;
	background: rgba(0,0,0,0.5);
	line-height: 173px;
	text-align: center;
	font-family:"Montserrat", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #ffffff;
}

.post-wrap-cover-wide {
	width: 818px;
	height: 474px;
	padding-top: 80px;
	font-size: 30px;
}

.post-pic {
	overflow: hidden;
	position: relative;
	width: 260px;
	height: 173px;
}

.post-pic-wide {
	width: 818px;
	height: 474px;
}

.post-pic img {
	width: 260px;
	height: 173px;
}

.post-pic-wide img {
	width: 818px;
	height: 474px;
}

.post-title-wrap {
	position: relative;
	padding: 15px;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
}

.post-title-wrap-wide {
	position: absolute;
	bottom: 0;
	z-index: 5;
	width: 100%;
	padding: 40px 15px 15px;
	border-bottom: none;
	border-right: none;
	border-left: none;
	background: rgba(0,0,0,0.3);
}

.post-title {
	margin-bottom: 0;
}

.post-title-wide {
	margin-bottom: 10px;
}

.post-title a {
	line-height: 1.5;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #454b53;
}

.post-title-wide a {
	line-height: 1.5;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}

.post-cat-wrap {
	position: absolute;
	top: -173px;
	left: -1px;
	margin: 0;
}

.post-cat-wrap-wide {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

.post-cat {
	display: inline-block;
	height: 25px;
	padding: 0 0 0 5px;
	line-height: 25px;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

.post-cat-wide {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.post-writer-wrap {
	display: table;
	position: absolute;
	top: -60px;
	left: -1px;
	right: -1px;
	width: 260px;
	height: 60px;
	line-height: 1;
	margin: 0;
	padding: 30px 10px 10px;
	background:-webkit-gradient(linear,bottom,top,color-stop(0%,rgba(0,0,0,0)),color-stop(50%,rgba(0,0,0,0.2)),color-stop(100%,rgba(0,0,0,0.4)));
	background:-moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.4) 100%);
    background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.4) 100%);
    background:-o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.4) 100%);
    background:-ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.4) 100%);
    background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.4) 100%);
}

.post-writer-wrap-wide {
	position: absolute;
	top: auto;
	bottom: 10px;
	left: 15px;
	right: 0px;
	width: 100%;
	height: 30px;
	padding: 0;
	background: none;
}

.post-writer-pic {
	display: table-cell;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #ffffff;
	vertical-align: middle;
}

.post-writer-pic-wide {
	width: 30px;
	height: 30px;
}

.post-writer-pic img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.post-writer-pic-wide img {
	width: 30px;
	height: 30px;
}

.post-writer-name {
	display: table-cell;
	margin: 0;
	padding-left: 10px;
	vertical-align: middle;
	color: #ffffff;
}

.post-cat-date {
	margin-bottom: 0;
	text-align: right;
	font-size: 12px;
	font-family:"Montserrat", sans-serif;
	font-weight: 400;
	color: #b4b9c1;
}

.post-cat-wide {
	color: #ffffff;
}

.new-alert {
	display: inline-block;
	position: relative;
	height: 20px;
	margin-right: 5px;
	padding: 0 5px;
	border-radius: 8px;
	background: #ff4f4f;
	line-height: 20px;
	font-size: 10px;
	font-family:"Montserrat", sans-serif;
	font-weight: 400;
	color: #ffffff;
}

.new-alert:after {
	content: "";
	position: absolute;
	left: 99%;
	top: 50%;
	height: 0;
	width: 0;
	margin-top: -3px;
	border: solid transparent;
	border-color: rgba(255, 79, 79, 0);
	border-left-color: #ff4f4f;
	border-width: 3px;
	pointer-events: none;
}

.new-alert-wide {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 80px 80px 0;
	border-color: transparent #ff4f4f transparent transparent;
}

.new-alert-wide-text {
	position: absolute;
	top: 20px;
	right: 10px;
	z-index: 3;
	font-family:"Montserrat", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}

/*----- event-info ----- */

.event-info-wrap {
	position: relative;
	margin-top: 40px;
	padding: 20px;
	border-radius: 4px;
	border: 1px solid #e3e3e3;
}

.event-info-wrap-page {
	position: relative;
	padding: 20px;
	border-radius: 4px;
	border: 1px solid #e3e3e3;
	box-shadow: 0 0 3px 0 #cccccc;
}

.event-info-h2 {
	height: 50px;
	margin: 0 auto 20px;
	padding: 0 10px;
	border-radius: 4px;
	background: url('../../images/media/bg-event-info-h2.png') top center repeat;
	line-height: 50px;
	font-size: 14px;
	font-weight: bold;
}

.event-info-h2 span {
	margin-right: 10px;
	letter-spacing: 1px;
	font-size: 24px;
	font-family: "Droid Serif", serif;
	font-weight: 700;
	font-style: italic;
}

.event-info-page-h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}

.event {
	display: table;
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #f3f3f3;
	cursor: pointer;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition:all 200ms linear;
	-ms-transition: all 200ms linear;
	transition:all 200ms linear;
}

.event:last-child {
	border-bottom: 1px solid #f3f3f3;
}

.event:hover {
	background: #f5f6f7;
}

.event-pic {
	display: table-cell;
	width: 200px;
	height: 135px;
	background: #fafafa;
}

.event-pic img {
	width: 200px;
	height: 135px;
}

.event-title {
	display: table-cell;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
}

.event-title-link a,
.event-title-link a:hover {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #454b53;
}

.event-title-desc {
	font-size: 12px;
	margin-bottom: 5px;
}

.event-link-to-arc {
	position: absolute;
	top: 35px;
	right: 30px;
	z-index: 2;
	width: 50px;
	height: 21px;
}

.event-link-to-arc a {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	background: #ffffff;
	box-shadow: 0 2px 0 #dddddd;
	line-height: 19px;
	text-align: center;
	font-size: 11px;
	color: #737d8b;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition:all 200ms linear;
	-ms-transition: all 200ms linear;
	transition:all 200ms linear;
}

.event-link-to-arc a:hover {
	background: #fafafa;
	text-decoration: none;
	color: #454b53;
}

/*----- sns / info ----- */

.sns-info-header {
	display: table-cell;
	width: 200px;
	height: 400px;
	vertical-align: top;
}

.sns-info-timeline {
	display: table-cell;
	width: 1000px;
	vertical-align: top;
}

.sns-info-h2 {
	position: relative;
	margin: 0 auto;
	text-align: center;
	line-height: 1;
	font-family:"brandon-grotesque", sans-serif;
	font-weight: 700;
	font-size: 60px;
	writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

.timeline-wrap {
	float: left;
	width: 320px;
	height: 400px;
	margin-right: 20px;
}

.timeline-wrap.tw {
	border: 1px solid #bbbbbb;
	border-radius: 4px;
	padding-left:1px;
	margin-bottom:10px;
}

.info-wrap {
	overflow: hidden;
	float: left;
	position: relative;
	width: 320px;
	height: 400px;
	border: 1px solid #bbbbbb;
	border-radius: 4px;
	margin-bottom:10px;
}

.info-link-to-arc {
	position: absolute;
	top: 11px;
	right: 5px;
	z-index: 2;
	width: 50px;
	height: 21px;
}

.info-link-to-arc a {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	background: #ffffff;
	box-shadow: 0 2px 0 #f5f6f7;
	line-height: 19px;
	text-align: center;
	font-size: 11px;
	color: #737d8b;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition:all 200ms linear;
	-ms-transition: all 200ms linear;
	transition:all 200ms linear;
}

.info-link-to-arc a:hover {
	background: #f5f6f7;
	text-decoration: none;
	color: #454b53;
}

.info-header {
	position: relative;
	height: 43px;
	padding: 0 10px;
	line-height: 43px;
	border-bottom: 1px solid #e3e3e3;
	background: #ffffff;
	font-size: 11px;
}

.info-header span {
	font-family:"Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.info-content {
	overflow-y: scroll;
	width: 100%;
	height: 362px;
	background: #ffffff;
}

.info-title {
	position: relative;	
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #e3e3e3;
	background: #ffffff;
	cursor: pointer;
}

.info-title:last-child {
	border-bottom: none;	
}

.info-title:hover {
	background: #f5f6f7;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition:all 200ms linear;
	-ms-transition: all 200ms linear;
	transition:all 200ms linear;
}

.info-title span {
	font-size: 11px;
	color: #737d8b;
}

.info-title a,
.info-title a:hover {
	color: #454b53;
	text-decoration: none;
}

/***************************************************************************************************************************************
*
* single labo
*
****************************************************************************************************************************************/

.sg-labo-content {
	position: relative;
	width: 770px;
	padding: 40px;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	background: #ffffff;
	box-shadow: 0 0 3px 0 #cccccc;
}

.sg-labo-content img {
	max-width: 100%;
}

.sg-labo-content table {
	width: 100%;
	margin: 10px auto;
	border-top: 1px solid #e3e3e3;
}

.sg-labo-content table th {
	padding: 10px;
	border-bottom: 1px solid #e3e3e3;
	background: #fafafa;
	font-size: 16px;
}

.sg-labo-content table td {
	padding: 20px;
	border-bottom: 1px solid #e3e3e3;
}

.sg-labo-side-sns-wrap {
	position: absolute;
	top: 0;
    width: 100px;
	margin-left: -150px;
	padding: 20px 0;
	border-radius: 4px;
    text-align: center;
	background: #f5f6f7;
	font-weight: bold;
	font-size: 20px;
}

@media (max-width: 1330px) {
	.sg-labo-side-sns-wrap {
		display: none;
	}
}

.sg-labo-side-sns {	
    margin: 0 auto 15px;
}

.sg-labo-side-sns:nth-of-type(5) {	
    margin: 0 auto;
}

.sg-labo-side-sns-tw{
	width: 75px;
	margin: 0 auto 15px;
	font-size: 11px;
}
 
.sg-labo-side-sns-tw-box {
	display: block;
	position: relative;
	width: 75px;
	height: 36px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fff;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	color: #333333;
}

.sg-labo-side-sns-tw-box:after,
.sg-labo-side-sns-tw-box:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	height: 0;
	width: 0;
	border: solid transparent;
	pointer-events: none;
}
 
.sg-labo-side-sns-tw-box:after {
	margin-left: -3px;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 3px;
}

.sg-labo-side-sns-tw-box:before {
	margin-left: -4px;
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #ccc;
	border-width: 4px;
}

.sg-labo-title-wrap {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
}

.sg-labo-title-h2 {
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 26px;
	font-weight: bold;
}

.sg-labo-date {
	float: left;
	width: 49%;
	height: 30px;
	margin-bottom: 0;
	line-height: 30px;
	font-family:"Montserrat", sans-serif;
	font-weight: 400;
	color: #b4b9c1;
}

.sg-labo-title-sns {
	float: right;
	width: 49%;
	height: 30px;
	margin-bottom: 0;
	text-align: right;
}

.sg-labo-sns-tw {
	display: inline-block;
	width: 90px;
	height: 30px;
	padding-top: 2px;
	border: 1px solid #56adef;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px #79c8fe;
	background: rgb(95,181,247);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVmYjVmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NmFkZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(95,181,247,1) 0%, rgba(86,173,239,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(95,181,247,1) 0%,rgba(86,173,239,1) 100%);
	background: linear-gradient(to bottom,  rgba(95,181,247,1) 0%,rgba(86,173,239,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fb5f7', endColorstr='#56adef',GradientType=0 );
	text-align: center;
	font-size: 24px;
	color: #ffffff;
}

.is-ie .sg-labo-sns-tw {
	padding-top: 5px;
}

.sg-labo-sns-fb {
	display: inline-block;
	width: 90px;
	height: 30px;
	margin-left: 20px;
	padding-top: 2px;
	border: 1px solid #3d57a2;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px #5a7cc6;
	background: rgb(74,103,183);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRhNjdiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDU3YTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(74,103,183,1) 0%, rgba(61,87,162,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(74,103,183,1) 0%,rgba(61,87,162,1) 100%);
	background: linear-gradient(to bottom,  rgba(74,103,183,1) 0%,rgba(61,87,162,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a67b7', endColorstr='#3d57a2',GradientType=0 );
	text-align: center;
	font-size: 24px;
	color: #ffffff;
}

.is-ie .sg-labo-sns-fb {
	padding-top: 5px;
}

.sg-labo-sns-tw:hover,
.sg-labo-sns-fb:hover {
	opacity: 0.7;
	text-decoration: none;
	color: #ffffff;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.sg-labo-body > p {
	line-height: 2;
	font-size: 17px;
}

.sg-labo-body > ul,
.sg-labo-body > ol,
.sg-labo-body > dl {
	line-height: 1.5;
	font-size: 17px;
}

.sg-labo-body > h5 {
	position: relative;
	margin: 60px auto 20px;
	padding: 20px 0;
	border-top: 2px solid #454b53;
	border-bottom: 2px solid #454b53;
	line-height: 1.5;
	font-size: 21px;
	font-weight: bold;
}

/*replace javascript style*/
.sg-labo-body > .replaced {
	line-height: 2;
	font-size: 17px;
}

.sg-labo-body > .replaced > p {
	line-height: 2;
	font-size: 17px;
}

.sg-labo-body > .replaced > ul,
.sg-labo-body > .replaced > ol,
.sg-labo-body > .replaced > dl {
	line-height: 1.5;
	font-size: 17px;
}

.sg-labo-body > .replaced > h5 {
	position: relative;
	margin: 60px auto 20px;
	padding: 20px 0;
	border-top: 2px solid #454b53;
	border-bottom: 2px solid #454b53;
	line-height: 1.5;
	font-size: 21px;
	font-weight: bold;
}
/*end replace javascript style*/


.sg-labo-cat {
	position: relative;
	margin-right: 10px;
	padding: 5px 5px 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.sg-labo-profile-wrap{
	display: table;
	width: 100%;
	margin: 20px auto;
	padding: 20px;
	border: 1px solid #e3e3e3;
	box-shadow: 0 2px 0 #f5f6f7;
}

.sg-labo-profile-pic {
	display:table-cell;
	width: 120px;
	padding-right: 20px;
	vertical-align: top;
}

.sg-labo-profile-text {
	display:table-cell;
	vertical-align:top;
}

.sg-labo-tags {
	display: table;
	width: 100%;
	margin: 20px auto;
	padding: 20px;
	border: 1px solid #e3e3e3;
	box-shadow: 0 2px 0 #f5f6f7;
}

.sg-labo-tags > a {
	padding: 10px 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	border-radius: 4px;
    text-align: center;
	background: #f5f6f7;
	font-weight: bold;
	display: inline-block;
}


.sg-labo-author-title {
	margin-top: 40px;
	padding: 10px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background: #454b53;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.sg-labo-author-wrap {
	display: table;
	width: 100%;
	margin: 0 auto 20px;
	padding: 20px;
	border: 2px solid #454b53;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0 2px 0 #f5f6f7;
}

.sg-labo-author-pic {
	display:table-cell;
	width: 120px;
	padding-right: 20px;
	vertical-align: top;
}

.sg-labo-author-pic img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #f5f6f7;
}

.sg-labo-author-text {
	display:table-cell;
	vertical-align:top;
}

.sg-labo-footer-tw-fb-wrap {
	display: table;
    width: 690px;
	margin-top: 40px;
}

.sg-labo-footer-tw-wrap {
	display: table-cell;
    width: 345px;
	padding-right:10px;
}

.sg-labo-footer-fb-wrap {
	display: table-cell;
    width: 345px;
	padding-left:10px;
}

.sg-labo-footer-tw {
	display: inline-block;
	width: 335px;
	height: 70px;
	border: 1px solid #56adef;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px #79c8fe;
	background: rgb(95,181,247);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVmYjVmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NmFkZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(95,181,247,1) 0%, rgba(86,173,239,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(95,181,247,1) 0%,rgba(86,173,239,1) 100%);
	background: linear-gradient(to bottom,  rgba(95,181,247,1) 0%,rgba(86,173,239,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fb5f7', endColorstr='#56adef',GradientType=0 );
	line-height: 66px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

.sg-labo-footer-fb {
	display: inline-block;
	width: 335px;
	height: 70px;
	border: 1px solid #3d57a2;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px #5a7cc6;
	background: rgb(74,103,183);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRhNjdiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDU3YTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(74,103,183,1) 0%, rgba(61,87,162,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(74,103,183,1) 0%,rgba(61,87,162,1) 100%);
	background: linear-gradient(to bottom,  rgba(74,103,183,1) 0%,rgba(61,87,162,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a67b7', endColorstr='#3d57a2',GradientType=0 );
	line-height: 66px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

.sg-labo-footer-tw i,
.sg-labo-footer-fb i {
	font-size: 24px;
}

.sg-labo-footer-tw:hover,
.sg-labo-footer-fb:hover {
	opacity: 0.7;
	text-decoration: none;
	color: #ffffff;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.sg-labo-footer-sns-wrap {
	display: table;
	width: 690px;
	margin-top: 40px;
}

.sg-labo-footer-sns-pic {
	display: table-cell;
	position: relative;
	width: 370px;
	height: 208px;
	vertical-align: middle;
	cursor: pointer;
}

.sg-labo-footer-sns-pic:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:  rgba(69,75,83,0.5);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.sg-labo-footer-sns-pic:hover:after {
	background:  rgba(69,75,83,0.8);
}

.sg-labo-footer-sns-logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	margin: auto;
	width: 200px;
	height: 82px;
}

.sg-labo-footer-sns-text {
	display: table-cell;
	width: 320px;
	height: 208px;
	background: #454b53;
	vertical-align: middle;
	text-align: center;
	font-size:18px;
	font-weight: bold;
	color: #ffffff;
}

.sg-labo-footer-sns-text > span {
	font-size: 12px;
	color: #cccccc;
}

.sg-labo-same-cat-wrap {
	width: 690px;
	margin-top: 40px;
}

.sg-labo-same-cat-wrap-title {
	font-size: 22px;
	font-weight: bold;
}

.sg-labo-same-cat {
	display: table;
	width: 690px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.sg-labo-same-cat:hover{
	background: #f5f6f7;
}

.sg-labo-same-cat:nth-of-type(1) {
	border-top: 1px solid #e3e3e3;
}

.sg-labo-same-cat a,
.sg-labo-same-cat a:hover {
	color: #454b53;
	text-decoration: none;
}

.sg-labo-same-cat-pic {
	display: table-cell;
	position: relative;
	width: 150px;
}

.sg-labo-same-cat-cat {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 20px;
	padding: 0 0 0 5px;
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

.sg-labo-same-cat-text {
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
}

.sg-labo-same-cat-title {
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
}

.sg-labo-same-cat-date {
	margin-bottom: 0;
	font-family:"Montserrat", sans-serif;
	font-weight: 400;
	color: #b4b9c1;
}

.sg-labo-same-cat-writer-wrap {
	display: table;
	height: 30px;
	margin: 0;
	line-height: 1;
}

.sg-labo-same-cat-writer-pic {
	display: table-cell;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #e2e5e8;
	vertical-align: middle;
}

.sg-labo-same-cat-writer-pic img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.sg-labo-same-cat-writer-name {
	display: table-cell;
	margin: 0;
	padding-left: 10px;
	vertical-align: middle;
}

.sg-labo-rank10-wrap {
	width: 690px;
	margin-top: 40px;
}

.sg-labo-rank10-wrap-title {
	font-size: 22px;
	font-weight: bold;
}

.sg-labo-rank10 {
	float: left;
	display: table;
	width: 345px;
	cursor: pointer;
	border-bottom: 1px solid #e3e3e3;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.ranking-widget > .sg-labo-rank10 {
	float: left;
	display: table;
	width: 100%;
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}


.sg-labo-rank10:nth-of-type(1),
.sg-labo-rank10:nth-of-type(2) {
	border-top: 1px solid #e3e3e3;
}

.sg-labo-rank10:nth-of-type(odd) {
	border-right: 1px solid #e3e3e3;
}

.ranking-widget > .sg-labo-rank10 {
	border: none;
	border-top: 1px solid #e3e3e3;
	height: 120px;
}

.sg-labo-rank10:hover {
	background: #f5f6f7;
}


.sg-labo-rank10-pic {
	display: table-cell;
	position: relative;
	width: 130px;
	padding-top: 10px;
	padding-left: 10px;
	vertical-align: top;
}

.ranking-widget > .sg-labo-rank10 > .sg-labo-rank10-pic {
	display: table-cell;
	position: relative;
	width: 80px;
	padding-top: 10px;
	padding-left: 10px;
	vertical-align: top;
}

.sg-labo-rank10-num{
	z-index: 2;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 24px;
	height: 24px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	background: #737d8b;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
	text-align: center;
	line-height: 20px;
	font-family:"Montserrat", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #ffffff;
}

.sg-labo-rank10-text {
	display: table-cell;
	padding: 10px;
	vertical-align: top;
}

.sg-labo-rank10-title {
	line-height: 1.5;
	margin-bottom: 0;
}

.sg-labo-rank10-title a,
.sg-labo-rank10-title a:hover {
	text-decoration: none;
	color: #454b53;
}

.sg-labo-rank10-cat {
	display: inline-block;
	position: relative;
	height: 20px;
	padding: 0 0 0 5px;
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

.sg-labo-rank10-access {
	margin-bottom: 0;
	font-size: 12px;
	font-family:"Montserrat", sans-serif;
	font-weight: 400;
	color: #737d8b;
}

.sg-labo-dialogue-wrap {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

.sg-labo-dialogue-pic {
	display: table-cell;
	width: 120px;
	vertical-align: top;
	text-align: center;
}

.sg-labo-dialogue-pic > img {
	display: block;
	border-radius: 50% !important;
	width: 120px !important;
	margin-bottom: 10px;
}

.sg-labo-dialogue-comment {
	display: table-cell;
	padding-left: 30px;
	width: 680px;
	vertical-align: top;
	line-height: 2 !important;
	font-size: 17px !important;
}

.sg-labo-dialogue-comment >p {
	line-height: 2 !important;
}

/***************************************************************************************************************************************
*
* single event & news
*
****************************************************************************************************************************************/

.sg-content {
	position: relative;
	width: 100%;
	padding: 40px;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	background: #ffffff;
	box-shadow: 0 0 3px 0 #cccccc;
}

.sg-title-wrap {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
}

.sg-tag {
	margin-right: 5px;
	padding: 3px 5px;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	background: #ffffff;
	font-size: 11px;
	color: #737d8b;
}

.sg-date {
	margin-bottom: 20px;
	font-family:"Montserrat", sans-serif;
	font-weight: 400;
	color: #b4b9c1;
}

.sg-title-h2 {
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 26px;
	font-weight: bold;
}

.sg-title-sns {
	float: right;
	width: 49%;
	height: 30px;
	margin-bottom: 0;
	text-align: right;
}

.sg-sns-tw {
	display: inline-block;
	width: 90px;
	height: 30px;
	padding-top: 2px;
	border: 1px solid #56adef;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px #79c8fe;
	background: rgb(95,181,247);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVmYjVmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NmFkZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(95,181,247,1) 0%, rgba(86,173,239,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(95,181,247,1) 0%,rgba(86,173,239,1) 100%);
	background: linear-gradient(to bottom,  rgba(95,181,247,1) 0%,rgba(86,173,239,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fb5f7', endColorstr='#56adef',GradientType=0 );
	text-align: center;
	font-size: 24px;
	color: #ffffff;
}

.is-ie .sg-sns-tw {
	padding-top: 5px;
}

.sg-sns-fb {
	display: inline-block;
	width: 90px;
	height: 30px;
	margin-left: 20px;
	padding-top: 2px;
	border: 1px solid #3d57a2;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px #5a7cc6;
	background: rgb(74,103,183);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRhNjdiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDU3YTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(74,103,183,1) 0%, rgba(61,87,162,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(74,103,183,1) 0%,rgba(61,87,162,1) 100%);
	background: linear-gradient(to bottom,  rgba(74,103,183,1) 0%,rgba(61,87,162,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a67b7', endColorstr='#3d57a2',GradientType=0 );
	text-align: center;
	font-size: 24px;
	color: #ffffff;
}

.is-ie .sg-sns-fb {
	padding-top: 5px;
}

.sg-sns-tw:hover,
.sg-sns-fb:hover {
	opacity: 0.7;
	text-decoration: none;
	color: #ffffff;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.sg-body {
	line-height: 2;
	font-size: 17px;
}

.sg-body hr {
	position: relative;
	height: 0;
	margin: 40px 0 0;
	padding: 0 0 30px;
	border: none;
}

.sg-body hr:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	height: 1px;
	width: 100%;
	background: #dddddd;
}

.sg-body img {
	max-width: 100%;
}

.sg-h3 {
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

.sg-h3-bg {
	height: 50px;
	margin: 40px auto 20px;
	padding: 0 10px;
	border-radius: 4px;
	background: url('../../images/media/bg-event-info-h2.png') top center repeat;
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
}

/***************************************************************************************************************************************
*
* page about
*
****************************************************************************************************************************************/

.section--about {
	padding-top: 150px;
	background: url('../../images/media/bg-section--about.jpg') top center no-repeat;
	background-position: center;
  	background-size: cover;
  	background-attachment: fixed;	
}

.about-content {
	position: relative;
	border-radius: 6px;
	border: solid 1px rgba(255, 255, 255, 0.1);
  	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.about-content:before {
	content: "";
	-webkit-filter: blur(6px);
	-moz-filter: blur(6px);
	-ms-filter: blur(6px);
	-o-filter: blur(6px);
	filter: blur(6px);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url('../../images/media/bg-section--about.jpg') top center no-repeat;
	background-position: center;
  	background-size: cover;
  	background-attachment: fixed;
}

.is-ie .about-content:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: rgba(255,255,255,0.3);
}

.about-content-inner {
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	padding: 60px;
	text-align: center;
	text-shadow: 0 1px 5px #000000;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

.about-content-inner span {
	font-size: 28px;
}

.about-h2 {
	margin: 0 auto 150px;
	text-align: center;
	line-height: 1;
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 1px 5px #000000;
}

.about-h2 span.eng {
	letter-spacing: 5px;
}

.about-h2 span.eng2 {
	letter-spacing: 3px;
	font-family:"brandon-grotesque", sans-serif;
	font-weight: 700;
	font-size: 18px;
}

/***************************************************************************************************************************************
*
* page news
*
****************************************************************************************************************************************/

.news-arc-title {
	position: relative;
	margin: 0;
	padding: 30px 50px 30px 20px;
	border-bottom: 1px solid #e3e3e3;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.news-arc-title:after {
	content: "\E833";
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -12px;
	font-family: "eyetag-webfont";
	font-size: 24px;
	color: #d0d3d8;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;	
}

.news-arc-title:nth-of-type(1) {
	border-top: 1px solid #e3e3e3;
}

.news-arc-title:hover{
	background: #f7f7f7;
}

.news-arc-title:hover:after {
	position: absolute;
	top: 50%;
	right: 20px;
}

.news-arc-title span{
	font-family:"Montserrat", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #b4b9c1;
}

.news-arc-title a,
.news-arc-title a:hover {
	text-decoration: none;
	color: #454b53;
}

/***************************************************************************************************************************************
*
* page special-edition
*
****************************************************************************************************************************************/

.special-edition-wrap {
	position: relative;
	padding: 20px;
	border-radius: 4px;
	border: 1px solid #e3e3e3;
	box-shadow: 0 0 3px 0 #cccccc;
}

.special-edition-date {
	height: 20px;
	line-height: 20px;
	font-family:"Montserrat", sans-serif;
	font-weight: 400;
	color: #b4b9c1;
}

.special-edition-new-alert {
	display: inline-block;
	position: relative;
	height: 20px;
	margin-left: 5px;
	padding: 0 5px;
	border-radius: 8px;
	background: #ff4f4f;
	line-height: 20px;
	font-size: 10px;
	font-family:"Montserrat", sans-serif;
	font-weight: 400;
	color: #ffffff;
}

.special-edition-new-alert:after {
	content: "";
	position: absolute;
	right: 99%;
	top: 50%;
	height: 0;
	width: 0;
	margin-top: -3px;
	border: solid transparent;
	border-color: rgba(255, 79, 79, 0);
	border-right-color: #ff4f4f;
	border-width: 3px;
	pointer-events: none;
}

.special-edition-h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}

.special-edition {
	display: table;
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #f3f3f3;
	cursor: pointer;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition:all 200ms linear;
	-ms-transition: all 200ms linear;
	transition:all 200ms linear;
}

.special-edition:last-child {
	border-bottom: 1px solid #f3f3f3;
}

.special-edition:hover {
	background: #f5f6f7;
}

.special-edition-pic {
	display: table-cell;
	position: relative;
	width: 400px;
	height: 270px;
	background: #fafafa;
}

.special-edition-pic img {
	width: 400px;
	height: 270px;
}

.special-edition-title {
	display: table-cell;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
}

.special-edition-title-link a,
.special-edition-title-link a:hover {
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	color: #454b53;
}

/***************************************************************************************************************************************
*
* single special
*
****************************************************************************************************************************************/

.sg-special-header-wrap {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 580px;
}

.sg-special-header {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 580px;
	margin: 0;
	text-indent: 100%;
  	white-space: nowrap;
}

.sg-special-header:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 580px;
	background: rgba(0,0,0,0.3);
}

.sg-special-header-pic {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 3;
	width: 1000px;
	height: 580px;
	margin-left: -500px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.sg-special-header-pic img {
	width: 1000px;
	height: 580px;
}

.error-title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	margin: auto;
	text-align: center;
	line-height: 1.5;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
}

.sg-special-h2-tag {
	display: inline-block;
	height: 30px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 0 10px;
	background: #454b53;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}

.sg-special-date {
	display: inline-block;
	height: 30px;
	margin-bottom: 10px;
	line-height: 26px;
	font-family:"Montserrat", sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #b4b9c1;
}

.sg-special-h2 {
	margin-bottom: 20px;
	line-height: 1.2;
	font-size: 30px;
	font-weight: bold;
}

.sg-special {
	display: table;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #f3f3f3;
	cursor: pointer;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition:all 200ms linear;
	-ms-transition: all 200ms linear;
	transition:all 200ms linear;
}

.sg-special:hover {
	background: #f5f6f7;
}

.sg-special-pic {
	display: table-cell;
	position: relative;
	width: 400px;
	height: 270px;
	background: #fafafa;
}

.sg-special-pic img {
	width: 400px;
	height: 270px;
}

.sg-special-title {
	display: table-cell;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
}

.sg-special-title-link a,
.sg-special-title-link a:hover {
	line-height: 1.5;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	color: #454b53;
}

.sg-special-cat {
	display: inline-block;
	position: relative;
	height: 20px;
	padding: 0 0 0 5px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.sg-special-writer-wrap {
	display: table;
	height: 30px;
	margin: 0;
	line-height: 1;
}

.sg-special-writer-pic {
	display: table-cell;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #e2e5e8;
	vertical-align: middle;
}

.sg-special-writer-pic img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.sg-special-writer-name {
	display: table-cell;
	margin: 0;
	padding-left: 10px;
	vertical-align: middle;
}

.sg-special-related-h3 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.sg-special-related {
	float: left;
	width: 280px;
	margin-right: 39px;
	background: #f5f6f7;
	cursor: pointer;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition:all 200ms linear;
	-ms-transition: all 200ms linear;
	transition:all 200ms linear;
}

.sg-special-related:hover {
	opacity: 0.7;
}

.sg-special-related-pic {
	width: 280px;
	height: 189px;
}

.sg-special-related-pic img {
	width: 280px;
	height: 189px;
}

.sg-special-related-title {
	padding: 20px;
}

.sg-special-related-date {
	font-family:"Montserrat", sans-serif;
	font-weight: 400;
	color: #b4b9c1;
}

.sg-special-related-title-link {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bold;
}

.sg-special-related-title-link a,
.sg-special-related-title-link a:hover {
	color: #454b53;
	text-decoration: none;
}

/***************************************************************************************************************************************
*
* search-result
*
****************************************************************************************************************************************/

.search-result-wrap {
	position: relative;
	width: 770px;
	padding: 40px;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	background: #ffffff;
	box-shadow: 0 0 3px 0 #cccccc;
}

.search-result {
	display: table;
	width: 690px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.search-result:hover{
	background: #f5f6f7;
}

.search-result:nth-of-type(1) {
	border-top: 1px solid #e3e3e3;
}

.search-result a,
.search-result a:hover {
	color: #454b53;
	text-decoration: none;
}

.search-result-pic {
	display: table-cell;
	position: relative;
	width: 150px;
	background: #fafafa;
}

.search-result-cat {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 20px;
	padding: 0 0 0 5px;
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

.search-result-text {
	display: table-cell;
	padding-left: 20px;
	vertical-align: top;
}

.search-result-title {
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
}

.search-result-date {
	margin-bottom: 0;
	font-family:"Montserrat", sans-serif;
	font-weight: 400;
	color: #b4b9c1;
}

.search-result-writer-wrap {
	display: table;
	height: 30px;
	margin: 0 0 0 370px;
	line-height: 1;
}

.search-result-writer-pic {
	display: table-cell;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #e2e5e8;
	vertical-align: middle;
}

.search-result-writer-pic img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.search-result-writer-name {
	display: table-cell;
	margin: 0;
	padding-left: 10px;
	vertical-align: middle;
}

/***************************************************************************************************************************************
*
* page sitemap
*
****************************************************************************************************************************************/

.sitemap,
.sitemap ul {
    sitemap-style-type: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style: none;
}

.sitemap ul {
    margin-left: 40px;
    position: relative;
}

.sitemap ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid #e3e3e3;
}

.sitemap li {
    margin: 0;
    padding: 3px 0 3px 60px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 400;
    position: relative;
    list-style-type: none;
    font-size: 16px;
}

.sitemap li a {
    padding: 5px 20px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: bold;
    border: 1px solid #454b53;
    border-radius: 3px;
    position: relative;
	color: #454b53;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.sitemap li a.none {
    padding: 0;
    border: none;
    font-size: 14px;
}

.sitemap li a.none:hover {
    background: none;
    color: #454b53;
    text-decoration: underline;
}

.sitemap li ul li ul li a {
    padding: 0;
    border: none;
    font-size: 14px;
}

.sitemap li a:hover {
    background: #454b53;
    color: #fff;
}

.sitemap li ul li ul li a:hover {
    background: none;
    color: #454b53;
    text-decoration: underline;
}

.sitemap ul li:before {
    content: "";
    display: block;
    width: 55px;
    height: 0;
    border-top: 1px solid #e3e3e3;
    position: absolute;
    top: 23px;
    left: 0;
}

.sitemap ul li:last-child:before {
    background: #ffffff;
    height: auto;
    top: 23px;
    bottom: 0;
}

/***************************************************************************************************************************************
*
* page 404
*
****************************************************************************************************************************************/

.not-found-message {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 350px;
	text-align: center;
}

.not-found-message a {
	margin: 0 20px;
	font-size: 16px;
	font-weight: bold;
	color: #454b53;
}

/***************************************************************************************************************************************
*
* Wordpress Settings
*
****************************************************************************************************************************************/

.alignnone{
	text-align:left;
	margin:20px auto;
	clear:both;
	display:block;
	max-width:100%;
	height:auto;
}

.aligncenter{
	text-align:left;
	margin:20px auto;
	clear:both;
	display:block;
	max-width:100%;
	height:auto;
}

.alignleft{
	text-align:left;
	margin:20px auto;
	clear:both;
	display:block;
	max-width:100%;
	height:auto;
}

.alignright{
	text-align:left;
	margin:20px auto;
	clear:both;
	display:block;
	max-width:100%;
	height:auto;
}

.wp-caption-text{
	margin-top:10px;
	font-size:12px;
}

.wp-caption {
	width:100% !important;
	text-align: center;
}

.fieldset {
	margin-bottom: 20px;
	padding: 15px 20px;
	border: 1px solid #e3e3e3;
	box-shadow: 0 2px 0 #f5f6f7;
}

.legend {
	margin: 10px 0;
	padding: 0 10px;
	color: #000000;
}

iframe{ width:100%; }

blockquote {
	position: relative;
	width: 80%;
	margin: 20px auto;
	font-size: 14px;
	font-style: italic;
}

blockquote:before {
	content: "\E825";
	position: absolute;
	top: 0;
	left: -20px;
	font-size: 20px;
	font-family: "eyetag-webfont";
}