@charset "UTF-8";
/*============================================
*
*Last UpDate:2015/06/23
*
============================================*/
/*--------------------------------------------
style.css

index
1-ページ共通css
2-ヘッダー
3-トップ
4-新着情報
5-制作方針
6-作品集
7-我々は
8-お問合せ
--------------------------------------------*/

/*1-ページ共通css
--------------------------------------------*/
*{
	margin:0px;
	padding:0px;
}
div#mf_header h1{border:none;}

html, body {height: 100%;}  /*高さ100%に指定*/
body {
	margin: 0;
	padding: 0;
	position: relative;
	min-width: 1000px;  /*中央配置するボックスの横幅*/
	min-height: 623px;  /*中央配置するボックス縦幅*/
	background-color: #FFF;
}

.centerMiddle {
	margin: -450px 0 0 -500px;  /*縦横の半分をネガティブマージンでずらす*/
	position: absolute;  /*body要素に対して絶対配置*/
	top: 50%;  /*上端を中央に*/
	left: 50%;  /*左端を中央に*/
	width: 1000px;  /*横幅*/
	height: 623px;  /*縦幅*/
	background-color: #FFFCF6;
	font: 10px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #3e3a39;
}


.centerMiddleP {
	margin: -450px 0 0px -500px;  /*縦横の半分をネガティブマージンでずらす*/
	position: absolute;  /*body要素に対して絶対配置*/
	top: 50%;  /*上端を中央に*/
	left: 50%;  /*左端を中央に*/
	width: 1000px;  /*横幅*/
	background-color: #FFFCF6;
	font: 10px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #3e3a39;
}

.centerMiddlePo {
	margin: -450px 0 0px -493px;  /*縦横の半分をネガティブマージンでずらす*/
	position: absolute;  /*body要素に対して絶対配置*/
	top: 50%;  /*上端を中央に*/
	left: 50%;  /*左端を中央に*/
	width: 1000px;  /*横幅*/
	background-color: #FFFCF6;
	font: 10px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #3e3a39;
}

.centerMiddlePcon {
	margin: -450px 0 0 -500px;  /*縦横の半分をネガティブマージンでずらす*/
	position: absolute;  /*body要素に対して絶対配置*/
	top: 50%;  /*上端を中央に*/
	left: 50%;  /*左端を中央に*/
	width: 1000px;  /*横幅*/
	height: 900px;  /*縦幅*/
	background-color: #FFFCF6;
	font: 10px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #3e3a39;
}

.centerMiddlePcon01 {
	margin: -450px 0 0 -500px;  /*縦横の半分をネガティブマージンでずらす*/
	position: absolute;  /*body要素に対して絶対配置*/
	top: 50%;  /*上端を中央に*/
	left: 50%;  /*左端を中央に*/
	width: 1000px;  /*横幅*/
	height: 820px;  /*縦幅*/
	background-color: #FFFCF6;
	font: 10px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #3e3a39;
}

.centerMiddlePconPo {
	margin: -450px 0 0 -500px;  /*縦横の半分をネガティブマージンでずらす*/
	position: absolute;  /*body要素に対して絶対配置*/
	top: 50%;  /*上端を中央に*/
	left: 50%;  /*左端を中央に*/
	width: 1000px;  /*横幅*/
	height: 1000px;  /*縦幅*/
	background-color: #FFFCF6;
	font: 10px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #3e3a39;
}

.logo{
	margin-top: 35px;
	margin-left: 45px;
	float: left;
}

#footer {
	display: block;
	height: 48px;
	width: 165px;
	background: #fffcf6;
	position: absolute;
	bottom: 0px;
	right: 50px;
}

.txtBold {
	font-weight: bold;
}

/*1-ページ共通css*/


/*2-ヘッダー
--------------------------------------------*/
#navi {
	float: left;
	clear: both;
	width: 230px;
}


#gnavi ul {
	margin-left: 82px;
	margin-top: 22px;
}
#gnavi ul li {
	list-style: none;
	float: left;
}
.news   {
	display: block;
	width: 10px;
	padding-left: 19px;
	line-height: 17px;
	color: #3e3a39;
	text-decoration: none;
}

a:hover.news {
	color: #7c8a4f;
	text-decoration: none;
}

.about {
	display: block;
	width: 10px;
	padding-left: 19px;
	line-height: 17px;
	color: #3e3a39;
	text-decoration: none;
}
a:hover.about {
	color: #ba972d;
	text-decoration: none;
}
.portfolio {
	display: block;
	width: 10px;
	padding-left: 19px;
	line-height: 17px;
	color: #3e3a39;
	text-decoration: none;
}
a:hover.portfolio {
	color: #5d7885;
	text-decoration: none;
}
.profile {
	display: block;
	width: 10px;
	padding-left: 19px;
	line-height: 17px;
	color: #3e3a39;
	text-decoration: none;
}
a:hover.profile {
	color: #683252;
	text-decoration: none;
}
.contact {
	display: block;
	width: 10px;
	padding-left: 19px;
	line-height: 17px;
	color: #3e3a39;
	text-decoration: none;
}
a:hover.contact {
	color: #b95730;
	text-decoration: none;
}

/*2-ヘッダー*/


/*3-トップ
--------------------------------------------*/

.topimage {
	position: absolute;
	bottom: 48px;
	right: 50px;
}

/*3-トップ*/


/*4-新着情報
--------------------------------------------*/

.newsCr {
	display: block;
	width: 10px;
	padding-left: 19px;
	line-height: 17px;
	color: #7c8a4f;
	text-decoration: none;
}

#news {
	display: block;
	height: 80px;
	width: 500px;
	margin-top: 20px;
	margin-left: 50px;
	border-left: 1px solid #CCC;
	float: left;
	padding-left: 20px;
	line-height: 20px;
}
#news h2 {
	font-size: 10px;
	line-height: 25px;
	letter-spacing: 0.6em;
	font-weight: lighter;
}
.date {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.2em;
	float: left;
	clear: both;
	font-size: 9px;
}
.newsindex {
	float: left;
	margin-left: 20px;
	letter-spacing: 0.1em;
}

/*4-新着情報*/


/*5-制作方針
--------------------------------------------*/

#about {
	width: 690px;
	float: left;
	margin-left: 40px;
	margin-top: 50px;
}
#about h2 {
	font-size: 11px;
	letter-spacing: 0.2em;
	line-height: 17px;
}

.aboutCr {
	display: block;
	width: 10px;
	padding-left: 19px;
	line-height: 17px;
	color: #ba972d;
	text-decoration: none;
}

#about p {
	letter-spacing: 0.2em;
	text-align: center;
	margin: 20px auto 25px;
	line-height: 17px;
}
.imgCenter {
	height: 139px;
	width: 588px;
	margin: 0px 0px 0px 40px;
	clear: both;
}
#aboutTxt {
	display: block;
	margin: 25px auto 80px;
	clear: both;
}
#aboutTxt h3 {
	font-size: 10px;
	font-weight: bolder;
	letter-spacing: 0.1em;
}
.aboutTxt01 {
	float: left;
	margin-left: 35px;
}
.aboutTxt02 {
	float: left;
	margin-left: 65px;
}
.aboutTxt03 {
	float: left;
	margin-left: 50px;
}

/*5-制作方針*/

/*6-作品集
--------------------------------------------*/
.portfolioCr {
	display: block;
	width: 10px;
	height: 182px;
	padding-left: 19px;
	line-height: 17px;
	color: #4b6573;
	text-decoration: none;
	background: url(../portfolio/images/bg_btn-portfolio01.gif) no-repeat 1px 74px;
}


#poBtn ul {
	display: block;
	width: 10px;
	line-height: 17px;
	margin-left: 157px;
	margin-top: 15px;
	float: left;
	margin-bottom: 15px;
}
#poBtn ul li {
	list-style: none;
	text-decoration: none;
}

#poBtn ul li span {
	color: #3e3a39;
	width: 10px;
	display: block;
}
.poBtn   {
	color: #3e3a39;
	text-decoration: none;
}

.poBtnCr   {
	color: #4b6573;
	text-decoration: none;
}

a:hover.poBtn {
	color: #4b6573;
	text-decoration: none;
}

.poBtnImg{
	float: left;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}

#portfolio {
	float: left;
	width: 660px;
	margin-left: 50px;
}

#portfolio img{
	margin-bottom: 40px;
	
}

#portfolio a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}


#portfolioTit{
	width: 690px;
	margin-top: 75px;
	margin-left: 275px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dbdcdc
}

.potitTxt{
	margin-left: 20px;
	margin-bottom: 11px;
}

.poImg01 {
	margin-top: 35px;
	margin-left: 45px;
	width: 690px;
	float: left;
}

.buyBtn {
	margin-top: 55px;
	float: right;
}

a:hover .buyBtn {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
	

/*6-作品集*/

/*6-作品集スライド
--------------------------------------------*/
#viewer {
	margin-top: 35px;
	margin-left: 45px;
	width: 690px;
	float: left;
}
#viewer div {
	width: 690px;
	height: 460px;
	overflow: hidden;
	position: relative;
}
#viewer div img {
	top: 0;
	left: 0;
	position: absolute;
}

#viewer ul {
	width: 690px;
	margin-top: 18px;
}

.sImg02 {
	margin-left: 201px;
}

.sImg03 {
	margin-left: 134px;
}

.sImg04 {
	margin-left: 67px;
}

#viewer ul li {
	width: 120px;
	float: left;
	display: inline;
	margin-left: 15px;
}

#viewer .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
#viewer ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#viewer ul {
	display: inline-block;
	overflow: hidden;
}

/*6-スライド*/

/*7-我々は
--------------------------------------------*/

.profileCr {
	display: block;
	width: 10px;
	padding-left: 19px;
	line-height: 17px;
	color: #683252;
	text-decoration: none;
}


#profile {
	width: 440px;
	float: left;
	margin-left: 200px;
	margin-top: 35px;
}

#profile img {
	float: left;
}
#profileTxt {
	float: left;
	width: 300px;
	margin-left: 44px;
	font-size: 9px;
	line-height: 13px;
	letter-spacing: 0.1em;
}
.profileCon {
	margin-top: 15px;
	line-height: 1.7em;
}

#profileYuki {
	margin-top: 70px;
	float: left;
}

/*7-我々は*/


/*8-お問合せ
--------------------------------------------*/

.contactCr {
	display: block;
	width: 10px;
	padding-left: 19px;
	line-height: 17px;
	color: #cc6633;
	text-decoration: none;
}

#contact {
	float: left;
	margin-left: 207px;
	margin-top: 38px;
}

.sendBtn {
	font-size: 9px;
	letter-spacing: 0.2em; 
	color: #FFF;
	width: 60px;
	height: 20px;
	background-color: #b4b4b5;
	float: right;
}

.thanks {
	margin-top: 150px;
	letter-spacing: 0.3em;
}

/*8-お問合せ*/
