@charset "utf-8";
/*---------------------------------------
    リセットCSS(編集不要)
----------------------------------------*/
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	word-break:break-all;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img, abbr, acronym, fieldset {
	border: 0;
	vertical-align: bottom;
}
ul li {
	list-style-type: none;
}
a, label {
	cursor: pointer;
}
img {
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
/*----------------------------------------
    共通
----------------------------------------*/

body {
	font-size: 76%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ逞ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	background: #ffffff;
	line-height: 1.5em;
	color: #444444;
	-webkit-text-size-adjust: none;
}
a {
	color: #0066cb;
	text-decoration: underline;
}
a:visited {
	color: #0066cb;
}
a:hover {
	color: #0066cb;
	text-decoration: underline;
}
a:active {
	color: #0066cb;
}
.inner {
	width: 960px;
	margin: 0 auto;
}
/*----------------------------------------
    ヘッダー
----------------------------------------*/
#header {
	width: 100%;
}
#header .inner {
	width: 100%;
}
/*  #header_top
----------------------------------------*/
#header_top {
	background: #e0e0e0 url(http://img.goo-net.com/goopit/assets/img/share/bg-header_top.gif) bottom repeat-x;
}
#header_top h1 {
	background: #e0e0e0 url(http://img.goo-net.com/goopit/assets/img/share/bg-header_top.gif) bottom repeat-x;
	color: #323232;
	font-size: 84%;
	font-weight: normal;
	width: 960px;
	margin: 0 auto;
	line-height: 23px;
	padding-left: 8px;
	padding-bottom: 4px;
	-webkit-text-size-adjust: none;
}
/*  #header_main
----------------------------------------*/
#header_main {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 17px;
}
#header_main:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
p.logo {
	float: left;
	margin-top: 18px;
}
p.logo_txt {
	width: 226px;
	float: left;
	margin-top: 26px;
	padding-left: 22px;
	line-height: 1.2;
}
p.header_search {
	width: 131px;
	float: right;
	margin-top: 19px;
	margin-right: -2px;
}

ul.social {
	float: right;
	margin-top: 30px;
	overflow: hidden;
}
ul.social li{
	float: left;
	margin-right: 4px;
}
ul.social iframe {
	margin: 0 !important;
}
ul.social li.facebook{
	width:120px;
}
ul.social li.twitter{
	width:105px;
}
ul.social li.g-plus{
	width:65px;
}
ul.social li.facebook iframe{
	width: 101px; 
	height: 20px;
}
/*  #logo_area
----------------------------------------*/
#logo_area {
	float: left;
	margin-top: 18px;
	position: relative;
	width: 412px;
}
#logo_area a {
	text-decoration: none;
}

#logo_area span#name_area {
	color: #e60012;
	font-size: 26px;
	font-weight: bold;
	margin-left: 6px;
	vertical-align: bottom;
	line-height: 0.9;
}

#logo_area span#link_all {
	font-size: 11px;
	position: absolute;
	left: 183px;
	top: -2px;
}

#logo_area span#link_all a {
	color: #0099ff;
	text-decoration: underline;
}

#logo_area span#link_all a:hover {
	color: #004CCA;
}

#logo_area #logo_txt {
	line-height: 1.2;
	margin-left: 14px;
	margin-top: 8px;
	position: absolute;
	display: inline;
}

p.logo_txt {
	padding-left: 10px;
	width: 226px;
}
/* search_area　*/
#header .search_area {
	position: relative;
	float: left;
	width: 396px;
	border: 2px solid #f1a4a4;
	background: #FFF4F5;
	padding: 4px;
	margin-top: 20px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(../common/js/PIE.htc);
}

#header .search_area li {
	float: left;
	margin-right: 5px;
	/margin-right: 3px;
	/zoom: 1;
}

#header .search_area .mr0 {margin-right: 0 !important;}

#header .search_area li .text_area {
	display: inline-block;
	/**width: 184px;*/
	width: 183px;
	height: 19px;
	padding: 2px 6px;
	font-size: 14px;
	line-height: 19px;
	vertical-align: middle;
	background-color: #ffffff;
	margin-bottom: 0;
	border: 1px solid #cccccc;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

::-webkit-input-placeholder {color: #cccccc !important;}
:-moz-placeholder {color: #cccccc !important;}

#header .search_area li select {
	width: 118px;
	line-height: 19px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 3px 6px;
	margin-bottom: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#header .search_area li select {padding: 3px 6px 2px;}
}


/*  #global_nav
----------------------------------------*/
#global_nav {
	width: 960px;
	margin: 0 auto;
	border-top: #e42113 solid 2px;
}
#global_nav ul:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#global_nav li {
	float: left;
	width: 192px;
}
/*----------------------------------------
    コンテンツ
----------------------------------------*/
#contents {
	background: #fafafa url(http://img.goo-net.com/goopit/assets/img/share/bg-contents_top.gif) top repeat-x;
	padding-bottom: 22px;
}
#contents .inner {
	background: #fafafa url(http://img.goo-net.com/goopit/assets/img/share/bg-contents_top.gif) top repeat-x;
	width: 100%;
	padding-top: 20px;
}
#article {
	width: 960px;
	margin: 20px auto 0;
}
/*  #topic_path
----------------------------------------*/
#topic_path {
	width: 960px;
	margin: 0px auto;
	background: url(http://img.goo-net.com/goopit/assets/img/share/bg-topic_path_new.gif) top center no-repeat;
	padding: 5px 0 6px;
}
#topic_path p {
	line-height: 35px;
	margin: 0px auto;
	height: 35px;
	width: 960px;
}
#topic_path p a {
	text-decoration:none;
}
#topic_path p span a {
	text-decoration:none;
	color: #000;
}
#topic_path p a.top {
	margin-left: 45px;
	color: #fff;
}
#topic_path p a.second {
	margin-left: 32px;
	color: #0066cc;
	height: 35px;
	background: url(http://img.goo-net.com/goopit/assets/img/share/bg-topic_path_02.gif) no-repeat right;
	display: inline-block;
	padding-right: 25px;
	margin-right: 10px;
}
#topic_path p a.third, #topic_path p a.fourth, #topic_path p a.fifth, #topic_path p a.sixth {
	color: #0066cc;
	height: 35px;
	background: url(http://img.goo-net.com/goopit/assets/img/share/bg-topic_path_02.gif) no-repeat right;
	display: inline-block;
	padding-right: 20px;
	margin-right: 10px;
}
#topic_path p span {
	margin-left: 32px;
}
.check {
	width: 940px;
	margin: 8px auto 0;
	background: url(http://img.goo-net.com/goopit/assets/img/share/ico_check.gif) left center no-repeat;
	padding-left: 20px;
}
.check a {
	color: #0066cb;
	text-decoration: underline;
}
.check a:hover {
	color: #0066cb;
	text-decoration: none;
}
/* #lead
----------------------------------------*/
#lead {
	width:960px;
	height:100%;
	margin:10px auto;
}

#lead p {
	font-size: 100%;
}
/*  #page
----------------------------------------*/
#page {
	width: 960px;
	text-align: center;
	margin: 23px auto 0;
	padding-top: 5px;
}
#page a {
	color: #0066cc;
	text-decoration: underline;
	margin-left: 10px;
}
#page span {
	margin-left: 10px;
}
/*  #page
----------------------------------------*/
#page_top {
	width: 960px;
	margin: 15px auto;
}
#page_top:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#page_top p {
	float: left;
}
#page_top span {
	float: right;
}
#page_top span a {
	color: #0099ff;
	text-decoration: underline;
	background: url(http://img.goo-net.com/goopit/assets/img/share/ico-pagetop.png) left top no-repeat;
	padding-left: 26px;
	font-size: 13px;
}
/*----------------------------------------
    フッター
----------------------------------------*/
#footer {
	width: 100%;
	background: #fafafa;
}
#footer .inner {
	width: 100%;
	position: relative;
}
#footer .check_footer {
	margin: 8px auto 0;
	background: url(http://img.goo-net.com/goopit/assets/img/share/ico_check.gif) left center no-repeat;
	padding-left: 20px;
	position: absolute;
	left: 150px;
	top: 10px;
}
#footer .check_footer a {
	color: #0066cb;
	text-decoration: underline;
}
#footer .check_footer a:hover {
	color: #0066cb;
	text-decoration: none;
}
#footer .footer_nav {
	width: 960px;
	margin: 0 auto;
	border-top: #b4b5b5 solid 1px;
	padding-top: 18px;
	background: #fafafa;
	padding-bottom: 20px;
}
#footer .footer_nav p {
	text-align: center;
	color: #4d4d4d;
}
#footer .footer_nav p a {
	color: #4d4d4d;
}
#footer .footer_main {
	background: #FFF url(http://img.goo-net.com/goopit/assets/img/share/bg-footer_top.gif) top repeat-x;
}
#footer .footer_main .footer_logo {
	background: #FFF url(http://img.goo-net.com/goopit/assets/img/share/bg-footer_top.gif) top repeat-x;
	width: 960px;
	margin: 0 auto;
	padding-top: 25px;
	height: 51px;
}
#footer .footer_main p {
	text-align: right;
}
#footer .footer_main p a {
	margin-left: 23px;
	text-align: right;
}
/* footer_column */
.footer_column {
	border-top: solid 1px #c9c9c9;
	padding: 15px 0 11px;
}

.footer_column dl {
	width: 960px;
	margin: 0 auto;
	font-size: 11px;
}

.footer_column dl dt {
	padding: 0 4px;
	font-weight: bold;
	margin-bottom: 3px;
}

.footer_column dl dd {
	padding: 0 4px;
}
/*  #copy_right
----------------------------------------*/
#copy_right {
	text-align: center;
	padding: 10px 0 13px;
	background:#565656;
	color:#FFF;
}
/*  form
----------------------------------------*/


.NFRadio {
	cursor: pointer;
	position: absolute;
	display: block;
	width: 15px;
	height: 16px;
	border: 1px solid transparent;
	background: url(http://img.goo-net.com/goopit/assets/img/share/radio.png) no-repeat 0 0;
	z-index: 2;
	top:0!important;
	left:0!important;
}
/*Checkbox*/
.NFCheck {
	cursor: pointer;
	position: absolute;
	width: 16px;
	height: 15px;
	border: 1px solid transparent;
	background: url(http://img.goo-net.com/goopit/assets/img/share/checkbox.png) no-repeat 0 0;
	z-index: 2;
	top:0!important;
	left:0!important;
}
/*Selects*/
.NFSelect {
	height: 33px;
	width: 303px;
	position: absolute;
	border: 1px solid transparent;
	top:0!important;
	left:0!important;
}
.NFSelectLeft {
	width: 3px;
	height: 33px;
	background: url(http://img.goo-net.com/goopit/assets/img/share/select-left.png) no-repeat 0 0;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}
.NFSelectRight {
	height: 33px;
	background: url(http://img.goo-net.com/goopit/assets/img/share/select-right.png) no-repeat 100% 0;
	cursor: pointer;
	font-size: 13px;
	color: #333;
	padding-left: 7px;
	margin-left: 3px;
	width: 192px;
	line-height: 33px;
}
.NFSelectTarget {
	position: absolute;
	background: none;
	margin-left: -13px;
	margin-top: 32px;
	z-index: 3;
	left: 0;
	top: 0;
	padding-bottom: 13px;
}
.NFSelectOptions {
	position: relative;
	background: #fff;
	margin-left: 16px;
	margin-top: 0;
	list-style: none;
	padding: 4px 0;
	color: #fff;
	font: 11px/13px Arial, Helvetica, sans-serif;
	z-index: 4;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	left: -3px;
	top: 0;
	border-left: #b2b2b2 1px solid;
	border-right: #b2b2b2 1px solid;
	border-bottom: #b2b2b2 1px solid;
	width: 166px!important;
}
.NFSelectOptions li {
	padding-bottom: 1px;
}
.NFSelectOptions a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 2px 3px;
	background: none;
	width: 200px;
}
.NFSelectOptions a.NFOptionActive {
	background: #464646;
	color: #FFF;
}
.NFSelectOptions a:hover {
	background: #333;
	color: #fff;
}
.NFText {
	border: none;
	vertical-align: middle;
	font: 12px/15px Arial, Helvetica, sans-serif;
	background: none;
}
.NFTextCenter {
	height: 15px;
	background: url(http://img.goo-net.com/goopit/assets/img/share/input.png) repeat-x 0 0;
	padding: 8px 0;
	margin: 0;
	float: left;
	line-height: 15x;
}
.NFTextLeft, .NFTextRight {
	width: 7px;
	height: 31px;
	vertical-align: middle;
	float: left;
}
.NFTextLeft {
	background: url(http://img.goo-net.com/goopit/assets/img/share/input-left.png) no-repeat 0 0;
}
.NFTextRight {
	background: url(http://img.goo-net.com/goopit/assets/img/share/input-right.png) no-repeat 0 0;
}
/*Focused*/
.NFfocused {
	border: 1px dotted #666;
}
/*Hovered*/
.NFh {
	background-position: 0 100%;
}
.NFhr {
	background-position: 100% 100%;
}
/*Hidden*/
.NFhidden {
	opacity: 0;
	z-index: -1;
	position: relative;
}
/*Safari*/
select, input, textarea, button {
	outline: none;
	resize: none;
}
span.selectbox {
	position:relative;
}
span.checkbox {
	position:relative;
}
span.checkbox input {
	position: absolute;
}
span.checkbox_label {
	padding-left: 21px;
}

.pager_bottom{
	padding: 42px 20px 16px;
	width: 918px;
}

.pager_bottom .page{
	text-align: right;
	padding-top: 5px;
}

/*IE10*/
input::-ms-clear {
	visibility:hidden
}

/*bootstrap*/

button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}

button,
input {
	*overflow: visible;
	line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	display: inline-block;
	height: 20px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

textarea {
	height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	 -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	   -o-transition: border linear 0.2s, box-shadow linear 0.2s;
	      transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	*margin-top: 0;
	line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
	height: auto;
	/* In IE7, the height of the select element cannot be changed by height, only font-size */

	*margin-top: 4px;
	/* For IE7, add top margin to align select with labels */

	line-height: 30px;
}

select {
	width: 220px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

select[multiple],
select[size] {
	height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.input-xlarge {
	width: 270px;
}

.input-xxlarge {
	width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
	float: none;
	margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
	display: inline-block;
}

input,
textarea,
.uneditable-input {
	margin-left: 0;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
	cursor: not-allowed;
	background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
	background-color: transparent;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
	color: #b94a48;
	border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
	border-color: #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	 -moz-box-shadow: 0 0 6px #f8b9b7;
	      box-shadow: 0 0 6px #f8b9b7;
}

div.wrap {
	width: 700px;
	margin-top:-10px;
}
div.wrap div {
	display: table-cell;
	vertical-align: middle;
}
div.wrap div.box1 {
	height:35px;
}
div.wrap div.box2 {
}
/* IE 6 */
* html div.wrap div {
	display: inline;
	zoom: 1;
}
/* IE 7 */
*:first-child+html div.wrap div {
	display: inline;
	zoom: 1;
}

/*\*//*/
* html div.wrap div {
		display: inline-block;
}
/**/
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.mb0 {
	margin-bottom: 0 !important;
}

.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	h2
------------------------------------------------------------*/
#article .inspection_search h2 {
	font-size: 167%;
	position: relative;
}

#article .inspection_search h2 span {
	background-color: #FF9900;
	border-radius: 4px;
	color: #FFF;
	font-size: 83%;
	font-weight: normal;
	padding: 3px 10px 2px;
	position: absolute;
	right: 21px;
	top: 8px;
	behavior: url(../common/js/pie.htc);
}

#article .inspection_search h2 .spanSpecial {
	background-color: #67C569;
}

/*20140912追加スタイル*/
#article {
	margin-top: 8px;
}

/*------------------------------------------------------------
	comNavi
------------------------------------------------------------*/
.comNavi {
	background-color: #FAFAFA;
	border-top: 1px solid #B9BABA;
	padding: 14px 0 15px;
	zoom: 1;
}

.comNavi dl {
	font-size: 11px;
	margin: 0 auto;
	width: 960px;
}

.comNavi dt {
	font-weight: bold;
	margin-bottom: 2px;
}

.comNavi dd li {
	display: inline;
	margin-right: 2px;
}

.comNavi dd li a {
	color: #333;
	margin-right: 7px;
}

/*------------------------------------------------------------
静的コンテンツsocial
------------------------------------------------------------*/
ul.static_social {
	float: right;
	overflow: hidden;
	margin-bottom: 5px;
}
ul.static_social li{
	float: left;
	margin-right: 4px;
}
ul.static_social iframe {
	margin: 0 !important;
}
ul.static_social li.facebook{
	width:120px;
}
ul.static_social li.twitter{
	width:105px;
}
ul.static_social li.g-plus{
	width:65px;
}
ul.static_social li.facebook iframe{
	width: 101px; 
	height: 20px;
}	

/* 20150107追加 */
/* header_bnr */
#header_main .header_bnr {
	float: left;
	width: 270px;
	margin-top: 18px;
}
/* //20150107追加 */

/* 20150602追加 */
#head_key_word_button {
	background: transparent url("http://img.goo-net.com/goopit/assets/img/share/new_btn-search_off.gif") no-repeat scroll 0% 0%;
	width: 70px;
	height: 25px;
	border: 0;
}
#head_key_word_button:hover {
	filter: alpha(opacity=60) !important;
	-moz-opacity: 0.60 !important;
	opacity: 0.60 !important;
	zoom: 1 !important;
	behavior: url(/common/js/PIE.htc);
}
/* //20150602追加 */
