@charset 'utf-8';

/*

	basic style for POCKET
	styling by nor2tae
	date: 2013-08-02

*/
/* -------------------------------------------------------------------
 * 	limited reset, clear fix and more
 * 	------------------------------------------------------------------- */
/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr, dl, dt, dd, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	font: inherit;
}
ul,ol { list-style: none; }
/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}
table {
	border-collapse: collapse;
}
/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before, .cf:after {
	content:'';
	display:table;
}
.cf:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; }

html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

a {
	text-decoration: none;
	color: #587dcc;
}
a:hover {
	color: #ff48a1;
}
.op:hover {
	opacity: .8;
	-moz-opacity: .8;
	-ms-filter: 'alpha(opacity=80)';
}

/* img */
img {
	vertical-align: bottom;
}

/* selection color */
::selection {
	background: #ff48a1; /* Safari */
	color: #fff;
}
::-moz-selection {
	background: #ff48a1; /* Firefox */
	color: #fff;
}

/* -------------------------------------------------------------------
 * 	common
 * 	------------------------------------------------------------------- */

/* ページャー
----------------------------------*/
.pager {
	text-align: center;
	padding: 20px 0;
}
.pager li {
	display: inline-block;
	margin-right: 5px;
	text-align: center;
	overflow: hidden;
}
.pager li a,
.pager li span {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: 'Petit Formal Script',sans-serif;
}
.pager li a {
	background-color: #fff;
	color: pink;
}
.pager li a:hover,
.pager li.current span {
	background-color: #FC4698;
	color: #fff;
}
.pager li span {
	/* ノーリンク */
	background-color: #ddd;
	color: #fff;
}
.pager li.bridge span {
	background-color: transparent;
}
.pager li.next a,
.pager li.prev a,
.pager li.next span,
.pager li.prev span {
	text-indent: -9999px;
	background-image: url(../img/common/pager.png);
	background-repeat: no-repeat;
}
.pager li.prev a:hover { background-position: -30px 0; }
.pager li.next a { background-position: 0 -30px; }
.pager li.next a:hover { background-position: -30px -30px; }

.pager li.prev span,
.pager li.next span { background-color: #eee; }
.pager li.prev span { background-position: -30px 0; }

/* フッター
----------------------------------*/
footer {
	position: relative;
	background: #333 url(../img/common/bg_footer.png) repeat 0 0;
}
#footerSubNav {
	float: left;
	margin-left: 10%;
}
#footerSubNav li {
	float: left;
	margin-right: 20px;
}
#footerSubNav li a {
	height: 25px;
	line-height: 25px;
	font-size: 80%;
	color: #fff;
}
#footerSubNav li a:before {
	content: '';
	display: inline-block;
	width: 9px;
	height: 12px;
	margin-right: 5px;
	text-indent: -9999px;
	vertical-align: middle;
	background: url(../img/common/blt_footer_subnav.png) no-repeat 0 0;
}

p.copyright {
	float: right;
	padding-right: 20px;
}
p.copyright small {
	font-size: 80%;
	font-family: 'Quicksand',sans-serif;
	color: #fff;
}


/* -------------------------------------------------------------------
 * 	TOPページ
 * 	------------------------------------------------------------------- */
.pageTop #main {
	width: 100%;
	min-width: 1100px;
	min-height: 970px;
	margin-bottom: -85px;
	background: #121D74 url(../img/top/key.jpg) no-repeat 50% 0;
}
.pageTop #mainContent {
	margin: 0 auto;
	width: 1100px;
	position: relative;
	min-height: 900px;
	/*border: 1px solid #e00;  */
}

.pageTop .parts {
	position: absolute;
}

.pageTop #logo {
	text-indent: -9999px;
	width: 492px;
	height: 157px;
	top: 30px;
	left: 90px;
	background: url(../img/top/logo.png) no-repeat 0 0;
	z-index: 1000;
}
.pageTop #catch {
	width: 654px;
	height: 167px;
	top: 165px;
	left: 45px;
	/*background: url(../img/top/catch.png) no-repeat 0 0;*/
	z-index: 990;
}

/* ニュース
----------------------------------*/
.pageTop #topNews {
	top: 325px;
	left: 130px;
	width: 428px;
	height: 192px;
	background: url(../img/top/bg_news.png) no-repeat 0 0;
}
.pageTop #topNews ul {
	width: 360px;
	margin: 45px auto 0;
	height: 120px;
	overflow: auto;
	/*border: 1px solid #e00;*/
}

.pageTop #topNews li {
	margin-bottom: .5em;
	font-size: 90%;
}
.pageTop #topNews li time {
	display: block;
	float: left;
	color: #555;
}
.pageTop #topNews li a {
	display: block;
	margin-left: 95px;
}

/* ダウンロード
----------------------------------*/
.pageTop #topDownload {
	top: 530px;
	left: 170px;
}
.pageTop #topDownload li {
	float: left;
	width: 160px;
	height: 170px;
	background: url(../img/top/bg_download.png) no-repeat 0 0;
	position: relative;
	text-align: center;
}
.pageTop #topDownload li.iphone {
	margin-right: 20px;
}
.pageTop #topDownload li.android {
	background-position: 0 -170px;
}
.pageTop #topDownload li img {
	margin-top: 80px;
}


/* TOPFixed関連
----------------------------------*/
.pageTop #copyYukiko,
.pageTop #topBn,
.pageTop #topSocial,
.pageTop nav,
.pageTop footer {
	position: fixed;
}

/* 雪子
----------------------------------*/
#copyYukiko,
#copyYukiko a {
	color: #fff;
}
#copyYukiko {
	bottom: 130px;
	right: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 90%;
}
#copyYukiko a {
	text-decoration: underline;
}

/* バナー
----------------------------------*/
.pageTop #topBn {
	height: 54px;
	bottom: 85px;
	left: 12%;
}
.pageTop #topBn li {
	float: left;
	margin-right: 10px;
}
.pageTop #topBn li:last-child {
	margin-right: 0;
}


/* ソーシャル
----------------------------------*/
.pageTop #topSocial {
	min-width: 420px;
	padding-top: 10px;
	height: 30px;
	bottom: 85px;
	overflow: hidden;
	right: 0;
	background: url(../img/top/bg_social.png) no-repeat 100% 0;
	text-align: right;
}
.pageTop #topSocial li {
	display: inline-block;
	margin-right: 10px;
}
.pageTop #topSocial li:last-child {
	margin-right: 0;
}


/* ナビ
----------------------------------*/
.pageTop nav {
	width: 100%;
	min-width: 1100px;
	height: 60px;
	bottom: 25px;
	background: pink url(../img/top/bg_gnav.png) repeat-x 0 0;
}
.pageTop nav ul {
	width: 1000px;
	margin: 0 auto;
	padding: 0 50px;
}
.pageTop nav li {
	float: left;
}
.pageTop nav li a {
	display: block;
	height: 60px;
	width: 250px;
	text-indent: -9999px;
	background: url(../img/top/btn_glonav.jpg) no-repeat 0 0;
	overflow: hidden;
	position: relative;
}
.pageTop nav li a span {
	display: none;
	width: 100%;
	height: 60px;
	background: url(../img/top/btn_glonav.jpg) no-repeat 0 0;
	position: absolute;
	top: 0; left: 0;
	z-index: 2;
}
.pageTop nav li a#gnavTopHome { background-position: 0 0; }
.pageTop nav li a#gnavTopNews { background-position: -250px 0; }
.pageTop nav li a#gnavTopAbout { background-position: -500px 0; }
.pageTop nav li a#gnavTopChara { background-position: -750px 0; }

.pageTop nav li a#gnavTopHome span { background-position: 0 -60px; }
.pageTop nav li a#gnavTopNews span { background-position: -250px -60px; }
.pageTop nav li a#gnavTopAbout span { background-position: -500px -60px; }
.pageTop nav li a#gnavTopChara span { background-position: -750px -60px; }

/* フッター
----------------------------------*/
.pageTop footer {
	width: 100%;
	min-width: 1100px;
	bottom: 0;
	height: 25px;
}




/* -------------------------------------------------------------------
 * 	サブページ
 * 	------------------------------------------------------------------- */

/* common
----------------------------------*/
.pageSub {
	background: #172082 url(../img/common/bg_sub.jpg) fixed no-repeat 50% 0;
}

/* ヘッダー */
.pageSub > header {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	height: 130px;
}

header #logo,
header #catch {
	float: left;
}
header #logo a {
	display: block;
	width: 332px;
	height: 107px;
	text-indent: -9999px;
	background: url(../img/common/logo.png) no-repeat 0 0;
}
header #catch {
	display: block;
	margin-top: 10px;
	width: 425px;
	height: 105px;
	text-indent: -9999px;
	background: url(../img/common/catch.png) no-repeat 0 0;
}
header #sectSocial {
	float: right;
	padding-top: 50px;
	text-align: right;
}
header #sectSocial li {
	display: inline-block;
	width: 110px;
	margin-right: 10px;
	overflow: hidden;
}
header #sectSocial li:last-child {margin-right: 0;}

/* ナビゲーション */
#navSub {
	width: 1160px;
	position: absolute;
	left: -80px;
	top: 135px;
}
#navSub ul,
#navSub ul li a span {
	background-image: url(../img/common/bg_sub_nav.png);
	background-repeat: no-repeat;
}
#navSub ul {
	padding-left: 80px;
	height: 80px;
	background-position: 0 -60px;
}
#navSub ul li {
	float: left;
	width: 250px;
}
#navSub ul li a {
	display: block;
	position: relative;
	height: 60px;
	text-indent: -9999px;
}
#navSub ul li a span {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 60px;
	z-index: 2;
}
#navSub ul li a#navSubHome span { background-position: -80px 0; }
#navSub ul li a#navSubNews span { background-position: -330px 0; }
#navSub ul li a#navSubAbout span { background-position: -580px 0; }
#navSub ul li a#navSubChara span { background-position: -830px 0; }


/* メイン */
.pageSub #main {
	width: 1115px;
	margin: 0 auto;
	padding-top: 60px;
	background: url(../img/common/bg_sub_main.png) repeat-y 0 0;
}

.pageSub #main section#sectMain {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

/* フッタースペック */
#sectSpecFooter {
	padding: 10px 0;
	background: #094e9c;
	-webkit-box-shadow: inset 0 3px 3px 0 rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 3px 3px 0 rgba(0,0,0,.2);
	box-shadow: inset 0 3px 3px 0 rgba(0,0,0,.2);
}
#sectSpecFooter > section {
	width: 1000px;
	margin: 0 auto;
}
#sectSpecFooter > section > h1 {
	float: left;
	width: 180px;
	height: 58px;
	text-indent: -9999px;
	background: url(../img/common/logo_footer.gif) no-repeat 0 0;
	margin-top: 10px;
}
#sectSpecFooter #specFooter {
	float: left;
	padding-left: 20px;
	color: #fff;
}
#sectSpecFooter #specFooter li {
	padding: .2em 0;
	font-size: 75%;
}
#sectSpecFooter #specFooter li a {
	text-decoration: underline;
	color: #fff;
}
#sectSpecFooter #dlFooter {
	float: right;
	padding-top: 10px;
}
#sectSpecFooter #dlFooter li {
	display: inline-block;
	margin-right: 15px;
}
#sectSpecFooter #dlFooter li:last-child { margin-right: 0; }


/* 見出し */
.pageSub #main #sectMain > header > h1 {
	
}


/* -------------------------------------------------------------------
 * 	ニュース(news.html)
 * 	------------------------------------------------------------------- */
.listNews {
	padding-bottom: 30px;
	min-height: 500px;
}

.listNews li {
	padding: 20px;
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
	box-shadow: 0 0 5px rgba(0,0,0,.15);
}
.listNews li dl dt {
	margin-bottom: .5em;
	padding: 0 1em 15px;
	background: url(../img/news/bg_bdr_ttl.gif) no-repeat 0 100%;
	font-weight: bold;
	font-size: 140%;
}
.listNews li dl dt time {
	display: inline-block;
	margin-right: 1em;
	font-family: 'Petit Formal Script', serif;
	font-size: 90%;
	color: pink;
}
.listNews li dl dd {
	padding: 0 1em;
}
.listNews li dl dd p {
	margin-bottom: 1em;
	line-height: 1.6em;
}

/* -------------------------------------------------------------------
 * 	キャラクター
 * 	------------------------------------------------------------------- */
#sectCharaList {
	width: 826px;
	margin: 0 auto;
	padding-bottom: 40px;
}
#sectCharaList li {
	float: left;
	margin-right: 44px;
	margin-bottom: 40px;
	width: 246px;
	height: 306px;
	background: url(../img/chara/bg_chara_list.png) no-repeat 50% 50%;
}
#sectCharaList li.last { margin-right: 0; }
#sectCharaList li a {
	display: block;
}
#sectCharaList li figure {
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-ms-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}
#sectCharaList li figure:hover {
	opacity: .8;
}
#sectCharaList li figure img {
	vertical-align: bottom;
}
#sectCharaList li figure img.chara {
	display: block;
	width: 200px;
	margin: 22px auto 18px;
}
#sectCharaList li figure figcaption {
	display: block;
	text-align: center;
}

/* キャラクター詳細ページ
----------------------------------*/
.charaDetail {
	width: 900px;
	margin: 0 auto;
	min-height: 700px;
	position: relative;
}
.charaDetail .loader {
	position: absolute;
	top: 320px;
	right: 150px;
	z-index: 3;
	text-indent: -9999px;
	background-image: url(../img/common/loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #fff;
	background-color: rgba(255,255,255,.6);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
}
.charaDetail .charaIntro {
	padding-top: 50px;
	position: relative;
	left: 0;
	top: 0;
	z-index: 2;
}
.charaDetail .charaMain {
	display: none;
	position: absolute;
	width: 100%;
	height: 700px;
	top: 0;
	left: 0;
	text-indent: -9999px;
}
.charaDetail .charaIntro dt.name { margin-bottom: 30px; }

/* その他のキャラクター */
#charaOther {
	width: 744px;
	height: 82px;
	padding-left: 200px;
	background: url(../img/chara/bg_other_chara.png) no-repeat 0 0;
	position: absolute;
	bottom: 30px;
	left: 10px;
}
#charaOther li {
	float: left;
	margin-top: 16px;
	margin-right: 5px;
}
#charaOther li:last-child { margin-right: 0; }

/* キャラごと */
#charaKohei { background: url(../img/chara/chara_kohei.png) no-repeat 100% 100%; }
#charaKaoru { background: url(../img/chara/chara_kaoru.png) no-repeat 100% 100%; }
#charaToya { background: url(../img/chara/chara_toya.png) no-repeat 100% 100%; }
#charaWataru { background: url(../img/chara/chara_wataru.png) no-repeat 100% 100%; }
#charaIvan { background: url(../img/chara/chara_ivan.png) no-repeat 100% 100%; }


/* -------------------------------------------------------------------
 * 	ゲーム紹介(about.html)
 * 	------------------------------------------------------------------- */
#aboutAnchor {
	padding-top: 1em;
	text-align: center;
}
#aboutAnchor li {
	display: inline-block;
	padding: 0 1em;
}
#aboutAnchor li a {
	text-shadow: 0 0 5px #fff, 0 0 2px #fff;
	color: #000;
	font-weight: bold;
}
#aboutAnchor li a:hover { color: #ff48a1; }
#aboutAnchor li a:before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 27px;
	margin-right: 8px;
	text-indent: -9999px;
	vertical-align: middle;
	background: url(../img/about/ico_anc.png) no-repeat 0 0;
}
.sectAbout {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
}


/* ストーリー
----------------------------------*/
#storyLead {
	width: 900px;
	margin: 0 auto 30px;
	width: 885px;
	height: 115px;
	text-indent: -9999px;
	background: url(../img/about/lead_story.png) no-repeat 0 0;
}

#storyMain {
	width: 920px;
	height: 342px;
	margin: 0 auto 30px;
	background: url(../img/about/bg_story_main.png) no-repeat 0 0;
	text-align: center;
}
#storyMain dt {
	padding-top: 35px;
	margin-bottom: 20px;
}
#storyMain dd.download {
	padding-top: 20px;
}
#storyMain dd.download a {
	display: inline-block;
	margin: 0 10px;
}

.sectStory {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.sectStory > section {
	padding: 25px 30px;
	background-color: #fff;
	background-color: rgba(255,255,255,.7);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 6%, rgba(255,255,255,0.8) 94%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(6%,rgba(255,255,255,0.8)), color-stop(94%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 6%,rgba(255,255,255,0.8) 94%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 6%,rgba(255,255,255,0.8) 94%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 6%,rgba(255,255,255,0.8) 94%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 6%,rgba(255,255,255,0.8) 94%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	position: relative;
}
.sectStory:before,
.sectStory:after {
	content: '';
	display: block;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
}
.sectStory:before { background: url(../img/about/bg_story_top.png) no-repeat 0 0; }
.sectStory:after { background: url(../img/about/bg_story_btm.png) no-repeat 0 0; }

.sectStory > section h2 {
	position: absolute;
	top: -15px;
}
#sectStorySpot > section h2 { left: 5px; }
#sectStoryShop > section h2 { right: 20px; }


.sectStory .charas {
	position: absolute;
}

.sectStory #chara01 {
	bottom: 0;
	right: -30px;
}
.sectStory #chara02 {
	bottom: 0;
	left: -20px;
}
.sectStory #chara03 {
	bottom: 0;
	right: 45px;
}

.sectStory figure.thumb {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}
figure#storyThumbSpot { float: left; }
figure#storyThumbShop { float: right; }
figure#storyThumbSpecial { float: left;
	margin-left: 30px;
}

#storySubLead {
	text-align: center;
	margin-bottom: 30px;
}

/* システム
----------------------------------*/

/* ステップ */
#sectSystemSteps {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#sectSystemSteps > h2 {
	margin-bottom: 20px;
}
#steps {
	float: left;
}
#stepsThumb {
	float: right;
}

/* 画面イメージ */
#imgGallery {
	width: 840px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#imgGallery dt {
	margin-bottom: 15px;
}
#imgGallery dd li {
	float: left;
	margin: 0 15px 15px 0;
}
#imgGallery dd li:nth-child(3n) {
	margin-right: 0;
}
#imgGallery dd li a {
	display: block;
	background-color: #fff;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}

#splDevelop {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 30px;
}




/* -------------------------------------------------------------------
 * 	よくあるご質問(faq.html)
 * 	------------------------------------------------------------------- */
#pageFaq #main {
	padding-bottom: 50px;
}

.listFaq li {
	margin-bottom: 30px;
	padding: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
	box-shadow: 0 0 5px rgba(0,0,0,.15);
}
.listFaq li dt {
	margin-bottom: 2em;
	font-weight: bold;
	font-size: 110%;
}
.listFaq li dt:before {
	content: '';
	background: url(../img/faq/q.gif) no-repeat 0 0;
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	vertical-align: middle;
	text-indent: -9999px;
}
.listFaq li dd {
	margin-left: 2em;
	padding-left: 70px;
	background: url(../img/faq/a.gif) no-repeat 0 0;
	font-size: 110%;
}
.listFaq li dd p {
	margin-bottom: 1em;
}
.listFaq li dd p:first-child {
	padding-top: 1em;
}
.listFaq li dd p:first-child:first-line {
	font-weight: bold;
}



/* -------------------------------------------------------------------
 * 	利用規約(rules.html)
 * 	------------------------------------------------------------------- */
#pageRules #main {
	padding-bottom: 50px;
}
#sectRules {
	min-height: 400px;
	padding: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
	box-shadow: 0 0 5px rgba(0,0,0,.15);
}



/* -------------------------------------------------------------------
 * 	メンテナンス情報(maintenance.html)
 * 	------------------------------------------------------------------- */
#pageMaintenance #main {
	padding-bottom: 50px;
}

.listMaintenance li {
	margin-bottom: 30px;
	padding: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
	box-shadow: 0 0 5px rgba(0,0,0,.15);
}
.listMaintenance li dt {
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 110%;
}
.listMaintenance li dt time {
	display: block;
	margin-bottom: .25em;
	font-size: 85%;
	font-weight: normal;
}
.listMaintenance li dd p {
	margin-bottom: 1em;
	line-height: 1.6em;
}

/* スマートフォンサイトへ
----------------------------------*/
#toSPTop, #toSP {
position: absolute;
z-index: 1000;
}
#toSPTop {
top: -140px;
}
#toSP {
top: -220px;
right: 10px;
}
#toSPTop a, #toSP a {
display: block;
width: 130px; height: 130px;
background: url(../img/common/btn_sp.png) no-repeat center center;
text-indent: -9999px;
}

