@charset "UTF-8";

/*SP*/

a{ color: #333; text-decoration: underline;}

/*テンプレート　----------------------------------------------*/
	/*ヘッダ*/
header{
	position: relative;
	z-index: 10;
	height: 47px;
	border-bottom: 2px solid #E71E19;
}

header .inner.pc{
	display: none;
}

header .logo{
	float: left;
	margin: 12px 0 0 10px;
}

header .menu{
	float: right;
	margin: 0 0 0 10px;
}

header nav{
	position: absolute;
	z-index: 1000;
	top: 56px;
	right: 0px;
	width: 100%;
}

header nav .spnavi{
	z-index: 1000;
	display: none;
	width: 310px;
	float: right;
	margin-right: 5px;
	padding: 10px 0;
	background-color: #fff;
}

header nav .spnavi li{
	z-index: 1000;
	margin-left: 12px;
}
header nav .spnavi li.top{
	z-index: 1000;
	overflow: hidden;
	margin-bottom: 10px;
}
header nav .spnavi li .fl{
	z-index: 1000;
	float: left;
}
header nav .spnavi li .fr{
	z-index: 1000;
	float: right;
	margin-right: 10px;
}

header .twitter{
	float: right;
	margin: 10px 0 0 0;
}

header .facebook{
	float: right;
	margin: 10px 0 0 6px;
}

	/*フッタ*/
footer {
	width: 100%;
	background: url(../../_img/sp/common/footer/bg.png);
	background-size: 6px 6px;
}

footer .inner{
	padding: 13px 0 10px;
}

footer .inner .navi{
	text-align: center;
	font-size: 9px;
	color: #fff;
	line-height: 1.1;
	padding-top: 11px;
}

footer .inner .navi a{
	color: #fff;
}

footer .inner .copyright{
	font-size: 8px;
	color: #fff;
	text-align: center;
	line-height: 1.1;
	font-family: "Helvetica", Gadget, sans-serif;
	padding-top: 13px;
}

	/*全体*/
#Contents{
	position: relative;
	z-index: 1;
	width: 100%;
	background: url(../../_img/common/bg_page.gif) left top;
	padding-top: 13px;
}

#Contents #menucover{
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	display: none;
	width: 100%;
	height: 100%;
	background: url(../../_img/sp/common/header/bg_menu.png);
	background-size: 100% 100%;
}

#Contents #Wrap{}

	/*メインコンテンツ*/
#Main{
	margin: 0 10px;
}

#Main #Border{
	width: 100%;
	border: 2px solid #e71e19;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

	/*サブコンテンツ*/
#Side{
	padding: 23px 5px 18px;
}

#Side ul{
	overflow: hidden;
}

#Side li{
	float: left;
	width: 50%;
	text-align: center;
	margin-bottom: 10px;
}
#Side li:nth-child(even){
	float: right;
}

#Side li img{
	width: 90%;
	height: auto;
}

	/*共通タイトル*/
#Main .titleSect{
	overflow: hidden;
	padding: 13px 12px 12px;
	border-bottom: 1px dotted #e71e19;
	background-color: #fff;
}

#Main .titleSect .title{
	float: left;
	width: 65%;
}

#Main .titleSect .title img{
	width: 50%;
	height: auto;
}

#Main .titleSect .eng{
	float: right;
	text-align: right;
	width: 75px;
}

#Main .titleSect .eng img{
	width: 50%;
	height: auto;
}

	/*ページ枠*/
#Main .pageSect{
	padding: 16px 12px 15px;
	background-color: #fff;
}

/*ボタン-四角枠あり*/
a.modBtn{
	width: 95%;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.1;
	color: #e71e19;
	border: 2px solid #e71e19;
	background-color: #fff;
	padding: 10px 0 8px;
	text-decoration: none;
	text-align: center;
}
a.modBtn .iconDown{
	display: inline-block;
	background: url(../../_img/common/ico_linkdown.gif) left center no-repeat;
	background-size: 8px 8px;
	padding-left: 15px;
}
a.modBtn .iconRight{
	display: inline-block;
	background: url(../../_img/common/ico_linkright.gif) left center no-repeat;
	background-size: 8px 8px;
	padding-left: 15px;
}

/*ボタン-角丸枠あり*/
a.modRoundBtn{
	display: inline-block;
	width: 127px;
	height: 22px;
	font-size: 9px;
	font-weight: bold;
	line-height: 22px;
	color: #fff;
	text-align: center;
	border: 2px solid #f38885;
	background-color: #e81e1a;
	text-decoration: none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
a.modRoundBtn span{
	display: inline-block;
	background: url(../../_img/recruit/ico_arrow_rd.gif) left center no-repeat;
	background-size: 11px 9px;
	padding-left: 15px;
}
a.modRoundBtn.gr{
	border: 2px solid #72f593;
	background-color: #0ec93d;
}
a.modRoundBtn.gr span{
	display: inline-block;
	background: url(../../_img/recruit/ico_arrow_gr.gif) left center no-repeat;
	background-size: 11px 9px;
	padding-left: 15px;
}


/*新着情報　----------------------------------------------*/

/*記事一覧*/
#News .listBox{
	padding-bottom: 35px;
}

#News .listBox li{
	padding: 15px 3px;
	border-bottom: 1px dotted #b3b2b2;
}
#News .listBox li:first-child{
	padding: 5px 3px 15px;
}

#News .listBox li .date{
	display: inline-block;
	margin-right: 10px;
	font-size: 10px;
}

#News .listBox li .cat{
	display: inline-block;
	width: 125px;
	font-size: 9px;
}

#News .listBox li .cat span{
	display: inline-block;
	text-align: center;
	color: #fff;
	background-color: #e71e19;
	padding: 0 5px;
}

#News .listBox li a.title{
	display: block;
	font-size: 14px;
	color: #1a1a1a;
	background: url(../../_img/common/ico_textlink.png) left 8px no-repeat;
	padding: 8px 0 0 8px;
}
#News .listBox li a.title:hover{
	color: #e71e19;
}

/*もっと見るボタン*/
#News .moreBox{
	text-align: center;
	background: url(../../_img/common/bg_highlight.gif) left top;
	padding: 12px;
}

/*詳細*/
#News .entryBox{
	margin-bottom: 20px;
}

	/*タイトル周り*/
#News .entryBox .entryDateCat{
	margin-bottom: 10px;
}
	
#News .entryBox .date{
	display: inline-block;
	font-size: 10px;
	margin-right: 10px;
}

#News .entryBox .cat{
	display: inline-block;
	width: 125px;
	font-size: 9px;
}

#News .entryBox .cat span{
	display: inline-block;
	text-align: center;
	color: #fff;
	background-color: #e71e19;
	padding: 0 5px;
}

#News .entryBox .entryTitle{
	font-size: 12px;
	line-height: 1.1;
	font-weight: bold;
	padding-bottom: 12px;
	background: url(../../_img/common/bg_entrytitle.gif) left bottom no-repeat;
	background-size: 400px 2px;
	margin-bottom: 18px;
}

	/*記事周り*/
#News .entryBox .entryText{
	overflow: hidden;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 10px;
}

#News .entryBox .entryText .pct{
	text-align: center;
	margin-bottom: 10px;
}
#News .entryBox .entryText .pct img{
	width: 80%;
	height: auto;
}

#News .entryBox .entryText p{
	font-size: 10px;
	line-height: 1.7;
}


	/*関連リンク*/
#News .entryBox .relatedLink{
	clear: both;
	background-color: #f9f9f9;
	font-size: 10px;
}

#News .entryBox .relatedLink ul{
	padding: 12px 15px 8px;
}

#News .entryBox .relatedLink li{
	background-color: #f9f9f9;
	margin-bottom: 10px;
}

#News .entryBox .relatedLink li a{
	display: inline-block;
	font-size: 10px;
	line-height: 1.5;
	color: #1a1a1a;
	background: url(../../_img/common/ico_textlink.png) left 4px no-repeat;
	padding-left: 12px;
	
}
#News .entryBox .relatedLink li a:hover{
	color: #e71e19;
}

/*ページャー*/
#News .pagerBox{
	overflow: hidden;
	background: url(../../_img/common/bg_highlight.gif) left top;
	padding: 12px;
}
#News .pagerBox .fr,
#News .pagerBox .fl{
	width: 50%;
}
#News .pagerBox .fr{float:right;}
#News .pagerBox .fl{float:left;}

#News .pagerBox a.modBtn{
	margin:0 2%;
}


/*事業内容　----------------------------------------------*/
/*各詳細*/
#Business .detailBox{
	overflow: hidden;
}

#Business .detailBox .entryTitle{
	width: 100%;
	font-size: 12px;
	line-height: 1.1;
	font-weight: bold;
	padding-bottom: 6px;
	background: url(../../_img/common/bg_entrytitle.gif) left bottom no-repeat;
	background-size: 400px 2px;
	margin-bottom: 18px;
}

#Business .detailBox .pct.pc{
	display: none;
}
#Business .detailBox .pct img{
	width: 100%;
	height: auto;
}

#Business .detailBox p{
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 40px;
}



/*開発実績　----------------------------------------------*/
/*記事一覧*/
#Product .detailBox{}

#Product .detailBox .title{
	font-size: 12px;
	line-height: 1.1;
	font-weight: bold;
	padding-bottom: 10px;
	background: url(../../_img/common/bg_entrytitle.gif) left bottom no-repeat;
	background-size: 400px 2px;
	margin-bottom: 9px;
}

#Product .detailBox > p{
	font-size: 9px;
	line-height: 1.7;
	margin-bottom: 10px;
}
#Product .detailBox > p.last{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}

	/*カコミ*/
#Product .detailBox .platformArea{
	background-color: #faf8f5;
	padding: 10px 10px 7px;
	margin-bottom: 20px;
}

#Product .detailBox .platformArea .subTitle{
	font-size: 10px;
	height: 22px;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 3px;
}
#Product .detailBox .platformArea .subTitle.console{
	background: url(../../_img/product/ico_game.gif) left center no-repeat;
	background-size: 15px 10px;
}
#Product .detailBox .platformArea .subTitle.mobile{
	background: url(../../_img/product/ico_mobile.gif) left center no-repeat;
	background-size: 10px 17px;
}

#Product .detailBox .platformArea > p{
	font-size: 9px;
	line-height: 1.7;
}

	/*左右分割*/
#Product .detailBox .sampleArea{
	overflow: hidden;
	margin-bottom: 20px;
}

#Product .detailBox .sampleArea dl{
	width: 100%;
	margin-bottom: 15px;
}

#Product .detailBox .sampleArea dt{
	font-size: 10px;
	line-height: 1.1;
	font-weight: bold;
	background: url(../../_img/common/ico_circle_rd.gif) left 3px no-repeat;
	background-size: 6px 6px;
	padding: 0 0 4px 10px;
	border-bottom: 1px dotted #b3b2b2;
	margin-bottom: 12px;
}

#Product .detailBox .sampleArea dd{
	font-size: 9px;
	line-height: 1.7;
}

#Product .detailBox .sampleArea dd p{
	margin-bottom: 10px;
}

#Product .detailBox .sampleArea dd .pct{
	text-align: center;
}
#Product .detailBox .sampleArea dd .pct img{
	width: 80%;
	height: auto;
}



/*会社案内　----------------------------------------------*/
/*各詳細*/
#Company .detailBox{
	overflow: hidden;
}

#Company .detailBox .entryTitle{
	font-size: 12px;
	line-height: 1.1;
	font-weight: bold;
	padding-bottom: 8px;
	background: url(../../_img/common/bg_entrytitle.gif) left bottom no-repeat;
	background-size: 400px 2px;
	margin-bottom: 18px;
}

#Company .detailBox .pct{
	text-align: center;
	margin-bottom: 20px;
}
#Company .detailBox .pct:nth-of-type(1){
	float: right;
	width: 30%;
	margin-left: 10px;
}

#Company .detailBox .pct img{
	width: 60%;
	height: auto;
}
#Company .detailBox .pct:nth-of-type(1) img{
	width: 90%;
	height: auto;
}

#Company .detailBox p{
	font-size: 9px;
	line-height: 1.7;
	margin-bottom: 15px;
}

	/*テーブル部分*/
#Company .detailBox .spec{
	width: 100%;
	border-top: 1px solid #d2d1d1;
	border-left: 1px solid #d2d1d1;
	margin-bottom: 20px;
}

#Company .detailBox .spec th,
#Company .detailBox .spec td{
	padding: 8px;
	border-right: 1px solid #d2d1d1;
	border-bottom: 1px solid #d2d1d1;
}

#Company .detailBox .spec th{
	width: 65px;
	font-size: 10px;
	color: #e81e1a;
	background-color: #f7f7f7;
}

#Company .detailBox .spec td{
	font-size: 9px;
	line-height: 1.6;
	padding-bottom: 1px;
}

#Company .detailBox .spec td a {
	font-size: 120%;
	color: #1a1a1a;
}

/*ページャー*/
#Company .pagerBox{
	overflow: hidden;
	padding: 8px 0 4px 8px;
	background: url(../../_img/common/bg_highlight.gif) left top;
}

#Company .pagerBox li{
	float: left;
	text-align: center;
	width: 49%;
	margin-right: 1%;
	margin-bottom: 1.5%;
}

#Company .pagerBox li a.modBtn{
	padding: 9px 0;
	text-align: center;
}

#Company .pagerBox li a.modBtn span{
	display: inline-block;
	background: url(../../_img/common/ico_linkright.gif) left center no-repeat;
	background-size: 8px 8px;
	padding-left: 10px;
}

#Company .pagerBox li a.modBtn.current{
	background-color: #e81e1a;
	color: #fff;
}
#Company .pagerBox li a.modBtn.current span{
	background-image: none;
	padding-left: 0px;
}



/*採用情報　----------------------------------------------*/
#Recruit .formTitle{
	width: 100%;
	margin-bottom: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#Recruit .formTitle.fresh{
	height: 25px;
	text-indent: -9999px;
	background: url(../../_img/sp/recruit/ttl_fresh.png) left no-repeat #0EC93D;
	background-size: 280px 25px;
}
#Recruit .formTitle.career{
	height: 25px;
	text-indent: -9999px;
	background: url(../../_img/sp/recruit/ttl_career.png) left no-repeat #E81E1A;
	background-size: 280px 25px;
}
#Recruit .formTitle.form{
	height: 25px;
	text-indent: -9999px;
	background: url(../../_img/sp/recruit/ttl_entry.png) left no-repeat #E81E1A;
	background-size: 280px 25px;
}

#Recruit .formTitle img{
	width: 100%;
	height: auto;
}

#Recruit .formSubTitle{
	font-size: 10px;
	font-weight: bold;
	padding: 0 0 2px 18px;
	background: url(../../_img/common/ico_circle_rd.gif) 3px 3px no-repeat;
	background-size: 10px 10px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 8px;
}
#Recruit .formSubTitle.gr{
	background: url(../../_img/common/ico_circle_gr.gif) 3px 3px no-repeat;
	background-size: 10px 10px;
}

/*一覧*/
#Recruit .indexBox{}

#Recruit .indexBox .mainPct{
	margin-bottom: 20px;
}
#Recruit .indexBox .mainPct img{
	width: 100%;
	height: auto;
}

#Recruit .indexBox p{
	font-size: 10px;
	line-height: 1.7;
	margin: 0 0 12px 5px;
}
#Recruit .indexBox p.lead{
	font-size: 11px;
	margin: 0 0 12px 5px;
}
#Recruit .indexBox p.last{
	margin-bottom: 20px;
}

#Recruit .indexBox .linkArea{
	overflow: hidden;
	background-color: #faf8f5;
	padding: 10px 0 2px 4px;
	margin-bottom: 18px;
}

#Recruit .indexBox .linkArea li{
	float: left;
	width: 135px;
	margin-right: 10px;
	margin-bottom: 5px;
}

#Recruit .indexBox .linkArea li a.modRoundBtn{
	display: block;
	width: 100%;
	height: 22px;
	font-size: 8px;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 22px;
	color: #fff;
	text-align: center;
	border: 2px solid #f38885;
	background-color: #e81e1a;
	text-decoration: none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#Recruit .indexBox .linkArea li a.modRoundBtn span{
	display: inline-block;
	background: url(../../_img/recruit/ico_arrow_rd.gif) left center no-repeat;
	background-size: 11px 9px;
	padding-left: 14px;
}

/*詳細*/
#Recruit .detailBox{
	margin-bottom: 20px;
}

#Recruit .detailBox .lead{
	font-size: 11px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 16px;
}

#Recruit .detailBox .mainPct{
	margin-bottom: 20px;
}
#Recruit .detailBox .mainPct img{
	width: 100%;
	height: auto;
}

#Recruit .detailBox .backgroundArea{
	margin-bottom: 16px;
	padding: 15px 12px 6px 12px;
	background-color: #f9f8f4;
}

#Recruit .detailBox .backgroundArea .title{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}

#Recruit .detailBox .backgroundArea p,
#Recruit .detailBox .backgroundArea div{
	font-size: 9px;
	line-height: 1.6;
	margin-bottom: 8px;
}

	/*テーブル部分*/
#Recruit .detailBox .spec{
	width: 100%;
	border-top: 1px solid #d2d1d1;
	border-left: 1px solid #d2d1d1;
	margin-bottom: 15px;
}

#Recruit .detailBox .spec th,
#Recruit .detailBox .spec td{
	padding: 8px;
	border-right: 1px solid #d2d1d1;
	border-bottom: 1px solid #d2d1d1;
}

#Recruit .detailBox .spec th{
	width: 65px;
	font-size: 10px;
	color: #e81e1a;
	background-color: #f7f7f7;
}

#Recruit .detailBox .spec td{
	font-size: 9px;
	padding-bottom: 1px;
}

#Recruit .detailBox .spec td h5{
	font-weight: bold;
	border-left: 2px solid #e81e1a;
	padding-left: 4px;
	margin-bottom: 5px;
}

#Recruit .detailBox .spec td ul{
	margin-bottom: 10px;
	list-style-type: disc;
	list-style-position: inside;
}

#Recruit .detailBox .spec td li {
	line-height: 1.8;
}

#Recruit .detailBox .spec td li strong {
	font-size: 120%;
}

#Recruit .detailBox .submit_confirm_button {
	background: url(../../_img/recruit/btn_entry.gif);
	background-size: 188px 30px;
	width: 188px;
	height: 30px;
	border-width:0;
	border-style:none;
	text-indent: -9999px;
}

/*フォーム*/
#Recruit .formBox{
	margin-bottom: 20px;
}

#Recruit .formBox p.caution{
	font-size: 9px;
	line-height: 1.5;
}
#Recruit .formBox p.caution.wide{
	margin-bottom: 20px;
}

#Recruit .formBox ul{
	border-top: 1px dotted #ccc;
	margin-bottom: 15px;
}

#Recruit .formBox li{
	overflow: hidden;
	padding: 2px 0 12px;
	border-bottom: 1px dotted #ccc;
}

.tile{ height: auto !important;}

#Recruit .formBox .title{
	font-size: 10px;
	background-color: #f7f7f7;
	padding: 3px 0 0 0;
}

#Recruit .formBox .title span{
	margin-left: 5px;
}
#Recruit .formBox .title span.fcRed{
	margin-left: 3px;
}

#Recruit .formBox .entry{
	font-size: 9px;
	padding: 8px 15px 0 5px;
}
#Recruit .formBox .entry.pt{
	padding-top: 12px;
	line-height: 2;
}

#Recruit .formBox .entry p{
	font-size: 9px;
	line-height: 1.5;
	margin-bottom: 10px;
}
#Recruit .formBox .entry p.caution{	
	font-size: 8px;
	line-height: 1.5;
	padding-top: 5px;
	margin-bottom: 0px;
}
#Recruit .formBox .entry p.pt{
	padding-top: 8px;
	margin-bottom: 0px;
}

	/*フォーム枠*/
#Recruit .formBox .fbox{
	height: 21px;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	margin: 0 5px -5px;
}

#Recruit .formBox .fbox.s1{ width: 88px; }
#Recruit .formBox .fbox.s2{ width: 50px; }
#Recruit .formBox .fbox.s3{ width: 30px; }
#Recruit .formBox .fbox.s4{ width: 250px; }
#Recruit .formBox .fbox.s5{ width: 38px; }
#Recruit .formBox .fbox.s6{ width: 250px; height: 75px; }

#Recruit .formBox .submit_confirm_button {
	background: url(../../_img/recruit/btn_confirm.gif);
	background-size: 157px 30px;
	width:157px;
	height:30px;
	border-width:0;
	border-style:none;
	text-indent: -9999px;
}

#Recruit .formBox .submit_send_button {
	background: url(../../_img/recruit/btn_entry.gif);
	background-size: 157px 30px;
	width:157px;
	height:30px;
	border-width:0;
	border-style:none;
	text-indent: -9999px;
}

/*下部共通*/
#Recruit .formBottom {
	text-align: center;
	width: 80%;
	line-height: 1.5;
	margin: 0 auto;
}

#Recruit .formBottom a {
	color: #1a1a1a;
}

#Recruit .formBottom .imgover {
	width: 35%;
}

#Recruit .formBottom p {
	font-size: 9px;
	margin-bottom: 10px;
}
#Recruit .formBottom p.caution {
	font-size: 8px;
	margin-bottom: 15px;
}

/*採用フロー*/
#Recruit .flowBox {
	text-align: center;
}

#Recruit .flowBox img {
	width: 100%;
	height: auto;
}


/*お問い合わせ　----------------------------------------------*/
/*フォーム*/
#Contact .formBox{}

#Contact .formBox p.caution{
	font-size: 9px;
	line-height: 1.5;
}
#Contact .formBox p.caution.wide{
	margin-bottom: 20px;
}

#Contact .formBox ul{
	border-top: 1px dotted #ccc;
	margin-bottom: 15px;
}

#Contact .formBox li{
	overflow: hidden;
	padding: 2px 0 12px;
	border-bottom: 1px dotted #ccc;
}

#Contact .formBox .title{
	font-size: 10px;
	background-color: #f7f7f7;
	padding: 3px 0 0 0;
}

#Contact .formBox .title span{
	margin-left: 5px;
}
#Contact .formBox .title span.fcRed{
	margin-left: 3px;
}

#Contact .formBox .entry{
	font-size: 9px;
	padding: 8px 15px 0 5px;
}
#Contact .formBox .entry.pt{
	padding-top: 12px;
	line-height: 2;
}

#Contact .formBox .entry p{
	margin-bottom: 10px;
}
#Contact .formBox .entry p.caution{
	padding-top: 5px;
	margin-bottom: 0px;
}
#Contact .formBox .entry p.pt{
	padding-top: 8px;
	margin-bottom: 0px;
}

.sperror{
	padding: 0px !important;
	padding: 5px 0 0 10px !important;
	margin: 0px !important;
}
.sperror.tel{
	position: relative;
	top: -10px;
	padding: 0 !important;
	padding: 5px 0 0 10px !important;
	margin: 0 !important;
	margin: -30px 0 0 0 !important;
}

	/*フォーム枠*/
#Contact .formBox .fbox{
	height: 21px;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	margin: 0 5px -5px;
}

#Contact .formBox .fbox + span{
	display: block;
	padding: 8px 0 0 0 !important;
	margin-bottom: -5px;
}

#Contact .formBox .fbox.s1{ width: 250px; }
#Contact .formBox .fbox.s2{ width: 250px; height: 75px; }

	/*フォーム下部*/
#Contact .formBottom {
	text-align: center;
	width: 80%;
	line-height: 1.5;
	margin: 0 auto;
}

#Contact .formBottom a {
	color: #1a1a1a;
}

#Contact .formBottom .imgover {
	width: 35%;
}

#Contact .formBottom p {
	font-size: 9px;
	margin-bottom: 10px;
}
#Contact .formBottom p.caution {
	font-size: 8px;
	margin-bottom: 15px;
}

#Contact .formBox .submit_confirm_button {
	background: url(../../_img/contact/btn_confirm.gif);
	background-size: 157px 30px;
	width:157px;
	height:30px;
	border-width:0;
	border-style:none;
	text-indent: -9999px;
}

#Contact .formBox .submit_send_button {
	background: url(../../_img/contact/btn_send.gif);
	background-size: 157px 30px;
	width:157px;
	height:30px;
	border-width:0;
	border-style:none;
	text-indent: -9999px;
}