/****************************

ガチャ(gacha-list)

2014/02/19 S.H.A

****************************/

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html {
	background: #d9d9d9;
}

.clear {
	clear: both;
}

article {
	width: 100%;
}

article h1 img {
	width: 100%;
	float: left;
}

article#item_list p { line-height: 1.4; }
.item_list_tab { 
	overflow: hidden;
	margin-top: 20px;
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;
}
	.item_list_tab .tab {
		float: left;
		width: 100%;
		padding: 10px 5px;
		border: solid 2px #fff;
		border-bottom: none;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		text-align: center;
		font-size: 95%;
	}
	.item_list_tab a.tab {
		background: #c7c7c7;
		color: #000;
	}
	.item_list_tab b.tab {
		font-weight: normal;
		background: #315aa8;
		color: #fff;	
	}
		.item_list_tab .tab:first-child:nth-last-child(2),
		.item_list_tab .tab:first-child:nth-last-child(2) ~ .tab { width: 50%; }
		.item_list_tab .tab:first-child:nth-last-child(3),
		.item_list_tab .tab:first-child:nth-last-child(3) ~ .tab { width: 33.3%; }
		.item_list_tab .tab:first-child:nth-last-child(4),
		.item_list_tab .tab:first-child:nth-last-child(4) ~ .tab { width: 50%; }
		.item_list_tab .tab:first-child:nth-last-child(5),
		.item_list_tab .tab:first-child:nth-last-child(5) ~ .tab { width: 33.3%; }
		.item_list_tab .tab:first-child:nth-last-child(5) ~ .tab:nth-child(4),
		.item_list_tab .tab:first-child:nth-last-child(5) ~ .tab:nth-child(5) { width: 50%; }
		.item_list_tab .tab:first-child:nth-last-child(6),
		.item_list_tab .tab:first-child:nth-last-child(6) ~ .tab { width: 33.3%; }

img.new {
	width: 40px !important;
	position: relative;
	top: 3px;
}

span.line img {
	width: 100%;
	float: left;
}

article h2.head_medal {
	width: 100%;
}

article h2.head_yuni {
	text-align: center;
	color: #fff;
	padding: 2% 0;
	clear: both;
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #232323 40%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(40%,#232323), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#232323 40%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c4c4c 0%,#232323 40%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#232323 40%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4c4c4c 0%,#232323 40%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}

.gradient {
	height: 2px;
	background: #a60074; /* Old browsers */
	background: -moz-linear-gradient(left,  #a60074 0%, #ff00b3 25%, #ff8fcb 50%, #ff00b3 75%, #a60074 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a60074), color-stop(25%,#ff00b3), color-stop(50%,#ff8fcb), color-stop(75%,#ff00b3), color-stop(100%,#a60074)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #a60074 0%,#ff00b3 25%,#ff8fcb 50%,#ff00b3 75%,#a60074 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #a60074 0%,#ff00b3 25%,#ff8fcb 50%,#ff00b3 75%,#a60074 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #a60074 0%,#ff00b3 25%,#ff8fcb 50%,#ff00b3 75%,#a60074 100%); /* IE10+ */
	background: linear-gradient(to right,  #a60074 0%,#ff00b3 25%,#ff8fcb 50%,#ff00b3 75%,#a60074 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a60074', endColorstr='#a60074',GradientType=1 ); /* IE6-9 */
}

/********** medal quantity **********/
article #qty_medal {
	width: 100%;
}

article #qty_medal ul {
	width: 100%;
	display: table;
	table-layout: fixed;
	background: #fff;
}

article #qty_medal ul li {
	display: table-cell;
	padding: 3% 0;
}

article #qty_medal ul li:first-child {
	color: #fff;
	text-align: center;
	background: #f00;
	width: 35%;
}

article #qty_medal ul li:last-child {
	text-align: right;
	padding: 0 3%;
	width: 65%;
}

/********** yuni quantity **********/
article #qty_yuni {
	width: 100%;
}

article #qty_yuni ul {
	width: 100%;
	display: table;
	table-layout: fixed;
	background: #fff;
}

article #qty_yuni ul li {
	display: table-cell;
}

article #qty_yuni ul li:first-child {
	text-align: right;
	width: 70%;
	box-shadow: -2px 0 0 0 #000 inset;
	padding: 0 3% 0 0;
}

article #qty_yuni ul li:last-child {
	text-align: center;
	width: 30%;
	background: #ff8fcb; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff8fcb 0%, #ff00b3 40%, #a60074 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8fcb), color-stop(40%,#ff00b3), color-stop(100%,#a60074)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff8fcb 0%,#ff00b3 40%,#a60074 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff8fcb 0%,#ff00b3 40%,#a60074 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff8fcb 0%,#ff00b3 40%,#a60074 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff8fcb 0%,#ff00b3 40%,#a60074 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8fcb', endColorstr='#a60074',GradientType=0 ); /* IE6-9 */
}

article #qty_yuni ul li a {
	display: block;
	padding: 10% 0;
}

/* added 20141120 */
#qty {
	overflow: hidden;
	width: 100%;
}

#qty table {
	width: 100%;
	border-collapse: collapse;
}

#qty table tr {
	background-color: #fff;
	border-bottom: solid 1px #FF61D0;
}

#qty table tr td {
}

#qty table tr td#ydesc {
	width: 30%;
	text-align: center;
	padding: 3% 0;
	color: #fff;
	background-color: #000;
	border-right: solid 1px #FF61D0;
}

#qty table tr td#yqty {
	width: 35%;
	padding: 3%;
	color: #000;
	border-right: solid 1px #FF61D0;
}

#qty table tr td#ybtn {
	padding: 1%;
}

#qty table tr td#ybtn a {
	font-size: 80%;
	text-align: center;
	padding: 10% 0;
	display: block;
	border-radius: 3px;
	background: #ff8fcb;
	background: -moz-linear-gradient(top, #ff8fcb 0%, #ff00b3 40%, #a60074 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8fcb), color-stop(40%,#ff00b3), color-stop(100%,#a60074));
	background: -webkit-linear-gradient(top, #ff8fcb 0%,#ff00b3 40%,#a60074 100%);
	background: -o-linear-gradient(top, #ff8fcb 0%,#ff00b3 40%,#a60074 100%);
	background: -ms-linear-gradient(top, #ff8fcb 0%,#ff00b3 40%,#a60074 100%);
	background: linear-gradient(to bottom, #ff8fcb 0%,#ff00b3 40%,#a60074 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8fcb', endColorstr='#a60074',GradientType=0 );
}

/********** ガチャボタン **********/
#button {
	width: 100%;
}

#button ul {
	width: 90%;
	margin: 0 auto;
	padding: 5% 0 0 0;
}

#button ul li {
	list-style-type: none;
	float: left;
}

/*added 20140820*/
#button ul li.spin {
	 width: 100%;
}

/*added 20140820*/

/* changed 20140820
#button ul li.spin {
	width: 78.96%;
}

#button ul li.skip {
	width: 21.03%;
}
*/

#button ul li input {
	width: 100%;
}

/********** loop **********/
#loop {
	padding: 0 0 5% 0;
}
#loop, article, .top_banner {
	background: url(../../img/game/gacha/line2.png) no-repeat left bottom;
	-moz-background-size: 100% 2px;
	-webkit-background-size: 100% 2px;
	background-size: 100% 2px;
}
article#item_list {
	padding-top: 10px;
	background: #315aa8 url(../../img/game/gacha/line2.png) no-repeat left bottom;
}

#loop:last-child {
	background: none;
}

#loop table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}

#loop table th {
	text-align: center;
	color: #fff;
	padding: 2% 0;
	clear: both;
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #232323 40%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(40%,#232323), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#232323 40%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c4c4c 0%,#232323 40%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#232323 40%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4c4c4c 0%,#232323 40%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}

#loop table tr td.gradient_bar {
	height: 2px;
	background: #a60074; /* Old browsers */
	background: -moz-linear-gradient(left,  #a60074 0%, #ff00b3 25%, #ff8fcb 50%, #ff00b3 75%, #a60074 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a60074), color-stop(25%,#ff00b3), color-stop(50%,#ff8fcb), color-stop(75%,#ff00b3), color-stop(100%,#a60074)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #a60074 0%,#ff00b3 25%,#ff8fcb 50%,#ff00b3 75%,#a60074 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #a60074 0%,#ff00b3 25%,#ff8fcb 50%,#ff00b3 75%,#a60074 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #a60074 0%,#ff00b3 25%,#ff8fcb 50%,#ff00b3 75%,#a60074 100%); /* IE10+ */
	background: linear-gradient(to right,  #a60074 0%,#ff00b3 25%,#ff8fcb 50%,#ff00b3 75%,#a60074 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a60074', endColorstr='#a60074',GradientType=1 ); /* IE6-9 */
}

#loop table td:first-child {
	background: #fff;
	text-align: right;
	padding: 0 3% 0 0;
}

#loop table td:last-child {
	text-align: center;
	width: 30%;
	background: #ff8fcb; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff8fcb 0%, #ff00b3 40%, #a60074 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8fcb), color-stop(40%,#ff00b3), color-stop(100%,#a60074)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff8fcb 0%,#ff00b3 40%,#a60074 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff8fcb 0%,#ff00b3 40%,#a60074 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff8fcb 0%,#ff00b3 40%,#a60074 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff8fcb 0%,#ff00b3 40%,#a60074 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8fcb', endColorstr='#a60074',GradientType=0 ); /* IE6-9 */
}

#loop table td:last-child a {
	display: block;
	padding: 10% 0;
}

#loop table tr td.bgline {
	height: 4px;
	background: url(../../img/game/gacha/line2.png);
}

#price {
	clear: both;
	width: 100%;
	margin: 5% 0 0 0;
}

#price ul {
	width: 90%;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	clear: both;
	overflow: hidden;
}

#price ul li {
	float: left;
	list-style-type: none;
	padding: 3%;
}

.noinfo {
	width: 100%;
	text-align: center;
	padding: 5% 0;
}

/********** color by id **********/
#price ul li.color_0 {
	background: #fa7878;
}

#price ul li.color_1 {
	background: #51db84;
}

#price ul li.color_2 {
	background: #db8fff;
}

#price ul li.color_3 {
	background: #e3cb20;
}

#price ul li.color_4 {
	background: #f7a419;
}

#price ul li.color_5 {
	background: #ff80d9;
}

#price ul li.color_6 {
	background: #51db84;
}

#price ul li.color_14 {
	background: #db8fff;
}

#price ul li.color_15, #price ul li.color_25 {
	background: #f56969;
}

#price ul li.color_16, #price ul li.color_c13 {
	background: #51db84;
}

#price ul li.color_17 {
	background: #f56969;
}

#price ul li.color_18, #price ul li.color_24 {
	background: #1fd8ff;
}

#price ul li.color_19, #price ul li.color_22 {
	background: #e3cb20;
}

#price ul li.color_21 {
	background: #faa298;
}

#price ul li.color_c1 {
	background: #6ea8ff;
}

#price ul li.color_c2, #price ul li.color_c6 {
	background: #f56969;
}

#price ul li.color_c3 {
	background: #ff80d9;
}

#price ul li.color_c4 {
	background: #fa7878;
}
#price ul li.color_c5, #price ul li.color_c7 {
	background: #f7a419;
}
#price ul li.color_c8 {
	background: #faa298;
}

#price ul li.color_1000000 {
	background: #6ea8ff;
}

#price ul li.color_1000001 {
	background: #f56969;
}

#price ul li.color_icon {
	background: #f36;
}

#price ul li.color_item {
	background: #39f;
}

#price ul li.color_icon.paid,
#price ul li.color_item.paid {
	background: #CFB53B;
	white-space: nowrap;
}

#price ul li:first-child {
	color: #fff;
	width: 40%;
	text-align: center;
}

#price ul li:last-child {
	text-align: right;
	width: 60%;
}

/********** ticket **********/
#ticket {
	width: 90%;
	margin: 0 auto 3%;
}

#ticketborder {
	width: 100%;
	padding: 5% 0 0 0;
}

.border {
	background: url(../../img/game/gacha/line2.png);
	background-repeat: repeat-x;
	background-position: top;
}

#ticket img {
	width: 100%;
}

#back {
	text-align: center;
	background: #808080; /* Old browsers */
	background: -moz-linear-gradient(top,  #808080 0%, #262626 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#808080), color-stop(100%,#262626)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #808080 0%,#262626 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #808080 0%,#262626 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #808080 0%,#262626 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #808080 0%,#262626 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#262626',GradientType=0 ); /* IE6-9 */
}

#back a {
	display: block;
	padding: 5% 0;
}

/* 2014/05/30 */
.item_title {
	text-align: center;
	background: #000;
	color: #fff;
	padding: 3% 0 2% 0;
}

.item_list {
	color: #000;
	padding: 3% 0;
	background: #d9d9d9;
}

.item_list_bg {
	background: #fff;
	width: 94%;
	margin: 3% auto 0;
	padding: 3%;
	border-radius: 10px;
}

@-moz-keyframes blinktext {
    0% {opacity:0;}
    100% {opacity:1;}
}
@-webkit-keyframes blinktext {
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blinktext{
    0% {opacity:0;}
    100% {opacity:1;}
}

h3 {
	color: #00f;
	text-align: center;
}

h3 a {
	display: inline-block;
	padding: 3% 0;
	color: #4d8eff !important;
	text-decoration: underline;
}

h3.disp_h3 {
	color: #fff;
	text-align: center;
	padding: 3% 0;
	background: rgb(125,126,125); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

h3.event {
	margin: 10px 0 6px;
	color: #ce0000;
	-moz-animation: blinktext 0.8s ease-in-out infinite alternate;
	-webkit-animation: blinktext 0.8s ease-in-out infinite alternate;
	animation: blinktext 0.8s ease-in-out infinite alternate;
}

h4 {
	margin: 5px 0 10px;
	text-align: center;
}

div.backbtn {
	text-align: center;
}

div.backbtn input {
	width: 70%;
	color: #fff;
	border: 10px;
	background: rgb(125,126,125); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

.m_detailButton {
	display: block;
	width: 65%;
	font-size: 70%;
	margin: 10px auto 0;
	padding: 10px;
	border-radius: 10px;
	background: #ff7878;
	background: -moz-linear-gradient(top, #ff7878 0%, #ff0000 40%, #ad0000 100%);
	background: -webkit-linear-gradient(top, #ff7878 0%,#ff0000 40%,#ad0000 100%);
	background: linear-gradient(to bottom, #ff7878 0%,#ff0000 40%,#ad0000 100%);
	text-align: center;
	color: #fff !important;
	text-decoration: none;
}
.icon_list table img {
	height: 1.0em;
	margin-right: 5px;
	vertical-align: middle;
}
.icon_list table img.statusup {
	height: 0.7em;
}

h2.gacha_name {
	clear: both;
	padding: 10px 0;
	background-color: #ff4d4d;
	text-align: center;
	color: #fff;
}

h2.gacha_name.item_gacha {
	clear: both;
	padding: 10px 0;
	background-color: #4d8eff;
	text-align: center;
	color: #fff;
}

.link {
	padding: 10px 0;
	text-align: center;
}
.link a {
	display: inline-block;
	padding: 10px 25px;
	border: 1px solid #39f;
	border-radius: 3px;
	background: #139;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#39f), color-stop(40%,#19c), color-stop(100%,#139));
	background: -webkit-linear-gradient(top, #39f 0%,#19c 40%,#139 100%);
	background: linear-gradient(to bottom, #39f 0%,#19c 40%,#139 100%);
	text-align: center;
	color: #fff;
}

#shoptab {
	width: 100%;
}

#shoptab ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 120%;
	background: #808080; /* Old browsers */
	background: -moz-linear-gradient(top,  #808080 0%, #262626 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#808080), color-stop(100%,#262626)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #808080 0%,#262626 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #808080 0%,#262626 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #808080 0%,#262626 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #808080 0%,#262626 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#262626',GradientType=0 ); /* IE6-9 */
}

#shoptab ul li {
	display: table-cell;
	width: 25%;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	font-size:20px;
}

#shoptab ul li:first-child {
	box-shadow: -1px 0 0 0 #000 inset;
}

#shoptab ul li:last-child {
	box-shadow: 1px 0 0 0 #000 inset;
}

#shoptab ul li a {
	color: #fff;
	display: block;
	position: relative;
}
#shoptab ul li img {
	width: 100%;
	vertical-align: top;
}

img.star {
	height: 1.0em;
	vertical-align: middle;
}

.icon_list img.star {
	margin: 0;
}

table.item_table {
	border-collapse: collapse;
	width: 100%;
}

table.item_table td {
	padding: 0.6em 0 0.4em;
	border-bottom: 1px solid #aaa;
	vertical-align: middle;
}

table.item_table td.probability {
	text-align: right;
}

.league_left {
	width: 90%;
	background-color: #fff;
	padding: 10px 0;
	border: 1px solid #333;
	border-radius: 8px;
	margin: 0 auto 1em;
	text-align: center;
}

.attention {
	width: 90%;
	border-radius: 8px;
	margin: 0 auto 1em;
	color: #f00;
}

table.info_table {
	border-collapse: collapse;
	width: 100%;
}

table.info_table th,
table.info_table td {
	padding: 5px 0;
	border: 1px solid #000;
	text-align: center;
}

table.info_table th {
	background-color: #ffc;
}

table.info_table td {
	background-color: #fff;
}

table.info_table a {
	text-decoration: underline;
	color: #39f;
}