/** Helper **/
.margin--top {
    margin-top: 10px;
}
.margin--bottom {
    margin-bottom: 10px;
}
.margin--left {
    margin-left: 10px;
}
.margin--right {
    margin-right: 10px;
}
.margin--top-small {
    margin-top: 5px;
}
.margin--bottom-small {
    margin-bottom: 5px;
}
.margin--left-small {
    margin-left: 5px;
}
.margin--right-small {
    margin-right: 5px;
}
.margin--top-large {
    margin-top: 20px;
}
.margin--bottom-large {
    margin-bottom: 20px;
}
.margin--left-large {
    margin-left: 20px;
}
.margin--right-large {
    margin-right: 20px;
}
/** Button style **/
.btn {
    padding: 10px 15px;
    background: #8cdbf4;
    background: -webkit-linear-gradient(top, #cceefa 0%, #a8e1f3 50%, #88daf5 100%);
    background: linear-gradient(to bottom, #cceefa 0%, #a8e1f3 50%, #88daf5 100%);
    border: 1px solid #8cdbf4;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    outline: none;
    display: inline-block;
}

.btn:hover,
.btn:focus {
    cursor: pointer;
    background: #8cdbf4;
    border-color: #cceefa;
}

.btn.btn--danger {
    background: #ef86a7;
    background: -webkit-linear-gradient(top, #fcc5d6 0%, #f4a2bc 50%, #ef86a7 100%);
    background: linear-gradient(to bottom, #fcc5d6 0%, #f4a2bc 50%, #ef86a7 100%);
    border: 1px solid #ef86a7;
}

.btn.btn--danger:hover,
.btn.btn--danger:focus
{
    background: #ef86a7;
    border: 1px solid #fcc5d6;
}
#contents.contents_mypage #main {
	border: 1px solid #999999;
}
#contents.login_mypage #main {
	float: none;
	margin: 10px auto 0;
	padding: 20px 32px 38px;
	border: 1px solid #999999;
}
#contents .inner_mypage {
	margin: 10px auto 0;
	padding: 20px 12px 38px;
}

#contents h2.page--title {
	padding-left: 32px;
    color: #207cd3;
    font-size: 26px;
    /*font-weight: 400;*/
    font-weight: normal;
}

#contents p.page--description {
    margin: 4px 0 20px;
    padding-bottom: 20px;
    padding-left: 35px;
    border-bottom: 1px solid #999999;
}

.form_login dl {
	width: 40%;
	margin: 0 auto;
}

.form_login dt {
	margin-bottom: 6px;
}

.form_login dd {
	margin-bottom: 20px;
}

.form_login input {
	width: 100%;
	line-height: 1.8;
	font-size: 127.3%;
}
.form_login .btn_login {
	margin-bottom: 20px;
}
.form_login .btn_register {
	width: 198px;
	height: 48px;
	margin: 0 auto;
	line-height: 48px;
	background: url(../../user/img/newimg/bt_new.png) no-repeat;
	color: #ffffff;
	font-size: 20px;
}
.form_login .btn_register:hover {
	background: url(../../user/img/newimg/bt_new_o.png) no-repeat;
}
.form_login .btn_register a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}


.user--nav {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #cecece;
}

.user--nav .user--info {
    border: 5px solid #b5e5ca;
    background: #b5e5ca;
    background: -webkit-linear-gradient(top, #d5fae5 0%, #c6f0d8 50%, #b5e5ca 100%);
    background: linear-gradient(to bottom, #d5fae5 0%, #c6f0d8 50%, #b5e5ca 100%);
    color: #1fa54c;
    text-align: center;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}

.user--info .user--name {
    font-size: 18px;
}

#contents ul.nav--items {
    padding: 15px;
    margin: 0;
}

#contents ul.nav--items li {
    margin-bottom: 5px;
}

#contents ul.nav--items li:last-child {
    margin-bottom: 0;
}

#sub .nav--items a {
    font-size: 16px;
    color: #94ddf5;
}

#sub .nav--items a:hover,
#sub .nav--items a:focus,
#sub .nav--items a.active
{
    color: #028bff;
}

#contents .search_table_l {
    border-top: none !important;
}


/** History page styles **/
.history--item {
    margin-bottom: 10px;
    border: 1px solid #fb8ba3;
}

.history--item > .history--item-table {
    width: 100%;
}

.history--item > .history--item-table tr:nth-child(odd){
    background: #ffe0e0;
    color: #fb8ba3;
}

.history--item > .history--item-table tr:nth-child(even){
    background: #f1f1f1;
    color: #5e5e5e;
}

.history--item > .history--item-table a{
    color: #2d86d7;
}

.history--item + .search_main_table{
    width: 100% !important;
    border-right: none !important;
}

/** Edit page styles **/
.mypage_edit #main .inner_mypage {
	padding-bottom: 0;
}
.mypage_edit form table {
	margin-bottom: 20px;
	line-height: 1.8;
}
.mypage_edit #main form select {
	width: inherit;
	margin-right: 5px;
}
.mypage_edit #main form textarea {
	width: 100%;
}
.mypage_edit #main form div {
	margin-bottom: 10px;
}
.mypage_edit th {
	width: 164px;
}
.mypage_edit #main th,
.mypage_edit #main td {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}
.mypage_edit #main td {
	padding-right: 5px;
	padding-left: 15px;
}
.mypage_edit input[type="radio"]+input[type="radio"] {
	margin-left: 10px;
}
.mypage_edit .box_address input,
.mypage_edit .box_work_experience input,
.mypage_edit .box_work_experience select {
	margin-left: 10px;
}
.mypage_edit .box_work_experience dl,
.mypage_edit .box_work_experience dd {
	overflow: hidden;
	line-height: 1.8;
}
.mypage_edit .box_work_experience dt {
	float: left;
	width: 4.5em;
}
.mypage_edit input[type="text"] {
	margin-right: 10px;
}
.mypage_edit input[type="text"] + input[type="text"] {
	margin-left: 5px;
}
.mypage_edit .box_work_experience input[type="text"] + input[type="text"] {
	margin-left: 8px;
}
.mypage_edit input[type="radio"],
.mypage_edit input[type="checkbox"] {
	margin: 3px;
}
