@charset "utf-8";


/* ----------------------------------------------------
	reset
---------------------------------------------------- */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure, footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	font-size: 100%;
	font-style: normal;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
html {
	overflow-y: scroll;
}
body {
	color: #222;
	font-size: 13px;
	-webkit-text-size-adjust: 100%;
	line-height: 1.8;
}
body.fontL {
	font-size: 14px;
	font-size: 100%\9;
}
img {
	border: 0px;
	vertical-align: bottom;
}
a {
	color: #FF9216;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul, ol {
	list-style-type: none;
}
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
th, caption {
	text-align: left;
	font-weight: normal;
}
legend {
	color: #333;
}
small {
	font-size: 88%;
}
sup {
	font-size: 60%;
}
input[type=text] {
	font-size: 100%;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333;
	border: none;
	background: #FFF;
	height: 36px;
	line-height: 36px\9;
	padding: 0;
	width: 100px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance: none;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.5);
	box-shadow: 0 0 1px rgba(0,0,0,0.5);
}
input[type=text]:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.5), inset 1px 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 0 1px rgba(0,0,0,0.5), inset 1px 1px 3px rgba(0,0,0,0.1);
}
textarea {
	resize: none;
	outline: none;
	font-size: 100%;
	font-family: verdana, sans-serif;
	color: #333;
	background: #FFF;
	padding: 5px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance: none;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.5);
	box-shadow: 0 0 1px rgba(0,0,0,0.5);
	border: none;
}
input[type=checkbox] {
	position: relative;
	top: 0;
	top: 2px\9;
	margin: 0 3px 0 0;
}
textarea:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.5), inset 1px 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 0 1px rgba(0,0,0,0.5), inset 1px 1px 3px rgba(0,0,0,0.1);
}
button {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-size: inherit;
	cursor: pointer;
	font-family: inherit;
}
button:focus {
	outline: 0;
}


/* ----------------------------------------------------
	wrapper
---------------------------------------------------- */
.wrapper {
	width: 100%;
	overflow: hidden;
	padding: 0;
	min-width: inherit;
}


/* ----------------------------------------------------
	ヘッダー
---------------------------------------------------- */
.header-logo a {
	padding: 8px 0 12px 12px;
	display: block;
}
.header-inner {
	background: #FFF;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	position: relative;
	z-index: 2;
	height: 50px;
}
.header-btn a {
	width: 50px;
	height: 0;
	padding: 50px 0 0 0;
	background: url(/recruit/sp/img/btn_menu.png) no-repeat 0 0;
	background-size: 50px auto;
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #CCC;
	display: block;
	overflow: hidden;
	zoom: 1;
}
.header-nav {
	background: #777;
	position: absolute;
	width: 100%;
	z-index: 1;
	display: none;
}
.header-nav ul {
	background: #FFF;
	margin: 10px;
}
.header-nav li {
}
.header-nav a {
	color: #000;
	display: block;
	background: url(/recruit/sp/img/icn_arrow01.png) no-repeat 96% center;
	background-size: 9px auto;
	padding: 15px 10px;
	border-bottom: 1px solid #CCC;
	line-height: 1;
}
.header-btn-open {
	background-position: 0 -50px !important;
}
.header-nav li:last-child a {
	border-bottom: none;
}


/* ----------------------------------------------------
	コンテンツ
---------------------------------------------------- */

/* ---------- topicpath ---------- */
.topicpath {
	margin: 10px auto 35px auto;
	width: 960px;
	zoom: 1;
}
.topicpath:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.topicpath li {
	float: left;
	margin: 0 8px 0 0;
}
.topicpath li a,
.topicpath li span {
	text-decoration: none;
	margin: 0 6px 0 0;
}
.topicpath li a:hover {
	text-decoration: underline;
}


/* ---------- 見出し ---------- */
.h-style01 {
	font-weight: normal;
	font-size: 15px;
	color: #E95504;
	line-height: 1.4;
	margin: 0 0 10px 0;
}
.h-style02 {
	background: #F5F6F6;
	padding: 5px;
	text-align: center;
	font-weight: normal;
}
.h-style03 {
	background: #F5F6F6;
	padding: 10px 15px;
	font-weight: normal;
	line-height: 1.4;
	margin: 20px 0 0 0;
}
.h-style04 {
	font-weight: normal;
	margin: 0 0 10px 0;
	font-size: 13px;
}
.h-style05 {
	font-weight: normal;
	font-size: 13px;
	color: #E95504;
	line-height: 1.6;
	margin: 0 0 10px 0;
}


/* ---------- inner ---------- */
.inner {
	padding: 0 20px;
}


/* ----------------------------------------------------
	index
---------------------------------------------------- */
.index-link {
	margin: 20px 0 30px 0;
}
.index-link a {
	text-align: center;
	font-size: 14px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	display: block;
	color: #000;
	background: url(/recruit/sp/img/icn_arrow02.png) no-repeat 96% center;
	background-size: 13px auto;
	line-height: 1;
	padding: 20px 0;
}
.index-main {
	background: url(/recruit/sp/img/img_top.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 200px;
	position: relative;
	margin: 0 0 25px 0;
}
.index-main-title {
	position: absolute;
	left: 25px;
	top: 30px;
}
.index-main-txt {
	position: absolute;
	left: 25px;
	top: 105px;
	color: #FFF;
	font-size: 12px;
	line-height: 1.5;
}
.index-job {
	margin: 0 auto;
}
.index-job-video {
	margin: 0 20px 15px 20px;
}
.index-training-img {
	margin: 0 0 20px 0;
}
.index-training-img img {
	width: 100%;
	height: auto;
}
.index-staff-img {
	margin: 0 0 10px 0;
}
.index-staff-img img {
	width: 100%;
	height: auto;
}


/* ----------------------------------------------------
	job
---------------------------------------------------- */
.job-main {
	background: url(/recruit/sp/img/img_job.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 130px;
	position: relative;
	margin: 0 0 25px 0;
}
.job-main-title {
	position: absolute;
	left: 20px;
	top: 35px;
}
.job-main-btn {
	position: absolute;
	left: 50%;
	bottom: 65px;
	margin: 0 0 0 278px;
}
.job-col {
	border-bottom: 1px solid #CCC;
	padding: 0 0 25px 0;
	margin: 0 0 25px 0;
}
.job-col-last {
	border-bottom: none;
	padding: 0;
	margin: 0 0 30px 0;
}
.job-col p {
	margin: 15px 0 0 0;
}
.job-col-img img {
	width: 100%;
	height: auto;
}
.job-col-staff {
	background: #F5F6F6;
	zoom: 1;
	margin: 20px 0 0 0;
}
.job-col-staff:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.job-col-staff-img {
	float: left;
	margin: 0 20px 0 0 !important;
}
.job-col-staff-txt {
	height: 123px;
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
}
.job-col-staff-txt p {
	margin: 15px 0 0 0;
}


/* ----------------------------------------------------
	training
---------------------------------------------------- */
.training-main {
	background: url(/recruit/sp/img/img_training.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 130px;
	position: relative;
	margin: 0 0 25px 0;
}
.training-main-title {
	position: absolute;
	left: 22px;
	top: 25px;
}
.training-col {
	border-bottom: 1px solid #CCC;
	padding: 0 0 25px 0;
	margin: 0 0 25px 0;
}
.training-col-last {
	border-bottom: none;
	padding: 0;
	margin: 0 0 30px 0;
}
.training-step {
	background: #F5F6F6;
	padding: 20px 20px 10px 20px;
	margin: 25px 0 0 0;
}
.training-step li {
	background: #FFF;
	margin: 0 0 10px 0;
	height: 50px;
	position: relative;
	text-align: center;
	width: 100%;
	display: table;
}
.training-step em,
.training-step strong {
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	line-height: 1.4;
	font-weight: normal;
}
.training-step strong {
	color: #E95204;
}
.training-step span {
	position: absolute;
	left: -10px;
	top: -15px;
}
.training-column {
	background: #FF9217;
	color: #FFF;
	margin: 20px 20px 0 20px;
	font-size: 12px;
}
.training-column-img img {
	width: 100%;
	height: auto;
}
.training-column-inner {
	padding: 15px;
}
.training-job-txt {
	font-size: 12px;
	line-height: 1.6;
	padding: 15px 0 0 0;
}
.training-job-img {
	float: right;
	margin: 3px 0 15px 15px;
}
.training-staff-img {
	padding: 15px 0 0 0;
}
.training-staff-img img {
	width: 100%;
	height: auto;
}
.training-staff-txt {
	font-size: 12px;
	line-height: 1.6;
	padding: 15px 0 0 0;
}


/* ----------------------------------------------------
	staff
---------------------------------------------------- */
.staff-main {
	background: url(/recruit/sp/img/img_staff.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 130px;
	position: relative;
}
.staff-main-title {
	position: absolute;
	left: 20px;
	bottom: 15px;
}
.staff-nav {
	background-image: -webkit-linear-gradient(bottom, #FDFDFD 0%, #EBEBEB 100%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FDFDFD),
		color-stop(1, #EBEBEB)
	);
	background-image: linear-gradient(to bottom, #FDFDFD 0%, #EBEBEB 100%);
}
.staff-nav {
	zoom: 1;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #CCC;
}
.staff-nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.staff-nav li {
	font-size: 12px;
	text-align: center;
	line-height: 1.3;
	float: left;
	width: 33%;
}
.staff-nav li:last-child {
	width: 34%;
}
.staff-nav a {
	display: block;
	padding: 10px 0;
	border-right: 1px solid #FFF;
	border-left: 1px solid #DDD;
}
.staff-nav li:first-child a,
.staff-nav li:first-child span {
	border-left: none;
}
.staff-nav li:last-child a {
	border-right: none;
}
.staff-nav li:last-child span {
	border-right: none;
}
.staff-nav span {
	display: block;
	padding: 10px 0;
	border-right: 1px solid #FFF;
	border-left: 1px solid #DDD;
}
.staff-nav small {
	font-size: 10px;
}
.staff-name {
	zoom: 1;
	margin: 20px 0 0 0;
}
.staff-name:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.staff-name-img {
	float: left;
	padding: 0 20px 0 0;
}
.staff-name-title {
	font-weight: normal;
	line-height: 1.4;
}
.staff-name-title span {
	display: block;
	padding: 5px 0 10px 0;
}
.staff-col {
	margin: 0 0 20px 0;
}
.staff-txt {
	font-size: 12px;
	line-height: 1.6;
	padding: 15px 0 0 0;
}
.staff-img {
	padding: 15px 0 10px 0;
}
.staff-img img {
	width: 100%;
	height: auto;
}


/* ----------------------------------------------------
	faq
---------------------------------------------------- */
.faq-main {
	background: url(/recruit/sp/img/img_faq.png) repeat center center;
	background-size: 2px auto;
	width: 100%;
	height: 130px;
	margin: 0 0 25px 0;
	position: relative;
}
.faq-main-title {
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.faq-col {
	border-bottom: 1px solid #CCC;
	padding: 0 0 25px 0;
	margin: 0 0 25px 0;
}
.faq-col-last {
	border-bottom: none;
	padding: 0;
	margin: 0 0 30px 0;
}
.faq-col dl {
	zoom: 1;
}
.faq-col dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.faq-col dt {
	font-family: helvetica, sans-serif;
	font-size: 30px;
	float: left;
	padding: 0 20px 0 0;
	line-height: 1;
	margin: -5px 0 0 0;
}
.faq-col dd {
	overflow: hidden;
	zoom: 1;
}
.faq-q {
	margin: 0 0 15px 0;
	font-size: 13px;
}
.faq-a {
	color: #E95204;
}
.faq-a dd {
	font-size: 12px;
	line-height: 1.4;
}


/* ----------------------------------------------------
	資料請求
---------------------------------------------------- */
.data-main {
	background: url(/recruit/sp/img/img_faq.png) repeat center center;
	background-size: 2px auto;
	padding: 20px;
	margin: 0 0 20px 0;
}
.data-main-title {
	line-height: 1;
}
.data-col {
	padding: 0 0 25px 0;
}
.data-txt {
	font-size: 12px;
	line-height: 1.6;
	padding: 15px 0 0 0;
}
.data-form {
	background: #F5F6F6;
	margin: 0 0 30px 0;
	padding: 20px 0;
}
.data-form dt {
	font-size: 14px;
	margin: 0 0 5px 0;
}
.data-form dd {
	margin: 0 0 12px 0;
}
.data-form dd input {
	width: 96%;
	padding: 0 2%;
}
.data-form-btn {
	padding: 10px 0 0 0;
}
.data-form-btn button {
	font-size: 16px;
	color: #FFF;
	padding: 16px 0;
	width: 100%;
	display: block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #FD9115;
	line-height: 1;
	text-align: center;
}
.data-comp {
	padding: 30px 0 50px 0;	
}
.data-form-pdf {
	padding: 20px 0 0 0;
}
.data-form-pdf a {
	font-size: 12px;
	color: #FFF;
	padding: 16px 0;
	width: 100%;
	display: block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #FD9115;
	line-height: 1;
	text-align: center;
}



/* ----------------------------------------------------
	応募
---------------------------------------------------- */
.contact-main {
	background: url(/recruit/sp/img/img_faq.png) repeat center center;
	background-size: 2px auto;
	padding: 20px;
	margin: 0 0 30px 0;
}
.contact-main-title {
	line-height: 1;
}
.contact-col {
	padding: 0 0 20px 0;
}
.contact-form {
	background: #F5F6F6;
	margin: 0 0 5px 0;
	padding: 20px 0;
}
.contact-form-txt {
	margin: 0 0 15px 0;
	line-height: 1.6;
}
.contact-form dt {
	font-size: 14px;
	margin: 0 0 5px 0;
}
.contact-form dt em {
	font-size: 11px;
	color: #E95204;
	padding: 0 0 0 5px;
}
.contact-form dd {
	margin: 0 0 20px 0;
	zoom: 1;
}
.contact-form dd:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.contact-form dd select {
	background: url(/recruit/sp/img/icn_select.png) no-repeat 95% center #FFF;
	background-size: 10px auto;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance: none;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.5);
	box-shadow: 0 0 1px rgba(0,0,0,0.5);
	border: none;
	width: 100%;
	padding: 0 2%;
	height: 36px;
	font-size: 13px;
}
.contact-form dd input {
	width: 96%;
	padding: 0 2%;
}
.contact-form dd label {
	margin: 0 15px 0 0;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
}
.contact-form dd textarea {
	width: 96%;
	padding: 2%;
}
.contact-form-btn {
	padding: 5px 0 0 0;
}
.contact-form-btn button {
	font-size: 14px;
	color: #FFF;
	padding: 8px 0;
	width: 100%;
	display: block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #FD9115;
	line-height: 1.3;
	text-align: center;
}
.contact-form-privacy {
	font-size: 11px;
	text-align: center;
	padding: 0 0 15px 0;
}
.contact-form-privacy a {
	text-decoration: underline;
}
.contact-form-btns {
	zoom: 1;
	padding: 15px 0 0 0;
}
.contact-form-btns:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.contact-form-btns li {
	width: 50%;
	float: left;
}
.contact-form-btns li a,
.contact-form-btns li button {
	text-align: center;
	display: block;
}
.contact-form-btns li a {
	font-size: 14px;
	color: #FFF;
	display: block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #AAA;
	line-height: 1;
	text-align: center;
	height: 40px;
	line-height: 38px;
	margin: 0 10px 0 0;
}
.contact-form-btns li button {
	font-size: 14px;
	color: #FFF;
	width: 100%;
	display: block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #FD9115;
	line-height: 1;
	text-align: center;
	height: 40px;
	line-height: 38px;
}
.contact-conf dd {
	background: #FFF;
	padding: 10px;
	min-height: 20px;
}
.contact-comp {
	text-align: center;
	background: #F5F6F6;
	padding: 30px 20px;
}
.contact-comp-btn {
	padding: 10px 0 0 0;
}
.contact-comp-btn a {
	font-size: 14px;
	color: #FFF;
	padding: 16px 0;
	display: block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #FD9115;
	line-height: 1;
}
.data-form dd.privacy_check {
	padding: 8px 0;
}
.data-form dd.privacy_check input {
	width: auto;
	text-align:left;
	float:left;
	margin-top:4px;
}
.data-form dd.privacy_check label {
	width: auto;
	text-align:left;
	float:left;
}
.data-form dd.privacy_check a {
	text-align:left;
	float:left;
	margin-left:20px;
}
#err_checkbox_chk {
	margin:0 0 0 -89px !important;
}
.contact-form dd.privacy_check {
	padding: 8px 0;
}
.contact-form dd.privacy_check input {
	width: auto;
	text-align:left;
	float:left;
	margin-top:4px;
}
.contact-form dd.privacy_check label {
	width: auto;
	text-align:left;
	float:left;
	margin-left:5px;
	line-height:18px;
}
.contact-form dd.privacy_check a {
	text-align:left;
	float:left;
	margin-left:20px;
}
.contact-form #err_checkbox_chk {
	margin:0 0 0 -89px !important;
}

/* ---------- iCheck ---------- */
.iradio {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	background: url(/recruit/sp/img/btn_icheck.png) repeat 0 0;
	background-size: 30px auto;
	border: none;
	cursor: pointer;
	margin: 0 7px 0 0;
}
.iradio {
	background-position: 0 -30px !important;
}
.iradio.checked {
	background-position: 0 0 !important;
}


.icheckbox {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	background: url(/recruit/img/btn_icheck.png) repeat 0 0;
	border: none;
	cursor: pointer;
	float: left;
	margin: 0 0 0 0;
}
.icheckbox {
	background-position: 0 0;
}
.icheckbox.checked {
	background-position: -20px 0;
}

/* ----------------------------------------------------
	下部 応募エリア
---------------------------------------------------- */
.app {
	background: #F5F6F6;
}
.app-title {
	background: #777777;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
	padding: 10px 0;
}
.app-inner {
	padding: 15px 15px 6px 15px;
}
.app-col {
	background: #FFF;
	margin: 0 0 10px 0;
}
.app-col {
	text-align: center;
	padding: 25px 20px 20px 20px;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.app-col-title {
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0;
}
.app-col ul {
	zoom: 1;
}
.app-col ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.app-col li {
	float: left;
	width: 50%;
	margin: 0 0 6px 0;
}
/*
.app-col li:nth-child(odd) a {
	margin: 0 3px 0 0;
}
.app-col li:nth-child(even) a {
	margin: 0 0 0 3px;
}
*/
.app-col li:nth-child(1) a, .app-col li:nth-child(4) a {
	margin: 0 3px 0 0;
}
.app-col li:nth-child(2) a, .app-col li:nth-child(5) a {
	margin: 0 0 0 3px;
}

.app-col li:nth-child(3),.app-col li:nth-child(4) {
	width: 100%;
}
.app-col li:nth-child(3) a {
	margin: 0;
}
.app-col li:last-child {
	width: 100%;
	margin: 0;
}
.app-col li:last-child a {
	margin: 0;
}
.app-col li a {
	font-size: 14px;
	color: #FFF;
	padding: 16px 0;
	display: block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #FD9115;
	line-height: 1;
}
.app-col dt {
	font-weight: normal;
	padding: 13px 0 0 0;
	font-size: 12px;
	line-height: 1.5;
}
.app-col-download dd {
	padding: 10px 0 0 0;
}
.app-col dd a {
	font-size: 16px;
	color: #FFF;
	padding: 16px 0;
	width: 100%;
	display: block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #FD9115;
	line-height: 1;
}


/* ----------------------------------------------------
	フッター
---------------------------------------------------- */
.footer {
	text-align: center;
	padding: 30px 0;
}
.footer-name {
	font-family: helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 20px 0 5px 0;
}
.footer-name small {
	font-size: 10px;
}
.footer-btn a {
	font-size: 12px;
	color: #000;
	padding: 12px 15px;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #EDEDED 100%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FFFFFF),
		color-stop(1, #EDEDED)
	);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #EDEDED 100%);
	text-shadow: 0 1px 0 #FFF;
	line-height: 1;
}
.footer-copyright {
	font-family: verdana, sans-serif;
	font-size: 10px;
}



/* ----------------------------------------------------
	汎用class
---------------------------------------------------- */

/* ---------- clearfix ---------- */
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}


/* ---------- 罫線 ---------- */
.line01 {
	height: 1px;
	background: #CFCFCF;
}
.line01 hr {
	display: none;
}


/* ---------- 要素の状態 ---------- */
.is-none { display: none; }
.is-hidden { visibility: hidden; }


/* ---------- 文字揃え ---------- */
.al-l { text-align: left !important; }
.al-r { text-align: right !important; }
.al-c { text-align: center !important; }
.val-m { vertical-align: middle !important; }


/* ---------- 幅 ---------- */
.wid10 { width: 10px !important; }
.wid20 { width: 20px !important; }
.wid30 { width: 30px !important; }
.wid40 { width: 40px !important; }
.wid50 { width: 50px !important; }
.wid60 { width: 60px !important; }
.wid70 { width: 70px !important; }
.wid80 { width: 80px !important; }
.wid90 { width: 90px !important; }
.wid100 { width: 100px !important; }
.wid110 { width: 110px !important; }
.wid120 { width: 120px !important; }
.wid130 { width: 130px !important; }
.wid140 { width: 140px !important; }
.wid150 { width: 150px !important; }
.wid170 { width: 170px !important; }
.wid180 { width: 180px !important; }
.wid190 { width: 190px !important; }
.wid200 { width: 200px !important; }
.wid250 { width: 250px !important; }
.wid260 { width: 260px !important; }
.wid270 { width: 270px !important; }
.wid300 { width: 300px !important; }
.wid310 { width: 310px !important; }
.wid340 { width: 340px !important; }
.wid350 { width: 350px !important; }
.wid365 { width: 365px !important; }
.wid375 { width: 375px !important; }
.wid435 { width: 435px !important; }
.wid490 { width: 490px !important; }
.wid500 { width: 500px !important; }
.wid520 { width: 520px !important; }
.wid590 { width: 590px !important; }
.wid600 { width: 600px !important; }
.wid610 { width: 610px !important; }
.wid700 { width: 700px !important; }
.wid720 { width: 720px !important; }


/* ---------- マージン ---------- */
.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt58 { margin-top: 58px !important; }
.mt60 { margin-top: 60px !important; }
.mt100 { margin-top: 100px !important; }
.mt110 { margin-top: 110px !important; }
.mtm20 { margin-top: -20px !important; }
/**/
.mr0 { margin-right: 0 !important; }
.mr5 { margin-right: 5px !important; }
.mr7 { margin-right: 7px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
/**/
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb39 { margin-bottom: 39px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }
.mb105 { margin-bottom: 105px !important; }
/**/
.ml0 { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }
.ml60 { margin-left: 60px !important; }
.ml70 { margin-left: 70px !important; }
.ml80 { margin-left: 80px !important; }
.ml90 { margin-left: 90px !important; }
.ml100 { margin-left: 100px !important; }