@charset "utf-8";

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

html, body {
	position: replative;
	width: 100%
	height: 100%;
	background-color: #000000;
	background-image: url(../images/wallback.png);
	font-size: 110%;
	color: #3c3c3c;
	word-break: break-all;
}

/* w3c */
#w3c {
	float: right;
}
/* PC, smartphone */
.only-pc {
	display: none;
}
.only-smapho {
	display: display;
}

/* 全体構造 */
.structure {
	width: 100%;
	margin: 0 0;
	padding: 0 0;
	background-color: #000000;
	background-image: url(../images/structureback.png);
	background-repeat: repeat-y;
	background-size: contain;
}

/* 共有効果 */
em {
	color: #ff3c3c;
}
.em-weak {
	color: #3c3cff;
}

ins {
	text-decoration: none;
	color: #3c3cff;
}

del {
	text-decoration: line-through;
}

dl dt {
	display: list-item;
	list-style-image: url(../images/listmarker.png);
	font-weight: bold;
}
dl dt:after {
	content: " :";
	color: #3c3c3c;
}

.back-pagetop {
	text-align: right;
	font-size: 80%;
	margin: 10px 50px;
}

table, th, td, table caption {
	text-align: center;
	border-collapse: separate;
	border-spacing: 0px;
	font-size: 95%;
}
table caption {
	background: #3c3c3c;
	color: #ffffff;
	border-top: 1px solid #111111;
	border-left: 1px solid #111111;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}
table th {
	background-color: #ffacac;
	border-top: 1px solid #ff8080;
	border-left: 1px solid #ff8080;
	border-right: 1px solid #ffdddd;
	border-bottom: 1px solid #ffdddd;
	padding: 2px 5px;
	font-weight: bold;
}
table td {
	background-color: #acacff;
	border-top: 1px solid #8080ff;
	border-left: 1px solid #8080ff;
	border-right: 1px solid #ddddff;
	border-bottom: 1px solid #ddddff;
	padding: 2px 5px;
}

thead,
tbody,
th,
td,
tr {
	display: block;
	font-size: 95%;
}

thead {
	display: none;
}

tr {
	border-bottom: 5px solid #3c3c3c;
}

a:link,
a,visited {
	color: #3c3cff;
}
a:hover,
a:focus,
a:active {
	color: #ff3c3c;
}

/* 隠蔽要素 */
.hidden {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

/* 親要素の高さを子にそろえる */
.clearfix {
	overflow: hidden;
}
/* IE6 に適用 */
* html .clearfix {
	zoom: 1;
}

/* float解除 */
.clearfloat {
	display: inline-block;
}

.clearfloat:after {
	content: "";
	display: block;
	clear: both;
}

/* ヘッダー */

#header h1 {
	background-image: url(../images/brz_header.png);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
	height: 120px;
}


/* ナビゲーション */

#navigation {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px 0px;
	font-weight: bold;
	border-bottom: none;
	height: auto;
}

#navigation ul li {
	display: block;
	text-align: center;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 80%;
	font-size: 125%;
	padding-bottom: 0px;
}

#navigation ul li a {
	display: block;
	border-left: none;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 10px solid #3c3c3c;
}
* html #navigation ul li a {/* IE 6 */
	display: inline;
	zoom: 1;
}
*:first-child+html #navigation ul li a {/* IE 7 */
	display: inline;
	zoom: 1;
}

#navigation ul li a:link,
#navigation ul li a:visited {
	color: #3c3c3c;
	border-bottom-color: #3c3c3c;
	text-decoration: none;
}

#navigation ul li.current a:link,
#navigation ul li.current a:visited {
	color: #3c3cff;
	border-bottom-color: #3c3cff;
	text-decoration: none;
}

#navigation ul li a:hover,
#navigation ul li a:focus,
#navigation ul li a:active {
	color: #ff3c3c;
	text-decoration: none;
	border-bottom-color: #ff3c3c;
}

/* メニュー(ページ内ナビゲーション) */
#menu {
	margin: 0px;
	margin-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	height: auto;
}

#menu ul li {
	display: block;
	float: none;
	width: 60%;
	font-size: 125%;
	text-align: center;
	padding: 0;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#menu ul li a {
	display: block;
	width: 100%;
	border-bottom: 10px solid #3c3cff;
}
* html #menu ul li a {/* IE 6 */
	display: inline;
	zoom: 1;
}
*:first-child+html #menu ul li a {/* IE 7 */
	display: inline;
	zoom: 1;
}

#menu ul li a:link,
#menu ul li a:visited {
	color: #3c3c3c;
	border-bottom-color: #3c3cff;
	text-decoration: none;
}

#menu ul li a:hover,
#menu ul li a:focus,
#menu ul li a:active {
	color: #ff3c3c;
	text-decoration: none;
	border-bottom-color: #ff3c3c;
}

/* サブメニュー(インナーコンテンツ内ナビゲーション) */
#sub-menu {
	margin-top: 5px;
	padding-left: 55px;
	padding-right: 25px;
	height: auto;
}

#sub-menu ul li {
	display: block;
	float: none;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 70%;
}

#sub-menu ul li a {
	display: block;
	width: 100%;
	border-bottom: 10px solid #3c3c3c;
}
* html #menu ul li a {/* IE 6 */
	display: inline;
	zoom: 1;
}
*:first-child+html #menu ul li a {/* IE 7 */
	display: inline;
	zoom: 1;
}

#sub-menu ul li a:link,
#sub-menu ul li a:visited {
	color: #3c3c3c;
	border-bottom-color: #3c3c3c;
	text-decoration: none;
}

#sub-menu ul li a:hover,
#sub-menu ul li a:focus,
#sub-menu ul li a:active {
	color: #3c3cff;
	text-decoration: none;
	border-bottom-color: #3c3cff;
}

/* パンくずリスト */
#tracks {
	text-align: right;
	font-size: 100%;
	margin: 0px 10px;
}

#tracks ul{
	display: none;
}


/* ページキャプション */
h2.caption {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	margin: 25px 0px 25px 0px;
	border-top: 10px solid #ff3c3c;
	border-bottom: 10px solid #ff3c3c;
}
h2.caption .scriptname {
	border-bottom: 5px dashed #ff3c3c;
}
h2.caption .version {
	font-size: 80%;
}

/* メインコンテンツ */
.main-contents {
	float: right;
	width: 100%;
	margin: 0px 0px 10px 0px;
	background-image: url(../images/main-contents_frame_smapho.png);
	background-repeat: repeat-y;
}

#home .main-contents {
	width: 100%;
}
#home .main-contents#link {
	width: 100%;
}
#home .main-contents#profile {
	width: 100%;
}
#home .main-contents#prev-update {
	width: 100%;
}
#home .main-contents#sitemap {
	width: 100%;
}

.main-contents h2 {
	font-size: 120%;
	padding: 0px 20px 0px 40px;
	border-bottom: 10px solid #ff3c3c;
}
.main-contents span.date {
	font-weight: normal;
}
.main-contents h2 span.date {
	font-size: 70%;
}

.main-contents h3 {
	font-weight: normal;
	font-size: 100%;
	padding: 0px 20px 0px 40px;
	border-bottom: 10px solid #ff3c3c;
}
#home .main-contents #update-info h3 {
	font-weight: bold;
	font-size: 100%;
	padding: 0px;
	border-bottom: 0px;
}

#home .main-contents #update-info .prev-update {
	text-align: right;
	font-size: 80%;
	margin: 10px 50px;
}

.main-contents img.img-indent {
	margin-left: 50px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom:10px;
	max-width: 70%;
}

.main-contents .contents-indent {
	margin: 10px 20px 10px 50px;
}
.main-contents .contents-sub-indent {
	margin: 10px 20px 10px 20px;
}

.main-contents ol li,
.main-contents ul li {
	list-style-image: url(../images/listmarker.png);
}

.main-contents .block-markup {
	border-right: 10px solid #3c3cff;
}

.main-contents p {
	text-indent: 1em;
	font-size: 100%;
	font-weight: normal;
}

#script .main-contents #code textarea {
	max-width: 80%;
	font-size: 80%;
}

.main-contents .code-block {
	background-color: #ddddff;
	border: 2px solid #3c3cff;
	padding: 5px;
}
.main-contents .code-block .comment {
	font-size: 90%;
	color: #3c3cff;
}

.main-contents .memo-block {
	width: auto;
	font-size: 90%;
	background-color: #ffffff;
	border: 2px solid #3c3c3c;
	padding: 5px;
}

.main-contents .script-block {
	background-color: #ffffdd;
	border: 2px solid #3c3c3c;
	padding: 5px;
}

.main-contents h2 a:link,
.main-contents h2 a:visited,
.main-contents h3 a:link,
.main-contents h3 a:visited {
	color: #3c3c3c;
}

.main-contents h2 a:hover,
.main-contents h2 a:focus,
.main-contents h2 a:active,
.main-contents h3 a:hover,
.main-contents h3 a:focus,
.main-contents h3 a:active {
	color: #ff3c3c;
}

.main-contents p a:link,
.main-contents p a:visited {
	color: #3c3cff;
}

.main-contents p a:hover,
.main-contents p a:focus,
.main-contents p a:active {
	color: #ff3c3c;
}

/* インフォメーション */
#infomation {
	width: 80%;
}

#script #infomation{
	width: 80%;
	margin: 25px 50px 25px 50px;
}

/* インナーコンテンツ */
.main-contents .inner-contents {
	width: 100%;
}
#home .main-contents .inner-contents {
	width: 100%;
}
#home .main-contents#link .inner-contents {
	width: 100%;
}
#home .main-contents#profile .inner-contents {
	width: 100%;
}
#home .main-contents#prev-update .inner-contents {
	width: 100%;
}

#home .main-contents .inner-contents h3 {
	font-size: 100%;
	margin-top: 10px;
	margin-left: 30px;
	padding-left: 20px;
	border-bottom: 10px solid #3c3cff;
}
#home .main-contents#link .inner-contents h3 {
	font-weight: bold;
}

.main-contents .inner-contents h4 {
	font-size: 100%;
	margin-top: 10px;
	margin-left: 30px;
	padding-left: 20px;
	border-bottom: 10px solid #3c3cff;
}

#home .main-contents#prev-update .inner-contents h3 {
	font-size: 100%;
	margin-left: 30px;
}

#home .main-contents#prev-update .inner-contents h4 {
	font-weight: bold;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px;
}

#script .main-contents #scriptlist .inner-contents ul {
	list-style-image: url(../images/listmarker.png);
}

#script .main-contents #scriptlist .inner-contents ul li.new:after {
	content: "new!!";
	color: #ff3c3c;
}
#script .main-contents #scriptlist .inner-contents ul li.up:after {
	content: "up!!";
	color: #ff3c3c;
}

#home .main-contents #affiliate .inner-contents .iframe {
	margin: 10px 50px 10px 85px;
	float: left;
}

/* サブコンテンツ */

.sub-contents {
	float: none;
	margin-left: 0;
	padding-left: 0;
	margin-right: 0;
	padding-right: 0;
	margin-top: 20px;
	padding: 0px 0px;
	font-weight: bold;
	border-bottom: none;
	height: auto;
	width: 100%;
}

.sub-contents ul li {
	display: block;
	text-align: center;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 60%;
	font-size: 125%;
	padding-bottom: 0px;
	border-bottom: none;
}

.sub-contents ul li#rss {
	display: none;
}

.sub-contents ul li#counter {
	display: none;
}

.sub-contents ul li#twitter {
	display: none;
}
.sub-contents ul li#amazon_widget {
	display: none;
}
.sub-contents ul li#rakuten_widget {
	display: none;
}
.sub-contents ul li#twitter ul {
	border: 1px;
}
.sub-contents ul li#twitter ul li {
	width: 150px;
	font-size: 50%;
	font-weight: normal;
	text-align: left;
}

.sub-contents ul li a {
	display: block;
	border-left: none;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 10px solid #3c3c3c;
}

.sub-contents ul li a:link,
.sub-contents ul li a:visited {
	color: #3c3c3c;
	text-decoration: none;
}

.sub-contents ul li a:hover,
.sub-contents ul li a:focus,
.sub-contents ul li a:active {
	color: #3c3cff;
	text-decoration: none;
}

/* webclap */
#webclap {
	text-align: center;
	font-size:110%;
	width: 50%;
	border: none;
	background-color: #3c3cff;
	padding: 0px;
	margin: 20px;
	margin-left: auto;
	margin-right: auto;
}

#webclap p {
	display: none;
}

.webclap-button {
	font-size:100%;
	color: #ffffff;
	border-bottom: none;
	font-weight: bold;
}

/* フォーム */
.required {
	color: #ff3c3c;
}

fieldset {
	margin: 10px 20px 10px 0px;
	padding: 0;
	border: none;
}

legend {
	font-weight: bold;
	width: 100%;
	margin-top: 10px;
	padding-left: 10px;
	border-bottom: 5px solid #3c3c3c;
}
* html legend {
	margin-left: -6px;
}
*:first-child+html legend{
	margin-left: -6px;
}

fieldset table {
	width: 100%;
}

fieldset table,
fieldset table tr {
	margin: 0;
	padding: 0;
}
form table tr th {
	padding: 0;
	width: 100%;
}
form table tr td {
	padding: 0;
	width: 100%;
}

input.text,
form textarea,
form select {
	padding: 0.3em;
	margin: 5px 10px;
	border: 1px solid #3c3c3c;
	width: 100%;
	max-width: 80%;
	color: #3c3c3c;
	font-size: 100%;
}
form textarea {
	height: 100px;
}

input.text:focus,
form textarea:focus {
	color: #3c3cff;
	background: #ffdddd;
	border: 1px solid #ff3c3c;
}
select:focus {
	color: #3c3cff;
	border: 1px solid #ff3c3c;
}

.main-contents fieldset ol li,
.main-contents fieldset ul li {
	list-style-image: none;
}

fieldset ul li {
	float: left;
	margin: 5px 20px;
}

div.submit {
	padding: 0 10px;
	width: 100%;
}

input.submit {
	padding: 0.3em 1em;
	color: #ffffff;
	background: #3c3c3c;
	font-size: 100%;
	cursor: pointer;
}

/* サイトマップ */
ul.level1 {
	margin: 10px 20px 10px 55px;
	list-style-image: url(../images/listmarker.png);
	font-weight: bold;
	font-size: 120%;
}
ul.level2 {
	margin: 0px 0px 0px 10px;
	list-style-image: url(../images/listmarker2.png);
		font-size: 90%;
	font-weight: normal;
}
ul.level3 {
	margin: 0px 0px 0px 10px;
	list-style-image: url(../images/listmarker3.png);
	font-size: 90%;
}
ul.level4 {
	margin: 0px 0px 0px 10px;
	list-style-image: url(../images/listmarker3.png);
}

/* ゲーム紹介 */

#home .main-contents#introduction {
  width: 100%;
	word-wrap: break-word;
}

#introduction dl dt {
	display: block;
	font-weight: bold;
}
#introduction dl dd {
	display: block;
}
#introduction dl dt:after {
	content: ": ";
}
#introduction dl dd:after {
	content: "\A";
	white-space: pre;
}
#introduction .screenshot img {
    height: auto;
}
#introduction .screenshot a {
    display: block;
}
#introduction .description {
	width: 300px;
	font-size: 90%;
	line-height: 110%;
	padding: 10px;
	border-top: solid 5px #3c3c3c;
	border-bottom: solid 5px #3c3c3c;
	background-color: #dddddd;
}

/* フッター */
#footer {
	background-color: #3c3c3c;
	color: #ffffff;
	font-size: 80%;
	text-align: center;
}

/* 関連情報 */
#affiliate {
	display: none;
}


