@charset "utf-8";
/* CSS Document */

/* Reset
----------------------------------------------------*/
html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table,th,td {font-size: 100%;line-height: 1.4;}
caption,th {text-align: left;font-weight: normal;}
object,embed {vertical-align: top;}
hr,legend {display: none;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: normal;}
img,abbr,acronym,fieldset {border: 0;}
ul,li {list-style-type: none;}
img,a img{border:none;background:transparent;vertical-align:bottom;}

/* font
----------------------------------------------------*/
body {
	font: 62.5% "ＭＳ Ｐゴシック", メイリオ, Meiryo, Verdana, Osaka, "ヒラギノ角ゴ Pro W3";

}
html>/**/body { font-size: 10px; } /* Except IE */
* html body { /* IE6用フォント指定 */
	font: 62.5% "ＭＳ Ｐゴシック", メイリオ, Meiryo, Verdana, Osaka, "ヒラギノ角ゴ Pro W3";
}

/*--- default */
body {
	background: #fff;
	text-align: center;
}


/* Link
----------------------------------------------------*/
a { color: #990000; text-decoration:underline; }
a:hover,
a:active { color: #990000; text-decoration: none; }
a:visited {
}


/* float,clear
----------------------------------------------------*/
.fleft {
	float: left;
}
.fright {
	float: right;
}
.clear {
	clear: both;
}
.cf { /* clearfix */
	zoom: 1;
}
.cf:after {
	content:'';
	display: block;
	clear: both;
}


/* text
---------------------------------------- */
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.txt_narrow {
	letter-spacing: -1px;
}
.txt_space {
	letter-spacing: 1px;
}
.txt_indent {
	text-indent: 1em;
}


table {
	font-size:100%;
	line-height:160%;
}

th,
td {
}
th {
}
td {
}

.m2 { margin-bottom:2px;}
.m5 { margin-bottom:5px;}
.m6 { margin-bottom:6px;}
.m7 { margin-bottom:7px;}
.m8 { margin-bottom:8px;}
.m10 { margin-bottom:10px;}
.m12 { margin-bottom:12px;}
.m13 { margin-bottom:13px;}
.m14 { margin-bottom:14px;}
.m15 { margin-bottom:15px;}
.m16 { margin-bottom:16px;}
.m20 { margin-bottom:20px;}
.m25 { margin-bottom:25px;}
.m30 { margin-bottom:30px;}
.m40 { margin-bottom:40px;}
.m50 { margin-bottom:50px;}
.m60 { margin-bottom:60px;}
.m70 { margin-bottom:70px;}
.m80 { margin-bottom:80px;}
.m90 { margin-bottom:90px;}
.m100 { margin-bottom:100px;}

.ml10 { margin-left:10px; display:inline;}
.ml15 { margin-left:15px; display:inline;}
.ml20 { margin-left:20px; display:inline;}
.ml25 { margin-left:25px; display:inline;}
.ml23 { margin-left:23px; display:inline;}
.ml28 { margin-left:28px; display:inline;}
.ml30 { margin-left:30px; display:inline;}
.ml43 { margin-left:43px; display:inline;}
.ml10_o { margin-left:10px;}
.ml20_o { margin-left:20px;}

.mr3 { margin-right:3px; display:inline;}
.mr7 { margin-right:7px; display:inline;}
.mr10 { margin-right:10px; display:inline;}
.mr15 { margin-right:15px; display:inline;}
.mr20 { margin-right:20px; display:inline;}
.mr30 { margin-right:30px; display:inline;}
.mr10_o { margin-right:10px;}
.mr20_o { margin-right:20px;}

.p20 { padding-bottom:20px;}
.p90 { padding-bottom:90px;}

.pl10 { padding-left:10px;}
.pr10 { padding-right:10px;}

.mt4 { margin-top:4px;}
.mt5 { margin-top:5px;}
.mt6 { margin-top:6px;}
.mt8 { margin-top:8px;}
.mt10 { margin-top:10px;}
.mt20 { margin-top:20px;}
.mt28 { margin-top:28px;}

.flt { float:left;}
.flr { float:right;}

span.tar a{ text-align:right; float:right; font-weight:normal;}

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
	background: none;
}

body {
	background: url(../images/bg.jpg) top repeat-x;
	color: #444;
	text-align: center;
	font-family:"ＭＳ Ｐゴシック", メイリオ, Meiryo, Verdana, Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:normal;
	font-style:normal;
}

#index {
	background:url(../images/bg.jpg) repeat-x;
}

#index #wrapper{
	background:url(../images/bg.jpg) repeat-x;
	width:100%;
}

#Page #wrapper{
	background:url(../images/bg2.jpg) repeat-x;
	width:100%;
}

#Page {
	background:url(../images/bg2.jpg) repeat-x;
}


#main{
	margin:0px auto;
	width:950px;
	text-align:left;
	line-height:1.8;
	font-size: 120%;
}

#mainimage {
	margin:0 auto;
	width:950px;
	height:280px;
	margin-bottom:30px;
	overflow:hidden;
}
#mainimage ul li {
	width:950px;
	height:280px;
}

#locator {
	width:950px;
	height:30px;
	line-height:31px;
	margin:0 auto 30px auto;
	text-align:left;
	font-size:11px;
}

.mainimage {
	margin:0 auto;
	width:950px;
	height:130px;
	margin-bottom:1px;
	overflow:hidden;
}


#index #content {
	float:left;
	width:660px;
	overflow:hidden;
	text-align:left;
	line-height:1.8;
	padding-bottom:50px;
	font-size:100%;
}

#Page #content {
	float:left;
	width:660px;
	overflow:hidden;
	text-align:left;
	line-height:1.8;
	padding-bottom:50px;
	font-size:100%;
}

#contactPage #content {
	float:left;
	width:660px;
	overflow:hidden;
	text-align:left;
	line-height:1.8;
	padding-bottom:50px;
	font-size:100%;
}

/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/
#header{
	margin:0px auto;
	width:950px;
	position:relative;
	height:100px;
	z-index:1000;
}

#header h1{
	float:left;
	position:absolute;
	top:30px;
	left:0;
}

/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer{
	width:100%;
	text-align:center;
	float:left;
	line-height:2.0;
	margin:0 auto;
	background:url(../images/fbg.jpg) repeat-x left top #E9E9E9;
	color:#555;
	font-size:12px;
}

#footer2{
	width:100%;
	text-align:center;
	float:left;
	line-height:2.0;
	margin:0 auto;
	background:url(../images/fbg3.jpg) repeat-x left bottom;
	color:#555;
	font-size:12px;
}

#footer a {
	color:#555;
	text-decoration:underline;
}

#footer a:hover {
	color:#555;
	text-decoration:none;
}

#foot {
	width:950px;
	margin:0 auto;
	background:url(../images/fbg.jpg) repeat-x left top #E9E9E9;
	position:relative;
	text-align:left;
	line-height:2.0;
}

.fbdr {
	position:absolute;
	top:0;
	right:0;
}

.fbox01 {
	width:162px;
	float:left;
	position:relative;
	margin-top:58px;
}

.fbox01 ul {
	list-style-type:none;
	position:absolute;
	top:60px;
	left:26px;
}

.fbox01 ul li {
	background:url(../images/farr.jpg) no-repeat 0 9px;
	padding-left:10px;
}

.f_txt01 {
	position:absolute;
	top:0px;
	left:0px;
}

.f_txt02 {
	position:absolute;
	top:29px;
	left:26px;
}

.f_txt03 {
	position:absolute;
	top:220px;
	left:0px;
}

.f_txt04 {
	position:absolute;
	top:250px;
	left:0px;
}

.fbox02 {
	width:143px;
	float:left;
	position:relative;
	margin-top:58px;
	margin-left:25px;
	display:inline;
}

.fbox02 ul {
	list-style-type:none;
	position:absolute;
	top:34px;
	left:27px;
}

.fbox02 ul li {
	background:url(../images/farr.jpg) no-repeat 0 9px;
	padding-left:10px;
}

.f_txt05 {
	position:absolute;
	top:0px;
	left:0px;
}

.f_txt06 {
	position:absolute;
	top:193px;
	left:0px;
}

.f_txt07 {
	position:absolute;
	top:223px;
	left:0px;
}

.fbox03 {
	width:350px;
	float:left;
	position:relative;
	margin-top:58px;
	margin-left:20px;
	display:inline;
}

.fbox03 ul.n01 {
	list-style-type:none;
	position:absolute;
	top:34px;
	left:10px;
}

.fbox03 ul.n01 li {
	background:url(../images/farr.jpg) no-repeat 0 9px;
	padding-left:10px;
}

.fbox03 ul.n02 {
	list-style-type:none;
	margin-top:123px;
	margin-left:10px;
	padding-bottom:20px;
}

.fbox03 ul.n02 li {
	background:url(../images/farr.jpg) no-repeat 0 6px;
	padding-left:10px;
	line-height:1.4;
	margin-bottom:7px;
}

.f_txt08 {
	position:absolute;
	top:0px;
	left:0px;
}

.f_txt09 {
	position:absolute;
	top:95px;
	left:0px;
}

.fbox04 {
	width:230px;
	min-height:299px;
	float:right;
	background:url(../images/fbg2.jpg) repeat-y;
	margin-top:41px;
	position:relative;
}

.flogo {
	position:absolute;
	top:18px;
	left:20px;
}

.ftxt01 {
	position:absolute;
	top:78px;
	left:20px;
}

.ftxt02 {
	position:absolute;
	top:115px;
	left:19px;
}

.ftxt03 {
	position:absolute;
	top:159px;
	left:19px;
}

.fmap01 {
	position:absolute;
	top:78px;
	left:87px;
}

.ftxt04 {
	position:absolute;
	top:189px;
	left:20px;
}

.ftxt05 {
	position:absolute;
	top:225px;
	left:19px;
}

.ftxt06 {
	position:absolute;
	top:252px;
	left:19px;
}

.fmap02 {
	position:absolute;
	top:189px;
	left:87px;
}

.pagetop {
	float:right;
	position:absolute;
	right:0;
	top:0;
}

#copy {
	width:950px;
	height:48px;
	line-height:48px;
	float:left;
	background:url(../images/fbg3.jpg) repeat-x;
}

#copy img {
	margin-left:342px;
	margin-top:20px;
	display:block;
}

#copyright {
width:960px;
text-align:center;
float:left;
line-height:50px;
}


/*==========================================================================*/
/*                            Navigation                                    */
/*==========================================================================*/

#index #nav {
	width:200px;
	float:right;
	overflow:hidden;
	padding-bottom:50px;
}

#Page #nav {
	width:200px;
	float:right;
	overflow:hidden;
	padding-bottom:50px;
}

#contactPage #nav {
	width:200px;
	float:right;
	overflow:hidden;
	padding-bottom:50px;
}

.nav {
	width:200px;
	float:left;
	margin-bottom:20px;
	z-index:1;
}

.nav ul {
	list-style-type:none;
	z-index:1;
}

.nav ul li {
	width:200px;
	background:url(../images/nav_bg2.jpg) repeat-y;
	text-align:left;
	padding-top:7px;
	padding-bottom:7px;
	border-bottom:1px solid #ddd;
	z-index:1;
}

.nav ul li a {
	background:url(../images/arr.jpg) no-repeat 0 2px;
	padding-left:20px;
	color:#444444;
	text-decoration:none;
	width:160px;
	margin-left:15px;
	display:block;
	line-height:1.4;
	z-index:1;
}

.nav ul li a:hover {
	color:#999;
	text-decoration:underline;
	z-index:1;
}

.nav_box {
	width:200px;
	float:left;
	height:156px;
	position:relative;
	margin-bottom:20px;
	background:url(../images/nav_bg.jpg) repeat-y;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	z-index:1;
}

.nav01 {
	float:left;
	position:absolute;
	top:15px;
	left:15px;
	z-index:1;
}

div.nav01_txt {
	float:left;
	position:absolute;
	top:45px;
	left:13px;
	line-height:1.7;
	font-size:10px;
	width:160px;
	z-index:1;
}

div.nav01_txt div {
	font-size:12px;
}

.nav01_btn {
	float:left;
	position:absolute;
	top:107px;
	left:15px;
	z-index:1;
}

.nav02 {
	float:left;
	margin-bottom:10px;
	z-index:1;
}

.nav03 {
	float:left;
	z-index:1;
}




#gnav {
	width:648px;
	height:20px;
	float:left;
	position:absolute;
	top:50px;
	right:0px;
	z-index:1000;
}

#gnav ul {
	list-style-type:none;
	z-index:1000;
}

#gnav ul li {
	float:left;
	cursor:pointer;
	z-index:1000;
}

#gnav #jsddm li ul
		{	margin-top:10px;
			position: absolute;
			visibility: hidden;
			background:url(../images/gnav_bg.jpg) repeat-y;
			border-bottom:1px solid #eee;
			border-top:1px solid #eee;
			width:190px;
			overflow:hidden;
			z-index:1000;
			}

			*:first-child+html #gnav #jsddm li ul.n01{
			margin-top: 30px;
			padding: 0;
			position: absolute;
			left:107px;
			visibility: hidden;
			background:url(../images/gnav_bg.jpg) repeat-y;
			border-bottom:1px solid #eee;
			border-top:1px solid #eee;
			width:190px;
			overflow:hidden;
			z-index:1000;
			}

			*:first-child+html #gnav #jsddm li ul.n02{
			margin-top: 30px;
			padding: 0;
			position: absolute;
			left:216px;
			visibility: hidden;
			background:url(../images/gnav_bg.jpg) repeat-y;
			border-bottom:1px solid #eee;
			border-top:1px solid #eee;
			width:190px;
			overflow:hidden;
			z-index:1000;
			}

			*:first-child+html #gnav #jsddm li ul.n03{
			margin-top: 30px;
			padding: 0;
			position: absolute;
			left:324px;
			visibility: hidden;
			background:url(../images/gnav_bg.jpg) repeat-y;
			border-bottom:1px solid #eee;
			border-top:1px solid #eee;
			width:190px;
			overflow:hidden;
			z-index:1000;
			}

			*:first-child+html #gnav #jsddm li ul.n04{
			margin-top: 30px;
			padding: 0;
			position: absolute;
			left:432px;
			visibility: hidden;
			background:url(../images/gnav_bg.jpg) repeat-y;
			border-bottom:1px solid #eee;
			border-top:1px solid #eee;
			width:190px;
			overflow:hidden;
			z-index:1000;
			}

			#gnav #jsddm li ul li
			{	float: left;
				display:block;
				text-align:left;
				font-size:12px;
				color:#444444;
				width:160px;
				padding-bottom:10px;
				border-bottom:1px solid #eeeeee;
				background:url(../images/garr.jpg) no-repeat 10px 15px;
				padding-top:10px;
				padding-left:20px;
				margin-left:5px;
				overflow:hidden;
				z-index:1000;
				}

			#gnav #jsddm li ul li a
			{	width: 160px;
				color: #444444;
				text-decoration:none;
				line-height:1.4;
				display:block;
				z-index:1000;
				}

			#gnav #jsddm li ul li a:hover
			{ color:#999; text-decoration:underline; z-index:1000;}

/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

/* index
------------------------------------------------------------------------*/
.top_box01 {
	width:660px;
	float:left;
	overflow:hidden;
}

.top_box01 dl {
	width:660px;
	border-bottom:1px dotted #ddd;
	margin-bottom:6px;
	padding-bottom:6px;
	float:left;
	display:inline;
	z-index:100;
}

.top_box01 dl.end {
	width:660px;
	border-bottom:0px dotted #ddd;
	margin-bottom:0px;
	padding-bottom:10px;
	float:left;
	display:inline;
	z-index:100;
}

.top_box01 dl dt {
	width:102px;
	float:left;
	background:url(../images/arr.jpg) no-repeat 0 4px;
	text-indent:22px;
	overflow:hidden;
}

.top_box01 dl dd {
	width:558px;
	float:right;
}

.top_box01 dl dd span.txt {
	z-index:100;
}

.top_box01 dl dd.new {
	width:510px;
	float:left;
	background:url(../images/new.jpg) no-repeat 0 3px;
	padding-left:38px;
	z-index:100;
}
.top_box01 dl dd img {
	margin-right: 10px;
}
.top_box01 dl dd p {
	display: inline;
}



.top_h3 {
	width:660px;
	float:left;
	margin-bottom:14px;
}



/* news
------------------------------------------------------------------------*/
.imgbox {
	border: none;
	margin: 1px;
	overflow:hidden;
	border:1px solid #ccc;
	display:block;
}

.imgbox img{
	margin: -1px;
}


*html .imgbox {
	margin: 1px;
	overflow:hidden;
	border:1px solid #ccc;
	display:block;
}

*html .imgbox img{
	margin: 0px;
}

.inside_h3 {
	width:660px;
	float:left;
	margin-bottom:40px;
}

.inside_h4 {
	width:660px;
	height:30px;
	line-height:30px;
	background:url(../images/inside_h4.jpg) no-repeat;
	color:#444;
	text-indent:12px;
	font-weight:bold;
	font-size:12px;
	float:left;
	margin-bottom:12px;
}

.inside_h5 {
	width:700px;
	height:38px;
	line-height:38px;
	background:url(../images/inside_h5.jpg) no-repeat;
	color:#213357;
	text-indent:21px;
	font-weight:bold;
	font-size:13px;
	float:left;
	margin-bottom:15px;
}
.inside_h6 {
	font-weight:bold;
	color:#213357;
	background:url(../images/arr02.jpg) no-repeat 0 2px;
	font-size:13px;
	text-indent:22px;
	margin-bottom:7px;
	width:670px;
	float:left;
}

.inside_box {
	width:660px;
	float:left;
}

.inside_boxc {
	width:660px;
	float:left;
	text-align:center;
}

.inside_boxr {
	width:660px;
	float:left;
	text-align:right;
}

.inside_box_ir {
	width:660px;
	float:left;
}

.inside_box_ir img {
	float:right;
	margin-left:20px;
	display:inline;
}

.inside_box_ir span {
	float:right;
	margin-top:10px;
}

.inside_box_il {
	width:660px;
	float:left;
}

.inside_box_il img {
	float:left;
	margin-right:20px;
	display:inline;
}

/* philosophy
------------------------------------------------------------------------*/
.phi_box01 {
	width:660px;
	float:left;
}

/* cases
------------------------------------------------------------------------*/
.cas_box01 {
	width:660px;
	float:left;
	background:url(../images/cas_box01_bg.jpg) repeat-y;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ccc;
}

.cas_box02 {
	width:636px;
	float:left;
	margin:4px 0 0 5px;
	padding-bottom:5px;
}

.cas_box02 img {
	float:left;
}

.cas_box03 {
	width:328px;
	float:right;
	margin-top:50px;
}

.cas_box03 h3 {
	font-size:22px;
	font-weight:bold;
	margin-bottom:10px;
	float:left;
	width:328px;
	line-height:1.2;
}

.cas_box03 h4 {
	font-size:14px;
	font-weight:bold;
	float:left;
	width:328px;
	padding-bottom:20px;
	border-bottom:2px solid #ddd;
	margin-bottom:20px;
}

.cas_box03 p {
	width:328px;
	float:left;
}

.cas_h5 {
	font-size:16px;
	font-weight:bold;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	width:630px;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:20px;
	text-align:center;
}

.cas_h6 {
	float:left;
}

.cas_box04 {
	width:660px;
	float:left;
	background:url(../images/cas_box01_bg.jpg) repeat-y;
	border-bottom:1px solid #ddd;
}

.cas_box04 ul {
	list-style-type:none;
	margin:15px 0 0 33px;
	float:left;
	display:inline;
	padding-bottom:10px;
}

.cas_box04 ul li {
	float:left;
	width:95px;
	margin-right:30px;
	display:inline;
	font-size:11px;
	text-align:center;
	line-height:1.4;
}

.cas_box04 ul li a {
	float:left;
	width:95px;
	display:block;
	color:#444;
	text-decoration:none;
}

.cas_box04 ul li a:hover {
	float:left;
	width:95px;
	display:block;
	color:#444;
	text-decoration:underline;
}

.cas_box04 ul li a img {
	margin-bottom:10px;
}

/* sales
------------------------------------------------------------------------*/
.sal_box01 {
	background:#F3F3F3;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	float:left;
	width:660px;
	overflow:hidden;
	margin-bottom:40px;
}

.sal_box01 ul {
	list-style-type:none;
	float:left;
	margin:15px 0 0 20px;
}

.sal_box01 ul li {
	background:url(../images/sal_arr.jpg) no-repeat 0 4px;
	text-indent:24px;
	float:left;
	width:160px;
	padding-bottom:12px;
}

.sal_box01 ul li a {
	color:#444;
}

.sal_box01 ul li a:hover {
	color:#444;
}

.sal_box02 {
	width:660px;
	float:left;
}

.sal_box02 ul {
	list-style-type:none;
}

.sal_box02 ul li {
	width:210px;
	float:left;
	margin:5px;
	display:inline;
}

.sal_box02 ul li a {
	color:#444;
}

.sal_box02 ul li a:hover {
	color:#444;
}


.sal_box03 {
	width:660px;
	float:left;
}

.sal_box03 ul {
	list-style-type:none;
}

.sal_box03 ul li {
	width:310px;
	float:left;
	margin:5px;
	display:inline;
}

.sal_box03 ul li a {
	color:#444;
}

.sal_box03 ul li a:hover {
	color:#444;
}





/* table
------------------------------------------------------------------------*/

table.tab{
	border:1px solid #D5D5D5;
	border-bottom: none;
	border-right: none;
	border-spacing: 1;
	border-collapse: separate;
}

table.tab td{
	border:1px solid #D5D5D5;
	padding:10px;
	text-align:left;
	border-spacing: 0px;
}

table.tab td{
	border: 1px #fff solid;
	border-right: 1px #D5D5D5 solid;
	border-bottom: 1px #D5D5D5 solid;
	padding:10px;
	text-align:left;
	border-spacing: 1px;
	line-height:1.6;
	vertical-align:top;
}

table.tab th{
	border: 1px #fff solid;
	border-right: 1px #D5D5D5 solid;
	border-bottom: 1px #D5D5D5 solid;
	padding:10px;
	background:url(../images/th_bg.jpg) repeat;
	text-align:left;
	border-spacing: 1px;
	font-weight:bold;
	vertical-align:top;
}

table.tab th span {
	font-size:11px;
	font-weight:lighter;
}

table.tab2{
	border-bottom: none;
	border-right: none;
	border-spacing: 1;
	border-collapse: separate;
}

table.tab2 td{
	border-bottom:1px dotted #D5D5D5;
	padding:10px;
	text-align:left;
	border-spacing: 0px;
}

table.tab2 td{
	border: 1px #fff solid;
	border-bottom: 1px #D5D5D5 dotted;
	padding:10px;
	text-align:left;
	border-spacing: 1px;
	line-height:1.6;
	vertical-align:top;
}

table.tab2 th{
	border: 1px #fff solid;
	border-bottom: 1px #D5D5D5 dotted;
	padding:10px;
	background:url(../images/th_bg.jpg) repeat;
	text-align:center;
	border-spacing: 1px;
	font-weight:lighter;
}

table.tab3{
	border-collapse:collapse;
	border:0px solid #cccccc;
}

table.tab3 td{
	border:0px solid #cccccc;
	padding:5px;
	text-align:left;
}

table.tab3 td a {
	color:#444;
}

table.tab3 td a:hover {
	color:#444;
}

table.tab3 th{
	border:0px solid #cccccc;
	padding:5px;
	background-color:#f3f3f3;
	text-align:left;
}

























/* formPage
----------------------------------------------------*/
#contactPage form input,
#contactPage form select,
#contactPage form textarea {
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	vertical-align: middle;
}
#contactPage form .nonDeco {
	border: none;
	padding: 0;
	background: none;
}
#contactPage form textarea {
	font-size: 12px;
}

div.hope
div.hope p,
div.hope ul,
div.hope ul li {
	width: 230px;
}
div.hope {
	float: left;
	margin-bottom: 15px;
	margin-right: 5px;
}
div.hope p {
	font-weight: bold;
}
div.last {
	margin-bottom: 0;
}
div.hope ul li {
	margin-bottom: 5px;
}


/* input width style
----------------------------------------------------*/
#contactPage form .input1 {
	width: 150px;
}
#contactPage form .input2 {
	width: 350px;
}
#contactPage form .input3 {
	width: 80px;
}
#contactPage form .input4 {
	width: 50px;
}
#contactPage form .input5 {
	width: 250px;
}
#contactPage form .input6 {
	width: 100px;
}
#contactPage form .input7 {
	width: 160px;
}

#contactPage form #prefecture_id {
	width: 85px;
}


/* submit area style
----------------------------------------------------*/
#contactPage div#submit {
	margin-top: 30px;
	text-align: center;
}

/* text style
----------------------------------------------------*/
#contactPage form p.attention {
	margin-bottom: 5px;
	padding-left: 0;
	background: none;
	color: #f00;
	text-align: right;
}
#contactPage form table em {
	margin-left: 2px;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em;
	color: #f00;
}
.nonIME {
	ime-mode: disabled;
}
.formError {
	background-color:#FFFFDD;
	color:#FF0000;
	font-weight:bold;
	padding-left:5px;
	width:100%;
}
#contactPage p.formMessage {
	margin: 50px 0;
	text-align: center;
}
.privacy {
	height: 150px;
	overflow: auto;
	margin-top: 15px;
	font-size: 10px;
	width: 450px;
	padding: 0 15px 0 5px;
	border: 1px solid #CCC;
}
.privacy h5 {
	font-weight: bold;
}
.contact_h4 {
	height:30px;
	line-height:30px;
	background:url(../images/inside_h4.jpg) no-repeat;
	color:#444;
	text-indent:12px;
	font-weight:bold;
	font-size:12px;
	margin-bottom:12px;
}

/* icon
----------------------------------------------------*/
span.must {
	background:url(../images/icon_hissu.gif) no-repeat left center;
	width: 27px;
	text-indent: -9999px;
	float: right;
}
span.nini {
	background:url(../images/icon_nini.gif) no-repeat left center;
	width: 27px;
	text-indent: -9999px;
	float: right;
}
span.info {
	margin-left: 10px;
	font-size: 10px;
	color: #999;
}


h3.bgTtl {
	float: left;
	padding-left: 22px;
	font-size: 16px;
	font-weight: bold;
	background: url(../images/h3_bg.jpg) no-repeat left center;
	margin-bottom: 15px;
}
.loginBox {
	padding: 30px 30px 20px 30px;
	text-align: center;

	border: 1px solid #CCC;
}
.loginBox dl {
	margin-bottom: 20px;
	margin-left: 130px;
}
.loginBox dl dt {
	float: left;
}
.loginBox dl dd {
	width: 350px;
}
*:first-child+html .loginBox dl {
	text-align: left;
}
*:first-child+html .loginBox dl dd {
	margin-left: 30px;
}
.btnArea li {
	display: inline;
	margin-right: 15px;
}
.tradersBox li {
	float: left;
	margin-right: 15px;
}
.tradersBox li.last {
	margin-right: 0;
}
.bx-pager,
.bx-prev,
.bx-next {
	display: none;
}


/*180323追加css------------------------------------*/
#gnav {
    width: 642px;
}