@charset "UTF-8";
/* CSS Document */

body {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size:12px;
}
#container {
	width: 100%;
	margin: 0 auto;
}
a {
	text-decoration: none;
	color: #333;
}
/* ナビゲーション
--------------------------------------------------------------------*/
#nav {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 768px;
	height: 40px;
	background: url(../images/nav_background.jpg) center no-repeat;
	background-color: #e23018;
	color: #FFFFFF;
	box-shadow:rgba(51, 51, 51, 0.0980392) 0px 8px 5px -5px;
	-webkit-box-shadow:rgba(51, 51, 51, 0.0980392) 0px 8px 5px -5px;
	-moz-box-shadow:rgba(51, 51, 51, 0.0980392) 0px 8px 5px -5px;
	overflow: hidden;
}
.logo {
	margin: 9px 0 0 20px;
	float:left;
}
#headnav {
	margin-right: 10px;
	float: right;
}
#headnav a {
	display: block;
}
.about {
	margin: 11px 10px;
	text-indent: -9999px;
	background: url(../images/about.png) repeat;
	display:block;
	width:84px;
	height: 18px;
	float:left;
	line-height: 40px;
}
.about:hover {
	background: url(../images/about_hover.png) repeat;
}
.contact {
	margin: 11px 10px;
	text-indent: -9999px;
	background: url(../images/contact.png) repeat;
	display:block;
	width:84px;
	height: 18px;
	float:left;
	line-height: 40px;
}
.contact:hover {
	background: url(../images/contact_hover.png) repeat;
}
.blog {
	margin: 11px 10px;
	text-indent: -9999px;
	background: url(../images/blog.png) repeat;
	display:block;
	width:84px;
	height: 18px;
	float:left;
	line-height: 40px;
}
.blog:hover {
	background: url(../images/blog_hover.png) repeat;
}

#nav_content {
	max-width:768px;
	margin: 0 auto;
}
/*
--------------------------------------------------------------------*/
#maintitle {
	position:relative;
	margin:0 auto;
	width: 768px;
}
#mainph {
	display:block;
	width: 768px;
	height: 450px;
	text-indent: -9999px;
	background: url(../images/mainph2.jpg) no-repeat;
	margin: 40px auto 0;
	display: none;
}
#sort {
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.2em;
	width: 768px;
	height: 42px;
	background-color: #fff;
	margin:20px auto 0;
	text-align: center;
	font-family: 'Questrial', sans-serif,;
}
#sort li {
	font-size: 18px;
	display: inline;
}
#sort li .btn {
	display: inline;
}
#sort li .btn:hover {
	border-bottom: 1px solid #333;
	padding-bottom: 2px;
	cursor: pointer;
}
.line:after {
	content:" /";
}

#icon1 {
	position:absolute;
	width: 123px;
	height: 123px;
	top: 80px;
	right: 50px;
	text-indent: 0;
	z-index:1;
	}
#icon2 {
	position:absolute;
	width: 123px;
	height: 123px;
	top: 185px;
	right: 0px;
	text-indent: 0;
	}
	
#icon1 a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}

#icon2 a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}

/* グリッド部分
--------------------------------------------------------------------*/
#contents {
	width: 768px;
	margin: 20px auto 60px;
	clear: both;
}
.grid {
	position:relative;
	margin: 0 20px;
	margin-top: 30px;
	padding: 15px;
	width: 135px;
	height: 218px;
	float: left;
	/* border */
border:1px solid rgb(239, 239, 239);
	/* border-radius */
border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.grid:hover {
	background-color: #F3F3F3;
}
.grid_img {
	text-align: center;
}
.grid a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: left;
	text-indent: -9999px;
}
.genre {
	width:120px;
	height: 20px;
	font-size:12px;
	font-family: 'Questrial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.cap {
	border-top:1px solid rgb(239, 239, 239);
	margin-top: 8px;
	padding-top: 8px;
	font-size:11px;
	line-height: 1.4;
	text-align:left;
	}
	
.capdate {
	color:#666666;
	font-size:10px;
	text-align:left;
	margin-top: 5px;
	}	
/*
--------------------------------------------------------------------*/
#footer {
	font-size: 10px;
	clear: both;
	width: 768px;
	margin: 60px auto;
	text-align: center;
	line-height: 1.5;
}
.pagetop {
	position: fixed;
	bottom: -40px;
	right: 20px;
}
.pagetop a {
	font-family: 'Questrial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	display: block;
	width: 70px;
	height: 40px;
	background-color: #666;
	border-radius: 8px 8px 0 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	line-height: 40px;
}
/* about
--------------------------------------------------------------------*/
	
.aboutpage #about_contents {
	clear: both;
	padding: 80px 0 0 0;
	margin: 0 auto;
	width: 768px;
}
.aboutpage h2 {
	font-family: 'Questrial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: bold;
	font-size:40px;
	text-align: center;
	letter-spacing: 0.025em;
	margin-bottom: 40px;
}
.aboutpage h3 {
	font-family: 'Questrial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size:24px;
	text-align: left;
}
.aboutpage h4 {
	font-family:  'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size:16px;
	text-align: left;
	margin-bottom: 10px;
}
#profile {
	width: 450px;
	margin: 0 auto 20px;
	;
}
#profile p {
	line-height: 2.2em;
	letter-spacing: 0.1em;
}
.profile_PH {
	text-align: center;
	margin: 40px 0;
}
.supplementation {
	width: 450px;
	margin: 0 auto 20px;
}
.supplementation li {
	display: inline;
	letter-spacing: 0.1em;
	font-size: 11px;
}
#works {
	width: 450px;
	margin: 60px auto 0;
}
.list-after:after {
	content: ",";
}
.works_list {
	width: 450px;
	margin: 0 auto 20px;
}
.works_list li {
	letter-spacing: 0.1em;
	list-style-type: square;
	list-style-position: inside;
	font-size: 11px;
	line-height: 1.5em;
}
/* contact
--------------------------------------------------------------------*/
.contactpage #contact_contents {
	clear: both;
	padding: 80px 0 0 0;
	margin: 0 auto;
	width: 768px;
}
.contactpage h2 {
	font-family: 'Questrial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: bold;
	font-size:40px;
	text-align: center;
	letter-spacing: 0.025em;
	margin-bottom: 40px;
}
#mail {
	width: 768px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
}
.contactpage p {
	text-align: center;
	line-height: 2.2em;
	letter-spacing: 0.1em;
}
/* topコンテンツ
--------------------------------------------------------------------*/
.top #top_container {
	width: 600px;
	margin: 40px auto;
}
#topph {
	text-align: center;
	width: auto;
	margin-bottom: 40px;
}

#decoding h2 {
	font-family: 'Questrial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: bold;
	font-size:24px;
	text-align:center;
	margin: 40px 0;
	letter-spacing: 0.1em;
}
#decoding p {
	text-align: center;
	line-height: 2.2em;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}
