﻿@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : module.css
 Style Info : 共通要素の基本設定

11px = 85%		12px = 93%		13px = 100%		14px = 108%
15px = 116%		16px = 123.1%	17px = 131%		18px = 138.5%
19px = 146.5%	20px = 153.9%	21px = 161.6%	22px = 167%
23px = 174%		24px = 182%		25px = 189%		26px = 197%
=================================================================== */

/*----------------------------------------------------------------
	共通
----------------------------------------------------------------*/

.fls{ float:left}
.frs{ float:right}
.frs img{ padding-top:8px;}
.topa{width:100%;
	height: 25px; line-height:25px;
	background: #FCFCFC;
	position:absolute;
	left:0;
	top:0px;
	z-index:100;}



html {
	overflow-y: scroll;
}
body {
	color: #4c382e;
	background: #FCFCFC;
	font-family: "Microsoft YaHei";
	word-break:normal;
	word-wrap:break-word;
	min-width:1040px;
}
/* for IE6, 7 */
input, textarea {
 /font-family:"Microsoft YaHei";
}
h1, h2, h3, h4, h5, h6, dt {
	font-weight: normal;
}
em {
	color: #80AFCA;
	font-weight: normal;
	font-style: normal;
}
textarea {
	resize: vertical;
}
address {
	font-style: normal;
}
a, a:link {
	text-decoration: none;
	color: #4f7890;
}
a:visited {
	text-decoration: none;
	color: #4f7890;
}
a:hover {
	text-decoration: underline;
	color: #4f7890;
}
img {
	line-height:1;
	font-size:0;
	vertical-align:top;
	height:auto;
}
/* form要素
----------------------------------------------------------- */
input, textarea {
	padding:5px 7px;
	border-radius:2px;
	margin:0;
	border:none;
	background-color:#fff;
	border: 1px solid #A7A6AA;
}
input[type="radio"], input[type="checkbox"] {
	margin-right:5px;
	vertical-align:baseline;
	border-style:none;
}
label {
	margin-right:15px;
}
.jInput {
	border: 1px solid #ddd;
}
.jFocus {
	outline: medium none !important;
	background-color: #fff !important;
	border-color: #202, 128, 128 !important;
}
.jFocus {
	box-shadow: 0 0 3px rgba(202, 128, 128, 0.5);
	-webkit-box-shadow: 0 0 3px rgba(202, 128, 128, 0.5);
	-moz-box-shadow: 0 0 3px rgba(202, 128, 128, 0.5);
	-ms-box-shadow: 0 0 3px rgba(202, 128, 128, 0.5);
	-o-box-shadow: 0 0 3px rgba(202, 128, 128, 0.5);
	border-color: rgba(202, 128, 128, 0.75) !important;
}
/* page要素
----------------------------------------------------------- */
#page {
	font-size: 100%;
	text-align: left;
	width:100%;
	overflow:hidden;
	position:relative;
	padding: 70px 0 0; /* ヘッダー分 */
}
.home #page {
	padding:0;
}
.inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
/* header要素
----------------------------------------------------------- */
#header {
	width:100%;
	height: 70px;
	background: #F4EFE9;
	position:absolute;
	left:0;
	top:25px;
	z-index:100;
	background: url(../bg/bg_gnav.png) repeat-x left bottom;
}
.home #header  {
	top:-70px;
}
#header.fixed {
	position:fixed;
	background: url(../bg/bg_gnav.png) repeat-x left top;
}
#logo {
	width:230px;
	height:70px;
	float:left;
	margin:0 20px 0 0;
}
#logo a {
	display:block;
	padding: 70px 0 0;
	width:230px;
	height: 0;
	overflow:hidden;
 
}
.fixed #logo a {
		background: url(../logo.gif) no-repeat  ;
}
#header .tel {
	position: absolute;
	top: 0;
	right:0;
	display:block;
	width: 175px;
	height:0;
	padding:70px 0 0;
	overflow:hidden;
	background: url(../bg/gnav.png) no-repeat right -140px;
}
#header.fixed  .tel {
	background: url(../bg/gnav.png) right top;
}
/* gNavi Style要素
----------------------------------------------------------- */
#gNavi {
	width:645px; margin:0 auto
 
}
#gNavi > ul {
 
}
  
#gNavi .home a {
	background-position: -210px -140px;
}
#gNavi .home a:hover {
	background-position: -210px -210px;
}
#gNavi .myepu > a {
	background-position: -312px -140px;
}
#gNavi .myepu > a:hover {
	background-position: -312px -210px;
}
#gNavi .order a {
	background-position: -418px -140px;
}
#gNavi .order a:hover {
	background-position: -418px -210px;
}
#gNavi .business a {
	background-position: -523px -140px;
}
#gNavi .business a:hover {
	background-position: -523px -210px;
}
#gNavi .help a {
	background-position: -630px -140px;
}
#gNavi .help a:hover {
	background-position: -630px -210px;
}
#gNavi .company span {
	background-position: -735px -140px;
}
#gNavi .company span:hover {
	background-position: -735px -210px;
}
.fixed #gNavi .home a {
	background-position: -210px 0;
}
.fixed #gNavi .home a:hover {
	background-position: -210px -70px;
}
.fixed #gNavi .myepu > a {
	background-position: -312px 0;
}
.fixed #gNavi .myepu > a:hover {
	background-position: -312px -70px;
}
.fixed #gNavi .order a {
	background-position: -418px 0;
}
.fixed #gNavi .order a:hover {
	background-position: -418px -70px;
}
.fixed #gNavi .business a {
	background-position: -523px 0;
}
.fixed #gNavi .business a:hover {
	background-position: -523px -70px;
}
.fixed #gNavi .help a {
	background-position: -630px 0;
}
.fixed #gNavi .help a:hover {
	background-position: -630px -70px;
}
.fixed #gNavi .company span {
	background-position: -735px 0;
}
.fixed #gNavi .company span:hover {
	background-position: -735px -70px;
}
#gNavi .order .children{
	position: absolute;
	left: 410px;
}
#gNavi .business .children {
	position: absolute;
	left: 510px;
}
#gNavi .help .children {
	position: absolute;
	left: 610px;
}
#gNavi .company .children {
	position: absolute;
	left: 710px;
}

/*
#gNavi .children li {
	float: left;
}*/
#gNavi .order .children li a{
	width: 100px;
	padding: 41px 0 0;
}
#gNavi .children li.online-order a {
	width: 100px;
	background-position: 0 -280px;
}
#gNavi .children li.online-order a:hover{
	width: 100px;
	background-position: 0 -280px;
}
#gNavi .children li.order-inquiry a {
	width: 100px;
	background-position: -0 -321px;
}
#gNavi .children li.order-inquiry a:hover {
	width: 100px;
	background-position: -0 -321px;
}
#gNavi .business .children li a {
	width: 100px;
	padding: 41px 0 0;
}
#gNavi .business li.service-mode a {
	width: 100px;
	background-position: -100px -280px;
}
#gNavi .business li.service-mode a:hover {
	width: 100px;
	background-position: -100px -280px;
}
#gNavi .business li.add-services a {
	width: 100px;
	background-position: -100px -321px;
}
#gNavi .business li.add-services a:hover {
	width: 100px;
	background-position: -100px -321px;
}
#gNavi .business li.business-process a {
	width: 100px;
	background-position: -100px -362px;
}
#gNavi .business li.business-process a:hover {
	width: 100px;
	background-position: -100px -362px;
}
#gNavi .business li.embargo-list a {
	width: 100px;
	background-position: -100px -403px;
}
#gNavi .business li.embargo-list a:hover {
	width: 100px;
	background-position: -100px -403px;
}
#gNavi .help .children li a {
	width: 100px;
	padding: 41px 0 0;
}
#gNavi .help li.direction a {
	width: 100px;
	background-position: -200px -280px;
}
#gNavi .help li.direction a:hover {
	width: 100px;
	background-position: -200px -280px;
}
#gNavi .help li.download-center a {
	width: 100px;
	background-position: -200px -321px;
}
#gNavi .help li.download-center a:hover {
	width: 100px;
	background-position: -200px -321px;
}
#gNavi .help li.insulation a {
	width: 100px;
	background-position: -200px -362px;
}
#gNavi .help li.insulation a:hover {
	width: 100px;
	background-position: -200px -362px;
}
#gNavi .help li.question a {
	width: 100px;
	background-position: -200px -403px;
}
#gNavi .help li.question a:hover {
	width: 100px;
	background-position: -200px -403px;
}
#gNavi .help li.net-map a {
	width: 100px;
	background-position: -200px -444px;
}
#gNavi .help li.net-map a:hover {
	width: 100px;
	background-position: -200px -444px;
}
#gNavi .company .children li a {
	width: 100px;
	padding: 41px 0 0;
}
#gNavi .company li.aboutepu a {
	width: 100px;
	background-position: -300px -280px;
}
#gNavi .company li.aboutepu a:hover {
	width: 100px;
	background-position: -300px -280px;
}
#gNavi .company li.epudynamic a {
	width: 100px;
	background-position: -300px -321px;
}
#gNavi .company li.epudynamic a:hover {
	width: 100px;
	background-position: -300px -321px;
}
#gNavi .company li.system-notice a {
	width: 100px;
	background-position: -300px -362px;
}
#gNavi .company li.system-notice a:hover {
	width: 100px;
	background-position: -300px -362px;
}
#gNavi .company li.recruitment a {
	width: 100px;
	background-position: -300px -403px;
}
#gNavi .company li.recruitment a:hover {
	width: 100px;
	background-position: -300px -403px;
}
#gNavi .company li.contact-epu a {
	width: 100px;
	background-position: -300px -444px;
}
#gNavi .company li.contact-epu a:hover {
	width: 100px;
	background-position: -300px -444px;
}

/* mainVisual要素
----------------------------------------------------------- */
#mainVisual {
	width:100%;
	min-height:270px;
	margin: 0;
	background: url(../bg/line01.gif) repeat-x center 199px;
	position: relative;
	z-index: 3;
}
.page-concept #mainVisual,
.page-cafe #mainVisual,
.page-service-child #mainVisual {
}
#mainVisual h2 {
	width: 1000px;
	margin:0 auto;
}
.home #mainVisual {
	height:600px;
	background-image:none;
	margin:0;
}
.home #mainVisual .logo {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -500px;
	z-index: 2000;
}
/* contents要素
----------------------------------------------------------- */
#contents {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	word-break: normal;
	word-wrap: break-word;
	position: relative;
	z-index: 2;
}
.home #contents {
}
.category #contents,
.author #contents,
.post-type-archive #contents,
.single #contents {
	width: 1000px;
}
/* main要素
----------------------------------------------------------- */
#main {
	width: 100%;
	font-size: 108%;
	line-height: 200%;
	margin: 0 auto;
	padding: 0;
}
.category #main,
.author #main,
.post-type-archive #main,
.single #main {
	width: 750px;
	margin: 0;
	float:left;
}
.post-type-archive-works #main,
.post-type-archive-event #main,
.post-type-archive-voice #main,
.single-works #main,
.single-voice #main {
	width: 1000px;
	float: none;
}
/* 共通要素
----------------------------------------------- */
article,
article section{
	clear:both;
}
article + article,
article section + section{
	margin-top:50px;
}
article p,
article dl,
article ul,
article ol {
	margin-bottom: 1.2em;
}
ul.nl li {
	list-style-type: disc;
	margin-left: 2em;
}
ol.nl li {
	list-style-type: decimal;
	margin-left: 2em;
}
.txtL {
	text-align: left;
}
.txtR {
	text-align: right;
}
.txtC, .imgC {
	text-align: center;
}
.bg01 {
	background: #F3F0E9;
	padding: 50px 0;
}
.contentBox {
	overflow: hidden;
}
.contentBox +.contentBox {
	margin-top: 40px;
}
.contentBox *:last-child {
	margin-bottom: 0;
}
.featureBox ul {
	overflow: hidden;
	margin-right: -30px;
	margin-bottom: -30px;
	*margin-bottom: 0;
	*width: 1030px;
}
.featureBox li {
	float: left;
	margin: 0 30px 30px 0;
}
.featureBox li strong {
	display:block;
	margin-bottom: 15px;
}
.featureBox.col02 li {
	width: 425px;
	padding: 30px;
}
.featureBox.col03 li {
	width: 273px;
	padding: 20px;
}
.bgGraph01 {
	background: url(../bg/pattern01.gif);
	overflow: hidden;
}
.bgGraph02 {
	background: url(../bg/pattern02.gif);
	overflow: hidden;
}

/* 共通タイトル
----------------------------------------------- */
.ttlL {
	line-height: 1;
	text-align: left;
	margin: 0 auto 20px;
}
.ttlC {
	line-height: 1;
	text-align: center;
	margin: 0 auto 40px;
}
.subTtl01 {
	text-align: center;
	color: #250D00;
	font-family: "Microsoft YaHei";
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 40px;
}
.subTtl02 {
	color: #250D00;
	font-family: "Microsoft YaHei";
	font-size: 22px;
	font-weight: normal;
	background: url(../bg/bg_subttl01.gif) no-repeat left bottom;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
/* Image Style
----------------------------------------------- */
.imgArea {
	overflow:hidden;
	margin-bottom:30px;
}
.imgR {
	float: right;
	margin: 0 0 0 40px;
}
.imgL {
	float: left;
	margin: 0 40px 0 0;
}
.textArea {
	overflow: hidden;
}
.img img, .map {
	border: 1px solid #CCC;
	padding:1px;
}
.map {
	margin-bottom: 5px;
}
.alignleft {
	clear:left;
	float: left;
	margin:0 20px 0 0;
}
.alignright {
	clear:right;
	float: right;
	margin:0 0 0 20px;
}
.aligncenter {
	clear:both;
	display:block;
	margin:0 auto 20px;
}
/* テーブル共通指定
----------------------------------------------- */
table {
	width: 100%;
	margin: 0 auto 20px;
	border-collapse: collapse;
}
th, td {
	padding: 10px;
	border-style: none;
	vertical-align: top;
	text-align:left;
	font-weight: normal;
}
table em {
	font-weight: bold;
	color: #CA8080;
}
table small {
	font-size:85%;
}
.tableBox {
	background: #FFF;
	padding: 12px;
	border: 1px solid #DDD;
}
.tableBox table {
	margin: 0;
}
.tableBox th,
.tableBox td {
	padding: 5px 20px;
}
.tableBox th {
	font-weight: bold;
}
.tableBox th + th,
.tableBox th + td,
.tableBox td + th,
.tableBox td + td {
	border-left: 1px solid #DDD;
}
.tableBox tr:nth-child(even) th,
.tableBox tr:nth-child(even) td,
.tableBox tr.even th,
.tableBox tr.even td {
	background: #F5F2EC;
}
/* ページ分割ナビ
------------------------------------------------------------ */
#main .wp-pagenavi {
	padding: 20px 0 40px;
	text-align: center;
	overflow: hidden;
	line-height:40px;
}
#main .wp-pagenavi a, #main .wp-pagenavi span {
	width: 40px;
	background:#250D00;
	color:#FFF;
	margin-right: 5px;
	text-decoration: none;
	border-radius:20px;
	border: 1px solid #250D00;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
#main .wp-pagenavi a:hover,
#main .wp-pagenavi span {
	background:#FFF;
	color:#250D00;
}
#main .wp-pagenavi .pages {
	margin-right: 20px;
	width: auto;
	padding: 0 15px;
}
#main .wp-pagenavi .alignleft,
#main .wp-pagenavi .center,
#main .wp-pagenavi .alignright  {
	margin-top:0;
	margin-bottom:0;
	float:none;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
#main .wp-pagenavi .alignleft a,
#main .wp-pagenavi .center a,
#main .wp-pagenavi .alignright a {
	width: auto;
	padding: 0 15px;
}
#main .wp-pagenavi .alignleft a,
#main .wp-pagenavi .alignright a {
	color: #4F7890;
	text-decoration: none;
	background: transparent;
	border-style: none;
	border-radius: none;
}
#main .wp-pagenavi .alignleft a:hover,
#main .wp-pagenavi .alignright a:hover {
	text-decoration:underline;
}
/* side要素
----------------------------------------------------------- */
#side {
	padding: 40px 0;
	width: 200px;
	float: right;
}
#side li {
	list-style-type: none;
}
#side a {
	color: #4E372F;
	text-decoration: none;
}
#side a:hover {
	text-decoration: underline;
}
#side .sideCatList {
	background: url(../bg/line02.gif) repeat-y left;
	margin: 0px 0px 30px 20px;
	padding: 0px 0px 15px 15px;
}
.sideCatList .catTtl {
	margin: 0 auto 20px 0;
	overflow:hidden;
}
.sideCatList.category .catTtl {
	background: url(../bg/side_category.jpg) no-repeat;
	padding: 90px 0px 0px;
	height: 0px;
	width: 25px;
}
.sideCatList.works-type .catTtl,
.sideCatList.event-type .catTtl  {
	background: url(../bg/side_type.jpg) no-repeat;
	padding: 40px 0px 0px;
	height: 0px;
	width: 23px;
}
.sideCatList.works-theme .catTtl {
	background: url(../bg/side_theme.jpg) no-repeat;
	padding: 55px 0px 0px;
	height: 0px;
	width: 23px;
}
.sideCatList.works-scene .catTtl {
	background: url(../bg/side_scene.jpg) no-repeat;
	padding: 40px 0px 0px;
	height: 0px;
	width: 23px;
}
.sideCatList.author .catTtl {
	background: url(../bg/side_staff.jpg) no-repeat;
	padding: 87px 0px 0px;
	height: 0px;
	width: 23px;
}
.sideCatList li {
	background: url(../bg/circle01.gif) no-repeat 5px 10px;
	padding-left: 20px;
	line-height:2;
}
.sideCatList.author li {
	line-height: 30px;
	background-image: none;
	padding-left: 0;
	margin: 0 0 10px;
}
.sideCatList.author li img {
	margin: 0 5px 0 0 ;
}

/* crumbs要素
----------------------------------------------------------- */
#crumbs {
	clear:both;
	text-align: left;
	margin: 60px 0 40px;
	padding: 10px 0;
	background: #F4F1EA;
}
#crumbs ul {
	width: 1000px;
	margin:0 auto;
}
#crumbs li {
	display: inline;
}
#crumbs img {
	vertical-align:middle;
	margin-right:5px;
}
/* コンタクトバナー
----------------------------------------------------------- */
#fContact {
	width: 1000px;
	margin:0 auto;
	padding: 0 0 40px;
	position: relative;
}
#fContact h3 {
	padding: 0 0 0 20px;
}
#fContact .tel {
	position:absolute;
	left: 333px;
	top: 20px;
}
#fContact .mail {
	position: absolute;
	right:0;
	top:10px;
}

/* footer要素
----------------------------------------------------------- */
#footer {
	clear:both;
	width:100%;
	min-height:370px;
	overflow:hidden;
	background: url(../bg/bg_footer01.jpg) repeat-x center top;
	background-size: cover;
}
#footer .inner {
	padding: 30px 0 0;
	position: relative;
	overflow: hidden;
}
#footer a {
	color:#4C382E;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#fInfo {
	float:left;
	line-height:1.5;
	margin:0 0 30px;
	*margin-bottom: 0;
}
#fInfo .logo {
	margin:0 0 20px;
}
#fInfo .name {
	margin:0 0 10px;
}
#fInfo ul li {
	display:inline;
}
#fInfo ul li + li {
	margin-left:1em;
}

#fLink {
	width:350px;
	float:right;
}
#fLink .btn ul {
	*width:360px;
	overflow:hidden;
	margin-right:-10px;
}
#fLink .btn ul li {
	float:left;
	margin:0 10px 0 0;
}
#fLink .btn li a {
	display:block;
	width:110px;
	height: 0;
	padding: 110px 0 0;
	overflow:hidden;
	background: url(../bg/f_btns.png) no-repeat;
}
#fLink .btn li.cafe a {
	background-position: 0 0;
}
#fLink .btn li.cafe a:hover {
	background-position: 0 -110px;
}
#fLink .btn li.request a {
	background-position: -110px 0;
}
#fLink .btn li.request a:hover {
	background-position: -110px -110px;
}
#fLink .btn li.contact a {
	background-position: -220px 0;
}
#fLink .btn li.contact a:hover {
	background-position: -220px -110px;
}
#fLink .bnr {
	margin-top: 30px;
}
#fLink .bnr .goodgoodticket {
	display: block;
	text-align: center;
	margin-bottom:10px;
}
#fLink .bnr  ul {
	overflow: hidden;
	*width: 345px;
}
#fLink .bnr  li {
	float: left;
	width: 110px;
	margin-left: 5px;
}
#fNav {
	clear:left;
	font-size:12px;
}
#fNav section {
	margin:0 0 1em;
}
#fNav .title {
	float:left;
	margin-right:30px;
}
#fNav ul {
	overflow:hidden;
	line-height: 14px;
}
#fNav ul li {
	margin: 4px 0;
	padding: 0 5px;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
#fNav ul li + li {
	border-left: 1px solid #4C382E;
}
#footer .copyright {
	padding-top: 15px;
	clear: both;
	text-align: left;
}
/* #pagetop
----------------------------------------------------------- */
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9998;
}
#pagetop a {
	display: block;
	background: url(../bg/pagetop01.png) no-repeat;
	padding: 117px 0px 0px;
	height: 0px;
	width: 43px;
	overflow: hidden;
}
/* #fixedBtn
----------------------------------------------------------- */
#fixedBtn {
	position: fixed;
	right: -241px;
	top:140px;
	width: 300px;
	z-index: 9999;
}
#fixedBtn div {
	position: relative;
	right: -9px;
}
#fixedBtn div + div {
	margin-top: 10px;
}
#fixedBtn div span {
	display: block;
	width: 53px;
	height: 0;
	overflow: hidden;
	background:url(../bg/btn_fixed01.png) no-repeat;
}
#fixedBtn .request span {
	background-position: 0 -176px;
	padding-top: 161px;
}
#fixedBtn .cafe span {
	background-position: 0 0;
	padding-top: 176px;
}
/* 基本クラス
----------------------------------------------------------- */
/* clearfix */
.clearfix {
	width: 100%;
}
#main .imgArea:after, .clearfix:after {
	height:0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.ovfl {
	overflow:hidden;
}
.clear {
	clear:both;
}
.clear hr {
	display:none;
}
.mc {
	font-family: "Microsoft YaHei";
 /font-family:"Microsoft YaHei";
}
.pc_none { /*スマホサイト表示調整　PCサイト側では表示しない*/
	display:none !important;
}
