
/*
div:hover , lix:hover{
    box-shadow: 1px 1px 3px #000;
}
*/

#contents{
    min-height: 300px;
}

.error{
	color: #F26964;

}

.popup{
	display: none;
	position: fixed;
	top: 100px;
	z-index: 1000;
	width: 1312px;
}

.popup .box{

	width: 800px;
	margin: 0 auto;
	background: #fff;
}

body{
    color: #000;
    font-family: 'lucida grande', tahoma, verdana, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
    word-break: break-all;
    word-wrap: break-word;
}

textarea, input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    border-radius: 0;
}

a{
    color: #000;
}
a:hover{
    color: #000;
}
a:visited{
    color: #000;
}

small{
    font-size: 10px;
}

.opacity:hover,
._opacity:hover,
a:not(.no-opacity):hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover
{
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
}

.none{
    display: none;
}

.box{
    margin: 10px;
}

ul , li{
    list-style-type: none;
    margin: 0;
}

._link{
	cursor: pointer;
}

.text-right{
	text-align: right;
}


.text-left{
	text-align: left;
}

.text-center{
	text-align: center;
}


#container{
    margin: 0 auto;
    width: 100%;
    position: relative;
}

#header , #icatch , #contents , #assign , #contents-sub , #menu .menu-list , #tocompany{
    margin: 0 auto;
    width: 1000px;
    position: relative;
}


#menu , #footer{
    width: 100%;
    position: relative;
}


#header{
    height: 90px;
}


#lean_overlay,
#lean_overlay_error{
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
    opacity: 0;
}

.loginform ,
.question-detail
{
    z-index: 150;
}

.loginform{
    z-index: 150;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 338px;
}

.loginform .formclose{
    position: absolute;
    right: -10px;
    top: -10px;
    background: url("../../images/bt_x_gray.png") no-repeat;
    height: 25px;
    width: 25px;
    cursor: pointer;
}



.loginform h4{
background: url("../../images/icon_login_r.png") no-repeat;
padding-left: 23px;
margin-bottom: 15px;
}

.loginform input[type=text],
.loginform input[type=password]{
    width: 328px;
}

.loginform .loginform-button{
    position: relative;
    margin-top: 25px;
    height: 134px;
    color: #fff;
}
.loginform .loginform-button .remind{
    position: absolute;
    top:0;
    left:0;
    display: block;
    width: 160px;
    padding: 20px 3px;
    text-align: center;
    background: #1253A4;
    color: #fff;
}
.loginform .loginform-button .reg{
    position: absolute;
    bottom:0;
    left:0;
    display: block;
    width: 160px;
    padding: 20px 3px;
    text-align: center;
    background: #1253A4;
    color: #fff;
}

.loginform .loginform-button button{
    position: absolute;
    top:0;
    right:0;
    border: 0;
    box-shadow: 0;
    background: #F26964;
    color: #fff;
    width: 146px;
    height: 134px;

}

[class^=ihead-]{
    height: 35px;
    padding: 4px 0 0 40px;
    margin: 15px 0;
}

.ihead-blue{
    background: url("../../images/icon_logo_blue.png") no-repeat;
}
.ihead-darkblue{
    background: url("../../images/icon_logo_darkblue.png") no-repeat;
}
.ihead-gray{
    background: url("../../images/icon_logo_gray.png") no-repeat;
}
.ihead-green{
    background: url("../../images/icon_logo_green.png") no-repeat;
}
.ihead-lightblue{
    background: url("../../images/icon_logo_lightblue.png") no-repeat;
}
.ihead-lightgray{
    background: url("../../images/icon_logo_lightgray.png") no-repeat;
}
.ihead-red{
    background: url("../../images/icon_logo_red.png") no-repeat;
}
.ihead-yellow{
    background: url("../../images/icon_logo_yellow.png") no-repeat;
}
.ihead-yellowribbon{
    background: url("../../images/ribbon_premium_s.png") no-repeat;
}

.cbox{
    margin-bottom: 20px;
    position: relative;
}
.towa .cbox{
    margin-bottom: 20px;
}
.cbox a{
    color: #F26964;
}

.form-box{
    position: relative;
    background: #E5E5E5;
    margin-bottom: 20px;

}

.form-box table{
    display: block;
    margin: 0px 30px 0px 100px;
    margin: 0;
    padding: 30px 0;
    width: 100%;

}

.form-box table td{
    width: 700px;
}
.form-box table th{
    text-align: right;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 5px;
    vertical-align: top;
    border-right: 1px solid #000;
    width: 200px;
}

.confirm .form-box table td{
    padding-top: 10px;
    line-height: 180%;
}
.confirm .form-box table th{
    padding-top: 10px;
}

.confirm .input-head-sub{
	vertical-align: 0;
}
.confirm .reception-start{
    margin-left:10px;
}

.form-box table td{
    width: 729px;
    padding-right: 30px;
}


.form-box table td{
    text-align: left;
    padding-left: 20px;
    vertical-align: top;
    padding-bottom: 20px;

}

.form-box table td .essential{
    float: left;
    margin-left:-20px;
    height: 26px;
    width: 7px;
    background: #F26964;
}


.form-box table td input[type=text],
.form-box table td input[type=pasword]
{
    padding: 3px;
    height: 20px;
}

.form-box table td select{
    height: 28px;
}

.form-box table td input[type=text]{
    width: 60%;
}
.form-box table td textarea{
    width: 98%;
    height: 200px;
}


.form-box table td.button{
    padding-bottom: 0;
}
.form-box table td.button button{
    background: #F26964;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 100%;
    padding: 40px 0;
    border: 0;
    box-shadow: none;

}

.essential-message{
    border-left: 6px #F26964 solid;
    padding-left: 6px;
}
.form-box .essential-message{
    position: absolute;
	bottom: 41px;
	left: 20px;
}


.form-box .controls pre{
	background: none;
	border: 0;
}

.inline-block{
	display: inline-block;
}

.input-head-sub{
	display: inline-block;
	vertical-align: 3px;
	text-align: right;
	width: 40px;
	margin-right: 10px;
	font-weight: bold;
}

.input-head-sub.sublarge{
	display: inline-block;
	vertical-align: 3px;
	text-align: left;
	width: 100px;
	margin-right: 10px;
	font-weight: bold;
}

.form-box .control-group  .inline-block{
	width: 90%;
}
.form-box .control-group.control-group-multi  .inline-block{
	width: 40%;
}

.form-box table tr.control-group.control-group-multi td input[type=text] {
width: 75%;
}

.form-box .control-group.control-group-birthday  .inline-block{
	width: 40%;
	vertical-align: top;
}

.form-box .control-group.control-group-birthday  .inline-block + .inline-block {
	width: 20%;
}

.form-box table tr.control-group.control-group-birthday td select {
width: 70%;
}

.form-box input[type=radio] + label ,
.form-box input[type=checkbox] + label{
	display: inline-table;
	margin: 1px 10px 0px 5px;
}

.form-box .form-hr th{
	background: #CCCCCC;
	border-right: 1px solid #000;
}
.form-box .form-hr td{
	background: #CCCCCC;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.form-box .form-null td{

}
.form-box  table td .imgdel{
    margin-top:10px;
}
.form-box  table td img {
    margin-right:10px;
}
.regist.regist-confirm .form-box  table td{
	padding-top: 5px;
}

.form-box .form-subline td{
	padding: 0 0 2px 20px;
}
.form-box .form-subline.form-subline-large td{
	padding-left: 129px;
	width: 600px;
}
.form-box select.select-s{
    width: 130px;
}
.form-box .switch-hand_process #hand_process1 input[type=text].date,
.form-box .switch-hand_process #hand_process2 input[type=text].date,
.form-box table td input[type=text].date{
    width: 150px;
}
.form-box table td input[type=text].time{
    width: 60px;
    margin-left:10px;
}
.form-box table td input[type=text].keyword{
    width: 150px;
    margin-right:10px;
    float: left;
}
.form-box .switch-hand_process #hand_process1 input[type=text].zipcode,
.form-box .switch-hand_process #hand_process2 input[type=text].zipcode,
.form-box table tr.control-group.control-group-multi td input[type=text].zipcode{
    width: 100px;
}

/*add*/
.form-box table td input[type=text].text-s,
.form-box table tr.control-group.control-group-multi td input[type=text].text-s {
    width:80px;
    margin-right: 5px;
}

.form-box table td input[type=text].hide-s{
    display: none;
}

.form-box.switch-hand_process #hand_process1 input[type=text].text-xs,
.form-box.switch-hand_process #hand_process2 input[type=text].text-xs,
.form-box table tr.control-group.control-group-multi td input[type=text].text-xs {
    width:100px;
    margin-right: 5px;
}
.form-box table td .item_num{
    margin-left:5px;
    margin-right:5px;
}

.form-box .switch-hand_process #hand_process1,
.form-box .switch-hand_process #hand_process2,
.form-box .switch-event-type #event_date_type1,
.form-box .switch-event-type #event_date_type3,
.form-box .switch-event-entrance #entrance_flg1,
.form-box .switch-event-entrance #entrance_flg2,
.form-box .switch-event-entrance #entrance_flg3{
    background-color: #808080;
    padding: 10px;
    width: 100%;
    color:#FFFFFF;
    padding-top:15px;
}
#event_date_id_html input[type=text].time{
    margin-left: 0px;
    margin-right:5px;
}
#event_date_id_html input[type=text]:first-child{
    margin-left:20px;
}
#performer_section input{
   margin-right:5px;
   width: 180px;
}
#performer_section select{
   margin-left:5px;
   width: 100px;
}
.assign-regist{
    width: 723px;
    text-align: center;
    height: 130px;
    background-color: #F26964;
    color:#FFFFFF;
    border: none;
}
/* キャンペーンの応募条件 */
.apply-conditions-box{
    overflow: hidden;
}
.apply-conditions-box label,
.apply-conditions-box .formError2{
    display: block;
    float: left;
    margin-right:10px;
    line-height: 30px;
}
.apply-conditions-box label input{
    margin-right:5px;
}
.apply-conditions-box label input[type="text"]{
    margin-left:10px;
}
/* キャンペーン・賞品関連 */
.form-box table td #giftarea select{
    width: 130px;
    margin-right:10px;
}
.form-box table td #giftarea .l-inline{
    font-size:14px;
}
.form-box table td #giftarea .l-inline input{
    margin-left:10px;
    margin-right:5px;
}

.project-btn-back,
.project-btn-success{
    width: 350px;
    background-color: #808080;
    height: 120px;
    margin-right:19px;
    border: none;
    color:#FFFFFF;
}
.project-btn-success{
    background-color: #F26964;
    margin-right:0px;
}

.subbox{
	margin-top: 10px;
}

.information .date{
	margin-top: 5px;
	color: #999999;
}

.regist-status ul{
	position: relative;
}
.regist-status li{
	position: relative;
	display: inline-block;
	width: 25%;
	text-align: center;
	vertical-align: middle;
	padding: 14px 0;
	background: #C9C9C9;
	color: #808080;
	z-index: 10;
}


.regist-status li:nth-child(2){
	background: #D9D9D9;
	z-index: 9;
}
.regist-status li:nth-child(3){
	background: #E5E5E5;
	z-index: 8;
}
.regist-status li:nth-child(4){
	background: #F2F2F2;
	z-index: 7;
}
.regist-status li.on{
	background: #F26964;
	color: #fff;
}



.regist-status li:before
{

}
.regist-status li:before,
.regist-status li:after
{
border: solid transparent;
content: ' ';
left: 100%;
top: 0;
position: absolute;
width: 0px;
height: 0px;

}

.regist-status li:after
{
border-right-width: 40px;
border-top-width: 46px;
border-left-width: 40px;
border-bottom-width: 0px;
border-left-color: #D9D9D9;
}



.regist-status li:nth-child(1):after{
border-left-color: #C9C9C9;
}
.regist-status li:nth-child(2):after{
border-left-color: #D9D9D9;
}
.regist-status li:nth-child(3):after{
border-left-color: #E5E5E5;
}
.regist-status li:nth-child(4):after{
border: 0;
}

.regist-status li.on:after{
border-left-color: #F26964;
}

.form-head{
	margin: 30px 0;
}

.form-head img{
	margin-right: 20px;
}

.form-head-company img,
.form-head-users-step2 img{
	float: left;
}

.form-head-company > span,
.form-head-users-step2 > span{
	line-height: 26px;
}


.project-detail{

}


.project-detail .project-common .project-common-left,
.project-detail .project-common .project-common-right{
	float: left;
}

.project-detail .project-common .project-common-left{
	width: 780px;
}
.project-detail .project-common .project-common-right{
	width: 220px;
}

.project-detail .project-common .typeimage {
    background: #1253A4;
    padding: 12px;
}

.project-detail .project-common{
    background: #E5E5E5;
}

.project-detail .project-common .title {
    display: inline-block;
    vertical-align: top;
    background: #E5E5E5;
    height: 40px;
    padding: 11px;
    width: 698px;
    font-size: 16px;
}

.project-detail .project-common .imagebox {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 220px;
    height: 220px;
    background-color: #FFFFFF;
    border: 1px solid #e4e3ce;
}

.project-detail .project-common .imagebox img {
    max-width: 220px;
    max-height: 220px;
}

.project-detail .project-common .note{
    display: table-cell;
    vertical-align: top;
    background: #F7F7F7;
    font-size: 16px;
    width: 530px;
    height: 180px;
    padding: 15px;
}

.project-detail .project-common .lastday {
    background: #FFD464;
    vertical-align: middle;
    text-align: center;
    width: 220px;
    height: 62px;
    line-height: 62px;
}

.project-detail .project-common .lastday strong {
    display: inline-block;
    vertical-align: top;
    font-size: 32px;
    margin:0px 3px 10px 3px;
}

.project-detail .project-common .lastday .last{
    font-size: 20px;
    font-weight: bold;
}

.project-detail .project-common .apply ,
.project-detail .project-common .nowapply {
    background: #003B87;
    color: #fff;
    vertical-align: top;
    text-align: left;
    width: 200px;
    height: 91px;
    padding: 10px 10px;
}

.project-detail .project-common .apply{
    background: #1253A4;
}


.project-detail .project-common .apply strong ,
.project-detail .project-common .nowapply strong {
    display: inline-block;
    font-size: 40px;
}

.project-detail .project-common .text-right{
    margin: 28px 20px 15px 10px;
}

.project-button{
	margin: 30px 0;
        clear: both;
}
.project-button button ,
.project-button a{
	display: block;
	width: 480px;
	text-align: center;
	padding: 50px 0;
        float: left;
	background: #F26964;
	font-size: 24px;
	color: #fff;
}

.join-error{
    color: #F26964; 
}
.project-button a.member-back{
	background: #808080;
        margin:0 auto;
}

.project-button a.oubou{
    margin-left: 40px;
}

.project-button button.oubou{
    margin-left: 30px;
}

.project-button .applied-back{
	background: #808080;
        margin-left: 260px;
}




.project-detail .project-common-detail{
    width: 1000px;
    overflow: hidden;
}
.project-detail .project-common-detail .detail-left,
.project-detail .project-common-detail .detail-right{
    float: left;
    width: 500px;
    background-color: #fff;
}

.project-detail .project-common-detail .detail-left li{
    margin-top: 12px;
    margin-bottom: 12px;
}


/*.project-detail .project-common-detail .detail-right .return-detail{
    background-color: #E5E5E5;
    margin-top:15px;
    padding: 12px;
    overflow: hidden;
}
project-detail .project-common-detail .detail-right .return-detail li{
    margin-top:12px;
    
}
.project-detail .project-common-detail .detail-right .return-detail .return-left{
    width: 80px;
    float: left;
    margin-top:12px;
}
.project-detail .project-common-detail .detail-right .return-detail .return-right{
    width: 396px;
    float: left;
    margin-top:12px;
}
.project-detail .project-common-detail .detail-right .return-detail .return-left.return-first,
.project-detail .project-common-detail .detail-right .return-detail .return-right.return-first{
    margin:0px;
}*/
.project-detail .ihead-blue{
    margin-top: 20px;
}

.project-detail .recommend-method{
    background-color: #E5E5E5;
    margin-top: 20px;
    overflow: hidden;
    padding: 15px;
}

.project-detail .project-common{
    margin-bottom: 30px;
}

.project-detail .hand-process{
    background-color: #FFD845;
    height: 40px;
    text-align: center;
}

.project-detail .hand-process h3{
    padding-top: 6px;
}

.project-detail .delivery{
    vertical-align: middle;
    background-color: #E5E5E5;
    width: 300px;
    text-align: center;
    float: left;
    margin-top: 20px;
    padding: 10px 0px;
}


.project-detail .boxArea{
    display: table;
    height: 66px;
    overflow:hidden;
}
.project-detail .delivery-detail{
    background-color: #F2F2F2;
    width: 640px;
    float: left;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px 20px 10px 40px;
}

.project-detail div.address{
    margin-top: 0px;
    margin-bottom: 20px;
    float: left;
    height: 46px;
    line-height: 46px;
}

.project-detail .delivery-question{
    background-color: #E5E5E5;
    width: 300px;
    height: 206px;
    text-align: center;
    float: left;
    line-height: 206px;
}

.project-detail .delivery-question-detail{
    background-color: #F2F2F2;
    width: 700px;
    float: left;
}


.project-detail .delivery-question-detail p{
        margin: 10px 0px 10px 40px;
    }

.project-detail .delivery-question-detail{
    margin-bottom: 30px;
}

.project-detail .check .message {
    background-color: #F2F2F2;
    width: 960px;
    height: 90px;
    padding-top: 10px;
    padding-left: 40px;
}

.project-detail .check .checkbox {
    background-color: #E5E5E5;
    height: 40px;
    text-align: center;
}

.project-detail .check .checkbox label {
    float: left;
}

.project-detail .check .checkbox #no{
    position: relative;
    left: 350px;
    padding-top: 10px;
}

.project-detail .check .checkbox #ok{
    position: relative;
    left: 400px;
    padding-top: 10px;
}

.project-detail .check .checkbox #conform {
    position: relative;
    left: 450px;
    padding-top: 10px;
}
.project-detail .ihead-green{
    margin-top: 20px;
}

.project-detail .question-sheet1,
.project-detail .question-sheet2{
    float: left;
    width: 480px;
    height: 80px;
    
}
.project-detail .answer-sheet1,
.project-detail .answer-sheet2{
    float: left;
    width: 500px;
    height: 100px;
}
.project-detail .question-sheet1{
    background-color: #F2F2F2;
    padding-top: 20px;
    padding-left: 20px;
    margin-bottom: 40px;
    margin-top: 16px;
    
}

.project-detail .answer-sheet1{
    background-color: #E5E5E5;
    margin-bottom: 40px;
    margin-top: 16px;
}

/*.project-detail .question-sheet2,
.project-detail .answer-sheet2{
    margin-top: 20px;
    margin-bottom: 40px;
}*/

.project-detail .answer-sheet1 label,
.project-detail .answer-sheet2 label{
    float: left;
}

.project-detail .answer-sheet1 .no,
.project-detail .answer-sheet2 .no{
    position: relative;
    left: 200px;
    top: 45px;
}

.project-detail .answer-sheet1 .ok,
.project-detail .answer-sheet2 .ok{
    position: relative;
    left: 140px;
    top: 45px;
}
.project-detail .project-common-detail .event-detail-left,
.project-detail .project-common-detail .event-detail-right{
    float: left;
    width: 500px;   
}

.project-common-detail .event-detail-right img{
    float: right;
    background-size: contain;
    background-position: center;
    max-width: 500px;
    max-height: 400px;
}
.project-detail .project-common-detail .event-detail-left li{
    margin-top: 10px;
    margin-bottom: 10px;
}

.project-detail .project-common-detail .campaign-detail li{
    margin-top: 10px;
    margin-bottom: 10px;
}

.project-detail .event-detail-box{
    background-color: #E5E5E5;
    margin-top: 20px;
    padding: 14px;
}

.project-detail .event-detail-box span{
    display: inline-block;
    margin-bottom: 5px;
}
.project-detail .campaign-detail-box{
    background-color: #E5E5E5;
    margin-top: 20px;
    padding: 14px;
}

.project-detail table.campaign-gift-list{
    background-color:#FFFFFF;
    border-collapse : separate;
    border-spacing: 0px 5px;
}

.project-detail table.campaign-gift-list th{
    background-color: #E5E5E5;
    width: 780px;
    text-align: left;
    font-weight: normal;
    vertical-align:middle;
    padding: 10px;
}
.project-detail .campaign-award-box{
    display: table;
    width: 100%;
    margin-bottom:15px;
}
.project-detail .campaign-award-box h4{
    display: table-cell;
    background-color: #008EC3;
    width: 150px;
    padding: 10px;
    text-align: center;
    color:#FFFFFF;
    font-weight: normal;
}
.project-detail .campaign-award-box p{
    display: table-cell;
    background-color: #CCCCCC;
    padding: 10px;
}

.project-detail .campaign-gift-list td{
    background-color: #FFD845;
    width: 180px;
    vertical-align:middle;
    text-align: center;
    padding: 10px;
}
.project-detail .campaign-gift-list td .gift_type{
    margin-right:3px;
    margin-left:3px;
    font-size:12px;
}

.project-detail .campaign-award-second{
    background-color: #E5E5E5;
    height: 40px;
    width: 800px;
    float: left;
}
.project-detail .campaign-award-second-three{
    background-color: #FFD845;
    height: 40px;
    width: 200px;
    float: left;
}

.project-detail .campaign-award-third{
    background-color: #E5E5E5;
    height: 40px;
    width: 800px;
    float: left;
}
.project-detail .campaign-award-third-ten{
    background-color: #FFD845;
    height: 40px;
    width: 200px;
    float: left;
}


.project-detail #apply{
    clear: both;
}

.mail-setting{
    width: 1000px;
    height: 220px;
    margin-bottom: 26px;
}

.mail-setting .guide-mail{
    display: inline-block;
    width: 400px;
    height: 200px;
    background-color: #1253A4;
    text-align: center;
    vertical-align: middle;
    float: left;
}

.mail-setting .mail-detail{
    display: inline-block;
    width: 570px;
    height: 170px;
    padding: 15px;
    background-color: #E5E5E5;
    float: left;
}

.mail-setting .guide-mail span{
    line-height: 200px;
    color: #fff;
}

.mail-setting .mail-detail form{
    position: relative;
    top: 15px;
    left: 20px;
    width: 500px;
    height: 220px;
}

.mail-setting .mail-detail p{
    display: inline-block;
    margin-bottom: 16px;
}
.mail-setting .mail-detail label{
    display: inline-block;
    margin: 10px 12px 10px 0px;
}

.mail-setting .mail-detail label input{
    margin-right:5px;
}

.__hidden{
    display: none;
}

.event-data div{
    padding-left: 64px;
}
    
.project-detail table.event-guest-list{
    background-color: #FFFFFF;
    border-collapse: separate;
    border-spacing: 0px 5px;
}
    
.project-detail table.event-guest-list th{
    background-color: #E5E5E5;
    width: 780px;
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
    padding: 10px;
}
    
.project-detail table.event-guest-list td{
    background-color: #FFD845;
    width: 180px;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}
    
.project-detail table.event-guest-list .photo{
    margin-right: 3px;
    margin-left: 3px;
    font-size: 12px;
}


.campaign-terms{
    margin-top: 5px;
}

    
.campaign-condition .campaign-terms:first-child{
    display: inline-block;
}
    
.campaign-condition .campaign-terms:not(:first-child){
    padding-left: 70px;
}

.today{
    font-weight: bold;
    font-size: 16px;
}

#giftarea span.hide-s{
    display: none;
}

#mypage .eventedit{
    color: #F26964;
    font-size: 14px;
}