@charset "utf-8";
/* CSS Document */

/* ---initial--- */
body {
	padding: 0;
	text-align: center;
	margin: 0;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 86%;
	color: #444;
	line-height: 1.4em;
}
fieldset {
	border: none;
}
dl, ul, ol, blockquote, table, caption, td, th, dt, dd, address {
	letter-spacing: 0.03em;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	letter-spacing: 0.03em;
	margin: 0px;
}
li {
	list-style: none;
}
input, textarea {
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 3px;
}
input {
	vertical-align: middle;
}
img {
	border: 0;
}
table {
	border: 0;
}
a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #003399;
	text-decoration: underline;
}
a:hover, a:active {
	color: #003399;
	text-decoration: underline;
}
.hidden {
	visibility: hidden;
}
.end {
	font-size: 0;
	line-height: 0;
	clear: both;
}
.pagetop {
	clear: both;
	text-align: right;
	line-height: 0;
}
.pagetop img {
	margin-left: auto;
}
.plist {
	padding-top:15px;
	text-align: left;
	height:32px;
}
.plist li {
	font-size: 12px;
	height:14px;
	float:left;
	padding-left: 15px;
}
.plist li a {
	padding-right:25px;
	background-image:url(../img/tpp_icn.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

.pointer {
	cursor: pointer; /* カーソルオーバー */
}
a .hover_img {
	transition: all 0.5s ease; /*0.5秒かけて要素を変化させる*/
}
a:hover .hover_img {
	opacity: 0.7;/*要素の透明度を指定*/
	filter: alpha(opacity=70); /*ie6、7の透明度指定*/
}
/* ---Base--- */
.stage {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
header {
	background-color: #FFFFFF;
}
header .stage {
	height: 108px;
	padding-top: 10px;
}
header h1 {
	height: 45px;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
}
.headlogo {
	float: left;
}
.headcont {
	float: right;
}
header nav {
	border-bottom: 1px solid #FFFFFF;
	background-image: url(../img_red/bk_gnavi.png);
	background-repeat: repeat-x;
}
#gnavi {
	height: 80px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #FFFFFF;
}
#gnavi li {
	height: 80px;
	float: left;
	width: 165px;
	border-right: 1px solid #FFFFFF;
}
#gnavi li a {
	display: block;
	padding-top: 22px;
	height: 58px;
	width: 165px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 15px;
}
#gnavi li a:hover {
	background-color: rgba(255,255,255,0.35);
}
#gnavi li span {
	font-size: 10px !important;
}
#contents {
	background-image: url(../img/bk_contents.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-bottom: 25px;
}
#contents .stage {
	background-color: #FFFFFF;
	width:960px;
	padding-left: 20px;
	padding-right: 20px;
}
#shop {	
}
#shop .stage {
	width:940px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom: 25px;	
	background-color: #fff2f1;
}
#infomation {
	padding-top: 40px;
	padding-bottom: 20px;
	text-align:left;
}
#infomation img {
	float:left;
	margin-right:70px;
}
#infomation h2 {
	color:#990000;
	margin-bottom:20px;
	font-weight: normal;
	font-size: 26px;
}
#infomation p {
	font-size: 13px;
	text-align: left;
	line-height: 1.7em;
}

.shop_left {
	float: left;
	text-align: left;
}
.shop_left h2 {
	font-size: 24px;
}
.shop_left td {
	padding-right: 25px;
}
.shop_left p {
	line-height: 1.8em;
	padding-left: 9px;
}
.shop_right {
	float: right;
}
#map_canvas {
	width: 450px;
	height: 315px;
	border: 1px solid #CECECE;
	margin-left: auto;
}
footer {
	background-color: #B9B9B9;
}
#search_navi {
	text-align: left;
	padding-bottom: 30px;
	padding-top: 30px;
	padding-left: 15px;
	border-bottom: #FFFFFF 10px solid;
}
#search_navi h3 {
	color: #FFFFFF;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 5px;
	clear: left;
}
#search_navi ul {
	clear: left;
}
.snavi_title {
	color: #FFFFFF;
	text-align: left;
	font-size: 12px !important;
	font-weight: bold;
	width: 110px;
}
#search_navi li {
	text-align: left;
	padding-top: 6px;
	padding-bottom: 12px;
	font-size: 11px;
	float: left;
	padding-left: 0px;
	padding-right: 30px;
}
#search_navi li a {
	color: #FFFFFF;
	text-decoration: none;
}
#search_navi li a:hover {
	text-decoration: underline
}
footer nav {
	background-color: #e10012;
}
#fnavi {
	height: 68px;
	margin-left: 8px;
}
#fnavi li {
	float: left;
	text-align: left;
}
#fnavi li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 24px;
	padding-right: 70px;
	padding-bottom: 20px;
}
#fnavi li a:hover {
	text-decoration: underline;
}
#copy {
	color: #737373;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	font-size: 12px;
}
/* ---Top--- */
#top {
}
#top .stage {
	width:1000px;
	padding-top:10px;
	padding-bottom:10px;
	height:364px;
	overflow:hidden;
	position:relative;
}
#fee {
	position:absolute;
	top:15px;
	left:15px;
	z-index:10000;
}
#search {
	background-color: #43b3bc;
	border-top: 1px solid #FFFFFF;
}
.searchmenu {
	height: 110px;
	border-left: 1px solid #FFFFFF;
}
.searchmenu li {
	float: left;
	width: 332px;
	border-right: 1px solid #FFFFFF;
}
.searchmenu li a {
	width: 295px;
	padding-top: 47px;
	padding-left:37px;
	height: 63px;
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
}
.searchmenu li a:hover {
	background-color: rgba(255,255,255,0.35);
}
#search1bt a {
	background-image:url(../img/icon_search1.png);
	background-position:60px 25px;
	background-repeat:no-repeat;
}
#search2bt a {
	background-image:url(../img/icon_search2.png);
	background-position:60px 25px;
	background-repeat:no-repeat;
}
#search3bt a {
	background-image:url(../img/icon_search3.png);
	background-position:35px 27px;
	background-repeat:no-repeat;
}
#search1 {
	background-color: hsla(0,0%,100%,0.70);
	padding-top: 0px;
	padding-bottom: 0px;
	display: none;
	border-bottom: 20px solid #43b3bc;
}
#search2 {
	background-color: hsla(0,0%,100%,0.70);
	padding-top: 0px;
	padding-bottom: 0px;
	display: none;
	border-bottom: 20px solid #43b3bc;
}
#search3 {
	display: none;
	border-bottom: 20px solid #43b3bc;
	border-top: 1px solid #FFFFFF;
	background-image:url(../img/tokumap.gif);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:40px;
	padding-bottom:30px;
}
#search3 table {
	width:1000px;	
}
#search3 .space {
	width:33px;
	height:20px;
}

#topzero {
	background-color:#FFFFFF;
}
#topzero .stage {
	height:432px;
	width:1000px;
	position:relative;
	background-color:#FFFFFF;
}
.topzero1 {
	position:absolute;
	top:20px;
	left:0px;
}
.topzero2 {
	position: absolute;
	top: 102px;
	left: 26px;
	z-index: 9999;
}
.topzero3 {
	position: absolute;
	top: 102px;
	left: 204px;
	z-index: 9998;
}
.topzero4 {
	position: absolute;
	top: 212px;
	left: 26px;
	z-index: 9997;
}
.topzero5 {
	position: absolute;
	top: 212px;
	left: 204px;
	z-index: 9996;
}
#topzero2 {
	background-color:#FFFFFF;
}
#topzero2 .stage {
	width:1000px;
	position:relative;
	background-color:#FFFFFF;
}

.school_banner {
	margin-bottom: 15px;
	text-align:center;
}
.school_banner table {
	margin-left:auto;
	margin-right:auto;
}
.credit_banner {
	margin-bottom: 35px;
}
#topix_newly {
	padding-top: 25px;
	padding-bottom:20px;
}
#topix_newly .stage {
	width: 1020px;
}
#topix_newly h2 {
	padding-top: 0px;
	font-size: 25px;
	margin-bottom: 25px;
	font-weight: normal;
	margin-left:10px;
	margin-right:10px;
	text-align:left;	
}
#topix_newly h3 {
	background-color:#7ac63c;
	color:#FFFFFF;
	padding-top:8px;
	padding-bottom:8px;
	margin-bottom:12px;
	margin-left:10px;
	margin-right:10px;
}
.topixarea {
	padding-bottom: 20px;
	width:1020px;
}

.topixbox {
	float: left;
	width: 318px;
	height: 426px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 25px;
	border: 1px solid #CECECE;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image:url(../img_red/bk_topixbox.png);
	background-repeat:no-repeat;
	background-position:right top;
	position:relative;
}
.topixbox a {
	text-decoration: none;
}

.mname {
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	width: 252px;
	height: 36px;
	font-weight: bold;
	padding-top: 10px;
	padding-right:66px;
	overflow:hidden;
	color: #353535;
}
.photo {
	text-align: center;
	width: auto;
	height: 225px;
}
.photobox {
	width: 280px;
	height: 210px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.photoboxm {
	margin-right: auto;
	margin-left: auto;
	width: 280px;
	height: 210px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}
.kotsu {
	font-size: 16px;
	text-align: center;
	width: 318px;
	height: 28px;
	font-weight: bold;
	color: #353535;
	position:relative;
	vertical-align:middle;
}
.kotsu img {
	float:left;
	position:absolute;
	top:8px;
	left:15px;
}
.madorisize {
	color: #353535;
	font-weight: bold;	
	font-size: 21px;
	line-height: 24px;
	width: 318px;
	height: 30px;
	padding-bottom:4px;
	text-align: center;
}
.madorisize span {
	color: #990000;
}
.onepoint {
	color: #353535;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	width: 280px;
	height: 42px;
	padding-right: 19px;
	padding-left: 19px;
	margin-bottom:3px;
}
.detail {
	width: auto;
	height: auto;
	background-color: #7ac63c;
	font-size:12px;
	padding-top:2px;
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
}
.icon_push {
	position:absolute;
	top:-6px;
	right:3px;
}


#tokushu {
	background-color: #FFFFFF;
	margin-bottom: 20px;
	padding-top: 50px;
}
#tokushu .stage {
	width: 1030px;
}
#tokushu h2 {
	border-top: 3px solid #7ac63c;
	border-bottom: 1px solid #7ac63c;
	height: 42px;
	padding-left: 30px;
	padding-top: 28px;
	font-size: 25px;
	background-image: url(../img/bk_h2.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #F2F9EC;
	margin-bottom: 25px;
	font-weight: normal;
	margin-left:15px;
	margin-right:15px;
	text-align:left;
}
.tokuarea {
	padding-bottom: 20px;
}
.tokubox {
	float: left;
	width: 313px;
	height: 124px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 14px;
	padding-bottom: 10px;
	background-image: url(../img/toku/bk_tokubox.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.tokubox a {
	text-decoration: none;
}
.tokuinbox {
	width: 313px;
	height: 124px;
	text-align: left;/*border-radius: 16px 0px;*/
}
.tokuinbox img {
	float: left;
	padding-top: 32px;
	padding-bottom: 30px;
	padding-left: 18px;
	padding-right: 20px;
}
.tokuinbox h3 {
	color: #FFFFFF;
	padding-bottom: 5px;
}
.line1 {
	padding-top: 16px;
	height: 26px;
}
.line2 {
	padding-top: 10px;
	height: 38px;
}
.tokuinbox p {
	margin-left: 100px;
	margin-right: 15px;
	padding: 8px;
	background-color: rgba(255,255,255,0.70);
	color: #303030;
	border-radius: 3px;
	font-size: 11px;
	line-height: 1.4em;
	height: 45px;
}
.toku1 {
	background-color: #97cd57;
}
.toku2 {
	background-color: #51aab9;
}
.toku3 {
	background-color: #5a8ecb;
}
.toku4 {
	background-color: #ac7ccc;
}
.toku5 {
	background-color: #e38bac;
}
.toku6 {
	background-color: #f6b65e;
}
#other {
}
.news {
	float: left;
	width: 480px;
	padding-top: 40px;
}
.news h2 {
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 26px;
}
.newsarea {
	border: 1px solid #EBEBEB;
	text-align: left;
	margin-right: 15px;
	padding-top: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 10px;
	overflow: scroll;
	overflow-x: hidden;
	height: 360px;
	background-color: #F9F9F9;
}
.newsarea dl {
}
.newsarea dt {
	font-weight: bold;
	color: #0A4C00;
}
.newsarea dd {
	font-size: 12px;
	line-height: 1.7em;
	margin-bottom: 24px;
}
.menu {
	float: right;
	width: 480px;
	padding-top: 40px;
	text-align: right;
}
.menu h2 {
	text-align: center;
	margin-left: 45px;
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 26px;
}
.menu table {
	margin-left: auto;
}
.menu td {
	padding-left: 15px;
	padding-bottom: 12px;
}

/* ---■■■Sub■■■--- */
#left_contents {
	float: left;
	width: 690px;
}
#right_contents {
	float: right;
	width: 210px;
}
#subtop {
	height: 200px;
	background-color: #a1d9dd;	
	/*background-color: #43b3bc;*/
}
.sidemenu {
	
}
.sidemenu ul {
	margin-bottom:35px;
}
.sidemenu li {
	margin-bottom:10px;
	text-align:left;
}
.sidemenu li div {
	width:210px;
	height:100px;
	position:relative;
}
.sidemenu li p {
	position:absolute;
	left:24px;
	top:69px;
}
.sidemenu li a {
	font-size: 15px;
	text-decoration: none;
	color: #424242;
}
.sidemenu li a:hover p {
	text-decoration: underline;
}

/*--------company-----------*/
.company {
	text-align:left;
	padding-bottom:25px;	
}
.company h2 {
	border-top: 3px solid #7ac63c;
	border-bottom: 1px solid #7ac63c;
	height: 42px;
	padding-left: 20px;
	padding-top: 28px;
	font-size: 20px;
	background-image: url(../img/bk_h2.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #F2F9EC;
	margin-bottom: 25px;
	font-weight: bold;
}
.company table {
	margin-top:15px;
	margin-bottom:15px;
}
.company td {
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ededed;
}
.company_list {
	color: #404040;
	background-image:url(../img/bk_h3.png);
	background-position:left top;
	background-repeat:repeat;
	padding-left: 20px;
	width: 140px;
}
.company_info {
	color: #404040;
	background-color: white;
	padding-right: 20px;
	padding-left: 20px;
}
.company ul {	
}
.company li {
	float:left;
}
.shopimg_center {
	padding-left:10px;
	padding-right:10px;
}
/*--------recruit-----------*/
.recruit {
	text-align:left;
	padding-bottom:25px;	
}
.recruit h2 {
	border-top: 3px solid #7ac63c;
	border-bottom: 1px solid #7ac63c;
	height: 42px;
	padding-left: 20px;
	padding-top: 28px;
	font-size: 20px;
	background-image: url(../img/bk_h2.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #F2F9EC;
	margin-bottom: 25px;
	font-weight: bold;
}
.recruit p {
	padding-bottom: 15px;
}
.recruit table {
	width:700px;
}
.recruit td {
	padding-top: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ededed;
}
.recruit td p {
	padding-bottom: 10px;
}
.recruit_list {
	color: #404040;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	background-color: #fffadb;
	text-align: right;
	padding-right: 20px;
}
.recruit_info {
	color: #404040;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	line-height: 15px;
	background-color: white;
	padding-right: 20px;
	padding-left: 20px;
}
.recruitimg {
}
.arrec {
	text-align: center;
	width: auto;
	padding-bottom: 5px;
}
/*-------staff-------*/

.staff {
	text-align:left;
	padding-bottom:25px;
}
.staff h2 {
	border-top: 3px solid #7ac63c;
	border-bottom: 1px solid #7ac63c;
	height: 42px;
	padding-left: 20px;
	padding-top: 28px;
	font-size: 20px;
	background-image: url(../img/bk_h2.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #F2F9EC;
	margin-bottom: 25px;
	font-weight: bold;
}
.staff p {
	line-height:1.7em;
	font-size:13px;
	padding-left:20px;
}
.staffbox {
	margin-top:25px;
	width: 688px;
	border: 1px solid #a1af5e;
}
.profile01 {
	background-image: url(../img/bk_staff1.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 688px;
	height: 360px;
}
.profile02 {
	background-image: url(../img/bk_staff2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 688px;
	height: 360px;
}
.profile03 {
	background-image: url(../img/bk_staff3.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 688px;
	height: 360px;
}
.profile04 {
	background-image: url(../img/bk_staff4.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 698px;
	height: 360px;
}

.staffbox h3 {
	color: #4f4e4e;
	font-weight: bold;
	padding-top: 45px;
	padding-bottom: 12px;
	padding-left: 360px;
}
.staffbox h3 span {
	color: #4f4e4e;
	font-size: 13px;
	font-weight: normal;
}
.staffbox p {
	color: #4f4e4e;
}
.staffbox p span {
	font-weight: bold;
}
.stafftext1 {
	height: 40px !important;
	padding-left: 380px !important;
}
.stafftext2 {
	height: 40px !important;
	padding-left: 380px !important;
}
.stafftext3 {
	height: 60px !important;
	padding-left: 380px !important;
}
.stafftext4 {
	padding-right: 70px !important;
	padding-left: 150px !important;
	padding-top: 14px !important;
}
/*----------location----------*/

.location {
	text-align:left;
	padding-bottom:25px;
}
.location h2 {
	border-top: 3px solid #7ac63c;
	border-bottom: 1px solid #7ac63c;
	height: 42px;
	padding-left: 20px;
	padding-top: 28px;
	font-size: 20px;
	background-image: url(../img/bk_h2.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #F2F9EC;
	margin-bottom: 25px;
	font-weight: bold;
}
.location h3 {
	color: #4a7cbb;
	font-size: 15px;
	width: 300px;
	padding-bottom:5px;
}
.location td {
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}
.location td img {
	float: left;
	padding: 1px;
	border: 1px solid #999;
	margin-right: 15px;
	margin-bottom:20px;
}
.location td p {
	font-size: 11px;
	line-height: 1.8em;
	padding-top: 0px;
}
.location .eki {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #43b3bc;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 20px;
	clear: right;
}
.location .area_school {
	color: #4a7cbb;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:left;
}
.location .area_school h3 {
	margin-left:15px;
}

.location .area_school table {
	width:100%;
}
.location .area_school td {
	vertical-align:top;
}
.location dl {
	margin-bottom:25px;
	padding-left:10px;
	width:300px;
}
.location dt {
	padding-left: 10px;
	background-color:#FFE5F7;
	color:#505050;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:5px;
}
.location dd {
	font-size: 12px;
	font-weight:normal;
	color:#505050;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
/*---------school--------*/

.school {
	text-align:left;
	padding-bottom:25px;
}
.school h2 {
	border-top: 3px solid #7ac63c;
	border-bottom: 1px solid #7ac63c;
	height: 42px;
	padding-left: 20px;
	padding-top: 28px;
	font-size: 20px;
	background-image: url(../img/bk_h2.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #F2F9EC;
	margin-bottom: 25px;
	font-weight: bold;
}
.school h3 {
	margin-left:15px;
	margin-bottom:10px;
}

.school table {
	width:100%;
}
.school td {
	vertical-align:top;
}
.school dl {
	margin-bottom:25px;
	padding-left:10px;
	width:300px;
}
.school dt {
	padding-left: 10px;
	background-color:#FFE5F7;
	color:#505050;
	padding-top:8px;
	padding-bottom:8px;
	margin-bottom:15px;
}
.school dd {
	font-size: 12px;
	font-weight:normal;
	color:#505050;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.schoolinfo {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #43b3bc;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 20px;
	clear: right;
}
/*---------kiyaku policy--------*/
.kiyaku {
	text-align:left;
	padding-bottom:25px;	
}
.kiyaku h2 {
	border-top: 3px solid #7ac63c;
	border-bottom: 1px solid #7ac63c;
	height: 42px;
	padding-left: 20px;
	padding-top: 28px;
	font-size: 20px;
	background-image: url(../img/bk_h2.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #F2F9EC;
	margin-bottom: 25px;
	font-weight: bold;
}
.kiyaku table {
	text-align: left;
}
.ktitle {
	color: #013484;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.klist {
	color: #505050;
	font-size: 15px;
	line-height: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-weight: normal;
	background-image:url(../img/bk_h3.png);
	background-position:left top;
	background-repeat:repeat;
}
.kinfo {
	color: #505050;
	font-size: 12px;
	line-height: 22px;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
