@charset "utf-8";

/*
Theme Name:		Hatarakuweb Original
Theme URI:		http://www.hatarakuweb.biz/
Description:		はたらくウェブオリジナルテーマ
Author:			Karahai Inc.
Author URI:		http://www.karahai.jp/
Version:		
License:		
License URI:	
Tags: 
*/

@import url("./css/reset.css");
/*
@import url("./css/common.css");
@import url("./css/contents.css");
@import url("./css/widget.css");
*/


/* 共通設定
-------------------------------------------------------------- */
body {
	font-family:"Arial","DIN-Regular","ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	/* background: url("./images/common/bg.gif") repeat-x left top; */
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 0.1em;
}

h1,h2,h3,h4,h5 {
	letter-spacing: 0;
}

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 8px;
}

p {
	margin-bottom: 8px;
}
ul {
	/* list-style: square; */
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
ul li {
	margin: 3px 0px 2px 8px;
}
ol li {
	margin: 3px 0px 2px 8px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* リンク指定
-------------------------------------------------------------- */
a:link ,
a:visited {
	color: #666;
	text-decoration: none;
}
a:active,
a:hover {
	color: #fd8602;
	text-decoration: underline;
}

a:hover img.over{
	-moz-opacity:0.58;
	opacity:0.58;
	filter: alpha(opacity=58);
}


/* フォーム
----------------------------------------------- */
input[type='text'],
input[type='email'] ,
input[type='password'] ,
textarea {
	background: #fff;
	border: 1px solid #d1d1d1;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 4px;
}

select {
	border: solid 1px #ccc;
}


/* フレーム
-------------------------------------------------------------- */
#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#container {
	width: 950px;
	margin: 20px auto 20px auto;
	padding: 0;
	min-height: 400px;
}


/* ヘッダー
-------------------------------------------------------------- */
#header_wrap {
	width:100%;
	min-height: 127px;
	background: #fafafa url("./images/common/bg.gif") repeat-x left top;
}

#header {
	width: 950px;
	height: 80px;
	margin: 0 auto;
	background: url("./images/common/bg_header.gif") no-repeat left top;
	position: relative;
}

#header #site_description {
	position: absolute;
	top: 3px;
	left: 0px;
	font-size: 95%;
	letter-spacing: 0em;
}

#header h1 {
    width: 380px;
    height: 55px;
	position: absolute;
	top: 21px;
	left: 0px;
}
#header h1 span {
	display: none;
}

ul#header_gnavi {
	clear: both;
	width: 100%;
	margin: 0;
	text-align:center;
	margin: 0px auto;
	display: block;
	overflow:hidden;
	background: url("./images/common/bg_gnavi.gif") no-repeat left top;
	list-style:none;
	position: absolute;
	top: 80px;
	left: 0px;
}
ul#header_gnavi li{
	float: left; 
	/* width : 100px; */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul#header_gnavi li a{
	display : block;
	height : 47px;
	text-align : center ;
	background-repeat : no-repeat ;
	background-position : top center ;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
ul#header_gnavi li#gnavi01 a{
	width : 80px;
    background: url("./images/common/gnavi01.gif") no-repeat left top;
}
ul#header_gnavi li#gnavi01 a:hover{
    background: url("./images/common/gnavi01_on.gif") no-repeat left top;
}
ul#header_gnavi li#gnavi02 a{
	width : 174px;
    background: url("./images/common/gnavi02.gif") no-repeat left top;
}
ul#header_gnavi li#gnavi02 a:hover{
    background: url("./images/common/gnavi02_on.gif") no-repeat left top;
}
ul#header_gnavi li#gnavi03 a{
	width : 174px;
    background: url("./images/common/gnavi03.gif") no-repeat left top;
}
ul#header_gnavi li#gnavi03 a:hover{
    background: url("./images/common/gnavi03_on.gif") no-repeat left top;
}
ul#header_gnavi li#gnavi04 a{
	width : 174px;
    background: url("./images/common/gnavi04.gif") no-repeat left top;
}
ul#header_gnavi li#gnavi04 a:hover{
    background: url("./images/common/gnavi04_on.gif") no-repeat left top;
}
ul#header_gnavi li#gnavi05 a{
	width : 174px;
    background: url("./images/common/gnavi05.gif") no-repeat left top;
}
ul#header_gnavi li#gnavi05 a:hover{
    background: url("./images/common/gnavi05_on.gif") no-repeat left top;
}
ul#header_gnavi li#gnavi06 a{
	width : 174px;
    background: url("./images/common/gnavi06.gif") no-repeat left top;
}
ul#header_gnavi li#gnavi06 a:hover{
    background: url("./images/common/gnavi06_on.gif") no-repeat left top;
}

div#header_tnavi {
    font-size: 88%;
    font-weight: bold;
	line-height: 108%;
    letter-spacing: 0em;
	position: absolute;
	top: 6px;
	right: 3px;
}
div#header_tnavi ul {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
div#header_tnavi li {
    float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px;
	border-left: 1px solid #ffffff;
    display: block;
}
div#header_tnavi li:first-child {
	padding: 0px 7px 0px 7px;
	border-left: 0px solid #ffffff;
}
div#header_tnavi ul li a {
    color: #ffffff;
    text-decoration: none;
}
div#header_tnavi ul li a:hover {
    color: #ffefb9;
}

div#header_snavi {
	font-size: 88%;
	line-height: 125%;
	letter-spacing: 0em;
	position: absolute;
	top: 47px;
	left: 370px;
}
div#header_snavi ul {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
div#header_snavi li {
    float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px;
	border-right: 1px solid #aaaaaa;
    display: block;
}
div#header_snavi li:first-child {
	border-left: 1px solid #aaaaaa;
}
div#header_snavi ul li a {
    color: #666666;
    text-decoration: none;
}
div#header_snavi ul li a:hover {
    color: #a9a9a9;
}

div#header_search  {
	float: right;
	list-style:none;
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: 42px;
	left: 758px;
}
div#header_search input[type=text] {
	float: left;
	width: 160px;
	padding: 3px 25px 3px 3px;
	/* height: 26px; */
	/* padding: 0px 36px 3px 9px; */
	/* background: url("../img/common/bg_header_search.png") no-repeat left top; */
	/* border: 0px solid #ffffff; */
}
div#header_search input[type=image] {
	/* float: right; */
	margin: 2px 0px 0px -20px;
}


/* パンくず
-------------------------------------------------------------- */
#breadcrumb ul {
	margin: 0;
	list-style:none;
	position: absolute;
	top: 145px;
	left: 0px;
	letter-spacing: 0;
	/* font-size: 14px; */
	/* font-weight: bold; */
	/* color: #969696; */
}
#breadcrumb li {
	float: left; 
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#breadcrumb li.sub {
	margin: 0px 0px 0px 6px;
	padding:0px 0px 0px 14px;
	background: url("./images/common/ico_arrow02.png") no-repeat 2px;
}
/*
#breadcrumb li a {
	color: #969696;
	text-decoration:none;
}
#breadcrumb li a:hover {
	color: #555;
}
*/


/* メイン
-------------------------------------------------------------- */
#one_maincolumn {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
/* background-color: #f1f1f1; */
}
#two_maincolumn {
	float: right; 
	width: 730px;
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
/* background-color: #f1f1f1; */
}


/* サイド
-------------------------------------------------------------- */
#sidecolumn {
	float: left; 
	width: 200px;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}

body.home #sidecolumn {
	margin: 0;
	padding: 0;
	background: none;
}


/* フッター
-------------------------------------------------------------- */
footer {
	width: 100%;
	height: 509px;
	margin: 50px 0 0 0;
	padding: 0;
	background: url("./images/common/bg_footer.gif") repeat-x center 36px;
	overflow: hidden;
}

#footer {
    width: 950px;
    margin: 0px auto 20px auto;
    padding: 0px;
    /* color: #aaaaaa; */
	position: relative;
}
#pagetop {
	float: right;
    margin: 0px;
    padding: 0px;
    width: 25px;
    height: 25px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
}

#footer .footer_gnavi {
	float: left;
    width: 25%;
    margin: 60px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
	overflow:hidden;
/*
    line-height: 100%;
    text-align: center;
    letter-spacing: 0em;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	position: absolute;
	top: 50px;
	left: 0px;
*/
}
#footer .footer_gnavi ul {
	list-style:none;
	margin: 0px;
	padding:0px 0px 0px 0px;
}
#footer .footer_gnavi li {
	margin: 0px;
	padding: 0px 0px;
	display: block;
/*
    letter-spacing: 0.1em;
*/
	padding:0px 0px 0px 16px;
	background: url("./images/common/ico_arrow01.gif") no-repeat 2px 5px;
}
#footer ul.fnavi_submenu {
	list-style:none;
	margin: 3px 0px 0px -14px;
	padding:0px 0px 0px 0px;
}
#footer ul.fnavi_submenu li {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 14px;
	background: url("./images/common/ico_arrow02.gif") no-repeat 2px 6px;
}
/*
#footer .footer_gnavi a {
	padding: 0px 8px;
	color: #666666;
	text-decoration: none;
}
#footer .footer_gnavi a:hover {
	color: #a9a9a9;
}
*/

#footer_info {
	clear: both;
	float: left;
	margin: 0px 10px 0px 0px;
    padding:5px 0px 0px 0px;
    font-size: 90%;
    text-align: left;
    /* letter-spacing: 0.05em; */
    line-height: 145%;
}
#footer_info .flogo{
	position: absolute;
	top: 384px;
	left: 0px;
}
#footer_info .finfo{
	position: absolute;
	top: 419px;
	left: 83px;
}

#footer_snavi {
	position: absolute;
	top: 432px;
	right: 0px;
}
#footer_snavi ul {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#footer_snavi li{
	float: left;
	margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 15px;
}

#copyright {
    width: 100%;
    margin: 0px auto;
    padding:0px 0px 0px 0px;
    color: #FEFCFF;
    text-align: left;
    font-size: 90%;
    letter-spacing: 0.05em;
	position: absolute;
	top: 484px;
	left: 0px;
}


/* コンテンツ設定
-------------------------------------------------------------- */
.contents_header {
	clear: both;
	width: 992px;
	height: 52px;
	padding: 4px;
	margin: 0;
	background: url("./images/common/bg_contents_h2.gif") repeat left top;
}
.contents_header section {
	height: 52px;
	background: url("./images/common/bg.gif") repeat left top;
}
.contents_header h2 {
	float: left;
	margin: 17px 0 0 10px;
	font-size: 20px;
}

.entry_header {
	clear: both;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	/* background: url("./images/common/bg_contents_h2.gif") repeat left top; */
}
.entry_header h2 {
	height: 40px;
	padding: 12px 0px 0px 25px;
	background: url("./images/common/bg_contents_h2.gif") no-repeat left top;
	color: #6a6a6a;
	font-size: 15px;
}

.entry_content {
	clear: both;
	margin: 0 0 50px 0;
	line-height: 175%;
}

.entry_content .published {
	width: 100%;
	margin: -5px 0 20px 0;
	text-align: right;
}
.entry_content .published span {
	float: right;
	/* width: 150px; */
	margin-left: 12px;
	padding: 0px 8px;
	color: #ffffff;
	background-color: #FEA100;
	font-size: 90%;
	text-align: center;
	display: block;
}

.entry_content h3 {
	height: 25px;
	margin: 25px 0px 15px 0px;
	padding: 5px 0px 0px 2px;
	font-size: 14px;
	/* background: url("./images/common/bg_contents_h3.gif") no-repeat left bottom; */
	border-bottom: solid 1px #d1d1d1;
}
.entry_content h4 {
	height: 20px;
	margin: 15px 0px 6px 0px;
	padding: 1px 0px 2px 14px;
	font-size: 14px;
	color: #fea100;
	background: url("./images/common/bg_contents_h4.gif") no-repeat left;
}
.entry_content p {
	text-indent: 0px;
}

/*
.entry_content a[href^="http"]{
	padding: 2px 0px 2px 18px;
	background:url("./images/common/ico_file_external.gif") no-repeat 1px 50%;
}
.entry_content * html a.external{
	padding: 2px 0px 2px 18px;
	background:url("./images/common/ico_file_external.gif") no-repeat 1px 50%;
}
.entry_content a[href^="http://www.washita.co.jp"]{
	padding:inherit;
	padding: 0px 0px 0px 0px;
	background:transparent;
}
*/
.entry_content a[href$=".pdf"] {
	padding: 2px 0px 2px 22px;
	background: url("./images/common/ico_file_pdf.gif") no-repeat 1px 50%;
}
.entry_content * html a.pdf{
	padding: 2px 0px 2px 22px;
	background: url("./images/common/ico_file_pdf.gif") no-repeat 1px 50%;
}
.entry_content a[href$=".doc"] {
	padding: 2px 0px 2px 22px;
	background: url("./images/common/ico_file_doc.gif") no-repeat 1px 50%;
}
.entry_content * html a.doc{
	padding: 2px 0px 2px 22px;
	background: url("./images/common/ico_file_doc.gif") no-repeat 1px 50%;
}
.entry_content a[href$=".docx"] {
	padding: 2px 0px 2px 22px;
	background: url("./images/common/ico_file_doc.gif") no-repeat 1px 50%;
}
.entry_content * html a.docx{
	padding: 2px 0px 2px 22px;
	background: url("./images/common/ico_file_doc.gif") no-repeat 1px 50%;
}
.entry_content a[href$=".xls"] {
	padding: 2px 0px 2px 22px;
	background: url("./images/common/ico_file_xls.gif") no-repeat 1px 50%;
}
.entry_content * html a.xls{
	padding: 2px 0px 2px 22px;
	background: url("./images/common/ico_file_xls.gif") no-repeat 1px 50%;
}
.entry_content a[href$=".xlsx"] {
	padding: 2px 0px 2px 22px;
	background: url("./images/common/ico_file_xls.gif") no-repeat 1px 50%;
}
.entry_content * html a.xlsx{
	padding: 2px 0px 2px 22px;
	background: url("./images/common/ico_file_xls.gif") no-repeat 1px 50%;
}
.entry_content a[href$=".ppt"] {
	padding: 2px 0px 2px 22px;
	background: url("./images/common/ico_file_ppt.gif") no-repeat 1px 50%;
}
.entry_content * html a.ppt{
	padding: 2px 0px 2px 22px;
	background: url("./images/common/ico_file_ppt.gif") no-repeat 1px 50%;
}
.entry_content * html a{
	behavior: expression(
/* 
this.className += this.getAttribute("href").match(/^http.*//*) && (!this.getAttribute("href").match("magic-happens.net")) ? " external" : "",
*/
	this.className += this.getAttribute("href").match(/\.pdf$/) ? " pdf" : "",
	this.className += this.getAttribute("href").match(/\.doc$/) ? " doc" : "",
	this.className += this.getAttribute("href").match(/\.doc$/) ? " docx": "",
	this.className += this.getAttribute("href").match(/\.xls$/) ? " xls" : "",
	this.className += this.getAttribute("href").match(/\.xls$/) ? " xlsx": "",
	this.className += this.getAttribute("href").match(/\.ppt$/) ? " ppt" : "",
	this.style.behavior = "none"
	);
}

.entry_content .morelink {
	float:right;
	margin: 5px 0px 10px 0px;
	padding: 1px 0px 0px 7px;
	background: url("./images/common/ico_arrow03.png") no-repeat 2px;
}



/* お知らせ（トップページ）
-------------------------------------------------------------- */
#topnews_widget,
#topevent_widget,
#topmedia_widget,
#toprecruit_widget,
#topshopinfo_widget {
	width:100%;
	margin: 0px 0px 20px 0px;
}

#topnews_widget h2,
#topevent_widget h2,
#topmedia_widget h2,
#toprecruit_widget h2,
#topshopinfo_widget h2 {
	height: 40px;
	margin: 0px 0px 5px 0px;
	padding: 12px 0px 0px 25px;
	background: url("./images/common/bg_contents_h2.gif") no-repeat left top;
	color: #6a6a6a;
	font-size: 15px;
}

#topnews_widget .morelink,
#topevent_widget .morelink,
#topmedia_widget .morelink,
#toprecruit_widget .morelink,
#topshopinfo_widget .morelink {
	float:right;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 17px;
	background: url("./images/common/ico_arrow03.png") no-repeat 2px;
}
#topnews_widget .morelink {
	margin-left: 10px;
}


/* お知らせ（一覧）
-------------------------------------------------------------- */
dl.news_list {
	clear: both;
	overflow:hidden;
}
dl.news_list dt {
	clear: both;
	float: left;
	width: 104px;
	padding: 6px 0px;
	text-indent: 15px;
	background: url("./images/common/ico_arrow02.gif") no-repeat 2px 12px;
}
dl.news_list dd {
	padding: 6px 0px 6px 104px;
	border-bottom: dotted 1px #ccc;
}
dl.news_list dd span {
	float: left;
	width: 110px;
	margin-right: 12px;
	color: #ffffff;
	background-color: #FEA100;
	font-size: 90%;
	text-align: center;
	display: block;
}
dl.news_list dd.sapporo span {
	background-color: #328FF7;
}
dl.news_list dd.ginza span {
	background-color: #CC0001;
}
dl.news_list dd.aeon-laketown span {
	background-color: #328FF7;
}
dl.news_list dd.aeonmall-makuhari span {
	background-color: #328FF7;
}
dl.news_list dd.nagoya span {
	background-color: #328FF7;
}
dl.news_list dd.umeda span {
	background-color: #328FF7;
}
dl.news_list dd.fukuoka span {
	background-color: #328FF7;
}
dl.news_list dd.honten span {
	background-color: #328FF7;
}
dl.news_list dd.airport span {
	background-color: #328FF7;
}
dl.news_list dd.online span {
	background-color: #CC0001;
}
dl.news_list dd.aeonmall-rycom span {
	background-color: #328FF7;
}
dl.news_list dd.sendai span {
	background-color: #328FF7;
}
dl.news_list dd.nippori span {
	background-color: #3CAA3A;
}
dl.news_list dd.ueno span {
	background-color: #3CAA3A;
}
dl.news_list dd.kawasaki_azalea span {
	background-color: #3CAA3A;
}
dl.news_list dd.shizuoka span {
	background-color: #3CAA3A;
}
dl.news_list dd.aeonmall-nagoyachaya span {
	background-color: #3CAA3A;
}
dl.news_list dd.osaka_tenjin span {
	background-color: #3CAA3A;
}
dl.news_list dd.kobe_sannomiya span {
	background-color: #3CAA3A;
}
dl.news_list dd.kagawa_ayagawa span {
	background-color: #3CAA3A;
}
dl.news_list dd.utsunomiya span {
	background-color: #3CAA3A;
}
dl.news_list dd.ario-nishiarai span {
	background-color: #3CAA3A;
}
dl.news_list dd.hakata span {
	background-color: #3CAA3A;
}
dl.news_list dd.sunamo span {
	background-color: #3CAA3A;
}
dl.news_list dd p {
	margin: 0px;
	padding: 0px 0px 0px 122px;
	width: 502px;
}
#topshopinfo_widget dl.news_list dd span {
	letter-spacing: 0em;
}


/* お知らせ（詳細）
-------------------------------------------------------------- */
.entry_content .news_photo {
	clear: both;
	float:right;
	margin: 0px 0px 20px 20px;
}
.entry_content .news_files {
	margin: 20px 0px 0px 0px;
}
.entry_content .news_files p {
	margin: 0px 0px 3px 0px;
	text-indent: 0px;
}


/* 検索結果（一覧）
-------------------------------------------------------------- */
dl.search_list {
	clear: both;
	overflow:hidden;
}
dl.search_list dt {
	float: left;
	width: 100px;
	height: 20px;
	padding: 6px 0px;
	text-indent: 10px;
/*
	background: url("./images/search/ico_other.gif") no-repeat 10px center;
*/
}
/*
dl.search_list dt.news {
	background: url("./images/search/ico_news.gif") no-repeat 10px center;
}
dl.search_list dt.games {
	background: url("./images/search/ico_games.gif") no-repeat 10px center;
}
dl.search_list dt.records {
	background: url("./images/search/ico_records.gif") no-repeat 10px center;
}
dl.search_list dt.gymnasium {
	background: url("./images/search/ico_gymnasium.gif") no-repeat 10px center;
}
dl.search_list dt.abouts {
	background: url("./images/search/ico_abouts.gif") no-repeat 10px center;
}
*/
dl.search_list dd {
	padding: 6px 0px 6px 100px;
	border-bottom: dotted 1px #d1d1d1;
}


/* サイトマップ
-------------------------------------------------------------- */
#sitemap {
	margin: 0;
	padding: 0;
}

#sitemap ul {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#sitemap ul li {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 16px;
	background: url("./images/common/ico_arrow01.gif") no-repeat 2px 5px;
}
#sitemap ul.children {
	list-style:none;
	margin: 0px 0px 0px -1px;
	padding:0px 0px 0px 0px;
}
#sitemap ul.children li {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 14px;
	background: url("./images/common/ico_arrow02.gif") no-repeat 2px 6px;
}
#sitemap ul.children ul {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


/* お問い合わせ
-------------------------------------------------------------- */
.wpcf7 {
	width:100%;
	margin: 30px 0px 0px 0px;
}

.wpcf7 dl {
	clear: both;
	margin: 10px 0px 0px 0px;
	overflow:hidden;
	border-top: dotted 1px #ccc;
}
.wpcf7 dl dt {
	float: left;
	width: 188px;
	padding: 10px 0px;
	text-indent: 10px;
}
.wpcf7 dl dt.must {
	background: url("/info/wp-content/uploads/contact/ico_must.gif") no-repeat 140px center;
}
.wpcf7 dl dd {
	padding: 10px 0px 10px 188px;
	border-bottom: dotted 1px #ccc;
}
.wpcf7 dl dd label {
	margin: 0px 10px 0px 0px;
}
.wpcf7 dl dd input[type='text'],
.wpcf7 dl dd input[type='email'] {
	width: 400px;
}
.wpcf7 dl dd input[type='checkbox'] {
	vertical-align: middle;
	margin: 0px 2px 0px 0px;
}
.wpcf7 dl dd textarea {
	position: static;
	width: 500px;
}
.wpcf7 dl dd input[type='text'].wpcf7-captchar {
	width: 150px;
}
.wpcf7 dl dd img.wpcf7-captchac {
	vertical-align: middle;
}
.wpcf7 dl dd p {
	margin: 3px 0 0 0;
	font-size: 12px;
	line-height: 135%;
}

.wpcf7 .privacypolicy_chk {
	margin: 30px auto 0px auto;
	text-align : center;
}
.wpcf7 .privacypolicy_chk input[type='checkbox'] {
	vertical-align: middle;
	margin: 0px 4px 0px 0px;
}
.wpcf7 .privacypolicy_chk a {
	text-decoration: underline;
}


div.btn_area{
	clear: both;
	margin: 35px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	height: 58px;
	width: 300px;
}


/* メインイメージ
-------------------------------------------------------------- */
#top_mainimg {
	width: 950px;
	height: 300px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

#top_mainimg img{
	position: absolute;
	top: 0px;
	left:  0px;
	z-index:1;
}
#top_mainimg .location {
	padding: 1px 6px;
	background-color: #ffffff;
	-moz-opacity:0.80;
	opacity:0.80;
	filter: alpha(opacity=80);
	position: absolute;
	top: 270px;
	right: 8px;
	z-index:999;
	font-size: 11px;
}


/* サブメニュー
-------------------------------------------------------------- */
#side_pagenavi {
	width: 196px;
	margin: 0px 0px 20px 0px;
	padding: 1px 1px 5px 1px;
	border: 1px solid #d1d1d1;
}
#side_pagenavi h2 {
	height: 33px;
	padding: 7px 0px 0px 0px;
	font-size: 14px;
	text-align:center;
	background: url("./images/common/bg_side_h2.gif") no-repeat left bottom;
}
#side_pagenavi ul {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	letter-spacing: 0em;
}
#side_pagenavi li {
	margin: 0px 0px 0px 3px;
	padding:8px 0px 8px 15px;
	background: url("./images/common/ico_arrow02.gif") no-repeat 3px 14px;
	border-bottom: 1px dotted #ccc;
}
#side_pagenavi li:last-child {
	border-bottom: none;
}
#side_pagenavi li a {
	display: block;
	padding: 0;
	/* color: #78583e; */
	text-decoration: none;
}
/*
#side_pagenavi li a:hover {
	color: #fd8602;
}
*/

#side_pagenavi li.current_page_item {
	background: url("./images/common/ico_arrow02_on.gif") no-repeat 2px;
}
#side_pagenavi li.current_page_item a {
	color: #fd8602;
}
#side_pagenavi li.current_page_item a:hover {
	color: #555555;
}


/* サイドバナー
-------------------------------------------------------------- */
#sidebanner_widget {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0;
}
#sidebanner_widget ul {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height: 100%;
}
#sidebanner_widget li {
	margin: 0px 0px 10px 0px;
	padding:0;
}


/* 広告バナー（サイド）
-------------------------------------------------------------- */
#sideadsgold_widget {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	/* background: #f8f8f8 url("./images/common/bg_ads.gif") repeat left top; */
	overflow: hidden;
}
#sideadsgold_widget ul {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#sideadsgold_widget li {
	width: 235px;
	margin: 0px 0px 5px 0px;
	padding:0;
}


/* 広告バナー（トップページ）
-------------------------------------------------------------- */
#topadsgold_widget {
	width: 100%;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	background: url("./images/common/bg_ads.gif") repeat left top;
	overflow: hidden;
}
#topadsgold_widget ul {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#topadsgold_widget li {
	float: left;
	width: 194px;
	height: 70px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	display: block;
	overflow: hidden;
	background-color: #fff;
}
#topadsgold_widget li:first-child {
	margin: 0px 0px 0px 0px;
}

#topadssilver_widget {
	width: 100%;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	/* background: #f8f8f8 url("./images/common/bg_ads.gif") repeat left top; */
	overflow: hidden;
}
#topadssilver_widget ul {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#topadssilver_widget li {
	float: left;
	width: 143px;
	height: 50px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	display: block;
	overflow: hidden;
	background-color: #fff;
}
#topadssilver_widget li:first-child {
	margin: 0px 0px 0px 0px;
}


/* コンテンツ内容　共通
-------------------------------------------------------------- */
div.map_area {
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	width: 735px;
	clear: both;
}

div.pricebox {
	margin: 20px 0px 35px 0px;
	padding: 28px 25px 15px 25px;
	width: 948px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #fff;
}

.pricearea {
	clear: both;
	margin: 5px 0px 15px 0px;
	border-top: 1px dotted #dcdcdc;
	font-size: 16px;
	font-weight: bold;
}

.pricearea dl {
	padding: 12px 2px;
	border-bottom: 1px dotted #dcdcdc;
	overflow:hidden;
}

.pricearea dt {
	float: left;
	width: 230px;
	text-indent: 5px;
}

.pricearea dd {
	float: right;
	width: 670px;
}

.listarea {
	clear: both;
	margin: 15px 0px 5px 0px;
	font-size: 16px;
}

div.banerbox {
	margin: 20px 0px 35px 0px;
	padding: 13px 15px 5px 15px;
	width: 968px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #fff;
}

div.img_2col {
	width: 660px;
}

div.img_1col {
	width: 320px;
}









div.area1 {
	margin: 23px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	width: 745px;
	clear: both;
}

div.area1 h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}

div.area1 h3 a { text-decoration: none; }
div.area1 h3 a:link	{ color: #217bd6; }
div.area1 h3 a:visited { color: #217bd6; }
div.area1 h3 a:hover   { color: #979797; }

div.area1 h3.case {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 2px 28px;
	color: #585858;
	font-size: 14px;
	background: url("./images/common/bg_contents_h3_case.gif") left top;
}

div.box1 {
	clear: both;
	width: 723px;
	list-style:none;
	margin: 0px 0px 25px 0px;
	padding: 8px 10px 0px 10px;
	border: 1px solid #d6d6d6;
	overflow:hidden;
}

div.box2 {
	clear: both;
	width: 741px;
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border: 1px solid #d6d6d6;
	overflow:hidden;
	background-color: #fffffb;
}

div.box2in {
	clear: both;
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 10px 15px;
}

div.area2 {
	margin: 23px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	width: 745px;
	clear: both;
}

div.area2 h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}

div.area2 h3 a { text-decoration: none; }
div.area2 h3 a:link	{ color: #217bd6; }
div.area2 h3 a:visited { color: #217bd6; }
div.area2 h3 a:hover   { color: #979797; }

ul.area2col {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align: bottom;
	text-align:left;
	overflow:hidden;
}

ul.area2col li.left {
	clear: both;
	float: left;
	width: 340px;
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 8px 10px 0px 10px;
	border: 1px solid #d6d6d6;
	overflow:hidden;
}

ul.area2col li.right {
	float: right;
	width: 340px;
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 8px 10px 0px 10px;
	border: 1px solid #d6d6d6;
	overflow:hidden;
}

div.area3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 745px;
	clear: both;
}

div.area3in {
	clear:both;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 745px;
}

ul.area3col {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align: bottom;
	text-align:left;
	overflow:hidden;
}

ul.area3col li.left {
	clear: both;
	float: left;
	width: 230px;
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	overflow:hidden;
	border: 1px solid #d6d6d6;
}

ul.area3col li.center {
	float: left;
	width: 230px;
	list-style:none;
	margin: 0px 0px 0px 22px;
	padding: 1px 1px 1px 1px;
	overflow:hidden;
	border: 1px solid #d6d6d6;
}

ul.area3col li.right {
	float: right;
	width: 230px;
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	overflow:hidden;
	border: 1px solid #d6d6d6;
}

div.next {
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 11px;
	background: url("/wp-content/themes/hatarakuweb/images/common/ico_arrow02.png") 0 7px no-repeat;
}

div.next_r70 {
	margin: 0px 0px 12px 2px;
	padding: 0px 0px 0px 11px;
	background: url("/wp-content/themes/hatarakuweb/images/common/ico_arrow02.png") 0 7px no-repeat;
	float: right;
	width: 70px;
}

div.next_l12 {
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 11px;
	background: url("/wp-content/themes/hatarakuweb/images/common/ico_arrow02.png") 0 7px no-repeat;
}

div.next_l12 a { text-decoration: none; }
div.next_l12 a:link	{ color: #217bd6; }
div.next_l12 a:visited { color: #217bd6; }
div.next_l12 a:hover   { color: #979797; }


div.img_s{
	float: right;
	width: 150px;
	margin: 5px 3px 0px 0px;
	padding: 0px 0px 10px 10px;
	text-align: center;
}

div.img_r{
	float: right;
	width: 250px;
	margin: 3px 1px 20px 20px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

div.copy1{
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	margin: 15px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
}

div.list2 {
	margin: 50px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	width: 745px;
	clear: both;
}

div.list2 h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}

div.list2 h3 a { text-decoration: none; }
div.list2 h3 a:link	{ color: #217bd6; }
div.list2 h3 a:visited { color: #217bd6; }
div.list2 h3 a:hover   { color: #979797; }

div.list2 h4 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 3px 12px;
}

div.list2 h4 a { text-decoration: none; }
div.list2 h4 a:link	{ color: #217bd6; }
div.list2 h4 a:visited { color: #217bd6; }
div.list2 h4 a:hover   { color: #979797; }

div.other {
	margin: 22px 0px 35px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

div.other h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 3px 12px;
}

div.other h4 a { text-decoration: none; }
div.other h4 a:link	{ color: #217bd6; }
div.other h4 a:visited { color: #217bd6; }
div.other h4 a:hover   { color: #979797; }

ul.list2col {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align: bottom;
	text-align:left;
	overflow:hidden;
}

ul.list2col li.left {
	clear: both;
	float: left;
	width: 325px;
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 20px 20px;
	overflow:hidden;
}

ul.list2col li.right {
	float: right;
	width: 325px;
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 20px 20px;
	overflow:hidden;
}

.entry_content h5 {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 13px;
	font-size: 12px;
	background: url("./images/common/bg_contents_h5.gif") left top no-repeat;
}

div.history {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 745px;
	clear: both;
}

div.history dl {
	clear:both;
	display:block;
	margin :0px 0px 8px 0px;
	padding:0px 0px 8px 0px;
	overflow:hidden;
	border-bottom: 1px dotted #c5c5c5;
}

div.history dl dt {
	float: left;
	width:145px;
	margin :0px 0px 0px 0px;
	padding:0px 0px 0px 5px;
}

div.history dl dd {
	float: right;
	width:590px;
	margin :0px 0px 0px 0px;
	padding:0px 3px 0px 0px;
}

div.committee {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 745px;
	clear: both;
}

div.committee_un {
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 745px;
	clear: both;
}

ul.committee3col {
	list-style:none;
	margin: 3px 0px 0px 0px;
	padding:15px 0px 20px 0px;
	vertical-align: bottom;
	text-align:left;
	overflow:hidden;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}

ul.committee3col li.left {
	clear: both;
	float: left;
	width: 210px;
	list-style:none;
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}

ul.committee3col li.center {
	float: left;
	width: 210px;
	list-style:none;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}

ul.committee3col li.right {
	float: right;
	width: 210px;
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}

div.committee h5 {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 13px;
	font-size: 12px;
	background: url("./images/common/bg_contents_h5.gif") left top no-repeat;
}

div.committee h5 a { text-decoration: none; }
div.committee h5 a:link	{ color: #217bd6; }
div.committee h5 a:visited { color: #217bd6; }
div.committee h5 a:hover   { color: #979797; }


/* ページタイトルイメージ
-------------------------------------------------------------- */
#contents_titleimg {
	height: 150px;
	width: 730px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

#contents_titleimg img{
	position: absolute;
	top: 0px;
	left:  0px;
	z-index:1;
}
#contents_titleimg .location {
	padding: 1px 6px;
	background-color: #ffffff;
	-moz-opacity:0.80;
	opacity:0.80;
	filter: alpha(opacity=80);
	position: absolute;
	top: 118px;
	right: 8px;
	z-index:999;
	font-size: 11px;
}



/* わしたショップ店舗一覧（トップ）
-------------------------------------------------------------- */
#topshop_widget {
	width:100%;
	margin: 0px 0px 10px 0px;
}

#topshop_widget h2 {
	height: 40px;
	margin: 0px 0px 5px 0px;
	padding: 12px 0px 0px 25px;
	background: url("./images/common/bg_contents_h2.gif") no-repeat left top;
	color: #6a6a6a;
	font-size: 15px;
}

#topshop_widget .image_carousel {
	padding: 0px 0px 0px 6px;
	position: relative;
}
#topshop_widget .image_carousel li {
	float: left;
	width: 100px;
	min-height: 125px;
	margin: 0px 7px;
	padding: 0px;
	display: block;
	text-align: center;
	line-height: 125%;
}
#topshop_widget .image_carousel li img{
	width: 100px;
	height: 75px;
}
#topshop_widget a.prev,
#topshop_widget a.next {
	width: 15px;
	height: 50px;
	display: block;
	position: absolute;
	top: 35px;
}
#topshop_widget a.prev {
	left: 0px;
    background: url("./images/common/btn_carousel_left_arrow.gif") no-repeat transparent;
}
#topshop_widget a.next {
	right: 0px;
    background: url("./images/common/btn_carousel_right_arrow.gif") no-repeat transparent;
}
#topshop_widget a.prev span,
#topshop_widget a.next span {
 	display: none;
}


/* わしたショップ店舗案内
-------------------------------------------------------------- */
#shop {
	width: 730px;
	margin: 0px 0px 20px 0px;
}

table.shoplist {
	width: 730px;
	margin: 10px auto 20px auto;
	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-collapse: collapse;
}

table.shoplist th {
	/* width: 150px; */
	padding: 8px;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #555555;
	background-color: #fafafa;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

table.shoplist td {
	padding: 8px 8px 8px 15px;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	vertical-align: middle;
	text-align: left;
}

table.shoplist td.right {
	padding: 8px 15px 8px 8px;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	vertical-align: middle;
	text-align: right;
}

table.shoplist a:link ,
table.shoplist a:visited,
table.shop a:link ,
table.shop a:visited {
	color: #fd8602;
	text-decoration: underline;
}
table.shoplist a:active,
table.shoplist a:hover,
table.shop a:active,
table.shop a:hover {
	color: #949494;
	text-decoration: underline;
}

#shop .detail {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

#shop .img {
	width: 360px;
	float:left;
	margin: 0px 0px 20px 0px;
}
#shop ul.subimg {
	list-style:none;
	margin: 2px 0px 0px -9px;
	padding:0px 0px 0px 0px;
}
#shop ul.subimg li {
    float: left;
	width: 114px;
	margin: 0px 0px 0px 9px;
	padding: 0px;
    display: block;
}
#shop ul.subimg li img {
	width: 114px;
}

#shop .map {
	width: 350px;
	float: right;
	margin: 0px 0px 20px 0px;
}

#shop h3 {
	height: 22px;
	margin: 15px 0px 20px 0px;
	padding: 5px 0px 5px 2px;
	font-size: 14px;
	/* background: url("./images/common/bg_contents_h3.gif") no-repeat left bottom; */
	border-bottom: solid 1px #d1d1d1;
	clear: both;
}

#shop .map_under {
	width: 730px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

table.shop {
	width: 730px;
	margin: 10px auto 20px auto;
	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-collapse: collapse;
}

table.shop th {
	/* width: 150px; */
	padding: 8px;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #555555;
	background-color: #fafafa;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

table.shop td {
	padding: 8px 8px 8px 15px;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	vertical-align: middle;
	text-align: left;
}

table.shop td.right {
	padding: 8px 15px 8px 8px;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	vertical-align: middle;
	text-align: right;
}

#island {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    clear: both;
}

#island .tit_img {
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 0px 0px;
}

#island .card_img {
    width: 250px;
    float: right;
    margin: 0px 0px 25px 25px;
    padding: 0px 0px 0px 0px;
}

#island .privilege {
    margin: 25px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
}


#island h3 {
	height: 70px;
    margin: 25px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    clear: both;
}
#island h4 {
	height: 20px;
	margin: 25px 0px 6px 0px;
	padding: 1px 0px 2px 14px;
	font-size: 14px;
	color: #fea100;
	background: url("./images/common/bg_contents_h4.gif") no-repeat left;
    clear: both;
}
#island h5 {
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
}

#island div.kiyaku {
	height: 500px;
	margin: 8px 0px 0px 0px;
	padding: 10px;
	border: 1px solid #ccc;
	overflow-y:scroll;
}

#island .wpcf7 dl dd.membership_no input[type='text'] {
	width: 150px;
}

#island div.btn_area{
	clear: both;
	margin: 25px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	height: 58px;
	width: 100%;
}

#island div.ssl_siteseal {
	margin: 8px 0px 0px 0px;
	padding: 10px;
	border: 1px solid #ccc;
	overflow: hidden;
}
#island div.ssl_siteseal p {
	float: right;
	width: 568px;
	/* line-height: 145%; */
}


/* 企業情報
-------------------------------------------------------------- */
#aboutus {
	width: 730px;
	margin: 0px 0px 20px 0px;
}

#aboutus .list {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

#aboutus .list_l {
	width: 345px;
	float:left;
	margin: 0px 0px 18px 0px;
	padding: 0px 5px 5px 5px;
	border: 1px solid #d1d1d1;
}

#aboutus .list_r {
	width: 345px;
	float: right;
	margin: 0px 0px 18px 0px;
	padding: 0px 5px 5px 5px;
	border: 1px solid #d1d1d1;
}

#aboutus h3 {
	height: 25px;
	margin: 0px 0px 15px 0px;
	padding: 6px 3px 2px 5px;
	font-size: 14px;
	border-bottom: solid 1px #d1d1d1;
}

#aboutus .list h3 {
	height: 25px;
	margin: 0px 0px 10px 0px;
	padding: 6px 3px 2px 5px;
	font-size: 14px;
	border-bottom: dotted 1px #d1d1d1;
}

#aboutus .list_text {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}

#aboutus .list_img {
    float: right;
    width: 150px;
    margin: 0px 5px 0px 0px;
    padding: 0px 0px 0px 7px;
    text-align: center;
}

#aboutus .next {
    margin: 5px 0px 5px 2px;
    padding: 0px 0px 0px 13px;
    background: url("./images/common/ico_arrow02.gif") no-repeat 2px 7px;
    letter-spacing: 0;
}

#aboutus .img150 {
    float: right;
    width: 150px;
    margin: 3px 0px 0px 0px;
    padding: 0px 0px 20px 20px;
    text-align: center;
}

#aboutus .text_r {
    float: right;
    width: 150px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

table.aboutus {
	width: 730px;
	margin: 15px auto 20px auto;
	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-collapse: collapse;
}

table.aboutus th {
	/* width: 150px; */
	padding: 8px 8px 8px 10px;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #555555;
	background-color: #fafafa;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

table.aboutus td {
	padding: 8px 8px 8px 10px;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	vertical-align: middle;
	text-align: left;
}

table.aboutus td.right {
	padding: 8px 15px 8px 8px;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	vertical-align: middle;
	text-align: right;
}

dl.aboutus_history {
	clear: both;
	padding: 8px 0px;
	overflow:hidden;
	letter-spacing: 0;
	border-bottom: dotted 1px #ccc;
}

dl.aboutus_history dt {
	float: left;
	width: 96px;
	padding: 1px 0px;
	text-align: center;
	color: #555555;
	background-color: #f3f3f3;
}

dl.aboutus_history dd {
	float: right;
	width: 610px;
	padding: 1px 0px;
}

#aboutus .organigram_img {
    width: 730px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#aboutus .offices_img {
    width: 730px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

table.aboutus_offices {
	width: 730px;
	margin: 15px auto 20px auto;
	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-collapse: collapse;
}

table.aboutus_offices th {
	/* width: 150px; */
	padding: 8px 8px 8px 10px;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #555555;
	background-color: #fafafa;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

table.aboutus_offices td {
	padding: 8px 8px 8px 10px;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	vertical-align: middle;
	text-align: left;
}

table.aboutus_offices td.right {
	padding: 8px 15px 8px 8px;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	vertical-align: middle;
	text-align: right;
}

#aboutus_links ul {
	margin: 10px 0px 10px 3px;
	padding: 10px 0px 10px 0px;
	margin: 0 0 18px 1.5em;
	font-size: 12px;
}

#aboutus_links ul li {
	margin: 3px 0px 10px 8px;
	list-style: disc;
}


/* プライバシーポリシー
-------------------------------------------------------------- */
#privacypolicy {
	width: 730px;
	margin: 0px 0px 20px 0px;
}

#privacypolicy h3 {
	height: 25px;
	margin: 0px 0px 15px 0px;
	padding: 6px 3px 2px 5px;
	font-size: 14px;
	border-bottom: solid 1px #d1d1d1;
}

#privacypolicy h4 {
	height: 20px;
	margin: 15px 0px 5px 0px;
	padding: 1px 0px 2px 0px;
	font-size: 14px;
	color: #fea100;
	background: #ffffff;;
}


/* 物産展情報
-------------------------------------------------------------- */
table.eventlist {
	width: 730px;
	margin: 10px auto 20px auto;
	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-collapse: collapse;
}

table.eventlist th {
	/* width: 150px; */
	padding: 12px 8px;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #555555;
	background-color: #fafafa;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

table.eventlist td {
	padding: 12px 8px;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	vertical-align: middle;
	text-align: left;
}
table.eventlist td.place {
	text-align: center;
}
table.eventlist td.title {
	font-weight: bold;
	color: #FF6633
}
table.eventlist td.date {
	padding-left: 12px;
}

table.eventlist tr.clickable:hover td {
	cursor: pointer;
	color: #ffffff;
	background-color: #FEA100;
}

dl.eventdetail {
	clear: both;
	padding: 8px 0px;
	overflow:hidden;
	letter-spacing: 0;
	border-bottom: dotted 1px #d1d1d1;
}
dl.eventdetail:first-child {
	border-top: dotted 1px #d1d1d1;
}
dl.eventdetail dt {
	float: left;
	width: 80px;
	padding: 1px 0px;
	text-align: center;
	color: #fff;
	background-color: #FEA100;
}
dl.eventdetail dd {
	float: right;
	width: 630px;
	padding: 1px 0px;
}
dl.eventdetail dd p {
	margin: 0px 0px 0px 0px;
	text-indent: 0px;
}

div#eventfiles {
	clear: both;
	width : 100%;
	margin: 20px 0px 0px 0px;
}
div#eventfiles p {
	margin: 0px 0px 0px 0px;
	text-indent: 0px;
}

div#eventmemo {
	clear: both;
	width : 100%;
	margin: 20px 0px 0px 0px;
}

div#eventmap {
	clear: both;
	width : 100%;
	height: 400px;
	margin: 20px 0px 0px 0px;
	/* border: solid 1px #d1d1d1; */
}


/* 採用情報
-------------------------------------------------------------- */
dl.recruitdetail {
	clear: both;
	padding: 8px 0px;
	overflow:hidden;
	letter-spacing: 0;
	border-bottom: dotted 1px #d1d1d1;
}
dl.recruitdetail:first-child {
	border-top: dotted 1px #d1d1d1;
}
dl.recruitdetail dt {
	float: left;
	width: 120px;
	padding: 1px 0px;
	text-align: center;
	color: #fff;
	background-color: #FEA100;
}
dl.recruitdetail dd {
	float: right;
	width: 590px;
	padding: 1px 0px;
}
dl.recruitdetail dd p {
	margin: 0px 0px 0px 0px;
	text-indent: 0px;
}

div#recruitfiles {
	clear: both;
	width : 100%;
	margin: 20px 0px 0px 0px;
}
div#recruitfiles p {
	margin: 0px 0px 0px 0px;
	text-indent: 0px;
}


/* SSLサイトシール
-------------------------------------------------------------- */
div#side_ssl_siteseal_widget {
    padding: 12px 8px 10px 8px;
	border: 1px solid #d1d1d1;
	overflow: hidden;
	text-align: center;
}
div#side_ssl_siteseal_widget p {
    margin: 3px 0px 0px 0px;
	line-height: 150%;
}


/* ------------------------------------------------------ */
/* ■■■■■　以下は前田追加　■■■■■ */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* ソーシャルメディア・ポリシー */
/* ------------------------------------------------------ */

#socialmediapolicy { 
	width: 100%; 
	border-top: 1px solid #cccccc; 
	border-left: 1px solid #cccccc; 
	border-collapse: collapse; 
	border-spacing: 0px; 
	background-color: #ffffff; 
	empty-cells: show; 
	padding: 0px; 
}

#socialmediapolicy th { 
	width: 150px; 
	padding: 5px 5px 1px 5px; 
	border-right: 1px solid #cccccc; 
	border-bottom: 1px solid #cccccc; 
	border-collapse: collapse; 
	color: #330000; 
	background-color: #f4f4f4; 
	text-align: left; 
	font-size: 12px; 
	font-weight: normal; 
	vertical-align: top; 
}

#socialmediapolicy td { 
	padding: 5px 5px 1px 5px; 
	border-right: 1px solid #cccccc; 
	border-bottom: 1px solid #cccccc; 
	border-collapse: collapse; 
	font-size: 12px; 
	vertical-align: top; 
}