@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

a {
	color: #ff8149;
}

.comment {
	margin-top: -6px;
}

h3,
strong {
	color: #e22c2c;
/*	font-size: 1.1em; */
}

h4,
strong {
	color: #e22c2c;
	margin-bottom: -10px;
}


li {
	list-style:none;
}

body {
	background: #f3faff url(../img/bg.png);
	color: #170b00;
}

img {
	vertical-align: bottom;
}

em {
	color: #ff5b00;
}

strong {
	color: #e22c2c;
	font-size: -1.1em;
}

.clear {
	clear: both;
}

.margin_top {
	margin-top: 10px;
}

.margin_bottom {
	margin-bottom: 10px;
}

.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}

.caption {
	background: url(../img/nav_bg.png) repeat-x;
	background-size: 4px 60px;
	margin-bottom: 4px;
}

.caption h2 {
	background: url(../img/cap_bg_right.png) no-repeat right center;
	background-size: 320px 60px;
	height: 60px;
}

#nav {
	margin-top: 8px;
}

#nav li {
	position: relative;
	margin-bottom: 4px;
}

#nav li:last-child {
	margin-bottom: 0px;
}

#nav li .new,
#story .caption .new, #character .caption .new,
#system .caption .new, #movie .caption .new,
#special .caption .new, #spec .caption .new {
	position: absolute;
	width: 320px;
	height: 60px;
	text-indent: -9999px;
}

#nav .top .new {
	visibility: hidden;
}

#nav .story .new, #story .caption .new {
	background: url(../img/nav_story_new.png) no-repeat;
	background-size: 320px 60px;
	visibility: hidden;
}

#nav .character .new, #character .caption .new {
	background: url(../img/nav_character_new.png) no-repeat;
	background-size: 320px 60px;
	visibility: hidden;
}

#nav .system .new, #system .caption .new {
	background: url(../img/nav_system_new.png) no-repeat;
	background-size: 320px 60px;
	visibility: hidden;
}

#nav .movie .new, #movie .caption .new {
	background: url(../img/nav_movie_new.png) no-repeat;
	background-size: 320px 60px;
	visibility: hidden;
}

#nav .special .new, #special .caption .new {
	background: url(../img/nav_special_new.png) no-repeat;
	background-size: 320px 60px;
	visibility: hidden;
}

#nav .spec .new, #spec .caption .new {
	background: url(../img/nav_spec_new.png) no-repeat;
	background-size: 320px 60px;
	visibility: hidden;
}

#nav a,
#nav span {
	display: block;
	background: url(../img/nav_bg.png) repeat-x;
	background-size: 4px 60px;
	height: 60px;
}

#nav p {
	background: url(../img/nav_bg_right.png) no-repeat right center;
	background-size: 320px 60px;
	height: 60px;
}

.top-btn img {
	display: block;
	margin: 0px auto;
}

.main {
	padding-bottom: 10px;
	margin-bottom: 8px;
}

.main h3,
.main p {
	padding: 10px;
}

.main img {
	border: solid #d7a75d;
	border-width: 2px 0px 2px 0px;
}


.content {
	background-color: #fff8f8;
}

.content p,
.content table {
	padding: 10px;
}

.content h3,
.content h4,
.content h5,
.content h6 {
	color: #e22c2c;
	padding: 10px;
	padding-bottom: 0px;
}

.content .ss {
	border: solid #ff4981;
	border-width: 2px 0px 2px 0px;
}

.content .gif {
	border: solid #ff4981;
	border-width: 2px 0px 2px 0px;
}

.content .separate {
	border-width: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.link {
	background: url(../img/collapsible_bg.png) repeat-x;
	background-size: 4px 40px;
	height: 40px;
}

.link p {
	background: url(../img/link_bg_right.png) no-repeat right center;
	background-size: 320px 40px;
	padding: 0px;
	margin-top: 8px;
}

.main .separate {
	border-width: 0px;
	margin: 10px auto;
}

/*----------------------------------------------------------

開閉

----------------------------------------------------------*/
.collapsible {
	margin-bottom: 4px;
}

.collapsible .caption {
	background: url(../img/collapsible_bg.png) repeat-x;
	background-size: 4px 40px;
	margin-bottom: 0px;
}

.collapsible .caption a {
	display: block;
	background: url(../img/collapsible.png) no-repeat;
	background-size: 320px 160px;
	background-position: right -80px;
	cursor: pointer;
}

.collapsible .caption h2 {
	background: url(../img/collapsible.png) no-repeat;
	background-size: 320px 160px;
	background-position: left -0px;
	height: auto;
}

.collapsible.collapsed .caption a {
	display: block;
	background: url(../img/collapsible.png) no-repeat;
	background-size: 320px 160px;
	background-position: right -120px;
}

.collapsible.collapsed .caption h2 {
	background: url(../img/collapsible.png) no-repeat;
	background-size: 320px 160px;
	background-position: left -40px;
	height: auto;
}

.collapsible .content {
	display: none;	
}

.collapsible.collapsed .content {
	display: block;	
}

.collapsible .close-btn {
	text-align: right;
}

.collapsible .close-btn a {
	color: #ff4981;
}

/*----------------------------------------------------------

footer

----------------------------------------------------------*/
#footer {
	margin-top: 16px;
	margin-bottom: 16px;
}

/*----- SNS -----*/
.social {
	background-color: #ff0000;
	width: 218px;
	margin: 0px auto;
	margin-top: 4px;
}

.social li {
	float: left;
	margin-right: 4px;
}

.social li:last-child {
	margin-right: 0px;
}

.banner {
	clear: both;
	width: 100%;
	text-align: center;
	margin-bottom: 4px;
}

.copyright {
	color: #000000;
	font-size: 10px;
	text-align: center;
}
