<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'utf-8';
/*----------------------------------------------------ãƒšãƒ¼ã‚¸ç”¨CSS*/
/*------------------------------------global*/
body {
	font-size: 15px;
	color: #000000;
	background: #ffffff url(../img/background.jpg) repeat center top fixed;
}
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li {
	font-size: 12px;
}
a {
	color: #ff3399;
}
a:hover {
	color: #000000;
}
#wrap {
	width: 1100px;
	margin: 0 auto;
}

/*------------------------------------table*/
table {
	font-size: 15px;
}
table,tr,td{
	border-color: #000000;
}
/*------------------------------------form*/
.long {
	width: 300px;
}
.middle {
	width: 150px;
}
.short {
	width: 60px;
}
textarea {
	width: 300px;
	height: 150px;
	overflow: auto;
}
/*------------------------------------global*/
h1 {
	position: absolute;
	top: 0;
	right: 5px;
	text-align: right;
	font-size: 10px;
	color: #ff3399;
}
/*------------------------------------head*/
#index_main {
	background: url(../img/index.png) no-repeat center top;
	height: 700px;
}
#index_enter {
	margin: 0 auto;
	padding: 490px 0 0;
}
#index_enter ul {
	display: table;
	width: 430px;
	margin: 0 auto;
}
#index_enter li {
	display: table-cell;
	vertical-align: middle;
}
#index_enter li a {
	display: block;
	width: 155px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 auto;
}
#index_enter li a span {
	display: none;
}
#index_enter li a:hover {
	background-position: bottom;
}
#index_enter #bt_enter a {
	background-image: url(../img/bt_enter.png);
}
#index_enter #bt_exit a {
	background-image: url(../img/bt_exit.png);
}
#index_tag_link,
#index_link {
	width: 1100px;
	margin: 30px auto;
}
#index_tag_link table {
	margin-bottom: 10px;
}
#index_link li {
	display: inline;
}
#link ul {
	margin: 10px auto;
}
#link li {
	display: inline;
	margin: 10px;
}
/*------------------------------------header*/
header {
	height: 200px;
	background: url(../img/header.png) no-repeat top center;
	margin: 0 auto 5px;
}
/*------------------------------------topix*/
#topix {
	margin-bottom: 5px;
	height: 60px;
	background: url(../img/background_topix.png) no-repeat center top;
}
#topix p{
	color: #000;
	width: 1075px;
	height: 60px;
	font-size: 23px;
	font-weight: bold;
	line-height: 65px;
	margin: 0 auto;
}
/*------------------------------------pankz*/
#pankz {
	text-align: left;
	margin: 5px 10px;
}
#pankz * {
	color: #000000;
	font-weight: bold;
}
/*------------------------------------menu*/
/*------------------------------------nav*/
aside nav li a {
	display: block;
	width: 200px;
	height: 55px;
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 2px;
}
aside nav li a span {
	display: none;
}
aside nav li a:hover {
	background-position: bottom;
}
aside nav li#nav_top a {
	background-image: url(../img/menu_top.png);
}
aside nav li#nav_system a {
	background-image: url(../img/menu_system.png);
}
aside nav li#nav_cast a {
	background-image: url(../img/menu_cast.png);
}
aside nav li#nav_schedule a {
	background-image: url(../img/menu_schedule.png);
}
aside nav li#nav_ranking a {
	background-image: url(../img/menu_ranking.png);
}
aside nav li#nav_cosplay a {
	background-image: url(../img/menu_cosplay.png);
}
aside nav li#nav_recruit a {
	background-image: url(../img/menu_recruit.png);
}
aside nav li#nav_link a {
	background-image: url(../img/menu_link.png);
}
aside nav li#nav_reserve a {
	background-image: url(../img/menu_reserve.png);
}
aside nav li#nav_magazine a {
	background-image: url(../img/menu_magazine.png);
}
aside nav li#nav_blog a {
	background-image: url(../img/menu_blog.png);
}
aside .content {
	margin: 10px auto;
}
aside .content ul li {
	margin-bottom: 10px;
}
aside .twitter {
	width: 200px;
}
/*------------------------------------section*/
section {
	display: table;
	width: 1100px;
	margin: 0 auto;
}
section aside {
	display: table-cell;
	width: 200px;
	vertical-align: top;
}
section article {
	display: table-cell;
	padding-left: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
section h2 {
	margin-bottom: 5px;
}
.fader {
	position: relative;
}
.fader figure {
	position: absolute;
	top: 68px;
	left: 15px;
}
.note * {
	text-align: left;
}
.note {
	margin-bottom: 10px;
	padding: 10px;
}
.note h3 {
	background: -moz-linear-gradient(top, #FDDDEA, #FC98C2);
	background: -webkit-gradient(linear, left top, left bottom, from(#FDDDEA), to(#FC98C2));
	padding: 3px;
	border-left: 4px solid #FF3399;
	text-indent: 10px;
	margin-bottom: 10px;
	text-align: left;
}
/*------------------------------------main*/
#top {
	display: table;
	width: 890px;
	height: 310px;
	margin-bottom: 10px;
}
#top_event {
	display: table-cell;
	vertical-align: top;
	width: 890px;
}
#top_event .block {
	width: 890px;
	height: 120px;
	text-align: center;
	position: relative;
}
#top_event .block p {
	position: absolute;
	top: 0;
	left: 0;
}
#top_event .block img {
	width: 100%;
}
#pickup {
	float: left;
	width: 310px;
	height: 550px;
	margin: 10px 10px 0 0;
}
#pickup .fader {
	width: 310px;
	height: 550px;
	background: url(../img/background_pickup.png) no-repeat center top;
}
#pickup .fader figure a img {
	width: 280px;
	text-align: center;
}
#pickup h4 {
	margin: 22px auto 0;
	color: #000000;
	font-weight: bold;
}
#pickup h4 a {
	color: #FF3399;
	text-decoration: none;
	font-size: 14px;
}
/*------------------------------------left*/
#news{
	float: right;
	width: 570px;
	height: 550px;
	background: url(../img/background_topnews.png) no-repeat center top;
	margin: 10px auto;
}
#news .block {
	width: 554px;
	height: 470px;
	overflow: auto;
	margin: 67px 11px 15px;
}
#news .block table, tr, td {
	border-color: #FEECF3;
}
#news tr {
	margin-bottom: 10px;
	line-height: 20px;
	border-bottom: 1px solid #FF3399;
}
#news td {
	vertical-align: top;
	border-bottom: 1px solid #FF3399;
}
#news td.td_comment {
	padding: 5px 5px 10px;
	text-align: left;
	line-height: 1.6;
	font-size: 13px;
}
#news td strong.news_title {
	color: #FF3399;
	font-size: 15px;
	display: block;
    border-bottom: 1px dotted #FD9CCC;
    padding-bottom: 10px;
    margin-bottom: 10px;
	line-height: 1.2;
}
#news td a {
	color: #ff3399;
}
.news_image {
	text-align: center;
	padding: 10px;
}
#left_bottom {
	display: table;
	width: 570px;
	height: 190px;
	margin-bottom: 10px;
}
#left_bottom .newface,
#left_bottom .ranking {
	display: table-cell;
}
#left_bottom .newface .block {
	background: url(../img/background_newface.png) no-repeat center top;
	width: 280px;
	height: 190px;
	margin-right: 10px;
}
#left_bottom .ranking .block {
	background: url(../img/background_ranking.png) no-repeat right top;
	width: 280px;
	height: 190px;
}
#left_bottom .newface .block .box,
#left_bottom .ranking .block .box {
	display: table;
	padding: 51px 0;
}
#left_bottom .newface .block .box figure,
#left_bottom .ranking .block .box figure {
	display: table-cell;
	width: 100px;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 5px;
}
#left_bottom .newface .block .box figure img,
#left_bottom .ranking .block .box figure img {
	width: 100%;
}
#left_bottom .newface .block .box .detail,
#left_bottom .ranking .block .box .detail {
	display: table-cell;
	vertical-align: top;
	padding: 0 10px 0 5px;
}
#left_bottom .newface .block .box .detail h4,
#left_bottom .ranking .block .box .detail h4 {
	padding: 5px 0;
	margin-bottom: 5px;
	border-bottom: 1px dotted #FF0099;
}
#left_bottom .newface .block .box .detail h4 b,
#left_bottom .ranking .block .box .detail h4 b {
	display: block;
	font-size: 14px;
}
#left_bottom .newface .block .box .detail p,
#left_bottom .ranking .block .box .detail p {
	text-align: left;
	letter-spacing: -1pt;
}

/*------------------------------------#newspage*/
#newspage {
	text-align: left;
}
#newspage h2 {
	height: 45px;
	background: url(../img/title_newspage.png) no-repeat center top;
	margin-bottom: 10px;
}

#newspage .box {
	display: table;
	width: 100%;
	margin-bottom: 1rem;
	border: 1px dotted #dddddd;
}
#newspage .box figure {
	display: table-cell;
	padding: 1rem;
	vertical-align: top;
}
#newspage .box figcaption {
	display: table-cell;
	vertical-align: top;
	padding: 1rem;
}
#newspage .box figcaption h3 {
	margin-bottom: 1rem;
}
#newspage .box figcaption h3 b {
	display: block;
	font-size: 1.5rem;
	font-weight: normal;
}
#newspage .box figcaption p {
	font: inherit;
	line-height: inherit;
	color: inherit;
}
/*------------------------------------#cast*/
#cast {
	width: 890px;
}
#cast h2 {
	height: 45px;
	background: url(../img/title_cast.png) no-repeat center top;
	margin-bottom: 10px;
}
#cast .box {
	width: 222px;
	height: 464px;
	background: url(../img/background_cast.png) no-repeat center top;
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	float: left;
	position: relative;
}
#cast .box figure {
	width: 200px;
	height: 300px;
	margin: 38px auto 30px;
}
#cast .box figure a img {
	width: 100%;
}
#cast .box figure .newmark {
	position: absolute;
	top: 38px;
	left: 11px;
}
#cast .box .comment {
	display: block;
	width: 100%;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	position: absolute;
	bottom: 16px;
	left: 0;
}
#cast .box h4 {
	width: 200px;
	height: 40px;
	margin: 0 2px 10px;
	color: #FF3399;
	font-weight: bold;
}
#cast .box h4 b {
	display: block;
	font-size: 13px;
}
/*------------------------------------detail*/
#detail h2 {
	height: 45px;
	background: url(../img/title_detail.png) no-repeat center top;
	margin-bottom: 10px;
}
/*-------------------------detail*/
#detail #left {
	width: 490px;
	float: left;
}
#detail #left .photo {
	display: table;
	position: relative;
	text-align: center;
	vertical-align: top;
	box-sizing: border-box;
	margin-bottom: 10px;
}
#detail #left .photo figure {
	display: table-cell;
	width: 366px;
}
#detail #left .photo figure img {
	width: 100%;
	border: 2px solid #ff3399;
	box-sizing: border-box;
}
#detail #left .photo .cast_blog {
	position: absolute;
	bottom: 30px;
	right: 145px;
}
#detail #left .thumb {
	display: table-cell;
	width: 130px;
	vertical-align: top;
}
#detail #left .thumb li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: right;
	margin: 0 5px 4px;
	cursor: pointer;
	border: 1px solid #ff3399;
}

#detail #left .thumb img {
	width: 100%;
	vertical-align: top;
}
#detail #left .option {
	width: 485px;
	float: left;
	background: url(../img/background_dot.jpg) repeat;
	border-radius: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
	text-align: left;
}
#detail #left .option .block dl dt {
	border-bottom: 1px dotted #444444;
}
#detail #left .option .block dl dd {
	padding: 5px 0 10px;
	font-size: 14px;
	font-weight: bold;
}
#detail #left .option .block dl dd b {
	color: #ff3366;
}
#detail #left .option h3,
#detail #left .block,
#detail #right .block {
	border: 3px solid #FFD24D;
	box-shadow: 0 0 5px #ffffff;
	background: url(../img/white90.png) repeat;
	border-radius: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px 10px;
	margin-bottom: 10px;
}
#detail #right {
	width: 400px;
	float: right;
	background: url(../img/background_dot.jpg) repeat;
	border-radius: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
}
#detail #right h3 {
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	background: url(../img/detail_arrow.png) no-repeat bottom center;
	background-size: 100%;
}
#detail #right h3 b {
	font-size: 18px;
	color: #ff3399;
}
#detail #right .detail ul li {
	border-bottom: 1px dotted #FF007F;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
}
#detail #right .detail ul li img {
	vertical-align: middle;
}
#detail #right .detail ul li:last-child {
	border: none;
	margin: 0;
}
#detail #right h4 {
	text-align: left;
}
#detail #right .comment p {
	text-align: left;
	line-height: 1.8;
}
#detail #right .schedule table {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#detail #right .schedule table tr {
	font-size: 12px;
}
#detail #right .schedule table tr td {
	border-color: #ff3399;
}
#detail #cast {
	margin-top: 10px;
}
#detail #cast h2 {
	height: 45px;
	background: url(../img/title_cast.png) no-repeat center top;
	margin-bottom: 10px;
}
#detail .back2top {
	text-align: right;
	margin: 10px 0;
}
/*------------------------------------system*/
#system h2 {
	height: 45px;
	background: url(../img/title_system.png) no-repeat center top;
	margin-bottom: 10px;
}
#system .block {
	background-color: #FEE5EF;
	border-radius: 15px;
	border: 1px solid #ff3399;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 10px;
	padding-top: 10px;
}
#system .block h3 {
	height: 45px;
	background: url(../img/system_caution_h3.png) no-repeat center top;
}
#system #system_caution {
	width: 840px;
	background: url(../img/white70.png) repeat;
	padding: 20px;
	margin: 5px auto 20px;
	border: 1px solid #FF7378;
	box-sizing: border-box;
}
#system #system_caution ul {
	text-align: left;
}
#system #system_caution ul li {
	list-style-type: none;
	font-size: 15px;
}
#system .caution {
	color: #ff0000;
	font-size: 15px;
}
#system #system_card p {
	width: 840px;
	background: url(../img/background_dot.jpg) repeat;
	margin: 0 auto 20px;
}
/*------------------------------------ranking*/
#ranking h2 {
	height: 45px;
	background: url(../img/title_ranking.png) no-repeat center top;
}
#ranking .block .box {
	float: left;
	padding-bottom: 10px;
}
#ranking .block .box figure {
	margin: 48px auto 0 auto;
	width: 158px;
}
#ranking .block .box figure a {
	position: relative;
	display: block;
}
#ranking .block .box figure a img {
	width: 158px;
}
#ranking .block .box figure a .newmark {
	position: absolute;
	top: 0;
	left: 0;
}
#ranking .block .box figure .newmark img {
	width: 50px;
}
#ranking .block .box h4 {
	padding-top: 25px;
}
#ranking .block .box p {
	padding-top: 30px;
}
.box_rank_0 {
	height: 360px;
	width: 178px;
	background: url(../img/background_ranking_1.png) no-repeat center top;
}
.box_rank_1 {
	height: 360px;
	width: 178px;
	background: url(../img/background_ranking_2.png) no-repeat center top;
}
.box_rank_2 {
	height: 360px;
	width: 178px;
	background: url(../img/background_ranking_3.png) no-repeat center top;
}
.box_rank_3 {
	height: 360px;
	width: 178px;
	background: url(../img/background_ranking_4.png) no-repeat center top;
}
.box_rank_4 {
	height: 360px;
	width: 178px;
	background: url(../img/background_ranking_5.png) no-repeat center top;
}
.box_rank_5 {
    background: url(../img/background_ranking_6.png) no-repeat center top;
}
.box_rank_6 {
    background: url(../img/background_ranking_7.png) no-repeat center top;
}

#ranking * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#ranking .block {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 1rem;
}
#ranking .block .box {
	display: table-cell;
	background-size: contain;
	float: none;
	width: 100%;
}
#ranking .block .box figure {
	max-width: 360px;
    width: 100%;
}
#ranking .block .box figure .noimage,
#ranking .block .box figure a img {
	max-width: 360px;
    width: 100%;
}
#ranking .block .box h4 {
    line-height: 1.2;
}

/*-------------x5*/
#ranking .block .box {
	height: 23.9em;
}
#ranking .block .box figure {
	padding: 0 0.7em;
	margin-top: 3.3em;
	margin-bottom: 1.7rem;
}
#ranking .block .box h4 {
    padding-top: 0;
	font-size: 0.7rem;
}
#ranking .block .box h4 b {
	font-size: 0.9rem;
}

/*------------------------------------schedule*/
#schedule h2 {
	height: 45px;
	background: url(../img/title_schedule.png) no-repeat center top;
	margin-bottom: 10px;
}
#schedule .dates {
	display: table;
	table-layout: fixed;
	width: 100%;
}
#schedule .dates li {
	display: table-cell;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#schedule .dates li a {
	display: block;
	border: 1px solid #ffffff;
	margin: 5px;
	padding: 5px;
	background: #cccccc;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}
#schedule .dates li a.selected,
#schedule .dates li a:hover {
	background: #ff3399;
}
#schedule p {
	font-weight: bold;
	font-size: 20px;
	margin: 5px auto;
}
#schedule .box {
	width: 222px;
	height: 464px;
	background: url(../img/background_cast.png) no-repeat center top;
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	float: left;
	position: relative;
}
#schedule .box figure {
	width: 200px;
	height: 300px;
	margin: 38px auto 30px;
}
#schedule .box figure .newmark {
	position: absolute;
	top: 38px;
	left: 11px;
}
#schedule .box figure img {
	width: 100%;
}
#schedule .box .comment {
	display: block;
	width: 100%;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	position: absolute;
	bottom: 16px;
	left: 0;
}
#schedule .box h4 {
	width: 200px;
	height: 40px;
	background: url(http://pocha-cc.com/img/background_cast_h4.jpg);
	margin: 0 2px 10px;
	color: #FF3399;
	font-weight: bold;
}
#schedule .box h4 b {
	display: block;
	font-size: 13px;
}
/*------------------------------------cosplay*/
#cosplay h2 {
	height: 45px;
	background: url(../img/title_cosplay.png) no-repeat center top;
	margin-bottom: 10px;
}
#cosplay .box  {
	width: 222px;
	height: 430px;
	background: url(../img/background_cosplay.png) no-repeat center top;
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	float: left;
}
#cosplay .box figure {
	width: 200px;
	height: 300px;
	margin: 38px auto 30px;
}
#cosplay .box figure img {
	width: 100%;
}
#cosplay .box h3 {
	color: #FF3399;
	font-weight: bold;
	font-size: 16px;
	padding: 8px 0;
}
/*------------------------------------recruit*/
#recruit h2 {
	height: 45px;
	background: url(../img/title_recruit.png) no-repeat center top;
	margin-bottom: 10px;
}
#recruit table {
	margin: 10px;
}
#recruit table tr th {
	height: 30px;
	vertical-align: middle;
	padding: 5px 10px;
	border: 1px solid #999999;
	background: #ffe4f4;
}
#recruit table tr td {
	text-align: left;
	vertical-align: middle;
	padding: 5px 10px;
	border: 1px solid #999999;
	background: #ffffff;
	font-size: 12px;
}
#recruit table tr td.info {
	vertical-align: middle;
	padding: 5px 10px;
	background: #feffda;
	border: 1px solid #999999;
}
#recruit .point {
	font-size: 16px;
	font-weight: bold;
	color: #ff0080;
}
#recruit .point1 {
	font-size: 14px;
	font-weight: bold;
}
#recruit .submit td {
	text-align: center;
}
#recruit input[type=submit] {
	padding: 10px 20px;
}
/*------------------------------------event*/
#event h2 {
	height: 45px;
	background: url(../img/title_event.png) no-repeat center top;
	margin-bottom: 10px;
}
#event .box .title {
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0;
	color: #ff3399;
}
#event .box {
	border-bottom: 1px dotted #555555;
	padding: 0 0 20px;
}
#event .box .comment {
	width: 890px;
	margin: 10px auto;
	font-size: 16px;
	text-align: left;
}

/*------------------------------------contact*/
#contact h2 {
	height: 45px;
	background: url(http://pocha-cc.com/img/title_contact.png) no-repeat center top;
	margin-bottom: 10px;
}
#contact h4 {
	background: -moz-linear-gradient(top, #472515, #160D05);
	background: -webkit-gradient(linear, left top, left bottom, from(#472515), to(#160D05));
	padding: 3px;
	border-left: 4px solid #72430E;
	text-indent: 10px;
	margin-bottom: 10px;
	text-align: left;
}
#contact_result {
	padding: 30px;
}
#contact_result strong {
	font-size: 14px;
	color: #ff0000;
}
#contact .block {
	text-align: left;
}
#contact form {
	padding: 20px;
}
#contact dl dt {
	margin: 5px 0;
	font-size: 15px;
}
#contact dl dt b {
	font-size: 12px;
	color: #ff0000;
	margin-left: 10px;
}
#contact dl dd {
	margin: 5px 0 15px;
}
#contact dl dd select,
#contact dl dd text-area,
#contact dl dd input {
	font-size: 15px;
}
#contact .submit {
	padding: 5px 10px;
}
#contact .note li {
	margin-bottom: 10px;
	font-size: 14px;
}
/*------------------------------------enquete*/
#enquete h2 {
	height: 45px;
	background: url(../img/title_enquete.png) no-repeat center top;
	padding-bottom: 10px;
}
#enquete .block .enquete_note form {
	text-align: center;
}
#enquete form fieldset {
	width: 840px;
	margin: 10px auto;
}
#enquete form fieldset dt {
	text-align: left;
	width: 220px;
	font-size: 14px;
}
#enquete form fieldset dd {
	width: 620px;
	margin-top: -20px;
	margin-left: 220px;
	margin-bottom: 20px;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
}
#enquete form fieldset dd textarea {
	width: 80%;
	height: 150px;
	overflow: auto;
}
#enquete form fieldset dd label {
	font-size: 15px;
}
#enquete form fieldset dd.submit_box {
	border: none;
	margin-top: 20px;
	padding-top: 20px;
}
#enquete form fieldset dd.submit_box input {
	font-size: 20px;
	margin: 10px 0;
	padding: 5px 10px;
}
.enquete_note {
	text-align: left;
	width: 870px;
	margin: 10px auto;
	border: 1px solid #9A9A9A;
	background: #FFEFF5;
	padding: 5px;
}
.enquete_note p {
	font-size: 14px;
	font-weight: bold;
}
.error_note {
	color: #ff0000;
	text-align: left;
	font-weight: bold;
	padding-left: 20px;
}
/*------------------------------------link*/
#link h2 {
	height: 45px;
	background: url(../img/title_link.png) no-repeat center top;
}
#link .note {
	margin-bottom: 20px;
}
#link ul {
	text-align: left;
}
#link ul li {
	display: inline;
	margin: 0 auto;
}
#link ul li a img {
	margin-bottom: 10px;
}
#link .note {
	padding: 10px 0;
}

#link .back {
	width: 890px;
}
#link table.bannerTable,
#link table.bannerTable1 {
	width: 890px;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}
#link table td {
	text-align: left;
	padding: 5px 10px;
	border: 1px solid #cccccc;
	color: #ff3399;
	font-weight: bold;
	font-size: 12px;
}
#link table.bannerTable textarea {
	width: 340px;
	height: 50px;
	overflow: auto;
}
#link table.bannerTable1 textarea {
	width: 780px;
	height: 50px;
	overflow: auto;
}
/*------------------------------------reserve*/
#reserve h2 {
	height: 45px;
	background: url(../img/title_reserve.png) no-repeat center top;
}
#reserve table.reserveTable {
	width: 890px;
	border-collapse: collapse;
	margin: 10px;
}
#reserve table.reserveTable th {
	width: 150px;
	height: 50px;
	text-align: left;
	vertical-align: middle;
	padding: 5px 10px;
	color: #222222;
	background: #fedfec;
	font-size: 12px;
}
#reserve table.reserveTable tr {
}
#reserve table.reserveTable td {
	text-align: left;
	padding: 5px 5px 20px;
	color: #222222;
	font-size: 12px;
	background: #ffffff;
	border-color: #ffffff;
}
#reserve input[type=submit] {
	color: #000000;
	padding: 10px 20px;
}
#reserve .result {
	padding: 20px;
	font-size: 15px;
	text-align: left;
}
#reserve form * {
	font-size: 14px;
}
/*------------------------------------sitemap*/
#sitemap h2 {
	height: 45px;
	background: url(http://pocha-cc.com/img/title_sitemap.png) no-repeat center top;
	margin-bottom: 10px;
}
#sitemap .note dl dt {
	font-size: 15px;
}
#sitemap .note dl dd {
	margin-bottom: 10px;
}
/*------------------------------------foot*/
footer {
	margin: 10px auto 0;
	position: relative;
	width: 1100px;
}
footer p {
	width: 1100px;
	margin: 0 auto;
	height: 130px;
	background: url(../img/foot_info.png) no-repeat center bottom;
	font-size: 10px;
	color: #bbbbbb;
}
footer .bt_foot {
	position: absolute;
	top: 30px;
	left: 270px;
}
footer nav {
	width: 1100px;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	margin: 20px auto;
}
footer nav ol {
	display: table;
	text-align: center;
	margin: 0 auto;
}
footer nav li {
	display: table-cell;
	padding: 10px;
	font-size: 12px;
	width: 100px;
}
footer address {
	font-style: normal;
	font-size: 10px;
}</pre></body></html>