/*
Theme Name: コーポレートサイトテンプレート
Author: Noriaki Adachi
*/
@charset "utf-8";
/* Reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	zoom:1;	/* hasLayout in IE */
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font:inherit;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	vertical-align:baseline;
	background:transparent;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
}
p{max-height:100%;}
header, menu, nav, footer,
section,article, aside,
details, summary,
figure, figcaption{display:block;}
table{
	border-collapse:collapse;
	border-spacing:0;
}
table, th, td{table-layout:fixed;}
caption, th, td{
	text-align:left;
	font-weight:normal;
	vertical-align:middle;
}
q, blockquote{quotes:none;}
q:before, q:after, blockquote:before, blockquote:after{
	content:"";
	content:none;
}
img{
	font-size:0;
	line-height:0;
	vertical-align: bottom;
	height:auto;
}
a{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color:#333;
}
a:focus{outline:none;}
a img{
	border:none;
	vertical-align:middle;
}
textarea{overflow:auto;}
label{cursor:pointer;}
.clearfix:after{
	display:block;
	visibility:hidden;
	content:".";
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}
* html .clearfix{zoom:1;}
*:first-child + html .clearfix{zoom:1;}
a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
a{
	text-decoration: none;
}
strong{
	font-weight: normal;
}
ul,ol{
	list-style-type: none;
}
body{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Helvetica,Arial,Sans-Serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}
h2,h3,h4,h5{
	font-weight: bold;
}

/*===============================================
画面の横幅が1100px以下 421px以上
===============================================*/
@media screen and (max-width: 1080px) and (min-width: 421px){
.wrap{
	width: 1080px;
}
}


/*===============================================
画面の横幅が421px以上
===============================================*/
@media screen and (min-width: 421px){
.inner{
	margin:0 auto;
	width: 1080px;
}
.sp{
	display:none !important;
}


/*header
----------------------------------------------------------*/
header{
	position: relative;
	width:100%;
	z-index: 2;
	text-shadow: 0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff;
}
header h1{
	color:#333;
	position: absolute;
	top:10px;
	left:20px;
	font-size:12px;
}
header .logo{
	color:#333;
	position: absolute;
	top:40px;
	left:20px;
}
header .tel_box{
	color:#333;
	position: absolute;
	top:15px;
	right:270px;
	text-align: center;
}
header .tel_box .tel a{
	font-size:28px;
	color:#333;
	line-height: 1;
}
header .tel_box .tel a:before{
	display: inline-block;
	content: url(img/header_tel.png);
	padding-right: 5px;
}
header .tel_box .time{
	font-size:14px;
}

header .mail{
	color:#333;
	position: absolute;
	top:20px;
	right:20px;
	text-align: center;
	width:220px;
}
header .mail a{
	width:218px;
	display: block;
	border:1px solid #333;
	font-size:16px;
	color:#333;
	padding: 7px 0;
	box-shadow: 0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff;
}
header .mail a:before{
	display: inline-block;
	content: url(img/header_mail.png);
	padding-right: 5px;
}


/*nav
----------------------------------------------------------*/
nav #nav-btn{
	display: none;
}
nav{
	background:#000;
	padding: 15px 0;
	text-align: center;
}
nav.fixed{
	position: fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
}
nav li{
	display: inline-block;
	margin: 0 30px;
	position: relative;
}
nav li:before,
nav li:after{
  position: absolute;
  top: 25px;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #fff;
  transition: .2s;
}
nav li:before{
  left: 50%;
}
nav li:after{
  right: 50%;
}
nav li:hover:before,
nav li:hover:after{
  width: 50%;
}
nav a{
	color:#fff;
}
nav a:hover{
	opacity: 1;
}



/*index
----------------------------------------------------------*/
.index .key{
	background:url(img/index_key_bg.png) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.index .key p{
	text-align: center;
	width:100%;
	font-size:36px;
	color:#333;
	height:220px;
	margin:auto 0;
	position: absolute;
	top:0;
	bottom:0;
	background:url(img/index_key_text.png) center bottom no-repeat;
	text-shadow: 0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff;
}
.index .key:after{
	content:url(img/index_key_icon.png);
	display: inline-block;
	position: absolute;
	width:136px;
	margin:0 auto;
	bottom:20px;
	left:0;
	right:0;
}

.index .cont01{
	margin-bottom: 100px;
}
.index .cont01 h2{
	font-size:20px;
	text-align: center;
	margin:70px 0;
}
.index .cont01 h2:before{
	content: "SERVICE";
	font-size:60px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}
.index .cont01 .clearfix{
	margin-bottom: 50px;
}
.index .cont01 .clearfix .img{
	float: left;
	width:460px;
}
.index .cont01 .clearfix .text_box{
	float: right;
	width:580px;
}
.index .cont01 .clearfix:nth-of-type(2n) .img{
	float: right;
}
.index .cont01 .clearfix:nth-of-type(2n) .text_box{
	float: left;
}
.index .cont01 .clearfix .text_box h3{
	font-size:26px;
	padding: 10px 0 15px;
}
.index .cont01 .clearfix .text_box .button{
	margin-top: 20px;
	text-align: center;
}
.index .cont01 .clearfix .text_box .button a{
	display: block;
	font-weight: bold;
	width:400px;
	padding:15px 0;
	border:1px solid #333;
	transition: .5s;
}
.index .cont01 .clearfix .text_box .button a:hover{
	background:#000;
	color:#fff;
}

.index .cont02{
	background:url(img/index_bg01.png) center center no-repeat;
	background-size: cover;
	padding: 70px 0;
	text-align: center;
	color:#fff;
}
.index .cont02 h2{
	font-size:20px;
	text-align: center;
	margin:50px 0;
}
.index .cont02 h2:before{
	content: "GREETING";
	font-size:60px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}
.index .cont02 .button{
	margin: 50px 0;
}
.index .cont02 .button a{
	border:1px solid #fff;
	display: inline-block;
	color:#fff;
	padding: 10px 80px;
	transition: all .5s;
}
.index .cont02 .button a:hover{
	background: #fff;
	color:#000;
	opacity: 1;
	font-weight: bold;
}



/*contact_box
----------------------------------------------------------*/
.contact_box{
	margin-bottom: 130px;
}
.contact_box h2{
	font-size:20px;
	text-align: center;
	margin:80px 0 50px;
}
.contact_box h2:before{
	content: "CONTACT";
	font-size:60px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}
.contact_box .border{
	border:1px solid #2e2eb9;
	width:738px;
	padding: 60px 130px;
}
.contact_box .tel_box{
	width:350px;
	float: left;
	text-align: center;
}
.contact_box .tel_box .tel{
	font-size:36px;
	line-height: 1.2;
}
.contact_box .tel_box .tel a{
	font-weight: bold;
}
.contact_box .tel_box .tel a:before{
	content: url(img/index_icon01.png);
	padding-right: 10px;
}
.contact_box .tel_box .time{
	font-size:14px;
}
.contact_box .mail{
	width:350px;
	float: right;
	text-align: center;
	margin-top: 7px;
}
.contact_box .mail a{
	background:#2e2eb9 url(img/index_icon02.png) 90px center no-repeat;
	color:#fff;
	display: block;
	padding: 15px 0 15px 30px;
}
.contact_box .text{
	text-align: center;
	margin-top: 15px;
}
/*map
----------------------------------------------------------*/
.map iframe{
	width:100%;
	height: 650px;
	display: block;
}

/*footer
----------------------------------------------------------*/
footer{
	border-top: 5px solid #000;
	padding:50px 0 0;
}
footer .left{
	width:539px;
	float: left;
	padding-left: 40px;
	padding-right: 10px;
	border-right: 1px solid #333;
}
footer .left .name{
	font-weight: bold;
	font-size:18px;
	font-weight: bold;
	margin: 15px 0 20px;
}
footer .left .adress img{
	width: 100%;
}
/* footer .left .place{
	padding-left: 25px;
	background: url(img/footer_icon01.png) left center no-repeat;
	margin-bottom: 10px;
	font-size:14px;
}
footer .left .tel{
	padding-left: 25px;
	background: url(img/footer_icon02.png) left center no-repeat;
	margin-bottom: 10px;
	font-size:14px;
}
footer .left .fax{
	padding-left: 25px;
	background: url(img/footer_icon03.png) left center no-repeat;
	margin-bottom: 10px;
	font-size:14px;
}
footer .left .mail{
	padding-left: 25px;
	background: url(img/footer_icon04.png) left center no-repeat;
	margin-bottom: 10px;
	font-size:14px;
} */
footer .right{
	width:450px;
	float: right;
	list-style-type: disc;
	margin-top: 10px;
}
footer .right li{
	margin-bottom: 5px;
}
footer .right li a:hover{
	text-decoration: underline;
}

footer .copy{
	background:#000;
	color:#fff;
	font-size:14px;
	text-align: center;
	padding: 5px 0;
	margin-top: 50px;
}
footer .to_top{
	position: fixed;
	right:10px;
	bottom:10px;
}

/*common
----------------------------------------------------------*/
.common .key{
	height: 350px;
	background:url(img/common_key_bg.png) center center no-repeat;
	background-size: cover;
}
.common .key h2{
	padding-top: 120px;
	font-size:20px;
	text-align: center;
	color:#333;
}
.common .pan{
	padding: 10px 0 50px;
}
.common .pan li{
	display: inline-block;
}
.common .pan li:after{
	display: inline-block;
	content: "＞";
	padding: 0 20px;
}
.common .pan li:last-of-type:after{
	content: "";
}

/*service
----------------------------------------------------------*/
.service .key h2:before{
	content: "SERVICE";
	font-size:60px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}
.service .cont01 .clearfix{
	margin-bottom: 50px;
}
.service .cont01 .clearfix .img{
	float: left;
	width:460px;
}
.service .cont01 .clearfix .text_box{
	float: right;
	width:580px;
}
.service .cont01 .clearfix:nth-of-type(2n) .img{
	float: right;
}
.service .cont01 .clearfix:nth-of-type(2n) .text_box{
	float: left;
}
.service .cont01 .clearfix .text_box h3{
	font-size:26px;
	padding: 10px 0 15px;
}

.service .cont02 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:24px;
	margin:50px 0 20px;
}
.service .cont02 h4{
	background:url(img/common_icon01.png) left center no-repeat;
	padding-left: 20px;
	margin-bottom: 15px;
	font-size:20px;
}
.service .cont02 .text{
	margin-bottom: 30px;
}

/*company
----------------------------------------------------------*/
.company .key h2:before{
	content: "COMPANY";
	font-size:60px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}

.company .cont01 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:24px;
	margin:0 0 20px;
}
.company .cont01 .clearfix .text_box{
	float: left;
	width:580px;
}
.company .cont01 .clearfix .text_box .text01{
	font-size:20px;
	font-weight: bold;
	padding: 20px 0;
}
.company .cont01 .clearfix .text_box .name{
	text-align: right;
	font-size:20px;
	font-weight: bold;
	padding-top: 20px;
}
.company .cont01 .clearfix .img{
	float: right;
	width:460px;
}

.company .cont02 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:24px;
	margin:100px 0 20px;
}
.company .cont02 table{
	margin:50px 0;
	width:100%;
}
.company .cont02 tr:nth-of-type(2n-1){
	background: #efefef;
}
.company .cont02 th{
	padding: 10px 20px;
	font-weight: bold;
	width:100px;
}
.company .cont02 td{
	padding: 10px 20px;
}

.company .cont02 img{
  width:80%;
}

/*recruit
----------------------------------------------------------*/
.recruit .key h2:before{
	content: "RECRUIT";
	font-size:60px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}
.recruit .cont01 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:24px;
	margin:0 0 30px;
}
.recruit .cont01 h4{
	background:url(img/common_icon01.png) left center no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size:20px;
}
.recruit .cont01 table{
	margin:30px 0 100px;
	width:100%;
}
.recruit .cont01 tr:nth-of-type(2n-1){
	background: #efefef;
}
.recruit .cont01 th{
	padding: 10px 20px;
	font-weight: bold;
	width:150px;
}
.recruit .cont01 td{
	padding: 10px 20px;
}

/*contact
----------------------------------------------------------*/
.contact .key h2:before{
	content: "CONTACT";
	font-size:60px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}
.contact .cont01 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:24px;
	margin:0 0 20px;
}
.contact .cont01 .border{
	border:1px solid #ccc;
	background:url(img/contact_img01.png) right bottom no-repeat;
	height: 180px;
}
.contact .cont01 .tel{
	padding: 35px 0 0 100px;
}
.contact .cont01 .tel a{
	width:300px;
	font-size:36px;
	font-weight: bold;
	line-height: 1;
	background:url(img/index_icon01.png) 5px center no-repeat;
	padding-left: 50px;
}
.contact .cont01 .time{
	width:310px;
	font-size:14px;
	line-height: 1;
	text-align: center;
	padding:10px 0 20px 100px;
}
.contact .cont01 .text{
	margin-left: 100px;
}


.contact .cont02 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:24px;
	margin:100px 0 20px;
}
.contact .cont02 table{
	margin:30px 0;
	width:100%;
}
.contact .cont02 tr:nth-of-type(2n-1){
	background: #efefef;
}
.contact .cont02 th{
	padding: 10px 0 10px 20px;
	font-weight: bold;
	width:200px;
}
.contact .cont02 th span{
	font-weight: bold;
	color:red;
	float: right;
	display: inline-block;
}
.contact .cont02 td{
	padding: 10px 20px;
}
.contact .cont02 td input[type="text"],
.contact .cont02 td input[type="email"],
.contact .cont02 td input[type="tel"]{
	padding: 9px;
	width:800px;
	border:1px solid #ccc;
}
.contact .cont02 td select{
	padding: 9px;
	border:1px solid #ccc;
}
.contact .cont02 td textarea{
	padding: 9px;
	min-width:800px;
	min-height: 100px;
	border:1px solid #ccc;
	display: block;
}
.contact .cont02 .button {
	text-align: center;
	margin:0 auto;
	width:250px;
}
.contact .cont02 .button input[type="submit"]{
	display: block;
	background:#2c4f98;
	width:250px;
	padding: 15px 0;
	font-weight: bold;
	color:#fff;
	border:none;
	border-radius: 5px;
	cursor:pointer;
}
.contact .cont02 .button input[type="submit"]:hover{
	opacity: 0.8;
}
.contact .cont02 .privacy_check{
	text-align: center;
	padding-bottom: 20px;
}

.contact .cont03{
	margin-bottom: 100px;
}
.contact .cont03 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:24px;
	margin:100px 0 20px;
}
.contact .cont03 .privacy_box{
    border: 1px solid #ccc;
    padding: 20px;
    height: 200px;
    overflow: auto;
    background: #fff;
}
.contact .cont03 .privacy_box .text01{
	padding: 5px 0 20px;
}

/*thanks
----------------------------------------------------------*/
.thanks .key h2:before{
	content: "THANKS";
	font-size:60px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}
.thanks .cont01{
	margin-bottom: 80px;
}
.thanks .cont01 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:24px;
	margin:0 0 20px;
}

}
/*===============================================
画面の横幅が420px以下
===============================================*/
@media screen and (max-width: 420px){

html,
body,
.wrap{
	margin:0 auto;
	width: 420px;
}
.pc{
	display:none !important;
}
img{
	max-width: 420px;
}


/*header
----------------------------------------------------------*/
header{
	position: fixed;
	width:100%;
	z-index: 2;
	height: 60px;
	background: rgba(256,256,256,0.8);
}
header h1{
	color:#333;
	position: fixed;
	top:2px;
	left:5px;
	font-size:10px;
	width:230px;
	line-height: 1.2;
}
header .logo{
	color:#333;
	position: fixed;
	top:30px;
	left:20px;
}
header .logo img{
	width:150px;
}
header .tel_box .tel{
	position: fixed;
	top:0;
	right: 60px;
	width:60px;
}
header .tel_box .tel a{
	border:1px solid #333;
	display: block;
	padding-top: 58px;
	height: 0;
	overflow: hidden;
	background: url(img/header_tel.png) center center no-repeat;
}
header .tel_box .time{
	font-size:12px;
	position: fixed;
	color:#333;
	top:65px;
	right:5px;
}

header .mail{
	position: fixed;
	top:0;
	right: 119px;
	width:60px;
}
header .mail a{
	border:1px solid #333;
	display: block;
	padding-top: 58px;
	height: 0;
	overflow: hidden;
	background: url(img/header_mail.png) center center no-repeat;
}


/*nav
----------------------------------------------------------*/
nav{
	position: fixed;
	top: 0;
	right: 0;
	width:60px;
	height:60px;
	z-index: 10;
}
#nav-btn {
	width: 60px;
	height: 60px;
	background:#4a7be1;
	color: #fff;
	z-index: 1001;
	transition: all .5s;
}
.menu-btn,
.menu-btn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-btn {
	position: absolute;
	width: 30px;
	height: 23px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.menu-btn span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
}
.menu-btn span:nth-of-type(1) {
	top: 0;
}
.menu-btn span:nth-of-type(2) {
	top: 10px;
}
.menu-btn span:nth-of-type(3) {
	bottom: 0;
}
#nav-btn.active .menu-btn span:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
#nav-btn.active .menu-btn span:nth-of-type(2) {
	opacity: 0;
}
#nav-btn.active .menu-btn span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
#nav{
	display: none;
}
#nav-btn.active + #nav{
	display: block;
	position: absolute;
	z-index: 1001;
	top:60px;
	right: 0;
	background: rgba(256,256,256,0.9);
	width:420px;
	border-top: 1px dotted #555;
}
#nav-btn.active + #nav li a{
	display: block;
	color:#111;
	padding: 15px 0 15px 30px;
	border-bottom: 1px dotted #555;
	font-weight: bold;
}




/*index
----------------------------------------------------------*/
.index .key{
	background:url(img/index_key_bg_sp.png) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.index .key p{
	text-align: center;
	width:100%;
	font-size:24px;
	color:#333;
	font-weight: bold;
	height:180px;
	margin:auto 0;
	position: absolute;
	top:0;
	bottom:0;
	background:url(img/index_key_text.png) center bottom no-repeat;
	text-shadow: 0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff;
}
.index .key:after{
	content:"";
	width:100px;
	height:100px;
	background:url(img/index_key_icon.png) center center no-repeat;
	background-size: 100px;
	display: block;
	position: absolute;
	width:136px;
	margin:0 auto;
	bottom:20px;
	left:0;
	right:0;
}

.index .cont01{
	margin-bottom: 100px;
}
.index .cont01 h2{
	font-size:16px;
	text-align: center;
	margin:70px 0;
}
.index .cont01 h2:before{
	content: "SERVICE";
	font-size:30px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}
.index .cont01 .clearfix{
	margin-bottom: 50px;
}
.index .cont01 .clearfix .text_box{
	padding: 10px;
}
.index .cont01 .clearfix .text_box h3{
	font-size:20px;
	padding: 10px 0 15px;
}
.index .cont01 .clearfix .text_box .button{
	margin-top: 20px;
	text-align: center;
}
.index .cont01 .clearfix .text_box .button a{
	display: block;
	font-weight: bold;
	width:400px;
	padding:15px 0;
	border:1px solid #333;
	transition: .5s;
}
.index .cont01 .clearfix .text_box .button a:hover{
	background:#000;
	color:#fff;
}

.index .cont02{
	background:url(img/index_bg01_sp.png) center center no-repeat;
	background-size: cover;
	padding: 40px 0 70px;
	text-align: center;
	color:#fff;
}
.index .cont02 h2{
	font-size:16px;
	text-align: center;
	margin:50px 0;
}
.index .cont02 h2:before{
	content: "GREETING";
	font-size:30px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}
.index .cont02 .text{
	font-size:14px;
	padding: 0 10px;
}
.index .cont02 .button{
	margin-top: 50px;
}
.index .cont02 .button a{
	border:1px solid #fff;
	display: inline-block;
	color:#fff;
	padding: 10px 80px;
	transition: all .5s;
}

/*contact_box
----------------------------------------------------------*/
.contact_box{
	margin-bottom: 80px;
}
.contact_box h2{
	font-size:16px;
	text-align: center;
	margin:80px 0 50px;
}
.contact_box h2:before{
	content: "CONTACT";
	font-size:30px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}
.contact_box .border{
	border:1px solid #2e2eb9;
	padding: 30px 20px;
	margin:0 10px;
}
.contact_box .tel_box{
	text-align: center;
	margin-bottom: 10px;
}
.contact_box .tel_box .tel{
	font-size:36px;
	line-height: 1.2;
}
.contact_box .tel_box .tel a{
	font-weight: bold;
}
.contact_box .tel_box .tel a:before{
	content: url(img/index_icon01.png);
	padding-right: 10px;
}
.contact_box .tel_box .time{
	font-size:14px;
}
.contact_box .mail{
	width:350px;
	float: right;
	text-align: center;
	margin-top: 7px;
}
.contact_box .mail a{
	background:#2e2eb9 url(img/index_icon02.png) 90px center no-repeat;
	color:#fff;
	display: block;
	padding: 15px 0 15px 30px;
}
.contact_box .text{
	text-align: center;
	margin-top: 15px;
	font-size:14px;
}
/*map
----------------------------------------------------------*/
.map iframe{
	width:100%;
	height: 500px;
	display: block;
}

/*footer
----------------------------------------------------------*/
footer{
	border-top: 5px solid #000;
	padding:20px 0 0;
}
footer .left{
	margin:0 10px;
}
footer .left .name{
	font-weight: bold;
	font-size:18px;
	font-weight: bold;
	margin: 15px 0 20px;
}
footer .left .adress img{
	width: 100%;
}
/*
footer .left .place{
	padding-left: 25px;
	background: url(img/footer_icon01.png) left center no-repeat;
	margin-bottom: 20px;
	font-size:14px;
}
footer .left .tel{
	padding-left: 25px;
	background: url(img/footer_icon02.png) left center no-repeat;
	margin-bottom: 20px;
	font-size:14px;
}
footer .left .fax{
	padding-left: 25px;
	background: url(img/footer_icon03.png) left center no-repeat;
	margin-bottom: 20px;
	font-size:14px;
}
footer .left .mail{
	padding-left: 25px;
	background: url(img/footer_icon04.png) left center no-repeat;
	margin-bottom: 20px;
	font-size:14px;
} */
footer .right{
	margin: 20px 0 0;
}
footer .right li{
	padding: 20px;
	border-top: 1px solid #333;
	background:url(img/common_icon02.png) 400px center no-repeat;
}
footer .right li a{
	font-weight: bold;
}
footer .copy{
	background:#000;
	color:#fff;
	font-size:14px;
	text-align: center;
	padding: 5px 0;
}
footer .to_top{
	position: fixed;
	right:10px;
	bottom:10px;
}
footer .to_top img{
	width:50px;
}

/*common
----------------------------------------------------------*/
.common .key{
	height: 350px;
	background:url(img/common_key_bg_sp.png) center center no-repeat;
	background-size: cover;
}
.common .key h2{
	padding-top: 145px;
	font-size:16px;
	text-align: center;
	color:#333;
}
.common .pan{
	padding: 10px 10px 50px;
}
.common .pan li{
	display: inline-block;
}
.common .pan li:after{
	display: inline-block;
	content: "＞";
	padding: 0 20px;
}
.common .pan li:last-of-type:after{
	content: "";
}

/*service
----------------------------------------------------------*/
.service .key h2:before{
	content: "SERVICE";
	font-size:30px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}
.service .cont01 .clearfix{
	margin-bottom: 50px;
}
.service .cont01 .clearfix .text_box{
	padding: 0 10px;
}
.service .cont01 .clearfix .text_box h3{
	font-size:20px;
	padding: 10px 0 15px;
}
.service .cont01 .clearfix .text_box p{
	font-size:14px;
}

.service .cont02 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:20px;
	margin:50px 10px 20px;
}
.service .cont02 h4{
	background:url(img/common_icon01.png) left center no-repeat;
	padding-left: 20px;
	margin:0 10px 15px;
	font-size:16px;
}
.service .cont02 .text{
	margin:0 10px 30px;
}

/*company
----------------------------------------------------------*/
.company .key h2:before{
	content: "COMPANY";
	font-size:30px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}

.company .cont01 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:20px;
	margin:0 10px 20px;
}

.company .cont01 .clearfix .text_box .text01{
	font-size:16px;
	font-weight: bold;
	padding: 20px 10px;
}
.company .cont01 .clearfix .text_box .text02{
	padding: 0 10px;
}
.company .cont01 .clearfix .text_box .name{
	text-align: right;
	font-size:18px;
	font-weight: bold;
	padding: 20px 10px 0 0;
}

.company .cont02 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:24px;
	margin:0 10px;
}
.company .cont02 .comp{
	margin:30px 10px;
	width:400px;
}
.company .cont02 .comp img{
	width:400px;
}
.company .cont02 table{
	margin:30px 10px;
	width:400px;
}
.company .cont02 tr:nth-of-type(2n-1){
	background: #efefef;
}
.company .cont02 th{
	padding: 10px 20px;
	font-weight: bold;
	width:70px;
}
.company .cont02 td{
	padding: 10px 20px;
}

/*recruit
----------------------------------------------------------*/
.recruit .key h2:before{
	content: "RECRUIT";
	font-size:30px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}
.recruit .cont01 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:20px;
	margin:0 10px 25px;
}
.recruit .cont01 h4{
	background:url(img/common_icon01.png) left center no-repeat;
	padding-left: 20px;
	margin:0 10px 10px;
	font-size:16px;
}
.recruit .cont01 table{
	margin:30px 10px 100px;
	width:400px;
}
.recruit .cont01 tr:nth-of-type(2n-1){
	background: #efefef;
}
.recruit .cont01 th{
	padding: 10px 20px;
	font-weight: bold;
	width:80px;
}
.recruit .cont01 td{
	padding: 10px 20px;
}

/*contact
----------------------------------------------------------*/
.contact .key h2:before{
	content: "CONTACT";
	font-size:30px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}
.contact .cont01 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:20px;
	margin:0 10px 20px;
}
.contact .cont01 .border{
	border:1px solid #ccc;
	margin:0 10px 20px;
}
.contact .cont01 .tel{
	padding: 25px 0 0;
	text-align: center;
}
.contact .cont01 .tel a{
	width:300px;
	font-size:36px;
	font-weight: bold;
	line-height: 1;
	background:url(img/index_icon01.png) 5px center no-repeat;
	padding-left: 50px;
}
.contact .cont01 .time{
	font-size:14px;
	line-height: 1;
	text-align: center;
	padding:10px 0 0;
}
.contact .cont01 .text{
	margin: 10px;
	font-size:14px;
}


.contact .cont02 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:24px;
	margin:100px 10px 20px;
}
.contact .cont02 table{
	margin:30px 10px;
	width:400px;
	display: block;
}
.contact .cont02 tr{
	display: block;
}
.contact .cont02 th{
	display: block;
	padding: 10px 0 10px 20px;
	font-weight: bold;
	width:380px;
	background: #efefef;
}
.contact .cont02 th span{
	font-weight: bold;
	color:red;
	float: right;
	display: inline-block;
}
.contact .cont02 td{
	display: block;
	padding: 10px;
	border:1px solid #efefef;
}
.contact .cont02 td input[type="text"],
.contact .cont02 td input[type="email"],
.contact .cont02 td input[type="tel"]{
	padding: 10px;
	width:360px;
	border:1px solid #ccc;
}
.contact .cont02 td select{
	padding: 9px;
	border:1px solid #ccc;
}
.contact .cont02 td textarea{
	padding: 10px;
	width:360px !important;
	min-height: 200px;
	border:1px solid #ccc;
	display: block;
}
.contact .cont02 .button {
	text-align: center;
	margin:0 auto;
	width:250px;
}
.contact .cont02 .button input[type="submit"]{
	display: block;
	background:#2c4f98;
	width:250px;
	padding: 15px 0;
	font-weight: bold;
	color:#fff;
	border:none;
	border-radius: 5px;
	cursor:pointer;
}
.contact .cont02 .button input[type="submit"]:hover{
	opacity: 0.8;
}
.contact .cont02 .privacy_check{
	text-align: center;
	padding-bottom: 20px;
}

.contact .cont03{
	margin-bottom: 100px;
}
.contact .cont03 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:24px;
	margin:100px 10px 20px;
}
.contact .cont03 .privacy_box{
    border: 1px solid #ccc;
    padding: 20px;
    height: 200px;
    margin:0 10px;
    overflow: auto;
    background: #fff;
}
.contact .cont03 .privacy_box .text01{
	padding: 5px 0 20px;
}

/*thanks
----------------------------------------------------------*/
.thanks .key h2:before{
	content: "THANKS";
	font-size:60px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}
.thanks .cont01{
	margin-bottom: 80px;
}
.thanks .cont01 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:24px;
	margin:0 0 20px;
}


}


/*mail form pro
----------------------------------------------------------*/
body {
	overflow-x: hidden;
}
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
form#mailformpro {
	padding: 10px 0px;
}
form#mailformpro dl dt {
	float: left;
	width: 160px;
	clear: both;
	font-size: 12px;
	padding: 10px 0px;
	text-align: right;
	border-top: solid 1px #CCC;
	margin: 0px;
}
form#mailformpro dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 5px 20px 170px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
}
.optionally {
	display: block;
	background-color: #06C;
	border: solid 2px #06C;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
form#mailformpro label.mfp_checked {
	padding: 3px;
	border: solid 1px #CCC;
	background-color: #E8EEF9;
	box-shadow: 0px 1px 3px #CCC inset;
}
form#mailformpro label.mfp_not_checked {
	padding: 3px;
	border: solid 1px #EEE;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	font-size: 12px;
	border-top: solid 1px #CCC;
	padding: 5px 10px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
}
.mfp_colored {
	background-color: #F6F7F9;
}
.mfp_achroma {
	background-color: #FFF;
}
div.mfp_err {
	clear: both;
	display: none;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
	text-align: center;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
	border-radius: 5px;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
button.mfp_next,button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}
ul#mfp_phase_stat {
	padding: 10px;
	text-align: center;
}
ul#mfp_phase_stat li {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 5px;
	margin: 0px 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	box-shadow: none;
	color: #999;
	padding: 8px 0px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	box-shadow: 0px 1px 6px #000;
	background-color: #0068B7;
	border: solid 2px #0068B7;
	font-weight: bolder;
	color: #FFF;
	text-shadow: 0px 1px 3px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-color: #EEE;
	border: solid 2px #EEE;
	color: #999;
	box-shadow: 0px 1px 6px #CCC;
}
div#mfp_shopping_cart {
	border: solid 1px #CCC;
	margin: 0px;
	padding: 0px;
}
div#mfp_shopping_cart p {
	margin: 0px;
	text-align: center;
	padding: 20px 10px;
	font-size: 12px;
	background-color: #FEE;
}
table.mfp_shoppingcart {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.mfp_shoppingcart thead tr td {
	background-color: #EEE;
	border-bottom: solid 1px #CCC;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
table.mfp_shoppingcart tbody tr th,table.mfp_shoppingcart tbody tr td {
	font-size: 12px;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}
table.mfp_shoppingcart tbody tr td select {
	display: block;
	margin: 0px auto;
	text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
	text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	padding: 3px 0px;
}
table.mfp_shoppingcart tfoot tr td {
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	color: #900;
}
td.msc_price {
	font-size: 12px;
	text-align: right;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_send {
}
div.mfp_buttons button#mfp_button_cancel {
}
.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}
.mfp_element_reset {
	color: #333;
}
.mfp_element_submit:hover,.mfp_element_reset:hover,.mfp_element_button:hover,button.mfp_next:hover,button.mfp_prev:hover {
	background: gradient(linear, center top, center bottom, from(#FFF), to(#CCC));
	background: -webkit-gradient(linear, center top, center bottom, from(#FFF), to(#CCC));
	background: -moz-linear-gradient(top, #FFF, #CCC);
	background: -ms-linear-gradient(top, #FFF 0%, #CCC 100%);
	box-shadow: 0px 2px 15px #CCC;
}
button.mfp_next,button.mfp_prev {
	font-size: 14px;
}
input#mfp_reserve_item,input#mfp_reserve_date {
	display: none;
}
div#mfp_reserve_wrapper {
	position: relative;
	overflow: hidden;
	border: solid 1px #CCC;
}
div#mfp_reserve_inner {
	position: relative;
	padding: 0px 0px 0px 100px;
	overflow: auto;
}
div#mfp_reserve_wrapper table {
	border-spacing: 0px;
	border-collapse: collapse;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	background-color: #FEE;
	z-index: 100;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value {
	padding: 0px 0px 0px 0px;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
	cursor: pointer;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
	background-color: #E8EEF9;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
	background-color: #0068B7;
	color: #FFF;
}
td.mfp_reserve_disabled {
	background-color: #CCC;
}
td.mfp_reserve_warning {
	background-color: #FFC;
}
div#mfp_reserve_wrapper table tr td,div#mfp_reserve_wrapper table tr th {
	border: solid 1px #CCC;
	padding: 0px 5px;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	height: 20px;
	text-align: left;
}
td.mfp_reserve_week_0 {
	color: #F00;
	background-color: #FEE;
}
td.mfp_reserve_week_6 {
	color: #00F;
	background-color: #EEF;
}
div.mfp_ok {
	border-radius: 5px;
	background-color: #2c4f98;
	border: solid 1px #090;
	display: inline-block;
	line-height: 1.5em;
	padding: 0px 5px;
	margin: 0px 2px;
	color: #FFF;
	font-size: 10px;
	display: none;
}
div.prefcodeWrapper {
	position: relative;
}
div.prefcodeResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.prefcodeResult div {
	cursor: pointer;
}
div.prefcodeResult div:hover {
	background-color: #C9EBFB;
}
div.prefcodeResult div.prefcodeNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
}
.hidefield {
	height: 0px;
	overflow: hidden;
}
.showfield {
	height: auto;
	overflow: visible;
}
div.mfp_attached_thumbnails {
	display: none;
	padding: 5px;
	margin: 5px auto;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
div.mfp_attached_thumbnails ul {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	border: solid 4px #FFF;
	margin: 5px;
	box-shadow: 0px 2px 5px #999;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
	display: block;
	max-height: 100px;
	overflow: hidden;
}
div.mfp_attached_thumbnails ul li a img {
	display: block;
	max-width: 80px;
}
button.mfp_attached_reset {
	font-size: 14px;
}
div#mfp_OperationCheck {
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner {
	display: none;
}
div#mfp_OperationCheck strong {
	background: #090;
	display: block;
	color: #222;
	text-align: center;
	border-radius: 3px;
}
div#mfp_OperationCheck * {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p {
	padding: 0px 5px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p a {
	color: #0C0;
	text-decoration: none;
}
div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
	text-decoration: underline;
}
div#mfp_OperationCheck p button {
	border: none;
	background: none;
	color: #0C0;
	cursor: pointer;
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner ul {
}
div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
	line-height: 12px;
	font-size: 12px;
	list-style: none;
	vertical-align: middle;
}
div#mfp_OperationCheck ul li {
	padding: 5px 10px;
}
div#mfp_OperationCheck ul li label {
	text-decoration: underline;
}
button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
	border-radius: 5px;
	padding: 5px 10px 5px 2em;
	border: solid 1px #CCC;
	background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -moz-linear-gradient(top, #EEE, #CCC);
	background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 16px;
	cursor: pointer;
	outline: none;
	display: inline-block;
	margin: 5px auto;
}
div#mfp_recorder_wrap {
	border: solid 1px #CCC;
	padding: 10px;
	text-align: center;
	margin: 5px auto;
}
td.request_image {
	width: 100px;
}
td.request_image img {
	max-width: 100px;
}
span.mfp_tips {
	background-color: #FCC;
	display: block;
	border-radius: 5px;
	padding: 10px;
	margin: 2px;
	box-shadow: 0px 2px 10px #999;
}
span.mfp_tips strong {
	color: #800040;
}
span.mfp_tips span {
	display: block;
	padding: 10px;
	color: #008080;
}
span.mfp_tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}
@media screen and (max-width: 800px) {
	form#mailformpro dl dt {
		float: none;
		width: auto;
		font-size: 12px;
		padding: 5px;
		text-align: left;
	}
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 5px 15px;
		font-size: 12px;
		line-height: 1.5em;
	}
	div.mfp_buttons button {
		font-size: 14px;
	}
	div#mfp_phase_confirm h4 {
		font-size: 18px;
	}
	ul#mfp_phase_stat {
		padding: 0px;
		text-align: left;
	}
	ul#mfp_phase_stat li {
		text-align: center;
		padding: 5px 0px;
		border-radius: 3px;
		margin: 5px;
		list-style: none;
		font-size: 14px;
		width: 28%;
	}
	ul#mfp_phase_stat li.mfp_phase_arrow {
		bos-shadow: none;
		display: none;
	}
	ul#mfp_phase_stat li.mfp_active_phase {
	}
	ul#mfp_phase_stat li.mfp_inactive_phase {
	}
	table#mfp_confirm_table tr th {
		white-space: normal;
		width: 100px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 24px;
		display: block;
	}
}
