@charset "EUC-JP";

#header_v2 {margin-bottom: 0;}

#visual {margin-bottom: 20px;}

#box_roundGray {
	width: 920px;
	margin: 0 auto 20px;
}

#box_roundGray .box_inner {
	width:288px;
	float: left;
	margin-right:25px;
	border: 1px solid #cccccc;
}
#box_roundGray .box_inner.last {margin: 0;}

.box_inner h2 {
	margin-bottom: 8px;
	padding: 10px 0 10px 9px;
	height: 42px;
	background-color:#eeeeee;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.box_inner h2.one_line {
	padding: 20px 0 10px 9px;
	height: 32px;
}

.box_inner.use h2 {
	background-image: url("https://img.goo-net.com/goopit/assets/img/static/faq/icon_use.gif");
	background-repeat: no-repeat;
	background-position: 210px center;
}

.box_inner.search h2 {
	background-image: url("https://img.goo-net.com/goopit/assets/img/static/faq/icon_search.gif");
	background-repeat: no-repeat;
	background-position: 200px center;
}

.box_inner.performance h2 {
	background-image: url("https://img.goo-net.com/goopit/assets/img/static/faq/icon_performance.gif");
	background-repeat: no-repeat;
	background-position: 214px center;
}
.box_inner.trouble h2 {
	background-image: url("https://img.goo-net.com/goopit/assets/img/static/faq/icon_trouble.gif");
	background-repeat: no-repeat;
	background-position: 213px 23px;
}

.box_inner.failure h2 {
	background-image: url("https://img.goo-net.com/goopit/assets/img/static/faq/icon_failure.gif");
	background-repeat: no-repeat;
	background-position: 228px center;
}

.box_inner.advertising h2 {
	background-image: url("https://img.goo-net.com/goopit/assets/img/static/faq/icon_advertising.gif");
	background-repeat: no-repeat;
	background-position: 244px center;
}

.box_inner.other h2 {
	background-image: url("https://img.goo-net.com/goopit/assets/img/static/faq/icon_other.gif");
	background-repeat: no-repeat;
	background-position: 218px; center
}

.box_inner.inquiry h2 {
	background-image: url("https://img.goo-net.com/goopit/assets/img/static/faq/icon_inquiry.gif");
	background-repeat: no-repeat;
	background-position: 246px center;
}

.box_inner p {
	padding: 0 10px 15px;
	font-size: 14px;
}

.box_inner ul {
	padding: 0 30px 20px;
	font-size: 16px;
}

.box_inner ul li {
	height: 38px;
	display: table;
	margin-bottom: 20px;
	background-image: url("https://img.goo-net.com/goopit/assets/img/static/faq/bg_btn_blue.gif");
	background-repeat: no-repeat;
	text-align: center;
}
.box_inner.inquiry ul li {background-image: url("https://img.goo-net.com/goopit/assets/img/static/faq/bg_btn_red.gif");}

.box_inner ul li a {
	width: 228px;
	display: table-cell;
	*display: block;
	layout-grid-line: 40px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
}

.box_inner ul li.last {margin: 0;}

.fs12 {font-size: 12px !important;}
.fs13 {font-size: 13px !important;}

p.note {
	margin: 0 auto 20px;
	padding: 8px 0;
	width: 918px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #ff0000;
}

p.note span {color: #ff0000;}

/* overlay */
#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: url("https://www.goo-net.com/faq/img/bg_touka_img.png") repeat scroll 0 0;
	width: 100%;
	height: 100%;
}

#overlay_contents {
	padding: 40px 30px 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1001;
	background-color: #ffffff;
}

#close_btn {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 34px;
	cursor: pointer;
}

#help_btn {
	margin: 0 0 20px 15px;
	width: 925px;
	text-align: right;
}

#help_btn span {
	cursor: pointer;
	background:url("https://img.goo-net.com/goo/common_v2/img/renewal/type_a/mark/icon_link.gif") no-repeat scroll 7px 44%;
	padding-left: 24px;
	zoom: 1 !important;
}

#overlay_contents h3 {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}

#overlay_contents dl {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.4;
}

#overlay_contents dt {
	font-weight: bold;
}

/* clearfix */
#box_roundGray:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0; 
    visibility:hidden;
    font-size: 0;
}

#box_roundGray {/*for IE7*/
  min-height: 1px;
}

* html #box_roundGray {/*for IE6 below, MacIE5*/
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}