@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Cuprum');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

/* tag setting */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFF;
	font-family: "Noto Sans Japanese",'Cuprum', sans-serif;
	font-weight: 200;
	color: #000;
	text-align: center;
}
body li {list-style-type: none;}
body img {border: none;}
body a {
	color: #39C;
	text-decoration: underline;
}
body a:hover {
	color: #F60;
	text-decoration: none;
}
body section,
body article {display: block;}

/* header area */
#header {
	width: 940px;
	margin: 0 auto;
	padding: 0 0 20px;
	font-family: 'Cuprum', sans-serif;
	font-size: 1em;
	letter-spacing: 0.12em;
	text-align: left;
}
#header h1 {
	padding: 0 0 20px;
}
#header h1 a#logo {
	width: 454px;
	height: 68px;
	background: url(../images/hd_logo.gif) no-repeat left bottom;
	display: block;
	float: left;
}
.en #header h1 a#logo {
	background: url(../images/hd_logo_e.gif) no-repeat left bottom;
}
#header h1 a#special {
	width: 84px;
	height: 70px;
	background: url(../images/hd_illust.jpg) no-repeat left bottom;
	display: block;
	float: right;
}
#header ul {
	width: auto;
	padding-top: 8px;
	float: left;
}
#header ul li {
	width: auto;
	padding-right: 24px;
	white-space: nowrap;
	text-align: center;
	float: left;
}
#header ul li a {
	position: relative;
	font-size: 1em;
	color: #000;
	text-decoration: none;
	display: block;
}
#header ul li a:hover {
	color: #000;
}
#header ul li:nth-child(1) a {
	border-bottom: 2px solid #00A35B;
}
#header ul li:nth-child(2) a {
	border-bottom: 2px solid #FCCF00;
}
#header ul li:nth-child(3) a {
	border-bottom: 2px solid #E50012;
}
#header ul li:nth-child(4) a {
	border-bottom: 2px solid #EA70A6;
}
#header ul li:nth-child(5) a {
	border-bottom: 2px solid #F08800;
}
#header ul li:nth-child(6) a {
	border-bottom: 2px solid #00ACEB;
}
#header ul li:nth-child(7) a {
	border-bottom: 2px solid #482087;
}

#header dl {
	width: auto;
	padding: 8px 0 0;
	float: right;
}
#header dl dt,
#header dl dd {
	width: auto;
	float: right;
}
#header dl a {display: block;}
#header dl dt {padding-left: 20px; min-width: 4em;}
#header dl dt a {
	position: relative;
	letter-spacing: 0.05em;
	color: #000;
	text-decoration: none;
}
#header dl dt a:before {
	content: "<";
	position: absolute;
	left: -18px;
	top: -2px;
	width: 18px;
	margin: 0 3px 0;
	display: block;
	transform: scale(0.7,1.6);
}
#header ul li a:hover:after,
#header dl dt a:hover:after {
	content: attr(title);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 0.3em;
	font-size: 0.58em;
	letter-spacing: 0;
	font-family: "Noto Sans Japanese";
	color: #666;
	background: #FFF;
}
#header dl dt.atv a {
	color: #F00;
}
#header dl dd {padding-right: 6px;}
#header dl dd a {
	width: 28px;
	height: 22px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}
#header dl dd:nth-child(3) a {
	background: url(../images/hd_icon_tweet.png) no-repeat center center;
}
#header dl dd:nth-child(4) a {
	background: url(../images/hd_icon_share.png) no-repeat center center;
}
#header dl dd:nth-child(5) a {
	background: url(../images/hd_icon_facebook.png) no-repeat center center;
}
#header dl dd a:hover {
	opacity: 0.7;
}

/* contents area */
#container {
	width: 940px;
	margin: 0px auto;
}


/* footer area */
#footer {
	padding: 2em 0;
	color: #B3B3B3;
}
#footer ul {
	padding-bottom: 0.3em;
	color: #B3B3B3;
}
#footer ul li {display: inline;}
#footer ul li {
	padding: 0em 0.5em;
	border-left: 1px solid #B3B3B3;
	font-size: 0.7em;
	line-height: 1.1em;
}
#footer ul li:first-child {border: none;}
#footer ul li a {
	color: #B3B3B3;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #F60;
	text-decoration: underline;
}
#footer p {
	font-size: 0.7em;
	line-height: 1.1em;
}


/* mouse over */
#header h1 a#special:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}

/* fit images on text tags */
#header h1,
#container .indent .detail p,
#container .indent p.apply {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

/* clearfix */
.clearfix:after,
#header:after,
#header h1:after,
#header ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix,
#header,
#header h1,
#header ul {zoom:100%;}
