@charset "utf-8";

/* =========================================================
	1.UNIVERSAL-RESET
	2.BASE-SET
	3.WIRE-FRAME
	4.FORM
	5.TABLE
	6.COMMON
	7.PAGE
========================================================= */

/* 1.UNIVERSAL-RESET
--------------------------------------------------------- */
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	background: transparent;
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}
 
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { 
	display: block;
}
 
ul,
ol {
	list-style: none;
}
 
blockquote,
q {
	quotes: none;
}
 
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
 
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 
a {
	outline: none;
}
 
img {
	vertical-align: bottom;
}
 
/* 2.BASE-SET
--------------------------------------------------------- */

body {
	background: #fff;
	font-size: 13px;
	font-family: Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Sans-serif;
	line-height: 1;
	-webkit-text-size-adjust: none;
}
 
@media screen and (max-device-width: 480px) {
	body {
		-webkit-text-size-adjust: none; /* for iPhone */
	}
}

.cx:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

*:first-child+html .cx {
	display: inline-block;
	min-height: 1%;
}

* html .cx {
	height: 1%;
}

a {
	color: #0099ff;
	overflow: hidden;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* 3.WIRE-FRAME
--------------------------------------------------------- */

html {
	overflow-y: scroll;
}

#header,
#contents,
#footer {
	margin: 0 auto;
	width: 960px;
}

#header {
	margin: 20px auto 30px;
}

#wrapper {
	background: url(../img/bg.png);
}

#footer {
	color: #707070;
	font-size: 12px;
	margin: 0 auto 30px;
	text-align: center;
}

/* 4.FORM
--------------------------------------------------------- */

/* 5.TABLE
--------------------------------------------------------- */

/* 6.COMMON
--------------------------------------------------------- */

/* 7.PAGE
--------------------------------------------------------- */
#logo {
	margin-bottom: 10px;
}

#breadcrumbs {
	float: left;
	font-size: 12px;
}

#breadcrumbs li {
	float: left;
	background: url(../img/icon_breadcrumbs.png) no-repeat 0 2px;
	padding: 0 6px 0 12px;
}

#breadcrumbs .first {
	background: none;
	padding-left: 0;
}

#socialmedia {
	float: right;
}

#mainTitle {
	background: url(../img/main_title.png) no-repeat 0 0;
	height: 222px;
	margin-bottom: 18px;
	text-indent: -9999px;
	width: 960px;
}

#gallery {
	margin-bottom: 50px;
}

#gallery h1 {
	display: none;
}

#gallery li {
	float: left;
	margin: 0 10px 28px;
	position: relative;
	width: 220px;
}

* html #gallery li {
	margin-left: 5px;
}

#gallery .thumb {
	background: #fff;
	border: 1px solid #e6e6e6;
	height: 220px;
	position: relative;
}

#gallery .thumb a {
	display: block;
	padding: 20px;
}

#gallery .thumb a:hover {
	text-decoration: none;
}

#gallery .title {
	line-height: 1.3;
	margin: 20px 0 10px;
}

#gallery .title a {
	font-size: 14px;
	font-weight: bold;
}

#gallery .iconNew {
	background: url(../img/icon_new.png) no-repeat 0 0;
	display: block;
	height: 35px;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: -2px;
	width: 40px;
}

#gallery .contTxt {
	bottom: 0;
	background-color: #313131;
	background: rgba(49, 49, 49, 0.9);
	color: #fff;
	display: none;
	left: 0;
	line-height: 1.4;
	padding: 10px 10px 8px 10px;
	position: absolute;
	width: 198px;
}

#gallery .date {
	font-size: 10px;
	font-weight: bold;
}

#gallery .release {
	color: #34af33;
	font-weight: bold;
}

#footerlink {
	margin-bottom: 20px;
}

#footerlink dt,
#footerlink dd {
	float: left;
	line-height: 1.5;
	font-size: 12px;
}

#footerlink dt {
	color: #34af33;
	font-weight: bold;
	margin-right: 10px;
}

#footerlink dd {
	white-space: nowrap;
	margin-right: 15px;
}

