/* Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
	background:#000;
	line-height: 1;
	font-family: "ヒラギノ角ゴ Pro W6", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	background: url("images/background.png") repeat-x top center;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block
}


nav ul li {
    list-style: none
}

li {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
/*    -webkit-tap-highlight-color: rgba(255,64,137,0.3);*/
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle
}

input, textarea {
    font-size: 14px
}

.center {
    text-align: center
}

.text_large {
    font-size: 20px
}

/* Common */
.clear {
    clear: both;
    display: block;
    height: 0px;
}






/* Container */
#container {
	position:relative;
	background:url(images/background_main.png);
	background-repeat: no-repeat;
	width: 100%;
	background-position: center top;
}

/* Content */
#content {
	width: 850px;
	min-height: 600px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top:25px;
}

.arrow_position {
	position: absolute;
	width: 20px;
	height: 10px;
	top: -10px;
	overflow: hidden;
	left: 50%;
}

.arrow_style {
	width: 20px;
	height: 17px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	-webkit-transform: rotate(45deg);
	background: rgba(255, 255, 255, 0.75);
}

.icon_table {
	background: rgba(255, 255, 255, .75);
	width: 540px;
	display:table;
	-webkit-border-radius: 10px;
	position: relative;
	padding: 0px 3px;
}
.icon_cell {
	display:table-cell;
	padding:5px;
}
.content_area {
	background: rgba(0, 0, 0, .75);
	width:850px;
	-webkit-border-radius: 10px;
	position: relative;
	min-height: 525px;
	margin-top: 20px;
	-webkit-box-shadow: 0px 0px 15px #191919;
	display:table;
}