@charset "utf-8";

/*
0,General
----------------------------------------*/
html{
	font-size: 80%;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	overflow-y: scroll;
	}
body#tomare{
    height:100%;
     -webkit-text-size-adjust: 100%;
}
body {
	font-size: 1.5rem;
	font-size: 15px;
	background: rgb(255,255,255);
	color:#555;
	position: relative;
}
a img:hover{
opacity:0.7;
filter: alpha(opacity=70);        /* ie lt 8 */
-ms-filter: "alpha(opacity=70)";  /* ie 8 */
-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
-khtml-opacity: 0.7;              /* Safari 1.x */
}
div.wrapperContainer{
	position:relative;
	height:100%;
	width: 100%;
    position: relative;
    height:auto !important; /*IE6対策*/
    height: 100%; /*IE6対策*/
    min-height: 100%;
}	

div.wrapper{
	width:940px;
	margin:0px auto;
	padding:0 0 50px 0;/*footerMargin40+footerHeight60*/
	}
div.wrapper:before{
	content:"";
	position:absolute;
	width:100%;
	height:3px;
	background-color:rgb(0,190,190);
	left:0;top:0px;
	margin:0px 0 0 0;
	z-index:2;
	}
div.contents{
	width:940px;
	margin:0px auto;
	}
.wrapper h2{
    font-size: 160%;
    border-bottom: 1px solid #ccc;
    margin: 50px 0 20px;
}
.wrapper h3{
    font-size: 130%;
    margin: 20px 0 10px;
}
/*
1,Transition
----------------------------------------*/
#toTop a,
section.news dl dd a,
body#case #contents>section ul li a,
.table>section>div a,
a.entry,
input[type=submit],
.wrapper>header>h1 a,
input[type=button],
a.completeBack,
div.tabBox>section a:hover img,
section.cueing>h1>aside>a,
#tabControl li,
#tabControl2 li{
	display:inline-block;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all .5s ease;
	}
/*
2,Header

----------------------------------------*/

#tomare div.wrapper:before{
	background-color: #fff;
}
#tomare .headerContent{
	width: 940px;
	margin: 0 auto;
}
#tomare .headerContent p{
	font-size: 80%;
}
#tomare .headerContent h1{
	width: 420px;
	height: 57px;
	float: left;
	display: inline;
	vertical-align: middle;
	margin: 10px 0 ;
}
#tomare .headerContent h1 a{
	display: block;
}
#tomare .headerContent h1 img{
	margin:  0 10px 0 0;
	float: left;
	vertical-align: middle;
}
#tomare .headerContent h1 img:first-child{
}
#tomare .headerContent .headerRight{
	width: 300px;
	float: right;
	vertical-align: middle;
	margin: 10px 0;
}
#tomare .headerContent .headerRight li{
	text-align: cener;
}

#tomare .headerContent .headerRight .tel {
	font-size: 150%;
	font-family: arial;
	font-weight: bold;
	margin-left: 0.4em;
}
#tomare .headerContent .headerRight .tel a{
	color: #333;
}
#tomare .headerContent .headerRight .time {
	font-size: 90%;
}

#tomare .headerContent ul.headerRight{
	width: 400px;
	float: right;
	vertical-align: middle;
}
#tomare .headerContent .headerRight li{
	display: inline;
	float: right;
}
#tomare .headerContent .headerRight li:first-child{
	margin-left:20px ;
}

/*

nav
----------------------------------------*/
#tomare nav {
/*	border-bottom: rgb(0,190,190) 2px solid;*/
	background: #f2fcfc;
	height:100%;
	width: 100%;
	clear: both;
	margin: 10px auto 20px;
}
#tomare nav .tomareGn{
	width: 940px;
	margin: 0 auto;
	*zoom: 1;
	list-style-type: none;
	padding: 0;
}
.tomareGn:before, .tomareGn:after{
  content: "";
  display: table;
}
.tomareGn:after{
  clear: both;
}


#tomare nav .tomareGn li{
	display: inline;
	float: left;
	width: 20%;
	position: relative;
	margin: 0;
	text-align: center;
}
#tomare nav .tomareGn li a{
	color: #444;
	font-size: 120%;
	padding:20px 0;
	display: block;
}
#tomare nav .tomareGn li a:hover{
	background: #999;
	color: #fff;
}
#tomare nav .tomareGn li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
#tomare nav .tomareGn li ul li{
  width: 100%;
}
#tomare nav .tomareGn li ul li a{
  padding: 13px 15px;
  background: #4cd1d1 !important;
  text-align: left;
  display: block;
  margin: 0;
  padding: 15px 0 11px 1em;
  line-height: 1;
  text-decoration: none;
  font-size: 90%;
  color: #fff;
  letter-spacing: 1px;
}
#tomare nav .tomareGn li:hover > a{
  background: #00bebe;
  color: #fff;
}

#tomare nav .tomareGn li ul li{
  overflow: hidden;
  height: 0;
  transition: .2s;
}
#tomare nav .tomareGn li:hover ul li{
  overflow: visible;
  height: 38px;
}

#tomare nav .tomareGn .active,
#tomare nav .tomareGn .active a,
#tomare nav .tomareGn .active a:hover{
	background: #00bebe;
	color: #fff;
}





/*
3,Footer
----------------------------------------*/
#tomare footer{
	background-color:rgb(0,190,190);
	width:100%;
	color: #fff;
	margin: 0 0 0;
	padding: 20px 0 ;
	bottom:0;
	overflow: auto;
}
#tomare footer .footerContents{
	width: 940px;
	margin: 0 auto;
	padding: 10px 0 0;
}
#tomare footer a{
	color: #fff;
}
#tomare .footerBC{
	clear: both;
}
#tomare .footerBC dl{
	font-weight: bold;
	width: 33%;
	display: inline;
	text-align: left;
	float: left;
}

#tomare .footerBC dl a{
	color: #fff;
}
#tomare .footerBC dt{
	margin-bottom: .5em;
}
#tomare .footerBC dd{
	padding: 0 0 0 ;
	line-height: 2em;
	font-weight: normal;
}



#tomare .corporationInfo{
	width: 940px;
	margin: 0 auto;
	clear: both;
	padding: 20px 0 0 0;
}
#tomare .corporationInfo ul{
	width: 100%;
	display: block;
}
#tomare .corporationInfo li{
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
#tomare .corporationInfo li:last-child{
	float: right;
}
#tomare address{
	margin-bottom: 20px;
}
#tomare  .pMark{
	text-align: right;
	padding: 20px 0 0 0;
}
#tomare  .copy{
	float: right;
	text-align: right;
}
#page-top{
	width:80px;
	height:80px;
	position:fixed;
	right:16px;
	bottom:16px;
}
#page-top p{
	margin:0;
	padding: 10px;
	text-align:center;
	background:#ccc;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	border-radius:5px;
	color: #000;
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}
#page-top a{
	color: #333;
}
#page-top a:hover{
	color: #fff;
}
#page-top p:hover{
	background:#8b8b8b;
	color: #fff;
}
#move-page-top{
	color:#fff;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
/*
top
----------------------------------------*/

div.topImage{
	background: #fff;
	width: 940px;
	height: 305px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
    position: relative;
    z-index: 0;
}
div.topImage ul.productList{
	position: absolute;
	bottom: 0px;
	left: 47%;
}
div.topImage .productList li{
	float: left;
	display: inline;
	margin: 0 0 0 10px;
}
/*
News
----------------------------------------*/

section.news{
	width:940px;
	height:auto;
	padding:12px 18px 15px 38px;
	background:url(../img/dotG02.png) repeat-y left top;
	border:1px solid rgb(241,241,241);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius: 10px;
	box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.1);
	margin:30px 0 0 0;
	line-height: 1.5em;
	}
section.news h1{
	padding:0 0 7px 0;
	margin:0 0 6px 0;
	background:url(../img/dotG03.png) repeat-x left bottom;
	}
section.news dd,
section.news dt{
	margin:5px 0;
	padding: 0.4em 0 0; 
	border-top:1px #ccc dotted;
}
section.news dt{
	display: inline;
	float: left;
	width: 10em;
	clear: left;
	font-size:1rem;
}
section.news dd{
	width: 700px;
	font-size: 1rem;
	float: left;
	clear: right;
	}
section.news dd span{
	padding:0 0 0 28px;
	color:rgb(100,100,100);
	font-size:1rem;
	}
section.news  dd a{
	background:url(../img/arrowG.png) no-repeat left 2px;
	color:rgb(100,100,100);
	}
section.news dd  a:hover{
	background:url(../img/arrowG.png) no-repeat 5px 2px;
	}
section.news dd a:hover span{
	color:#999;
	}
	
#newsList{
	width: ;
	height: 200px;
	overflow: hidden;

}
/*
5,Product
----------------------------------------*/
h2.cueing{
	background: #f4b2c6;
	width: 100%;
	height: 300px;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
h2.mesmart{
	background: #80d4a1;
	width: 100%;
	height: 300px;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
h2.cueing img,
h2.mesmart{
	margin:0 auto;
}
.productList div{
	width: 450px;
	display: inline-block;
	margin:20px 30px 0 0 ;
	overflow: hidden;
}
.productList div:last-child{
	margin-right:0;
}
.product h3{
    font-size: 1.8rem;
    border-bottom: 1px solid #ccc;
    margin: 50px 0 20px;
	display: block;
	clear: both;
}
.cueing h4{
	color: #24b9e1;
	font-size: 1.4rem;
	font-weight: bold;
	display: block;
	clear: both;
}
.mesmart h4{
	color: #ea7893;
	font-size: 1.4rem;
	font-weight: bold;
	display: block;
	clear: both;
}
.product p{
	margin-bottom: 20px;
	text-align:justify;
}
.product a:hover img{
	opacity:.7;
	}
section .pdfDL{
	width:940px;
	height:45px;
	margin: 50px 0 0 0;
	padding:12px 22px 0 15px;
	background:url(../img/cueingBack.png) no-repeat;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	}
section .pdfDL>img{float:left;margin:2px 0 0 0;}
section .pdfDL>aside{float:right;}
section .pdfDL>aside>a{
	width:228px;
	height:22px;
	position:relative;
	display: block;
	}
section .pdfDL>aside>a:before{
	content:"";
	position:absolute;
	display:block;
	width:14px;
	height:19px;
	right:8px;top:0px;
	background:url(../img/arrowB.png) no-repeat;
	}
section .pdfDL >aside>a:after{
	content:"";
	position:absolute;
	display:block;
	width:28px;height:5px;
	right:0;bottom:0;
	background:url(../img/box.png) no-repeat;
	}
section .pdfDL >aside>a:hover img{opacity:.7;}
section .pdfDL >aside>a:hover:before{
	-moz-animation:arrow 1.2s ease-out infinite alternate;
	-webkit-animation:arrow 1.2s ease-out infinite alternate;
	-o-animation:arrow 1.2s ease-out infinite alternate;
	-ms-animation:arrow 1.2s ease-out infinite alternate;
	animation:arrow 1.2s ease-out infinite alternate;
	}
@-moz-keyframes arrow {0% {top:0px;}50% {top:-4px;}100% {top:0;}}
@-webkit-keyframes arrow {
	0% {top:0px;}
	50% {top:-4px;}
	100% {top:0;}
	}
@-o-keyframes arrow {0% {top:0px;}50% {top:-4px;}100% {top:0;}}
@-ms-keyframes arrow {0% {top:0px;}50% {top:-4px;}100% {top:0;}}
@keyframes arrow {0% {top:0px;}50% {top:-4px;}100% {top:0;}}
	
.point  ol{
	margin:7px 0;
	}
.point  ol li{
	display:block;
	margin:0 0 2px 40px;
	height:24px;
	padding:4px 0 0 0;
	position:relative;
	font-size: 1.4rem;
	font-size:14px;
	}
.point  ol li:before{
	content:"";
	display:block;
	position:absolute;
	left:-38px;
	top:3px;
	width:24px;
	height:24px;
	}
.point ol li.num01:before{background:url(../img/num/num01.png)no-repeat 9px 5px rgb(24,173,219);}
.point ol li.num02:before{background:url(../img/num/num02.png)no-repeat 8px 5px rgb(24,173,219);}
.point ol li.num03:before{background:url(../img/num/num03.png)no-repeat 8px 5px rgb(24,173,219);}
.point ol li.num04:before{background:url(../img/num/num04.png)no-repeat 8px 5px rgb(24,173,219);}
.point ol li.num05:before{background:url(../img/num/num05.png)no-repeat 8px 5px rgb(24,173,219);}

.mePoint ul{
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 0 30px 0;
}
.mePoint li{
	width: 300px;
	display: inline;
	float: left;
	margin:0  20px 30px 0;
	text-align: center;
}
.mePoint li:last-child{
	margin-right: 0px;
}
/*
6,tabBox
----------------------------------------*/

.point{
	border:1px  solid rgb(24,173,219);
	padding:5px 10px;
	margin:18px 0 0 0;
	}
.point p{
	border-bottom:1px solid rgb(24,173,219);
	padding:0 0 0 14px;
	margin:0 -10px;
	font-size: 1.6rem;
	}
ul#tabControl{
	list-style:none;
	width:940px;
	height:30px;
	margin:20px auto 0 ;
	}
ul#tabControl li{
	background: url(../img/product/ico_link.png)no-repeat right center;
	border:#e98ba3 solid 1px;
	display:block;
	width:230px;
	overflow:hidden;
	float:left;
	text-align: center;
	font-size: 1.3rem;
	line-height: 2em;
	border-radius:5px;
	margin-right:5px;
	}
ul#tabControl li:last-child{
	margin-right:0;
	}
ul#tabControl li a{
	display: block;
	color: #e98ba3;
}
ul#tabControl li:hover{
	background: url(../img/product/ico_link.png)no-repeat right bottom;
}
ul#tabControl li a:hover{
	color: #999;
}


ul#tabControl2{
	list-style:none;
	width:940px;
	height:30px;
	margin:20px auto 0 ;
	}
ul#tabControl2 li{
	background: url(../img/product/ico_link2.png)no-repeat right center;
	border:#61af80 solid 1px;
	display:block;
	width:230px;
	overflow:hidden;
	float:left;
	text-align: center;
	font-size: 1.3rem;
	line-height: 2em;
	border-radius:6px;
	margin-right:5px;
	}
ul#tabControl2 li:last-child{
	margin-right:0;
	width: 232px;
	}
ul#tabControl2 li a{
	display: block;
	color: #61af80;
}
ul#tabControl2 li:hover{
	background: url(../img/product/ico_link2.png)no-repeat right bottom;
}
ul#tabControl2 li a:hover{
	color: #999;
}



ul.thum01{
	list-style:none;
	display:table;
	margin:38px auto 25px ;
	}
ul.thum01 li{
	display:inlinel;
	font-size:1.3rem;
	font-size:13px;
	float: left;
	}
ul.thum01 li:first-child{
	margin-right: 20px;
}
.detailEx{
	padding:20px;
	background-color:rgb(245,245,245);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	}
.detailEx span{
	color:rgb(24,173,219);
	}
p.caption{
	font-size:13rem;
	font-size:13px;
	font-weight:bold;
	margin:20px 0 0 0;
	}
p.caption02{
	font-size:13rem;
	font-size:13px;
	font-weight:bold;
	margin:5px  0 0;
	}
.hide{
	display:none;
	}
ul.thum02{
	list-style:none;
	display:table;
	margin:38px auto 0 ;
	}
ul.thum02 li{
	display:table-cell;
	}
em{
	font-weight:bold;
	}
.box03{
	display:table;
	position:relative;
	margin: 0 auto;
	}
.box03>section{
	display:table-cell;
	width:310px;
	border-right:35px solid rgba(0,0,0,0);
	text-align:center;
	}
.box03 section>img{
	margin:0 0 10px 0;
	}
.box03 section>p{
	text-align:left;
	line-height:1.6;
	}
.box03 section>p small{
	font-size:1.3rem;
	font-size:13px;
	}
.box03>section:last-child{
	border:none;
	}
.box03>p{
	position:absolute;
	left:0;
	bottom:0;
	font-size:1.3rem;
	font-size:13px;
	font-weight:bold;
	}

/*
#Case
----------------------------------------*/
.case section{
	border:1px solid rgb(222,222,222);
	padding:27px;
	font-size:1.4rem;
	font-size:14px;
	line-height:1.8;
	text-align: justify;
	}
.case section h1{
	margin:0 0 18px 0;
	}
.case h3{
    font-size: 1.5rem;
    margin: 50px 0 10px;
	display: block;
	clear: both;
}
.case h4{
	color: #24b9e1;
	font-size: 1.4rem;
	font-weight: bold;
	display: block;
	clear: both;
}
.case section ul{
	display:table;
	margin:30px 0 0 0;
	}
.case section ul li{
	display:table-cell;
	border-right:6px solid rgba(0,0,0,0);
	}
.case section ul li a:hover{
	opacity:.7;
	}
.caseList div{
	width: 450px;
	height: 150px;
	display: inline-block;
	margin:20px 30px 0 0 ;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	overflow: hidden;
}
.caseList div a{
	color: #555;
}
.caseList div:nth-child(even) {
	margin-right: 0;
}
.caseList div .pic{
	float: left;
	margin-right: 20px;
}
.caseList div p{
	margin: 1.4em 0 0 0;
}
.iconCueing{
	background: #e98ba3 ;
	border-radius:3px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	margin: 0  0 1em 0;
	padding: 4px 12px;
}
	
.iconMe{
	background: #60A87D ;
	border-radius:3px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	margin: 0  0 1em 0;
	padding: 4px 12px;
}
/*
#Company
#Recruit
----------------------------------------*/
.table{
	border:1px solid rgb(222,222,222);
	}
.table>section{
	display:table;
	border-bottom:1px solid rgb(222,222,222);
	}
.table>section h1,.table>section>div{
	display:table-cell;
	font-size:12px;
	border:15px solid rgba(0,0,0,0);
	line-height:1.9;
	}
.table>section div:first-child{
	background-color:rgb(248,248,248);
	width:138px;
	font-size:1.3rem;
	font-size:13px;
	}
.table>section>div:last-child{
	width:800px;
	position:relative;
	border-right:30px solid rgba(0,0,0,0);
	}
body#recruit .table>section h1{width:183px;}
body#recruit .table>section>div{width:757px;}
.table>section>div a{
	float:right;
	margin:-40px 0 0 0;
	display: inline-block; 
	}
.table>section>div a:hover{
	opacity:.7;
	}
.table>section>div a:hover{
	opacity:.7;
	}
body#recruit #contents{
	}
a.entry{
	width:105px;
	display:block;
	margin:50px auto 0 auto;
	}
a.entry:hover{
	opacity:.7;
	}
body #logo,
body #greeting p{
	background:url(../img/dotG04.png) repeat-y left top;
	padding:0 0 0 20px;
	margin:0 0 38px 0;
	letter-spacing:0;
	}
body #logo img{
	float:right;
	margin:0 40px 0 40px;
	}
body #logo p:last-child{
	margin-top:1em;
	}

.table>section>div h2{font-weight:bold;}
.table>section>div p.bold{font-size:1.1rem;font-size:11px;letter-spacing: .05em;}

body #enkaku dl{
	background:url(../img/common/bg_enkaku.png) repeat-y left top;
	margin: 0 0 0 20px;

}
body #enkaku dt,
body #enkaku dd{
}
body #enkaku dt{
	background:url(../img/common/img_enkaku.png) no-repeat left center;
	padding-left: 15px;
	font-weight:bold;
	color: #00bebe;
	clear: both;
	margin-top: 10px;
}
body #enkaku dd{
	padding-left: 30px;
	clear: both;
}

/*
#Video
----------------------------------------*/
#e-learning{
	overflow: auto;
	display: block;
	clear: both;
}
#e-learning article{
	background: #eee;
	width: 300px;
	display: inline;
	float: left;
	border-radius:5px;
	margin: 0 20px 0 0;
	padding: 20px 0;
	text-align: center;
}
#e-learning .lastVideo{
	margin-right: 0;
}
#e-learning a{
	color: #333;
}
/*
#Contact
----------------------------------------*/
form{
	position:relative;
	margin:50px 0 30px 0;
	}
form div{
	position:relative;
	display:table;
	width:655px;
	margin:0 0 17px 70px;
	}
form div>h1,form div>input,form div>textarea{
	display:table-cell;
	resize: vertical;
	}
form div>h1{
	width:145px;
	font-size:1.2rem;
	font-size:12px;
	font-weight:bold;
	vertical-align: top;
	border-top:5px solid rgba(0,0,0,0);
	}
form div>input{
	height:32px;
	}
form div>input,form div>textarea{
	width:510px;
	border:1px solid rgb(222,222,222);
	font-size:1.4rem;
	font-size:14px;
	padding:5px;
	}
form div>textarea{
	min-height:300px;
	}
input[type=text]{
	resize:none;
	}
input[type=submit]{
	width:105px;
	height:38px;
	background:url(../img/submit.png) no-repeat;
	text-indent:-9999px;
	margin:50px auto 0 auto;
	display:block;
	border:none;
	cursor: pointer;
	}
input[type=submit]:hover{
	opacity:.7;
	}
form div span{
	position:absolute;
	left:0;bottom:0;
	font-size:1rem;
	font-size:10px;
	font-weight:bold;
	display:inline-block;
	border-bottom:1px dotted rgb(30,30,30);
	box-sizing:content-box;
	width:9.5em;
	white-space: nowrap;
	}
input.btn,a.btn{
	margin:20px auto 0 auto;
	font-size:1.5rem;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	padding:8px 30px 10px 30px;
	border:1px solid rgb(0,180,180);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	position:relative;
	background:url(../img/g.png) 0 50%;
    text-shadow: 0px 0px 1px #fff;  
	box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);
	cursor:pointer;
	text-indent:0;
	letter-spacing: 3px;
	}
input[type=button],a.completeBack{
	border:none;
	display:inline-block;
	font-size:1.3rem;
	font-size:13px;
	text-indent:18px;
	color:rgb(100,100,100);
	background:url(../img/arrowGray.png) no-repeat 3px 2px;
	margin:15px 0 0 -3px;
	cursor:pointer;
	}
input[type=button]:hover,a.completeBack:hover{
	color:rgb(150,150,150);
	background-position:0 2px;
	}
#formWrap h2{
	font-size:14px;
	line-height:1.7;
	}
#confirm #contents{
	margin:50px 0 0 0;
	}
#formWrap {
	width:700px;
	margin:0 auto;
}
p.error_messe{
	margin:15px 0;
	font-size:14px;
	line-height:1.7;
	color:red;
}
table.formTable{
	border:1px solid rgb(222,222,222);
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border-bottom:1px solid rgb(222,222,222);
	padding:10px;
}
table.formTable th{
	width:25%;
	border-bottom:1px solid rgb(222,222,222);
	font-weight:normal;
	background:#efefef;
	text-align:left;
	font-size:1.2rem;
	font-size:12px;
}
p.confirm{
	font-size:1.3rem;
	font-size:13px;
	margin:0 0 15px 0;
	}


