/*
Theme Name: WING-AFFINGER5 Child
Template: affinger5
Description: ver20180831以上対応
Version: 20180831
*/
a{
	text-decoration: none;
}
ul{
	list-style: none !important;
}
/* Toppage */

/* Company */
#company_data dt{
	float: left;
	padding: 0.5em;
	font-weight: bold;
}
#company_data dd{
	margin-bottom: 0.5em;
	padding: 0.5em 0.5em 0.5em 10.0em;
	border-bottom: 1px solid #eeeeee;
}
#company_data dd::after{
	content: '';
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

/* Sitemap */
ul#sitemap{
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
ul#sitemap li{
	width: 48%;
	margin: 0 1% 0.5rem;
	border: 1px solid #eeeeee;
	padding: 0.5em 1.0em;
	position: relative;
	box-sizing: border-box;
}
ul#sitemap li a{
	font-weight: bold;
	color: #000000;
	clear: both;
}
ul#sitemap li a::after{
	content: '\f105';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	float: right;
}
/* Contact */
.mw_wp_form dl dd:not(:last-of-type){
	border-bottom: #dbdbdb 1px solid;
}
.mw_wp_form button{
	width: 10.0em;
	padding: 0.3em 0;
	text-align: center;
	margin: 0 auto;
}
.mw_wp_form button.button_confirm,
.mw_wp_form button.button_submit{
	background-color: #ea3d00;
	color: #ffffff;
}
.mw_wp_form #select_start{
	width: 16.0em;
}
input.radio_payment{
	float: left;
}
input.radio_payment + span.mwform-radio-field-text{
	padding-left: 1.5em;
	display: block;
}
/* Sidebar */
.bnrTop a{
	display: block;
}
.bnrTop a img{
	display: block;
	margin: 0 auto 1.0rem;
}
.bnrAdsGoogle{
	margin: 0 auto 1.0rem;
}
#snsbox{
	display: table;
}
#snsbox #iconbox,#snsbox .btnBookmark{
	display: table-cell;
	width: 50%;
}
#snsbox #iconbox a{
	display: inline-block;
	width: 25%;
	margin-right: 8.0%;
}
#snsbox .btnBookmark a{
	font-size: 11px;
	font-weight: bold;
	border-radius: 2px;
	border: 1px solid #dbdbdb;
	background: linear-gradient(to bottom, #fff, #f8f8f8);
	color:#242424;
	position: relative;
	width: 125px;
	height: 21px;
	display: block;
}
#snsbox .btnBookmark a i{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	background: #242424;
}
#snsbox .btnBookmark a i img{
	display: block;
}
#snsbox .btnBookmark a span{
	position: absolute;
	top: 3px;
	left: 28px;
}
#my_ranking_widget_id001-2 li{
	position: relative;
	font-size: 0.8rem;
	margin-bottom: 0.5em !important;
}
#my_ranking_widget_id001-2 li span{
	position: absolute;
	color: #ffffff;
	background: #000000;
	font-weight: bold;
	font-size: 0.7rem;
	text-align: center;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5;
}
#my_ranking_widget_id001-2 li:nth-of-type(1) span{
	background: #ffd700;
}
#my_ranking_widget_id001-2 li:nth-of-type(2) span{
	background: #c0c0c0;
}
#my_ranking_widget_id001-2 li:nth-of-type(3) span{
	background: #815a2b;
}
#my_ranking_widget_id001-2 li a{
	padding-left: 1.7em !important;
	display: block;
}

#my_pickup_widget_id001-2 dl dt{
	width: 80px;
	float: left;
}
#my_pickup_widget_id001-2 dl dd{
	padding-left: 95px;
	font-size: 0.8rem;
}
#my_pickup_widget_id001-2 dl dd::after{
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	content: '';
}
div[id^="my_latest_widget_id001"] dl.outer dt{
	width: 100px;
	float: left;
}
div[id^="my_latest_widget_id001"] dl.outer dt ul li{
	font-size: 0.7rem;
}
div[id^="my_latest_widget_id001"] dl.outer dd{
	padding-left: 110px;
	font-size: 0.8rem;
}
div[id^="my_latest_widget_id001"] dl.inner dt{
	width: 100%;
	float: none;
	border-top: 1px solid #eeeeee;
	font-size: 0.7rem;
	padding: 0.5em 0;
	font-weight: bold;
}
div[id^="my_latest_widget_id001"] dl.inner dd{
	padding: 0 0 0.5em;
}

/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {

	#switch_tab{
		flex-wrap: wrap;
	}
	#switch_tab li{
		width: 25%;
	}

	.mw_wp_form dl dt{
		padding: 1.0em 0 0.5em;
	}
	.mw_wp_form dl dd{
		padding: 0 0 0.5em;
	}
	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {
	header .smanone ul.menu{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	/* Contact */
	.mw_wp_form dl dt{
		float: left;
		width: 12.0em;
		padding: 1.5em 0 0;
	}
	.mw_wp_form dl dd{
		padding: 1.0em 0 1.0em 14.0em;
	}
	.mw_wp_form dl dd::after{
		visibility: hidden;
		height: 0;
		display: block;
		clear: both;
		content: '';
	}

	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {
	
	/*-- ここまで --*/
}
