@charset "utf-8";

/*---------------------------------------
    リセットCSS（編集不要）
----------------------------------------*/
body {
    font-size: 12px;
    min-width: 320px;
    -webkit-text-size-adjust: 100%; /*for iPhone*/
	background: #000;
}
body:before {
  content: ' ';
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(/img/share/bg-body_sp.jpg) no-repeat center top;
	background-size: 200% auto;
}
body.other {
  background: #000;
}
body.other:before {
  background: url(/img/share/bg-body_other_sp.jpg) no-repeat center top;
	background-size: 150% auto;
}
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
* img {
	width: 100%;
	height: auto;
}
* a:hover img {
	opacity: 1 !important;
}
.pc_message {
    display: none;
}
.sp_message {
    display: block;
}

#wrapper {
	padding-top: 0;
}


/*----------------------------------------
    ヘッダー
----------------------------------------*/
#header {
	display: none;
}
#header_sp {
	position: relative;
	display: block;
	background: url(/img/share/bg-header_sp.png) repeat-x center top;
	width: 100%;
	z-index: 101;
}
#header_sp .inner {
	width: 100%;
	height: auto;
	padding-top: 0;
	position: relative;
}
#header_sp .inner:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
#header_sp h1 {
	width: 115px;
	text-align: center;
	padding: 7px 0 0 7px;
	float: left;
	margin-bottom: 0;
}
#header_sp .inner .global_navi_sp {
	display: block;
	float: right;
	width: 60px;
}
#header_sp .inner .global_navi_sp .sp_navi_inner {
  position: absolute;
	top: 51px;
	left: 0;
	z-index: 9999;
	background: #af000d;
	display: none;
}
#header_sp .inner .global_navi_sp .sp_navi_inner ul {
	padding: 10px;
}
#header_sp .inner .global_navi_sp .sp_navi_inner ul:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
#header_sp .inner .global_navi_sp .sp_navi_inner ul li {
	width: 33.3%;
	float: left;
	padding: 2px;
}
#header_sp .global_navi,
#header_sp .header_navi {
	display: none;
}
#header_sp .sp_menu {
	display: block;
}
#header_sp .sp_menu ul:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
#header_sp .sp_menu ul {
	width: 100%;
	padding: 5px 10px;
	background: #af000d;
	clear: both;
}
#header_sp .sp_menu ul li {
	width: 33%;
	float: left;
	text-align: center;
	padding: 0 2px;
}
#header_sp .sp_menu ul li:last-child {
	width: 34%;
}
#header_sp .sp_menu ul li a {
	display: block;
	background: #FFF;
}
#header_sp .sp_menu ul li img {
	width: 95px;
}

/* main_movie
------------------------------------------------------------------- */
#main_movie > * {
    display: none;
}
#main_movie:after {
	background: none;
}

/* contents
------------------------------------------------------------------- */
#contents {
	width: 100%;
	padding: 20px 10px !important;
}
#contents .article_inner {
	width: 100%;
	padding: 20px;
}
#contents .article_other {
	width: 100%;
}
#contents .main_title {
	margin-bottom: 15px;
	text-align: center;
}
#contents .main_title img {
	width: auto;
	height: 50px;
}
/* h3 */
#contents .article_inner .title_style {
	font-size: 15px;
	margin-bottom: 10px;
}

/*----------------------------------------
    aside
----------------------------------------*/
#aside {
	display: none;
}


/*----------------------------------------
    フッター
----------------------------------------*/
#footer {
	display: none;
}
#footer_sp {
	display: block;
	background: #FFF;
}
#footer_sp .inner {
	width: 100%;
	height: auto;
}
#footer_sp .inner .footer_navi {
	height: auto;
	padding-top: 0;
	margin-bottom: 20px;
}
#footer_sp .inner .footer_navi .flogo {
	text-align: center;
	float: none;
}
#footer_sp .inner .footer_navi .flogo img {
	width: 170px;
}
#footer_sp .inner .footer_navi .footer_navi_title {
	padding: 10px 7px;
	background: #af000d;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
}
#footer_sp .inner .footer_navi ul {
	width: 100%;
	float: none;
	margin: 5px 0 20px 0;
}
#footer_sp .inner .footer_navi ul li {
	text-align: left;
	display: block;
	border-bottom: 1px solid #CCC;
	padding-left: 0;
}
#footer_sp .inner .footer_navi ul li:last-child {
	border-bottom: none;
}
#footer_sp .inner .footer_navi ul li.sp_message {
	display: block;
}
#footer_sp .inner .footer_navi ul li a {
	color: #4c4c4c;
	text-decoration: none;
	font-size: 12px;
	display: block;
	font-weight: bold;
	padding: 0 7px;
}
#footer_sp .inner .footer_navi ul li a:hover {
	text-decoration: none;
}
#footer_sp .inner .footer_navi ul li a span {
    padding: 10px 0;
	display: block;
	background: url(/img/share/ico-aside.png) no-repeat right center;
	background-size: 8px 14px;
}
#footer_sp .inner .footer_navi .footer_link {
	display: none;
}
#footer_sp .inner .copyright {
	text-align: center;
	color: #FFF;
	background: #000000;
	padding: 10px 0;
	font-size: 9px;
}
#footer_sp .pagetop {
	display: none;
}


/* パンくず
============================================================================================================ */
.topicpath {
	padding: 5px 10px;
}
.topicpath p {
	width: auto;
	font-size: 11px;
}

