/**
 *  Mixins
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

/* CSS Sprite mixin
=============================*/

/* media query
=============================*/

/* color palette
=============================*/

/* parts size
=============================*/

/* font style
=============================*/

/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
	box-sizing: border-box;
	overflow-y: scroll; /* All browsers without overlaying scrollbars */
	-webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
	box-sizing: inherit;
}

::before,
::after {
	text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
	vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */

* {
	background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */
	padding: 0; /* Reset `padding` and `margin` of all elements */
	margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7.*/

audio:not([controls]) {
	display: none;
	height: 0;
}

hr {
	overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

small {
	font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
	display: none; /* Add the correct display in IE */
}

abbr[title] {
	border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
	text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
	background-color: transparent; /* Remove the gray background on active links in IE 10 */
	-webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
	outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
	font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
	font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */

mark {
	background-color: #ff0;
	color: #000;
}

/* https://gist.github.com/unruthless/413930 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

ul {
	list-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
	border-radius: 0;
}

[type="number"] {
	width: auto; /* Firefox 36+ */
}

[type="search"] {
	-webkit-appearance: textfield; /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; /* Safari 8 */
}

textarea {
	overflow: auto; /* Internet Explorer 11+ */
	resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
	font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
	font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
	overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: 0;
	padding: 0;
}

/* Replace focus style removed in the border reset above */

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
	text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */

button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
}

/* Style select like a standard input */

select {
	-moz-appearance: none; /* Firefox 36+ */
	-webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
	display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
	color: currentColor; /* Internet Explorer 11+ */
}

legend {
	border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
	color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
	display: table; /* Correct the text wrapping in Edge and IE */
	max-width: 100%; /* Correct the text wrapping in Edge and IE */
	white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
	-webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
	font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Correct the text style of placeholders in Chrome, Edge, and Safari */

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

[type="search"] {
	-webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
	outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
	border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

progress {
	vertical-align: baseline;
}

svg:not(:root) {
	overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
	display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Acessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */

/* Specify the progress cursor of updating elements */

[aria-busy="true"] {
	cursor: progress;
}

/* Specify the pointer cursor of trigger elements */

[aria-controls] {
	cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

[aria-disabled] {
	cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */

/* Specify text selection background color and omit drop shadow */

::-moz-selection {
	background-color: #b3d4fc; /* Required when declaring ::selection */
	color: #fff;
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc; /* Required when declaring ::selection */
	color: #fff;
	text-shadow: none;
}

/* generous styles
=============================*/

.link_rounded {
	margin-top: 8px;
	text-align: right;
	font-size: 1.25em;
	letter-spacing: 0.05em;
}

.link_rounded a {
	position: relative;
	display: inline-block;
	padding: 4px 30px 4px 20px;
	background: #ababab;
	height: 26px;
	border-radius: 13px;
	color: white;
	position: relative;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.link_rounded a:after {
	content: ' ';
	position: absolute;
	right: 15px;
	top: 10px;
	background-image: url('../images/sprites.png');
	background-repeat: no-repeat;
	display: block;
	height: 7px;
	width: 4px;
	background-position: 0 -634px;
	-webkit-background-size: 124px auto;
	-moz-background-size: 124px auto;
	-o-background-size: 124px auto;
	background-size: 124px auto;
}

.link_rounded.link_rounded-center a {
	text-align: center;
	display: block;
	margin: 0 20px;
}

.link_rounded.link_rounded-large {
	margin-top: 10px;
	font-size: 1.6em;
}

.link_rounded.link_rounded-large a {
	height: 40px;
	border-radius: 20px;
	padding-top: 8px;
	position: relative;
}

.link_rounded.link_rounded-large a:after {
	content: ' ';
	position: absolute;
	right: 18px;
	top: 12px;
	background-image: url('../images/sprites.png');
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	width: 9px;
	background-position: 0 -69px;
	-webkit-background-size: 124px auto;
	-moz-background-size: 124px auto;
	-o-background-size: 124px auto;
	background-size: 124px auto;
}

.ad_sp {
	margin: 0 20px;
}

.imgLink:hover img {
	opacity: 0.8;
}

.xs {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

/**
 *  Base of PC style
 */

/* load webfont
=============================*/

/* base style
=============================*/

body {
	font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	background: #f4f4f4;
	text-align: center;
	color: #353535;
	line-height: 1.6;
	letter-spacing: 0.03em;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #e50517;
	text-decoration: none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

a:hover {
	opacity: .8;
	text-decoration: none;
}

p {
	text-align: justify;
}

/* common style
=============================*/

.wrapper {
	*zoom: 1;
	width: 1060px;
	margin: 0 auto;
	text-align: left;
}

.wrapper:before,
.wrapper:after {
	content: " ";
	display: table;
	width: 0;
}

.wrapper:after {
	clear: both;
}

.boxContainer {
	display: -webkit-box; /*--- Androidブラウザ用 ---*/
	display: -ms-flexbox; /*--- IE10 ---*/
	display: -webkit-flex; /*--- safari（PC）用 ---*/
	display: flex;
}

.boxContainer > .box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin: 7px;
}

.boxContainer > .box:first-child {
	margin-left: 0;
}

.boxContainer > .box:last-child {
	margin-right: 0;
}

.boxContainer > .box.borderBox {
	padding: 15px;
	background: white;
	border: 2px solid #eeeeee;
}

.boxContainer > .box.borderBox.sidebar_ranking {
	padding-bottom: 0;
}

.boxContainer > .box.main {
	margin-top: 0;
}

.boxContainer.boxContainer-first > .box {
	margin-top: 14px;
}

/* layout of main parts
=============================*/

.content .content_headline > .boxContainer .box {
	margin-bottom: 0;
}

.content .content_body {
	margin: 0 20px;
}

.main .boxContainer > .box {
	margin-left: 0;
	margin-right: 7px;
}

.main .main_indexList .boxContainer > .box.borderBox {
	position: relative;
}

.main .main_indexList .boxContainer > .box.borderBox:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #e50517;
}

.main_heading .mainHeading_title {
	position: relative;
	padding: 6px 10px 6px;
	border-bottom: 2px solid #dddddd;
	font-size: 2.8em;
}

.main_heading .mainHeading_title:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100px;
	height: 2px;
	background: #e50517;
}

.main_heading .mainHeading_breadcrumb {
	margin: 10px 5px 10px;
	line-height: 1.6;
}

.main_heading .mainHeading_breadcrumb li {
	display: inline;
	font-size: 1.2em;
}

.main_heading .mainHeading_breadcrumb li:after {
	content: ' > ';
	margin: 0 3px;
	color: #ababab;
}

.main_heading .mainHeading_breadcrumb li:last-child:after {
	content: '';
}

.main_heading .mainHeading_breadcrumb li a {
	color: #1f1f1f;
	border-bottom: 1px solid #ababab;
	line-height: 1.2;
	font-weight: bold;
}

.main_heading .mainHeading_breadcrumb li.current a {
	font-weight: normal;
	border-bottom: none;
}

.main_heading .mainHeading_breadcrumb li.current a:hover {
	opacity: 1;
	cursor: default;
}

/* layout of sidebar
=============================*/

.sidebar {
	width: 300px;
	margin-top: 14px;
}

/**
 *  Modules of PC style
 */

.header {
	width: 100%;
	min-width: 1060px;
}

.header .wrapper {
	padding-left: 30px;
	padding-right: 30px;
}

.header .header_upper {
	background: white;
	height: 98px;
}

.header .header_upper .headerUpper_title {
	display: inline-block;
}

.header .header_upper .headerUpper_title:hover {
	opacity: 1;
}

.header .header_upper .headerUpper_title .headerUpper_h1 {
	display: inline-block;
	vertical-align: top;
	margin: 10px 5px 0 0;
}

.header .header_upper .headerUpper_title .headerUpper_shoulder {
	display: inline-block;
	vertical-align: top;
	margin-top: 40px;
	font-size: 1.2em;
	font-weight: bold;
	color: black;
}

.header .header_upper .headerUpper_nav {
	position: relative;
	float: right;
}

.header .header_upper .headerUpper_nav .headerUpperNav_search {
	position: absolute;
	top: 24px;
	right: 105px;
	background: white;
}

.header .header_upper .headerUpper_nav .headerUpperNav_search .fa-search {
	position: absolute;
	top: 6px;
	left: 8px;
	font-size: 1.5em;
	color: #e50517;
}

.header .header_upper .headerUpper_nav .headerUpperNav_input {
	width: 124px;
	border-radius: 3px;
	padding: 4px 6px 4px 26px;
	border: 1px solid #cccccc;
	font-size: 1.1em;
	color: black;
	font-weight: bold;
	-webkit-appearance: none;
}

.header .header_upper .headerUpper_nav .headerUpperNav_input::-webkit-input-placeholder {
	color: black;
}

.header .header_upper .headerUpper_nav .headerUpperNav_input:-moz-placeholder {
	color: black;
	opacity: 1;
}

.header .header_upper .headerUpper_nav .headerUpperNav_input::-moz-placeholder {
	color: black;
	opacity: 1;
}

.header .header_upper .headerUpper_nav .headerUpperNav_input:-ms-input-placeholder {
	color: black;
}

.header .header_upper .headerUpper_nav .headerUpperNav_sns {
	margin-top: 24px;
	text-align: right;
}

.header .header_upper .headerUpper_nav .headerUpperNav_sns li {
	display: inline-block;
	width: 26px;
	height: 26px;
	text-align: center;
	margin-left: 2px;
}

.header .header_upper .headerUpper_nav .headerUpperNav_sns li a {
	display: block;
	height: 100%;
	border-radius: 3px;
	padding-top: 3px;
	color: white;
	font-size: 1.4em;
}

.header .header_upper .headerUpper_nav .headerUpperNav_sns li.twitter a {
	background: #00aced;
}

.header .header_upper .headerUpper_nav .headerUpperNav_sns li.facebook a {
	background: #385590;
}

.header .header_upper .headerUpper_nav .headerUpperNav_sns li.rss a {
	background: #ff9900;
}

.header .header_upper .headerUpper_nav .headerUpperNav_popular {
	padding-top: 6px;
}

.header .header_upper .headerUpper_nav .headerUpperNavPopular_title {
	position: relative;
	display: inline-block;
	height: 24px;
	width: 94px;
	padding: 3px 0 0 8px;
	margin-right: 10px;
	background: #eeeeee;
	border-radius: 4px;
	font-weight: bold;
	font-size: 1.2em;
	position: relative;
}

.header .header_upper .headerUpper_nav .headerUpperNavPopular_title:after {
	content: ' ';
	position: absolute;
	right: -8px;
	top: 0;
	background-image: url('../images/sprites.png');
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	width: 10px;
	background-position: 0 -535px;
	-webkit-background-size: 124px auto;
	-moz-background-size: 124px auto;
	-o-background-size: 124px auto;
	background-size: 124px auto;
}

.header .header_upper .headerUpper_nav .headerUpperNavPopular_title .fa {
	color: #e50517;
	margin-right: 4px;
}

.header .header_upper .headerUpper_nav .headerUpperNavPopular_list {
	display: inline-block;
	font-size: 1.2em;
	max-width: 450px;
	max-height: 25px;
	overflow: hidden;
	vertical-align: top;
}

.header .header_upper .headerUpper_nav .headerUpperNavPopular_list li {
	display: inline-block;
}

.header .header_upper .headerUpper_nav .headerUpperNavPopular_list li a {
	display: block;
	height: 100%;
	padding: 3px 6px;
	border-radius: 4px;
	font-weight: bold;
	color: #e50517;
}

.header .header_upper .headerUpper_nav .headerUpperNavPopular_list li a:hover {
	opacity: 1;
	background: #eeeeee;
}

.header .header_upper .header_pcSearchWindow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 98px;
	background: rgba(255, 255, 255, 0.97);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	transform: scale(0.8);
	opacity: 0;
	display: none;
}

.header .header_upper .header_pcSearchWindow .headerPcSearchWindow_form {
	display: inline-block;
	position: relative;
	width: 700px;
	margin-top: 30px;
}

.header .header_upper .header_pcSearchWindow .headerPcSearchWindow_form .fa-search {
	position: absolute;
	top: 7px;
	left: 5px;
	font-size: 2.5em;
	color: #ababab;
}

.header .header_upper .header_pcSearchWindow .headerPcSearchWindow_input {
	width: 100%;
	font-size: 2.5em;
	padding: 0 0 0 40px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #ababab;
}

.header .header_upper .header_pcSearchWindow .headerPcSearchWindow_input:focus {
	outline: 0;
}

.header .header_upper.header_upper-searchMode .header_pcSearchWindow {
	transform: scale(1);
	opacity: 1;
}

.header .header_menuButton,
.header .header_searchButton {
	display: none;
}

.header .header_globalNav {
	height: 36px;
	background: #e50517;
}

.header .headerGlobalNav_list {
	height: 36px;
	text-align: center;
	letter-spacing: -.40em;
}

.header .headerGlobalNav_list > li {
	display: inline-block;
	height: 36px;
	font-size: 1.4em;
	letter-spacing: 0.05em;
}

.header .headerGlobalNav_list > li > a {
	display: table-cell;
	height: 36px;
	padding: 0 30px;
	vertical-align: middle;
	color: white;
	font-weight: bold;
}

.header .headerGlobalNav_list > li > a:hover {
	opacity: 1;
	background: white;
	color: #e50517;
}

.header.sticky {
	margin-bottom: 36px;
}

.header.sticky .header_globalNav {
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.header .headerGlobalNav_other,
.header .headerGlobalNav_banners,
.header .headerGlobalNav_sns,
.header .headerGlobalNav_home,
.header .header_searchWindow {
	display: none;
}

.footer {
	width: 100%;
	min-width: 1060px;
	background: white;
	margin-top: 80px;
	padding: 30px 0 30px;
	*zoom: 1;
}

.footer:before,
.footer:after {
	content: " ";
	display: table;
	width: 0;
}

.footer:after {
	clear: both;
}

.footer .wrapper {
	padding-left: 30px;
	padding-right: 30px;
}

.footer .footer_topButton {
	position: fixed;
	right: 50%;
	bottom: 30px;
	margin-right: -580px;
	height: 54px;
	width: 54px;
	border-radius: 27px;
	background: rgba(0, 0, 0, 0.3);
}

.footer .footer_topButton a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.footer .footer_topButton a:before {
	content: ' ';
	position: absolute;
	left: 16px;
	top: 20px;
	background-image: url('../images/sprites.png');
	background-repeat: no-repeat;
	display: block;
	height: 11px;
	width: 21px;
	background-position: 0 -623px;
	-webkit-background-size: 124px auto;
	-moz-background-size: 124px auto;
	-o-background-size: 124px auto;
	background-size: 124px auto;
}

.footer .footer_title {
	display: inline-block;
	margin-top: -18px;
	vertical-align: top;
	cursor: pointer;
}

.footer .footer_title a {
	opacity: 1;
}

.footer .footer_title .footerTitle_shoulder {
	font-size: 1.13em;
	font-weight: bold;
	color: black;
}

.footer .footer_sns {
	display: none;
}

.footer .footer_links {
	display: inline-block;
	margin: 0 0 0 70px;
}

.footer .footer_links .footerLinks_column {
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
	font-weight: bold;
	font-size: 1.2em;
}

.footer .footer_links .footerLinks_column:last-child {
	margin-right: 0;
}

.footer .footer_links .footerLinks_column > li {
	margin-bottom: 4px;
}

.footer .footer_links .footerLinks_column > li > a {
	color: black;
}

.footer .footer_links .footerLinks_column > li > ul {
	margin-top: 4px;
}

.footer .footer_links .footerLinks_column > li > ul > li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 4px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

.footer .footer_links .footerLinks_column > li > ul > li:before {
	content: '';
	position: absolute;
	left: 7px;
	top: 8px;
	display: block;
	height: 1px;
	width: 7px;
	background: #e50517;
}

.footer .footer_links .footerLinks_column > li > ul > li > a {
	color: black;
}

.footer .footer_links .footerLinks_column.footerLinks_column-other {
	font-weight: normal;
}

.footer .footer_text {
	margin-top: 40px;
	*zoom: 1;
}

.footer .footer_text:before,
.footer .footer_text:after {
	content: " ";
	display: table;
	width: 0;
}

.footer .footer_text:after {
	clear: both;
}

.footer .footer_text .footerText_copyright {
	float: left;
}

.footer .footer_text .footerText_warning {
	float: right;
}

.sidebar .sidebar_ad {
	margin: 0 0 14px;
	text-align: center;
}

.sidebar .sidebar_banner {
	margin: 0 0 14px;
	text-align: center;
}

.sidebar .sidebar_ranking .sidebarRanking_title {
	position: relative;
	padding: 5px 5px 7px;
	border-bottom: 2px solid #eeeeee;
	font-size: 1.6em;
	font-weight: bold;
}

.sidebar .sidebar_ranking .sidebarRanking_title:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 70px;
	height: 2px;
	background: #ffd24d;
}

.sidebar .sidebar_ranking .sidebarRanking_list {
	counter-reset: rank-side;
}

.sidebar .sidebar_ranking .sidebarRanking_list .sidebarRankingList_number {
	position: absolute;
	left: -4px;
	top: -4px;
	display: block;
	width: 25px;
	height: 25px;
	padding: 0;
	border-radius: 50%;
	font-family: "Avenir Next", "Avenir", "Verdana", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	font-size: 1.4em;
	text-align: center;
	line-height: 25px;
}

.sidebar .sidebar_ranking .sidebarRanking_list .sidebarRankingList_number:before {
	counter-increment: rank-side;
	content: counter(rank-side);
}

.sidebar .sidebar_ranking .sidebarRanking_list .sidebarRankingList_photo {
	float: left;
	width: 80px;
	margin: 0 10px 0 0;
	text-align: center;
}

.sidebar .sidebar_ranking .sidebarRanking_list .sidebarRankingList_title {
	float: right;
	width: calc(100% - 90px);
	font-size: 1.4em;
}

.sidebar .sidebar_ranking .sidebarRanking_list .sidebarRankingList_time {
	clear: both;
	width: 100%;
	padding-top: 4px;
	text-align: right;
	font-size: 1.0em;
	color: #ababab;
}

.sidebar .sidebar_ranking .sidebarRanking_list a {
	display: block;
	position: relative;
	height: 100%;
	color: black;
}

.sidebar .sidebar_ranking .sidebarRanking_list a:hover {
	opacity: .8;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.sidebar .sidebar_ranking .sidebarRanking_list a:hover .sidebarRankingList_title {
	text-decoration: underline;
}

.sidebar .sidebar_ranking .sidebarRanking_list a:hover .sidebarRankingList_number,
.sidebar .sidebar_ranking .sidebarRanking_list a:hover .sidebarRankingList_time {
	text-decoration: none;
}

.sidebar .sidebar_ranking .sidebarRanking_list li {
	position: relative;
	padding: 14px 0 10px 0;
}

.sidebar .sidebar_ranking .sidebarRanking_list li:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -15px;
	width: 300px;
	height: 1px;
	background: #eeeeee;
}

.sidebar .sidebar_ranking .sidebarRanking_list li:last-child:after {
	background: none;
	height: 0;
}

.sidebar .sidebar_ranking .sidebarRanking_list li .sidebarRankingList_number {
	background: #eeeeee;
}

.sidebar .sidebar_ranking .sidebarRanking_list li:nth-child(1) .sidebarRankingList_number {
	background: #c7ab46;
	color: white;
}

.sidebar .sidebar_ranking .sidebarRanking_list li:nth-child(2) .sidebarRankingList_number {
	background: #a5a5a5;
	color: white;
}

.sidebar .sidebar_ranking .sidebarRanking_list li:nth-child(3) .sidebarRankingList_number {
	background: #a56d26;
	color: white;
}

.sidebar .sidebar_gallery .sidebarGallery_title {
	font-size: 1.4em;
	font-weight: bold;
	padding: 5px 10px;
}

.sidebar .sidebar_gallery .sidebarGallery_list {
	background: white;
	padding: 10px;
	*zoom: 1;
}

.sidebar .sidebar_gallery .sidebarGallery_list:before,
.sidebar .sidebar_gallery .sidebarGallery_list:after {
	content: " ";
	display: table;
	width: 0;
}

.sidebar .sidebar_gallery .sidebarGallery_list:after {
	clear: both;
}

.sidebar .sidebar_gallery .sidebarGallery_list > li {
	width: 86px;
	height: 86px;
	overflow: hidden;
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	background: #fcfcfc;
}

.sidebar .sidebar_gallery .sidebarGallery_list > li:nth-child(3n) {
	margin-right: 0;
}

.sidebar .sidebar_gallery .sidebarGallery_list > li a {
	display: block;
	height: 86px;
}

.sidebar .sidebar_gallery .sidebarGallery_list > li img {
	position: relative;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.boxContainer > .box.borderBox.sidebar_ranking {
	margin-top: 0;
}

.boxContainer > .box.borderBox.sidebar_gallery {
	background: #dddddd;
	padding: 5px;
}

.boxContainer > .box.headline_slider {
	-webkit-box-flex: initial;
	-webkit-flex: initial;
	flex: none;
	-webkit-flex-grow: initial;
	flex-grow: initial;
}

.content_headline {
	margin-top: 7px;
}

.content_headline .boxContainer > .box {
	padding-top: 10px;
}

.headline_pickup {
	position: relative;
}

.headline_pickup .headlinePickup_heading {
	position: absolute;
	top: -7px;
	left: 15px;
	width: 139px;
}

.headline_pickup .headlinePickup_heading img {
	width: 100%;
}

.headline_pickup .headlinePickup_list {
	display: -webkit-box; /*--- Androidブラウザ用 ---*/
	display: -ms-flexbox; /*--- IE10 ---*/
	display: -webkit-flex; /*--- safari（PC）用 ---*/
	display: flex;
}

.headline_pickup .headlinePickup_list .headlinePickup_article {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin-right: 10px;
	margin-top: 30px;
}

.headline_pickup .headlinePickup_list .headlinePickup_article:last-child {
	margin-right: 0;
}

.headline_pickup .headlinePickup_list .headlinePickup_article > a {
	color: #1f1f1f;
	display: block;
	width: 100%;
}

.headline_pickup .headlinePickup_list .headlinePickup_article .headlinePickup_photoBox { width: 300px; }
.headline_pickup .headlinePickup_list .headlinePickup_article .headlinePickup_photoBox >img{ width:100%; height:auto; }

.headline_pickup .headlinePickup_list .headlinePickup_article img {
	width: 100%;
}

.headline_pickup .headlinePickup_list .headlinePickup_article .headlinePickup_title {
	margin-top: 4px;
	font-size: 14px;
	font-weight: bold;
}

.headline_pickup .headlinePickup_list .headlinePickup_article .headlinePickup_title .headlinePickup_new {
	display: inline-block;
	width: 45px;
	vertical-align: middle;
}

.headline_slider {
	position: relative;
}

.headline_slider .headlineSlider_title {
	position: absolute;
	top: 10px;
	left: 15px;
	font-size: 1.4em;
	font-weight: bold;
	color: #e70012;
}

.headline_slider .flexslider {
	margin: 30px 0 0;
	min-height: 256px;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	*zoom: 1;
}

.headline_slider .flexslider:before,
.headline_slider .flexslider:after {
	content: " ";
	display: table;
	width: 0;
}

.headline_slider .flexslider:after {
	clear: both;
}

.headline_slider .flexslider .gallery_slideTitle {
	margin-top: 8px;
	color: #1f1f1f;
	font-size: 1.6em;
}

.headline_slider .flexslider .slides {
	width: 374px;
}

.headline_slider .flexslider .slides li {
	width: 100%;
}

.headline_slider .flexslider .slides li > a {
	display: block;
}

.headline_slider .flexslider .slides li > a:hover {
	opacity: .7;
}

.headline_slider .flexslider .slides li > a .flex_imgBox {
	width: 300px;
	height: 200px;
	overflow: hidden;
}

.headline_slider .flexslider .slides li > a .flex_imgBox img {
	width: 100%;
	height: auto;
}

.headline_slider .flexslider .flex-control-thumbs {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	width: 68px;
	height: 198px;
	margin: 0;
	overflow: visible;
}

.flex-control-thumbs img{
	min-height: 45px;
}

.headline_slider .flexslider .flex-control-thumbs li {
	width: 100%;
	margin-bottom: 7px;
    height: 45px;
}

.headline_slider .flexslider .flex-control-thumbs li>img{
	width: 100%;
    height: 100%;
}

.headline_slider .flexslider .flex-control-thumbs li:last-child {
	margin-bottom: 0;
}

.headline_slider .flexslider .flex-control-thumbs li.currentThumb {
	position: relative;
}

/*.headline_slider .flexslider .flex-control-thumbs li.currentThumb:after {*/
	/*content: ' ';*/
	/*position: absolute;*/
	/*right: 0;*/
	/*top: 0;*/
	/*background-image: url('../images/sprites.png');*/
	/*background-repeat: no-repeat;*/
	/*display: block;*/
	/*height: 45px;*/
	/*width: 64px;*/
	/*background-position: 0 -578px;*/
	/*-webkit-background-size: 124px auto;*/
	/*-moz-background-size: 124px auto;*/
	/*-o-background-size: 124px auto;*/
	/*background-size: 124px auto;*/
/*}*/

.headline_slider .flexslider .flex-control-thumbs li.currentThumb:after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url('../images/module/slide_frame.png');
    background-repeat: no-repeat;
	background-size: 74px;
    display: block;
    height: 45px;
    width: 74px;
}


.headline_slider .flex-direction-nav {
	display: none;
}

.main_articleListCategory {
	*zoom: 1;
}

.main_articleListCategory:before,
.main_articleListCategory:after {
	content: " ";
	display: table;
	width: 0;
}

.main_articleListCategory:after {
	clear: both;
}

.main_articleListCategory .articleListCategory_heading {
	width: 110px;
	padding: 5px 0 0 25px;
	margin-right: 10px;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	color: #1f1f1f;
	position: relative;
}

.main_articleListCategory .articleListCategory_heading:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 8px;
	background-image: url('../images/sprites.png');
	background-repeat: no-repeat;
	display: block;
	height: 13px;
	width: 15px;
	background-position: 0 -522px;
	-webkit-background-size: 124px auto;
	-moz-background-size: 124px auto;
	-o-background-size: 124px auto;
	background-size: 124px auto;
}

.main_articleListCategory .articleListCategory_list {
	width: 520px;
	float: left;
}

.main_articleListCategory .articleListCategory_list li {
	font-size: 1.2em;
	margin-bottom: 8px;
	display: inline-block;
}

.main_articleListCategory .articleListCategory_list li a {
	display: block;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	margin-right: 8px;
	padding: 5px 9px;
	color: #1f1f1f;
	font-weight: bold;
}

.main_articleListCategory .articleListCategory_list li a:hover {
	color: white;
	background: #e50517;
	border: 1px solid #e50517;
	opacity: 1;
}

.boxContainer > .box.main_articleListCategory {
	padding: 25px 30px 15px;
	margin-bottom: 0;
}

.boxContainer > .box.main_articleListCategory.borderBox {
	border-bottom: none;
}

.main_articleListTab ul {
	display: -webkit-box; /*--- Androidブラウザ用 ---*/
	display: -ms-flexbox; /*--- IE10 ---*/
	display: -webkit-flex; /*--- safari（PC）用 ---*/
	display: flex;
}

.main_articleListTab li {
	display: inline-block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	text-align: center;
}

.main_articleListTab li a {
	display: block;
	padding: 10px 0;
	color: #e50517;
	background: white;
	font-size: 1.6em;
	position: relative;
}

.main_articleListTab li a:after {
	content: '';
	position: absolute;
	right: 0;
	top: 12px;
	display: block;
	width: 1px;
	height: 20px;
	background: #eeeeee;
}

.main_articleListTab li a:hover {
	background: #e50517;
	color: white;
	opacity: 1;
}

.main_articleListTab li a:hover:after {
	width: 0;
}

.main_articleListTab li:last-child a:after {
	width: 0;
}

.main_articleListTab li.current a {
	background: #e50517;
	color: white;
	position: relative;
}

.main_articleListTab li.current a:before {
	content: ' ';
	position: absolute;
	left: 48%;
	top: 45px;
	background-image: url('../images/sprites.png');
	background-repeat: no-repeat;
	display: block;
	height: 5px;
	width: 11px;
	background-position: 0 -85px;
	-webkit-background-size: 124px auto;
	-moz-background-size: 124px auto;
	-o-background-size: 124px auto;
	background-size: 124px auto;
}

.main_articleListTab li.current a:after {
	width: 0;
}

.boxContainer > .box.main_articleListTab {
	margin: 0 7px 0 0;
	padding: 0;
	border-top: 1px solid #eeeeee;
}

/* list of news
=============================*/

.main_articleList {
	counter-reset: rank;
}

.main_articleList .articleList-new {
	position: relative;
	position: relative;
}

.main_articleList .articleList-new:before {
	content: ' ';
	position: absolute;
	left: -34px;
	top: 6px;
	background-image: url('../images/sprites.png');
	background-repeat: no-repeat;
	display: block;
	height: 92px;
	width: 34px;
	background-position: 0 -220px;
	-webkit-background-size: 124px auto;
	-moz-background-size: 124px auto;
	-o-background-size: 124px auto;
	background-size: 124px auto;
}

.main_articleList .articleList-pickup {
	position: relative;
	position: relative;
}

.main_articleList .articleList-pickup:before {
	content: ' ';
	position: absolute;
	left: -34px;
	top: 6px;
	background-image: url('../images/sprites.png');
	background-repeat: no-repeat;
	display: block;
	height: 102px;
	width: 34px;
	background-position: 0 -90px;
	-webkit-background-size: 124px auto;
	-moz-background-size: 124px auto;
	-o-background-size: 124px auto;
	background-size: 124px auto;
}

.main_articleList .articleList-pickup.articleList-new {
	position: relative;
}

.main_articleList .articleList-pickup.articleList-new:after {
	content: ' ';
	position: absolute;
	left: -34px;
	top: 110px;
	background-image: url('../images/sprites.png');
	background-repeat: no-repeat;
	display: block;
	height: 92px;
	width: 34px;
	background-position: 0 -220px;
	-webkit-background-size: 124px auto;
	-moz-background-size: 124px auto;
	-o-background-size: 124px auto;
	background-size: 124px auto;
}

.main_articleList .articleList_rankingNumber {
	position: absolute;
	left: 8px;
	top: 8px;
	display: block;
	width: 46px;
	height: 46px;
	padding: 0;
	border-radius: 23px;
	text-align: center;
	font-family: "Avenir Next", "Avenir", "Verdana", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	font-size: 2.0em;
	color: black;
	line-height: 46px;
	background: #eeeeee;
}

.main_articleList .boxContainer:nth-child(1) .articleList_rankingNumber {
	background: #c7ab46;
	color: white;
}

.main_articleList .boxContainer:nth-child(2) .articleList_rankingNumber {
	background: #a5a5a5;
	color: white;
}

.main_articleList .boxContainer:nth-child(3) .articleList_rankingNumber {
	background: #a56d26;
	color: white;
}

.main_articleList .articleList_rankingNumber h2:before {
	counter-increment: rank;
	content: counter(rank);
}

.main_articleList .articleList_photo {
	float: left;
	width: 240px;
	margin-right: 15px;
	-webkit-transition: 0.3;
	-moz-transition: 0.3;
	-o-transition: 0.3;
	transition: 0.3;
}

.main_articleList .articleList_photo img {
	width: 100%;
}

.main_articleList .articleList_photo.articleList_photo-magazine {
	text-align: center;
}

.main_articleList .articleList_photo.articleList_photo-magazine img {
	width: initial;
	margin: 0 auto;
}

.main_articleList .articleList_content {
	float: left;
	width: 410px;
}

.main_articleList .articleList_content .articleList_title {
	font-size: 2.0em;
	color: black;
	font-weight: normal;
	margin-bottom: 15px;
	letter-spacing: 0;
}

.main_articleList .articleList_content .articleList_excerpt {
	margin-bottom: 8px;
	font-size: 1.4em;
	color: black;
	letter-spacing: 0;
}

.main_articleList .articleList_content .articleListMagazine_heading {
	margin: 5px 0 8px;
	width: 182px;
}

.main_articleList .articleList_content .articleListMagazine_heading img {
	width: 100%;
}

.main_articleList .articleList_content .articleListMagazine_title {
	font-size: 1.6em;
	letter-spacing: 0;
	font-weight: bold;
	color: #1f1f1f;
	margin-bottom: 2px;
}

.main_articleList .articleList_content .articleListMagazine_info dl {
	margin-bottom: 1px;
}

.main_articleList .articleList_content .articleListMagazine_info dt {
	display: inline-block;
	margin-right: 4px;
	padding: 3px 6px;
	background: #ababab;
	color: white;
	width: 60px;
	text-align: center;
	font-size: 1.2em;
}

.main_articleList .articleList_content .articleListMagazine_info dd {
	display: inline-block;
	padding: 5px 8px;
	letter-spacing: 0;
	color: #1f1f1f;
	font-weight: bold;
	font-size: 1.4em;
}

.main_articleList .articleList_content .articleListMagazine_link {
	text-align: right;
	font-size: 1.2em;
	padding-right: 15px;
	font-weight: bold;
	position: relative;
}

.main_articleList .articleList_content .articleListMagazine_link:after {
	content: ' ';
	position: absolute;
	right: 0;
	top: 4px;
	background-image: url('../images/sprites.png');
	background-repeat: no-repeat;
	display: block;
	height: 11px;
	width: 11px;
	background-position: 0 -511px;
	-webkit-background-size: 124px auto;
	-moz-background-size: 124px auto;
	-o-background-size: 124px auto;
	background-size: 124px auto;
}

.main_articleList .articleList_time {
	display: block;
	text-align: right;
	color: #ababab;
}

.main_articleList .box {
	position: relative;
}

.main_articleList .box:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	background: #e50517;
}

.main_articleList .box.articleList_magazine:after {
	height: 0;
	background: none;
}

.main_articleList .box.articleList_paging:after {
	height: 0;
	background: none;
}

.main_articleList .box > a {
	display: block;
	*zoom: 1;
}

.main_articleList .box > a:before,
.main_articleList .box > a:after {
	content: " ";
	display: table;
	width: 0;
}

.main_articleList .box > a:after {
	clear: both;
}

.main_articleList .articleList_paging {
	height: 44px;
	font-size: 1.4em;
	*zoom: 1;
}

.main_articleList .articleList_paging:before,
.main_articleList .articleList_paging:after {
	content: " ";
	display: table;
	width: 0;
}

.main_articleList .articleList_paging:after {
	clear: both;
}

.main_articleList .articleList_paging .articleListPaging_current {
	display: inline-block;
	padding: 9px 15px 0 20px;
	float: left;
	position: relative;
}

.main_articleList .articleList_paging .articleListPaging_current:after {
	content: '';
	position: absolute;
	right: 0;
	top: 9px;
	display: block;
	width: 1px;
	height: 18px;
	background: #ababab;
}

.main_articleList .articleList_paging .articleListPaging_total {
	display: inline-block;
	padding: 9px 15px 0 15px;
	float: left;
}

.main_articleList .articleList_paging .articleListPaging_numbers {
	display: inline-block;
	float: right;
	letter-spacing: -0.4em;
}

.main_articleList .articleList_paging .articleListPaging_numbers li {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	letter-spacing: 0.03em;
}

.main_articleList .articleList_paging .articleListPaging_numbers li a {
	display: block;
	padding-top: 9px;
	height: 100%;
}

.main_articleList .articleList_paging .articleListPaging_numbers li a:hover {
	opacity: 1;
	background: #e50517;
	color: white;
}

.main_articleList .articleList_paging .articleListPaging_numbers li.articleListPaging_dots {
	width: 20px;
}

.main_articleList .articleList_paging .articleListPaging_numbers li.current a {
	background: #ababab;
	color: white;
	cursor: default;
}

.main_articleList .articleList_paging .articleListPaging_numbers li.current a:hover {
	background: #ababab;
	color: white;
	cursor: default;
}

.main_articleList .articleList_paging .articleListPaging_numbers li.articleListPaging_prev {
	width: 70px;
}

.main_articleList .articleList_paging .articleListPaging_numbers li.articleListPaging_prev a {
	padding-left: 15px;
	position: relative;
}

.main_articleList .articleList_paging .articleListPaging_numbers li.articleListPaging_prev a:before {
	content: ' ';
	position: absolute;
	left: 10px;
	top: 12px;
	background-image: url('../images/sprites.png');
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	width: 9px;
	background-position: 0 0;
	-webkit-background-size: 124px auto;
	-moz-background-size: 124px auto;
	-o-background-size: 124px auto;
	background-size: 124px auto;
}

.main_articleList .articleList_paging .articleListPaging_numbers li.articleListPaging_prev a:hover {
	position: relative;
}

.main_articleList .articleList_paging .articleListPaging_numbers li.articleListPaging_prev a:hover:before {
	content: ' ';
	position: absolute;
	left: 10px;
	top: 12px;
	background-image: url('../images/sprites.png');
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	width: 9px;
	background-position: 0 -16px;
	-webkit-background-size: 124px auto;
	-moz-background-size: 124px auto;
	-o-background-size: 124px auto;
	background-size: 124px auto;
}

.main_articleList .articleList_paging .articleListPaging_numbers li.articleListPaging_next {
	width: 70px;
}

.main_articleList .articleList_paging .articleListPaging_numbers li.articleListPaging_next a {
	padding-right: 15px;
	position: relative;
}

.main_articleList .articleList_paging .articleListPaging_numbers li.articleListPaging_next a:after {
	content: ' ';
	position: absolute;
	right: 10px;
	top: 12px;
	background-image: url('../images/sprites.png');
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	width: 9px;
	background-position: 0 -53px;
	-webkit-background-size: 124px auto;
	-moz-background-size: 124px auto;
	-o-background-size: 124px auto;
	background-size: 124px auto;
}

.main_articleList .articleList_paging .articleListPaging_numbers li.articleListPaging_next a:hover {
	position: relative;
}

.main_articleList .articleList_paging .articleListPaging_numbers li.articleListPaging_next a:hover:after {
	content: ' ';
	position: absolute;
	right: 10px;
	top: 12px;
	background-image: url('../images/sprites.png');
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	width: 9px;
	background-position: 0 -69px;
	-webkit-background-size: 124px auto;
	-moz-background-size: 124px auto;
	-o-background-size: 124px auto;
	background-size: 124px auto;
}

.main_articleList .boxContainer > .box.articleList_paging {
	margin-top: 20px;
	padding: 0;
}

.main_article .boxContainer > .box.mainArticle_frame {
	padding: 30px 30px;
}

.main_article .mainArticle_header {
	margin: 0 0 35px;
}

.main_article .mainArticle_header .mainArticle_meta {
	padding: 0 0 10px;
	border-bottom: 1px solid #eeeeee;
	*zoom: 1;
}

.main_article .mainArticle_header .mainArticle_meta:before,
.main_article .mainArticle_header .mainArticle_meta:after {
	content: " ";
	display: table;
	width: 0;
}

.main_article .mainArticle_header .mainArticle_meta:after {
	clear: both;
}

.main_article .mainArticle_header .mainArticle_time {
	display: inline-block;
	font-size: 1.2em;
	padding-top: 30px;
}

.main_article .mainArticle_header .mainArticle_title {
	padding: 20px 0 10px;
	font-size: 3.0em;
	-webkit-font-smoothing: antialiased;
	line-height: 1.5;
}

.main_article .mainArticle_header .mainArticle_tags {
	padding-left: 35px;
	position: relative;
}

.main_article .mainArticle_header .mainArticle_tags:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 10px;
	background-image: url('../images/sprites.png');
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 21px;
	background-position: 0 -558px;
	-webkit-background-size: 124px auto;
	-moz-background-size: 124px auto;
	-o-background-size: 124px auto;
	background-size: 124px auto;
}

.main_article .mainArticle_header .mainArticle_tags li {
	display: inline-block;
	margin-right: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.main_article .mainArticle_header .mainArticle_tags li a {
	display: block;
	padding: 5px 8px;
	border-radius: 4px;
	background: #eeeeee;
	color: #1f1f1f;
	font-weight: bold;
	font-size: 1.2em;
}

.main_article .mainArticle_header .mainArticle_tags li a:hover {
	background: #e50517;
	color: white;
	opacity: 1;
}

.main_article .mainArticle_content {
	*zoom: 1;
}

.main_article .mainArticle_content:before,
.main_article .mainArticle_content:after {
	content: " ";
	display: table;
	width: 0;
}

.main_article .mainArticle_content:after {
	clear: both;
}

.main_article .mainArticle_content .mainArticle_eyeCatch {
	margin-bottom: 20px;
}

.main_article .mainArticle_content .mainArticle_eyeCatch img {
	width: 100%;
}

.main_article .mainArticle_content p {
	font-size: 1.6em;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 20px;
    word-break: break-all;
}

.main_article .mainArticle_content p a:hover {
	opacity: 1;
	text-decoration: underline;
}

.main_article .mainArticle_content .wp-caption p.wp-caption-text {
	font-size: 1.0em;
	margin-bottom: 5px;
}

.main_article .mainArticle_content .alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.main_article .mainArticle_content .alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

.main_article .mainArticle_content .aligncenter {
	float: none;
	margin: 0 auto 15px;
}
.main_article .mainArticle_content iframe{
	display: block;
	margin: 30px auto;
}
.main_article .mainArticle_content img{
    max-width: 100%;
}
.main_article .mainArticle_content img.size-full{
	display: block;
	margin: 0 auto 15px;
}
.main_article .mainArticle_content img.img-vertical{
	display: block;
	margin: 15px auto;
    max-height: 400px;
	width: auto;
}
.main_article .mainArticle_content img.img-vertical.alignleft { margin: 0 15px 15px 0!important; }
.main_article .mainArticle_content img.img-vertical.alignright { margin: 0 0 15px 15px!important; }


.main_article .mainArticle_readMore {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 1.6em;
}

.main_article .mainArticle_readMore a {
	display: block;
	height: 100%;
	text-align: center;
	padding: 8px 0;
	background: #ababab;
	border-radius: 4px;
	color: white;
	position: relative;
}

.main_article .mainArticle_readMore a:after {
	content: ' ';
	position: absolute;
	right: 15px;
	top: 16px;
	background-image: url('../images/sprites.png');
	background-repeat: no-repeat;
	display: block;
	height: 9px;
	width: 16px;
	background-position: 0 -32px;
	-webkit-background-size: 124px auto;
	-moz-background-size: 124px auto;
	-o-background-size: 124px auto;
	background-size: 124px auto;
}

.main_article .mainArticle_readMore a:hover {
	opacity: 1;
	background: #dddddd;
}

.main_article .mainArticle_footer {
	border-top: 1px solid #eeeeee;
	margin-top: 20px;
	padding: 20px 0 0;
}

.main_article .mainArticle_footer .mainArticleFooter_photos .mainArticleFooterPhotos_head {
	margin-bottom: 10px;
	color: #1f1f1f;
	font-size: 1.4em;
	font-weight: bold;
}

.main_article .mainArticle_footer .mainArticleFooter_photos .mainArticleFooterPhotos_head i {
	color: #ababab;
	margin-right: 5px;
}

.main_article .mainArticle_footer .mainArticleFooter_photos .mainArticleFooterPhotos_list {
	*zoom: 1;
}

.main_article .mainArticle_footer .mainArticleFooter_photos .mainArticleFooterPhotos_list:before,
.main_article .mainArticle_footer .mainArticleFooter_photos .mainArticleFooterPhotos_list:after {
	content: " ";
	display: table;
	width: 0;
}

.main_article .mainArticle_footer .mainArticleFooter_photos .mainArticleFooterPhotos_list:after {
	clear: both;
}

.main_article .mainArticle_footer .mainArticleFooter_photos .mainArticleFooterPhotos_list li {
	float: left;
	display: inline-block;
	overflow: hidden;
	width: 125px;
	height: 125px;
	margin-right: 4px;
	margin-bottom: 4px;
}

.main_article .mainArticle_footer .mainArticleFooter_photos .mainArticleFooterPhotos_list li:nth-child(5n) {
	margin-right: 0;
}

.main_article .mainArticle_footer .mainArticleFooter_photos .mainArticleFooterPhotos_list li a {
	display: block;
	height: 100%;
}

.main_article .mainArticle_footer .mainArticleFooter_photos .mainArticleFooterPhotos_list li a img {
	width: 100%;
}

.main_article .mainArticle_footer .mainArticleFooter_tags {
	margin: 25px 0 0;
	padding: 20px;
	background: #eeeeee;
}

.main_article .mainArticle_footer .mainArticleFooter_tags .mainArticleFooterTags_head {
	display: inline-block;
	padding-left: 28px;
	margin-right: 15px;
    margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	font-weight: bold;
	font-size: 1.4em;
	color: #1f1f1f;
}

.main_article .mainArticle_footer .mainArticleFooter_tags .mainArticleFooterTags_head:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 1px;
	background-image: url('../images/sprites.png');
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 21px;
	background-position: 0 -558px;
	-webkit-background-size: 124px auto;
	-moz-background-size: 124px auto;
	-o-background-size: 124px auto;
	background-size: 124px auto;
}

.main_article .mainArticle_footer .mainArticleFooter_tags .mainArticleFooterTags_list {
	display: inline-block;
	font-size: 1.2em;
}

.main_article .mainArticle_footer .mainArticleFooter_tags .mainArticleFooterTags_list li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}

.main_article .mainArticle_footer .mainArticleFooter_tags .mainArticleFooterTags_list li a {
	display: block;
	border: 1px solid #ababab;
	border-radius: 3px;
	padding: 4px 8px;
	color: #1f1f1f;
	background: white;
}

.main_article .mainArticle_footer .mainArticleFooter_tags .mainArticleFooterTags_list li a:hover {
	opacity: 1;
	background: #e50517;
	border: 1px solid #e50517;
	color: white;
}

.main_article.main_article-gallery .mainArticle_header {
	margin-bottom: 10px;
}

.main_article.main_article-gallery .mainArticleGallery_photo {
	text-align: center;
	margin: 0 20px 20px;
}

.main_article.main_article-gallery .mainArticleGallery_photo .mainArticleGallery_box img {
	max-width: 100%;
	height: auto;
}

.main_article.main_article-gallery .mainArticleGallery_photo .mainArticleGallery_caption {
	margin: 6px 0 0;
	font-size: 1.1em;
	text-align: center;
}

.main_article.main_article-gallery .mainArticleGallery_nextPrev {
	display: inline-block;
}

.main_article.main_article-gallery .mainArticleGallery_nextPrev .prev_box,
.main_article.main_article-gallery .mainArticleGallery_nextPrev .next_box {
	display: inline-block;
	width: 124px;
	height: 40px;
	position: relative;
	color: #ababab;
	font-size: 1.4em;
	font-weight: bold;
    cursor: pointer;
}

.main_article.main_article-gallery .mainArticleGallery_nextPrev .prev_box {
	margin-right: 10px;
	position: relative;
	float: left;
}

.main_article.main_article-gallery .mainArticleGallery_nextPrev .prev_box:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	background-image: url('../images/sprites.png');
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 124px;
	background-position: 0 -420px;
	-webkit-background-size: 124px auto;
	-moz-background-size: 124px auto;
	-o-background-size: 124px auto;
	background-size: 124px auto;
}

.main_article.main_article-gallery .mainArticleGallery_nextPrev .prev_box:hover a{
	position: relative;
	opacity: 1;
	color: white;
}

.main_article.main_article-gallery .mainArticleGallery_nextPrev .prev_box:hover:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	background-image: url('../images/sprites.png');
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 124px;
	background-position: 0 -460px;
	-webkit-background-size: 124px auto;
	-moz-background-size: 124px auto;
	-o-background-size: 124px auto;
	background-size: 124px auto;
}

.main_article.main_article-gallery .mainArticleGallery_nextPrev .prev_box a {
	position: absolute;
	z-index: 2;
	top: 9px;
	left: 40px;
	color: #ababab;
}

.main_article.main_article-gallery .mainArticleGallery_nextPrev .next_box {
	position: relative;
}

.main_article.main_article-gallery .mainArticleGallery_nextPrev .next_box:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	background-image: url('../images/sprites.png');
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 124px;
	background-position: 0 -340px;
	-webkit-background-size: 124px auto;
	-moz-background-size: 124px auto;
	-o-background-size: 124px auto;
	background-size: 124px auto;
}

.main_article.main_article-gallery .mainArticleGallery_nextPrev .next_box:hover a{
	position: relative;
	opacity: 1;
	color: white;
}

.main_article.main_article-gallery .mainArticleGallery_nextPrev .next_box:hover:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	background-image: url('../images/sprites.png');
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 124px;
	background-position: 0 -380px;
	-webkit-background-size: 124px auto;
	-moz-background-size: 124px auto;
	-o-background-size: 124px auto;
	background-size: 124px auto;
}

.main_article.main_article-gallery .mainArticleGallery_nextPrev .next_box a {
    position: absolute;
	z-index: 2;
	top: 9px;
	left: 25px;
	color: #ababab;
}
.main_article.main_article-gallery .mainArticleGallery_nextPrev .next_box a:hover,
.main_article.main_article-gallery .mainArticleGallery_nextPrev .prev_box a:hover{
    color: white;
}

.main_article.main_article-gallery .mainArticleGallery_link {
	float: right;
	margin-top: 12px;
	padding-right: 20px;
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
}

.main_article.main_article-gallery .mainArticleGallery_link:after {
	content: ' ';
	position: absolute;
	right: 0;
	top: 4px;
	background-image: url('../images/sprites.png');
	background-repeat: no-repeat;
	display: block;
	height: 11px;
	width: 11px;
	background-position: 0 -500px;
	-webkit-background-size: 124px auto;
	-moz-background-size: 124px auto;
	-o-background-size: 124px auto;
	background-size: 124px auto;
}

.main_related .boxContainer > .box.mainRelated_frame {
	border: 2px solid #ffedb7;
	padding: 40px 20px 25px;
}

.main_related .mainRelated_frame {
	position: relative;
}

.main_related .mainRelated_heading {
	position: absolute;
	top: -4px;
	left: 15px;
	width: 131px;
}

.main_related .mainRelated_heading img {
	width: 100%;
}

.main_related .mainRelated_list li:last-child {
	margin-bottom: 0;
}

.main_related .mainRelated_list a {
	display: block;
	padding: 5px 10px;
}

.main_related .mainRelated_list a:hover {
	background: #eeeeee;
}

.main_related .mainRelated_list .mainRelated_title {
	font-size: 1.4em;
	font-weight: bold;
	color: #1f1f1f;
}

.main_related .mainRelated_list .mainRelated_title .fa {
	margin-left: 5px;
}

.main_related .mainRelated_list .mainRelated_time {
	color: #ababab;
}

.main_recommended {
	margin: 20px 0 0;
}

.main_recommended .mainRecommended_heading {
	position: relative;
	margin: 0 0 15px;
	padding: 0 5px 6px;
	border-bottom: 2px solid #dddddd;
	font-size: 1.4em;
	font-weight: bold;
}

.main_recommended .mainRecommended_heading:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100px;
	height: 2px;
	background: #e50517;
}

.main_recommended .mainRecommended_container .AR_1.ob-strip-layout .ob-rec-text {
	color: #565656;
}

.snsButtonContainer {
	*zoom: 1;
}

.snsButtonContainer:before,
.snsButtonContainer:after {
	content: " ";
	display: table;
	width: 0;
}

.snsButtonContainer:after {
	clear: both;
}

.snsButton {
	display: inline-block;
	float: right;
}

.snsButton li {
	display: inline-block;
	width: 64px;
	vertical-align: bottom;
}

.snsButton li a {
	display: block;
	width: 100%;
}

.snsButton li img {
	width: 100%;
}

@media screen {

[hidden~="screen"] {
	display: inherit;
}

[hidden~="screen"]:not(:active):not(:focus):not(:target) {
	position: absolute !important;
	clip: rect(0 0 0 0) !important;
}

}

