@charset "utf-8";
body {
	margin:0;
	padding:0;
	background:#fff;
	color:#333;
	font-family: 'PT Serif', serif;
	font-size:14px;
	font-weight:normal;
	-webkit-font-smoothing: antialiased;
	overflow-x:hidden;
}
header, section, footer, hgroup {
	display:block;
}
a {
	color:#85714b;
	text-decoration:none;
	border:none;
	outline:none;
}
a img {
	text-decoration:none;
	border:none;
	outline:none;
}
a:hover, a:active {
	color:#7F8289;
}
/* Header */
#header {
	width:100%;
	background:#fff;
	background:rgba(255, 255, 255, 0.8);
	padding:0;
	letter-spacing:1px;
	margin-bottom:20px;
	padding-top:40px;
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	height:72px;
}
 @media screen and (max-width : 980px) {
#header {
width:96%;
padding-left:15px;
padding-right:15px;
}
}
.suvnav-wrap {
	height:150px;
}
.h_wrap {
	width:810px;
	margin:0 auto;
	height:72px;
	background: url("../img/bd.png") no-repeat scroll left bottom;
}
@media screen and (max-width : 980px) {
.h_wrap {
 width:100%;
}
}
header #logo {
	float: left;
	width:9%;
	padding: 0;
	margin:0 0 0 -89px;
}
 @media screen and (max-width : 980px) {
header #logo {
 margin:0;
}
}
header #logo a img {
	width:75px;
}
header #logo a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);
}
@media screen and (max-width : 980px) {
header #logo {
width:8%;
}
}
 @media screen and (max-width : 980px) {
header #logo a img {
width:100%;
}
}
nav#menu {
	float: left;
	width:53%;
}
@media screen and (max-width : 680px) {
nav#menu {
 width:57%;
}
}
nav#menu #menu-nav {
	margin: 0;
	padding: 0;
}
#menu-nav {
	padding-left:0;
}
nav#menu #menu-nav li {
	list-style: none;
	display: inline-block;
	margin-left: 20px;
}
@media screen and (max-width : 680px) {
nav#menu #menu-nav li {
 margin-left: 10px;
}
}
nav#menu #menu-nav li:first-child {
	margin-left: 0;
}
nav#menu #menu-nav li a {
	color: #85714b;
	font-size: 14px;
	font-weight:400;
	font-family: 'PT Serif', serif;
	letter-spacing:2px;
	padding-top:30px;
	padding-bottom:19px;
	display: block;
}
nav#menu #menu-nav li.current a, nav#menu #menu-nav li a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);
}
.other-site{
float:right;
	width:80px;
	display:block;
	margin:33px 0 0 0;
	font-size:14px;
	letter-spacing:2px;	
}
.other-site a {
	border:1px solid #85714b;
	padding:2px 6px;
}
.other-site a:hover {
	border:1px solid #85714b;
	background:#85714b;
	color:#fff;
}
#backlinks {
	float:right;
	width:28%;
	max-width:180px!important;
	display:block;
	margin:17px 0 0 0;
	padding-right:2px;
}
#backlinks ul {
	width:100%;
	padding:0;
}
#backlinks li {
	display:block;
	float:right;
	height:23px;
	margin-left:10px;
	text-align:right;
}
#backlinks li a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);
}
@media screen and (max-width : 980px) {
#backlinks {
 width:29%;
 max-width:180px!important;
}
}
@media screen and (max-width : 680px) {
#backlinks {
 width:29%;
  max-width:180px!important;
}
}
@media screen and (max-width : 980px) {
#backlinks ul {
 padding:0!important;
 width:100%;
}
}
@media screen and (max-width : 680px) {
#backlinks li {
margin-left:5px;
}
}
.top-links {
	width:100%;
	float:right;
}
/* page top */
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
/* Footer */
.info-wrap {
	position:absolute;
	width:804px;
	height:150px;
	margin:0 auto;
	bottom:-50px;
}
p.fts10 {
	font-family:"メイリオ", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:10px;
	color:#999;
	line-height:1.25;
}
#footer {
	width:100%;
	position:fixed;
	text-align:center;
	bottom:0;
	left:0;
	line-height:24px;
	color:#888;
	letter-spacing:1px;
	font-size:12px;
	background:rgb(0, 0, 0);
	background:rgba(0, 0, 0, 0.8);
	z-index:99;
}
#footer span {
	display:block;
}
/* clearfix */
.clearfix {
	clear:both;
}
/* wrapper css */
#wrapper {
	margin-top:70px;
	width:100%;
	position:relative;
}
#wrapper hgroup {
	text-align:center;
}
#wrapper h2 {
	color: #222;
	font-family: 'PT Serif', serif;
	font-size:33px;
	font-weight: 300;
	line-height: 1.5em;
	letter-spacing:2px;
	margin: 0 0 20px;
}
#wrapper h3 {
	font-style:italic;
	font-weight:normal;
	font-size:18px;
	text-shadow:1px 1px 0 #fff;
	color:#888;
	margin:5px 0;
}
#menu-wrap {
	width:100%;
	max-width:816px;
	margin:0 auto;
}
#container {
	position:relative;
	width:816px;
	margin:150px auto 0;
	padding-bottom: 38px;
}
.grid {
	width:188px;
	min-height:100px;
	background:#fff;
	margin:3px;
	font-size:12px;
	float:left;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.3);
	-moz-box-shadow: 0 2px 1px rgba(34, 25, 25, 0.3);
	-webkit-box-shadow: 0 2px 1px rgba(34, 25, 25, 0.3);
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
}
.grid strong {
	border-bottom:1px solid #ccc;
	margin:10px 0;
	display:block;
	padding:0 0 5px;
	font-size:17px;
}
.grid .meta {
	text-align:right;
	color:#777;
	font-style:italic;
}
.grid .imgholder img {
	width:100%;
	max-width:100%;
	background:#fff;
	display:block;
}
.no-bd {
	border:none;
	box-shadow:none;
	padding-top:45px;
}
 @media screen and (max-width : 980px) {
 body {
 overflow:auto;
}
}
 @media screen and (max-width : 980px) {
#wrapper {
margin-top:150px;
}
}
 @media screen and (max-width : 980px) {
#container {
width:96%;
margin:0 auto;
}
}
/* ==================================================
   Section Page
================================================== */


.page-alternate {
	padding: 40px 0 0;
	position: relative;
	z-index: 99;
}
.title-page {
	text-align: center;
	margin-bottom: 18px;
}
.title-page .title {
	font-size: 33px;
	margin: 10px 0
}
.title-page .title-description {
	font-size: 33px;
	font-weight: 200;
	margin: 0;
}
.container {
	margin:0 auto;
}
/* ==================================================
   About Section
================================================== */
.prof-img {
	float:right;
	width:240px;
	display:block;
	margin-right:4%;
}
.prof_title {
	padding-top:250px;
}
.profile-name {
	margin-bottom: 15px;
}
.profile-description01 {
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝";
	font-size:14px;
	line-height:28px;
}
.profile-description02 {
	margin-bottom: 25px;
	font-size:12px;
	line-height:21px;
	letter-spacing:1px;
}
.image-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	cursor: pointer;
}
.image-wrap img {
	width: 100%;
}
.image-wrap .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 450ms ease-out 0s;
	-moz-transition: all 450ms ease-out 0s;
	-o-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
	-webkit-transform: rotateY(180deg) scale(0.5, 0.5);
	-moz-transform: rotateY(180deg) scale(0.5, 0.5);
	-ms-transform: rotateY(180deg) scale(0.5, 0.5);
	-o-transform: rotateY(180deg) scale(0.5, 0.5);
	transform: rotateY(180deg) scale(0.5, 0.5);
}
.image-wrap:hover .hover-wrap, .image-wrap.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateY(0deg) scale(1, 1);
	-moz-transform: rotateY(0deg) scale(1, 1);
	-ms-transform: rotateY(0deg) scale(1, 1);
	-o-transform: rotateY(0deg) scale(1, 1);
	transform: rotateY(0deg) scale(1, 1);
}
.image-wrap .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #DE5E60;
	opacity: 0.80;
	filter: alpha(opacity=80);
	left: 1132px;
}
.image-wrap .hover-wrap .overlay-text-thumb {
	position: absolute;
	width: 100%;
	height: 32px;
	top: 50%;
	margin: -16px 0 0 0;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	opacity: 1;
	filter: alpha(opacity=100);
}
