@charset "utf-8";
@import url(common.css);
@import url(textset.css);
@import url(lb.css);

/* ---------------------------------------------------------------- *
	header
 * ---------------------------------------------------------------- */

#glbhead {
	height: 85px;
	width: 1000px;
	text-align: left;
	letter-spacing: normal;
}
#glbhead h1,#glbhead #logo {
	height: 75px;
}
#glbhead h1 a, #glbhead #logo a {
	background: url(../img/logo.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 75px;
	width: 280px;
}
#glbhead #irregular {
	font-size: 10px;
	color: #999;
	text-indent: 0px;
	position: absolute;
	right: 0px;
	height: 20px;
	top: 55px;
}
#searchform {
	position: absolute;
	top: 20px;
	right: 180px;
}
#searchform input {
  float: left;
}
#searchform label {
	width: 80px;
	float: left;
	height: 30px;
	line-height: 30px;
}
#s {
	border: solid 1px #aaaaaa;
	padding: 3px 8px;
	margin-right: 5px;
}
#s:hover, #s:focus {
  background-color: #eeeeee;
}
#searchsubmit {
	color: #ffffff;
	padding: 3px 6px;
	background: #4d96d2;
	border: 1px solid #4d96d2;
}
#searchsubmit:hover  {
  background-color: #aaaaaa;
  cursor: pointer;
}
#textsize {
	position: absolute;
	top: 20px;
	width: 160px;
	height: 30px;
	right:0px;
	display: block;
}
#textsize li {
	float: left;
	width: 25px;
	height: 25px;
	margin-right: 5px;
	text-align: center;
	line-height: 25px;
}
#textsize li a {
	width: 25px;
	height: 25px;
	display: block;
	text-decoration: none;
	border: 1px solid #999;
	color: #000;
}
#textsize li a:hover {
	color: #FFF;
	background: #999;
}
#textsize #txt {
	width: 65px;
	text-align: left;
	line-height: 30px;
	height: 30px;
}
#textsize li a.textresizer-active
{
	color: #FFF;
	background: #4d96d2;		
}

/* ---------------------------------------------------------------- *
	nav
 * ---------------------------------------------------------------- */

#nav {
	position: relative;
	height: 55px;
	z-index: 10;
	width: 1000px;
	letter-spacing: normal;
}
#nav #topnav {
	height: 55px;
	width: 1000px;
}
#topnav li {
	float: left;
	border-left: 1px dotted #555;
	margin-top: 7px;
}
#topnav li a {
	display: block;
	color: #666;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 10px;
	width: 110px;
	text-align: center;
}
#topnav li:hover {
	background: #aaabab;
}
#topnav li a:hover {
	color: #FFF;
}
#topnav li span {
	width: 1000px;
	float: left;
	position: absolute;
	left: 0;
	top:49px;
	display: none;
	background:url(../img/bg_nav_span.gif) no-repeat;
	color: #fff;
	padding-top: 14px;
	padding-bottom: 10px;
	text-indent: 35px;
	z-index: 10;
}
#topnav li:hover span {
	display: block;
	height: 80px;
}
#topnav li span a {
	display: inline;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	color: #fff;
}
#topnav li span a:hover {
	text-decoration: none;
	background: #f7f8f8;
	color: #000;
}
#topnav li ul {
	position: absolute;
	left: 0px;
	width: 1000px;
	background: url(../img/bg_nav_span.gif) no-repeat;
	padding-left: 35px;
}
#topnav li ul li {
	text-indent: 0px;
	border-style: none;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;
}
#topnav li ul li a {
	font-size: 14px;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	color: #fff;
}
#topnav li ul li a:hover {
	background: #f7f8f8;
	color: #000;
}
#topnav li .visit {
	background: #aaabab;
	cursor: default;
	color: #fff;
}
#topnav li ul .visit {
	background: transparent;
}

#topnav li ul .now {
	margin-top: 5px;
	padding: 10px;
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	background: #f7f8f8;
}
#topnav #nav_contact {
	height: 30px;
	width: 105px;
	position: absolute;
	right: 0px;
	margin: 0px;
	padding: 0px;
	float: none;
	top: 12px;
}
#topnav #nav_contact a {
	background: url(../img/nav_contact.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 105px;
}
#topnav #nav_contact a:hover {
	background: url(../img/nav_contact.gif) no-repeat 0px 100%;
}
#topnav #nav_contact ul {
	left: -895px;
	top: 37px;
	padding-top: 7px;
	padding-bottom: 8px;
}
#topnav #nav_contact ul li {
	padding: 0px;
}
#topnav #nav_contact ul li a {
	background: url(none);
	text-indent: 0px;
	width: auto;
	padding-right: 14px;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
}
#topnav #nav_contact ul li a:hover {
	background: #f7f8f8 url(none);
}
#topnav #nav_contact ul li.now2 {
	padding: 5px 10px 15px;
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	background: #f7f8f8;
}

#nav-main {
	display: none;
}


/* ---------------------------------------------------------------- *
  topimg
 * ---------------------------------------------------------------- */


#topimg {
	width: 1000px;
	height: 200px;
	position: relative;
	margin-top: 33px;
}
#topimg div a:hover {
	opacity: 0.8;
	/*IE7*/
	filter: alpha(opacity=80);
	/*IE8*/
	-ms-filter: "alpha(opacity=80)";
}

.topimgin {
  float: left;
  width: 1000px;
  height: 200px;
  clear: both;
  position: relative;
  overflow: hidden;
}
.sliderArrows a {
  display:block;
  text-indent:-99999px;
  outline:none;
  z-index:50;
  background-image:url(../img/top/prev_next.png);
  width:42px;
  height:42px;
  position:absolute;
  top:55%;
  margin-top:-34px;
}
.prev {
  background-position:0 0;
  left:15px;
}
.prev:hover {
  background-position:0 -44px;
}
.next {
  right:15px;
  background-position:-44px 0;
}
.next:hover {
  background-position:-44px -44px;
}
.topimgin .item {
  position:absolute;
  width: 1000px;
  height: 200px;
}
.sliderBullets {
  position:absolute;
  bottom:-20px;
  left:50%;
  z-index:50;
  margin-left:-45px;
}
.sliderBullets a {
  display:block;
  float:left;
  text-indent:-99999px;
  outline:none;
  margin-left:5px;
  width:10px;
  height:11px;
  background:url(../img/top/bullets.png) no-repeat;
}
.sliderBullets .active {
  background-position:0 -11px;
}
.topimgin a {
  outline:none;
}


/* ---------------------------------------------------------------- *
	topbox
 * ---------------------------------------------------------------- */

#topbox {
	float: left;
	width: 760px;
}
#topbox h2 {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	text-indent: 15px;
	height: 30px;
	width: 749px;
	color: #FFF;
	background: #000;
}
#topbox .topboxin {
	float: left;
	width: 370px;
	position: relative;
	margin-right: 9px;
	padding-bottom: 30px;
}

.topboxin #toph3_1 {
	line-height: 25px;
	font-weight: normal;
	background: url(../img/top/bg_h3_1.gif) no-repeat;
	text-indent: 11px;
	height: 25px;
	font-size: 14px;
}
.topboxin #toph3_2 {
	line-height: 25px;
	font-weight: normal;
	background: url(../img/top/bg_h3_2.gif) no-repeat;
	text-indent: 11px;
	height: 25px;
	font-size: 14px;
}
.topboxin h3 span {
	position: absolute;
	right: 0px;
	font-size: 12px;
	background: url(../img/top/bg_detail.gif) no-repeat;
	width: 110px;
	top: 0px;
	line-height: 25px;
	height: 25px;
}
.topboxin h3 span a {
	text-decoration: none;
	color: #000;
}
.topboxin dl {
	padding-left: 10px;
	padding-top: 10px;
}
.topboxin dl a {
	text-decoration: none;
}
.topboxin dl a:hover {
	text-decoration: underline;
	cursor: pointer;
}
.topboxin dl dt {
	border-bottom: 1px dotted #CCC;
}
.topboxin dl dd {
	margin-top: 7px;
	min-height: 40px;
}
.topboxin dl a dt time {
	color: #333;
}

/* ---------------------------------------------------------------- *
	rightside
 * ---------------------------------------------------------------- */

#rightside {
	float: right;
}
#rightside2 {
	float: right;
	padding-top: 10px;
}
#map {
	height: 190px;
	width: 240px;
	position: relative;
}
#map p {
	position: absolute;
	bottom: 15px;
	right: 10px;
	height: 20px;
	width: 100px;
}
#map p a {
	background: url(../img/mapall.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 100px;
}
#map p a:hover {
	background: url(../img/mapall.gif) no-repeat 0px 100%;
}
#map figure a:hover {
	opacity: 0.8;
	/*IE7*/
	filter: alpha(opacity=80);
	/*IE8*/
	-ms-filter: "alpha(opacity=80)";
}
#map span {
	display: block;
	position: absolute;
}
#map span a {
	text-indent: -9999px;
	display: block;
}
#map #tohoku {
	height: 80px;
	width: 40px;
	top: 8px;
	right: 25px;
}
#map #kanto {
	height: 47px;
	width: 38px;
	right: 27px;
	top: 93px;
}
#map #chubu {
	height: 60px;
	width: 40px;
	top: 80px;
	right: 68px;
}
#map #kinki {
	height: 64px;
	width: 23px;
	top: 80px;
	right: 112px;
}
#map #chugoku {
	height: 59px;
	width: 36px;
	left: 66px;
	top: 80px;
}
#map #kyushu {
	height: 89px;
	width: 34px;
	left: 27px;
	top: 85px;
}


#map #tohoku a {
	height: 80px;
	width: 40px;
	z-index: 10;
}
#map #kanto a {
	height: 47px;
	width: 38px;
}
#map #chubu a {
	height: 60px;
	width: 40px;
}
#map #kinki a {
	height: 64px;
	width: 23px;
}
#map #chugoku a {
	height: 59px;
	width: 36px;
}
#map #kyushu a {
	height: 89px;
	width: 34px;
}
#rightside ul {
}
#rightside ul li, #rightside2 ul li {
	margin-top: 3px;
}

/* ---------------------------------------------------------------- *
	second
 * ---------------------------------------------------------------- */

#second {
	float: left;
	width: 750px;
	background: #f7f8f8;
}
#second h2 {
	font-size: 16px;
	height: auto;
	width: 730px;
	line-height: 30px;
	margin-top: 40px;
	background-color: #FFF;
	padding: 10px 0 10px 13px;
	clear: both;
	font-weight: bold;
	border-left: 4px solid #000;
	border-right: 4px solid #000;
}
#second h2 .time,
#second h2 span {
	position: absolute;
	right: 260px;
	font-size: 10px;
	top: 225px;
}
#second .mainimg img{
	margin-top: 15px;
	margin-left: 10px;
}
#second p {
	width: 680px;
	margin-left: 30px;
	padding-bottom: 20px;
	padding-top: 20px;
	line-height: 2.1em;
}

/* ---------------------------------------------------------------- *
	list_in
 * ---------------------------------------------------------------- */

#second #list_in {
	padding-left: 10px;
	padding-bottom: 20px;
}
#list_in #list_s,
#list_in #list_d,
#list_in #list_pr {
	padding-top: 15px;
	padding-left: 40px;
}
#list_in #list_s dt {
	float: left;
	width: 100px;
	padding-bottom: 2px;
	clear: both;
	margin-bottom: 5px;
	padding-top: 2px;
	letter-spacing: normal;
}
#list_in #list_s dd {
	margin-left: 100px;
	padding-bottom: 2px;
	border-left: 1px dotted #999;
	margin-bottom: 5px;
	padding-top: 2px;
	width: 570px;
	padding-left: 10px;
}
#list_in dl a,
#list_in dl a dt,
#list_in dl a dd {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
#list_in dl a:hover,
#list_in dl a:hover dt,
#list_in dl a:hover dd {
	color: #000;
	text-decoration: underline;
}

#list_in #list_d dt {
	float: left;
	width: 100px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	padding-top: 2px;
	letter-spacing: normal;
}
#list_in #list_d .dt_2 {
	width: 100px;
	border-left: 1px dotted #999;
	text-indent: 10px;
}
#list_in #list_d dd {
	margin-left: 200px;
	padding-bottom: 2px;
	border-left: 1px dotted #999;
	margin-bottom: 5px;
	text-indent: 10px;
	padding-top: 2px;
	width: 470px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	min-height: 20px;
}

/* ---------------------------------------------------------------- *
	PR
 * ---------------------------------------------------------------- */

#list_in #list_pr dt {
	float: left;
	width: 100px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	padding-top: 2px;
	letter-spacing: normal;
}
#list_in #list_pr .dt_pr {
	width: 160px;
	clear: right;
	border-left: 1px dotted #999;
	text-indent: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#list_in #list_pr dd {
	margin-left: 270px;
	padding-bottom: 2px;
	border-left: 1px dotted #999;
	margin-bottom: 5px;
	text-indent: 10px;
	padding-top: 2px;
	width: 400px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* ---------------------------------------------------------------- *
	sec_in
 * ---------------------------------------------------------------- */

#second #sec_in {
	padding-left: 10px;
}
#sec_in h3, #second #sec_in h5 {
	font-size: 16px;
	font-weight: normal;
	background: url(../img/bg_h2.gif) no-repeat;
	height: 30px;
	width: 730px;
	line-height: 30px;
	text-indent: 40px;
	clear: both;
}
#sec_in section {
	padding-top: 20px;
	padding-left: 15px;
	padding-bottom: 20px;
}

#sec_in .underline {
	padding-top: 50px;
	width: 95%;
	border-bottom: 1px solid #999;
}
#sec_in section h4 {
	line-height: 30px;
	text-indent: 10px;
	height: 30px;
	width: 700px;
	background: #FFF;
	font-weight: normal;
}
#sec_in .arti_detail {
	padding-top: 15px;
	padding-bottom: 20px;
	width: 690px;
	margin-left: 15px;
}
#sec_in  .arti_detail dt {
	float: left;
	width: 80px;
	clear: both;
	padding-bottom: 5px;
}
#sec_in  .arti_detail dd {
	margin-left: 80px;
	padding-bottom: 5px;
}
#sec_in section p {
	padding: 10px 0px 0px;
	width: 660px;
	margin-top: 10px;
	clear: both;
	margin-left: 20px;
}
#sec_in section .inq {
	padding-top: 20px;
	padding-left: 580px;
	padding-bottom: 20px;
}
#sec_in section .inq li {
	height: 30px;
	width: 120px;
}
#sec_in section .inq li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 30px;
	width: 120px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	text-shadow: -1px -1px 2px #618926;
	background: -moz-linear-gradient(#ee86a2, #c31827 35%, #991e23);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ee86a2),color-stop(.35, #c31827),color-stop(1, #991e23));
	background-color: #e72d34;
	border: 1px solid #991e23;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#sec_in section .inq li a:hover {
	background: -moz-linear-gradient(#898989, #c9caca);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #898989),color-stop(1, #c9caca));
	background-color: #999;
	border: 1px solid #000;
	color: #000;
}
#sec_in div {
	width: 730px;
	clear: both;
	margin-top: 10px;
	padding-bottom: 30px;
}
#sec_in div p {
	width: 95%;
	margin: 0px;
	padding: 10px 0px 20px 20px;
}
#sec_in #catename {
	font-size: 10px;
	text-align: right;
	width: 715px;
	display: block;
}

#pdf {
	height: 70px;
	width: 490px;
	padding: 0px;
	margin-top: 20px;
	margin-left: 0px;
}
#pdf a {
	background: url(../img/pdf.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 490px;
}

#sec_in #tell {
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 20px;
}
#sec_in #tell dt {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	background: url(../img/tell.gif) no-repeat;
	text-indent: 40px;
}
#sec_in #tell dd {
	padding-left: 10px;
	padding-bottom: 3px;
}


/* ---------------------------------------------------------------- *
	req_in
 * ---------------------------------------------------------------- */

#second #req_in {
	padding-top: 30px;
	padding-left: 40px;
}
#req_in span {
	padding-bottom: 5px;
	display: block;
}
#req_in h3 {
	background: #4d96d2;
	text-indent: 10px;
	height: 30px;
	width: 650px;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: #FFF;
}
#req_in .req_detail {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #999;
	width: 650px;
}
#req_in .req_detail dt {
	text-indent: 5px;
	height: 25px;
	width: 650px;
	border-bottom: 2px solid #000;
}
#req_in .req_detail dd {
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#req_in p {
	margin-left: 0px;
	padding-top: 10px;
	padding-left: 5px;
	width: 640px;
}
#req_in ul {
	padding-bottom: 10px;
	margin-left: -30px;
}
#req_in ul li {
	height: 70px;
	width: 730px;
}
#req_in ul li a {
	height: 70px;
	width: 730px;
	display: block;
	background: url(../img/next_req.gif) no-repeat 0px 0px;
	text-align: center;
	line-height: 50px;
	color: #FFF;
	font-size: 20px;
	text-decoration: none;
}
#req_in ul li a:hover {
	background: url(../img/next_req.gif) no-repeat 0px 100%;
}
.req_list {
	background: url(../img/req/bg_bana.gif) no-repeat;
	float: left;
	height: 140px;
	width: 350px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.req_list dt {
	color: #FFF;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
}
.req_list dd {
	margin-top: 15px;
	margin-left: 10px;
}




/* ---------------------------------------------------------------- *
	nextpage_links
 * ---------------------------------------------------------------- */

#second #next_d {
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}
#next_d li {
	float: left;
	height: 50px;
	width: 360px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#next_d li a {
	height: 50px;
	width: 360px;
	display: block;
	text-align: center;
	line-height: 50px;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
}
#next_d li a:hover {
	color: #000;
}
#next_d #nextprev a {
	line-height: 50px;
	background: url(../img/prev.gif) no-repeat 0px 0px;
}
#next_d #nextprev a:hover {
	background: url(../img/prev.gif) no-repeat 0px 100%;
}
#next_d #nextnext a {
	line-height: 50px;
	background: url(../img/next.gif) no-repeat 0px 0px;
}
#next_d #nextnext a:hover {
	background: url(../img/next.gif) no-repeat 0px 100%;
}
#nextd1 a {
	background: url(../img/next_d1.gif) no-repeat 0px 0px;
}
#nextd1 a:hover {
	background: url(../img/next_d1.gif) no-repeat 0px 100%;
}
#nextd2 a {
	background: url(../img/next_d2.gif) no-repeat 0px 0px;
}
#nextd2 a:hover {
	background: url(../img/next_d2.gif) no-repeat 0px 100%;
}
#nextd3 a {
	background: url(../img/next_d3.gif) no-repeat 0px 0px;
}
#nextd3 a:hover {
	background: url(../img/next_d3.gif) no-repeat 0px 100%;
}
#nextd4 a {
	background: url(../img/next_d4.gif) no-repeat 0px 0px;
}
#nextd4 a:hover {
	background: url(../img/next_d4.gif) no-repeat 0px 100%;
}
#nextd5 a {
	background: url(../img/next_d5.gif) no-repeat 0px 0px;
}
#nextd5 a:hover {
	background: url(../img/next_d5.gif) no-repeat 0px 100%;
}
#nextd_3d a {
	background: url(../img/next_3d.gif) no-repeat 0px 0px;
	text-indent: -9999px;
}
#nextd_3d a:hover {
	background: url(../img/next_3d.gif) no-repeat 0px 100%;
}
#nextd_family a {
	background: url(../img/next_family.gif) no-repeat 0px 0px;
	text-indent: -9999px;
}
#nextd_family a:hover {
	background: url(../img/next_family.gif) no-repeat 0px 100%;
}
#nextd_senior a {
	background: url(../img/next_senior.gif) no-repeat 0px 0px;
	text-indent: -9999px;
}
#nextd_senior a:hover {
	background: url(../img/next_senior.gif) no-repeat 0px 100%;
}
#second #attention {
	padding-bottom: 0px;
	margin-bottom: -10px;
	margin-left: 15px;
}

#nextir1 a {
	background: url(../img/next_ir1.gif) no-repeat 0px 0px;
}
#nextir1 a:hover {
	background: url(../img/next_ir1.gif) no-repeat 0px 100%;
}
#nextir2 a {
	background: url(../img/next_ir2.gif) no-repeat 0px 0px;
	text-indent: -9999px;
}
#nextir2 a:hover {
	background: url(../img/next_ir2.gif) no-repeat 0px 100%;
}

#next_d:after {
	content: '';
	display: block;
	clear: both;
}
#main_next_s {
	clear: both;
	padding-top: 10px;
	margin-left: 10px;
}
#main_next_s li {
	height: 50px;
	width: 730px;
}
#main_next_s li a {
	height: 50px;
	width: 730px;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
}
#main_next_s li a:hover {
	color: #000;
}
#main_next_s #next_s1 a {
	background: url(../img/next_s1.gif) no-repeat 0px 0px;
}
#main_next_s #next_s1 a:hover {
	background: url(../img/next_s1.gif) no-repeat 0px 100%;
}
#main_next_d {
	clear: both;
	padding-top: 10px;
}
#main_next_d li {
	float: left;
	height: 50px;
	width: 360px;
	margin-left: 10px;
}
#main_next_d li a {
	height: 50px;
	width: 360px;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
}
#next_d1 a {
	background: url(../img/next_d1.gif) no-repeat 0px 0px;
}
#next_d1 a:hover {
	background: url(../img/next_d1.gif) no-repeat 0px 100%;
}
#next_d2 a {
	background: url(../img/next_d2.gif) no-repeat 0px 0px;
}
#next_d2 a:hover {
	background: url(../img/next_d2.gif) no-repeat 0px 100%;
}

/* ---------------------------------------------------------------- *
	shoplist
 * ---------------------------------------------------------------- */

#shoplist {
	padding-left: 10px;
	padding-bottom: 20px;
}

#shoplist:after {
	content: '';
	display: block;
	clear: both;
}
#shoplist section h3 {
	color: #FFF;
	background: #000;
	text-indent: 15px;
	height: 25px;
	width: 730px;
	line-height: 25px;
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 20px;
}
.shoptable {
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: 5px;
	border-style: none;
	background: #efefef;
	margin-top: 0px;
	padding-top: 0px;
}
.shoptable td {
	border-bottom: 1px dotted #999;
}
.shoptable .icon2 {
	width: 35px;
}
.shopname {
	width: 170px;
	padding-left: 10px;
}
.shopcon {
	width: 130px;
	text-indent: 10px;
}
.shopadd {
	width: 340px;
}
#shoplist section p {
	height: 40px;
	z-index: 11;
	clear: both;
	padding-top: 20px;
	padding-bottom: 0px;
}
#shoplist section p a {
	background: url(../img/up.gif) no-repeat 0px -20px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 70px;
	margin-left: 630px;
}
#shoplist section p a:hover {
	background: url(../img/up.gif) no-repeat 100% -20px;
}



/* ---------------------------------------------------------------- *
	fc
 * ---------------------------------------------------------------- */

#sec_in #fc_qa {
	padding-left: 0px;
	padding-top: 0px;
}
#fc_qa ul {
	padding-bottom: 30px;
	padding-left: 20px;
}
#fc_qa ul .fc_q {
	background: url(../img/fc/bg_q.gif) no-repeat;
	height: 50px;
	width: 670px;
	line-height: 50px;
	text-indent: 70px;
	font-size: 14px;
	letter-spacing: normal;
}
#fc_qa ul .fc_a {
	background: url(../img/fc/bg_a.gif) no-repeat;
	height: 50px;
	width: 670px;
	line-height: 50px;
	text-indent: 70px;
	margin-top: 10px;
	font-size: 14px;
	letter-spacing: normal;
}
#fc_qa ul .fc_ad {
	background: url(../img/fc/bg_ad.gif) no-repeat;
	height: auto;
	width: 600px;
	margin-top: 10px;
	padding-left: 60px;
}
#sec_in .support {
	float: left;
	height: auto;
	width: 350px;
	padding-bottom: 20px;
	display: block;
	padding-top: 0px;
	padding-left: 0px;
	min-height: 450px;
	background: #FFF;
	border: 1px solid #CCC;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
#sec_in #support_last {
	float: left;
	width: 350px;
	height: 400px;
	padding-top: 0px;
	padding-left: 0px;
	clear: none;
	margin-top: 0px;
	margin-left: 5px;
}
#sec_in .support h3 {
	background: #66b8e7;
	width: 350px;
	text-indent: 10px;
	color: #FFF;
}
#sec_in .support h4 {
	background: url(none);
	text-align: center;
	width: 350px;
	font-size: 16px;
	text-indent: 0px;
}
#sec_in .support p {
	width: 330px;
	margin-left: 10px;
	padding-top: 10px;
	padding-left: 0px;
	margin-top: 0px;
}
#sec_in .point {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#sec_in .point li {
	font-size: 16px;
	line-height: 80px;
	background: url(../img/point.gif) no-repeat;
	text-indent: 70px;
	height: 80px;
	width: 700px;
	letter-spacing: normal;
}
#sec_in .flow {
	padding-top: 0px;
	padding-left: 15px;
	display: block;
}
#sec_in .flow h3 {
	background: url(none);
	text-indent: 0px;
	font-size: 24px;
	color: #4d96d2;
	height: 40px;
}
.flow dl {
	position: relative;
	padding-bottom: 0px;
	padding-top: 0px;
}
.flow dl:after {
	content: '';
	display: block;
	clear: both;
}
.flow dl dt {
	height: 70px;
	width: 180px;
	float: left;
	clear: both;
	text-indent: -9999px;
	margin-bottom: 10px;
}
.flow dl dd {
	margin-left: 190px;
	height: 60px;
	width: 500px;
	background: #FFF;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
}
.flow dl dd span {
	font-size: 16px;
}
.movie {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}


#st_a1 {
	background: url(../img/fc/st_a1.gif) repeat;
}
#st_a2 {
	background: url(../img/fc/st_a2.gif) repeat;
}
#st_a3 {
	background: url(../img/fc/st_a3.gif) repeat;
}
#st_a4 {
	background: url(../img/fc/st_a4.gif) repeat;
}
#st_a5 {
	background: url(../img/fc/st_a5.gif) repeat;
}
#st_b1 {
	background: url(../img/fc/st_b1.gif) repeat;
}
#st_b2 {
	background: url(../img/fc/st_b2.gif) repeat;
}
#st_b3 {
	background: url(../img/fc/st_b3.gif) repeat;
}
#st_b4 {
	background: url(../img/fc/st_b4.gif) repeat;
}
#flow_inq {
	position: absolute;
	height: 60px;
	width: 135px;
	margin-left: 0px;
	top: 5px;
	right: 30px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
#flow_inq a {
	background: url(../img/fc/st_inq.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 135px;
}
#flow_inq a:hover {
	background: url(../img/fc/st_inq.gif) no-repeat 0px 100%;
}

#fc_next,
#fc_inq {
	clear: both;
	padding-top: 20px;
}
#fc_next:after,
#fc_inq:after {
	content: '';
	display: block;
	clear: both;
}
#fc_next li,
#fc_inq li {
	float: left;
	height: 100px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#fc_next li a,
#fc_inq li a {
	display: block;
	height: 100px;
	text-align: center;
	font-size: 22px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 1px 1px 1px #666;
}
#fc_next li a:hover,
#fc_inq li a:hover {
	color: #000;
}
#fc_next li a span,
#fc_inq li a span {
	display: block;
	padding-top: 10px;
	font-size: 14px;
	font-weight: normal;
}
#next_t1 a,
#next_t2 a,
#next_t3 a {
	width: 350px;
}
#next_t1 a {
	background: url(../img/fc/next_t1.gif) no-repeat 0px 0px;
}
#next_t2 a {
	background: url(../img/fc/next_t2.gif) no-repeat 0px 0px;
}
#next_t3 a {
	background: url(../img/fc/next_t3.gif) no-repeat 0px 0px;
}
#next_t1 a:hover {
	background: url(../img/fc/next_t1.gif) no-repeat 0px 100%;
}
#next_t2 a:hover {
	background: url(../img/fc/next_t2.gif) no-repeat 0px 100%;
}
#next_t3 a:hover {
	background: url(../img/fc/next_t3.gif) no-repeat 0px 100%;
}
#next_s1 a {
	width: 710px;
	background: url(../img/fc/next_s1.gif) no-repeat 0px 0px;
}
#next_s1 a:hover {
	background: url(../img/fc/next_s1.gif) no-repeat 0px 100%;
}

#next_prev a {
	background: url(../img/fc/prev.gif) no-repeat 0px 0px;
}
#next_prev a:hover {
	background: url(../img/fc/prev.gif) no-repeat 0px 100%;
}
#next_next a {
	background: url(../img/fc/next.gif) no-repeat 0px 0px;
}
#next_next a:hover {
	background: url(../img/fc/next.gif) no-repeat 0px 100%;
}
#next_next a,
#next_prev a {
	width: 350px;
}
#fc_next #next_next a span,
#fc_next #next_prev a span {
	padding-top: 25px;
}
#next_s_inq a {
	width: 710px;
	background: url(../img/fc/next_inq.gif) no-repeat 0px 0px;
	line-height: 50px;
	margin-bottom: 30px;
}
#next_s_inq a:hover {
	background: url(../img/fc/next_inq.gif) no-repeat 0px 100%;
}
#sec_in #add {
	clear: both;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 690px;
	height: 250px;
	background: #FFF;
}
#add dt {
	font-size: 14px;
	color: #FFF;
	background: #666;
	width: 690px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
#add dd {
	padding-top: 3px;
	padding-left: 15px;
}




/* ---------------------------------------------------------------- *
	company
 * ---------------------------------------------------------------- */

#message {
	margin-left: 15px;
	padding-top: 20px;
}
#tree {
	margin-left: 15px;
	padding-top: 20px;
}
#message dt {
	height: 320px;
	width: 320px;
	border: 1px solid #CCC;
	float: left;
	margin-right: 15px;
}
#message dd {
	letter-spacing: 0.3em;
}
#second #sign {
	background: url(../img/com/sign.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	clear: both;
	height: 60px;
	width: 280px;
	padding: 0px;
	margin-left: 450px;
}
#second .his {
	display: block;
	clear: both;
	padding-left: 50px;
	padding-top: 15px;
}
#second .his h3 {
	width: 46px;
	border-bottom: 2px solid #aaabab;
	font-size: 11px;
	font-weight: normal;
	text-indent: 5px;
	height: 15px;
}
.his dl {
	padding-top: 10px;
	padding-bottom: 10px;
}
.his dl dt {
	clear: both;
	float: left;
	width: 90px;
	text-indent: 15px;
}
.his dl dd {
	width: 570px;
	padding-bottom: 10px;
	margin-left: 90px;
}
.his dl .line_3 {
	height: 40px;
}
#sec_in #com_info {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}

#com_info dt {
	clear: both;
	float: left;
	width: 135px;
	margin-bottom: 10px;
}
#com_info dd {
	margin-left: 135px;
	border-left: 1px dotted #999;
	padding-left: 10px;
	margin-bottom: 10px;
}
#sec_in .com_add {
	min-height: 200px;
	height: auto;
	padding-bottom: 10px;
	width: 350px;
	float: left;
	border: 1px solid #CCC;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
}
.com_add dt {
	color: #FFF;
	background: #999;
	height: 30px;
	width: 350px;
	line-height: 30px;
	text-indent: 10px;
	margin-bottom: 10px;
}
.com_add dd {
	width: 330px;
	margin-left: 10px;
}
.com_add .add_main {
	background: #666;
}
.com_add .add_map {
	height: 45px;
	width: 45px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin-left: 0px;
	letter-spacing: normal;
}
#sec_in .tellat {
	clear: both;
}
.dotline {
	border-bottom: 1px dotted #999;
	line-height: 25px;
}


.add_map a {
	font-size: 16px;
	line-height: 45px;
	font-weight: bolder;
	color: #FFF;
	text-align: center;
	display: block;
	height: 45px;
	width: 45px;
	text-decoration: none;
	background: #ef7d1a;
}
.add_map a:hover {
	color: #000;
	background: #999;
}
#sec_in #gmap {
	padding-bottom: 0px;
}
#gmap iframe {

	display: block;
	border: 1px solid #999;
}
#gmap p {
	height: 20px;
	text-align: right;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}
#sec_in #access {
	float: left;
	padding-left: 20px;
	padding-top: 0px;
}
#access li {
	line-height: 40px;
	text-indent: 40px;
	height: 40px;
	display: block;
	margin-top: 10px;
}
#access li a {
	color: #333;
	text-decoration: none;
	display: block;
}
#train  {
	background: url(../img/com/train.gif) no-repeat;
}
#printmap a {
	background: url(../img/com/print.gif) no-repeat 0px 0px;
}
#printmap a:hover {
	background: url(../img/com/print.gif) no-repeat 0px 100%;
	text-transform: capitalize;
	color: #e72d34;
}
#pdf_dl a {
	text-indent: -9999px;
	width: 340px;
	height: 45px;
	background: url(../img/com/adobe.gif) no-repeat 0px 0px;
}
#sec_in #work {
}
#second .w_top_txt {
	width: 650px;
	font-size: 16px;
	margin-left: 60px;
	padding: 0px;
}

#sec_in #work dl {
	float: left;
	width: 350px;
	margin-left: 15px;
	min-height: 350px;
	height: auto;
}
#work dl dd {
	width: 280px;
	margin-left: 30px;
	padding-top: 15px;
}
#sec_in #work .wide {
	clear: both;
	width: 700px;
	margin-left: 15px;
	min-height: 350px;
	height: auto;
}
#work .wide dd {
	width: 680px;
	margin-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#sec_in #work .wide2 {
	clear: both;
	width: 700px;
	margin-left: 15px;
	min-height: 230px;
	height: auto;
}
#work .wide2 dd {
	width: 680px;
	margin-left: 30px;
	padding-top: 15px;
}
#work dl:after {
	content: '';
	display: block;
	clear: both;
}
.sec_in .work_in {
}
.work_in h3 {
	font-size: 22px;
	color: #4d96d2;
	height: 40px;
	text-indent: 25px;
	letter-spacing: normal;
	font-weight: normal;
}
#second .work_in p{
	margin-top: 0px;
	padding-top: 0px;
}
.work_in dl {
	padding-left: 30px;
}
.work_in dl dt {
	text-align: center;
	color: #FFF;
	background: #000;
	padding: 5px 10px;
	width: 40%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.work_in dl dd {
	width: 650px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-left: 10px;
}
.downspace {
	padding-bottom: 60px;
}
#sm_message {
	display: none;
}

/* ---------------------------------------------------------------- *
	gallery
 * ---------------------------------------------------------------- */

#gallery {
	padding-top: 20px;
}
#gallery li {
	float: left;
	margin-left: 17px;
	margin-bottom: 17px;
	width: 219px;
	height: 146px;
}
#gallery:after {
	content: '';
	display: block;
	clear: both;
}
#gallery li a:hover {
	opacity: 0.8;
	/*IE7*/
	filter: alpha(opacity=80);
	/*IE8*/
	-ms-filter: "alpha(opacity=80)";
}

#gallery li img {
	box-shadow: 0px 0px 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;　/* Firefox用 */
	-webkit-box-shadow: 0px 0px 5px #666;　/* Safari,Google Chrome用 */
}

/* ---------------------------------------------------------------- *
	fun
 * ---------------------------------------------------------------- */

#second .f_top_txt {
	width: 650px;
	font-size: 16px;
	margin-left: 40px;
	padding-top: 0px;
}

#second #fun_d {
	padding-top: 50px;
	clear: both;
	padding-bottom: 30px;
}
#second #fun_d:after {
	content: '';
	display: block;
	clear: both;
}
#fun_d li {
	height: 260px;
	width: 260px;
	position: relative;
	float: left;
	margin-left: 70px;
}
#fun_d li span {
	display: block;
	width: 260px;
	position: absolute;
	text-align: center;
	top: -30px;
	font-size: 14px;
}
#fun_d li a {
	text-indent: -9999px;
	display: block;
	height: 260px;
	width: 260px;
}
#f1 a {
	background: url(../img/fun/f1.gif) no-repeat 0px 0px;
}
#f2 a {
	background: url(../img/fun/f2.gif) no-repeat 0px 0px;
}
#f3 a {
	background: url(../img/fun/f3.gif) no-repeat 0px 0px;
}
#f1 a:hover {
	background: url(../img/fun/f1.gif) no-repeat 0px 100%;
}
#f2 a:hover {
	background: url(../img/fun/f2.gif) no-repeat 0px 100%;
}
#f3 a:hover {
	background: url(../img/fun/f3.gif) no-repeat 0px 100%;
}
#sec_in .fun_in h3 {
	background: url(none);
	text-indent: 15px;
	font-size: 24px;
	color: #e72d34;
	height: 40px;
	margin-top: 10px;
}
#sec_in .fun_in {
	padding-left: 0px;
	padding-top: 0px;
}
#sec_in .fun_in #interview {
	background: url(../img/fun/bg_interview.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 135px;
	margin-top: 0px;
}
#sec_in .fun_in dl {
	clear: both;
	margin-top: 15px;
}
.fun_in dl:after {
	content: '';
	display: block;
	clear: both;
}
.fun_in dl dt {
	float: left;
	height: 235px;
	width: 245px;
	clear: both;
}
.fun_in dl dd {
	margin-left: 250px;
	width: 470px;
}
.fun_in dl .p_name {
	font-size: 16px;
	padding-top: 10px;
}

/* ---------------------------------------------------------------- *
	dev
 * ---------------------------------------------------------------- */

#second #dev {
}
#dev figure img{
	padding-top: 20px;
}
#sec_in #dev .dev_point {
	padding-left: 15px;
	padding-top: 10px;
	clear: both;
}
#dev .dev_point dt {
	font-size: 18px;
	line-height: 80px;
	background: url(../img/point.gif) no-repeat;
	text-indent: 70px;
	height: 80px;
	width: 690px;
}
#dev .dev_point dd {
	padding-bottom: 20px;
	width: 680px;
	margin-left: 15px;
	margin-top: -15px;
}
#dev .usb {
	clear: both;
	padding-top: 10px;
	padding-left: 15px;
}
#dev .usb dt  {
	background: url(none);
	float: left;
	height: 150px;
	width: 150px;
	clear: both;
}
#dev .usb dd {
	margin-top: 0px;
	margin-left: 160px;
	background: url(../img/dev/usb_dd.gif) no-repeat;
	height: 25px;
	line-height: 25px;
	padding-left: 20px;
}
#dev .usb .usb_txt {
	font-size: 16px;
	background: url(none);
	padding-left: 0px;
	text-indent: -10px;
	padding-top: 30px;
}
#dev #usb_p_left {
	float: left;
	height: 350px;
	width: 185px;
	clear: left;
	padding-left: 0px;
	padding-top: 15px;
}
#dev .left_ul {
	margin-left: 195px;
	padding-top: 15px;
}
#dev .left_ul li {
	padding-top: 20px;
}
#dev .clear_in {
	clear: both;
	padding-left: 0px;
	padding-top: 0px;
}
#dev section .subtitle {
	background: url(none);
	padding-top: 20px;
	border-bottom: 2px solid #666;
	width: 670px;
	text-indent: 10px;
	margin-left: 20px;
}
#dev section p {
	width: 650px;
	margin-left: 15px;
	padding-top: 20px;
}
#dev section ul {
	padding-left: 35px;
	padding-bottom: 20px;
}
#dev section ul li {
	line-height: 20px;
	background: url(../img/dev/usb_ulli.gif) no-repeat;
	height: 20px;
	text-indent: 17px;
}


/* ---------------------------------------------------------------- *
	ir
 * ---------------------------------------------------------------- */

#second #sec_in #ir {
}
#ir .desdl {
	float: left;
	height: auto;
	width: 230px;
	min-height: 235px;
	margin-left: 10px;
	background: #FFF;
}
#ir dl:after {
	content: '';
	display: block;
	clear: both;
}
#ir .desdl dt {
	line-height: 25px;
	text-indent: 29px;
	height: 25px;
	margin-bottom: 10px;
}
#ir .desdl dd {
	width: 200px;
	margin-left: 10px;
	border-left: 1px dotted #4d96d2;
	margin-bottom: 7px;
	padding-left: 7px;
}

#ir .csr_h {
	height: 35px;
	font-size: 16px;
	font-weight: normal;
	line-height: 35px;
	text-indent: 30px;
}
#ir .csr_dl {
	padding-left: 30px;
}
#ir .csr_dl dt {
	float: left;
	margin-right: 10px;
}
#ir .csr_dl dd {
	padding-bottom: 20px;

}

#ser_1 {
	background: url(../img/ir/bg_dt1.gif) no-repeat;
}
#ser_2 {
	background: url(../img/ir/bg_dt2.gif) no-repeat;
}
#ser_3 {
	background: url(../img/ir/bg_dt3.gif) no-repeat;
}
#bana {
}
#bana:after {
	content: '';
	display: block;
	clear: both;
}
#bana li {
	float: left;
	margin-left: 30px;
	margin-bottom: 20px;
}
#sec_in #stock {
	margin-top: 0px;
}
#sec_in #stock p {
	padding-bottom: 5px;
}
#second .ir_middle {
	text-align: center;
}

/* ---------------------------------------------------------------- *
	policy
 * ---------------------------------------------------------------- */

#sec_in .poicy {
	padding-top: 20px;
	padding-bottom: 30px;
}
.poicy dt {
	line-height: 30px;
	height: 30px;
	border-bottom: 1px solid #999;
	text-indent: 10px;
	width: 730px;
	font-weight: bold;
	font-size: 120%;
}
.poicy dd {
	width: 680px;
	margin-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* ---------------------------------------------------------------- *
	sitemap
 * ---------------------------------------------------------------- */

#sitemap {
	padding-top: 20px;
	padding-left: 20px;
}
#sitemap dl {
	width: 360px;
	float: left;
	padding-bottom: 20px;
}
#sitemap dl dt {
	background: #CCC;
	width: 320px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 10px;
	color: #000;
}
#sitemap dl dt a {
	color: #000;
}
#sitemap dl dd {
	text-indent: 7px;
	border-left: 1px dotted #666;
	margin-top: 8px;
	margin-left: 10px;
}



/* ---------------------------------------------------------------- *
	inq
 * ---------------------------------------------------------------- */

#second .inq_box {
	display: block;
	float: left;
	width: 350px;
	margin-bottom: 20px;
	margin-left: 15px;
	height: 170px;
}

#second .inq_box a {
	text-decoration: none;
	display: block;
	width: 350px;
	height: 170px;
}
.inq_box a h3 {
	text-decoration: none;
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
	padding-top: 7px;
	padding-left: 10px;
	height: 60px;
	line-height: 30px;
}
.inq_box a dl {
	color: #000;
	text-decoration: none;
	background: #FFF;
	height: 75px;
	width: 336px;
	margin-left: 7px;
	margin-top: 2px;
}
.inq_box a dl dt {
	line-height: 30px;
	background: url(../img/inq_tell.gif) no-repeat;
	text-indent: 40px;
	height: 30px;
	font-size: 18px;
	margin-top: 3px;
}
.inq_box a dl dd {
	padding-left: 10px;
}
#inq1 a {
	background: url(../img/inq/inq1.gif) no-repeat 0px 0px;
}
#inq2 a {
	background: url(../img/inq/inq2.gif) no-repeat 0px 0px;
}
#inq3 a {
	background: url(../img/inq/inq3.gif) no-repeat 0px 0px;
}
#inq4 a {
	background: url(../img/inq/inq4.gif) no-repeat 0px 0px;
}
#inq5 a {
	background: url(../img/inq/inq5.gif) no-repeat 0px 0px;
}
#inq6 a {
	background: url(../img/inq/inq6.gif) no-repeat 0px 0px;
}

#inq1 a:hover {
	background: url(../img/inq/inq1.gif) no-repeat 0px 100%;
}
#inq2 a:hover {
	background: url(../img/inq/inq2.gif) no-repeat 0px 100%;
}
#inq3 a:hover {
	background: url(../img/inq/inq3.gif) no-repeat 0px 100%;
}
#inq4 a:hover {
	background: url(../img/inq/inq4.gif) no-repeat 0px 100%;
}
#inq5 a:hover {
	background: url(../img/inq/inq5.gif) no-repeat 0px 100%;
}
#inq6 a:hover {
	background: url(../img/inq/inq6.gif) no-repeat 0px 100%;
}
#second #inq_in {
	clear: both;
	padding-top: 10px;
}
#inq_in p {
	padding-top: 0px;
	padding-left: 15px;
	margin-left: 0px;
}

#second .mail_at {
	font-size: 90%;
	padding-top: 0px;
	padding-bottom: 10px;
}



/* ---------------------------------------------------------------- *
	table
 * ---------------------------------------------------------------- */

table {
	background: #FFF;
	border: 1px solid #999;
	margin-top: 20px;
	margin-left: 10px;
	border-spacing: 5px;
}
th {
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
	color: #FFF;
}
.t_title {
	height: 25px;
	line-height: 25px;
	background: #4c4948;
}
.t_left {
	background: #4d96d2;
	vertical-align: top;
	padding-top: 5px;
}
.estate tr td, .stock tr td {
	background: #cee7f8;
	padding: 5px;
}
.estate {
	width: 700px;
	margin-bottom: 30px;
}
.stock {
	width: 700px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.stock .pink {
	background: #fbdddf;
}

/* ---------------------------------------------------------------- *
	online
 * ---------------------------------------------------------------- */

#online {
}
.l_sub {
	font-size: 22px;
	color: #4d96d2;
	height: 40px;
	text-indent: 60px;
	letter-spacing: normal;
	font-weight: normal;
}

#online .simple_h {
	font-size: 28px;
	font-weight: normal;
	padding-top: 20px;
	clear: both;
	margin-left: 15px;
	border-bottom: 1px solid #666;
	width: 700px;
}
#online .on_point {
	padding-left: 15px;
}
#online .on_point li {
	height: 295px;
	width: 675px;
	position: relative;
	margin-top: 30px;
	margin-left: 10px;
}
#online .on_point li span {
	position: absolute;
	top: 41px;
	display: block;
	left: 118px;
	font-size: 11px;
}

#online .on_point #on_fun {
	background: url(../img/work/on_fun.jpg) no-repeat;
}
#online .on_point #on_interact {
	background: url(../img/work/on_int.jpg) no-repeat;
}
#online .on_point #on_gain {
	background: url(../img/work/on_gain.jpg) no-repeat;
}
#online .online_main {
	height: 290px;
	width: 210px;
	float: left;
	margin-top: 25px;
	margin-left: 22px;
	border: 1px double #999;
	background: #FFF;
}
#online .online_main dt {
	line-height: 25px;
	background: #3da0ca;
	text-align: center;
	height: 25px;
	width: 210px;
	font-size: 14px;
	color: #FFF;
}
#online .online_main .txt {
	width: 200px;
	margin-left: 5px;
	padding-top: 10px;
	font-size: 11px;
}
.apli_main_all {
	width: 640px;
	height: 115px;
	margin-left: 40px;
	margin-top: 25px;
	border: 1px double #999;
}
.apli_main_all dt {
	line-height: 25px;
	background: #3da0ca;
	text-align: center;
	height: 25px;
	width: 100%;
	font-size: 14px;
	color: #FFF;
}
.apli_main_all .txt {
	width: 95%;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 11px;
}

.apli_main {
	height: 115px;
	width: 300px;
	float: left;
	margin-top: 25px;
	margin-left: 40px;
	border: 1px double #999;
	background: #FFF;
}
.apli_main dt {
	line-height: 25px;
	background: #3da0ca;
	text-align: center;
	height: 25px;
	width: 100%;
	font-size: 14px;
	color: #FFF;
}
.apli_main .txt {
	width: 95%;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 11px;
}










/* ---------------------------------------------------------------- *
	footer
 * ---------------------------------------------------------------- */

#copyright {
	bottom: 10px;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 1000px;
	text-align: center;
	padding-top: 40px;
}
footer div {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	letter-spacing: normal;
}
footer div dl {
	float: left;
	padding-right: 40px;
	height: 280px;
	padding-left: 10px;
}
footer div dl dt {
	font-size: 16px;
	color: #666;
	padding-top: 10px;
	border-bottom: 1px dotted #000;
	margin-bottom: 5px;
}
footer div dl dt a {
	color: #666 !important;
	text-decoration: none;
}
footer div dl dd {
	padding-top: 3px;
}
footer div dl dd a {
	color: #666 !important;
	text-decoration: none;
}
footer div dl a:hover {
	color: #000 !important;
}

/* ---------------------------------------------------------------- *
  breadcrumb
 * ---------------------------------------------------------------- */

#breadcrumb {
	margin-top: 25px;
	margin-left: 10px;
	clear: both;
	height: 20px;
	position: relative;
}

#breadcrumb div {
	display: inline;
}
#breadcrumb div a {
  text-decoration: none;
}


/* ---------------------------------------------------------------- *
  pagenavi  
 * ---------------------------------------------------------------- */

.wp-pagenavi {
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 3px 5px;
  margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #000;
  background-color: #666;
  color :#fff;
}
.wp-pagenavi span.current {
  font-weight: bold;
}
.pagenation {
  padding: 15px 0px;
}
.oldpage {
 float :right; 
}

/* ---------------------------------------------------------------- *
	widgettitle
 * ---------------------------------------------------------------- */

#rightside2 .widgettitle {
	background: #4d96d2;
	display: block;
	height: 25px;
	width: 240px;
	line-height: 25px;
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
	text-indent: 10px;
}
#rightside2 select {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
}

#rightside2 ul {

}
#rightside2 ul ul {
	padding: 10px 0 15px 15px;
}
#rightside2 ul li {

}
#rightside2 ul li ul li {
	margin: 0px;
	background: url(../img/rightside_li.gif) no-repeat;
	height: 25px;
	line-height: 25px;
	text-indent: 17px;
	letter-spacing: normal;
}
#rightside2 ul li ul li a {
	color: #000;
	text-decoration: none;
}
#rightside2 ul li ul li a:hover {
	color: #ccc;
	text-decoration: underline;
}


/* ---------------------------------------------------------------- *
	tip
 * ---------------------------------------------------------------- */

.infoBox {
  position: absolute;
}

.infoBox > div {
	background: url(../img/iconset.png) no-repeat;
	text-indent: -9999px;
	height: 268px;
	width: 262px;
}

/* ---------------------------------------------------------------- *
	tab
 * ---------------------------------------------------------------- */

ul.semtabs {
	margin:0 auto;
	clear:both;
	border-bottom: 4px solid #4c77b3;
	height:25px;
}
ul.semtabs li {
	float:left;
	height:30px;
	display:block;
	background-image:none;
}
ul.semtabs li a {
	/*  height:15px;*/

  line-height:15px;
	display:block;
	padding: 5px 5em;
	text-decoration:none;
	font-weight:bold;
	background-color:#e6eeee;
}
ul.semtabs li.active a {
	background-color: #4c77b3;
	color: #fff;
}

/* ---------------------------------------------------------------- *
	back to top
 * ---------------------------------------------------------------- */

#toppage {
	padding-left: 230px;
}
#toppage a {
	color: #FFF;
	background: #000;
	display: block;
	height: 30px;
	width: 200px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 16px;
}
#toppage a:hover {
	color: #FFF;
	background: #e72d34;
}

/* ---------------------------------------------------------------- *
	result
 * ---------------------------------------------------------------- */

#result {
	width: 700px;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#result dt {
	font-size: 18px;
	border-bottom: 1px dotted #999;
}
#result dd {
	padding-bottom: 10px;
	text-indent: 15pt;
	width: 680px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 3px;
}
#result a {
	text-decoration: none;
}
#result a dd {
	text-decoration: none;
	color: #000;
}
#result a dd:hover {
	text-decoration: underline;
	color: #999;
	cursor: pointer;
}
#result em {
	font-size: 14px;
	color: #e72d34;
}
#result a em:hover {
	color: #000;
	cursor: pointer;
}

/* ---------------------------------------------------------------- *
	IE7 hack
 * ---------------------------------------------------------------- */

*:first-child+html #glbhead div {
}
*:first-child+html #sec_in section h4 {
	margin-top: 20px;
	margin-left: 10px;
}
*:first-child+html #sec_in h5 {
	margin-top: 20px;
}

/* ---------------------------------------------------------------- *
	ir calendar部分追加
 * ---------------------------------------------------------------- */

#second .calendar_in {
	padding: 0px 0px 15px;
}
#second .calendar_in h3 {
	text-indent: 15px;
	font-weight: normal;
	font-size: 1.2em;
	margin: 0 0 0 30px;
	padding: 20px 0 5px;
}
#second .calendar_in h3 span {
	font-size: 0.6em;
    padding: 0 0 0 15px;
}
.list_calendar {
	padding: 20px 0 10px 60px;
	clear: both;
	border-bottom: 1px dotted #999;
	width: 90%;
}
.list_calendar dt {
	float:left;
    clear:both;
    width: 120px;
}
.list_calendar dd {
	margin-left: 140px;
    padding: 0 0 20px 0;
}

/* ---------------------------------------------------------------- *
	スマホ対応による修正
 * ---------------------------------------------------------------- */

.smimg {
	display: none;
}

/* ---------------------------------------------------------------- *
	アルバイト・パート
 * ---------------------------------------------------------------- */

#parttime {
	width: 100%;
}
#parttime h1,
#parttime h2,
#parttime h3,
#parttime h4,
#parttime h5 {
	font-weight: normal;
	font-size: 1em;
	text-align: center;
	letter-spacing: normal;
}
#parttime p {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	line-height: normal;
	font-size: 1.1em;
}
#parttime figure img {
	width: 100%;
	height: auto;
}
#parttime nav {
	width: 100%;
	padding: 10px 0 25px;
}
#parttime nav ul {
	text-align: center;
	width: 100%;
	background: #D71518;
}
#parttime nav ul li {
	display: inline-block;
	font-size: 1.4em;
}
#parttime nav ul li a {
	padding: 10px 15px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
#parttime nav ul li a:hover {
	opacity: 0.8;
}
#parttime nav ul .nowdisp a {
	color: #000000;
	background: #CCCCCC;
}
#parttime h2 {
	width: 100%;
	background: none;
	text-align: center;
	margin: 0;
	padding: 0;
	text-indent: 0px;
	height: auto;
	border: none;
}
#parttime h2 span {
	position: relative;
	right: auto;
	top: auto;
	font-size: 1em;
	display: none;
}
#parttime #partread {
	margin: 10px auto 30px;
	border-radius: 20px;
	background: #B7DFF7;
}
#parttime #partread span {
	padding: 20px 30px;
	display: block;
}
#parttime .part-search {
	clear: both;
	width: 100%;
	text-align: center;
	background: #F5C937;
	padding: 20px 0;
	margin: 0px 0 30px;
}
#parttime .part-search h3 {
	font-size: 2em;
	padding-bottom: 20px;
}
#parttime .part-search ul {
	padding: 0 0 20px;
}
#parttime .part-search ul li select {
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: 1.6em;
	box-sizing: content-box;
	color: #FFFFFF;
	width: 100%;
}
#parttime .part-search ul li option {
	color: #000000;
}
#parttime .part-search ul li {
	overflow: hidden;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	border-radius: 0.2em;
	background-color: #000000;
	margin: 0 20px;
}
#parttime .part-search ul li > select {
    width: 265px;
	height: 40px;
	text-indent: 20px;
}
#parttime .part-search ul li:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 1.8em;
	display: block;
	content: "";
	pointer-events: none;
	background: url(../img/parttime/select.png) no-repeat;
}
#parttime .part-search ul li > select {
}
#parttime .part-search ul li {
	overflow: visible;
}
#parttime .part-search input {
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 230px;
	color: #FFFFFF;
	background: #E72751;
	height: 42px;
	border: none;
	font-size: 1.6em;
}
#parttime .part-search input:hover {
	opacity: 0.8;
	cursor: pointer;
}
#parttime .search-s {
	display: none;
}
#parttime .h3txt {
	padding: 30px 0 10px;
	font-size: 1.4em;
	font-weight: bold;
}
#parttime .part-voice {
	padding: 60px 0 0;
}
#parttime .part-voice h4 {
	text-align: left;
	font-size: 2em;
	padding-bottom: 10px;
}
#parttime .part-voice h4 img {
	vertical-align: middle;
}
#parttime .part-voice h5 {
	font-size: 1.2em;
	position: relative;
	width: 90%;
	border: 2px solid #d71518;
	border-radius: 20px;
	padding: 6px 0;
	margin: 40px auto 0;
}
#parttime .part-voice h5 img {
	position: absolute;
	top: -30px;
}
#parttime .part-voice h5 .icon-left {
	left: -20px;
}
#parttime .part-voice h5 .icon-right {
	right: -20px;
}
#parttime .part-voice p {
	width: 85%;
	margin: 0 auto;
	padding: 22px 0;
	border-bottom: 1px dotted #231815;
}
#parttime .part-order {
}
#parttime .part-order ul {
	padding: 50px 0;
	text-align: center;
}
#parttime .part-order ul li {
	width: 80%;
	margin: 0 auto;
	background: #e72751;
	border-radius: 50px;
}
#parttime .part-order ul li a {
	display: block;
	color: #FFFFFF;
	font-size: 2.2em;
	text-decoration: none;
	padding: 20px 0;
	border: 2px solid #e72751;
	border-radius: 50px;
}
#parttime .part-order ul li a:hover {
	color: #000000;
	background: #FFFFFF;
	border-radius: 50px;
}
#parttime .flexslider {
	width: 95%;
	margin: 0 auto;
	padding: 0 0 60px 0;
}
#parttime .flexslider p {
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
	font-size: 1.8em;
	padding: 10px 0;
}
#parttime .flexslider p#undertxt {
	position: absolute;
	bottom: 0px;
}
#parttime .flexslider p span {
	position: absolute;
	top: -20px;
}
#parttime .flexslider p #left-icon {
	left: 0px;
}
#parttime .flexslider p #right-icon {
	right: 0px;
}
#parttime .flexslider ul li img {
	width: 80%;
	margin: 0 auto;
}
#parttime #part-result {
	width: 95%;
	margin: 0 auto;
	position: relative;
}
#parttime #part-result h3 {
	text-align: left;
	font-size: 1.6em;
}
#parttime #part-result article {
	clear: both;
	position: relative;
	border: 3px solid #C9CACA;
	padding: 11px 18px;
	margin: 22px 0;
	background: #FFFFFF;
}
#parttime #part-result article h2 {
	font-size: 1.6em;
	text-align: left;
}
#parttime #part-result p {
	width: 96%;
	padding: 5px 0;
}
#parttime #part-result #engage {
	width: auto;
	padding: 0;
	margin: 0;
	position: absolute;
	top: -20px;
	right: 0px;
}
#parttime #part-result p span {
	font-size: 0.9em;
	margin-left: -10px;
}
#parttime #part-result p em {
	font-weight: normal;
	font-size: 1em;
}
#parttime #part-result p .parttimecate-all {
	display: none;
}
#parttime #part-result p em:after {
	content: " ／ "; 
}
#parttime #part-result .overview {
	font-size: 1.2em;
}
#parttime #part-result .overview li {
	margin: 5px 0;
}
#parttime #part-result .overview li img {
	vertical-align: middle;
	margin-right: 5px;
}
#parttime #part-result article .bo-detail {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: auto;
}
#parttime #part-result article .bo-detail a {
	display: block;
	padding: 7px 25px;
	border: 3px solid #EA5718;
	color: #EA5718;
	border-radius: 15px;
	text-decoration: none;
	font-size: 1.2em;
}
#parttime #part-result article .bo-detail a:hover {
	background: #EA5718;
	color: #FFFFFF;
}
.pagenation {
    margin: 1em 0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
	text-align: center;
}
.pagenation li {
	display: inline-block;
    margin: 0 1px;
	font-size: 1.2em;
	border: 1px solid #333;
}
.pagenation li.active {
    background-color: #555;
    color: #FFFFFF;
    padding: 3px 8px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #FFF;
    color: #555;
    display: block;
    padding: 3px 8px;
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
}
#parttime #part-result article .bo-order {
	position: absolute;
	right: 10px;
	top: 10px;
	width: auto;
}
#parttime #part-result article .bo-order a {
	display: block;
	padding: 2px 25px;
	border: 2px solid #EA5718;
	color: #EA5718;
	border-radius: 20px;
	text-decoration: none;
	font-size: 1em;
}
#parttime #part-result article .bo-order a:hover {
	background: #EA5718;
	color: #FFFFFF;
}
#parttime #part-result article .shopimg {
	margin: 22px 0 0;
	padding: 22px 0 25px;
	border-top: 1px dotted #D71518;
}
#parttime #part-result article .shopimg li {
	display: inline-block;
}
#parttime #part-result h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 0 10px 0;
}
#parttime #part-result .detail-catch {
	background: #E9EAEA;
	width: 100%;
}
#parttime #part-result .detail-catch span {
	padding: 10px;
	display: block;
	font-size: 1em;
	margin: 0px;
}
#parttime #part-result h4 {
	text-align: left;
	margin: 22px 0 0;
	padding: 22px 0 5px;
	border-top: 1px dotted #D71518;
	font-size: 1.4em;
}
#parttime #part-result h4 img {
	vertical-align: middle;
	margin: 0 5px 0 0;
}
#parttime #part-result h5 {
	text-align: left;
	padding: 15px 0 5px;
	font-size: 1.2em;
	font-weight: bold;
	width: 96%;
	margin: 0 auto;
}
#parttime #part-result dl {
	width: 90%;
	padding: 10px 0 0;
	margin: 0 auto;
	font-size: 1em;
}
#parttime #part-result dl dt {
	background: #E9EAEA;
	float: left;
	clear: both;
	width: 130px;
	text-align: 1em;
	padding: 5px;
}
#parttime #part-result dl dd {
	margin-left: 150px;
	padding: 5px 5px 20px 0;
}
#parttime .iconfigure {
	text-align: center;
	clear: both;
}
#parttime .iconfigure img {
	width: auto;
}
#parttime #parttime-form {
	clear: both;
	width: 95%;
	margin: 20px auto 40px;
	background: #FCE7E9;
	padding: 0 0 20px;
}
#parttime #parttime-form h3 {
	font-size: 1.6em;
	background: #EA5718;
	padding: 4px 0;
	color: #FFFFFF;
}
#parttime #parttime-form p {
	text-align: left;
	padding:  20px 0 0;
}
#parttime #parttime-form dl {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0 0;
	font-size: 1.2em;
}
#parttime #parttime-form dl dt {
	width: 190px;
	float: left;
	clear: both;
}
#parttime #parttime-form dl dd {
	margin-left: 195px;
}
#parttime #parttime-form dl dd label {
	padding-right: 5px;
}
#parttime #parttime-form input {
	vertical-align: middle;
	padding: 0;
	margin: 0 3px 0 0;
}
#parttime #parttime-form input {
	vertical-align: middle;
	padding: 0;
	margin: 0 3px 0 0;
}
#parttime #parttime-form dl input[type="text"],
#parttime #parttime-form dl input[type="tel"],
#parttime #parttime-form dl input[type="email"],
#parttime #parttime-form dl select {
	padding: 5px 0;
}
#parttime #parttime-form #bo-submit {
	text-align: center;
}
#parttime #parttime-form #bo-submit input {
	clear: both;
	text-align: center;
	padding: 5px 7px;
	width: 60%;
	margin: 0 auto;
	font-size: 2em;
	color: #FFFFFF;
	background: #E61D37;
	border: 2px solid #E61D37;
	text-decoration: none;
	display: inline-block;
}
#parttime #parttime-form #bo-submit .wpcf7c-btn-back {
	width: 30%;
	margin: 0 20px;
	background: #868686;
	border-color: #868686;
}
#parttime #parttime-form #bo-submit .wpcf7-submit {
	width: 40%;
	margin: 0 20px;
}
#parttime #parttime-form #bo-submit input:hover {
	color: #000000;
	background: #FFFFFF;
	border: 2px solid #E61D37;
}
#parttime #parttime-form .form_at {
	font-size: 0.9em;
}
#parttime #parttime-form #sendmail {
	display: none;
}
.sent .parttime-input-area {
	display: none;
}

/* IEでのselect選択矢印削除--------------------------------------------------------- */

select::-ms-expand {
  display: none;
}

/* ---------------------------------------------------------------- *
	アルバイト・パート 旧ページからの移植
 * ---------------------------------------------------------------- */

#parttime #sec-content {
	width: 95%;
	margin: 15px auto 0;
	background: #FFF;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	font-size: 1em;
}
#parttime #sec-content p {
}
#parttime #sec-content h2 {
	color: #FFFFFF;
	padding: 5px 0;
	font-size: 1.6em;
}
#parttime #slides {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#parttime .color-intro #slides img {
	width: 98.9%;
	border-radius: 0px 0px 20px 20px;
	border-left: 4px solid #f08922;
	border-right: 4px solid #f08922;
	border-bottom: 4px solid #f08922;
}
#parttime .color-training #slides img {
	width: 98.9%;
	border-radius: 0px 0px 20px 20px;
	border-left: 4px solid #d779ad;
	border-right: 4px solid #d779ad;
	border-bottom: 4px solid #d779ad;
}
#parttime #in-contents {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-bottom: 40px;
}

/*　仕事紹介部分　*/

#parttime .color-intro .fullimg {
	clear: both;
	padding: 0;
	margin: 20px auto 0;
}
#parttime .color-intro .fullimg img {
	width: 98%;
	border: 4px solid #f08922;
	border-radius: 20px;
}
#parttime .full {
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
#parttime .full img {
	width: 100%;
	height: auto;
}
#parttime .full h3,
#parttime .half h4 {
	text-align: left;
	font-size: 1.6em;
	border-bottom: 2px dotted #CCC;
}
#parttime .full p,
#parttime .half p {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
#parttime .half {
	display: inline-block;
	width: 47%;
	margin-right: 1%;
	margin-left: 1%;
	vertical-align: top;
}
#parttime .long {
}
#parttime .half h4 {
	padding-top: 15px;
}
/*　キャリアプラン部分　*/

#parttime .h3-career {
	width: 100%;
	padding: 20px 0 0;
}
#parttime .h3-career img {
	width: 100%;
	height: auto;
}
#parttime .h3-career span {
	display: none;
}
#parttime .color-career p {
	width: 90%;
	margin: 0 auto;
	padding-top: 15px;
}
#parttime #catch {
	padding-top: 20px;
}
#parttime .color-career #catch p {
	width: 90%;
	margin: 0 auto;
}

/*　Q&A部分　*/

#parttime .color-qa p {
	width: 100%;
	padding: 20px 0 0;
	margin-right: auto;
	margin-left: auto;
}
#parttime .color-qa dl {
	padding-top: 30px;
	font-size: 1.1em;
}
#parttime .color-qa dt {
	background: url(../img/parttime/bg_q.jpg) no-repeat;
	height: 70px;
	width: 100%;
	text-indent: 135px;
	line-height: 53px;
}
#parttime .color-qa dd {
	background: url(../img/parttime/bg_a.jpg) no-repeat;
	height: 130px;
	width: 100%;
}
#parttime .color-qa dd span {
	margin-left: 105px;
	padding-top: 15px;
	display: block;
	width: 474px;
}

/*　スタッフの声部分　*/

#staff-box-left {
	float: left;
	width: 50%;
	padding-top: 20px;
	clear: both;
}
#staff-box-left h3 {
	background: url(../img/staff/icon-interview.jpg) no-repeat;
	height: 70px;
	line-height: 70px;
	text-indent: 80px;
}
#staff-box-left h3 span {
	font-size: 2em;
	padding-right: 10px;
}
#staff-box-left .half {
	float: none;
	width: 100%;
	padding-top: 20px;
}
#staff-box-right {
	width: 50%;
	margin-left: 52%;
}
#staff-schedule {
	background: url(../img/staff/bg_schedule.jpg) repeat;
	width: 360px;
	margin-top: 100px;
	padding-bottom: 30px;
}
#staff-schedule h3 img{
	margin-top: -33px;
}
#staff-schedule dl {
	width: 330px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
	margin-top: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#staff-schedule dl dt {
	float: left;
	width: 40px;
	text-indent: 15px;
}
#staff-schedule dl dd {
	margin-left: 70px;
	padding-left: 10px;
	border-left: 1px dotted #999;
	margin-bottom: 20px;
}
#staff-message {
	width: 360px;
	margin-top: 30px;
	height: 450px;
}
.staff-1 {
	background: url(../img/staff/staff-1.jpg) no-repeat;
}
.staff-2 {
	background: url(../img/staff/staff-2.jpg) no-repeat;
}
.staff-3 {
	background: url(../img/staff/staff-3.jpg) no-repeat;
}
#staff-message p {
	background: #FFF;
	padding: 10px;
	width: 220px;
	margin-top: 20px;
	opacity: 0.7;
	/*IE7*/
	filter: alpha(opacity=70);
	/*IE8*/
	-ms-filter: "alpha(opacity=70)";
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border: 1px dotted #5db530;
}
#subnav {
	width: 80%;
	clear: both;
	padding-top: 20px;
}
#subnav nav {
	background: #e8f0c1;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
}
#subnav nav dl {
	margin-right: 13px;
	margin-left: 13px;
	float: left;
}
#subnav nav dl a {
	color: #333;
}
#subnav nav dl:hover {
	opacity: 0.7;
	/*IE7*/
	filter: alpha(opacity=70);
	/*IE8*/
	-ms-filter: "alpha(opacity=70)";
}

/*　研修部分　*/

#parttime .h3-training {
	padding: 25px 0 10px;
	clear: both;
}
#parttime .h3-training span {
	font-size: 1.2em;
	font-weight: bold;
	color: #d779ad;
	display: none;
	text-align: left;
	padding-bottom: 10px;
}
#parttime .h3-training img {
	width: 100%;
	height: auto;
}
#parttime .separate-right {
	margin: 10px 0 5px 10px;
	float: right;
}
#parttime .separate-left {
	float: right
}
#parttime .separate-left h4 {
	font-size: 1.3em;
	border-bottom: 2px dotted #CCC;
}
#parttime .separate-left p {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
#parttime .separate-right img {
}
#parttime .trio {
	width: 30%;
	margin: 0 1% 20px;
	border: 2px solid #d779ad;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	display: inline-block;
	vertical-align: top;
}
#parttime .trio p {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 15px 0;
	position: relative;
}
#parttime .trio h4 {
	text-align: center;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
}

/*　体験レポート　*/
#parttime .color-report img {
	width: 100%;
	height: auto;
}

/*　色指定　*/

#parttime h2#intro {
	background: #f08922;
}
#parttime h2#career {
	background: #595757;
}
#parttime h2#qa {
	background: #977826;
}
#parttime h2#report {
	background: #003592;
}
#parttime h2#staff {
	background: #5db530;
}
#parttime h2#training {
	background: #d779ad;
}
#parttime h2#message {
	background: #e50011;
}
#parttime h2#shop {
	background: #208ece;
}

.orenge {
	color: #f08922;
}
.green {
	color: #5db530;
}
.purple {
	color: #d779ad;
}

.redtxt {
	color: #C00;
}

/* ---------------------------------------------------------------- *
	アミューズメントカジノ ジクー  FC加盟店募集用
 * ---------------------------------------------------------------- */

.casino-sec {
    padding: 30px 0 0;
}
#second .casino-sec h3 {
    font-size: 20px;
    font-weight: bold;
    background: #000;
    height: auto;
    width: 730px;
    padding: 10px 0;
    text-indent: 10px;
    clear: both;
    color: #FFF;
}
#sec_in .casino-left {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-bottom: 0;
    margin-top: 0px;
}
#sec_in .casino-right {
    display: inline-block;
    width: 46.6%;
    margin-left: 1%;
}
#sec_in .casino-right img {
    width: 100%;
}
#sec_in .casino-left .txt-red {
    color: #ff0000;
    font-size: 16px;
    padding: 15px 10px 10px 20px;
    background: none;
    text-indent: 0;
}
#sec_in .casino-left p {
    font-size: 16px;
    padding: 0 0 0 20px;
    font-weight: 500;
    line-height: 1.4em;
}
#sec_in .casino-left ul {
    padding: 10px 0 0 20px;
}
#sec_in .casino-left ul li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 16px;
    padding-bottom: 15px;
}
#second .casino-sec .s-txt {
    font-size: 14px;
    padding: 10px 0 0 0;
    line-height: 1.4em;
}
#second .casino-sec h4 {
    width: 730px;
    padding: 30px 0 5px 0;
    font-size: 18px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
#sec_in .list-txt {
    padding: 10px 0 0 20px;
}
#sec_in .list-txt li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 16px;
    padding-bottom: 5px;
}
#second .img-full img {
    width: 700px;
}
#second .txt-full {
    font-size: 16px;
    padding: 20px 0 0;
    line-height: 1.4em;
    margin: 0;
    width: 700px;
    font-weight: 600;
}
#sec_in .list-txt-full {
    padding: 10px 0 30px 0;
}
#sec_in .list-txt-full li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
    padding-bottom: 5px;
    padding-right: 35px;
}
#second #sec_in h5 {
    font-size: 20px;
    font-weight: bold;
    background: none;
    height: auto;
    width: 730px;
    text-indent: 0;
    margin-top: 30px;
}
#second #sec_in h5 span {
    color: #ff0000;
}
.btn a img:hover {
    opacity: 0.7;
}
/* ---------------------------------------------------------------- *
	麵屋虎杖FC募集ページ用
 * ---------------------------------------------------------------- */

#itadori {
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-webkit-text-size-adjust: none;
	color: #000000;
	font-size: 16px;
}
#itadori h1 {
	font-size: 28px;
	font-weight: bold;
	padding: 20px 0 10px;
}
#itadori h1 i {
	color: #e60012;
	font-style: normal;
}
#itadori h1 span {
	display: block;
	font-size: 44px;
}
#itadori .spec {
	padding: 10px 0 30px;
}
#itadori .spec p {
	font-size: 20px;
	line-height: 50px;
	padding: 0;
	margin: 0 auto;
	width: 90%;
}
#itadori .spec p img {
	margin-right: 10px;
	width: 50px;
	height: auto;
	vertical-align: middle;
}
#itadori .left-txt {
	padding-bottom: 50px;
	clear: both;
}
#itadori .left-txt p {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	line-height: normal;
}
#itadori .timg a img:hover {
	opacity: 0.8;
	/*IE7*/
	filter: alpha(opacity=80);
	/*IE8*/
	-ms-filter: "alpha(opacity=80)";
}
.notification div {
	padding: 50px 0;
	position: relative;
	width: 90%;
	margin: 0 auto;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-webkit-text-size-adjust: none;
}
.notification div h3 {
	font-size: 20px;
	border-bottom: 1px solid #000000;
	font-weight: normal;
	padding-top: 30px;
}
.notification div p {
	font-size: 16px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 5px;
}
.notification div ul {
	width: 90%;
	margin: 0 auto;
}
.notification div ul li {
	padding-bottom: 10px;
}
.notification div ul li a {
	font-size: 18px;
	text-decoration: none;
}
.notification div ul li a:hover {
	color: #CCCCCC;
}
.notification div ul li a .i-under {
	margin: 0 10px 0 0;
}