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,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
margin:0;
padding:0;
border:0;
font:inherit;
font-size:100%;
vertical-align:baseline;
}

html{
	box-sizing:border-box;
}

body{
	font-size: 62.5%;
	font-family:'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	font-weight:500;
	background-color:#FFFFFF;
	color:#000;
	-webkit-text-size-adjust:100%;
	border-top:5px solid #4069e1;
}

*,*:before,*:after{
	box-sizing:inherit;
}

ol,ul{
	list-style:none;
}

a img{
	border:none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{
	display:block;
}

.clearfix:after{
content:".";
display:block;
clear:both;
height:0;
visibility:hidden;
}

.clearfix{
display:inline-block;
}

* html .clearfix{
zoom:1;
}

*:first-child+html .clearfix{
zoom:1;
}

* html .clearfix{
height:1%;
}

.clearfix{
display:block;
}

.clearfix:after{
font-size:0;
}

p{
	font-size:1.4em;
	line-height: 1.8em;
	letter-spacing:0.5px;
}
strong{
	font-weight:700;
}
a,a:link{
	color:#5176e4;
	text-decoration:underline;
	outline:0 none;
}

a:visited{
	color:#5176e4;
	text-decoration:underline;
	outline:0 none;
}

a:hover,
.red{
	color:#ff2d00;
	text-decoration:none;
}

a:active{
	color:#ff2d00;
	text-decoration:underline;
	outline:0 none;
}

img{
	vertical-align:bottom;
}

.txtC,
.txtC_PC{
	text-align:center;
}
.txtL{
	text-align:left;
}
.txtR{
	text-align:right;
}
.floatL{
	float:left;
}
.floatR{
	float:right;
}
.forSp,
.forSpin{
	display:none !important;
}

@media screen and (max-width: 767px){
	.txtC_PC{
		text-align:left;
	}
	.forPc{
		display:none !important;
	}
	.forSp{
		display:block !important;
	}
	.forSpin{
		display:inline !important;
	}
}

.wp100,
.wp100 img{
	width:100%;
	height:auto;
}

.wp100max,
.wp100max img{
	max-width:100%;
	height:auto;
}

.underline{
	border-bottom:1px solid #bbb;
	padding-bottom:20px;
	margin-bottom:20px;
}

.topline{
	border-top:1px solid #bbb;
	padding-top:20px;
	margin-top:20px;
}
.apa50 img {
	opacity:0.5;
}


/*Header▼▼
------------------------------------------------------------ */
header{
	width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 1000px){
	header{
	width: 100%;
	}
}
@media screen and (max-width: 767px){
	header{
		position:fixed;
		left:0;
		top:0;
		z-index:1;
		background:#FFFFFF;
		padding-bottom:10px;
	}
}


header h1{
	float:left;
	width:276px;
	margin-top:25px;
}
header h1 img{
	width:100%;
	height:auto;
}
@media screen and (max-width: 1000px){
	header h1{
		margin:15px 0 0 10px;
	}
}
@media screen and (max-width: 767px){
	header h1{
		margin:4% 0 0 10px;
		width:55%;
	}
}


header .headerWrapRight {
	float:right;
}
header .headerWrapRight .floatL {
	text-align:right;
	padding: 5px 15px 0px 0px;
	font-size:2.2em;
	line-height: 1.0em;
	color:#4069e1;
	letter-spacing:2.2px;
}
header .headerWrapRight .floatL img{
	vertical-align: middle;
	margin-right:4px;
}
header .headerWrapRight .floatL p {
	font-size:0.6em;
	line-height: 1.6em;
	color:#000;
	letter-spacing:0.1px;
	margin-right:3px;
}

header .headerWrapRight .floatR a {
	padding: 14px 25px 16px 25px;
	display: inline-block;
	background:#4069e1;
	letter-spacing:1px;
	color:#fff;
	text-decoration:none;
	font-size:1.4em;
	line-height: 1.0em;
}
header .headerWrapRight .floatR a img {
	vertical-align: top;
	margin:3px 4px 0 0;
}




/* Toppage Menu▼▼
------------------------------------------------------------ */
header .topNaviWrap{
	display: inline-block;
	text-align:right;
	float:right;
	margin: 25px 0 20px 0;
}

header .topNaviWrap a {
	letter-spacing:1px;
	text-decoration:none;
	margin: 0 8px;
}
header .topNaviWrap a.spNo {
	margin: 0 0 0 8px;
}
@media screen and (min-width: 768px){
	.topNaviWrap a{
		transition-duration:0.25s;
		transition-timing-function:ease-in-out;
		color:#000;
	}
	.topNaviWrap a:hover{
		color:#4069e1;
	}
}
@media screen and (max-width: 1000px){
	header  .topNaviWrap{
		float:none;
		margin: 0 2% 15px 0;
		width:98%;
	display: inline-block;
	}
}






/* Toppage Menu▼▼
------------------------------------------------------------ */
.headerWrapLeftNaka{
	width:100%;
	height:0;
}

.headerWrapLeftNaka ul{
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	width:1000px;
	margin:0 auto;
}
@media screen and (max-width: 1000px){
	.headerWrapLeftNaka ul{
		width:90%;
	}
}
.headerWrapLeftNaka li{
	width:96px;
}
.headerWrapLeftNaka li:nth-child(4){
	width:404px;
}
@media screen and (max-width: 1000px){
	.headerWrapLeftNaka li{
		width:10%;
	}
	.headerWrapLeftNaka li:nth-child(4){
		width:40%;
	}
}
.headerWrapLeftNaka li a{
	position:relative;
	display:block;
	width:100%;
	height:0;
	padding-bottom:65%;
	text-indent:-10000px;
}
@media screen and (max-width: 1000px){
	.headerWrapLeftNaka li a{
	padding-bottom:68%;
	}
}
.headerWrapLeftNaka li a::before,.headerWrapLeftNaka li a::after{
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:0;
	padding-bottom:56%;
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:cover;
}
.headerWrapLeftNaka li a::after{
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity:0;
}
@media screen and (min-width: 768px){
	.headerWrapLeftNaka li a::after{
		-moz-transition:opacity 0.25s ease;
		-o-transition:opacity 0.25s ease;
		-webkit-transition:opacity 0.25s ease;
		transition:opacity 0.25s ease;
	}
	.headerWrapLeftNaka li a:hover::after{
		filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity:1;
	}
}

.headerWrapLeftNaka li:nth-child(1) a::before{
	background-image:url("../../common/img/mainmenu_1.png");
}
.headerWrapLeftNaka li:nth-child(1) a::after{
	background-image:url("../../common/img/mainmenu_1_on.png");
}
.headerWrapLeftNaka li:nth-child(2) a::before{
	background-image:url("../../common/img/mainmenu_2.png");
}
.headerWrapLeftNaka li:nth-child(2) a::after{
	background-image:url("../../common/img/mainmenu_2_on.png");
}
.headerWrapLeftNaka li:nth-child(3) a::before{
	background-image:url("../../common/img/mainmenu_3.png");
}
.headerWrapLeftNaka li:nth-child(3) a::after{
	background-image:url("../../common/img/mainmenu_3_on.png");
}
.headerWrapLeftNaka li:nth-child(5) a::before{
	background-image:url("../../common/img/mainmenu_4.png");
}
.headerWrapLeftNaka li:nth-child(5) a::after{
	background-image:url("../../common/img/mainmenu_4_on.png");
}
.headerWrapLeftNaka li:nth-child(6) a::before{
	background-image:url("../../common/img/mainmenu_5.png");
}
.headerWrapLeftNaka li:nth-child(6) a::after{
	background-image:url("../../common/img/mainmenu_5_on.png");
}
.headerWrapLeftNaka li:nth-child(7) a::before{
	background-image:url("../../common/img/mainmenu_6.png");
}
.headerWrapLeftNaka li:nth-child(7) a::after{
	background-image:url("../../common/img/mainmenu_6_on.png");
}





/* Page Top▼▼
------------------------------------------------------------ */
footer #pagetopWrap{
	position:fixed;
	bottom:0;
	right:20px;
	width:60px;
	color:#fff;
	border-width:1px;
	border-style:solid;
	margin-bottom:20px;
	-moz-transition:opacity 0.25s ease,z-index 0s ease 0.25s;
	-o-transition:opacity 0.25s ease,z-index 0s ease 0.25s;
	-webkit-transition:opacity 0.25s ease,z-index 0s ease;
	-webkit-transition-delay:0s,0.25s;
	transition:opacity 0.25s ease,z-index 0s ease 0.25s;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity:0;
	z-index:-1;
}
footer #pagetopWrap.show{
	-moz-transition:opacity 0.25s ease,z-index 0s ease 0s;
	-o-transition:opacity 0.25s ease,z-index 0s ease 0s;
	-webkit-transition:opacity 0.25s ease,z-index 0s ease;
	-webkit-transition-delay:0s,0s;
	transition:opacity 0.25s ease,z-index 0s ease 0s;
	filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity:1;
	z-index:1;
}
@media screen and (max-width: 1000px){
	footer #pagetopWrap{
		right:2%;
		width:5%;
		margin-bottom:2%;
	}
}
@media screen and (max-width: 767px){
	footer #pagetopWrap{
		position:static;
		bottom:auto;
		right:auto;
		width:100%;
		margin-bottom:0;
		border-width:0;
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
		border-radius:0px;
		filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity:1;
		z-index:1;
	}
}
footer #pagetopWrap a{
	display:block;
	width:100%;
	height:0;
	padding:32% 0 68% 0;
	font-size:0;
	line-height:0;
	text-indent:-10000px;
}
@media screen and (min-width: 768px){
	footer #pagetopWrap a{
		-moz-transition:background-color 0.25s ease;
		-o-transition:background-color 0.25s ease;
		-webkit-transition:background-color 0.25s ease;
		transition:background-color 0.25s ease;
	}
}
@media screen and (max-width: 767px){
	footer #pagetopWrap a{
		height:auto;
		padding:4.7% 0;
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
		border-radius:0px;
		border-bottom:1px solid #fff;
	}
}
footer #pagetopWrap a::after{
	content:'';
	display:block;
	width:50%;
	height:0;
	margin:0 auto;
	padding-bottom:30%;
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:contain;
}
@media screen and (max-width: 767px){
	footer #pagetopWrap a::after{
		width:5.6%;
		padding-bottom:3.5%;
	}
}

footer #pagetopWrap a{
	background:#4069e1;
}
footer #pagetopWrap a::after{
	background-image:url("../../common/img/pagetop_sp.png");
}
@media screen and (min-width: 768px){
	footer #pagetopWrap a:hover{
		background-color:#a6b8ee;
	}
}
@media screen and (max-width: 767px){
	footer #pagetopWrap a{
		background-color:#4069e1;
	}
}





/*contents▼▼
------------------------------------------------------------ */
.contentsWrap{
	width:100%;
}
@media screen and (max-width: 767px){
	.contentsWrap{
		padding-top:18.5%;
	}
}
.h2_title{
	background:url("../../common/img/bk_h2.png");
	z-index:-1;
}
.h2_title h2{
	margin:0 auto;
	padding:35px 0;
	text-align:center;
}
.h2_title.t_naka h2 img{
	height:33px;
	width:auto;
}
@media screen and (max-width: 767px){
	.h2_title.t_naka h2{
		padding:5% 0;
	}
	.h2_title.t_naka h2 img{
	height:auto;
	width:50%;
	}
}
.formatWrap{
	width:1000px;
	margin:0 auto;
	padding:100px 0 0 0;
}
.formatWrap h2{
	font-size:3.0em;
	line-height: 1.4em;
	font-weight:700;
	letter-spacing:1.5px;
	text-align:center;
	margin-bottom:30px;
}
.formatWrap h2 span{
	font-size:0.8em;
	color:#5176e4;
}
.formatWrap h2 span.h4txt{
	font-size:0.6em;
	color:#000;
}
.formatWrap h3{
	font-size:2.4em;
	line-height: 1.4em;
	letter-spacing:1.0px;
	font-weight:700;
}
.formatWrap h3 span{
	color:#5176e4;
}
.formatWrap h4{
	font-size:1.8em;
	line-height: 1.4em;
	letter-spacing:1.0px;
	font-weight:700;
}
@media screen and (max-width: 1000px){
	.formatWrap{
		width:95%;
		padding:10% 0 0 0;
	}
	.formatWrap h2{
		font-size:2.5em;
		letter-spacing:0.5px;
	}
	.formatWrap h3{
		font-size:2.0em;
	}
	.formatWrap h4{
		font-size:1.6em;
	}
}
@media screen and (max-width: 767px){
}


/* faid in▼▼
------------------------------------------------------------ */
.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
	animation-name: fadeInDown;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translate(0);
	}
}

@media screen and (max-width: 767px){
	.scrollanimeSp {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDownSp {
	animation-name: fadeInDown;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}
@keyframes fadeInDownSp {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translate(0);
	}
}
}

/* PageTitleWrap▼▼
------------------------------------------------------------ */
.PageTitleWrap{
	width:100%;
}
.PageTitleWrap .PageTitleWrapBox{
	width:1000px;
	margin:0 auto;
}
.PageTitleWrap .PageTitleWrapBox .PageTitleWrapBoxT{
	width:320px;
	height: 200px;
	background:rgba(64,105,225,0.9);
	text-align:center;
	position:relative;
}
.PageTitleWrap h2{
	position: absolute;
    top: 49%; /* 追記 */
    left: 50%; /* 追記 */
    -ms-transform: translate(-50%, -50%); /* 追記 */
    -webkit-transform: translate(-50%, -50%); /* 追記 */
    transform: translate(-50%, -50%); /* 追記 */
	font-size:2.8em;
	line-height: 1.2em;
	letter-spacing:2.0px;
	color:#fff;
	width:290px;
	text-shadow: 0px 0px 5px #000;
}
.PageTitleWrap h2 span{
	font-size:0.6em;
	letter-spacing:2.0px;
}
@media screen and (max-width: 1000px){
	.PageTitleWrap .PageTitleWrapBox{
		width:100%;
	}
	.PageTitleWrap .PageTitleWrapBox .PageTitleWrapBoxT{
		height: 150px;
	}
	.PageTitleWrap h2{
		font-size:2.4em;
		line-height: 1.4em;
	}
}
@media screen and (max-width: 767px){
	.PageTitleWrap{
	}
	.PageTitleWrap .PageTitleWrapBox .PageTitleWrapBoxT{
		width:200px;
		height: 140px;
	}
	.PageTitleWrap h2{
		font-size:1.8em;
		line-height: 1.4em;
	}
}


/* contentsWrapLeft▼▼
------------------------------------------------------------ */
.contentsWrapLeft{
       flex: 0 0 720px;
       margin-right: auto;
}
@media screen and (max-width: 1000px){
	.contentsWrapLeft{
		width:70%;
       flex: 0 0 70%;
	}
}
@media screen and (max-width: 767px){
	.contentsWrapLeft{
       flex: 0 0 100%;
	}
}
/* contentsWrapRight▼▼
------------------------------------------------------------ */
.contentsWrapRightCont{
	flex: 0 0 220px;
	position: relative;
}
.contentsWrapRight{
       flex: 0 0 220px;
}
@media screen and (max-width: 1000px){
	.contentsWrapRightCont,
	.contentsWrapRight{
       flex: 0 0 25%;
	}
}
.formatWrap .contentsWrapRight h3,
.formatsWrap .contentsWrapRight h3{
	background:#0060cb;
	color:#fff;
	padding:15px 20px;
	margin:0;
	font-size:1.4em;
	line-height: 1.8em;
	letter-spacing:1.0px;
	width:auto;
	float:none;
}
.contentsWrapRight ul{
	border-left:1px solid #bfbfbf;
	border-right:1px solid #bfbfbf;
	font-size:1.4em;
	line-height: 1.8em;
	letter-spacing:1.0px;
}
.contentsWrapRight ul a,
.contentsWrapRight ul a:link,
.contentsWrapRight ul a:visited,
.contentsWrapRight ul a:active,
.contentsWrapRight ul a:hover { 
	text-decoration: none;
	color:#000;
	display:block;
	padding:15px 20px;
}
.contentsWrapRight li{
	border-bottom:1px solid #bfbfbf;
	background:url("../../common/img/arrow_submenu.png") no-repeat right center #fff;
		-moz-transition:-moz-all 0.2s ease-in-out;
		-o-transition:-o-all 0.2s ease-in-out;
		-webkit-transition:-webkit-all 0.2s ease-in-out;
		transition:all 0.2s ease-in-out;
}
.contentsWrapRight li.SelectPage,
.contentsWrapRight ul li:hover{
	background:url("../../common/img/arrow_submenu.png") no-repeat right center #e5effa;
}


/* Buttom▼▼
------------------------------------------------------------ */


.btn a,
a .btn{
	position:relative;
	background-color:#ff2d00;
	border:1px solid #ff2d00;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#FFFFFF;
	text-decoration:none;
	display:inline-block;
	vertical-align:middle;
	*vertical-align:auto;
	*zoom:1;
	*display:inline;
	padding:5px 33px 7px 21px;
	font-size:1.4em;
	line-height: 1.8em;
}
@media screen and (max-width: 767px){
	.btn a,
	a .btn{
		display:block;
		width:80%;
		margin:0 auto;
		padding:9px 0 11px 0;
	}
}

.btn a::after,
a .btn::after{
	content:'';
	display:block;
	position:absolute;
	top:50%;
	right:15px;
	width:8px;
	height:12px;
	margin-top:-6px;
	background:url("../../common/img/arrow_white.png") no-repeat 0 0;
	background-size:contain;
}
@media screen and (max-width: 767px){
	.btn a::after,
	a .btn::after{
		right:7px;
	}
}

@media screen and (min-width: 768px){
	.btn a,
	a .btn{
		-moz-transition:background-color 0.25s ease,color 0.25s ease;
		-o-transition:background-color 0.25s ease,color 0.25s ease;
		-webkit-transition:background-color 0.25s ease,color 0.25s ease;
		transition:background-color 0.25s ease,color 0.25s ease;
	}
		.btn a:hover,
		a:hover .btn{
		border:1px solid #ff6c4c;
		background-color:#ff6c4c;
		cursor:pointer;
	}
}


/* Footer▼▼
------------------------------------------------------------ */
footer{
	background:#4069e1;
}

footer .footerWrap{
	width:1000px;
	margin:0 auto;
	padding:50px 0;
}
@media screen and (max-width: 1000px){
	footer .footerWrap{
		width:96%;
		padding:3% 0;
	}
}
@media screen and (max-width: 767px){
	footer .footerWrap{
		width:100%;
		padding:0;
		text-align:center;
	}
}



@media screen and (max-width: 1000px){
	footer img{
		width: 25%;
		height: auto;
	}
}
@media screen and (max-width: 767px){
	footer img{
		padding:3% 0 0 0;
		width: 40%;
	}
}


footer p{
	float:right;
	color:#fff;
	font-size:1.2em;
	line-height: 1.4em;
	padding-top:15px;
}
@media screen and (max-width: 1000px){
	footer p{
		padding:2% 0;
		font-size:1.0em;
		line-height: 1.4em;
	}
}
@media screen and (max-width: 767px){
	footer p{
		float:none;
	}
}






/* toumei▼▼
------------------------------------------------------------ */
@media screen and (min-width: 768px){
	.opitem a{
	transition-property: opacity;
	transition-duration:0.25s;
	transition-timing-function:ease-in-out;
	}
}

@media screen and (min-width: 768px){
	.opitem a:hover{
		opacity: 0.65;
	}
}



/* sp menu▼▼
------------------------------------------------------------ */
@media screen and (max-width: 767px){
	#headerNaviSpOpenBtn{
		float:right;
		width:12%;
		height:0;
		margin:3% 2.5% 0 0;
		padding:2% 0 10% 0;
		background:#4069e1;
		text-align:center;
	}
	#headerNaviSpOpenBtn img{
		width:70%;
		height:auto;
	}
	#headerNaviSpWrapIn{
		background:#fff;
		width:100%;
		height:0;
		position:fixed;
		left:0;
		top:0;
		padding-bottom:19.5%;
		z-index:1;
	}
	#headerNaviSpWrapIn::before{
		padding-bottom:0.9375%;
	}
	#headerNaviSpCloseBtn{
		float:right;
		width:12%;
		height:0;
		margin:3% 2.5% 0 0;
		padding:2% 0 10% 0;
		background:#4069e1;
		text-align:center;
	}
	#headerNaviSpCloseBtn img{
		width:70%;
		height:auto;
	}
	#headerNaviSpLogo img{
		width:100%;
		height:auto;
		}
	#headerNaviSpLogo{
		position:absolute;
		margin:4% 0 0 10px;
		width:55%;
	}
}

#headerNaviSpWrap{
	position:fixed;
	left:0;
	top:0;
	padding-top:19.5%;
	width:100%;
	height:100%;
	overflow:auto;
	background:#ecf0fc;
	-moz-transition:opacity 0.25s ease,z-index 0s ease 0.25s;
	-o-transition:opacity 0.25s ease,z-index 0s ease 0.25s;
	-webkit-transition:opacity 0.25s ease,z-index 0s ease;
	-webkit-transition-delay:0s,0.25s;
	transition:opacity 0.25s ease,z-index 0s ease 0.25s;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity:0;
	z-index:-1;
}
#headerNaviSpWrap.show{
	-moz-transition:opacity 0.25s ease;
	-o-transition:opacity 0.25s ease;
	-webkit-transition:opacity 0.25s ease;
	transition:opacity 0.25s ease;
	filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity:1;
	z-index:2;
	-moz-transition:top 0.25s ease-in-out;
	-o-transition:top 0.25s ease-in-out;
	-webkit-transition:top 0.25s ease-in-out;
	transition:top 0.25s ease-in-out;
	
}


#headerNaviSpWrap .headerNaviSpMainBlock li{
	width:100%;
	background-color:#4069e1;
	border-bottom:1px solid #fff;
}

#headerNaviSpWrap .headerNaviSpMainBlock li ul{
}
#headerNaviSpWrap .headerNaviSpMainBlock li ul li{
	width:100%;
	background-color:#ecf0fc;
	border-top:1px dotted #fff;
	border-bottom:none;
	padding-left:1.2em;
	list-style-position: inside;
}

#headerNaviSpWrap a{
	display:block;
	color:#000;
	text-decoration:none;
}
#headerNaviSpWrap .headerNaviSpMainBlock a{
	padding:15px;
	font-size:1.4em;
	line-height: 1.8em;
	font-weight:700;
	color:#fff;
}
