input[type="submit"], input[type="button"]{
   -webkit-appearance: none;
   border-radius: 0;
}

::selection {
	color: #fff;
	background:#e62484; /* Safari */
}

::-moz-selection {
	color: #fff;
	background:#e62484; /* Firefox */
}

.carousel_pager li.active,
.carousel_pager li:hover{
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #333;
}

.carousel_pager{
	text-align: center;
}

.carousel_pager li {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 5px 7px;
	filter: Alpha(Opacity=100);
	opacity: 1;
	cursor: pointer;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #ccc;
}

@media screen and (max-width: 1030px) {
	.carousel_pager li {
		width: 6px;
		height: 6px;
	}
}

@media screen and (min-width: 1031px) {
	body{
		position: relative;
		font-size: 100%;
		min-width: 1200px;
	}
	
	body.fontLarger{
		font-size: 120%;
	}
	
	a:hover img{
		opacity: 0.8!important;
		filter: alpha(opacity=80)!important;
	}
	
	.whenSmall{
		display: none;
	}
	
	.headerWrapper{
		position: relative;
		z-index: 30;
	}
	
	.header_main{
		margin: 0 auto;
		padding-top: 30px;
		width: 1200px;
	}
	
	.header_logo{
		float: left;
		margin-left: 424px;
	}
	
	.header_sns{
		margin: 30px auto 0;
		width: 1200px;
	}
	
	.header_snsList{
		margin-left: 570px;
	}
	
	.header_snsList li{
		float: left;
		margin-right: 10px;
	}
	
	.header_snsList li:last-child{
		margin-right: 0;
	}
	
	.header_menuWrapper{
		position: absolute;
		top: 177px;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	
	.header_menuWrapper.fixed{
		position: fixed;
		top: 0;
		left: 0;
		height: 80px;
		line-height: 80px;
		background: #fff;
	}
	
	.header_menuWrapper.fixed .header_changedMenu{
		margin: 0 auto;
		width: 1200px;
	}
	
	.header_menu_logo{
		padding-top: 25px;
		display: none;
		float: left;
		line-height: 0;
	}
	
	.header_menuWrapper.fixed .header_menu_logo{
		display: block;
	}
	
	.header_menuWrapper.fixed .gnavWrapper{
		margin: 0;
		float: left;
		width: 780px;
	}
	
	.header_menuWrapper.fixed .gnavWrapper li{
		margin-right: 40px;
	}
	
	.header_menuWrapper.fixed .gnavWrapper li:first-child{
		margin-left: 50px;
	}
	
	.header_menuWrapper.fixed .gnavWrapper li:last-child{
		margin-right: 0;
	}
	
	.header_otherNavigation{
		display: none;
		float: right;
	}
	
	.header_menuWrapper.fixed .header_otherNavigation.whenLarge{
		display: block;
	}
	
	.header_otherNavigation .otherNavigatio_btn{
		position: relative;
		float: left;
		padding-bottom: 15px;
	}
	
	.header_otherNavigation .otherNavigatio_btn a{
		text-decoration: none;
		color: #333;
	}
	
	.header_otherNavigation .otherNavigatio_btn .otherNavigation_fontSize{
		margin-top: 30px;
		padding-left: 10px;
		padding-right: 8px;
		font-family : Arial;
		font-size: 137.5%;
		height: 25px;
		line-height: 25px;
		border-right: 1px solid #ccc;
	}
	
	.header_otherNavigation .otherNavigatio_btn .otherNavigation_fontSize .small{
		font-size: 54%;
	}
	
	.otherNavigation_dropdown{
		display: none;
		position: absolute;
		height: 47px;
		line-height: 0;
		top: 60px;
		left: -50px;
		background: #0dbff9;
	}
	
	.otherNavigation_dropdown li{
		line-height: 47px;
	}
	
	.header_otherNavigation .otherNavigatio_btn:hover .otherNavigation_dropdown{
		display: block;
	}
	
	.otherNavigation_dropdown:before{
		content: "";
		position: absolute;
		left: 50%;
		margin-left: -6px;
		top: -6px;
		width: 12px;
		height: 6px;
		background: url(../images/common/icon_triangle_header_pc.png) no-repeat left top;
	}
	
	.otherNavigation_btn_font .otherNavigation_dropdown{
		padding: 0 40px;
		width: 55px;
		text-align: center;
		font-family : Arial;
	}
	
	.otherNavigation_btn_font .otherNavigation_dropdown li{
		margin-right: 15px;
		display: inline-block;
		font-size: 22px;
	}
	
	.otherNavigation_btn_font .otherNavigation_dropdown li a{
		padding-bottom: 2px;
		color: #333;
	}
	
	.otherNavigation_btn_font .otherNavigation_dropdown li.active a{
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	
	.otherNavigation_btn_font .otherNavigation_dropdown li:last-child{
		margin-right: 0;
		font-size: 12px;
	}
	
	.otherNavigation_btn_language .otherNavigation_dropdown{
		padding: 0 40px;
		width: 120px;
		left: -72px;
		text-align: center;
	}
	
	.otherNavigation_btn_language .otherNavigation_dropdown li{
		margin-right: 15px;
		display: inline-block;
		font-size: 12px;
	}
	
	.otherNavigation_btn_language .otherNavigation_dropdown li a{
		padding-bottom: 2px;
		color: #fff;
	}
	
	.otherNavigation_btn_language .otherNavigation_dropdown li.active a{
		border-bottom: 1px solid #fff;
	}
	
	.otherNavigation_btn_language .otherNavigation_dropdown li:last-child{
		margin-right: 0;
	}
	
	.header_otherNavigation .otherNavigatio_btn .otherNavigation_language{
		margin-top: 30px;
		padding: 0 10px;
		height: 25px;
		line-height: 25px;
		font-size: 75%;
		border-right: 1px solid #ccc;
	}
	
	.header_otherNavigation .otherNavigatio_btn .otherNavigation_search{
		margin-top: 30px;
		padding: 0 10px;
		height: 25px;
		line-height: 25px;
		border-right: 1px solid #ccc;
	}
	
	.header_otherNavigation .otherNavigatio_btn .otherNavigation_search a{
		vertical-align: middle;
	}
	
	.header_otherNavigation .otherNavigatio_btn .otherNavigation_btn_snsList{
		margin-top: 30px;
		padding-left: 10px;
		line-height: 25px;
		height: 25px;
	}
	
	.header_otherNavigation .otherNavigatio_btn .otherNavigation_btn_snsList li{
		margin-right: 6px;
		float: left;
	}
	
	.header_otherNavigation .otherNavigatio_btn .otherNavigation_btn_snsList li:last-child{
		margin-right: 0;
	}
	
	.otherNavigatio_btn_search .otherNavigation_dropdown{
		left: -121px;
	}
	
	.otherNavigatio_btn_search form{
		position: relative;
		height: 100%;
	}
	
	.otherNavigatio_btn_search form div{
		height: 100%;
	}
	
	.otherNavigatio_btn_search form label{
		display: none;
	}
	
	.otherNavigatio_btn_search form input[type="text"]{
		padding: 0 40px 0 20px;
		width: 220px;
		height: 100%;
		color: #fff;
		font-size: 16px;
		border: none;
		background: none;
	}
	
	.otherNavigatio_btn_search form input[type="submit"]{
		position: absolute;
		top: 15px;
		right: 15px;
		width: 18px;
		height: 18px;
		background: url(../images/common/header_icon_search_hovered_pc.png) no-repeat center center;
		background-size: 100% auto;
		-moz-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		-o-background-size: 100% auto;
		-ms-background-size: 100% auto;
		border: none;
		cursor: pointer;
	}
	
	.header_space{
		height: 70px;
	}
	
	.header_subNav{
		position: relative;
		float: right;
	}
	
	.languageNav{
		text-align: right;
	}
	
	.languageNav li{
		display: inline-block;
		text-align: right;
	}
	
	.languageNav li a{
		text-decoration: none;
		color: #333;
	}
	
	.languageNav .fontLarge{
		margin-right: 10px;
		font-size: 22px;
	}
	
	.languageNav .fontSmall{
		/*margin-right: 30px;*/
		font-size: 12px;
	}
	
	.languageNav .fontLarge,
	.languageNav .fontSmall{
		font-family : Arial;
	}
	
	.languageNav .fontLarge.active a,
	.languageNav .fontSmall.active a{
		color: #0dbff9;
	}
	
	.languageNav .japanese,
	.languageNav .english{
		padding-bottom: 4px;
		font-size: 75%;
	}
	
	.languageNav .japanese.active,
	.languageNav .english.active{
		border-bottom: 1px solid #0dbff9;
	}
	
	.languageNav .japanese{
		margin-right: 20px;
	}
	
	.header_subNav form{
		margin-top: 10px;
		position: relative;
	}
	
	.header_subNav form label{
		display: none;
	}
	
	.header_subNav input[name="s"]{
		padding: 0 5px;
		width: 250px;
		height: 30px;
		color: #333;
		font-family: 'mplus-1p-light';
		background: #efeff0;
		border: none;
	}
	
	.header_subNav input[type="submit"]{
		position: absolute;
		top: 8px;
		right: 10px;
		width: 14px;
		height: 14px;
		background: url(../images/common/common_icon_search_pc.png) no-repeat center center;
		border: none;
		cursor: pointer;
	}
	
	.gnavWrapper{
		position: relative;
		margin: 0 auto;
		width: 1200px;
		z-index: 20;
	}
	
	.globalNav li{
		position: relative;
		float: left;
		margin-right: 35px;
	}
	
	.globalNav li:first-child{
		margin-left: 335px;
	}
	
	.globalNav li:last-child{
		margin-right: 0;
	}
	
	.globalNav li a{
		color: #333333;
		font-size: 14px;
		text-decoration: none;
	}
	
	.contentWrapper{
		position: relative;
		padding-top: 220px;
		margin-top: -220px;
		background: url(../images/common/bg_content01_pc.png) no-repeat 50% top;
		z-index: 15;
	}
	
	.breadList{
		margin-left: 20px;
	}
	
	.breadList li{
		float: left;
		font-size: 62.5%;
		color: #333;
	}
	
	.breadList li:after{
		padding: 0 10px;
		content: ">";
		color: #999;
	}
	
	.breadList li:last-child:after{
		display: none;
		padding: 0;
	}
	
	.breadList li a{
		color: #333;
	}
	
	.pager,
	.pager_single{
		position: relative;
		margin: 100px 0 0;
		width: 860px;
	}
	
	.pager_first a,
	.pager_last a{
		position: absolute;
		top: 0;
		display: block;
		width: 50px;
		height: 50px;
		border: 1px solid #0dbff9;
	}
	
	.pager_first a{
		left: 0;
		background: url(../images/common/common_btn_pager_back_first_pc.png) no-repeat center center;
	}
	
	.pager_last a{
		right: 0;
		background: url(../images/common/common_btn_pager_back_last_pc.png) no-repeat center center;
	}
	
	.pager_prev a,
	.pager_next a,
	.pager_navigation_single .pager_prev,
	.pager_navigation_single .pager_next{
		position: absolute;
		top: 0;
		display: block;
		width: 140px;
		height: 50px;
		line-height: 50px;
		color: #0dbff9;
		text-decoration: none;
		text-align: center;
		border: 1px solid #0dbff9;
	}
	
	.pager_prev a,
	.pager_navigation_single .pager_prev{
		left: 60px;
		background: url(../images/common/common_btn_pager_prev_pc.png) no-repeat 10px center;
	}

	.pager_navigation_single .pager_prev{
		left: 40px;
	}
	
	.pager_next a{
		right: 60px;
		background: url(../images/common/common_btn_pager_next_pc.png) no-repeat 145px center;
	}

	.pager_navigation_single .pager_next{
		right: 40px;
		background: url(../images/common/common_btn_pager_next_pc.png) no-repeat 125px center;
	}
	
	.pager_navigation{
		position: relative;
		float: left;
		left: 50%;
	}
	
	.pager_navigation li{
		margin-right: 25px;
		position: relative;
		float: left;
		left: -50%;
		height: 50px;
		line-height: 50px;
		color: #ccc;
	}
	
	.pager_navigation_single{
		text-align: center;
	}

	.pager_navigation_single span.pager_normal{
		display: inline-block;
		margin-right: 25px;
		color: #ccc;
		height: 50px;
		line-height: 50px;
		font-family: 'avenir-std-medium';
	}
	
	.pager_navigation li:last-child{
		margin-right: 0;
	}
	
	.pager_normal.pager_current{
		padding-top: 2px;
	}
	
	.pager_normal a,
	.pager_navigation_single a span.pager_normal{
		color: #0dbff9;
		text-decoration: none;
	}

	.pager_navigation_single a span.pager_normal{
		font-family: 'mplus-1p-bold';
	}

	.pager_navigation_single a{
		text-decoration: none;
	}
	
	.pageTop{
		position: absolute;
		top: -100px;
		right: 130px;
		z-index: 9999;
	}
	
	.pageTop.fixed{
		position: fixed;
		top: auto;
		bottom: 100px;
	}
	
	.footer{
		position: relative;
		min-width: 1200px;
	}
	
	.footer_navWrapper{
		padding: 50px 0;
		width: 100%;
		background: #333435;
	}
	
	.footer_nav_left{
		float: left;
	}
	
	.footer_nav_right{
		margin-right: 168px;
		float: right;
	}
	
	.footer_nav{
		margin: 0 auto;
		width: 1200px;
	}
	
	.footer_nav_list{
		margin-left: 100px;
		float: left;
	}
	
	.footer_nav_list li{
		margin-top: 25px;
	}
	
	.footer_nav_list li:first-child{
		margin-top: 0;
	}
	
	.footer_nav_list li a{
		text-decoration: none;
		color: #999999;
		font-size: 75%;
	}
	
	.footer_snsList{
		margin: 20px 0 0 100px;
	}
	
	.footer_snsList li{
		float: left;
		margin-right: 10px;
	}
	
	.footer_snsList li:last-child{
		margin-right: 0;
	}
	
	.footer_copyright{
		padding: 20px 0;
		font-size: 62.5%;
		color: #666666;
		text-align: center;
		background: #000;
	}

	.common_main_column_inner{
		margin: 0 auto;
		width: 1200px;
		overflow-x: hidden;
	}

	.common_main_column_inner_visible{
		overflow-x: visible;
	}

	.common_sidebar{
		position: absolute;
		margin-left: 300px;
		left: 50%;
		width: 300px;
		z-index: 99;
	}

	.common_sidebar_tag{
		margin-top: 40px;
		color: #fff;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
		text-align: center;
		background: #000;
	}

	.common_sidebar_tag:first-child{
		margin-top: 60px;
	}

	.fixed .common_sidebar_tag{
		margin-top: 0;
	}

	.common_sidebar .adsense{
		margin-top: 40px;
	}

	.common_sidebar_featureListWrapper{
		padding: 20px;
		background: #fff;
	}

	.common_sidebar_featureList_feature{
		margin-top: 20px;
	}

	.common_sidebar_featureList_feature a{
		color: #333;
		text-decoration: none;
	}

	.common_sidebar_featureList_feature:first-child{
		margin-top: 0;
	}

	.common_sidebar_feature_image{
		width: 260px;
	}

	.common_sidebar_feature_image img{
		width: 100%;
		height: auto;
	}

	.common_sidebar_feature_title{
		margin-top: 10px;
		padding: 0 20px;
		font-size: 14px;
		line-height: 1.2em;
	}

	.common_sidebar_feature_title .title_tag_feature{
		margin-bottom: 5px;
		display: inline-block;
		font-size: 12px;
	}

	.common_sidebar_category .common_sidebar_feature_image{
		float: left;
		width: 120px;
		height: 74px;
	}

	.common_sidebar_category .common_sidebar_feature_title {
		margin-top: 0;
		margin-left: 10px;
		padding: 0;
		float: left;
		width: 130px;
	}

	.common_sidebar_category .common_sidebar_feature_title .title_tag_feature{
		margin-bottom: 2px;
		display: inline-block;
		font-size: 12px;
	}

	.common_sidebar_feature_more{
		margin-top: 40px;
		padding-right: 15px;
		text-align: right;
		font-size: 12px;
		background: url(../images/top/bg_btn_view_more_recent_pc.png) no-repeat right center;
	}

	.common_sidebar_feature_more a{
		color: #fa1892;
		text-decoration: none;
	}

	.sidebar_snsArea{
		margin-top: 40px;
		padding: 20px;
		background: #fff;
	}

	.sidebar_sns_title{
		font-size: 24px;
		line-height: 1.2em;
		text-align: center;
	}

	.sidebar_sns_title span{
		font-size: 16px;
	}

	.sidebar_snsList{
		margin-top: 10px;
	}

	.sidebar_snsList li{
		margin-right: 8px;
		float: left;
	}

	.sidebar_snsList li:last-child{
		margin-right: 0;
	}

	.common_sidebar_content_inner{
		padding: 20px;
		background: #fff;
	}

	.common_sidebar_contentList_content{
		margin-top: 20px;
	}

	.common_sidebar_contentList_content a{
		color: #333;
	}

	.common_sidebar_contentList_content_image{
		position: relative;
		width: 120px;
		height: 74px;
		float: left;
		overflow: hidden;
	}

	.common_sidebar_contentList_content_image img{
		width: 100%;
		height: auto;
	}

	.common_sidebar_contentList_content_image .common_sidebar_rank{
		position: absolute;
		display: inline-block;
		padding: 13px 0 0 13px;
		width: 17px;
		height: 17px;
		top: -8px;
		left: -8px;
		font-size: 12px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background-color: #f6a71f;
	}

	.common_sidebar_contentList_content_image .common_sidebar_rank1{
		background-color: #ffe83d;
	}

	.common_sidebar_contentList_content_image .common_sidebar_rank2,
	.common_sidebar_contentList_content_image .common_sidebar_rank3,
	.common_sidebar_contentList_content_image .common_sidebar_rank4{
		background-color: #afe646;
	}

	.common_sidebar_contentList_content_image .common_sidebar_rank10{
		padding-left: 10px;
		width: 20px;
	}

	.common_sidebar_contentList_content_title{
		margin-left: 10px;
		float: left;
		width: 130px;
		line-height: 1.2em;
		font-size: 14px;
	}

	.common_sidebar_pickup.fixed{
		position: fixed;
		z-index: 999;
		top: 80px;
		left: 50%;
		margin-left: 300px;
	}
}

@media screen and (max-width: 1030px) {
	.common_ad_spWrapper{
		padding: 10px 0;
		width: 100%;
		background: #fff;
	}

	.common_ad_sp{
		padding: 20% 0;
		margin: 0 auto;
		width: 93.75%;
		background: #000;
	}

	body{
		width: 100%;
		min-width: 320px;
		font-size: 100%;
		-webkit-text-size-adjust: 100%;
		-webkit-appearance: none;
		overflow-x: hidden;
	}

	input[type="submit"],
	input[type="button"] {
  	border-radius: 0;
  		-webkit-box-sizing: content-box;
  		-webkit-appearance: button;
  		appearance: button;
  		border: none;
  		box-sizing: border-box;
  		cursor: pointer;
	}
	
	input[type="submit"]::-webkit-search-decoration,
	input[type="button"]::-webkit-search-decoration {
		display: none;
	}
	input[type="submit"]::focus,
		input[type="button"]::focus {
  		outline-offset: -2px;
	}
	
	body.fontLarger{
		font-size: 120%;
	}
	
	.whenLarge{
		display: none;
	}
	
	.headerWrapper{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 9999;
	}
	
	.header{
		padding-top: 1px;
		width: 100%;
		height: 64px;
		background: #fff;
	}
	
	.header_space{
		height: 64px;
	}
	
	.header_menuWrapper{
		display: none;
	}
	
	.header_menuWrapper.active{
		display: block;
	}
	
	.header_logo{
		margin-top: 18px;
		text-align: center;
	}
	
	.header_logo img{
		width: 222px;
		height: auto;
	}
	
	.header_btn_menu{
		position: absolute;
		top: 25px;
		right: 16px;
		width: 18px;
		height: 16px;
		cursor: pointer;
		background: url(../images/common/btn_menu_open_sp.png) no-repeat left top;
		background-size: 100% auto;
		-moz-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		-o-background-size: 100% auto;
		-ms-background-size: 100% auto;
	}
	
	.header_btn_menu.active{
		background: url(../images/common/btn_menu_close_sp.png) no-repeat left top;
		background-size: 100% auto;
		-moz-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		-o-background-size: 100% auto;
		-ms-background-size: 100% auto;
	}
	
	.globalNav{
		border-bottom: 1px solid #ccc;
	}
	
	.globalNav li{
		width: 50%;
		float: left;
	}
	
	.globalNav li a{
		display: inline-block;
		padding: 25px 11% 25px 11%;
		font-family: 'mplus-1p-regular';
		color: #4c4c4c;
		font-size: 87.5%;
		width: 78%;
		text-decoration: none;
		border: 1px solid #ccc;
		border-left: none;
		border-bottom: none;
		background: url(../images/common/icon_arrow_nav_sp.png) no-repeat 90% center;
		background-size: 5px auto;
		-moz-background-size: 5px auto;
		-webkit-background-size: 5px auto;
		-o-background-size: 5px auto;
		-ms-background-size: 5px auto;
	}
	
	.globalNav li:nth-child(8) a{
		border-bottom: 1px solid #ccc;
	}
	
	.globalNav li:nth-child(9){
		margin-top: -1px;
	}
	
	.header_otherNavigation_snsList{
		padding: 15px 0;
		text-align: center;
		background: #fff;
	}
	
	.header_otherNavigation_snsList li{
		margin-right: 30px;
		display: inline-block;
		width: 40px;
	}
	
	.header_otherNavigation_snsList li:last-child{
		margin-right: 0;
	}
	
	.header_otherNavigation_snsList li img{
		width: 100%;
		height: auto;
	}
	
	.header_otherNavigation form{
		position: relative;
	}
	
	.header_otherNavigation form label{
		display: none;
	}
	
	.header_otherNavigation input[name="s"]{
		padding: 0 18.125% 0 3.125%;
		width: 78.75%;
		height: 50px;
		color: #333;
		font-family: 'mplus-1p-light';
		background: #efeff0;
		border: none;
	}
	
	.header_otherNavigation input[type="submit"]{
		position: absolute;
		top: 15px;
		right: 7%;
		width: 23px;
		height: 23px;
		background: url(../images/common/common_icon_search_sp.png) no-repeat center center;
		background-size: 100% auto;
		-moz-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		-o-background-size: 100% auto;
		-ms-background-size: 100% auto;
		border: none;
		cursor: pointer;
	}
	
	.languageNavWrapper{
		margin: 0 auto;
		padding: 10px 0;
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #ccc;
	}
	
	.languageNav{
		display: inline-block;
		text-align: center;
	}
	
	.languageNav li{
		padding: 5px 0;
		float: left;
		text-align: center;
	}
	
	.languageNav li a{
		display: block;
		text-decoration: none;
		color: #333;
	}
	
	.languageNav .japanese{
		margin-right: 18px;
	}
	
	.languageNav .english{
		padding-right: 10px;
		border-right: 1px solid #ccc;
	}
	
	.languageNav .japanese a,
	.languageNav .english a{
		padding: 12px 0;
		width: 75px;
		font-size: 75%;
		background: #fff;
		text-align: center;
	}
	
	.languageNav .japanese.active a,
	.languageNav .english.active a{
		color: #fff;
		background: #0dbff9;
	}
	
	.languageNav .fontLarge{
		margin: 0 20px;
		font-size: 22px;
	}
	
	.languageNav .fontSmall{
		font-size: 12px;
	}
	
	.languageNav .fontLarge,
	.languageNav .fontSmall{
		font-family : Arial;
	}
	
	.languageNav .fontLarge a,
	.languageNav .fontSmall a{
		padding-top: 10px;
		width: 25px;
		text-align: center;
	}
	
	.languageNav .fontSmall a{
		padding-top: 18px;
	}
	
	.languageNav .fontLarge.active a,
	.languageNav .fontSmall.active a{
		color: #0dbff9;
	}
	
	.pageTop{
		position: absolute;
		top: -50px;
		right: 10px;
		width: 50px;
		height: 50px;
		z-index: 9999;
	}
	
	.pageTop img{
		width: 100%;
		height: auto;
	}
	
	.pageTop.fixed{
		position: fixed;
		top: auto;
		bottom: 10px;
	}
	
	.footer{
		position: relative;
	}
	
	.footer_navWrapper{
		background: #333435;
	}
	
	.footer_nav_list li a{
		display: block;
		padding: 20px;
		color: #999;
		letter-spacing: 0.1em;
		text-decoration: none;
		border-bottom: 1px solid #4b4d4f;
		background: url(../images/common/footer_arrow_sp.png) no-repeat 95% center;
		background-size: 5px auto;
		-moz-background-size: 5px auto;
		-webkit-background-size: 5px auto;
		-o-background-size: 5px auto;
		-ms-background-size: 5px auto;
	}
	
	.footer_nav_list li:last-child a{
		border-bottom: none;
	}
	
	.footer_copyright{
		padding: 20px;
		text-align: center;
		font-size: 62.5%;
		color: #666;
		background: #000;
	}
	
	.contentWrapper{
		position: relative;
		padding-top: 8%;
		background: url(../images/common/bg_content01_sp.png) no-repeat left top;
		background-size: 100% auto;
		-moz-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		-o-background-size: 100% auto;
		-ms-background-size: 100% auto;
	}
	
	.breadList{
		margin: 0 auto;
		width: 93.75%;
	}
	
	.breadList li{
		float: left;
		font-size: 56.25%;
		line-height: 1.2em;
		color: #333;
	}
	
	.breadList li:after{
		padding: 0 10px;
		content: ">";
		color: #999;
	}
	
	.breadList li:last-child:after{
		display: none;
		padding: 0;
	}
	
	.breadList li a{
		color: #333;
	}
	
	.pager,
	.pager_single{
		position: relative;
		margin: 15% auto 0;
		width: 93.75%;
	}
	
	.pager_first a,
	.pager_last a{
		position: absolute;
		top: 0;
		display: block;
		width: 30px;
		height: 50px;
		border: 1px solid #0dbff9;
	}
	
	.pager_first a{
		left: 0;
		background: url(../images/common/common_btn_pager_back_first_sp.png) no-repeat center center;
		background-size: 10px auto;
		-moz-background-size: 10px auto;
		-webkit-background-size: 10px auto;
		-o-background-size: 10px auto;
		-ms-background-size: 10px auto;
	}
	
	.pager_last a{
		right: 0;
		background: url(../images/common/common_btn_pager_back_last_sp.png) no-repeat center center;
		background-size: 10px auto;
		-moz-background-size: 10px auto;
		-webkit-background-size: 10px auto;
		-o-background-size: 10px auto;
		-ms-background-size: 10px auto;
	}
	
	.pager_prev a,
	.pager_next a,
	.pager_single .pager_prev,
	.pager_single .pager_next{
		position: absolute;
		top: 0;
		display: block;
		width: 30px;
		height: 50px;
		line-height: 50px;
		color: #0dbff9;
		text-decoration: none;
		text-align: center;
		border: 1px solid #0dbff9;
	}
	
	.pager_prev a,
	.pager_single .pager_prev{
		left: 40px;
		background: url(../images/common/common_btn_pager_prev_sp.png) no-repeat center center;
		background-size: 5px auto;
		-moz-background-size: 5px auto;
		-webkit-background-size: 5px auto;
		-o-background-size: 5px auto;
		-ms-background-size: 5px auto;
	}

	.pager_single .pager_prev{
		left: 0;
	}
	
	.pager_next a,
	.pager_single .pager_next{
		right: 40px;
		background: url(../images/common/common_btn_pager_next_sp.png) no-repeat center center;
		background-size: 5px auto;
		-moz-background-size: 5px auto;
		-webkit-background-size: 5px auto;
		-o-background-size: 5px auto;
		-ms-background-size: 5px auto;
	}

	.pager_single .pager_next{
		right: 0;
	}
	
	.pager_navigation,
	.pager_navigation_single{
		text-align: center;
	}
	
	.pager_navigation li,
	.pager_navigation_single span.pager_normal{
		display: inline-block;
		margin-right: 4%;
		position: relative;
		height: 50px;
		line-height: 50px;
		color: #ccc;
	}
	
	.pager_navigation li:last-child{
		margin-right: 0;
	}
	
	.pager_normal.pager_current{
		padding-top: 2px;
	}
	
	.pager_normal a,
	.pager_navigation_single a .pager_normal{
		display: inline-block;
		height: 50px;
		color: #0dbff9;
		text-decoration: none;
	}

	.pager_navigation_single a .pager_normal{
		font-family: 'mplus-1p-bold';
	}
}

.common_privacy_wrapper01{
	margin-top: 40px;
}

.common_privacy_wrapper01 .error-message{
	text-align: center;
}

.inputSubmit.notActive{
	color: #ccc;
	border: 1px solid #ccc;
	cursor: default;
	background-image: url(/contact/img/btn_arrow_forward_off_pc.png);
}

.common_privacy_pre_wrapper{
	margin-top: 10px;
	padding: 10px;
	height: 140px;
	border: 1px solid #ccc;
	overflow: auto;
}

.common_privacy_pre{
	white-space: pre-wrap;
	word-break: break-all;
	font-size: 12px;
	line-height: 1.2em;
}

.common_privacy_check{
	margin-top: 35px;
	text-align: center;
}

@media screen and (max-width: 1030px) {
	.common_privacy_check{
		margin-top: 17px;
	}

	.inputSubmit.notActive{
		background-image: url(/contact/img/btn_arrow_forward_off_sp.png);
	}
}

.common_privacy_check input[type="checkbox"]{
	margin-right: 20px;
	vertical-align: middle;
}

    input.custom-checkbox {
        display: none;
        margin: 0;
    }
    input.custom-checkbox + label {
    	position: relative;
        padding: 0 0 0 30px;
        font-size: 16px;
        color: #313238;
    }
    input.custom-checkbox + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        background: #FFF;
    }
    input.custom-checkbox + label::before {
        border: 1px solid #ccc;
    }
    input.custom-checkbox:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    input.custom-checkbox:checked + label::after {
        left: 4px;         
        width: 8px;
        height: 4px;
        margin-top: -2px;
        border-left: 2px solid #313238;
        border-bottom: 2px solid #313238;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }