/* top/style.css v1.0.0 */
input[type=search]{
	-webkit-border-radius : 4px;
	-webkit-appearance : none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
}

.search-icon{
	padding-bottom: 2px;
}

.button-share{
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-top: 7px;
}

.page_main {
	background-color: #fff;
}

.info-header {
    background-color: white;
    margin: 0 -30px;
}

@media screen and (max-width: 800px) {
    .js .info-header {
        margin: 0 -10px;
    }
}

.js .info-header {
    display: none;
}

/* notice */
.notice-header{
	background: #D8D8D8;
	padding: 10px;
}
.notice-nav{
	background: #F2F2F2;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	font-size: 14px;
	color: #000000;
	padding: 10px 15px;
}
.notice-nav h1 {
	margin: 0;
	font-size: 14px;
}
.notice-nav h1 a {
	font-weight: normal;
}

@media screen and (min-width: 801px) {
	.notice-header{
		background: #D8D8D8;
	}
}

/* alert */
.alert-heading {
	font-size: 100%;
	line-height: 1.72;
}

.alert-body {
	font-size: 85.72%;
	line-height: 1.75;
	color: #808080;
}

/* slideshow */
.info-slideshow {
    position: relative;
}

.slideshow-slides {
    position: relative;
    height: 300px;
    padding-bottom: 80px;
    overflow: hidden;
}

.slideshow-slides .slide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.slideshow-slides .image-wrapper {
    border-bottom: 1px solid #e6e6e6;
    display: block;
    overflow: hidden;
    position: relative;
    height: 300px;
}

.slideshow-slides .image-wrapper img {
    position: absolute;
}

.slideshow-slides {
	height: 277px;
}

.slideshow-indicator {
	position: absolute;
    right: 20px;
	bottom: 19px;
}

.slideshow-slides .title{
	position: absolute;
	margin: 16px 80px 0 20px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 114.29%;
	line-height: 1.5;
}

.slideshow-slides .title .icon,
.slideshow-indicator a {
	display: inline-block;
	line-height: 0;
	vertical-align: top;
}

.slideshow-slides .title .icon,
.slideshow-indicator a {
	background-image: url(https://s.yimg.jp/i/docs/top/assets/img/sprites.png);
	background-repeat: no-repeat;
}

.slideshow-slides .title .icon{
	float: left;
	width: 16px;
	height: 16px;
	margin-top: .25em;
	margin-left: -20px;
	background-position: 0 0;
}

.slideshow-slides a {
    text-decoration: none;
    color: #545454;
}

.slideshow-slides a:hover {
    cursor: pointer;
}

.slideshow-slides a:hover .title .icon {
	width: 16px;
	height: 16px;
	background-position: 0 -20px;
}

.slideshow-indicator a{
	float: left;
	width: 16px;
	height: 16px;
	margin-left: 4px;
	background-position: 0 -160px;
}

.slideshow-indicator a.active {
	background-position: 0 -180px;
}

@media screen and (max-width: 800px) {
	.slideshow-slides,
	.slideshow-slides .image-wrapper {
		height: 350px;
	}
}

@media screen and (max-width: 519px) {
	.slideshow-slides,
	.slideshow-slides .image-wrapper {
		height: 230px;
	}
    .slideshow-slides .title {
        margin-right: 0;
    }
    .slideshow-indicator {
        bottom: 24px;
    }
}

/* feed:common */
.feed-nav button,
.feed-nav-search .search-submit,
.ui-dialog-titlebar-close {
	display: inline-block;
	box-sizing: content-box;
	margin: 0;
	padding: 0;
	border-width: 0;
	background-color: transparent;
	color: inherit;
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.feed-nav button:hover,
.feed-nav-search .search-submit:hover,
.ui-dialog-titlebar-close:hover,
.feed-nav button:focus,
.feed-nav-search .search-submit:focus,
.ui-dialog-titlebar-close:focus,
.feed-nav button:active,
.feed-nav-search .search-submit:active,
.ui-dialog-titlebar-close:active {
	text-decoration: none;
}

.feed-nav button[aria-disabled="true"],
.feed-nav-search [aria-disabled="true"].search-submit,
[aria-disabled="true"].ui-dialog-titlebar-close,
.feed-nav button[disabled],
.feed-nav-search [disabled].search-submit,
[disabled].ui-dialog-titlebar-close {
	cursor: default;
}

.feed-nav button::-moz-focus-inner,
.feed-nav-search .search-submit::-moz-focus-inner,
.ui-dialog-titlebar-close::-moz-focus-inner {
	border-width: 0;
	padding: 0;
}

.feed-nav-tabs .feed-nav-item.item-viewswitcher .switch-to-card .icon,
.feed-nav-tabs .feed-nav-item.item-viewswitcher .icon,
.feed-detail .permalink .icon-after,
.feed-detail .permalink:hover .icon-after,
.feed-nav-tabs .feed-nav-item.item-category .icon,
.feed-nav-tabs .feed-nav-item.item-date .icon,
.feed-nav-tabs .feed-nav-item.item-category a:hover .icon,
.feed-nav-tabs .feed-nav-item.item-category.ui-tabs-active a .icon,
.feed-nav-tabs .feed-nav-item.item-date a:hover .icon,
.feed-nav-tabs .feed-nav-item.item-date.ui-tabs-active a .icon,
.feed-detail .permalink .icon-before {
	display: inline-block;
	line-height: 0;
	vertical-align: top;
}

.feed-nav-tabs .feed-nav-item.item-viewswitcher .switch-to-card .icon,
.feed-nav-tabs .feed-nav-item.item-viewswitcher .icon,
.feed-detail .permalink .icon-after,
.feed-detail .permalink:hover .icon-after,
.feed-nav-tabs .feed-nav-item.item-category .icon,
.feed-nav-tabs .feed-nav-item.item-date .icon,
.feed-nav-tabs .feed-nav-item.item-category a:hover .icon,
.feed-nav-tabs .feed-nav-item.item-category.ui-tabs-active a .icon,
.feed-nav-tabs .feed-nav-item.item-date a:hover .icon,
.feed-nav-tabs .feed-nav-item.item-date.ui-tabs-active a .icon,
.feed-detail .permalink .icon-before {
	background-image: url(https://s.yimg.jp/i/docs/top/assets/img/sprites.png);
	background-repeat: no-repeat;
}

/* feed:nav */
.feed-nav-container {
    height: 50px;
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
    z-index: 1;
}

@media screen and (max-width: 800px) {
    .js .feed-nav-container {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.feed-nav{
	position: absolute;
	right: 0;
	z-index: 1;
	width: 100%;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	background-color: #f2f2f2;
}

.feed-nav.sticky{
	position: fixed;
	top: 0;
	left: 211px;
	width: auto;
}

.offcanvas-right-visible .feed-nav.sticky{
	right: 630px;
	left: -630px;
	-webkit-transition: 0.25s cubic-bezier(0.19, 1, 0.22, 1);
	transition: 0.25s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition-property: left, right;
	transition-property: left, right;
}

.feed-nav-share{
	float:right;
	padding-top: 3px;
}

.feed-nav-share a{
	text-decoration: none;
}

.feed-nav-share .icon-facebook{
	margin-right: 5px;
}

.feed-nav-tabs{
	margin-right: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #f2f2f2;
	font-size: 100%;
	line-height: 1.29;
}

.feed-nav-tabs:before,
.feed-nav-tabs:after {
    content: " ";
    display: table;
}

.feed-nav-tabs:after {
    clear: both;
}

.feed-nav-tabs .label{
	display: block;
	height: 31px;
	min-height: 18px;
	padding: 16px 50px;
	padding-bottom: 0;
	padding-left: 20px;
}

.feed-nav-tabs .feed-nav-trigger {
	cursor: pointer;
	display: block;
	position: relative;
	text-decoration: none;
	border-bottom: 3px solid #545454;
}

.feed-nav-tabs .feed-nav-trigger:hover,
.feed-nav-tabs .ui-tabs-active .feed-nav-trigger {
	background-color: #3b3b3b;
	border-bottom-color: #3b3b3b;
	color: white;
}

.feed-nav-tabs .ui-tabs-active .feed-nav-trigger {
	border-bottom-color: #ff0033;
}

.feed-nav-tabs .feed-nav-item {
	float: left;
	border: solid #6e6e6e;
	border-width: 0 1px 0 0;
	white-space: nowrap;
	position: relative;
}

.feed-nav-tabs .feed-nav-item.item-category .icon,
.feed-nav-tabs .feed-nav-item.item-date .icon {
	position: absolute;
	top: 50%;
	right: 17px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background-position: 0 -80px;
}

.feed-nav-tabs .feed-nav-item.item-category a:hover .icon,
.feed-nav-tabs .feed-nav-item.item-category.ui-tabs-active a .icon,
.feed-nav-tabs .feed-nav-item.item-date a:hover .icon,
.feed-nav-tabs .feed-nav-item.item-date.ui-tabs-active a .icon {
	width: 16px;
	height: 16px;
	background-position: 0 -100px;
}

.feed-nav-tabs .feed-nav-item.item-viewswitcher .label {
	clip: rect(0 0 0 0);
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin: -1px;
	padding: 0;
	border: 0;
}

.feed-nav-tabs .feed-nav-item.item-viewswitcher .icon {
	width: 16px;
	height: 16px;
	background-position: 0 -220px;
}

.feed-nav-tabs .feed-nav-item.item-viewswitcher .switch-to-card .icon {
	width: 16px;
	height: 16px;
	background-position: 0 -200px;
}

.feed-nav-tabs .feed-nav-item.item-viewswitcher .feed-nav-trigger {
	padding: 17px 17px 14px;
	line-height: 1;
}

.feed-nav-tabs .feed-nav-item.item-category .label,
.feed-nav-tabs .feed-nav-item.item-date .label {
	width: 60px;
}

.feed-nav-tabs .feed-nav-item.item-search {
	float: left;
	border-width: 0 0 0 0;
}

.feed-nav-tabs .feed-nav-item.item-search a {
	width: 50px;
	height: 16px;
	padding: 17px 0 14px;
	line-height: 1;
	text-align: center;
}

.feed-nav-panel {
	background-color: #3b3b3b;
	color: white;
	position: absolute;
	overflow: auto;
}

.feed-nav-panel#panel-category {
	left: 0;
	width: 181px;
}

.feed-nav-panel#panel-date {
	left: 0;
	width: 312px;
}

.feed-nav-panel#panel-search {
	right: 0;
	width: 320px;
}

.feed-nav-catselector .feed-category-item.checked .icon {
	background-position: -20px 0;
	width: 24px;
	height: 24px;
}

.feed-nav-catselector label {
	background-color: #3b3b3b;
	color: white;
	display: block;
	line-height: 18px;
	padding: 12px;
}

.feed-nav-catselector label:hover,
.feed-nav-catselector label:focus {
	background-color: #545454;
}

.feed-nav-catselector .ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.feed-nav-search .control-wrapper {
	display: block;
	position: relative;
	margin: 10px;
	padding-right: 85px;
}

.search-input{
	width: 250px;
	height: 34px;
	box-sizing: border-box !important;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 4px 0 0 4px;
	background: #fff;
	color: #333;
	font-size: 14px;
}

.feed-nav-search .search-input {
	display: block;
	width: 205px;
	height: 20px;
	margin: 0;
	padding: 4px;
	border: 1px solid #6e6e6e;
	border-radius: 0;
	background-color: #545454;
	color: #fff;
	-webkit-appearance: none;
}

.search-submit{
	position: absolute;
	top: 0;
	left: 230px;
	width: 54px;
	height: 34px;
	margin: 8px 10px 8px 0;
	border: 1px solid #e5e5e5;
	border-radius: 0 4px 4px 0;
	background: #464646 !important;
	color: #fff !important;
	font-size: 14px;
	cursor: pointer;
}

.feed-nav-search .search-submit {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 30px;
	background-color: #545454;
	color: #fff;
}

.feed-nav-search .search-submit:hover,
.feed-nav-search .search-submit:focus {
	background-color: #fff;
	color: #545454;
}

.feed-nav-search .search-submit .letter {
	margin: 0 0.34em;
}

.feed-nav-result {
	background-color: #3b3b3b;
	color: white;
	height: 35px;
	padding: 15px 20px 0;
	display: none;
}

.feed-nav-result a {
	color: #d9d9d9;
}

.button-reload {
	border-left: 1px solid #6e6e6e;
	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (max-width: 800px) {
    .js .feed-nav.sticky{
		top: 50px;
		left: 0;
		-webkit-transition: .25s cubic-bezier(.19, 1, .22, 1);
		transition: .25s cubic-bezier(.19, 1, .22, 1);
		-webkit-transition-property: left, right;
		transition-property: left, right;
	}
    .js .offcanvas_left_visible .feed-nav.sticky {
    	left: 210px;
    	right: -210px;
    }

    .js .feed-detail-container {
		top: 50px;
	}

	.js .feed-nav-tabs .label {
		padding-right: 20px;
	}

	.js .feed-nav-tabs .item-category .icon,
	.js .feed-nav-tabs .item-date .icon {
		display: none !important;
	}
}

@media screen and (max-width: 630px) {
    .offcanvas_right_visible .feed-nav.sticky {
    	left: -100%;
    	right: 100%;
    }

	.feed-detail-container {
		background-image: none;
		width: 100%;
	}

	.feed-detail {
		padding-left: 0;
	}
	.feed-detail .social-buttons {
		position: static;
		width: auto;
	}
	.feed-detail .social-buttons-item {
		display: inline-block;
		*display: inline;
	}
}

@media screen and (max-width: 519px) {
	.feed-nav-tabs .feed-nav-item.item-viewswitcher {
		display: none;
	}
}

@media screen and (max-width: 375px) {
	.feed-nav-share{
		display: none;
	}
}

/* feed:item */
.date-heading {
	-webkit-box-shadow: 0 1px white inset;
	box-shadow: 0 1px white inset;
	margin: 48px auto 12px;
	border-top: 1px solid #e6e6e6;
	color: #808080;
	font-size: 100%;
	line-height: 1.5;
	text-align: center;
}

.date-heading .label {
	display: inline-block;
	position: relative;
	top: -17px;
	padding: 0 1.5em;
	border: 1px solid #e6e6e6;
	border-radius: 18px;
	background-color: white;
	line-height: 33px;
	white-space: nowrap;
}

.no-borderradius .date-heading .label {
	width: 115px;
	padding: 0;
	border-width: 0;
	background: url(../img/bg-pill.png) no-repeat 50% 50%;
	line-height: 35px;
}

.feed-list-container.card .feed-group {
	*zoom: 1;
	margin: auto;
	max-width: 1600px;
}

.feed-list-container.card .feed-group:before,
.feed-list-container.card .feed-group:after {
	content: " ";
	display: table;
}

.feed-list-container.card .feed-group:after {
	clear: both;
}

.feed-list-container.card .col {
	float: left;
}

.feed-list-container.card.col-2 .col {
	width: 50%;
}

.feed-list-container.card.col-3 .col {
	width: 33.33%;
}

.feed-list-container.card.col-4 .col {
	width: 25%;
}

.feed-list-container.card.col-5 .col {
	width: 20%;
}

.feed-list-container.list .col {
	margin: auto;
	max-width: 960px;
}

.feed-loading {
	padding: 40px 0;
	text-align: center;
}

.feed-group {
	*zoom: 1;
	margin: auto;
}

.feed-group:before,
.feed-group:after {
	content: " ";
	display: table;
}

.feed-group:after {
	clear: both;
}

.feed-item{
	position: relative;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	-webkit-transition: -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s;
}

.feed-item:hover,
.feed-item:focus {
	-webkit-box-shadow: 0 0 0 4px #ffb3c2;
	box-shadow: 0 0 0 4px #ffb3c2;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
}

.card .feed-item {
	margin: 0 10px 20px;
	padding: 0 20px;
}

.list .feed-item {
	margin: 10px;
	padding-left: 160px;
	padding-bottom: 30px;
}

.list .feed-item.no-image {
	padding-left: 0;
}

.list .feed-item:before,
.list .feed-item:after {
	content: " ";
	display: table;
}

.list .feed-item:after {
	clear: both;
}

.list .feed-item .author-name {
	font-size: 85.72%;
	line-height: 1.34;
}

.feed-item a {
	text-decoration: none;
}

.feed-item .heading {
	margin: 0;
	font-size: 100%;
	line-height: 1.5;
	word-wrap: break-word;
}

.feed-item .heading a {
	display: block;
	color: #545454;
}

.feed-item .source-icon {
	position: absolute;
	top: 0;
}

.feed-item .category,
.feed-item .date {
	font-size: 71.43%;
	line-height: 1.4;
	color: gray;
}

.card .feed-item .category {
	bottom: 25px;
	left: 20px;
}

.card .feed-item .thumb-wrapper {
	display: block;
	margin: 0 -20px;
}

.card .feed-item .thumb {
	width: 100% !important;
	height: auto !important;
}

.card .feed-item .heading a {
	padding: 10px 20px 40px;
	margin: 0 -20px;
}

.card .feed-item .source-icon {
	left: 0;
}

.card .feed-item .author-image {
	width: 48px;
	margin-top: -28px;
	padding: 1px;
	border: 3px solid #fff;
	background-color: #d9d9d9;
}

.card .feed-item .author-name {
	clip: rect(0 0 0 0);
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin: -1px;
	padding: 0;
	border: 0;
}

.card .feed-item .date {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.card .feed-item .category {
	float: right;
	margin-top: 10px;
}

.card .feed-item.no-image .author-image {
	margin-top: 10px;
}

.list .feed-item .category {
	position: absolute;
	top: 12px;
	left: 185px;
}

.list .feed-item.no-image .category {
	left: 25px;
}

.list .feed-item .thumb-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 160px;
	text-align: center;
	overflow: hidden;
}

.list .feed-item .thumb-wrapper a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.list .feed-item .thumb {
	position: absolute;
	top: 0;
	left: 0;
	zoom: 1;
}

.list .feed-item .heading {
	border-bottom: 1px solid #e6e6e6;
}

.list .feed-item .heading a {
	min-height: 65px;
	padding: 30px 25px 10px;
}

.list .feed-item .source-links {
	position: absolute;
	bottom: 0;
}

.list .feed-item .source-links a {
	color: gray;
}

.list .feed-item .author-image {
	height: 30px;
	margin-right: 10px;
	border-right: 1px solid #e6e6e6;
}

.list .feed-item .date {
	margin-left: 0.5em;
}

.list .feed-item .source-icon {
	right: 0;
}

@media screen and (max-width: 800px) {
	.js .list .feed-item {
		padding-left: 120px;
	}
	.js .list .feed-item.no-image {
		padding-left: 0;
	}
	.js .list .feed-item .category {
		left: 145px;
	}
	.js .list .feed-item.no-image .category {
		left: 25px;
	}
	.js .list .feed-item .feed-item-link {
		display: block;
		min-height: 0;
		padding: 5px 10px 0;
	}
	.js .list .feed-item .thumb-wrapper {
		width: 120px;
	}
	.js .list .feed-item .meta {
		border-top-width: 0;
	}
	.js .list .feed-item .author-name {
		font-size: 71.43%;
		line-height: 1.4;
	}
}

@media screen and (max-width: 519px) {
	.list .feed-item {
		margin: 10px 0;
	}
	.list .feed-item .category,
	.list .feed-item .author-image,
	.list .feed-item .source {
		display: none;
	}
	.list .feed-item .heading a {
		padding: 20px 15px 10px;
	}
	.list .feed-item .meta {
		padding-left: 10px;
	}
	.list .feed-item .source-links {
		bottom: 0;
		line-height: 1;
		min-height: 24px;
	}
}

/* feed:detail */
.ui-widget-overlay{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

.ui-dialog {
	position: absolute;
	z-index: 20;
	width: 520px !important;
	max-width: 100%;
	height: 100% !important;
	-webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
}

.ui-dialog-titlebar {
	position: absolute;
	z-index: 1;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	background-color: #fff;
	text-align: right;
}

.ui-dialog-titlebar-close {
	padding: 17px;
	border-left: 1px solid #e6e6e6;
	line-height: 1;
}

.ui-dialog-content {
	position: relative;
	height: 100% !important;
	overflow: auto;
	background-color: #808080;
}

.feed-detail-container {
	display: none;
}

.feed-detail {
	height: 100%;
}

.feed-detail .image-container {
	margin: 0 -40px;
}

.feed-detail .image-container .image {
	width: 100%;
}

.feed-detail .content-wrapper {
	min-height: 100%;
	padding: 0 40px;
	background-color: #fff;
}

.feed-detail .content-wrapper .push-top {
	height: 50px;
}

.feed-detail .content-wrapper .push-bottom {
	height: 135px;
}

.feed-detail .article-header {
	padding-top: 30px;
}

.feed-detail .article-header a {
	text-decoration: none;
}

.feed-detail .author-link {
	color: #545454;
}

.feed-detail .author-image {
	float: left;
	margin-right: 14px;
	border: 1px solid #e6e6e6;
}

.feed-detail .author-name {
	display: block;
	padding-top: 0.5em;
	color: #808080;
}

.feed-detail .date-link {
	display: inline-block;
	color: #808080;
	font-size: 85.72%;
	line-height: 1.34;
}

.feed-detail .source {
	position: absolute;
	top: 0;
	right: 0;
}

.feed-detail.no-image .source {
	position: static;
	margin-right: 0.5em;
}

.feed-detail .article-body {
	margin-top: 1.75em;
	margin-bottom: 1.75em;
	word-wrap: break-word;
	font-size: 100%;
	line-height: 1.72;
}

.feed-detail .permalink {
	display: block;
	position: relative;
	min-height: 20px;
	padding: 15px;
	border: 1px solid #e6e6e6;
	color: #545454;
	text-decoration: none;
	text-align: center;
}

.feed-detail .permalink .icon-before {
	width: 12px;
	height: 12px;
	margin-right: 0.5em;
	vertical-align: middle;
	background-position: 0 -120px;
}

.feed-detail .permalink .icon-after {
	position: absolute;
	top: 50%;
	right: 17px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background-position: 0 0;
}

.feed-detail .permalink:hover {
	background-color: #f2f2f2;
}

.feed-detail .permalink:hover .icon-after {
	background-position: 0 -20px;
}

.feed-detail .social-buttons {
	height: 85px;
	margin-top: -105px;
	padding: 20px 0 0;
	background-color: #808080;
	text-align: center;
}

.feed-detail .social-buttons-item {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

@media not screen and (height: 320px) and (orientation: landscape) {
	.iphone-safari .ui-dialog {
		height: -webkit-calc(100% + 60px) !important;
	}
}

@media screen and (max-width: 800px) {
	.feed-detail .image-container {
		margin: 0 -20px;
	}

	.feed-detail .content-wrapper {
		padding: 0 20px;
	}
}

@media screen and (max-width: 630px) {
	.feed-detail {
		padding-left: 0;
	}
	.feed-detail .social-buttons {
		position: static;
		width: auto;
	}
	.feed-detail .social-buttons-item {
		display: inline-block;
	}
}

@media screen and (max-width: 519px) {
	.feed-detail .image-container {
		margin: 0 -10px;
	}

	.feed-detail .content-wrapper {
		padding: 0 10px;
	}
}


/* jQuery UI Datepicker */
.ui-datepicker {
	background-color: #3b3b3b;
	color: white;
	margin: 2px;
}

.ui-datepicker-header {
	height: 35px;
	padding: 15px 50px 0;
	position: relative;
	text-align: center;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	cursor: pointer;
	position: absolute;
	top: 0;
	padding: 10px;
	line-height: 1;
}

.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-next.ui-state-disabled {
	display: none;
}

.ui-datepicker-prev {
	left: 0;
}

.ui-datepicker-next {
	right: 0;
}

.ui-datepicker-calendar {
	border-style: hidden;
	width: 100%;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	text-align: center;
}

.ui-datepicker-calendar thead {
	background-color: #545454;
}

.ui-datepicker-calendar thead th,
.ui-datepicker-calendar thead td {
	border: 1px solid #3b3b3b;
	font-weight: normal;
	padding: 0.43em 0;
}

.ui-datepicker-calendar tbody a {
	color: white;
	text-decoration: none;
}

.ui-datepicker-calendar tbody th,
.ui-datepicker-calendar tbody td {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #6e6e6e;
	padding: 0.75em 0;
}

.ui-datepicker-calendar tbody .ui-datepicker-saturday,
.ui-datepicker-calendar tbody .ui-datepicker-saturday a {
	color: #29a9cc;
}

.ui-datepicker-calendar tbody .ui-datepicker-sunday,
.ui-datepicker-calendar tbody .ui-datepicker-sunday a {
	color: #ff4d71;
}

.ui-datepicker-calendar tbody .ui-datepicker-other-month {
	color: gray;
}

.ui-datepicker-calendar tbody .ui-datepicker-current-day {
	background-color: #b92341;
}

.ui-datepicker-calendar tbody .ui-datepicker-today {
	background-image: url(https://s.yimg.jp/i/docs/common/assets/1.0.0/img/bg-datepicker-circle.png);
}

/* maincolumn */
.maincolumn-container{
	margin-right: -10px;
	margin-left: -10px;
	padding-top: 13px;
	background-color: #f2f2f2;
}

.maincolumn-menu{
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.maincolumn-menu li{
	display: block;
	width:100%;
	margin: 0;
	padding: 0;
}

.maincolumn-menu-cell{
	margin-top: 0px;
	margin-bottom: 0px;
	width:100%;
	display:table;
	margin: 0;
	padding: 0;
	list-style:none;
}

.maincolumn-menu-cell li{
	background: #F7F7F7;
	border: 1px solid rgb(204, 204, 204);
	font-size: 12px;
	height: 65px;
	width:25%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

.maincolumn-menu-cell li:hover{
	opacity:0.5;
}

.maincolumn-menu-cell a{
	font-size: 13px;
	color: #464646;
	letter-spacing: 0px;
	text-decoration: none;
}

@media screen and (min-width: 801px){
	.maincolumn-container{
		display: none;
	}
}

@media screen and (min-width: 481px) and (max-width: 800px) {
	.maincolumn-menu li{
		display: inline-block;
		width:50%;
	}
	.maincolumn-menu-cell li{
		display: table-cell;
		width:25%;
	}
}

/* information */
.infomation-container{
	font-size: 16px;
	color: #464646;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
.infomation-container-table{
	margin-top: 10px;
	display:table;
	table-layout: fixed;
	width:100%;
}
.infomation-container ul{
	padding-bottom: 10px;
	width:100%;
	display:table-row;
/*	height:1.5em;*/
}
.infomation-container li{
	display:table-cell;
}
.infomation-container-icon{
	background: rgb(247, 247, 247) none repeat scroll 0% 0%;
	border: 1px solid rgb(204, 204, 204);
	font-size: 12px;
	color: #464646;
	width: 3.5em;
	text-align: center;
	padding: 2px 3px;
}
.infomation-container-title{
	font-size: 14px;
	color: #464646;
	letter-spacing: 0px;
	padding-left: 15px;
}
.infomation-container-date{
	font-size: 12px;
	color: #999999;
}
.infomation-container-col1{
	width:40px;
}
.infomation-container-col2{
	overflow:hidden;
	white-space: nowrap;
}
.infomation-container-col3{
	padding-left: 15px;
	width:55px;
}

@media screen and (min-width: 801px) {
	.infomation-container{
		margin-left: -13px;
		margin-right: -22px;
	}
}