@charset "UTF-8";

html{height:100%;}
body {
	margin: 0;
	padding: 0;
	line-height:1.4;
	color:#333;
	font-size:0.9em;
	background: #fff;
}
body, textarea { font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }
img {
	border-width: 0;
}
table {
	font-size:0.8em;
}
h2 {
	padding: 5px 10px;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
	background: rgb(41,154,11); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5OWEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTlhMGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(41,154,11,1) 0%, rgba(41,154,11,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(41,154,11,1)), color-stop(100%,rgba(41,154,11,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(41,154,11,1) 0%,rgba(41,154,11,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(41,154,11,1) 0%,rgba(41,154,11,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(41,154,11,1) 0%,rgba(41,154,11,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(41,154,11,1) 0%,rgba(41,154,11,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#299a0b',GradientType=0 ); /* IE6-8 */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:708px;
	margin: 0 auto 20px auto;
}
th {
	color: #009900;
}

div.banner {
    padding-bottom: 2em;
    text-align: center;
}

div.news {
	text-align: center;
	padding-bottom: 2em;
}
div.news a {
	color: #ff3333;
}

div.powerd-by {
	padding-top: 2em;
	text-align: center;
}
.copyright{
	display: block;
	height: 20px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
	font-size: 11px;
}
#footer{
	width: 100%;
	text-align: center;
	height:50px;
}

/*-------------------------------------------------------------------*/
/*------------------  有料版ユーザ情報表示用 ------------------------*/
/*-------------------------------------------------------------------*/
div.user-date {
	float: left;
	width: 50%;
}
div.user-count {
	float: right;
	width: 50%;
	text-align: right;
}
div.user-info {
	clear: both;
	padding: 2px 4px;
	text-align: right;
	color: #009900;
	border: solid 1px #009900;
}
div.user-info form {
	margin: 0;
	padding: 0;
}
/*
input.btn-logout {
	color: #ffffff;
	background-color: #009933;
	border: solid 1px #003333;
}
*/
div.user-menu {
	padding: 2px;
	text-align: right;
}
div.user-menu a {
	padding-left: 2px;
	padding-right: 2px;
}

address {
	text-align: center;
	color: #ffffff;
	background-color: #009900;
}


/*----- header -----*/
div.header {
	margin: 15px auto;
	width: 960px;
	text-align: center;
}
div.header table.tab-menu {
	margin: 0 auto;
}
div.header table.tab-menu td{
	padding-left: 10px;
}
div.header table.tab-menu td.current {
	color: #ff3333;
}
div.header table.tab {
	margin: 0 auto;
	width: 100%;
	font-size: 9pt;
}
div.header table.tab td {}
div.header table.tab td.logo {
	width: 200px;
}
div.header table.tab td.current {
	color: #ff3333;
}
div.header table.tab td.input {
	border-top: solid 1px #cc0000;
}
div.header table.tab td.admin {
	vertical-align: bottom;
	color: #cc0000;
	font-weight: bold;
}
div.header table.tab td.admin-back {
	border-top: solid 1px #cc0000;
	text-align: left;
}

/*----- message -----*/
div.error {
	margin-bottom: 1em;
	color: #cc0000;
}

/*----- body -----*/
div.body {
	margin: 3em auto;
	width: 960px;
	text-align: center;
}
div.body div.information {
	padding: 1em;
	text-align: left;
	width: 728px;
	padding-left: 10px;
}

.information p{
	font-size: 12px;
	display: block;
	text-align: left;
	padding-left: 20px;
}

.result {
	text-align: left;
	margin-right: 2%;
	width: 100%;
	background: #f9f9f9;
	margin: 10px auto;
	border: 1px solid #dcdcd;
	-webkit-box-shadow: 0px 1px 3px #D3D3D3;
	-moz-box-shadow: 0px 1px 3px #D3D3D3;
	box-shadow: 0px 1px 3px #D3D3D3;
}
span.help {
	font-size: 0.9em;
	color: #ff9933;
}
span.fill {
	padding-left: 0.5em;
	font-weight: bold;
	color: #ff3333;
}

/*----- info -----*/
div.info {
	margin-top: 0px;
	margin-bottom: 2em;
	text-align: center;
}

/*----- footer -----*/
div.footer {
	margin: 1em auto;
	width: 85%;
	text-align: center;
	clear: both;
	font-size: 12px;
}


/*----- exception -----*/
div.exception {
	margin: 0 auto;
	width: 486px;
}
div.err_top {
	marign: 0;
	padding: 0;
	width: 486px;
	height: 42px;
	background: url("err/er_sorry_top.gif") no-repeat top;
}
div.err_body {
	margin: 0;
	padding: 20px 36px 20px 20px;
	width: 430px;
	line-height: 150%;
	background: url("err/er_bg.gif") repeat-y left;
}
div.err_under {
	margin: 0;
	padding: 0;
	width: 486px;
	height: 75px;
	background: url("err/er_sorry_under.gif") no-repeat bottom;
}

/*----- form-complete -----*/
div.form-complete {
	margin: 0 auto;
	padding: 0;
	width: 486px;
}
div.form-cmp-top {
	marign: 0;
	padding: 0;
	width: 486px;
	height: 42px;
	background: url("err/er_information_top.gif") no-repeat top;
}
div.form-cmp-body {
	margin: 0;
	padding: 20px 36px 20px 20px;
	width: 430px;
	line-height: 150%;
	background: url("err/er_bg.gif") repeat-y left;
}
div.form-cmp-under {
	margin: 0;
	padding: 0;
	width: 486px;
	height: 75px;
	background: url("err/er_thinking_under.gif") no-repeat bottom;
}	

/*----- other -----*/
div.debug {
	color: #696969;
}
/*-------------------------------------------------------------------*/
/*------------------  PING/TRACEROUTE実行用 -------------------------*/
/*-------------------------------------------------------------------*/
form.cmd-button {
	margin-bottom: 1em;
	text-align: center;
}
div.cmd-result {
	margin: 0 auto;
	padding: 4px 1em;
	width: 90%;
	text-align: left;
	color: #ffffff;
	background-color: #333399;
}
div.cmd-result-note {
	padding-top: 8px;
}

/*-------------------------------------------------------------------*/
/*------------------  IPアドレス検索用 ------------------------------*/
/*-------------------------------------------------------------------*/
table.result {
	border-collapse: collapse;
	margin-bottom: 0.5em;
	width: 720px;
}
table.result th, table.result td {
	padding: 10px;
	border-bottom: dotted 1px #dcdcdc;
}
table.result th {
	width: 35%;
	font-weight: normal;
}
table.result tr.ranking {
	height: 3em;
	vertical-align: bottom;
}
table.result tr.title th, table.result tr.title td {
	padding-top: 1em;
	padding-left: 0;
}

tr.ranking th, tr.ranking td {
	vertical-align: top;
}
table.result td {
	width: 500px;
}

div.result {
	padding: 10px;
	width: 700px;
	margin: 0 auto;
}

div.result-note {
	text-align: right;
}

div.ip-ping {
	text-align: right;
	background-color: #eeffee;
}

div.ip-traceroute {
	text-align: right;
	background-color: #eeffee;
}

/*-------------------------------------------------------------------*/
/*------------------ IPひろば入力フォーム用 -------------------------*/
/*-------------------------------------------------------------------*/
table.input {
	margin-left: 10%;
	width: 90%;
}
table.input th {
	padding-top: 4px;
	padding-right: 4px;
	width: 30%;
	text-align: right;
	vertical-align: top;
	background-color: #99cc00;
}
table.input td {
	text-align: left;
	border-bottom: dotted 1px #99cc00;
}

/*-------------------------------------------------------------------*/
/*------------------ 回線速度測定用 ---------------------------------*/
/*-------------------------------------------------------------------*/
table.speed {
	width: 100%;
}
table.speed th, table.speed td {
	padding-top: 4px;
	padding-bottom: 4px;
}
table.speed th {
	padding-right: 2em;
	width: 40%;
	font-weight: normal;
	text-align: right;
}
table.speed td {
	text-align: left;
}

/*-------------------------------------------------------------------*/
/*------------------ 環境変数チェック用 -----------------------------*/
/*-------------------------------------------------------------------*/
table.result tr.title th {
	font-weight: bold;
	color: #339933;
	background-color: #ffffff;
}

/*-------------------------------------------------------------------*/
/*------------------ ランキング表示用 -------------------------------*/
/*-------------------------------------------------------------------*/
div.body table.tab {}
div.body table.tab td {
	padding: 2px 4px;
	background-color: #ffaa99;
}

table.ranking {
	margin-bottom: 1em;
	width: 728px;
	border-collapse: collapse;
}
table.ranking tr.ranking-current {
	border: solid 1px #ff6633;
	background-color: #ffccaa;
}
table.ranking th {
	border: solid 1px #ff9900;
}
table.ranking td {
	padding-top: 4px;
	color: #393939;
	border: dotted 1px #ff9900;
}
table.ranking td.ranking-bar {
	text-align: left;
}

table.ranking-graph {
	margin: 0.5em 0 2em 0;
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #999999;
}

table.ranking-graph th {
	font-weight: normal;
	text-align: right;
	border-right: solid 1px #999999;
}
table.ranking-graph td {
	text-align: left;
}

/*-------------------------------------------------------------------*/
/*------------------ 運営会社紹介用 -------------------------------*/
/*-------------------------------------------------------------------*/
table.companytbl{
	padding-top: 10px;
	border-collapse: collapse;
	color: #555;
	font-size: 13px;
}

table.companytbl th{
	padding: 5px;
	border-collapse: collapse;
	border: 1px solid #ccc;
	text-align: left;
	background: #F6F6F6;
}

table.companytbl td{
	padding: 5px;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

table.companytbl .none{}
table.companytbl .none th{
	padding: 0;
	border: none;
}
table.companytbl .none td{
	padding: 0;
	border: none;
}

/*-------------------------------------------------------------------*/
/*------------------  ログイン用 ------------------------------------*/
/*-------------------------------------------------------------------*/
table.login {
	width: 100%;
}
table.login th, table.login td {
	padding-top: 4px;
	padding-bottom: 4px;
}
table.login th {
	padding-right: 2em;
	width: 40%;
	font-weight: normal;
	text-align: right;
}
table.login td {
	text-align: left;
}

/*-------------------------------------------------------------------*/
/*------------------  ユーザ登録等 ----------------------------------*/
/*-------------------------------------------------------------------*/
/*----- user-login -----*/
div.user-login {
	margin-top: 3em;
}
table.user_add {
	width: 100%;
}
table.user_add th, table.user_add td {
	padding-top: 4px;
	padding-bottom: 4px;
}
table.user_add th {
	padding-right: 2em;
	width: 30%;
	font-weight: normal;
	text-align: right;
}
table.user_add td {
	text-align: left;
}
table.user_add tr.fill {}

/*-------------------------------------------------------------------*/
/*------------------  ユーザ情報 ------------------------------------*/
/*-------------------------------------------------------------------*/
table.user_info {
	margin: 0 auto;
	width: 80%;
	border-collapse: collapse;
}
table.user_info th, table.user_info td {
	padding-left: 2em;
	text-align: left;
	border-bottom: solid 1px #9999ff;
}
table.user_info th {
	width: 20%;
	font-weight: normal;
}


/*-------------------------------------------------------------------*/
/*------------------  一覧画面 --------------------------------------*/
/*-------------------------------------------------------------------*/
table.list {
	margin: 4px auto;
	width: 90%;
	border-collapse: collapse;
}
table.list th {
	background-color: #ffccaa;
	border: solid 1px #ff9900;
}
table.list tr {
	border-bottom: dotted 1px #ff9900;
}

tr.list-footer {
	background-color: #ffccaa;
	border: solid 1px #ff9900;
}
tr.list-footer th, tr.list-footer td {
	border-style: none;
}
tr.list-footer td.count {
	padding-left: 1em;
	text-align: left;
}
tr.list-footer td.link {
	padding-right: 1em;
	text-align: right;
}

/*-------------------------------------------------------------------*/
/*------------------  詳細画面 --------------------------------------*/
/*-------------------------------------------------------------------*/
td.admin-sp {
	color: #33aa33;
}

/*-------------------------------------------------------------------*/
/*------------------  削除確認 --------------------------------------*/
/*-------------------------------------------------------------------*/
table.delete {
	margin: 4px 0;
	border-collapse: collapse;
	width: 100%;
}
table.delete th, table.delete td {
	border: solid 1px #99cccc;
}

/*-------------------------------------------------------------------*/
/*------------------  ガイド ----------------------------------------*/
/*-------------------------------------------------------------------*/
h1.guide {
	padding-left: 4px;
	text-align: left;
	color: #cc0000;
	font-size: 1em;
	border-left: solid 6px #cc0000;
}
h2.guide {
	padding-left: 4px;
	text-align: left;
	color: #003366;
	font-size: 1em;
	width: 100%;
	background: rgb(41,154,11); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5OWEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTlhMGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(41,154,11,1) 0%, rgba(41,154,11,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(41,154,11,1)), color-stop(100%,rgba(41,154,11,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(41,154,11,1) 0%,rgba(41,154,11,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(41,154,11,1) 0%,rgba(41,154,11,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(41,154,11,1) 0%,rgba(41,154,11,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(41,154,11,1) 0%,rgba(41,154,11,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#299a0b',GradientType=0 ); /* IE6-8 */	
border-style: none;
}
div.guide {
	margin-bottom: 2em;
	padding-left: 1em;
	text-align: left;
}
td.guide-name {
	border-top: solid 1px #cc0000;
	color: #cc0000;
	font-weight: bold;
}

table.guide {
	margin-left: 1em;
}
table.guide th,table.guide td {
	padding: 3px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
table.guide td.button {
	text-align: center;
}


/*-------------------------------------------------------------------*/
/*------------------  追加 ----------------------------------------*/
/*-------------------------------------------------------------------*/

#header_navi li {
	display:inline;
	list-style: none;
	float: right;
}
#header_navi ul {
	padding:10px;
	height: 20px;
}
#header_navi{	
	height: 35px;
	width: 100%;
	position: relative;
	top: -20px;
	/top: 0px;
background: rgb(238,238,238); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
}
.separator01 {
	width: 0;
	height: 11px;
	border-left: 1px #696969 solid;
	border-right: #dcdcdc solid 1px;
	overflow: hidden;
	display: inline-block;
	vertical-align: -1px;
}
.head_lang{
	padding: 0 20px 5px 20px;
}
#conteiner{
	width: 100%;	
	min-height: 80%; 
	margin: 0;
}
* html #conteiner{ /* for IE6 */  
    height: 80%;  
}
#sns{
	margin: 0 auto;
	text-align: center;
}
#sns li{
	display: inline;
	list-style: none;
}
#sns ul{
	margin: 0 auto;
	width: 380px;
	height: 25px;
}
.btn_sns_left{
	float: left;
	width: 110px;
}
.btn_sns_right{
	float: right;
	width: 110px;
}
#content_main{
	width: 80%;
	float: left;
	padding-bottom: 20px;
}
#content_ad{
	float: right;
	width:180px;
}
.search_title{
	font-size: 14px:
	font-weight: normal;
	text-align: center;
	background:#fff;
	color:#333;
}
#search_title{
	font-size: 14px:
	font-weight: normal;
	text-align: center;
	background:#fff;
	color:#333;
}
input {
	padding: 0.3em;
	border: 1px solid #DDD;
	background: #FAFAFA;
	font: normal 0.95em arial, sans-serif;
	-moz-border-radius: 0.4em;
	-khtml-border-radius: 0.4em;
	-webkit-border-radius: ;
}
strong {
	font-weight: normal;
}
.exp_s_title{
	background: #666;
	color: #fff;
	font-weight: bold;
}
.exp_c{
	width:92%;
	text-align: left;
	margin-left: 20px;
	font-size: 13px;
}
.exp_s_t{
	font-size: 14px;
	border-left: 5px solid #D71E2E;
	padding-left: 10px;
	color: #D71E2E;
}
.ss_exp{
	padding-left: 10px;
}
#back-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
}
 
#back-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
}
 
#back-top a {
    width: 60px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    color: #bbb;
 
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
 
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#back-top a:hover {
    color: #000;
 
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
 
/* arrow icon (span tag) */
#back-top span {
    width: 48px;
    height: 48px;
    display: block;
    margin-bottom: 7px;
    background: #666 url(http://www.iphiroba.jp/country-flag/up-arrow.png) no-repeat center center;
 
    /* rounded corners */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
 
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
#back-top a:hover span {
    background-color: #0F0F0F;
}
   #nav {
      width: 720px;
      float: left;
      margin: 0 0 3em 20px;
      padding: 0;
      list-style: none;
      background-color: #f9f9f9;
      border: 1px solid #dcdcdc;}
   #nav li {
      float: left; }
   #nav li a {
      display: block;
      padding: 8px 15px;
      text-decoration: none;
      font-size: 13px;
      color: #069;
      border-right: 1px solid #ccc; }
   #nav li a:hover {
      color: #c00;
      background-color: #fff; }
.qa_s_title{
	background: #666;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding: 5px;
	text-indent: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 708px;
	margin: 0 auto 20px auto;
}
.a_contents{
	text-align: left;
	font-size: 13px;
	padding: 0 10px 0 10px;
	border-left: 3px solid #dcdcdc;
	margin: 0 auto 20px auto;
	line-height: 1.4em;
	display: block;
	width: 690px;
}

/*----------------------------------*/
/*------------ iframe ---------------*/
/*----------------------------------*/

.iframe-content {
    position: relative;
    width: 100%;
    padding: 75% 0 0 0;
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-------------------------------------------------------------------*/
/*----------------- Google Custom Search ----------------------------*/
/*-------------------------------------------------------------------*/
.gsc-selected-option-container.gsc-inline-block {
	width: auto!important;
}
