@charset "utf-8";

body.wysiwyg {
	width:694px;
	font-size:100%;
}
/*--------------------------------------------------------- .main */
@media(max-width:768px){
#contents .main > .menu {
	background-image:url(../img/icon_menu.png);
}
}
#contents .main article header h1 {
	background:url(../img/article_bg_h1.png) no-repeat left top;
}

.link{
	background:url(../img/icon_link01.png) no-repeat left 4px;
	padding-left:20px;
}
.link a.op{
	background:url(../img/icon_link_sub.png) no-repeat right center;
	padding-right:20px;
	color:#004da0;
	text-decoration:none;
}
.link a:hover.op{
	text-decoration:underline;
}

/*--------------------------------------------------------- .wysiwyg (tag) */
.wysiwyg {
	font-size:108%;
	line-height:1.7;
	color:#000000;
}
.wysiwyg p {
	margin-bottom:12px;
}
.wysiwyg a img {
	background-color:#ffffff;
}
.wysiwyg > h2 ~ p,
.wysiwyg > section.cnt-box > h2 ~ p,
.wysiwyg > div,
.wysiwyg > dl,
.wysiwyg > ul,
.wysiwyg > ol,
.wysiwyg > table {
	margin-bottom:15px;
	padding:0 15px;
}
.wysiwyg h2 {
	padding:18px 5px 18px 56px;
	min-height:30px;
	width:700px;
	text-align:left;
	color:#ffffff;
	font-size:114.3%;
	font-weight:bold;
	line-height:1.0;
}
@media(max-width:768px){
.wysiwyg h2 {
	width:100%;
}
}
.wysiwyg h2 .note {
	margin-left:5px;
	font-size:75%;
	font-weight:normal;
}
.wysiwyg > h3 {
	margin:0 15px 15px;
	padding-left:22px;
	background:url(../img/article_bg_h3.png) no-repeat left 5px;
	font-size:114.3%;
}
.wysiwyg > h4 {
	margin:0 15px 15px;
	font-size:114.3%;
}
.wysiwyg p.icon-a,
.wysiwyg a.icon {
	padding:0 0 1px 25px;
	background:url(../img/article_icon_01.png) no-repeat left 2px;
}
.wysiwyg a.small {
	padding:0 0 0 10px;
	background:url(../img/article_icon_02.png) no-repeat left 4px;
}
.wysiwyg ul li {
	list-style:disc;
	margin:0 0 10px 20px;
}
.wysiwyg ul.list-text li{
	list-style:none;
	margin-bottom:5px;
	font-size:85%;
}
.wysiwyg ul li li {
	margin-bottom:0;
}
/*
.wysiwyg ul.list li {
	list-style:none;
	margin:0 0 5px;
	padding:3px 0 5px 27px;
	border-bottom:1px dotted #4a78ba;
}
*/
.wysiwyg ul.list li a {
	text-decoration:none;
}
.wysiwyg ul.list li a:hover {
	text-decoration:underline;
}
.wysiwyg ul.column.full li {
	float:none;
	margin:3px 0 27px;
	width:100%;
}
.wysiwyg ul.column.full li:last-child {
	margin-bottom:0;
}
.wysiwyg ul.column li p {
	padding:0 12px;
	font-size:100%;
	text-align:left;
}
.wysiwyg ul.column.full li p {
	font-size:100%;
}
.wysiwyg ul.column li hr.dotted {
  clear:both;
  margin:15px 15px 8px;
  height: 1px;
  border: none;
  border-top: 1px #000000 dotted;
}
.wysiwyg ul.column li .point {
	position:relative;
	top:0;
	margin:0 0 15px;
	padding:0;
}
.wysiwyg ul.column li p.btn{
	text-align:center;
}
.wysiwyg ul.column li .point > img{
	border-radius:8px 8px 0 0;
}
.wysiwyg ul.column.full li .step {
	position:absolute;
	left:50%;
	bottom:-53px;
	z-index:99;
	margin-left:-31px;
}
.wysiwyg table {
	margin-bottom:5px;
	width:100%;
}
.wysiwyg table th,
.wysiwyg table td {
	padding:6px 7px;
	border:1px solid #999999;
}
.wysiwyg table thead th {
	background-color:#cccccc;
	white-space:nowrap;
}
.wysiwyg table tbody th {
	background-color:#f1f1f1;
	font-weight:normal;
	text-align:left;
	vertical-align:middle;
	/*white-space:nowrap;*/
}
.wysiwyg table tbody th.sub {
	background-color:#f7f7f7;
}
.wysiwyg table tbody td {
	text-align:center;
	vertical-align:middle;
}
.wysiwyg table tbody th a {
	/*display:block;
	padding:0 0 0 10px;
	background:url(../img/article_icon_02.png) no-repeat left 4px;*/
}
/* -------------------------------------------------- #pagenavi */
#pagenavi{
	width:100%;
	margin:0 auto 10px;
}
#pagenavi ul{
	text-align:center;
}
#pagenavi ul li{
	display:inline;
	list-style:none;
}
/* -------------------------------------------------- table.nomal */
.wysiwyg table.nomal {
}
.wysiwyg table.nomal th,
.wysiwyg table.nomal td{
	background:none;
	border:none;
	text-align:left;
	color:#000000;
}
.wysiwyg table.nomal th{
	vertical-align:top;
}
.wysiwyg table.nomal td p{
	margin-bottom:0;
}
/* -------------------------------------------------- table.table-type02 */
.wysiwyg table.table-type02 {
	margin:0 0 20px;
	font-size:93%;
}

.wysiwyg table.table-type02 colgroup {
	display: table-column-group;
}

.wysiwyg table.table-type02 colgroup.col2 col {
	display: table-column;
}

.wysiwyg table.table-type02 colgroup.col2 col.h {
	width: 25%;
}
.wysiwyg table.table-type02 colgroup.col2 col.d {
	width: 75%;
}
.wysiwyg table.table-type02 colgroup.col3 col {
	display: table-column;
}
.wysiwyg table.table-type02 colgroup.col3 col.h {
	width: 25%;
}
.wysiwyg table.table-type02 colgroup.col3 col.h02 {
	width: 50%;
}

.wysiwyg table.table-type02 th,
.wysiwyg table.table-type02 td{
	padding:13px;
	vertical-align:top;
}
.wysiwyg table.table-type02 th{
	font-weight:bold;
	text-align:center;
	background-color:#e7e7e7;
}
.wysiwyg table.table-type02 td{
	background-color:#fff;
	color:#000;
	text-align:left;
}
.wysiwyg table.table-type02 td:first-child{
	font-weight:normal;
}

/* -------------------------------------------------- table.table-type03 */
.wysiwyg table.table-type03 {
	margin:0 0 20px;
	font-size:93%;
	border-top:#a0a0a0 dotted 1px;
}

.wysiwyg table.table-type03 colgroup.col3 col.h {
	width: 15%;
}

.wysiwyg table.table-type03 colgroup.col3 col.h02 {
	width: 18%;
}

.wysiwyg table.table-type03 colgroup.col3 col.d {
	width: 67%;
}

.wysiwyg table.table-type03 th,
.wysiwyg table.table-type03 td{
	background:none;
	border-bottom:#a0a0a0 dotted 1px;
	border-left:none;
	border-right:none;
	border-top:none;
	color:#000;
}
.wysiwyg table.table-type03 th{
	padding:10px 0 10px 20px;
	font-weight:bold;
}
.wysiwyg table.table-type03 td{
	padding:10px 10px 10px 35px;
	text-align:left;
}


/* -------------------------------------------------- table.table-type-acs */
.wysiwyg table.table-type-acs{
	margin:0 0 20px;
	font-size:108%;
}
.wysiwyg table.table-type-acs th,
.wysiwyg table.table-type-acs td{
	background-color:#ffecda;
	background-image:none;
	border-bottom:none;
	border-right:none;
	border-top:none;
	color:#000;
}
.wysiwyg table.table-type-acs th{
	font-weight:bold;
	border-left:none;
	text-align:center;
}
.wysiwyg table.table-type-acs td{
	border-left:#FFF solid 2px;
	text-align:left;
}
/* -------------------------------------------------- */
.wysiwyg > dl dt {
	margin:0 0 15px;
	padding:0 0 0 22px;
	background:url(../img/article_bg_h3.png) no-repeat left 5px;
	font-size:114.3%;
	font-weight:bold;
}
.wysiwyg > dl dd {
	margin:0 0 20px;
	padding:0 0 15px 20px;
	border-bottom:1px solid #e7e7e7;
}
.wysiwyg > dl dd:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border:none;
}
.wysiwyg dl.news {
	margin:0 15px 30px;
	padding:0;
}
.wysiwyg dl.news dt {
	float:left;
	margin-bottom:0;
	padding:9px 0;
	background-image:none;
	width:90px;
	font-size:85.7%;
	font-weight:bold;
	color:#a3a73d;
}
.wysiwyg dl.news dd {
	margin-bottom:10px;
	padding:8px 0 10px 100px;
	border-bottom:1px dotted #4a78ba;
	line-height:1.5;
	color:#000000;
}
.wysiwyg dl.news dd a {
	text-decoration:none;
}
.wysiwyg dl.news dd a:hover {
	color:#ff7f01;
	text-decoration:none;
}
/*--------------------------------------------------------- .wysiwyg (class) */
.wysiwyg .fs11 {
	font-size:78.6%;
}
.wysiwyg .fs12 {
	font-size:85.7%;
}
.wysiwyg .fs13 {
	font-size:92.9%;
}
.wysiwyg .fs16 {
	font-size:114.3%;
}
.wysiwyg .fs18 {
	font-size:129% !important;
}
.wysiwyg .h1 {
	position:relative;
	margin-bottom:30px;
	padding:12px 130px 28px 15px;
	background:url(../img/article_bg_h1_02.png) repeat-x left bottom;
}
.wysiwyg .h1 h1 {
	font-size:142.9%;
	font-weight:bold;
}
.wysiwyg .h1 .update {
	position:absolute;
	top:14px;
	right:0;
	padding:5px 15px 10px 40px;
	border-left:1px solid #d1e5ff;
	font-size:85.7%;
	font-weight:bold;
	color:#a3a73d;
}
.wysiwyg nav.pagenav {
	margin:0 0 20px;
	padding:0 0 10px;
	background:url(../img/article_bg_07.png) repeat-x left bottom;
	border-bottom:1px solid #dedede;
	overflow:hidden;
}
.wysiwyg nav.pagenav li {
	float:left;
	list-style:none;
	margin:0;
	padding:0 0 0 44px;
	background:url(../img/main_icon_01.png) no-repeat 26px center;
	border-right:1px solid #ffffff;
}
.wysiwyg nav.pagenav li a {
	display:block;
	padding:7px 25px 5px 0;
	border-right:1px solid #dedede;
}
.wysiwyg .pagetop {
	display:block;
	margin:0 0 30px;
	padding:0 25px 0 0;
	background:url(../img/main_icon_02.png) no-repeat right 2px;
	text-align:right;
	text-decoration:none;
}
.wysiwyg .price {
	font-weight:bold;
	color:#e40000;
}
.wysiwyg .half {
	display:inline-block;
	width:49%;
}
.wysiwyg .one-thurd {
	display:inline-block;
	width:30%;
}
.wysiwyg .quarter {
	display:inline-block;
	width:24%;
}
.wysiwyg .col2 {
	display:inline-block;
	width:324px;
}
.wysiwyg div > .col2 {
	margin-right:10px;
}
.wysiwyg div > .col2:nth-child(2n) {
	margin-right:0;
}
.wysiwyg .box {
	margin:0 16px 20px;
	padding:16px;
	background-color:#ececec;
}
.wysiwyg .box img {
	background-color:#ececec;
}
.wysiwyg .h2 {
	position:relative;
	padding:0;
}
.wysiwyg .h2 h2 {
	padding-right:249px;
}
.wysiwyg .h2 .list {
	position:absolute;
	top:15px;
	right:15px;
	width:51px;
}
.wysiwyg .h2 .list img {
	background:none;
}
.wysiwyg .pagination {
	text-align:center;
}
.wysiwyg .pagination li {
	display:inline-block;
	margin:0;
	border-right:1px solid #cccccc;
}
.wysiwyg .pagination li:last-child {
	border-right:none;
}
.wysiwyg .pagination li.next,
.wysiwyg .pagination li a.link_next {
	border:none;
}
.wysiwyg .pagination li span,
.wysiwyg .pagination li a {
	padding:0 12px 0 5px;
}
.wysiwyg .pagination li span {
	font-weight:bold;
}
.wysiwyg .pagination a {
	color:#0988ff;
	text-decoration:underline;
}
.wysiwyg .pagination a.inline {
	padding:0 10px;
}
.wysiwyg .pagination li.prev span,
.wysiwyg .pagination li.next span,
.wysiwyg .pagination li a.link_before,
.wysiwyg .pagination li a.link_next {
	font-weight:normal;
}
.wysiwyg .pagination li.prev a,
.wysiwyg .pagination li.prev span,
.wysiwyg .pagination li a.link_before {
	padding:0 8px 0 12px;
	background:url(../img/icon_pagination_prev.png) no-repeat left center;
}
.wysiwyg .pagination li.next a,
.wysiwyg .pagination li.next span,
.wysiwyg .pagination li a.link_next {
	padding:0 12px 0 3px;
	background:url(../img/icon_pagination_next.png) no-repeat right center;
}
.wysiwyg div.search {
	margin:30px auto;
	padding:0 0 6px;
	background:url(../nagaragawa/img/bg_search_01.png) no-repeat left bottom;
	max-width:664px;
	font-size:85.7%;
}
.wysiwyg .search form {
	padding:19px 12px 10px 69px;
}
.wysiwyg .search form .input {
	float:right;
	margin:0 0 0 5px;
	overflow:hidden;
}
.wysiwyg .search form input {
	float:left;
	border-radius:0;
}
.wysiwyg .search form input[type='text'] {
	padding:2px 2px 2px 30px;
	background:url(../img/article_bg_search_01.png) no-repeat left top;
	border:none;
	max-width:50%;
	height:23px;
}
.wysiwyg .search p {
	margin:0 0 5px;
}

.wysiwyg table.form{
	margin:0 15px;
	width:96%;
}
.wysiwyg table.form th{
	font-size:100%;
	font-weight:bold;
	border-top:#cbcbcb solid 1px;
	border-left:#cbcbcb solid 1px;
	border-bottom:#cbcbcb solid 1px;
	background-color:#FAFAFA;
	color:#000;
	width:35%;
	padding:12px;
}
.wysiwyg table.form td{
	font-size:100%;
	border:#cbcbcb solid 1px;	
	background:none;
	padding:12px 15px;
	overflow:hidden;
	width:65%;
	text-align:left;
	margin:0 0 0.5em;
	color:#000;
}
.aform-content .aform-note{
	margin-bottom: 0 !important;
}
.aform-content .submit{
	background:none !important;
}
.wysiwyg .aform .aform-header {
	display:none;
}
.wysiwyg .aform .aform-hdln {
	margin:15px 0 0;
	border-bottom:1px solid #dcdcdc;
}
.wysiwyg .aform .aform-error {
	margin:0;
}
.wysiwyg .aform form {
}
.wysiwyg .aform dl {
	clear:both;
	overflow:hidden;
	margin:0;
	padding:0 0 10px;
	font-size:100%;
	border-right:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
}
.wysiwyg .aform dt {
	float:left;
	padding:12px;
	font-size:100%;
	margin-bottom:-32768px;
	padding-bottom:32768px;
	background-color:#fafafa;
	border-right:1px solid #dcdcdc;
	color:#000000;
	width:35%;
}
.wysiwyg .aform dt .required {
	margin:0 0 0 10px;
	padding:5px 10px;
	white-space:nowrap;
}	
.wysiwyg .aform dd {
	padding:12px 15px;
	overflow:hidden;
}
.wysiwyg .aform dd li {
	list-style:none;
	margin:0 0 5px;
}
.wysiwyg .aform dd .validation-advice {
	margin:0 0 3px;
}
.wysiwyg .aform dd label {
	background:none;
	border:none;
	white-space:normal;
}

@media screen and (max-width:768px){
.wysiwyg .aform dt {
	padding:10px;
/*	margin-bottom:-32768px;
	padding-bottom:32768px;*/
	background-color:#fafafa;
	border-right:none;
	border-bottom:1px solid #dcdcdc;
	width:100%;
}
.wysiwyg .aform dd {
	padding:50px 10px 10px 10px;
}
.wysiwyg .aform dd li {
	width: 100%;
	margin: 0;
}
}

.wysiwyg .aform #aform_confirm_msg{
	margin-top:20px;
}
.wysiwyg .aform form label {
	white-space:normal;
}
.wysiwyg .aform .submit {
	position:relative;
	margin:20px 0 30px;
	padding:20px 0 0;
	text-align:center;
}
.wysiwyg .aform input[type="submit"],
.wysiwyg .aform #aform_btn_back,
.wysiwyg .aform #aform_btn_submit {
	display:block;
	margin:0 auto;
	padding:0;
	border:none;
	font-size:0;
}
.wysiwyg .aform input[type="submit"] {
	background:url(../img/aform_button_confirm.png) no-repeat left top;
	width:306px;
	height:50px;
}
@media screen and (max-width:768px){
.wysiwyg .aform input[type="submit"] {
	width: 100%;
	margin: 0 auto;
	background-size: 90%;
	background-position: center;
}
}
.wysiwyg .aform #aform_btn_back {
	position:absolute;
	bottom:0;
	left:0;
	background:url(../img/aform_button_back.png) no-repeat left top;
	width:148px;
	height:50px;
}
.wysiwyg .aform #aform_btn_submit {
	background:url(../img/aform_button_send.png) no-repeat left top;
	width:306px;
	height:50px;
}
.aform-content dl dt .required{
	position:static !important;
}
.wysiwyg .alert {
	padding:13px 80px 8px 185px;
	background:url(../img/icon_alert.png) no-repeat 130px 13px;
	border:2px dotted #ffa4a4;
	border-radius:2px;
	min-height:50px;
	font-size:85.7%;
	color:#ff6666;
}
.wysiwyg .under_construction {
	margin:50px 0;
	padding:30px 0 0 120px;
	background:url(../img/under_construction.png) no-repeat left top;
	min-height:100px;
	font-size:85.7%;
}
.wysiwyg .not-found {
	margin:50px 0;
	padding:30px 0 0 120px;
	background:url(../img/404.png) no-repeat left top;
	min-height:100px;
	font-size:85.7%;
}

section.cnt-box{
	margin-bottom:20px;
	overflow:hidden;
	clear:both;
}


#disqus_thread{margin-top:20px;}
*{-moz-box-sizing:border-box;box-sizing:border-box;}
.blue{background:#3498db;color:#fff;}
.blue h3{background:#fff;color:#3498db;font-size:36px;line-height:100px;margin:10px;padding:2%;position:relative;text-align:center;}
.button{background:#3498db;color:#fff;display:block;font-size:16px;margin:20px auto;padding:20px;text-align:center;text-decoration:none;width:48%;}
.buttons{padding:0 20px 20px; margin-bottom: 10px;}
.buttons .button{background:#FFF;color:#3498db;float:left;margin:5px;}
.center .slick-center h3{-moz-transform:scale(1.08);-ms-transform:scale(1.08);-o-transform:scale(1.08);-webkit-transform:scale(1.08);color:#e67e22;opacity:1;transform:scale(1.08);}
.center h3{opacity:0.8;transition:all 300ms ease;}
.content:after,.buttons::after{clear:both;content:"";display:table;}
.destroy{font-weight:400;margin-top:40px;}
.features{display:block;list-style-type:none;margin-top:30px;padding:0;text-align:center;}
.features li{margin:20px 0;}
.filter .button{background:#FFF;color:#3498db; margin-bottom: 40px;}
.fixed-header{background:#FFF;box-shadow:2px 0 5px rgba(0,0,0,0.5);display:none;padding:10px;position:fixed;top:0;width:100%;z-index:10000;}
.fixed-header .header-content{margin:auto;width:600px;}
.fixed-header .subheading{display:none;}
.fixed-header h1.title{float:left;font-size:24px;margin:0;}
.fixed-header ul.nav{float:right;margin:0;padding:5px;}
.fixed-header ul.nav li{margin:0 0 0 10px;}
.header{padding:20px 0;}
.margin-40{margin-bottom:40px;}
.more,.button.first{margin-top:40px;}
.red{background:#e74c3c;color:#fff;}
.slick-slide .image{/*padding:10px;*/}
.slick-slide img{border:5px solid #FFF;display:block;width:100%;}
.slick-slide img.slick-loading{border:0 }
.slick-slider{margin:8px auto 45px;}
@media(max-width:768px){
.slick-slider{margin:2px auto 6%;}
}
.subheading{color:#555;font-size:12px;font-style:italic;font-weight:400;margin:10px auto;text-align:center;}
.white{background:#fff;color:#3498db;}
.white pre,.white hr{background:#3498db;}
.text-red{color:#ff0000;}
a{color:#3498db;}
code{color:#000; overflow-x: scroll;}
h1{color:#3498db;font-size:72px;font-weight:400;line-height:1.2;margin:0 auto 10px;text-align:center;}
h1.title{font-size:96px;}
hr{background:#fff;border:0;height:1px;margin:40px 0;}
p{line-height:1.5;margin-bottom:6px;}
p.guff{font-size:16px;}
pre{background:#fff;margin:0 10px 20px;padding:10px;}
section{width:100%;}
table{border-collapse:collapse;border-spacing:0;margin:40px auto;text-align:left;width:100%; table-layout: fixed; font-size: 14px; line-height: 1.4;}
tbody{background:#fff;border-color:#fff;}
td{background:#3498db;border:1px solid #fff;color:#fff;padding:10px;width:33%; vertical-align: top;}
th{border-left:1px solid #3498db;padding:10px;}
td:first-child { font-weight: bold;}
th.last{width: 230px;}
th.type {width: 80px;}
th.default { width: 100px; }
th:first-child{border-left:0;}
thead{background:#fff;border-color:#3498db;color:#3498db;}
tr{background:#fff;border-right:1px solid #fff;}
ul.nav{margin-bottom:0;padding-left:0;text-align:center;}
ul.nav li{display:inline-block;list-style-type:none;margin:0 20px;}
ul.nav li a{font-size:12px;text-decoration:none;}
@media (max-width: 420px) {
ul.nav li a{display:block;font-size:10px;}
}
@media (max-width: 768px) {
.blue h3{font-size:24px;}
.button{margin:0 auto 20px;width:auto;}
.button.first{margin-top:40px;}
.buttons{padding:0 0 20px;}
.buttons .button{float:left;font-size:12px;margin:1%;width:48%;}
.center{margin-left:-40px;margin-right:-40px;}
.center .slick-center h3{-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);-webkit-transform:scale(1);color:#e67e22;opacity:1;transform:scale(1);}
.center h3{-moz-transform:scale(0.95);-ms-transform:scale(0.95);-o-transform:scale(0.95);-webkit-transform:scale(0.95);opacity:0.8;transform:scale(0.95);transition:all 300ms ease;}
.content{margin:auto;padding:20px 40px;width:auto;}
.fixed-header .header-content{width:auto;}
pre{font-size:12px; overflow-x: scroll;}

table{font-size:14px;line-height:18px;margin:40px auto 20px; display: block; float: left;}
/*tr {width: 100%; border-right: none; border-bottom: 1px solid #fff; margin: 0px 0px 20px; padding: 0px 0px 20px; background: transparent; float: left; }
thead { display: none; }
td { border: 0; padding: 10px 0px;}
td,tbody { display: block; width: 100% !important;}*/

table.settings td:nth-of-type(1), table.methods td:nth-of-type(1){font-weight: bold; font-size: 16px; line-height: 18px;}
table.settings td:nth-of-type(2):before{content: 'Type: '; font-weight: bold;}
table.settings td:nth-of-type(3):before{content: 'Default: '; font-weight: bold;}
table.methods td:nth-of-type(2):before{content: 'Arguments: '; font-weight: bold;}
}


#srchBox{
margin-right:20px;
margin-bottom:10px;
background-color:#f6f6f6;
border-style:solid;
border-width:1px;
border-color:#c3c3c3;
color:#000000;
text-align:left;
padding:0 10px;
border-radius: 9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px
}
#srchBox *{
margin:0;
padding:0;
font-size:13px;
*font-size:small;
*font:x-small;
}
#srchBox a img{
border:none;
}
#srchBox #srch{
}
#srchBox #srch #srchForm{
white-space:nowrap;
}
#srchBox #srchInput{
width:188px;
margin-right:6px;
vertical-align:bottom;
}
#srchBox #srchBtn{
width:80px;
}
*html #srchBox #srchBtn{
padding-top:2px;
}
*:first-child+html #srchBox #srchBtn{
padding-top:2px;
}
#srchBox ul{
margin-top:6px;
text-align:left;
}
#srchBox li{
list-style-type:none;
display:inline;
zoom:1;
padding-right:10px;
}
#srchBox li input{
zoom:1;
margin-right:2px;
_margin:-4px 0 -4px -4px;
vertical-align:middle;
border:0;
}
*:+html #srchBox li input{
margin:-4px 0 -4px -4px;
}
#srchBox #srchLogo{
margin:6px 6px 6px 0;
text-align:right;
}
#srchBox #srchLogo a{
color:#666666;
text-decoration:none;
font-size:85%;
}
#srchBox #srchLogo a:hover{
text-decoration:underline;
}
#srchBox.watermark{
padding-bottom: 6px;
}
#srchBox.watermark #srchInput{
margin:0;
padding:1px 1px 2px 1px;
background: #f6f6f6 url(http://i.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
}
#srchBox.watermark #srchInput.nomark{
background: #f6f6f6;
}
#srchBox.watermark #srchLogo{
display: none;
}
