@charset "utf-8";

@import url("margin.css");
/*-------------------------------------------------

common

-------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;/* filter:expression(document.execCommand("BackgroundImageCache",false, true));*/
}
body {
	color: #333333;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.02em;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
}
img {
	border: none;
	vertical-align: text-bottom;
}

@media screen and (max-width:880px) {
body {
	line-height: 1.6em;
	-moz-box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
}
}
table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
ul li {
	list-style-type: none;
}
ul.indentList li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.indent {
	text-indent: 1em !important;
}
.small {
	font-size: 85%;
	letter-spacing: -0.1em;
}
.super {
	font-size: 0.5em;
	vertical-align: super;
	margin: 0 !important;
}
.add {
	font-size: 11px !important;
	font-weight: normal !important;
	line-height: 1.4em;
	letter-spacing: 0;
}
.add .super {
	vertical-align: top;
}
.red {
	color: #AE303E;
}
.bold {
	font-weight: bold !important;
}
.clear {
	clear: both !important;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}
.borderB {
	padding-bottom: 39px !important;
	margin-bottom: 40px !important;
	border-bottom: 1px dotted #CCC;
}
.radius {
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-bottom-right-radius: 5px;         /* CSS3 */
	border-bottom-left-radius: 5px;         /* CSS3 */
	-moz-border-radius-bottomright: 5px;    /* Firefox */
	-moz-border-radius-bottomleft: 5px;    /* Firefox */
	-webkit-border-bottom-right-radius: 5px; /* Safari,Chrome */
	-webkit-border-bottom-left-radius: 5px; /* Safari,Chrome */
}
.shadow {
	-webkit-box-shadow: 0px 8px 5px -5px rgba(0,0,0,0.2);
	box-shadow: 0px 8px 5px -5px rgba(0,0,0,0.2);
}
.grad {
	background: #151847; /* CSS3グラデーション未対応ブラウザ用 */
	background: -webkit-linear-gradient(top, #3C3F81, #151847); /* webkit用 */
	background: -moz-linear-gradient(top, #3C3F81, #151847); /* mozila(Firefox)用 */
	background: -o-linear-gradient(top, #3C3F81, #151847);  /* 旧opera用 */
	background: -ms-linear-gradient(top, #3C3F81, #151847);  /* IE9用 */
	background: linear-gradient(to bottom, #3C3F81, #151847);  /* IE10とOpera12.50用 */
}
input, select, textarea, button {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	padding: 0.3em 0.3em;
	border: 1px solid #CCC;
	box-sizing: border-box;
}
textarea {
	resize: vertical;
	width: 100%;
}
input[type="radio"], input[type="checkbox"] {
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width:880px) {
input, select, textarea {
	max-width: 100%;
}
}
/*-------------------------------------------------

link

-------------------------------------------------*/
a {
	color: #81B910;
	text-decoration:none;
}
a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/*-------------------------------------------------

wrap

-------------------------------------------------*/
.wrap {
	clear: both;
	position: relative;
	width: 980px;
	padding: 0 20px;
	margin: 0 auto;
	overflow: hidden;
}
@media screen and (max-width:880px) {
.wrap {
	width: 95%;
	padding: 0;
}
}
/*-------------------------------------------------

header

-------------------------------------------------*/
#header {
	background: #FFFFFF;
}
#header .wrap {
	height: 90px;
}
h1 {
	position: absolute;
	top: 25px;
	left: 20px;
}
h1 a img{
	display:block;
	line-height: 1;
}
#header ul#gNavi {
	position: absolute;
	top: 40px;
	left: 320px;
}
#header ul#gNavi li {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 0 0 0 30px;
}
#header ul#gNavi li a {
	color: #333333;
	font-size: 14px;
}
#header p#hBtn {
	position: absolute;
	top: 0;
	right: 20px;
}
#header p#hBtn a {
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding: 25px 20px 5px 20px;
	border-bottom-right-radius: 8px;         /* CSS3 */
	border-bottom-left-radius: 8px;         /* CSS3 */
	-moz-border-radius-bottomright: 8px;    /* Firefox */
	-moz-border-radius-bottomleft: 8px;    /* Firefox */
	-webkit-border-bottom-right-radius: 8px; /* Safari,Chrome */
	-webkit-border-bottom-left-radius: 8px; /* Safari,Chrome */
	background: #81B910;
}
#header p#spMenu,
ul#spNavi {
	display: none;
}
.sticky {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width:880px) {
#header .wrap {
	height: auto;
	padding: 20px 0;
}
h1 {
	position: static;
	float:left;
	width: 60%;
}
#header ul#gNavi,
#header p {
	display: none;
}
#header p#spMenu {
	float:right;
	width: 10%;
	text-align:right;
}
ul#spNavi {
	display: block;
	clear:both;
}
ul#spNavi li {
	display: block;
 *display: block;
 	margin:0;
	border-bottom: 1px solid #FFFFFF;
	background:#81B910;
}
ul#spNavi li a{
	display: block;
	color:#FFFFFF;
	text-align:center;
	padding:1em;
}
}
/*-------------------------------------------------

content

-------------------------------------------------*/
#content {
}
#content .wrap {
	padding: 30px 20px;
}
#content .wrapB0 {
	clear: both;
	position: relative;
	width: 980px;
	padding: 30px 20px 0 20px;
	margin: 0 auto;
	overflow: hidden;
}
.bgGreen {
	background: url(../img/bg_green.jpg) left top repeat;
}
#content .bgGreen .wrap {
	padding: 50px 20px;
}
h2 {
	color: #81B910;
	font-size: 34px;
	line-height: 1;
	text-align: center;
	margin: 0 0 50px 0;
}
h2 strong{
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
h2#voice strong {
	padding:30px 0 30px 120px;
	background: url(../img/icn_voice.jpg) left center no-repeat;
}
h2#curriculum strong {
	padding:30px 0 30px 100px;
	background: url(../img/icn_curriculum.jpg) left center no-repeat;
}
h2#future strong {
	padding:30px 0;
	padding:30px 0 30px 60px;
	background: url(../img/icn_future.jpg) left center no-repeat;
}
h2#company strong {
	padding:30px 0 30px 80px;
	background: url(../img/icn_company.jpg) left center no-repeat;
}
h2#recruit strong {
	padding:30px 0 30px 60px;
	background: url(../img/icn_recruit.jpg) left center no-repeat;
}
h2 span {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	color: #333333;
	font-size: 14px;
	vertical-align: middle;
	padding: 0.5em;
	margin: 0 0 0 20px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
h3 {
	color: #6A3604;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 20px 0;
}
h4 {
	font-size: 20px;
	line-height: 1.4;
	margin: 0 0 10px 0;
}
#catchArea {
	overflow:hidden;
}
#catchArea .lTxt{
	float:left;
	width:540px;
}
#catchArea .lTxt h3 {
	color: #6A3604;
	font-size: 32px;
	text-align: left;
}
#catchArea .rImg{
	float:right;
	width:440px;
	line-height:1;
}
#catchArea .rImg img{
	width:100%;
}
table.baseTbl th {
	width: 20%;
	font-weight: normal;
	padding: 1em;
	border: 1px solid #CCCCCC;
	background: #D8E9B4;
}
table.baseTbl td {
	padding: 1em;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
@media screen and (max-width:880px) {
#content .wrap {
	padding: 30px 0;
}
#content .wrapB0 {
	width: 95%;
	padding: 30px 0 0 0;
}
#content .bgGreen .wrap {
	padding: 30px 0;
}
h2 {
	text-align: left;
}
h2 span {
	display: block;
 *display: block;
 	text-align:center;
	margin: 0;
}
#catchArea .lTxt{
	float:none;
	width:auto;
	margin:0 0 10px 0;
}
#catchArea .lTxt h3 {
	font-size: 26px;
}
#catchArea .rImg{
	float:none;
	width:auto;
}
table.baseTbl {
	border: 1px solid #CCCCCC;
	border-bottom: none;
	box-sizing: border-box;
}
table.baseTbl th {
	display: block;
	width: 100% !important;
	border: none;
	border-bottom: 1px solid #CCCCCC;
	box-sizing: border-box;
}
table.baseTbl td {
	display: block;
	border: none;
	border-bottom: 1px solid #CCCCCC;
	box-sizing: border-box;
}
}
/*-------------------------------------------------

voice

-------------------------------------------------*/
.voiceArea,
.voiceAreaL{
	margin:0 0 50px 0;
	overflow:hidden;
}
.voiceArea .lImg{
	float:left;
	width:630px;
}
.voiceArea .rTxt{
	float:right;
	width:320px;
}
.voiceAreaL .lImg{
	float:left;
	width:470px;
}
.voiceAreaL .rTxt{
	float:right;
	width:480px;
}
.voiceArea .rTxt h3,
.voiceAreaL .rTxt h3{
	color: #81B910;
	font-size:30px;
	text-align:left;
	margin:50px 0;
}
.voiceArea .rTxt p.name,
.voiceAreaL .rTxt p.name{
	text-align:center;
}
.qTxt {
	clear:both;
	position:relative;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	color: #81B910;
	font-size: 20px;
	padding: 1em 2em;
	margin:0 0 30px 0;
	border: 1px solid #81B910;
	border-radius: 2em;         /* CSS3 */
	-moz-border-radius: 2em;    /* Firefox */
	-webkit-border-radius: 2em; /* Safari,Chrome */
	background: #FFFFFF;
}
.qTxt:before {
	position: absolute;
	bottom: -20px;
	left: 50px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent transparent #81B910;
}
.qTxt:after {
	position: absolute;
	bottom: -18px;
	left: 51px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent transparent #FFFFFF;
}
.aTxt {
	position:relative;
	color: #FFFFFF;
	padding: 2em;
	margin:0 0 30px 0;
	border-radius: 2em;         /* CSS3 */
	-moz-border-radius: 2em;    /* Firefox */
	-webkit-border-radius: 2em; /* Safari,Chrome */
	background: #81B910;
}
.aTxt:after {
	position: absolute;
	bottom: -20px;
	right: 50px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent #81B910 transparent transparent;
}
.timeArea{
	overflow:hidden;
}
.timeArea .timeL{
	float:left;
	width:370px;
	padding:0 20px 0 0;
}
.timeL h3{
	color: #81B910;
	line-height:40px;
	text-align:left;
	padding:0 0 0 50px;
	margin:0 0 20px 0;
}
.timeL h3.onTime{
	background: url(../img/icn_on.png) left center no-repeat;
}
.timeL h3.offTime{
	background: url(../img/icn_off.png) left center no-repeat;
}
.timeArea .timeM{
	float:left;
	width:220px;
	padding:5px 0 0 0;
}
.timeArea .timeM ul li{
	margin:0 0 10px 0;
}
.timeArea .timeM ul li:last-child{
	margin:0;
}
.timeArea .timeM img{
	border:5px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
}
.timeArea .timeR{
	float:right;
	width:330px;
}
.timeArea .timeR p{
	font-size:14px;
	margin:0 0 20px 0;
	border-bottom:1px solid #333333;
}
.timeArea .timeR ul{
	font-size:12px;
	padding:0 0 0 15px;
}
.timeArea .timeR ul li{
	margin:0 0 10px 0;
}
.timeArea .timeR ul li:last-child{
	margin:0;
}
.timeArea .timeR ul li span{
	padding:0 0 0 10px;
}
@media screen and (max-width:880px) {
.voiceArea .lImg,
.voiceAreaL .lImg{
	float:none;
	width:100%;
}
.voiceArea .rTxt,
.voiceAreaL .rTxt{
	float:none;
	width:auto;
}
.timeArea{
	overflow:hidden;
}
.timeArea .timeL{
	float:none;
	width:100%;
	padding:0;
}
.timeArea .timeM{
	float:none;
	width:100%;
	text-align:center;
	padding:20px 0;
}
.timeArea .timeR{
	float:none;
	width:100%;
}
}
/*-------------------------------------------------

curriculum

-------------------------------------------------*/
ul.bx-pager{
	text-align:center;
	margin:0 0 20px 0;
	overflow:hidden;
}
ul.bx-pager li{
	display: inline-block;
 *display: inline;
 *zoom: 1;
	padding:0 10px;
}
.btn01 a,
.btn02 a,
.btn03 a {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	width: 223px;
	height: 225px;
	text-indent: -9999px;
	background: url(../img/btn_assistant.jpg) left top no-repeat;
}
.btn02 a {
	background: url(../img/btn_jrstylist.jpg) left top no-repeat;
}
.btn03 a {
	background: url(../img/btn_stylist.jpg) left top no-repeat;
}
.btn01 a:hover {
	background-image: url(../img/btn_assistant_on.jpg);
	opacity: 1;
}
.btn01 a.active {
	background-image: url(../img/btn_assistant_on.jpg);
	opacity: 1;
}
.btn02 a:hover {
	background-image: url(../img/btn_jrstylist_on.jpg);
	opacity: 1;
}
.btn02 a.active {
	background-image: url(../img/btn_jrstylist_on.jpg);
	opacity: 1;
}
.btn03 a:hover {
	background-image: url(../img/btn_stylist_on.jpg);
	opacity: 1;
}
.btn03 a.active {
	background-image: url(../img/btn_stylist_on.jpg);
	opacity: 1;
}
.bx-wrapper{
	clear:both;
}
.systemTxt{
	clear:both;
	padding:0 80px;
}
fieldset.systemBox {
	font-size:14px;
	padding: 30px 40px 40px 40px;
	border: 1px solid #81B910;
}
fieldset.systemBox legend {
	color: #81B910;
	font-size: 24px;
	text-align: center;
	padding: 0 2em;
}
fieldset.systemBox h4{
	font-size:18px;
}
fieldset.systemBox div.lArea{
	float:left;
	width:48%;
}
fieldset.systemBox div.rArea{
	float:right;
	width:48%;
}
@media screen and (max-width:880px) {
ul.bx-pager li{
	width:30%;
	padding:0 1%;
}
.btn01 a,
.btn02 a,
.btn03 a {
	width:100%;
	height:auto;
	background-size:contain;
}
.systemTxt{
	padding:0;
}
fieldset.systemBox div.lArea{
	float:none;
	width:auto;
	margin:0 0 30px 0;
}
fieldset.systemBox div.rArea{
	float:none;
	width:auto;
}
}
/*-------------------------------------------------

future

-------------------------------------------------*/
.futurePink {
	float: left;
	width: 470px;
}
.futureBlue {
	float: right;
	width: 470px;
}
.futurePink h4,
.futureBlue h4 {
	color: #F53E6A;
	font-size:24px;
	padding:18px;
	text-align:center;
	margin:0;
	border: 2px solid #F2889F;
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	background: #FFFFFF;
}
.futureBlue h4 {
	color: #3597BA;
	font-size:30px;
	padding:30px;
	border: 2px solid #3597BA;
}
.futurePink h5,
.futureBlue h5 {
	color: #FFFFFF;
	font-size:18px;
	text-align:center;
	padding:0.5em 0;
	background: #F2889F;
}
.futureBlue h5 {
	background: #3597BA;
}
.futurePink .lineBox,
.futureBlue .lineBox {
	padding: 20px;
	border: 2px solid #F2889F;
	background: #FFFFFF;
}
.futureBlue .lineBox {
	border: 2px solid #3597BA;
}
.futurePink .lineBox p.catch{
	color:#F53E6A;
	font-size:24px;
	margin:0 0 20px 0;
}
.futurePink .lineBox p.catch span{
	display: inline-block;
 *display: inline;
 *zoom: 1;
	color:#FFFFFF;
	font-size:18px;
	padding:0 0.5em;
	margin:0 10px 0 0;
	border-radius: 2em;         /* CSS3 */
	-moz-border-radius: 2em;    /* Firefox */
	-webkit-border-radius: 2em; /* Safari,Chrome */
	background:#F2889F;
}
.futurePink h6 {
	font-size:20px;
}
.futurePink .caseBox,
.futureBlue .caseBox {
	font-size:14px;
	padding: 20px;
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	background: #FEE9EE;
}
.futureBlue .caseBox {
	background: #E0EFF6;
}
.futurePink .caseBox .lImg,
.futureBlue .caseBox .lImg{
	float:left;
	width:116px;
	margin:0 0 10px 0;
}
.futurePink .caseBox .lImg img,
.futureBlue .caseBox .lImg img{
	border:3px solid #FFFFFF;
}
.futurePink .caseBox .rTxt,
.futureBlue .caseBox .rTxt{
	float:right;
	width:250px;
	padding:10px 0 0 0;
	margin:0 0 10px 0;
}
.futurePink .caseBox h4,
.futureBlue .caseBox h4{
	font-size:20px;
	text-align:left;
	border: none;
	padding:0;
	background: none;
}
.futurePink .caseBox h5,
.futureBlue .caseBox h5{
	color:#333333;
	font-size:14px;
	line-height:1.6;
	text-align:left;
	background: none;
}
@media screen and (max-width:880px) {
.futurePink,
.futureBlue {
	float: none;
	width: auto;
}
.futurePink .caseBox .lImg,
.futureBlue .caseBox .lImg{
	float: none;
	width: 100%;
	text-align:center;
}
.futurePink .caseBox .rTxt,
.futureBlue .caseBox .rTxt{
	float: none;
	width: 100%;
	padding:0;
}
}
/*-------------------------------------------------

company

-------------------------------------------------*/
.greenBox {
	padding: 30px;
	background: #E6F1CF;
	overflow:hidden;
}
.greenBox h3{
	float:left;
	width:240px;
	margin:0;
}
.greenBox h3 strong{
	display: inline-block;
 *display: inline;
 *zoom: 1;
	color:#FFFFFF;
	font-size:20px;
	padding:2.3em 1em;
	background: #81B910;
	border-radius: 50%;         /* CSS3 */
	-moz-border-radius: 50%;    /* Firefox */
	-webkit-border-radius: 50%; /* Safari,Chrome */
}
/*ここから下の部分を追加*/
#circle p {
  position: relative;
  top:50%;
  transform: translateY(-50%);
}
.greenBox ul{
	float:right;
	width:680px;
	font-size:18px;
	font-weight:bold;
}
.greenBox ul li{
	margin:0 0 10px 0;
}
.greenBox ul li:last-child{
	margin:0;
}
#historyArea{
	margin:0 0 50px 0;
	overflow:hidden;
}
#historyArea table{
	clear:both;
	float:left;
	width:40%;
}
#historyArea table.baseTbl th {
	width: 25%;
}
#historyArea ul{
	float:right;
	width:55%;
}
#historyArea ul li{
	margin:0 0 5px 0;
	overflow:hidden;
}
#historyArea ul li:last-child{
	margin:0 !important;
}
#historyArea ul li p.date{
	clear:both;
	float:left;
	width:28%;
}
#historyArea ul li p.info{
	float:right;
	width:70%;
}
ul.shopList {
}
ul.shopList li {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	width: 285px;
	vertical-align: top;
	margin: 0 18px 50px 18px;
}
ul.shopList li h4 {
	color: #81B910;
	font-size: 22px;
	font-weight: normal;
}
ul.shopList li h4 span {
	display: block;
	font-size: 14px;
}
ul.shopList li h5 {
	color: #81B910;
	font-size: 16px;
	font-weight: normal;
}
ul.shopList li .lineBox {
	font-size:13px;
	padding:10px;
	border:1px solid #CCCCCC;
}
@media screen and (max-width:880px) {
.greenBox h3{
	float:none;
	width:100%;
	margin:0 0 20px 0;
}
.greenBox ul{
	float:none;
	width:100%;
	padding-left: 1em;
	text-indent: -1em;
}
#historyArea table{
	float:none;
	width:100%;
	margin:0 0 30px 0;
}
#historyArea ul{
	float:none;
	width:auto;
}
#historyArea ul li{
	margin:0 0 10px 0;
}
#historyArea ul li p.date{
	float:none;
	width:auto;
}
#historyArea ul li p.info{
	float:none;
	width:auto;
}
ul.shopList li {
	display: block;
 *display: block;
	width: auto;
	margin: 0 0 50px 0;
}
ul.shopList li p.shopImg {
	text-align: center;
}
}
/*-------------------------------------------------

recruit

-------------------------------------------------*/
.ownerBox {
	padding: 20px;
	border: 1px solid #81B910;
	overflow:hidden;
}
.ownerBox .lImg{
	float:left;
	width:146px;
}
.ownerBox .lImg img{
	border: 3px solid #FFFFFF;
}
.ownerBox .rTxt {
	float:right;
	width:760px;
}
.ownerBox h4 {
	color: #81B910;
}
@media screen and (max-width:880px) {
.ownerBox .lImg{
	float:none;
	width:auto;
	text-align:center;
	margin:0 0 10px 0;
}
.ownerBox .rTxt {
	float:none;
	width:auto;
}
}
/*-------------------------------------------------

contact

-------------------------------------------------*/
.contactArea {
	overflow:hidden;
}
.contactArea .lTxt{
	float:left;
	width:620px;
	text-align:center;
	padding:50px 0 0 0;
}
.contactArea .lTxt h4{
	font-size:16px;
	margin:0;
}
.contactArea .lTxt h5{
	color: #81B910;
	font-size:54px;
	line-height:1.4;
	margin:0;
}
.contactArea .lTxt p{
	color: #81B910;
	font-size:20px;
}
.contactArea .rImg {
	float:right;
	width:350px;
	line-height:1;
}
.contactArea .rImg img{
	width:100%;
}
@media screen and (max-width:880px) {
.contactArea .lTxt{
	float:none;
	width:auto;
	padding:0;
}
.contactArea .lTxt h5{
	font-size:30px;
}
.contactArea .lTxt p{
	font-size:16px;
}
.contactArea .rImg {
	float:none;
	width:auto;
	text-align:center;
}
}
/*-------------------------------------------------

footer

-------------------------------------------------*/
#footer {
	clear: both;
	color: #FFFFFF;
	padding: 10px 0;
	background: #81B910;
}
#footer .wrap {
	overflow: hidden;
}
#footer p {
	float: left;
	width: 60%;
}
#footer p#copy {
	float: right;
	width: 40%;
	text-align: right;
}

@media screen and (max-width:880px) {
#footer p {
	float: none;
	width: auto;
	text-align: center;
}
#footer p#copy {
	float: none;
	width: auto;
	text-align: center;
}
#footer p a{
	color:#fff;
}
}
/*-------------------------------------------------

spnavi

-------------------------------------------------*/
#animatedModal {
	background: rgba(0,0,0,0.6) !important;
}
.close-animatedModal a {
	display: block;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}
.close-animatedModal img {
	width: 10% !important;
}
.modal-content {
	padding: 10px 20px;
	background: #FFF;
}
.modal-content h3 {
	margin: 0 0 10px 0;
}
.modal-content ul {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0 auto;
	background: #FFF;
}
.modal-content ul ul {
	border: none;
}
.modal-content ul li {
	padding: 0.5em 0;
	border-bottom: 1px solid #CCC;
	box-sizing: border-box;
}
.modal-content ul li.common, .modal-content ul li.biz, .modal-content ul li.edu {
	color: #921331;
	padding: 0.5em 0 0.5em 1em;
}
.modal-content ul li.biz {
	color: #0096DF;
}
.modal-content ul li.edu {
	color: #339966;
}
.modal-content ul li:last-child {
	border: none;
}
.modal-content ul li a {
	display: block;
	color: #222;
}
.modal-content ul li.lower a {
	padding: 0 0 0 2.5em;
}
