body{
background: #fafafa;
}
.ui.column.grid>[class*="eight wide"].column, .ui.grid>.column.row>[class*="eight wide"].column, .ui.grid>.row>[class*="eight wide"].column, .ui.grid>[class*="eight wide"].column {
    width: 40%!important;
}
.ui.column.grid>[class*="four wide"].column, .ui.grid>.column.row>[class*="four wide"].column, .ui.grid>.row>[class*="four wide"].column, .ui.grid>[class*="four wide"].column {
    width: 30%!important;
}
h2{
color: #ffffff;
line-height: 58px;
}
.ui.inverted.button {
    box-shadow: 0 0 0 2px #4b0b06 inset!important;
	font-size: 18px;
    border-radius: 40px;
    font-weight: normal;
    padding-left: 30px;
    padding-right: 30px;
    border-color: #4b0b06;
    color: #4b0b06;
}
.register .ui.inverted.button {
    box-shadow: 0 0 0 2px #ffffff inset!important;
	color: #ffffff;
	    width: 90%;
    max-width: 380px;
}
.register .ui.inverted.button:hover {
	color: #4b0b06;
}
.ui.center.aligned.oshiruco_description, 
[data-is="home"] .ui.center.aligned.oshiruco_description {
    color: white;
    font-size: 16px;
	padding-bottom: 40px;
}
p.title_name {
margin-top: 15px;
margin-bottom: 75px;
}
.ui.divided.horizontal.list {
margin-top: 35px;
}
.ui.divided.horizontal.list>.item:not(:last-child) {
    padding-right: 1em;
}
.ui.divided.horizontal.list>.item:not(:first-child) {
    padding-left: 1em;
}
.ui.divided.horizontal.list>.item {
    border-left: 0;
}
.ui[class*="center aligned"].grid {
    margin-top: 114px !important;
}
h2.ui.header {
margin-top: 23px !important;
padding-bottom: 23px !important;
margin-bottom: 50px !important;
color: #4b0b06;
border-bottom: 2px solid #4b0b06;
position: relative;
}
h2.ui.header .back {
    font-size: 18px;
}
h2.ui.header .back a{
color: #4b0b06;
}
.ui.segment > div.ui.teal.button,
.ui.large.form > .ui.segment > div.ui.teal.button{
    font-size: 18px;
    border-radius: 40px;
    font-weight: normal;
    padding-left: 30px;
    padding-right: 30px;
    border-color: #4b0b06;
    color: #4b0b06;
	background: #ffffff;
	box-shadow: 0 0 0 2px #4b0b06 inset!important;
	height: auto !important;
	margin-top: 20px;
}
.ui.teal.button:hover{
    color: #4b0b06;
	background: #ffffff;
}
.ui.primary.button{
    font-size: 18px;
    border-radius: 40px;
    font-weight: normal;
    padding-left: 100px;
    padding-right: 100px;
    border-color: #4b0b06;
    color: #4b0b06;
	background: #ffffff;
	box-shadow: 0 0 0 2px #4b0b06 inset!important;
	height: auto !important;
	margin-top: 20px;
}
.ui.primary.button:hover{
    color: #4b0b06;
	background: #ffffff;
}
.ui.segment {
    position: relative;
    background:none;
    box-shadow:none;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    border-radius:0;
    border: 0;
	width: 587px;
}
custom-input > div > .left,
custom-file > div > .left,
custom-textarea > div > .left,
.ui.segment > div > .left{
height: 48px;
/*line-height: 48px;*/
text-align: left;
font-weight: bold;
font-size: 1.3rem;
color: #4b0b06;
}
select.ui.dropdown {
    height: 48px;
    border: 1px solid #908f8f;
    border-radius: 10px;
}
.ui.form input:not([type]), .ui.form input[type=text], .ui.form input[type=email], .ui.form input[type=search], .ui.form input[type=password], .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=tel], .ui.form input[type=time], .ui.form input[type=file], .ui.form input[type=url], .ui.form input[type=number]{
    height: 48px;
    border: 1px solid #908f8f;
    border-radius: 10px;
}
custom-input > div,
custom-file > div,
.ui.segment.form > div,
.ui.large.form > .ui.segment > div{
height: auto !important;
}
custom-file + img{
margin-bottom: 20px;
}
.ui.form{
padding-bottom: 20px;
}
.ui.large.form{
padding-bottom: 60px;
}

.forget a{
    font-size: 18px;
    color: #4b0b06;
}
.ui.message{
box-shadow: none;
    background: none;
    margin: 110px auto 0 auto;
    padding: 30px 0 100px 0;
    font-size: 18px;
    color: #4b0b06;
    width: 614px;
    border-top: 1px solid #4b0b06;
}

.title_tab{
border-bottom: 2px solid #4b0b06;
}

.title_tab ul{
display: table;
padding: 0;
margin: 0 auto;
}
.title_tab li{
display: table-cell;
padding: 0 40px;
}
.title_tab li a.tab{
    display: inline-block;
    width: 220px;
    text-align: center;
    color: #4b0b06;
    border-bottom: 4px solid #ffffff;
    padding: 22px 0;
    font-size: 20px;
    font-weight: bold;
}
.title_tab li a.tab.on{
    display: inline-block;
    width: 220px;
    text-align: center;
    color: #4b0b06;
    border-bottom: 4px solid #4b0b06;
    padding: 22px 0;
    font-size: 20px;
    font-weight: bold;
}
.info_list {
padding-bottom: 60px;

}
.info_list table{
width: 100%;

}
.info_list table th{
    color: #4b0b06;
	text-align: left;
	font-size: 14px;
	padding: 20px 12px;
	border-bottom: 2px solid #a28280;

}
.info_list table td{
	text-align: left;
	font-size: 16px;
	padding: 20px 12px;
	border-bottom: 2px solid #a28280;

}

.commu_list table{
width: 100%;

}
.commu_list table th{
    color: #4b0b06;
	text-align: left;
	font-size: 14px;
	padding:20px 12px 12px 12px;
	border-bottom: 2px solid #a28280;

}
.commu_list table td{
	text-align: left;
	font-size: 16px;
	padding: 20px 12px;
	border-bottom: 2px solid #a28280;
	white-space: nowrap;

}
.commu_list table td img{
vertical-align: middle;
margin-right: 5px;
}
.commu_list table th:first-child,
.commu_list table td:first-child{
	padding: 20px 12px 12px 20px;
}
.commu_list table td:nth-child(2) div{
display: inline-block;
    background: #fa685c;
    border-radius: 15px;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 12px;
}
.commu_list table th:nth-child(4),
.commu_list table td:nth-child(4){
white-space: normal;
}

.commu_list table td:nth-child(5) > i{
    height: 17px;
    width: 10px;
    color: #4b0b06;
}

.commu_list table > tbody > tr:hover {
    background-color: white;
    opacity: 0.8;
    cursor: pointer;
}

.form_panel .button.primary{
    width:100%;
}

.ui.columns.form.form_panel h3{
    color: #4b0b06;
	text-align: left;
}
.ui.form .field{
margin: 0 0 60px 0;
}

.ui.columns.stackable.grid{
padding-bottom: 60px;
}

.ui.form textarea:not([rows]){
border: 1px solid #979797;
}
.description{
text-align: left;
padding-bottom: 2px;
}

@media only screen and (max-width: 767px) {
.ui.segment {
    width: auto;
}
.ui.message {
    width: auto;
}
.ui.grid>[class*="center aligned"].column.column{
display: none;
}
.ui.menu.fixed .item:first-child{
width: 20%!important;
padding: 0;
}
.ui.menu.fixed .item:first-child img{
width: 100%;
}
.ui.menu.fixed .item:last-child{
width: 80% !important;
    display: table;
    padding: 0 0 0 0;
    margin: 0;
    height: 52px;
    table-layout: fixed;
}
.ui[class*="center aligned"].grid img{
width: 80%;
max-width: 560px;
margin: 0 10%;
}
footer .ui.attached.segment{
height: auto !important;
}
[data-is="home"] .register > a.ui.inverted.button {
padding-left: 5% !important;
    padding-right: 5% !important;
}
.ui.segment > div.ui.teal.button, .ui.large.form > .ui.segment > div.ui.teal.button {
    margin: 20px 15% 0 15%;
    width: auto;
}

.item.ui.four.wide.column.right.aligned .header.item{
    width: 50% !important;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item.ui.four.wide.column.right.aligned .item.right.aligned{
    width: 50% !important;
    display: table-cell;
    vertical-align: middle;
}
.title_tab {
    padding-top: 5%;
}
.title_tab li a.tab {
    width: 100%;
	font-size: 16px;
}
.title_tab li a.tab.on {
    width: 100%;
	font-size: 16px;
}
.title_tab ul {
    width: 100%;
}
.title_tab li {
    width: 50%;
   padding: 0;
}
.commu_list table th:first-child,
.commu_list table td:first-child {
    padding:2% 1%;
}
.commu_list table th {
    font-size: 10px;
    padding: 2% 1%;
	white-space: nowrap;
}
.commu_list table td {
    font-size: 12px;
    padding: 2% 1%;
    white-space:normal;
}
.commu_list table td:nth-child(2) div {
    border-radius: 10px;
    padding: 2px 5px;
    font-size: 10px;
	white-space: nowrap;
}
.commu_list table td:nth-child(3) div {
display: none !important;
}
h2.ui.header {
    margin-top: 0 !important;
    padding-bottom: 2% !important;
    margin-bottom: 5% !important;
	    padding-top: 10% !important;
}
h2.ui.header .ui.grid{
    display: block;
    width: 100%;
    margin: 0;
}
h2.ui.header .ui.grid>[class*="left aligned"].column.column{
    width: auto !important;
    display: block;
    padding: 0 0 0 15px;
    margin: 0;
}
h2.ui.header .ui.grid>[class*="center aligned"].column.column{
width: auto !important;
    display: block;
    padding: 0;
    margin: 0;
}
h2.ui.header .ui.grid>[class*="four wide"].column{
display: none;

}
.ui.grid .ui.stackable.grid{
    margin: 0 !important;
}
.ui.grid .ui.stackable.grid .ui.columns.form.form_panel{
    width: 100% !important;
}
.ui.large.form > .ui.segment > div {
    height: auto !important;
}
.ui[class*="center aligned"].grid {
margin-top: 52px !important;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.description{
text-align: left;
padding-bottom: 5%;
}
.ui.grid>.ui.grid:last-child {
    margin-bottom: 0;
        max-height: 52px!important;
}
[data-is="home"] .ui.center.aligned.oshiruco_description {
    padding: 0 5%;
}
custom-input > div {
    height: auto !important;
}


}