@charset "shift_jis";/* スマートフォン対策 */body a {	-webkit-tap-highlight-color: rgba(0,0,0,0); }/* コンテナ*/* html div#container {        height: auto;}div#container {	max-width: none;	margin: 0 auto;	position: relative;	min-height: none;	width: 100%;/* 100%にすること */	overflow: hidden;/* はみ出さないように設定 */}/* ヘッダー */div#header {	width: 100%;	height: 40px;    overflow: hidden;    margin-bottom: 0;}div#header h1#title #logo {    display: block;    background-position: 10px 0;}div#header h1#title a#logo.hover {    display: block;    background-position: 10px -40px;}div#header h1#title2 #logo2 {    display: block;    background-position: 10px 0;}div#header h1#title2 a#logo2.hover {    display: block;    background-position: 10px -40px;}div#header h1#title3 #logo3 {    display: block;    background-position: 10px 0;}div#header h1#title3 a#logo3.hover {    display: block;    background-position: 10px -40px;}/* メニュー */#menu {	width: 100%;	height: auto;	padding-left: 0;	margin-left: 0;	position: static;	z-index: 100;	left: 0;	top: 0;	margin: 0 auto;	text-align: center;}#close {	position: absolute;	z-index: 100;	right: 10px;	top: -5px;	margin-left: 1em;	padding: 0.7em;	font-size: 16px;	font-size: 1.6rem;    font-weight: bold;	line-height: 2;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;-webkit-border-bottom-left-radius: 12px;-webkit-border-bottom-right-radius: 12px;-moz-border-radius-bottomleft: 12px;-moz-border-radius-bottomright: 12px;}ul.menu-t {	width: 100%;	margin: 1em;}ul.menu-t li {	padding: 0.6em 5%;    float: none;	width: 78%;	font-size: 16px;	font-size: 1.6rem;	text-align: center;	margin: 0.3em;	line-height: 2;	border-radius: 18px;	-moz-border-radius: 18px;	-webkit-border-radius: 18px;}ul.menu-t li:first-child {	padding: 0.6em 5%;}ul.menu-t li:last-child {	padding: 0.6em 5%;}ul.menu-t li a.hover {    text-shadow: 1px 1px 10px #FFF;}/* メイン */div#main {	width: 100%;	margin: 0 auto;	text-align: center;	overflow-y: hidden;/* はみ出さないように設定 */	overflow-x: hidden;/* はみ出さないように設定 */	    padding-top: 0;    padding-bottom: 1em;}div#main p {    margin: 0 1em 1em;  	padding: 0.8em 5%;	text-align: left;}/* フッター */div#footer {	position: static;	bottom: 0;	height: 20px;	width: 100%;	text-align: center;	letter-spacing: 4px;	padding-top: 4px;	clear: both;}/* コンテンツメニューのサブメニュー*/#menu-mini {	width: auto;	min-width: 270px;	height: auto;	clear: both;	padding: 1em 5%;margin: 1em 0;}ul.menu-m {	width: auto;}ul.menu-m li{    float: left;	width: 20%;	font-size: 16px;	font-size: 1.6rem;	text-align: center;	margin: 3px 6px 3px 0;	padding: 0.6em 5%;	line-height: 2;	border-radius: 18px;	-moz-border-radius: 18px;	-webkit-border-radius: 18px;}ul.menu-m li:first-child{	padding: 0.6em 5%;	background-image: none;	background-repeat: no-repeat;	background-position: 0;	background-attachment: scroll;}ul.menu-m li a.hover {    text-shadow: 1px 1px 10px #FFF;}/* コンテンツメニュー */dl {	margin: 0 auto;	word-break:break-all;}/* コンテンツメニュー 　本館コンテンツ用 */dl.contents-a, dl.contents-m {	line-height : 2em;	width : 90%;}dl.contents-a dt, dl.contents-m dt {	text-align: left;	font-size: 16px;	font-size: 1.6rem;	padding: 1em 5% 0 5%;	width: 90%;   /* CSS3 */   border-top-left-radius: 18px;   /* 左上 */   border-top-right-radius: 18px;   /* 右上 */   border-bottom-left-radius: 0;   /* 左下 */   border-bottom-right-radius: 0; /* 右下 */   /* Firefox */   -moz-border-radius-topleft: 18px;   /* 左上 */   -moz-border-radius-topright: 18px; /* 右上 */   -moz-border-radius-bottomleft: 0;   /* 左下 */   -moz-border-radius-bottomright: 0; /* 右下 */   /* Safari,Chrome */   -webkit-border-top-left-radius: 18px;   /* 左上 */   -webkit-border-top-right-radius: 18px;   /* 右上 */   -webkit-border-bottom-left-radius: 0;   /* 左下 */   -webkit-border-bottom-right-radius: 0; /* 右下 */	}dl.contents-a dd, dl.contents-m dd {	margin-top: 0;	text-align: left;	padding: 0 5% 1em 5%;    margin-bottom: 2px;	width: 90%;    clear: both;	margin-bottom: 0.5em;   /* CSS3 */   border-top-left-radius: 0;   /* 左上 */   border-top-right-radius: 0;   /* 右上 */   border-bottom-left-radius: 18px;   /* 左下 */   border-bottom-right-radius: 18px; /* 右下 */   /* Firefox */   -moz-border-radius-topleft: 0;   /* 左上 */   -moz-border-radius-topright: 0; /* 右上 */   -moz-border-radius-bottomleft: 18px;   /* 左下 */   -moz-border-radius-bottomright: 18px; /* 右下 */   /* Safari,Chrome */   -webkit-border-top-left-radius: 0;   /* 左上 */   -webkit-border-top-right-radius: 0;   /* 右上 */   -webkit-border-bottom-left-radius: 18px;   /* 左下 */   -webkit-border-bottom-right-radius: 18px; /* 右下 */}dl.contents-a dd a, dl.contents-m dd a {    padding: 0 4px;}dl.contents-m dd {	font-size: 14px;	font-size: 1.4rem;}dl.contents-m dd a {	font-size: 22px;	font-size: 2.2rem;}dl.contents-a dd a {	font-size: 26px;	font-size: 2.6rem;	line-height: 2.2;}#main div. dl.contents-a img {	vertical-align: bottom;	margin-top: 0.5em;}dl.contents-a dd img {   /* CSS3 */   border-radius: 9px;   /* Firefox */   -moz-border-radius: 9px;   /* Safari,Chrome */   -webkit-border-radius: 9px;}/* コンテンツメニュー　当サイトのリンク用 */.box-profile {overflow:hidden;}.box-link {	width: 80%;	margin: 0 auto;	margin-bottom: 1em;	text-align: center;	padding: 1em 5%;	border-radius: 18px;	-moz-border-radius: 18px;	-webkit-border-radius: 18px;	clear: both;overflow:hidden;}dl.contents-link {}dl.contents-link dt {	float: none;	width: 90%;	text-align: left;		padding: 1em 5% 0 5%;}dl.contents-link dd {	margin-left: 0;	text-align: left;	padding: 0 5% 1em 5%;	width: 90%;}ul.contents-link {	width: 100%;}ul.contents-link li {	float: none;	padding: 1em 5%;padding-bottom:0;margin-bottom:0;}ul.contents-link li:last-child {    padding-bottom: 2em;}/* コンテンツメニュー　マップ用 */.box-map {	margin: 0 auto;	width: 90%;	text-align: center;overflow:hidden;}.rank-map {	float: none;	text-align: left;		width: 90%;	padding-right: 0;}* html body dl.contents-map dd {   display:inline-block;}dl.contents-map dt {	float: none;	width: 90%;	text-align: left;	font-size: 17px;	font-size: 1.7rem;	padding: 0.5em 5%;	border-top: 2px transparent solid;	border-right: 2px transparent solid;padding-bottom:0.5em;margin-bottom:0;margin-top:1em;	border-radius: 0;	-moz-border-radius: 0;	-webkit-border-radius: 0;}dl.contents-map dt a.hover {    text-shadow: 1px 1px 10px #FFF;}dl.contents-map dd {	margin-left: 0;	width: 90%;	text-align: left;	font-size: 17px;	font-size: 1.7rem;	padding: 0.5em 5%;	border-top: 2px transparent solid;	border-left: 2px transparent solid;padding-bottom:0.5em;margin-bottom:1em;	border-radius: 0;	-moz-border-radius: 0;	-webkit-border-radius: 0;}/* コンテンツメニュー　オフライン用 */.box-offline {	margin: 0 auto;	width: 100%;	text-align: center;	margin-bottom: 1em;}dl.contents-event {	display: block; 	flex-wrap: wrap;	width: 100%;	padding: 0;	border-radius: 15px;	-moz-border-radius: 15px;	-webkit-border-radius: 15px;}dl.contents-event dt {	width: 100%;	text-align: left;	font-size: 17px;	font-size: 1.7rem;    margin: 0 2em 0 2em;    padding-top: 1em;}dl.contents-event dd {	width: 100%;	text-align: left;	font-size: 17px;	font-size: 1.7rem;    margin: 0 2em 0 2em;    padding-bottom: 1em;}dl.contents-event dt br {	visibility: hidden;    display: none;}dl.contents-event dt {    border-bottom: none;}dl.contents-book {	display: block; 	flex-wrap: wrap;	width: 100%;	padding: 0;	border-radius: 15px;	-moz-border-radius: 15px;	-webkit-border-radius: 15px;}dl.contents-book dt {	width: 100%;	text-align: center;	font-size: 17px;	font-size: 1.7rem;	padding-top: 2em;}dl.contents-book dd {	width: 100%;	text-align: left;	font-size: 17px;	font-size: 1.7rem;}.box-offline h2 {    margin: 2em 2em 0 2em;}.box-offline h3 {   margin: 2em 2em 0 2em;}dl.contents-book dd {    display: inline-block;}/* 後書きコメント・小説用 */.box-comment1, .box-comment2, .box-comment3, .box-ss {	width: 90%;	margin: 0 auto;	text-align: left;	font-size: 16px;	font-size: 1.6rem;	margin-top: 1em;	margin-bottom: 1em;	padding: 1em 5%;	border-radius: 9px;	-moz-border-radius: 9px;	-webkit-border-radius: 9px;	overflow: hidden;/* はみ出さないように設定 */}.box-comment1 h2, .box-comment2 h2, .box-comment3 h2, .box-ss h2 {    margin: 0 0 1em 1em;}#main .box-comment1 p, #main .box-comment2 p, #main .box-comment3 p, #main .box-ss p {    margin: 0;    padding: 0;}.box-ss h2 {    margin-left: 0;    margin-bottom: 2em;	font-size: 23px;	font-size: 2.3rem;}.box-ss hr {  height: 3px; }/* 漫画ページ　スクロール用 */div.comics-scroll {	width: 100%;}div.comics-scroll img {    margin-bottom: 1em;}div.comics-scroll .box-comment1, div.comics-scroll .shortcut {}/* センター白ボックス 手ブロ漫画用 */.box-white {	width: 100%;	padding:0;	margin: 0 auto;	text-align: center;	padding: 0;	margin-bottom: 1em;}/* コンテンツメニュー　別館漫画入口用 */dl.contents-enter {	width: 90%;}dl.contents-enter dt {	width: 70%;}dl.contents-enter dd {	margin-left: 70%;}/* 漫画画像 */body#dark #main p {    margin:0 0 1em;}body#teburo #main p {    margin:0 0 1em;}/* 更新履歴 */#box-history {}#box-history dt {}#box-history dd {}/* プルダウンとテキストボックスの枠 */select, textarea {	border-top: solid 1px #333333;	border-left: solid 1px #333333;	border-bottom: solid 1px #CCCCCC;	border-right: solid 1px #CCCCCC;}/* 当サイトのリンク記述用ボックス */.mylink textarea {	font-size: 11px;	font-size: 1.1rem;	width: 200px;	height: 40px;}/* 画像枠 当サイトのリンクバナー用 他*/.frame2 img {}/* 画像枠 サムネイル用*/.frame3 img {	margin-bottom: 14px;	margin-right: 1px;}/* 角丸枠飾り 8コマ漫画用*/.frame5 img {	padding: 0 5px;}/* テキスト用 */.t-right {	text-align: right;}.t-mini {	font-size: 13px;	font-size: 1.3rem;}/* リンクボタン */p .link-button, #diarycenter p .link-button {	font-size: 16px;	font-size: 1.6rem;	margin: 0.5em 0.3em;	line-height: 2.2;	border-radius: 18px;	-moz-border-radius: 18px;	-webkit-border-radius: 18px;}.contents .link-button {}#introduction-otherside p .link-button, #box-history-t dd .link-button, #box-history-t-other dd .link-button, .box-comment1 p .link-button, .box-comment2 p .link-button, .box-comment3 p .link-button, .t-mini .link-button, #diarycenter .opendiary .text .link-button, dl.contents-event dd .link-button, dl.contents-book dd .link-button, dl.contents-m dd .link-button, dl.contents-map dd .link-button {	font-size: 16px;	font-size: 1.6rem;	margin: 0.3em;	padding: 3px 5%;	line-height: 1.8;	border-radius: 15px;	-moz-border-radius: 15px;	-webkit-border-radius: 15px;}#diarycenter div.opendiary div.text p link-button {	white-space: normal;}/*SS並列用リンクボタン配置*/.SS-link {	display:inline-block;}/* ページトップのリンクボタン */.page-top {    bottom: 14px;	font-size: 17px;	font-size: 1.7rem;    line-height: 1.4;    width: 60px;	height: 60px;    border-radius: 60px;    -moz-border-radius: 60px;    -webkit-border-radius: 60px;}.page-top span {    top:10%;}/* Aboutの画像 */.circle {    margin-top:1em;    width: 80px;	height: 80px;    border-radius: 80px;    -moz-border-radius: 80px;    -webkit-border-radius: 80px;}/* web clap */.clap .message {	margin: 0 auto;	width:90%;	padding:10px;	border-radius: 9px;	-moz-border-radius: 9px;	-webkit-border-radius: 9px;}.clap .mailform {	margin: 0 auto;	width:90%;}.clap .mailform textarea {	width:90%;}.clap blockquote {	margin: 0 auto;	padding: 10px;}/* 絵日記 コンテナ等の設定は上部に */#diarycenter {	width: 100%;	margin: 0 auto;	text-align: center;}#diarycenter h2 {	padding-top: 1em;}#diarycenter p {	margin: 0 auto;	text-align: center;	padding: 0.5em 5%;}#diarycenter .opendiary h3 {	width: 90%;	padding: 0.5em 5%;	text-align: left;	border-width: 2px;	border-style: solid;	border-radius: 18px;	-moz-border-radius: 18px;	-webkit-border-radius: 18px;	margin-top: 0.5em;}.opendiary div.text {	width: 90%;	padding: 0.5em 5%;	text-align: left;	font-size: 16px;	font-size: 1.6rem;	border-width: 2px;	border-style: solid;	border-radius: 18px;	-moz-border-radius: 18px;	-webkit-border-radius: 18px;	margin-bottom: 0em;}.opendiary div.text img {	padding: 1em 0 0 0;	}#diarycenter #number h4 {	width: 90%;	font-size: 16px;	font-size: 1.6rem;	line-height: 2.2;	margin: 0 auto;	padding: 0;	text-align: center;	border-bottom: 2px #EEEEEE solid; /* 絵日記背景指定 */   /* CSS3 */   border-top-left-radius: 18px;   /* 左上 */   border-top-right-radius: 18px;   /* 右上 */   /* Firefox */   -moz-border-radius-topleft: 18px;   /* 左上 */   -moz-border-radius-topright: 18px; /* 右上 */   /* Safari,Chrome */   -webkit-border-top-left-radius: 18px;   /* 左上 */   -webkit-border-top-right-radius: 18px;   /* 右上 */}#diarycenter #number p {	width: 90%;	margin: 0 auto;	padding: 0;	text-align: center;	border-bottom: 2px #EEEEEE solid; /* 絵日記背景指定 */   /* CSS3 */   border-bottom-left-radius: 18px;   /* 左下 */   border-bottom-right-radius: 18px;   /* 右下 */   /* Firefox */   -moz-border-radius-bottomleft: 18px;   /* 左下 */   -moz-border-radius-bottomright: 18px; /* 右下 */   /* Safari,Chrome */   -webkit-border-bottom-left-radius: 18px;   /* 左下 */   -webkit-border-bottom-right-radius: 18px;   /* 右下*/}#slideBox .t-news {     color: #ccc;     }/* トップページ 別館用 *//* 別館用　コンテンツ並列配置 */#flexbox {    display: block;    justify-content: normal;	margin-top: 0;}/* 説明文 別館用 */#introduction-otherside {	width: 100%;	padding-top: 1em;    padding-left: 0;    padding-right: 0;	text-align: left;	margin-left: 0;	margin-top: 200px;	border-radius: 9px;	-moz-border-radius: 9px;	-webkit-border-radius: 9px;}#introduction-otherside p {	font-size: 16px;	font-size: 1.6rem;}#introduction-otherside img {	margin-left: 2em;}/* サブメニュー 別館用 */#menu-sub-other {	width: auto;	min-width: 270px;	height: auto;	z-index: 105;	clear: both;	padding: 0;	margin-left: 0;margin-top: 0;margin: 1em 0;    background-color: rgba( 255, 255, 255, 0 );}ul.menu-s-other {	width: auto;	margin: 0 6px;}ul.menu-s-other li{    float: left;	width: 38%;	font-size: 16px;	font-size: 1.6rem;	text-align: center;	margin: 3px 6px 3px 0;	padding: 0.6em 5%;	line-height: 2;	border-radius: 18px;	-moz-border-radius: 18px;	-webkit-border-radius: 18px;}ul.menu-s-other li:first-child{	padding: 0.6em 5%;	background-image: none;	background-repeat: no-repeat;	background-position: 0;	background-attachment: scroll;}ul.menu-s-other li a.hover {    text-shadow: 1px 1px 10px #FFF;}/* 更新履歴  別館トップ用 */#history-t-other {	font-size: 16px;	font-size: 1.6rem;	width: 5.5em;	padding: 0.2em 1em;	margin-left:0;	text-align: left;	clear: both;   /* CSS3 */   border-top-left-radius: 9px;   /* 左上 */   border-top-right-radius: 9px;   /* 右上 */   /* Firefox */   -moz-border-radius-topleft: 10px;   /* 左上 */   -moz-border-radius-topright: 10px; /* 右上 */   /* Safari,Chrome */   -webkit-border-top-left-radius: 9px;   /* 左上 */   -webkit-border-top-right-radius: 9px;   /* 右上 */	letter-spacing: 0.3em;}#box-history-t-other {	font-size: 16px;	font-size: 1.6rem;	width: 89%;	height: 730px;	padding: 1em;	margin-left:0;	text-align: left;	border-width: 2px;	border-style: solid;	overflow: hidden;	float: none;		clear: both;   /* CSS3 */   border-top-right-radius: 9px;   /* 右上 */   border-bottom-left-radius: 9px;   /* 左下 */   border-bottom-right-radius: 9px; /* 右下 */   /* Firefox */   -moz-border-radius-topright: 10px; /* 右上 */   -moz-border-radius-bottomleft: 10px;   /* 左下 */   -moz-border-radius-bottomright: 10px; /* 右下 */   /* Safari,Chrome */   -webkit-border-top-right-radius: 9px;   /* 右上 */   -webkit-border-bottom-left-radius: 9px;   /* 左下 */   -webkit-border-bottom-right-radius: 9px; /* 右下 */}#box-history-t-other dt {}#box-history-t-other dd {	margin-bottom: 1em;}#box-history-y-other {	visibility: hidden;    display: none;}/* トップイラスト 別館用 */body#top-other div#container {	background-image: url(../img/other_iphone.jpg);	background-repeat: no-repeat;	background-position: center 40px;	background-attachment: fixed;	-moz-background-size:100% auto;	background-size:100% auto; }/* 通販 別館用 */.mailorder {	width: 75%;	margin-left: 10%;	margin-right: 15%;	margin-top: 1em;	margin-bottom: 2em;	padding: 0;}/* トップページ 跡地用 *//* 説明文 跡地用 */body#randomart #introduction-otherside {	margin-top: 160px;	height: auto;}/* コンテンツメニュー 　跡地メニュー用 */dl.contents-r {	line-height : 2em;	width : 90%;	padding-bottom: 1em;}dl.contents-r dt {	text-align: left;	font-size: 16px;	font-size: 1.6rem;	padding: 1em 5% 0 5%;	width: 90%;   /* CSS3 */   border-top-left-radius: 18px;   /* 左上 */   border-top-right-radius: 18px;   /* 右上 */   border-bottom-left-radius: 0;   /* 左下 */   border-bottom-right-radius: 0; /* 右下 */   /* Firefox */   -moz-border-radius-topleft: 18px;   /* 左上 */   -moz-border-radius-topright: 18px; /* 右上 */   -moz-border-radius-bottomleft: 0;   /* 左下 */   -moz-border-radius-bottomright: 0; /* 右下 */   /* Safari,Chrome */   -webkit-border-top-left-radius: 18px;   /* 左上 */   -webkit-border-top-right-radius: 18px;   /* 右上 */   -webkit-border-bottom-left-radius: 0;   /* 左下 */   -webkit-border-bottom-right-radius: 0; /* 右下 */	}dl.contents-r dd {	margin-top: 0;	text-align: left;	padding: 0 5% 1em 5%;    margin-bottom: 2px;	width: 90%;    clear: both;	margin-bottom: 0.5em;   /* CSS3 */   border-top-left-radius: 0;   /* 左上 */   border-top-right-radius: 0;   /* 右上 */   border-bottom-left-radius: 18px;   /* 左下 */   border-bottom-right-radius: 18px; /* 右下 */   /* Firefox */   -moz-border-radius-topleft: 0;   /* 左上 */   -moz-border-radius-topright: 0; /* 右上 */   -moz-border-radius-bottomleft: 18px;   /* 左下 */   -moz-border-radius-bottomright: 18px; /* 右下 */   /* Safari,Chrome */   -webkit-border-top-left-radius: 0;   /* 左上 */   -webkit-border-top-right-radius: 0;   /* 右上 */   -webkit-border-bottom-left-radius: 18px;   /* 左下 */   -webkit-border-bottom-right-radius: 18px; /* 右下 */}dl.contents-r dt a {	font-size: 22px;	font-size: 2.2rem;}/* トップページ用 *//* サブメニュー */#menu-sub {	position: static;	top: 0;	left: 0;	width: auto;	min-width: 270px;	height: auto;	margin-top: 180px;	z-index: 105;	clear: both;margin: 1em 0;    background-color: rgba( 255, 255, 255, 0 );}ul.menu-s {	width: auto;	margin: 0 6px;}ul.menu-s li{    float: left;	width: 38%;	font-size: 16px;	font-size: 1.6rem;	text-align: center;	margin: 3px 6px 3px 0;	padding: 0.6em 5%;	line-height: 2;	border-radius: 18px;	-moz-border-radius: 18px;	-webkit-border-radius: 18px;}ul.menu-s li:first-child{	padding: 0.6em 5%;	background-image: none;	background-repeat: no-repeat;	background-position: 0;	background-attachment: scroll;}ul.menu-s li a.hover {    text-shadow: 1px 1px 10px #FFF;}/* 更新履歴 トップ用 */#history-t {	font-size: 16px;	font-size: 1.6rem;	position: static;	top: 0;	left: 0;	width: 5.5em;	padding: 0.2em 1em;	margin-top: 240px;	text-align: left;	z-index: 20;	clear: both;   /* CSS3 */   border-top-left-radius: 9px;   /* 左上 */   border-top-right-radius: 9px;   /* 右上 */   /* Firefox */   -moz-border-radius-topleft: 10px;   /* 左上 */   -moz-border-radius-topright: 10px; /* 右上 */   /* Safari,Chrome */   -webkit-border-top-left-radius: 9px;   /* 左上 */   -webkit-border-top-right-radius: 9px;   /* 右上 */	letter-spacing: 0.3em;}#box-history-t {	font-size: 16px;	font-size: 1.6rem;	position: static;	top: 0;	left: 0;	width: 89%;	height: 340px;	padding: 1em;	text-align: left;	border-width: 2px;	border-style: solid;	overflow: hidden;	float: none;		clear: both;   /* CSS3 */   border-top-right-radius: 9px;   /* 右上 */   border-bottom-left-radius: 9px;   /* 左下 */   border-bottom-right-radius: 9px; /* 右下 */   /* Firefox */   -moz-border-radius-topright: 10px; /* 右上 */   -moz-border-radius-bottomleft: 10px;   /* 左下 */   -moz-border-radius-bottomright: 10px; /* 右下 */   /* Safari,Chrome */   -webkit-border-top-right-radius: 9px;   /* 右上 */   -webkit-border-bottom-left-radius: 9px;   /* 左下 */   -webkit-border-bottom-right-radius: 9px; /* 右下 */}#box-history-t dt {}#box-history-t dd {	margin-bottom: 1em;}#box-history-y {	visibility: hidden;    display: none;}#box-history-y li {}/* 説明文 */#introduction {	position: static;	top: 0;	right: 0;	width: 100%;	padding-top: 1em;    padding-left: 0;    padding-right: 0;	text-align: left;	clear: both;	margin: 0 auto;	border-radius: 9px;	-moz-border-radius: 9px;	-webkit-border-radius: 9px;}#introduction p {	font-size: 16px;	font-size: 1.6rem;	margin: 1em 0;}/* トップイラスト */body#top-main div#container {	background-image: url(../img/top_iphone.jpg);	background-repeat: no-repeat;	background-position: 0 170px;	background-attachment: fixed;	-moz-background-size:100% auto;	background-size:100% auto; }#count {	position: static;}/* フロートクリア */.clearfix:after {  content: ".";   display: block;   clear: both;  height: 0;  visibility: hidden;}.clearfix {  min-height: 1px;}* html .clearfix {  height: 1px;  /*￥*//*/  height: auto;  overflow: hidden;  /**/}/* iphone非表示 */.hidden-iphone {	visibility: hidden;    display: none;}/* iphone表示 */.hidden-pc {	visibility: visible;	display:inline-block;}p span.hidden-pc {	font-size: 22px;	font-size: 2.2rem;}/* ゲーム特集 */.game {	position: static;	text-align: left;	padding-left: 6px;	padding-bottom: 0.5em;}