
/* 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, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

ul, ol { list-style: none;}
img { border: none; }

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

a {
	color: rgba(227,32,40,1);
	text-decoration: none;
}

a:hover {
	color: rgba(0,169,213,1);
}

a[name] {
	color: #000;
	text-decoration: none;
}

img {
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	height: auto;
	width /***/: auto; /* for ie8 */
	vertical-align: top;
}

.pic-right {
	float: right;
	margin-left: 7px;
	margin-top: 2px;
	margin-bottom: 5px;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
}

.pic-left {
	float: left;
	margin-right: 7px;
	margin-top: 7px;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.percent46 {
	width: 46%;
}

.pic-horizon {
	width: 60%;
	max-width: 300px;
}

.full-image {
	width: 100%;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.top-16 {
	margin-top: 16px;
}

/* Layout-----------------------------------------------------------*/

body {
	font-family:"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
	-webkit-font-smoothing:antialiased;
	background: rgba(11,22,34,1);
/*
	background: url("../images/m78.jpg") #000 no-repeat;
	background-size: cover;
*/
	font-size: 16px;
	line-height: 120%;
}

#container {
	margin: 0 auto;
	width: 1000px;
/*
	max-width: 1000px;
*/
	padding: 0px 10px 0px 10px;
}

header {
	width: 100%;
	padding: 20px 0px 0px 0px;
}

footer {
	clear: both;
	background: url("../images/ultraman-footer.png") no-repeat;
	padding-top: 30px;
}

#main {
	margin: 20px 0px 20px 0px;
}

/* Header-----------------------------------------------------------*/

.logo {
	width: 380px;
	float: left;
}

.language {
	float: right;
	padding: 6px 0px 0px 0px;
}

.language img {
	width: 33px;
}

.language p {
	display:inline;
	filter:alpha(opacity=70);/* IE 6,7*/
	-ms-filter: "alpha(opacity=70)";/* IE 8,9 */
	-moz-opacity:0.7;/* FF , Netscape */
	-khtml-opacity: 0.7;/* Safari 1.x */
	opacity:0.7;
}

.language a:hover {
	color: rgba(0,169,213,1);
	filter:alpha(opacity=70);/* IE 6,7*/
	-ms-filter: "alpha(opacity=70)";/* IE 8,9 */
	-moz-opacity:0.7;/* FF , Netscape */
	-khtml-opacity: 0.7;/* Safari 1.x */
	opacity:0.7;
}

.header-image {
	clear: both;
	width: 100%;
	padding-top: 20px;
}

/* Footer-----------------------------------------------------------*/

.footer-menu {
	clear: both;
	text-align: center;
	padding: 0px 20px 0px 20px;
}

.footer-menu a {
	white-space: nowrap;
}

.footer-address {
	margin: 0px 0px 0px 20px;
	float: left;
	font-size: 15px;
}

.footer-credit {
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	height: 40px;
	background: url("../images/ultraman-badge.png") no-repeat;
	background-position: right bottom;
	font-size: 15px;
	float: right;
}

.footer-copyright {
	padding-top: 20px;
}

.footer-copyright a {
	color: #000;
}

/* PC Menu-----------------------------------------------------------*/

#left {
	float: left;
}

.pc-menu {
	background: url("../images/ultraman-menu.png") no-repeat;
	background-size: cover;
	width: 350px;
	height: 300px;
	margin-top: 22px;
}

.pc-menu ul {
	padding: 65px 0px 0px 20px;
	line-height: 30px;
}

.pc-menu ul li:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 15px;
	background-image: url("../images/ultraman-colortimer.png");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.pc-address {
	color: rgba(255,255,255,1);
	margin: 10px 10px 10px 30px;
}

/* Contents-----------------------------------------------------------*/

.contents {
	width: 610px;
	float: right;
}

h1 {
/* 	color: rgba(227,32,40,1);*/
	color: rgba(255,255,255,1);
	font-size: 24px;
	line-height: 50px;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
}

h1:before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url("../images/ultraman-star.png");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: top;
}

h2 {
	color: rgba(255,255,255,1);
	font-size: 22px;
	line-height: 46px;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	text-align: center;
}

h3 {
	color: rgba(0,0,0,1);
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-align: center;
	margin-bottom: 16px;
}

.ultraman-description {
	background: rgba(255,255,255,0.7);
	padding: 16px;
	margin: 10px 0px 10px 0px;
	line-height: 140%;
}

.ultraman-tanzaku {
	margin: 0 auto;
	width: 80%;
	padding: 16px 16px 8px 16px;
}

.ultraman-tanzaku img {
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}

.about-ultraman {
	float:right;
	margin-left: 7px;
	margin-top: 2px;
	margin-bottom: 5px;
}

.ultraman-data-title {
	background: rgba(227,32,40,1);
	color: rgba(255,255,255,1);
	border-radius: 20px; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 2px 6px;
	width: 100px;
	text-align: center;
	margin: 10px 0px 10px 0px;
}

.ultraman-datas {
	background: rgba(255,255,255,0.5);
	border-radius: 20px; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 20px;
	width: 260px;
	margin: 10px 0px 10px 0px;
}

.ultraman-data {
	border-collapse: collapse;
}

.ultraman-data th {
	text-align: center;
	font-weight: normal;
	padding: 6px 10px 6px 10px;
	border-top: 1px solid rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.3);
	vertical-align: middle;
}

.ultraman-data td {
	padding: 6px 20px 6px 30px;
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
}


.ultraman-table {
	border-collapse: collapse;
}

.ultraman-table th {
	text-align: left;
	font-weight: normal;
	padding: 6px 10px 6px 10px;
	border-top: 1px solid rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.3);
	vertical-align: middle;
}

.ultraman-table td {
	padding: 6px 20px 6px 30px;
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
	vertical-align: middle;
}

.ultraman-table input[type="text"] {
	width: 160px;
}

.ultraman-table textarea {
	width: 360px;
	height: 100px;
}

.ultraman-submit {
	text-align: center;
	padding: 20px 20px 0px 20px;
}

.ultraman-table input[type="submit"] {
	padding: 4px 10px 4px 10px;
}

.msg {
	color: rgba(227,32,40,1);
}

/* SNS Button-----------------------------------------------------------*/

.social_button {
	clear: both;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	padding-left: 30px;
}

.fb-share-button {
	float: left;
	margin-top: 0px;
	margin-right: 4px;
}

.twitter_line {
	float: left;
}
