@charset utf-8;

/* body
-------------------------------------------------- */
body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
a {
	color: #333333;
}
a,
button {
	-webkit-tap-highlight-color: rgba(204,204,204,.5);
}
*:focus {
	outline: none !important;
}
/*[class^="icon-"], [class*=" icon-"] {
	background-image: none;
}*/

/* navbar
-------------------------------------------------- */
.navbar {
	border: 0;
	border-radius: 0px;
	background-color: #ffffff;
	margin-bottom: 0;
	min-height: 48px;
}
.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	min-height: 48px;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
	margin: 0;
}
.navbar-header {
	float: none;
}
.navbar-collapse {
	border-top: 1px solid #e8e8e8;
	padding: 0;
}
.navbar-nav {
	line-height: 1;
}
.navbar-nav > li > a {
	color: #333333;
	font-size: 12px;
	line-height: 1;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: .2s ease-out;
}
.nav > li > a:hover,
.nav > li > a:focus {
	background-color: #f8f8f8;
	color: #333333;
	transition: .2s ease-out;
}
.navbar-nav a.icon-twitter,
.navbar-nav a.icon-facebook {
	display: none;
}

/* title
------------------------- */
h1.title {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 8px;
	padding: 0;
	width: 100%;
	text-align: center;
	line-height: 1;
}
.date {
	color: #999999;
	display: block;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 0 0;
}
.publish_date {
	margin-right: 12px;
}
.publish_date > time,
.refix_date > time {
	margin-right: 4px;
}

/* brand-button
------------------------- */
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
	margin-left: 0;
}
a.navbar-brand {
	color: #999999;
	font-size: 14px;
	height: 48px;
	left: 0px;
	line-height: 1;
	padding: 17px 16px 14px;
	position: absolute;
	transition: .2s ease-out;
}
a.navbar-brand:hover {
	color: #333333;
	transition: .2s ease-out;
}
a.navbar-brand span {
	width: 140px;
	height: 14px;
}

/* sns-button
------------------------- */
.sns {
	right: 8px;
	position: absolute;
	line-height: 1;
}
.sns a {
	color: #999999;
	display: inline-block;
	font-size: 14px;
	margin: 0;
	padding: 16px 8px;
	transition: .2s ease-out;
}
.sns a:hover,
.sns a:focus {
	color: #333333;
	display: inline-block;
	text-decoration: none;
	transition: .2s ease-out;
}
.icon-twitter,
.icon-facebook {
	width: auto;
}
.icon-twitter:before {
	font-size: 16px;
	padding-right: 5px;
	vertical-align: -0.13em;
}
.icon-facebook:before {
	font-size: 16px;
	padding-right: 2px;
	vertical-align: -0.13em;
}
#fbcount, #ttcount {
	opacity: 0;
}

/* footer
-------------------------------------------------- */
.copyright {
	background-color: #0a385b;
}
.copyright_body {
	margin: auto;
	padding: 14px 0;
	text-align: center;
	font-size: 0;
}
.copyright_logo {
	vertical-align: middle;
}
.copyright_logo img {
	vertical-align: middle;
}
.copyright_text {
	color: #ffffff;
	margin: 0 0 0 8px;
	font-size: 14px;
	vertical-align: middle;
}
.copyright_text br {
	display: none;
}

/* button
-------------------------------------------------- */
.btn {
	border-radius: 2px;
	padding: 5px 12px;
}
.btn-default {
	border-color: #e8e8e8;
	transition: .2s ease-out;
}
.btn-default:hover {
	color: #333333;
	border-color: #cccccc;
	background-color: #f8f8f8;
	transition: .2s ease-out;
}

/* modal
-------------------------------------------------- */
.modal-header {
	background-color: none;
	color: #333333;
	border-bottom: 0;
	width: 100%;
	padding: 40px 64px 0;
	text-align: center;
}
.modal-header p.icon-newspaper-modal,
.modal-header p.icon-newspaper {
	font-size: 16px;
	color: #333333;
	margin-bottom: 8px;
}
.modal-header h4 {
	font-size: 24px;
	font-weight: bold;
	vertical-align: middle;
	padding: 8px 0 8px;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
}
.modal-header .modal-sub-title {
	display: block;
	margin: 0 auto;
	font-size: 12px;
	font-weight: normal;
}
.modal-header button {
	margin-left: 8px;
}
.modal-header button span {
	font-size: 36px;
	font-weight: normal;
	line-height: .5;
}
.modal-content {
	border: 0;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, .95);
}
.modal-body {
	height: auto;
	max-height: 700px;
	overflow: scroll;
	padding: 64px 64px 0;
}
.modal-body h5 {
	margin: 8px 0 0 0;
	font-weight: bold;
	line-height: 1.4;
}
.modal-body p {
	margin: 8px 0 0 0;
}
.modal-body hr {
	border-top: 1px solid #ddd;
}
.modal-footer {
	border-top: 0;
	padding: 64px 64px 64px;
	text-align: center;
}
.modal-footer .btn {
	padding: 12px;
}
.modal-footer .btn-default {
	display: block;
	width: 100%;
}

/* responsive
-------------------------------------------------- */
@media (max-width: 979px) {
}
@media (min-width: 768px) {
	.modal-dialog {
		width: auto;
		margin: 10px;
	}
}
@media (min-width: 769px) {
	.modal-dialog {
		width: 768px;
		margin: auto;
	}
}
@media (max-width: 767px) {
	a.navbar-brand {
		display: none;
	}
	.sns {
		text-align: center;
		right: 0;
	}
	.sns a {
		font-size: 10px;
		padding: 12px 8px 10px;
	}
	.sns .icon-twitter:before,
	.sns .icon-facebook:before {
		display: block;
		padding-right: 0;
	}
	.btn {
		padding: 9px 12px;
	}
	.modal-content .icon-newspaper-modal-before,
	.modal-content .icon-newspaper:before {
		bottom: 30px;
	}
}
@media (max-width: 479px) {
	.navbar h1.title {
		margin: 11px 0 9px;
		padding: 0px 8px 0;
		text-align: left;
	}
	.date {
		font-size: 10px;
		padding: 4px 0 0;
	}
	.publish_date {
		margin-right: 8px;
	}
	.copyright_text {
		font-size: 12px;
	}
	.copyright_text br {
		display: inline;
	}
	.modal-body {
		height: 200px;
		overflow: scroll;
	}
}
@media (max-height: 590px) {
	.modal-body {
		height: 200px;
		overflow: scroll;
	}
}
@media (max-width: 319px) {
}


/* icomoon
-------------------------------------------------- */
@font-face {
	font-family: 'icomoon';
	src:url('../../fonts/icomoon.eot?-6i05fh');
	src:url('../../fonts/icomoon.eot?#iefix-6i05fh') format('embedded-opentype'),
		url('../../fonts/icomoon.woff?-6i05fh') format('woff'),
		url('../../fonts/icomoon.ttf?-6i05fh') format('truetype'),
		url('../../fonts/icomoon.svg?-6i05fh#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-newspaper:before {
	content: "\e600";
}
.icon-newspaper-modal:before {
	content: "\e600";
}
.icon-facebook:before {
	content: "\e601";
}
.icon-twitter:before {
	content: "\e602";
}
.icon-reddit:before {
	content: "\e603";
}
.icon-arrowUp:before {
	content: "\e604";
}
.icon-arrowDown:before {
	content: "\e605";
}
.icon-arrowRight:before {
	content: "\e606";
}
.icon-arrowLeft:before {
	content: "\e607";
}
