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

body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
	border-style: none;
}
.c {
	clear: both;
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
	visibility: hidden;
}
ul li {
	list-style: none;
}
p {
	margin: 0px;
	padding: 0px;
}
/*-------------------------------------------------------
マージン
-------------------------------------------------------*/
.pt_400 {
	padding-top: 515px;
}
/*-------------------------------------------------------
ヘッダー
-------------------------------------------------------*/
header {
	background: #000;
	height: 50px;
	color: #FFF;
	font-size: 13px;
}
header ul {
	margin: auto;
	padding: 0px;
	width: 1024px;
}
header ul li {
	float: left;
}
header ul li.ttl {
	float: left;
	padding-left: 40px;
	line-height: 50px;
}
header ul li.tel {
	float: right;
}
/*-------------------------------------------------------
メイン
-------------------------------------------------------*/
article {
	margin: 0px;
	padding: 0px;
}
/*イメージ部分*/
section.top {
	background: url(img/bg01_img.png) repeat;
	height: 650px;
}
.top_img {
	width: 1024px;
	margin: 0 auto;
	background: url(img/top_img.png) no-repeat;
	height: 650px;
}
.top_img p {
	padding-left: 5px;
	color: #FFF;
	font-size: 20px;
	font-weight: lighter;
	line-height: 180%;
	letter-spacing: 1px;
}
.top_img h1 {
	color: #FFF;
	font-size: 20px;
	font-weight: lighter;
	line-height: 180%;
	letter-spacing: 1px;
	margin: 0px;
	padding: 5px 0px 0px 5px;
}
.top_img p .ft29 {
	font-size: 29px;
	font-weight: 600;
}
.top_img h1 .ft29 {
	font-size: 29px;
	font-weight: 600;
}
/*メニュー部分*/
section.main {
	background: url(img/bg02_img.png) repeat;
	padding-bottom: 80px;
}
.main_img {
	width: 1024px;
	margin: auto;/*		background:url(img/main_img.png) no-repeat;*/
/*		height:400px;*/
}
.j_ttl {
	margin: 60px 0px 0px 10px;
}
.main_img p {
	margin: 40px 20px 0px 20px;
}
.j_txt {
	display: block;
	margin: 10px 15px 0px 15px;
	line-height: 175%;
}
.soudan {
	text-align: center;
	margin-top: 60px;
}
.main_img ul {
	margin: 0px 103px 0px 0px;
	padding: 0px;
}
.main_img li {
	margin-top: 25px;
	float: right;
}
.main_img li.m_70 {
	margin-right: 70px;
}
.main_img li.m_20 {
	margin-right: 20px;
}
.main_img li.m_10 {
	margin-right: 10px;
}
.main_img li.m_86 {
	margin-right: 86px;
}
.main_img li.m_17 {
	margin-right: 17px;
}
/*制作実績*/
section.production {
	background: url(img/bg03_img.png) repeat;
}
.production_img {
	width: 1024px;
	margin: 0 auto;
}

.production_img .seisaku{
	padding: 35px 0px 0px 35px;
}

.production_img ul {
	margin: 0px 0px 0px 35px;
	padding: 35px 0px 0px 0px;
}
.production_img li {
	float: left;
	width: 120px;
}s
.production_img p {
	color: #FFF;
	font-size: 12px;
	width: 110px;
	line-height: 110%;
}
.production_img li.ttl {
	/*width: 1100px;*/
}
.production_img li.book01 {
	margin: 20px 0px 0px 20px;
	width: 120px;
	height: 280px;
}

.production_img li.book01 p {
	line-height:115%;
}

.production_img li.book02 {
	margin: 0px 0px 0px 20px;
	width: 120px;
}

.production_img li.book02 p {
	line-height:120%;
}

.production_img li.next {
	margin: 50px 0px 0px 130px;
}
.production_img a:hover img {
	opacity: 0.7;
}
.production_img a img {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/*トップへ*/
.next_top {
	width: 1024px;
	vertical-align: bottom;
	margin: 0 auto;
	padding-top: 50px;
	height: 30px;
	text-align: right;
}
/*-------------------------------------------------------
フッター
-------------------------------------------------------*/
footer {
	background: #000;
	color: #FFF;
	font-size: 11px;
}
footer .foot {
	margin: auto;
	width: 1024px;
	padding-top: 10px;
}
/*フッター左側*/
footer .footer_l {
	float: left;
}
footer .footer_l ul {
	margin: 0px;
	padding: 0px;
}
footer .footer_l li {
	white-space: nowrap;
}
footer .footer_l li.top {
	padding: 2px 0px 7px 0px;
}
/*フッター右側*/
footer .footer_r {
	margin: 15px 0px 0px 0px;
	width: 480px;
	float: right;
}
footer .footer_r ul {
	margin: 0px;
	padding: 0px;
}
footer .footer_r li {
	float: left;
}
footer .footer_r li.ttl {
	width: 480px;
	margin-bottom: 5px;
}
footer .footer_r li.left {
	width: 300px;
	margin-left: 10px;
}
footer .footer_r a:link {
	color: #FFF;
	text-decoration: none;
}
footer .footer_r a:visited {
	color: #FFF;
	text-decoration: none;
}
footer .footer_r a:hover {
	color: #D89BB4;
	text-decoration: underline;
}
footer .footer_r a:active {
	color: #FFF;
	text-decoration: none;
}
footer .footer_btm {
	clear: both;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #BAB7B7;
}
/*問い合わせフォーム*/
.main_img h2 {
	margin-left: 20px;
	padding-top: 20px;
}
form {
	margin: 40px auto 0;
	width: 660px;
	padding: 20px;
	background-color: #EBEBEB;
	-webkit-box-shadow: 3px 3px 3px #999;
	box-shadow: 3px 3px 3px #999;
}
form .formTable {
	width:100%;
	margin:0 auto;

}
.formTable tr th ,
.formTable tr td {
	text-align: left;
	font-weight: normal;
	padding: 10px;
	border-bottom: 1px dotted #333;
	white-space: nowrap;
}
.formTable tr th {
	vertical-align: text-top;
	font-size:0.9em;
}
.formTable span {
	font-size:small;
	padding-left:10px;
}
.formTable span.must {
	color:#cc0000;
}
tr td input ,
tr td select {
	height: 1.6em;
}
.submitBtn {
	display:block;
	width:200px;
	height:50px;
	margin:0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	cursor:pointer;
}
.submitBtn:hover {
	color:#5A693B;
}
.flArea .submitBtn {
	float:left;
}
#formWrap .ml_100 {
	margin-left:100px;
}
#formWrap .mr_50 {
	margin-right:50px;
}
.main_img #pankuzu li {
	font-size: small;
	float: left;
	width: 85px;
}
.main_img #pankuzu li.flw {
	width: 140px;
}
.main_img #pankuzu li a {
	color: #323B21;
	text-decoration: none;
}
.main_img #pankuzu li a:hover {
	text-decoration:underline;
}
