.mypage {
	margin: 0 auto;
	width: calc(100% - 40px);
	max-width: 1080px;
	font-family: 'ヒラギノ角ゴ Pro', 'メイリオ', 'Noto Sans JP', sans-serif;
	font-size: 14px;
}
#account { /* 大枠 */
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#mypage_menu_area {
	margin: 0 auto 30px auto;
	padding: 0;
	width: 22%;
	min-width: 200px;
	box-sizing: border-box;
}
#mypage_contents_area {
	margin: 0 auto 30px auto;
	padding: 20px;
	width: 70%;
	min-width: 500px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
#mypage_contents_area h2 {
	margin: auto;
	padding: 0 0 30px 0;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
}
#mypage_contents_area .center a {
	display: block;
	color: #e6b400;
	text-decoration: none;
	text-align: center;
}
#mypage_contents_area .center a:hover {
	text-decoration: underline;
}
#mypage_contents_area p {
	margin: 0 0 30px 0;
}
#mypage_contents_area .item_name {
	font-size: 14px;
}
#mypage_contents_area .item_name span {
	color: #f00;
}
.mymenu {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.mymenu li {
	position: relative;
	margin: 0;
	padding: 20px;
	/*width: calc(100% - 20px);*/
	width: 100%;
	list-style: none;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
}
.mymenu li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mymenu li:hover {
	background: #f0f0f0;
}
.mymenu li:first-child {
	border-top: 1px solid #ccc;
}
.mymenu .active {
	background-color: #ccc;
}
.table_type {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 30px auto;
	padding: 0;
	width: 100%;
	max-width: 650px;
}
.table_type li {
	margin: 0;
	padding: 20px;
	list-style: none;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}
.table_type li:first-child {
	border-top: 1px solid #ccc;
}
.table_type li:nth-child(2) {
	border-top: 1px solid #ccc;
}
.table_type li:nth-child(odd) {
	background-color: #f0f0f0;
	width: 30%;
}
.table_type li:nth-child(even) {
	width: 70%;
	border-right: 1px solid #ccc;
}
.table_type .rireki_detail_koumoku {
	width: 18% !important;
}
.table_type .rireki_detail_naiyou {
	width: 82% !important;
}
.table_type li a {
	color: #e6b400;
	text-decoration: none;
}
.table_type li a:hover {
	background: #f0f0f0;
	text-decoration: underline;
}
.table_type span {
	display: block;
	padding: 0 0 15px 0;
	line-height: 1.1em;
}
.table_type .message {
    padding-left: 40px;
	width: 100% !important;
	background-color: #f0f0f0;
	border-bottom: 2px solid #e6b400;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
    background-image: url("../images/ico_chk.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 20px;
}
.table_type .message_err {
    padding-left: 40px;
	width: 100% !important;
	background-color: #f0f0f0;
	border-bottom: 2px solid #ff0000;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
    background-image: url("../images/ico_err.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 20px;
}
.order_detail {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
	width: 100%;
}
.order_detail .name {
	width: 67%;
}
.order_detail .price {
	width: 21%;
	text-align: right;
}
.order_detail .suryo {
	width: 12%;
	text-align: right;
}
.order_detail2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    align-items: stretch;
	margin: auto;
    padding: 0;
	width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.order_detail2 li {
    margin: 0;
    padding: 0;
	width: 30%;
    list-style: none;
}
.order_detail2 li {
    margin: 0;
    padding: 0;
	width: 68%;
}
.order_detail2 li span {
    display: block;
    margin: 0 0 5px 0;
    padding: 3px 5px;
    width: 65px;
    background-color: #333333;
    color: #ffffff;
    text-align: center;
}
.order_detail2 li:nth-child(odd) {
	width: 30%;
}
/*
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
*/
#mypage_contents_area p {
	margin: 0 0 30px 0;
}
#mypage_contents_area p a {
	display: block;
	color: #e6b400;
	text-decoration: none;
	text-align: center;
}
#mypage_contents_area p a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	.mypage {
		font-size: 12px !important;
	}
	#mypage_menu_area {
		width: 100%;
	}
	.mymenu li {
		padding: 10px;
	}
	#mypage_contents_area {
		width: 100%;
		min-width: 280px;
	}
}
@media only screen and (max-width: 600px) {
	#mypage_contents_area h2 {
		font-size: 16px;
	}
	.table_type li {
		padding: 10px;
	}
	.table_type li:nth-child(odd) {
		width: 100%;
		border-right: 1px solid #ccc;
	}
	.table_type li:nth-child(even) {
		width: 100%;
	}
	.table_type li:nth-child(2) {
		border-top: none;
	}
	.table_type .rireki_detail_koumoku {
		width: 100% !important;
	}
	.table_type .rireki_detail_naiyou {
		width: 100% !important;
	}
    .order_detail {
        justify-content: flex-end;
    }
    .order_detail .name {
        width: 100%;
        border-bottom: 1px solid #333333;
        box-sizing: border-box;
    }
    .order_detail .price {
        margin-top: 10px;
        margin-bottom: 30px;
        width: 40%;
        text-align: right;
    }
    .order_detail .suryo {
        margin-top: 10px;
        margin-bottom: 30px;
        width: 40%;
        text-align: right;
    }
}
@media only screen and (max-width: 414px) {
}



