/* CSS Document */
@charset "utf-8";
/*================================================
 基本設定
================================================*/
/* --------- font設定  -----------
どのブラウザも14px相当に統一
-------------------------------*/
body {
	font-size: 62.5%;
	line-height: 1.6;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	letter-spacing: 0.05em;
	-webkit-text-size-adjust: none;
}
html>/**/body {
	font-size: 62.5%;
	line-height: 1.6;
}
/*-----------------------------*/
/*================================================
base layout
================================================*/
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
}
div#wp {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	width: 100%;
}
body > #wp {
	height: auto;
}
a:link, a:visited, a:active {
	color: #333333;
}
a {
	color: #333333;
	text-decoration: underline;
	overflow: hidden;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
select {
	font-size:16px;
	padding:5px;
}
table tr th,table tr td {
	vertical-align: top;
}
blockquote {
	width: 100%;
	position: relative;
}
blockquote p {
	margin: 0 0 0 1em;
}
blockquote p:before {
	content: "・";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
div.checkbox {
	padding: 10px 0 0;
}
input[type=radio],
input[type=checkbox] {
	position: relative;
	top: -2px;
	left: -2px;
}

/*================================================
clearfix
================================================*/
.cf:after{
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.cf {
	display: inline-block;
}
/*================================================
header layout
================================================*/
#header {
	width: 100%;
	min-width: 980px;
	height: auto;
	margin: 0 auto;
	/*background: url(../img/head_topBg.gif) center top repeat-x #000;*/
	/*border-bottom: 2px solid #e61f19;*/
}
/*================================================
footer layout
================================================*/
#footer {
	border-top: 2px solid #e61f19;
	padding: 10px 0 0;
	width: 100%;
	min-width: 980px;
}

/*================================================
利用規約
================================================*/
#rightTextArea{
	font-size: 0.8rem;
	width: 90%;
	margin: 0 auto;
	}
h1.rightH1 img{
	max-width: 100%;
	min-width: 100%;
	}
#rightTextArea h2{
	font-size: 1rem;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding: 2px 0 0 0;
	margin: 1rem 0 1.3rem;
	}

/*================================================
PC：ヘッダーレイアウト
================================================*/
@media screen and (min-width: 1000px){
.innerArea{
	width: 980px;
	margin: 0 auto;
	position: relative;
}	
}
/*================================================
SP：ヘッダーレイアウト
================================================*/
@media screen and (max-width:999px){

}


/*================================================
PC：共通ライン
================================================*/
.wrap-line {
	background: url(../img/common/line-section.png) center top repeat-x;
}
/*================================================
SP：共通ライン
================================================*/
@media screen and (max-width:999px){
.wrap-line {
}
}

/*================================================
PC：オフィシャルツイッターレイアウト
================================================*/
/*@media screen and (min-width: 1000px){
#area-twitter {
	background: url(../img/twitter/bg-twitter.jpg) center 10px no-repeat;
}
.inner-twitter {
	margin: 0 auto;
	width: 980px;
	height: 550px;
	position: relative;
}
.inner-twitter h1 {
	background: url(../img/twitter/title-twitter.png) center no-repeat;
	padding-top: 22px;
	width: 687px;
	height: 132px;
	text-indent: -99999em;
}
.area-follow {
	background: url(../img/twitter/bg-follow.png) center no-repeat;
	margin: 80px 0 0 30px;
	width: 480px;
	height: 200px;
	float: left;
}
.area-follow dl {
	margin: 40px 0 0 100px;
}
.area-follow dl dt {
	background: url(../img/twitter/follow-pis_official.png) left center no-repeat;
	margin: 0 0 10px 0;
	text-indent: -9999em;
}
.area-follow dl dd {
}
.area-follow dl dd img {
	float: left;
}
.area-follow dl dd a.link-pus {
	display: block;
	background: url(../img/twitter/follow-@pus_pr.png) center no-repeat;
	margin: 25px 10px 0 10px;
	width: 119px;
	height: 30px;
	text-indent: -9999em;
	float: left;
}
.btn-follow {
	margin: 25px 0 0 0;
	float: left;
}
.sub_chara-01 {
	position: absolute;
	top: 170px;
	left: 35px;
}
.area-tweet {
	background: url(../img/twitter/bg-tweet.png) center no-repeat;
	margin: 80px 30px 0 0;
	width: 370px;
	height: 200px;
	float: right;
}
.area-tweet dl {
	margin: 40px 0 0 40px;
}
.area-tweet dl dt {
	background: url(../img/twitter/tweet-text.png) left center no-repeat;
	margin: 0 0 10px 0;
	width: 147px;
	height: 60px;
	text-indent: -9999em;
}
.area-tweet dl dd a {
	z-index: 9999;
}
.sub_chara-02 {
	position: absolute;
	top: 160px;
	right: 0;
	z-index: 1;
}
}*/
/*================================================
SP：オフィシャルツイッターレイアウト
================================================*/
/*@media screen and (max-width:999px){*/
#area-twitter {
	background: none;
	width: 100%;
	margin-bottom: 1em;
	float: left;
}
.inner-twitter {
	margin: 0 auto;
	width: 100%;
}
.inner-twitter h1 {
	background: url(../img/twitter/title-twitter-sp.png) center no-repeat;
	background-size: 318px 64px;
	margin-bottom: -1.3em;
	padding: 23px 0 0 0;
	width: 100%;
	height: 64px;
	text-indent: -99999em;
	position: relative;
	z-index: 1000;
}
.paper-head-sp {
	background: url(../img/common/bg-paper_head-sp.jpg) center top no-repeat;
	background-size: contain;
	padding-top: 5em;
	width: 100%;
}
.paper-body-sp {
	background: url(../img/common/bg-paper_body-sp.jpg) center top repeat-y;
	background-size: contain;
	width: 100%;
}
.paper-foot-sp {
	background: url(../img/common/bg-paper_foot-sp.jpg) center bottom no-repeat;
	background-size: contain;
	width: 100%;
}
.paper-foot-sp:after {
	content: "";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility: hidden;
}
.area-follow {
	background: none;
	margin: -2em 8% 1em 8%;
	width: 84%;
	float: left;
}
.area-follow dl {
	margin: 0;
}
.area-follow dl dt {
	background: none;
	margin: 0;
	text-indent: 0;
}
.area-follow dl dd {
}
.area-follow dl dd img {
	float: left;
}
.area-follow dl dd a.link-pus {
	display: block;
	background: none;
	margin: 1.5em 1em 0 1em;
	width: auto;
	text-indent: 0;
	float: left;
}
.btn-follow {
	margin: 1em 0 0 0;
	float: left;
}
.sub_chara-01 {
	display: none;
}
.area-tweet {
	background: none;
	margin: 0 8%;
	width: 84%;
	float: left;
}
.area-tweet dl {
	margin: 0 0 3em 0;
	text-align: center;
}
.area-tweet dl dt {
	background: none;
	margin: 0 0 10px 0;
	width: 100%;
	text-indent: 0;
}
.area-tweet dl dd a {
	z-index: 9999;
}
.sub_chara-02 {
	display: none;
}

/*
}

*/
/*================================================
PC：ページトップに戻るボタン
================================================*/
@media screen and (min-width: 1000px){
#wrap-to_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}
#btn-to_top {
	margin: 0 auto;
	height: 98px;
}
#btn-to_top a {
	display: block;
	width: 97px;
	height: 98px;
	float: right;
	position: relative;
}
#btn-to_top a:hover {
	opacity: 0.95;
	filter: alpha(opacity=95); /* ie lt 8 */
	-ms-filter: "alpha(opacity=95)"; /* ie 8 */
	-moz-opacity: 0.95; /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.95; /* Safari 1.x */
}
}
/*================================================
SP：ページトップに戻るボタン
================================================*/
@media screen and (max-width:999px){
#wrap-to_top a {
	width: 15%;
	text-align: right;
	position: fixed;
	bottom: 0em;
	right: 0.5em;
	z-index: 100;
}
#btn-to_top {
	margin: 0 auto;
}
#btn-to_top img {
	min-width: 100%;
	max-width: 100%;
}

/*追記　共通ヘッダー調整　背景調整*/
#contents{
	background: none;
	}
#phone-title div.logo{
width: 30%;
}
header#sqexHeader-black_rsp, header#sqexHeader-white_rsp{
	padding: 5px 0;
	}