/* style.css */

@charset "UTF-8";

/* 全体、その他
============================================*/
@media screen and (max-width:766px){
html{	font-size: 20px; }
}
@media screen and (min-width:767px){
html{	font-size: 14px; }
}

body {
	font-family: 'メイリオ',Meiryo,sans-serif;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
}

a{
	outline: none;
	color: #ed1c24;
	text-decoration: none;
}
a:focus{
	outline: none;
}
a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

span.supText {
font-size: 60%;
vertical-align: top;
position: relative;
top: -0.2em;
}
span.subText {
font-size: 60%;
vertical-align: bottom;
position: relative;
top: 0.2em;
}
ruby {
  position: relative;
}

ruby rt {
  position: relative;
  top: 1ex;
}
img {
	max-width: 100%;
}

.imgcenter {
	display: block;
	text-align: center;
}
.imgright { float: right; padding-left: 20px; padding-bottom: 20px; }
.imgleft { float: left; padding-right: 20px; padding-bottom: 20px; }

#header h1 {
	float: left;
	margin-right: -15px;
	font-size: 0.9rem;
}
#header .about {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	top: 40px;
	display: none;
	z-index: 9999;
}
#header h2 {
	float: left;
}

#fv {
	overflow: hidden;
}

#crumb {
	margin: 15px auto;
	max-width: 1060px;
	color:#ed1c24;
	font-size: 0.95rem;
}

#crumb li {
	float: left;
	font-weight: bold;
}

.tag {
	margin-bottom: 30px;
	font-size: 0.8rem;
	line-height: 1;
	width: 80px;
	box-sizing: border-box;
	padding: 10px 0 5px;
	background: #ed1c24;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.tag strong {
	font-size: 1.6rem;
	font-weight: bold;
}
.tag span {
	font-size: 1rem;
	font-weight: bold;
}

.page_back {
	margin: 40px auto;
	text-align: center;
}

.page_back a {
	display: inline-block;
	color: #0051ba;
	border: #0051ba 4px solid;
	background: #f9d716;
	font-size: 34px;
	font-weight: bold;
	padding: 10px 3em;
	letter-spacing: 0.05em;
}

#back_top{
	padding: 30px 0 20px;
	text-align: center;
}

#pageTop {
	display: none;
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 5;
}
#pageTop a {
    display: block;
    z-index: 999;
    width: 50px;
    height: 50px;
    background: url(../images/common/pagetop.png) center / cover no-repeat;
}



/*-------------------------
|                         |
|  レスポンシブCSS        |
|  SP用（767px以下）  　　|
|													|
-------------------------*/

@media screen and (max-width:766px){
.br_pc {
	display: none;
}
#crumb {
	padding: 0 20px;
}

#wrapper {
	margin: 0 auto;
	width: 640px;
	position: relative;
	overflow: hidden;
}

#header {
	margin: 0 auto;
	padding: 10px;
	height: 70px;
	box-sizing: border-box;
}
#header h1 {
	margin-top: 5px;
	position: relative;
	z-index: 10000;
}
#header .about {
	left: 20px;
	margin-left: 0;
}

#main_menu {
	position: absolute;
	width: 640px;
	left: 0;
	top: 13px;
}

#main_menu img{
	margin-right: 10px;
}

#main_menu .btn {
	text-align: right;
	margin-bottom: -5px;
}

#main_menu ul {
	display: none;
	position: relative;
	top: 18px;
	z-index: 9999;
}

#main_menu ul li a {
	display: block;
	padding: 20px;
	color: #FFF;
	border-bottom: #FFF 1px solid;
	background: #ed1b25;
	font-size: 1.5rem;
}
#main_menu #menu-close {
	padding: 20px;
	color: #ed1b25;
	border-bottom: #ed1b25 2px solid;
	background: #fff;
	font-size: 1.5rem;
	text-align: center;
}

#main_menu .date {
	display: none;
}
#header .sns {
	position: absolute;
	right: 0;
	top: 13px;
	z-index: 9999;
}
#header .sns li {
	float: left;
	margin-right: 5px;
	width: 45px;
}
#header .sns li img {
	width: 100%;
}

#header .sub_menu {
	display: none;
}
#header {
	border-bottom: #ed1b25 2px solid;
}

.tag {
	font-size: 1rem;
	width: 140px;
	margin-bottom: 30px;
}
.tag:after {
	border: 70px solid transparent;
	border-top: 30px solid #ed1c24;
}
.tag strong {
	font-size: 2rem;
}


}


#footer {
    margin: 0 auto;
    padding: 35px 0;
    position: relative;
    width: 600px;
		text-align: center;
		overflow: hidden;
}

#footer .logo {
	margin-bottom: 15px;
}
#footer li {
	float: left;
	height: 15px;
	margin-right: 10px;
}

#footer #snsArea{
		text-align: center;
		margin-bottom: 10px;
}
#footer #snsArea li {
	float: none;
	margin-right: 0;
}
#snsArea{
	display:block;
	position:relative;
	width:500px;
	margin:0 auto;
	margin-top:45px;
	text-align:center;
	transform:scale(1.4);
	-webkit-transform:scale(1.4);
	-moz-transform:scale(1.4);
	padding-bottom:25px;
}

#snsArea li{
	display:inline-block;
	vertical-align:top;
	margin-bottom:16px;
	line-height: 0;
}
#snsArea li iframe{
	margin: 0 !important;
}

/*** ft_linksï¼¾ ***/
#snsArea #ft_links{
	position:relative;
	width:100%;
	height:auto;
	background-color:#F00;
}
#snsArea #ft_bg{position:relative; left:0; top:0; width:100%; height:auto;}
#snsArea #ft_copyright{position:absolute; left:31.4%; top:55.55%; width:65.62%; height:auto;}
#snsArea #ft_notice{position:absolute; left:61.09%; top:23.14%; width:29.68%; height:auto;}
#snsArea #ft_privacy{position:absolute; left:31.4%; top:23.14%; width:29.68%; height:auto;}
#snsArea #ft_logo{position:absolute; left:3.28%; top:23.14%; width:28.12%; height:auto;}
#snsArea #ft_links{
	position:relative;
	width:100%;
	height:auto;
	background-color:#F00;
}
#snsArea #ft_bg{position:relative; left:0; top:0; width:100%; height:auto;}
#snsArea #ft_copyright{position:absolute; left:31.4%; top:55.55%; width:65.62%; height:auto;}
#snsArea #ft_notice{position:absolute; left:61.09%; top:23.14%; width:29.68%; height:auto;}
#snsArea #ft_privacy{position:absolute; left:31.4%; top:23.14%; width:29.68%; height:auto;}
#snsArea #ft_logo{position:absolute; left:3.28%; top:23.14%; width:28.12%; height:auto;}

#footer .copy {
	position: absolute;
	right: 0;
	bottom: 35px;
	font-size: 14px;
	line-height: 1.2;
}

/*-------------------------
|                         |
|  レスポンシブCSS        |
|  PC用（767px以上）  　　|
|													|
-------------------------*/

@media screen and (min-width:767px){
.br_sp {
	display: none;
}
body {
	font-size: 1.2rem;
}
#wrapper {
	width: 100%;
	min-width: 1240px;
	overflow: hidden;
}

#header {
	margin: 0 auto;
	padding-top: 31px;
	max-width: 1060px;
	overflow: hidden;
}
#header .sns {
	float:right;
	padding-top: 2px;
}
#header .sns li {
	float: left;
	margin-right: 5px;
}

#header .sub_menu {
	float:right;
	padding-top: 12px;
}
#header .sub_menu li {
	float: left;
	font-size: 0.8rem;
	padding-left: 12px;
	margin-left: 10px;
	background: url(../images/common/icon_arrow_r.gif) no-repeat left center;
}
#header .sub_menu li a {
	text-decoration: none;
	color: #333;
}
#main_menu {
	max-width: 1060px;
	margin: 15px auto;
	background: #ed1c24;
	color: #FFF;
	padding: 3px;
	position: relative;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
}
#main_menu:before {
	content:"";
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.3);
	position: absolute;
	left: 1px;
	top: 1px;
}
#main_menu .btn {
	display: none;
}
#main_menu #menu-close {
	display: none;
}

#main_menu li {
	float: left;
	border-right: rgba(255,255,255,0.3) solid 1px;
}
#main_menu li a {
	display: block;
	padding: 6px 10px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#main_menu p.date {
	position: absolute;
	right: 0;
	bottom: 0;
	font-weight: bold;
	color: #ff221f;
	background: #fbb03b;
	padding: 0 15px;
	font-size: 2.2rem;
}
#main_menu p.date span{
	font-weight: bold;
	font-size: 1.57rem;
}


}
