/*----------------------------------------------------
	トップページ
----------------------------------------------------*/
.page_top .job-slider {
	margin: 0 auto;
}
.page_top .attention_cap {
	width: 1024px;
	margin: 25px auto 20px;
}
.page_top .main_image {
	background: url(../img/home/main_image.jpg) no-repeat center center;
	background-size: cover;
	height: 410px;
	text-align: center;
	color:#FFF;
	position: relative;
}
.page_top .main_image .main_image_inner {
	width: 1024px;
	margin: 0 auto;
	padding-top: 70px;
}
.page_top .main_image .text01 {
	font-size: 180%;
	line-height: 23px;
	font-weight: bold;
	text-shadow: 0 2px 1px #000;
}
.page_top .main_image .text02 {
	font-size: 278.57%;
	line-height: 39px;
	margin: 30px 0 40px 0;
}

.page_top .main_image ul li {
	text-align: left;
	display: inline-block;
	margin: 0 30px;
	min-height: 47px;
	background: no-repeat left center;
	padding: 2px 0 0 54px;
	font-size: 110%;
	line-height:1.45em;
}
.page_top .main_image ul li:nth-child(1) {background-image: url(../img/home/main_img01.png);}
.page_top .main_image ul li:nth-child(2) {background-image: url(../img/home/main_img02.png);}
.page_top .main_image ul li:nth-child(3) {background-image: url(../img/home/main_img03.png);}

.page_top .main_image .search {
	background: #213245;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.page_top .main_image .search .search_inner {
	width: 1024px;
	margin: 0 auto;
	padding: 19px 0 23px;
}
.page_top .main_image .search .prefs,
.page_top .main_image .search .categories,
.page_top .main_image .search .search_detail,
.page_top .main_image .search .and {
	display: inline-block;
}
.page_top .main_image .search .prefs,
.page_top .main_image .search .categories {
	width: 284px;
	height: 57px;
	box-sizing: border-box;
	text-align: left;
	font-size: 15px;
	color: #000;
	border-radius: 2px;
	padding: 18px 0 17px 20px;
	line-height: 22px;
	background: #fbfbfb url("../img/home/search_arrow.png") no-repeat right 10px center;
	box-shadow:0px -2px 0px 0px #e9eaea inset;
	cursor: pointer;
	white-space: nowrap;
	vertical-align: top;
}
.page_top .main_image .search .prefs .values,
.page_top .main_image .search .categories .values {
	width: 235px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.page_top .main_image .search .prefs .empty {
	background: url("../img/home/search_prefs.png") no-repeat left center;
	padding-left: 30px;
}
.page_top .main_image .search .categories .empty {
	background: url("../img/home/search_categories.png") no-repeat left center;
	padding-left: 30px;
}
.page_top .main_image .search .and {
	color: #94a4b5;
	font-size: 21px;
	font-weight: bold;
}
.page_top .main_image .search button {
	border: none;
	outline: none;
	padding: 0;
	appearance: none;

	width: 145px;
	height: 57px;
	padding-left: 68px;
	border-radius: 2px;
	text-align: left;
	font-size: 15px;
	color: #FFF;
	box-sizing: border-box;
	background: #1d6dc6 url("../img/home/search_submit.png") no-repeat 45px center;
	box-shadow:0px -2px 0px 0px #105fb3 inset;
	margin-left: 5px;
}
.page_top .main_image .search button:hover {
	background-color: #4a8ad1;
	box-shadow:0px -2px 0px 0px #407fc2 inset;
}
.page_top .main_image .search .search_detail {
	box-sizing: border-box;
	border-left: 1px solid #3c5979;
	height: 57px;
	width: 80px;
	text-align: right;
	vertical-align: top;
	padding-top: 17px;
	margin-left: 5px;
}
.page_top .main_image .search .search_detail a {
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	font-size: 13px;
}
.page_top .main_image .search .search_detail a:hover {
	opacity: 0.8;
}

/* h2 */
.page_top #container .h2_wrap:before {
	display: inline-block;
	content: ' ';
	width: 8px;
	height: 26px;
	vertical-align: middle;
	margin-right: 10px;
	/* グラデーション */
	background: #0858a9; /* Old browsers */
	background: -moz-linear-gradient(top, #0858a9 0%, #0858a9 50%, #000000 50%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0858a9 0%,#0858a9 50%,#000000 50%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0858a9 0%,#0858a9 50%,#000000 50%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0858a9', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.page_top #container .h2_wrap h2 {
	display: inline-block;
	vertical-align: middle;
	font-size: 157.14%;
}
.page_top #container .h2_wrap .new_arrivals {
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid #CCC;
	padding-left: 15px;
	margin-left: 10px;
	font-weight: bold;
}
.page_top #container .h2_wrap .new_arrivals a.num {
	font-size: 121.43%;
	color:#F2394B;
	margin: 0 5px;
	position: relative;
	bottom:-1px;
}
.page_top #container .h2_wrap .new_arrivals span.unit {
	font-size: 85.71%;
}

/* h3 */
.page_top #container #contents h3.style1 {
	border-left: 6px solid #195CA5;
	padding-left: 10px;
}

.page_top #container .new_job_info {
	width: 1024px;
	margin: 25px auto 0;
	position: relative;
	padding-bottom: 12px;
}
.page_top #container .new_job_info .h2_wrap {
	margin-bottom: 20px;
}
.page_top #container .new_job_info .link_butoon {
	position: absolute;
	top: -5px;
	right: 0;
}
.page_top #container .new_job_info .link_butoon a {
	display: inline-block;
	border: 1px solid #CCC;
	border-radius: 2px;
	padding: 5px 20px 5px 15px;
	margin-top:2px;
	color:#333;
	text-decoration: none;
	box-shadow: 0px -2px 0px 0px rgba(231,232,232,1) inset;
}
.page_top #container .new_job_info .link_butoon a i {
	font-size: 10px;
	margin-right: 10px;
}
.page_top #container .new_job_info .link_butoon a:hover {
	color:#125AA7;
	background-color:#F6F6F7;
}
.page_top #container .new_job_info .job_lists ul {
	overflow: hidden;
	margin-right:-50px;
}
.page_top #container .new_job_info .job_lists ul li {
	width: 242px;
	margin-right: 18px;
	margin-bottom:18px;
	float: left;
	display: block;
}
.page_top #container .new_job_info .job_lists ul li:last-child{margin-right: 0;}
.page_top #container .new_job_info .job_lists ul li a {
	text-decoration: none;
	height: 100%;
	display: block;
	border: 1px solid #CCC;
	border-radius: 0 0 3px 3px;
	box-shadow: 0px -2px 0px 0px rgba(231,232,232,1) inset;
}
.page_top #container .new_job_info .job_lists ul li a:hover {
	background-color:#F6F6F7;
}
.page_top #container .new_job_info .job_lists ul li a .job_image {
	height:182px;
	background-size: cover;
	background-color: #333;
	background-position: center;
	background-repeat: no-repeat;
}
.page_top #container .new_job_info .job_lists ul li a .job_image img {
	width:100%;
	height:auto;
}
.page_top #container .new_job_info .job_lists ul li a:hover .job_image {
	opacity: 0.8;
}
.page_top #container .new_job_info .job_lists ul li a .inner_box {
	padding: 20px;
}
.page_top #container .new_job_info .job_lists ul li a .job_message {
	color: #195CA5;
	margin-bottom: 10px;
}
.page_top #container .new_job_info .job_lists ul li a .details {
	font-size: 85.71%;
	color: #7F8486;
}

.page_top #contents {
	background-color:#F6F6F7;
	margin: 0 0;
}
.page_top #contents .contents_inner {
	width: 1024px;
	margin: 0 auto;
	padding-top: 27px;
	padding-bottom: 40px;
}

/* #main */
.page_top #main {
	float: left;
	width: 738px;
}
.page_top #main section {
	border: 1px solid #CCC;
	background-color:#FFF;
	box-shadow: 0px 2px 0px 0px rgba(229,229,230,1);
	margin-bottom: 25px;
}
.page_top #main section .h2_wrap {
	border-bottom: 1px solid #DDD;
	padding: 17px 19px;
	background-color:#FBFBFB;
}
.page_top #main section .h2_wrap p {
	margin-top: 10px;
	padding-left: 20px;
	font-size: 85.71%;
	color:#7F8487;
}
.page_top #main section h3 {
	font-size: 128.57%;
}
.page_top #main section.find_job {
	position: relative;
}
.page_top #main section.find_job #search-jobs {
	position: absolute;
	top:-130px;
	z-index: -1;
}
.page_top #main section.find_job .find_job_in {
	padding: 20px;
}
.page_top #main section.find_job h3 {
	margin-bottom: 14px;
}
.page_top #main section.find_job .search_box {
	border: 1px solid #DDD;
	background-color: #FBFBFB;
	padding: 12px 16px;
	margin-bottom: 25px;
}
.page_top #main section.find_job ul.btn_type {
	letter-spacing: -1em;
}
.page_top #main section.find_job ul.btn_type li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	letter-spacing: normal;
}
.page_top #main section.find_job ul.btn_type li a {
	color: #333;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color:#FFF;
	font-size: 92.86%;
	border-radius: 3px;
	padding: 6px 16px;
	display: block;
	box-shadow: 0px -2px 0px 0px rgba(231,232,232,1) inset;
}
.page_top #main section.find_job ul.btn_type li a:hover {
	background-color: #F6F6F7;
	color: #125AA7;
}
.page_top #main section.find_job .quick_search .search_box {
	padding-right:0;
}
.page_top #main section.find_job .quick_search button {
	padding: 11px 0;
	border: none;
	width: 117px;
	border-radius: 2px;
	background-color: #195CA5;
	font-size: 17px;
	cursor: pointer;
	box-shadow: 0px -2px 0px 0px rgba(12,60,112,1) inset;
	box-sizing: border-box;
	height: 42px;
}
.page_top #main section.find_job .quick_search button:hover {
	opacity: 0.9;
}
.page_top #main section.find_job .quick_search button img {
	vertical-align: middle;
}
.page_top #main section.find_job .quick_search span.and {
	font-weight: bold;
	color:#AAA;
	font-size: 21px;
	margin-right:8px;
	padding-top:8px;
	display: block;
}
.page_top #main section.find_job .quick_search .prefs,
.page_top #main section.find_job .quick_search .categories {
	background: #FFF url(../img/common/input_select02.png) no-repeat;
	background-position: right 10px center;
	width: 255px;
	height: 42px;
	box-sizing: border-box;
	margin-right: 8px;
	font-size: 14px;
	box-shadow: 0px -2px 0px 0px rgba(231,232,232,1) inset;
	vertical-align: top;
	border: #ddd solid 1px;
	cursor: pointer;
	overflow: hidden;
}
.page_top #main section.find_job .quick_search .prefs .empty,
.page_top #main section.find_job .quick_search .categories .empty {
	line-height:40px;
	padding-left:12px;
	color: #666;
}
.page_top #main section.find_job .quick_search .prefs .values,
.page_top #main section.find_job .quick_search .categories .values {
	line-height:40px;
	padding-left:12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right:15px;
}
.page_top #main section.find_job .quick_search form .form_inner {
	display: block;
	overflow: hidden;
}
.page_top #main section.find_job .quick_search form .form_inner > * {
	float: left;
}
.page_top .select_prefs_modal,
.page_top .select_job_category_modal {
	width:900px;
	background: rgba(0,0,0,.2);
	padding:5px;
	border-radius: 6px;
}
.page_top .select_job_category_modal {
	width:400px;
}
.page_top .select_prefs_modal .head,
.page_top .select_job_category_modal .head {
	overflow: hidden;
	background: #195CA5;
	padding: 15px 20px 15px;
	text-align: left;
}
.page_top .select_prefs_modal .head h3,
.page_top .select_job_category_modal .head h3 {
	font-size:125%;
	color: #fff;
}
.page_top .select_prefs_modal .main,
.page_top .select_job_category_modal .main {
	text-align: left;
	background: #fff;
}
.page_top .select_prefs_modal .main .pref_group {
	overflow: hidden;
	border-bottom:solid 1px #ddd;
	padding:12px 0 9px;
}
.page_top .select_prefs_modal .main .pref_group> h3 {
	width:16%;
	float: left;
	font-size:105%;
	padding-left:25px;
	box-sizing: border-box;
	white-space: nowrap;
}
.page_top .select_prefs_modal .main .pref_group > div {
	width:84%;
	float: left;
}
.page_top .select_prefs_modal .main .pref_group .checkboxs li {
	float: left;
	width:90px;
	padding-bottom:3px;
}
.page_top .select_prefs_modal .main .pref_group .checkboxs label {
	font-size:110%;
}
.page_top .select_prefs_modal .main .btn_area,
.page_top .select_job_category_modal .main .btn_area {
	text-align: center;
	padding:15px;
}
.page_top .select_prefs_modal .main .btn_area button,
.page_top .select_job_category_modal .main .btn_area button {
	padding:10px;
	background: #F03C4F;
	color: #fff;
	font-weight:noemal;
	font-size:120%;
	width:200px;
	border:none;
	border-radius:3px;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
	cursor: pointer;
	font-weight:bold;
}
.page_top .select_prefs_modal .main .btn_area button:hover {
	opacity: 0.8;
}
.page_top .select_job_category_modal .main ul {
	overflow: hidden;
}
.page_top .select_job_category_modal .main ul li {
	border-bottom:solid 1px #ddd;
	width:50%;
	float: left;
	box-sizing: border-box;
}
.page_top .select_job_category_modal .main ul li:nth-child(even) {
	border-left:solid 1px #ddd;
}
.page_top .select_job_category_modal .main ul li label {
	padding:10px 22px;
	width:100%;
}

.page_top #main section.find_job .kodawari .search_box,
.page_top #main section.find_job .area .search_box {
	padding-bottom: 7px;
}
.page_top #main section.find_job .area ul.btn_type li {
	width: 128px;
	text-align: center;
}
.page_top #main section.find_job .area ul.btn_type li:nth-child(5n) {
	margin-right: 0;
	width: 130px;
}

.page_top #main section.find_job .serch_box_wrap {
	overflow: hidden;
}

.page_top #main section.find_job .left_box {
	width: 340px;
	float: left;
}
.page_top #main section.find_job .right_box {
	width: 340px;
	float: right;
}
.page_top .search_prefs_modal {
	width:300px;
	padding:0;
	padding:5px;
	background: rgba(255,255,255,0.4);
}
.page_top .search_prefs_modal .remodal-cancel {
	top:5px;
	right:5px;
	background: none;
	color: #fff;
	border:none;
	cursor: pointer;
	height:40px;
	width:40px;
}
.page_top .search_prefs_modal h3 {
	border-left: 6px solid #195CA5;
	padding-left: 10px;
	font-size: 110%;
	text-align: left;
	height:40px;
	line-height:40px;
	color: #fff;
	background: #195CA5;
}
.page_top .search_prefs_modal ul {
	border-top:solid 1px #ddd;
	text-align: left;
	background: #fff;
}
.page_top .search_prefs_modal ul li {
	border:solid 1px #ddd;
	border-top:none;
}
.page_top .search_prefs_modal ul li a {
	display: block;
	text-decoration: none;
	font-size:110%;
	padding:10px 10px 10px 20px;
}
.page_top .search_prefs_modal ul li a:before {
	content: ' ';
	display: inline-block;
	width: 5px;
	height: 9px;
	background: url(../img/common/link_arraw.png) center center no-repeat;
	margin-right: 8px;
}
.page_top .search_prefs_modal ul li a:hover {
	background: #f6f6f6;
}
.page_top #main section.find_job ul.text_type li a {
	font-size: 92.86%;
	text-decoration: none;
	color:#333;
}
.page_top #main section.find_job ul.text_type li a:hover {
	color: #125AA7;
}
.page_top #main section.find_job ul.text_type li a:before {
	content: ' ';
	display: inline-block;
	width: 5px;
	height: 9px;
	background: url(../img/common/link_arraw.png) center center no-repeat;
	margin-right: 8px;
}

.page_top #main section.find_job .freeword .search_box {
	margin-bottom: 0;
	letter-spacing: -1em;
}
.page_top #main section.find_job .freeword button {
	padding: 0;
	height:40px;
	box-sizing:border-box;
	border: none;
	width: 82px;
	border-radius: 0 4px 4px 0;
	background-color: #195CA5;
	font-size: 17px;
	cursor: pointer;
	box-shadow: 0px -2px 0px 0px rgba(12,60,112,1) inset;
}
.page_top #main section.find_job .freeword button:hover {
	opacity: 0.9;
}
.page_top #main section.find_job .freeword button img {
	vertical-align: middle;
	letter-spacing: normal;
}
.page_top #main section.find_job .freeword input {
	margin: 0;
	border: 1px solid #DDD;
	border-right: none;
	box-shadow: none;
	border-radius: 4px 0 0 4px;
	letter-spacing: normal;
	height: 40px;
	width: 219px;
	box-sizing: border-box;
	vertical-align: top;
	box-shadow: 0px 2px 7px -3px rgba(78, 78, 78, 0.37) inset
}

.page_top #main section.find_job .maker {
	height: 100%;
}
.page_top #main section.find_job .maker .search_box {
	margin-bottom: 0;
	box-sizing: border-box;
	overflow: auto;
}
.page_top #main section.find_job .maker .search_box h4 {
	margin-bottom: 8px;
}
.page_top #main section.find_job .maker .search_box ul {
	margin-bottom: 18px;
}
.page_top #main section.find_job .maker .search_box .text_type li {

}

.page_top #main section.peculiarity ul {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width: 737px;
	overflow: hidden;
}
.page_top #main section.peculiarity ul li {
	width: 50%;
	box-sizing:border-box;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 20px;
}
.page_top #main section.peculiarity ul li:nth-child(1) dl:before{background-image: url(../img/home/peculiarity_img01.png);}
.page_top #main section.peculiarity ul li:nth-child(2) dl:before{background-image: url(../img/home/peculiarity_img02.png);}
.page_top #main section.peculiarity ul li:nth-child(3) dl:before{background-image: url(../img/home/peculiarity_img03.png);}
.page_top #main section.peculiarity ul li:nth-child(4) dl:before{background-image: url(../img/home/peculiarity_img04.png);}
.page_top #main section.peculiarity ul li dl:before {
	display: block;
	content: ' ';
	width: 100%;
	height: 140px;
	background: no-repeat center center;
}
.page_top #main section.peculiarity ul li dl dt {
	text-align: center;
	font-weight: bold;
	font-size: 114.29%;
	margin-bottom: 15px;
}
.page_top #main section.peculiarity ul li dl dd {
	font-size: 92.86%;
	color: #7F8487;
}

.page_top #main section.peculiarity .more_peculiarity {
	text-align: center;
	padding: 25px 0;
}
.page_top #main section.peculiarity .more_peculiarity a {
	color: #333;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: #FFF;
	font-size: 92.86%;
	border-radius: 3px;
	padding: 6px 16px;
	display: inline-block;
	box-shadow: 0px -2px 0px 0px rgba(231,232,232,1) inset;
}
.page_top #main section.peculiarity .more_peculiarity a:hover {
	background-color: #F6F6F7;
	color: #125AA7;
}

.page_top #container #contents #main section.occupations h3 {
	border-left: none;
	padding-left: 0;
	margin-bottom: 15px;
	font-size: 114.29%;
}
.page_top #container #contents #main section.occupations h3:before {
	display:inline-block;
	content: ' ';
	margin-right: 8px;
	width: 4px;
	background-color: #A4A9AE;
	min-height: 20px;
	vertical-align: middle;
	border-radius: 2px;
}
.page_top #main section.occupations .occupation_list {
	padding: 20px;
}
.page_top #main section.occupations .occupation_list ul li {
	margin-bottom: 15px;
	border-bottom: 1px solid #DDD;
	padding-bottom: 20px;
}
.page_top #main section.occupations .occupation_list ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

.page_top #main section.occupations .occupation_list ul li p {
	font-size: 85.71%;
	color:#7F8487;
	margin-bottom: 15px;
	line-height: 160%;
}
.page_top #main section.occupations .occupation_list ul li a {
	color:#000;
	text-decoration: none;
	font-size: 92.86%;
}
.page_top #main section.occupations .occupation_list ul li a:hover {
	color: #125AA7;
}
.page_top #main section.occupations .occupation_list ul li a:before {
	content: ' ';
	display: inline-block;
	width: 5px;
	height: 9px;
	background: url(../img/common/link_arraw.png) center center no-repeat;
	margin-right: 8px;
}

/* #side */
.page_top #side {
	float: right;
	width: 262px;
}
.page_top #side section {
	border: 1px solid #CCC;
	background-color:#FFF;
	box-shadow: 0px 2px 0px 0px rgba(229,229,230,1);
	margin-bottom: 25px;
}
.page_top #side section .h3_wrap {
	padding: 10px;
	border-bottom: 1px solid #CCC;
}
.page_top #side section .h3_wrap h3 {
	font-size: 114.29%;
}
.page_top #side section .h3_wrap p {
	font-size: 78.57%;
	color:#7F8487;
	padding-left: 13px;
	margin-top: 8px;
	line-height: 138%;
}

.page_top #side section.history ul li {
	border-bottom: 1px solid #DDD;
}
.page_top #side section.history ul li:last-child {
	border-bottom: none;
}
.page_top #side section.history ul li a {
	display: block;
	text-decoration: none;
	padding: 9px;
}
.page_top #side section.history ul li a:hover {
	background: #f7f7f7;
}
.page_top #side section.history ul li .rightarea {
	float: right;
	width: 158px;
}
.page_top #side section.history ul li .job_image {
	float: left;
}
.page_top #side section.history ul li .job_message {
	color:#195CA5;
	line-height: 141%;
}
.page_top #side section.history ul li .company {
	font-size: 85.71%;
	color:#7F8487;
}

.page_top #side section.know_how ul li {
	border-bottom: 1px solid #DDD;
}
.page_top #side section.know_how ul li:last-child {
	border-bottom: none;
}
.page_top #side section.know_how ul li a {
	text-decoration: none;
	background: no-repeat left 15px center;
	padding: 20px 15px 20px 70px;
	display: table-cell;
	line-height: 141%;
	height: 75px;
	box-sizing: border-box;
	vertical-align: middle;
	width: 260px;
	color:#000;
}
.page_top #side section.know_how ul li.flow a {
	background-image: url(../img/home/side_icon_flow.png);
}
.page_top #side section.know_how ul li.caution a {
	background-image: url(../img/home/side_icon_caution.png);
}
.page_top #side section.know_how ul li.writing a {
	background-image: url(../img/home/side_icon_writing.png);
}
.page_top #side section.know_how ul li.news a {
	background-image: url(../img/home/side_icon_news.png);
}
.page_top #side section.know_how ul li.other01 a {
	background-image: url(../img/home/side_icon_other01.png);
}
.page_top #side section.know_how ul li.other02 a {
	background-image: url(../img/home/side_icon_other02.png);
}
.page_top #side section.know_how ul li a:hover {
	background-color: #F6F6F7;
	color: #0858A9;
}

.page_top #side section.sns ul li {
	border-bottom: 1px solid #DDD;
}
.page_top #side section.sns ul li:last-child {
	border-bottom: none;
}

.page_top #side section.sns ul li a {
	text-decoration: none;
	background: no-repeat left 25px center;
	padding: 20px 15px 20px 70px;
	display: table-cell;
	font-size: 92.86%;
	line-height: 141%;
	height: 75px;
	box-sizing: border-box;
	vertical-align: middle;
	width: 260px;
	color:#000;
}
.page_top #side section.sns ul li.twitter a {
	background-image: url(../img/home/twitter_icon.png);
}
.page_top #side section.sns ul li.facebook a {
	background-image: url(../img/home/facebook_icon.png);
}
.page_top #side section.sns ul li a:hover {
	background-color: #F6F6F7;
	color: #0858A9;
}

.page_top .clutch_description {
	background: #333 url(../img/common/footer_bg.jpg) center top no-repeat;
	background-size: cover;
	padding: 50px 0 60px;
}
.page_top .clutch_description .inner {
	width: 1024px;
	margin: 0 auto;
	color:#FFF;
}
.page_top .clutch_description h3 {
	font-size: 114.29%;
	font-weight: normal;
	margin-bottom: 25px;
}
.page_top .clutch_description p {
	font-size: 78.57%;
	margin-bottom: 40px;
	line-height: 160%;
}
.page_top .clutch_description p:nth-last-of-type(1) {
	margin-bottom: 0;
}
.page_top .banner_cap {
	width: 1024px;
	margin: 25px auto 0;
}
.page_top .banners {
	border-bottom:solid 1px #ddd;
	padding:25px 0;
	text-align: center;
}
.page_top .banners a:hover img {
	opacity:0.8;
}
.page_top .banners ul {
	overflow: hidden;
	width:1040px;
	margin:0 auto;
	display: table;
}
.page_top .banners ul li {
	display: table-cell;
	margin: 0 8px;
}

/* カルーセルバナーのスタイル */
.page_top .slid_banner_wrap {
	padding: 25px 0;
	border-bottom: 1px solid #ddd;
}
.page_top .slid_banner {
	width: 1140px;
	height: 93px;
	margin: 0 auto;
}
.page_top .slid_banner a {
	display: block;
	margin: 0 8px;
	background: #CCC;
}
.page_top .slid_banner a:hover img {
	opacity: 0.8;
}

.page_top .slid_banner .slick-prev { left: -35px; }
.page_top .slid_banner .slick-next { right: -35px; }
.page_top .slid_banner .slick-prev,
.page_top .slid_banner .slick-next {
	background: #000;
	height: 93px;
	width: 22px;
	border-radius: 2px;
}
.page_top .slid_banner .slick-prev:before,
.page_top .slid_banner .slick-next:before {
	font-family: "Ionicons";
	opacity: 1;
	font-size: 15px;
}
.page_top .slid_banner .slick-prev:before { content: "\f124"; }
.page_top .slid_banner .slick-next:before { content: "\f125"; }
.page_top .slid_banner .slick-dots li.slick-active button:before { opacity: 1 }
.page_top .slid_banner .slick-dots { bottom: 50px }


/*----------------------------------------------------
	mypage
----------------------------------------------------*/
.page_top .main_image_mypage {
	background: #FFF url(../img/home/user_main_image.jpg) no-repeat center center;
	background-size: cover;
	height: 370px;
	color:#FFF;
	border-top: 1px solid #CCC;
}
.page_top .main_image_mypage .main_image_inner {
	width: 1024px;
	margin: 0 auto;
	padding-top: 20px;
}
.page_top .main_image_mypage .search_area {
	border: 1px solid #CCC;
	background-color:#FFF;
	padding: 20px 30px;
	margin-bottom: 17px;
}
.page_top .main_image_mypage .search_area .main_image_h2 {
	margin-bottom: 20px;
}
.page_top .main_image_mypage .search_area .main_image_h2 h2 {
	color:#000;
	display: inline-block;
	vertical-align: middle;
	font-size: 157.14%;
}
.page_top .main_image_mypage .search_area .main_image_h2 .new_arrivals {
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid #CCC;
	padding-left: 15px;
	margin-left: 10px;
	font-weight: bold;
	color: #000;
}
.page_top .main_image_mypage .search_area .main_image_h2 .new_arrivals a.num {
	font-size: 121.43%;
	color:#F2394B;
	margin: 0 5px;
}
.page_top .main_image_mypage .search_area .main_image_h2 .new_arrivals span.unit {
	font-size: 85.71%;
}
.page_top .main_image_mypage .search_area .form_wrap {
	letter-spacing: -1em;
	overflow: hidden;
}
.page_top .main_image_mypage .search_area .form_wrap .prefs,
.page_top .main_image_mypage .search_area .form_wrap .categories {
	margin-right: 0;
	background: #FFF url(../img/common/input_select02.png) no-repeat;
	background-position: right 10px center;
	letter-spacing:normal;
	box-shadow: 0px -2px 0px 0px rgba(231,232,232,1) inset;
	box-sizing: border-box;
	height: 50px;
	width: 362px;
	font-size:110%;
	display: block;
	border: #ddd solid 1px;
	float: left;
}
.page_top .main_image_mypage .search_area .form_wrap span.and {
	color:#AAA;
	font-size: 21px;
	font-weight: bold;
	letter-spacing:normal;
	margin: 0 15px;
	display: block;
	float: left;
	padding-top:12px;
}
.page_top .main_image_mypage .search_area .form_wrap .prefs .empty,
.page_top .main_image_mypage .search_area .form_wrap .categories .empty {
	line-height:50px;
	padding-left:20px;
	color: #666;
}
.page_top .main_image_mypage .search_area .form_wrap .prefs .values,
.page_top .main_image_mypage .search_area .form_wrap .categories .values {
	line-height:50px;
	padding-left:12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right:15px;
	color: #000;
}

.page_top .main_image_mypage .search_area .form_wrap button {
	letter-spacing:normal;
	border: none;
	background: #195CA5;
	border-radius: 4px;
	padding: 0;
	text-align: center;
	width: 167px;
	height: 50px;
	box-sizing:border-box;
	cursor: pointer;
	box-shadow: 0px -2px 0px 0px rgba(12,60,112,1) inset;
	margin-left: 20px;
}
.page_top .main_image_mypage ul.chart_area {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;

}
.page_top .main_image_mypage ul.chart_area li {
	background: #FFF;
	color:#000;
	border: 1px solid #CCC;
	box-sizing: border-box;
	width: 504px;
	padding: 15px 15px 15px 30px;
}
.page_top .main_image_mypage ul li canvas {
	width: 139px;
	height: 139px;
}
.page_top .main_image_mypage ul li .chart-doughnut {
	position: relative;
	width: 139px;
	height: 139px;
	float: left;
}
.page_top .main_image_mypage ul li .data {
	display: none;
	width: 139px;
	height: 139px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	box-sizing: border-box;
	padding-top: 34px;
}
.page_top .main_image_mypage ul li .data .ratio {
	font-size: 20px;
	margin-top: 5px;
}
.page_top .main_image_mypage ul li .data .ratio .num {
	font-size: 35px;
	line-height: 1.1;
	font-weight: bold;
}
.page_top .main_image_mypage ul li .chart-doughnut-01 .data .ratio {color:#009EE7;}
.page_top .main_image_mypage ul li .chart-doughnut-02 .data .ratio {color:#2CC3C7;}

.page_top .main_image_mypage ul li .point {
	margin-left: 169px;
}
.page_top .main_image_mypage ul li .point .point_icon {
	margin-bottom: 15px;
}
.page_top .main_image_mypage ul li .point p {
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 20px;
}
.page_top .main_image_mypage ul li .point a:hover {
	opacity: 0.6;
}
.page_top .notice_email_bounce {
	background: #F53646;
	color: #fff;
}
.page_top .notice_email_bounce > .in {
	width: 1024px;
	margin: 0 auto;
	padding:15px 0 20px;
	text-align: center;
	line-height:1.8em;
}
.page_top .notice_email_bounce p {
	margin-bottom:12px;
}
.page_top .notice_email_bounce p a {
	color: #fff;
}
.page_top .notice_email_bounce button {
	-webkit-appearance: none;
	appearance: none;
	border:none;
	border-bottom:solid 2px #DDCE00;
	background: #FFEC13;
	color: #000;
	font-weight:bold;
	cursor: pointer;
	display: inline-block;
	padding:6px 20px;
	border-radius:3px;
	font-size:100%;
	width:250px;
}
.page_top .notice_email_bounce button:hover {
	background: #DDCE00;
}
.page_top .notice_email_restart {
	background: #3EB597;
	color: #fff;
	font-weight:bold;
	text-align: center;
	padding:20px 0;
	font-size:110%;
}