@charset "utf-8";

/*
	================================================================================================
		smartgolfsensor support inquiry css index.css
	================================================================================================
*/
.mq-none {
	display:block;
}
.pc-none {
	display:none;
}


#contents h2.inquiry_title {
	background: #F3F4F6;
	border:#666 1px solid;
	border-radius:5px;
	margin:40px 0 17px 0;
	padding:10px;
	font-size: 18px !important;
}

#contents .select_icon{
	width:218px;
	margin:2em 0 0 1.25em;
	display:inline-table;
}

#contents .select_icon dl{
	margin:1em 0;
	width:100%;
	display:block;
}

#contents .select_icon dl dt{
	font-size:1.5rem;
	font-weight:700;
	/*border-radius:5px 5px 0 0;*/
	padding:0.5em 10px;
}
#contents dl.mail dt {
    background: #007DB5;
    color: #FFFFFF;
}
#contents dl.mail dd,#contents dl.tel dd {
    background: #e4e7ec;
}
#contents dl.tel dt {
    background: #556478;
    color: #FFFFFF;
}
#contents .select_icon dl dt img.icon{
	padding-right:0.5em;
	width:8px;
}

#contents .select_icon a.no-deco:active dl,
#contents .select_icon a.no-deco:hover dl,
#contents .select_icon a.no-deco:focus dl{
	opacity:0.5;
}


#contents .select_icon dl dd{
	font-size: 14px;
	padding:1em 0.5em;
	line-height:inherit;
	height: 115px;
	/*border-radius:0 0 5px 5px;*/

}

#contents ul.line {
	border:#999 1px solid;
	border-radius:5px;
	margin:15px 0 0 0;
	padding:20px !important;
	list-style:none;
	display:table;
}
#contents ul.line li.txt {
	vertical-align:top;
}
#contents ul.line li.img {
}
/* numInfo */
#contents .numInfo {
	padding:5px 10px;
	border:#009a5a 1px solid;
	border-radius:5px;
    background: #009a5a;
	color:#FFF;
	margin:0;
	display:inline-block;
}
#contents .numInfo_txt {
	margin:10px 0 0 0;
}
ul.line li.img img {
	width: 700px;
	height: auto;
}

ul.soudan {
	margin:0 0 0 -5px !important;
	padding:0 !important;
	list-style:none;
}
ul.soudan p {
	margin:0 !important;
}
ul.soudan li {
	width:246px;
	margin:15px 0 0 6px !important;
	float:left;
	border:#999 1px solid;
	border-radius:5px;
}
ul.soudan li .s-title {
	padding:7px 5px;
	font-size:17px;
	color:#FFFFFF;
	text-align:center;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
    background: -webkit-gradient(linear, center top, center bottom, from(#666666), to(#333333));/* Webkit?n */
	background: -moz-linear-gradient(top, #666666, #333333);?@/* Firefox?p */
    background: -ms-linear-gradient(top, #666666, #333333);/* IE9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333', GradientType=0)";	
    background: linear-gradient(to bottom, #666666, #333333);/* IE10,11 */
}
ul.soudan li .s-title a {
	font-size:12px;
	color:#FFFFFF;
	display:block;
}
ul.soudan li .s-title a:hover {
	text-decoration:none;
}
ul.soudan li .s-title span {
	background: url("/support/images/inquiry/arrow_yellow-b.png") no-repeat left 50%;
	background-size:8px 8px;
    padding-left: 13px;
	color:#FFFF00;
}
.whiteArea {
	padding:10px;
}


/* gray */
dl.gray {
	width:94%;
	background:#E9E9E9;
	padding:3% !important;
	display:table;
	margin-bottom: 10px !important;
}
dl.gray dt,
dl.gray dd {
	display:table-cell;
	vertical-align: middle;
}
dl.gray dt {
	width:72px;
}
dl.gray dd {
	padding-left:10px!important;
	font-size:10px;
}

/* tel */
ul.soudan li dl.freetel {
	display:table;
}
ul.soudan li dl.freetel dt,
ul.soudan li dl.freetel dd {
	display:table-cell;
	vertical-align: middle;
}
ul.soudan li dl.freetel dt {
	padding-right:5px;
}
ul.soudan li dl.freetel dd {
    font-size: 22px;
    font-weight: bold;
}

.tel-num {
	margin-top:5px;
}
ruby {
	position: relative;
}
ruby rt {
	position: relative;
	top: -0.1em;
    color: #0072b5;
    font-size: 10px;
	letter-spacing: -0.1em;
}
ruby rt,  x:-moz-any-link  {
	top: -0.5em;
}
span.phone_number {
    font-size: 22px;
    font-weight: bold;
	letter-spacing: 0px;
}
span.phone_number.number_a {
	margin-right: -3px !important;
}
span.phone_number.number_b {
	margin-right: -8px !important;
}


#contents .notice_gray ol.indent{
	margin-top:1em;
}

#contents .notice_gray ol.indent li{
	margin-bottom:0.75em;
}

#contents .notice_gray ol.indent li a.textLink{
	margin: 0 0.3em;
	display:inline;
}


#contents .submitArea {
	text-align:center;
}

#contents .submitArea a{
    display: inline-block;
	font-size: 1.154rem;
    font-weight: 700;
    border: 1px solid #ccc;
	border-radius:4px;
    padding: 0.8em 1em;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	margin-top:1em;
	background: linear-gradient(#fff, #f5f5f5);
}


@media screen and (max-width: 640px) {

	#contents .select_icon {
		width: 100%;
		margin: 0;
	}
	#contents .submitArea {
		margin: 0 0 2em 0;
	}
	#contents .submitArea a {
		padding: 0.8em 0.5em;
	}
	#contents .mq-none {
		display:none;
	}
	#contents .pc-none {
		display:block;
	}
	ul.soudan {
		margin:0 0 0 0px;
	}
	ul.soudan li {
		width: auto;
		margin:15px 0 0 0px;
		float: none;
	}
	#contents ul.line li.img {
		display:none;
	}
}

@media screen and (max-width: 360px) {

	#contents .submitArea a {
		font-size: 98%;
	}
}

