/* @override http://www.shinsekai-web.com/css/master.css */
@charset "utf-8";

/* YUI Reset CSS
------------------------------------- */
html {
	color:#000;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquout,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
li {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select {
	*font-size:100%;
}
legend {
	color:#000000;
}


address,caption,cite,code,dfn,th,var {
    font-style: normal;
    font-weight: normal;
}
ol,ul {
    list-style: none;
}
a {
    cursor: pointer;
}
fieldset,img {
    border: 0;
}
img{
vertical-align:bottom;	
}


/* YUI font CSS より
------------------------------------- */

/* ここから */
body {
	font:13px/1.231 "メイリオ", Meiryo, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}



body {
	color: #000;
	line-height: 1.6;
}

p{
	line-height: 1.6;
}

ul, ol, li, dl, dt, dd {
	list-style-position: outside;
	list-style-type: none;
}


hr {
	color: #000;
	height: 1px;
}

table, td, th {
	border-collapse:collapse;
}

/* ここまで */


a:link {
	color: #595857;
	text-decoration: none;
}

a:visited {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #d7003a;
	text-decoration: none;
}

a:active {
	color: #d7003a;
	text-decoration: none;
}

.clear {
/* font-size: 0px;
	line-height: 0px; */
	clear: both;
}


.right {
	text-align: right;
}



.hidden {
	display: none;
	visibility: hidden;
}

.center img {
vertical-align:middle;
}

.top img {
vertical-align:top;
}

.bold{
	font-weight: bold;
}

.req {
}

.uppercase{
	text-transform: uppercase;
}

/* 11px */
.font12{
	font-size: 85%;
}
/* 12px */
.font12{
	font-size: 92%;
}
/* 14px */

.font14 {
	font-size: 107%;
	font-weight: bold;
}

/* 15px */
.font15{
	
	font-weight: bold;
	font-size: 114%;
	}
	
/* 16px */
.fontXL {
	font-size: 122%;
	font-weight: bold;
}

/* 17px */
.font17 {
	font-size: 129%;
}
/* 18px */
.font18 {
	font-size: 136%;
}

/* 新世界オリジナル CSS
------------------------------------- */
.container {
	width: 50%;
	margin-top: 20%;
	margin-left: auto;
	margin-right: auto;
	text-align: center; 
	padding: 0;
}

.container p {
	padding: 30px 0;
}


.container p.footer{
	color: #ccc;
}
.bunner p{

	padding: 0	;
}




