@charset "utf-8";

/* Table Of Contents
----------------------------------------

# General Elements
# body
# layout
# header
# gNav
# pageBody
# content
# sidebar
# footer
# clearfix
# common classes
# gNav
# pageBody
# content
# offscreen
# float clear
# float
# align
# valign
# rollover
# font color
# font size
# last list
# clearfix

----------------------------------------*/


/* # General Elements
---------------------------------------------------------------------------- */



/* # body
---------------------------------------------------------------------------- */



/* # header
---------------------------------------------------------------------------- */

div#header {
	background: #fff;
	padding-bottom: 9px;
}

div#header #description {
	color: #1a1a1a;
	padding: 9px 0 10px;
}

div#header p.name {
	display: inline;
	float: left;
}

div#header p.name em {
	color: #ff5a00;
	font-weight: bold;
	padding-right: 4px;
}

div#header ul.link li a {
	display: block;
}

div#header ul.link li .mypage {
	background: url(/v2/images/onayami/sprite.gif) no-repeat 0 -1125px;
}

div#header p.search {
	background: url(/v2/images/onayami/sprite.gif) no-repeat 0 -1171px;
	float: right;
	margin-bottom: 9px;
	padding-left: 29px;
	width: 248px;
}

div#header p.search input.idleField {
	color: #999;
}

div#header p.search input.focusField,
div#header p.search input.fillField {
	color: #000;
}

div#header p.search input.searchButton {
	background: url(/v2/images/onayami/sprite.gif) no-repeat -176px -169px;
	width: 55px;
	height: 24px;
	border: none;
	cursor: pointer;
	text-indent: -9999em;
}


/* # gNav
---------------------------------------------------------------------------- */

#gNav .gNavList {
	position: relative;
	border-bottom: none;
	background-color: #FFF4D0;
	background-image: url(/v2/images/mikle/bg_gnav_3.png);
}

#gNav .gNavList li {
	width: 135px; 
}

#gNav .gNavList li:nth-of-type(4) {
	width: 145px;
}

#gNav .gNavList li:nth-of-type(n+8) {
	width: 151px;
}

#gNav .gNavList li:nth-of-type(5),
#gNav .gNavList li:nth-of-type(6),
#gNav .gNavList li:nth-of-type(7),
#gNav .gNavList li:nth-of-type(8) {
	width: 178px;
}

#gNav .gNavList li:nth-of-type(7) a,
#gNav .gNavList li:nth-of-type(7) a:hover,
#gNav .gNavList li:nth-of-type(14) a,
#gNav .gNavList li:nth-of-type(14) a:hover {
	border-right: none;
}

#gNav .gNavList li:last-of-type {
	width: 139px;
}

#gNav .gNavList li a {
	position: relative;
	padding: 9px 0;
	border: 1px solid #EADDAA;
	border-top: none;
	border-left: none;
	font-size: 15px;
	text-align: center;
}

#gNav .gNavList li a:hover {
	border: 1px solid #FDF5DB;
	border-top: none;
	border-left: none;
	color: #61460B;
	text-shadow: 1px 1px #FFE6AB;
	box-shadow: inset 1px 1px 1px #EFB42E;
	background-color: #FFC747;
}

#gNav .gNavList li a.active {
	border-color: #FDF5DB;
	border-bottom-color: #EADDAA;
	background-color: #FF8D00;
}

#gNav .gNavList li a.active:after {
	bottom: 0;
	border-bottom-width: 8px;
	border-bottom-color: #fff;
}

#gNav .gNavList li a.active:hover {
	color: #fff;
	text-shadow: none;
}

#gNav .gNavList li a.active:before,
#gNav .gNavList li a.active:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	margin-top: -6px;
	border: 6px solid transparent;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-color: #FBF2D7;
}

#gNav .gNavList li a.active:after {
	right: auto;
	bottom: auto;
	left: 5px;
	border-right-color: transparent;
	border-left-color: #FBF2D7;
}

#gNav .gNavList li:last-of-type a {
	border-right: 1px solid #EADDAA;
}

/* # pageBody
---------------------------------------------------------------------------- */

div#wrapper {
	background: url(/v2/images/onayami/bg_body.gif) repeat left top;
}

* html div#pageBody {
	margin-bottom: 20px;
}


/* # content
---------------------------------------------------------------------------- */

table.infoList th {
	background-color: #f5f3e4 !important;
	border-right: 2px solid #fff;
	text-align: center;
	padding: 6px 0;
}

table.infoList th.col1 {
	width: 37px;
}

table.infoList th.col2 {
	width: 302px;
}

table.infoList th.col3 {
	width: 110px;
}

table.infoList th.col4 {
	width: 69px;
}

table.infoList th.col5 {
	width: 100px;
}

table.infoList th.col6 {
	width: 74px;
}

table.infoList td {
	padding: 7px 8px 7px;
	text-align: right;
}

.infoList td.center {
	text-align: center;
}

.infoList td.left {
	text-align: left;
}

table.infoList tr.first td {
	padding-top: 17px;
}

table.infoList tr.first dd {
	padding-top: 17px;
}


/* # sidebar
---------------------------------------------------------------------------- */

/*div#sidebar .userBox {
	background: url(/v2/images/onayami/bg_user_top.png) no-repeat left top;
	margin: 0 0 30px 10px;
	padding-top: 25px;
	width: 280px;
}

div#sidebar .userBoxInner {
	background: url(/v2/images/onayami/bg_user.gif) repeat-y left bottom;
	border-bottom: 1px solid #f5f3e4;
	padding: 7px 15px 7px 10px;
}*/

div#sidebar .userBox li {
	border-bottom: 1px solid #d6d4bf;
	margin-bottom: 6px;
	padding: 0 0 4px 5px;
}

* html div#sidebar .userBox li {
	margin-bottom: 4px;
}

*:first-child + html div#sidebar .userBox li {
	margin-bottom: 4px;
}

div#sidebar .userBox li.calendar {
	border: none;
}

div#sidebar .userBox li p.quatity {
	float: right;
	font-size: 110%;
	font-weight: bold;
	padding-right: 4px;
	text-align: right;
}

div#sidebar .userBox li p.title {
	float: left;
	padding: 2px 0 0 23px;
}

div#sidebar .userBox li.user p.title {
	background: url(/v2/images/onayami/sprite.gif) 0 -452px;
}

div#sidebar .userBox li.calendar p.title {
	background: url(/v2/images/onayami/sprite.gif) 0 -1022px;
}

div#sidebar .block {
	margin-bottom: 14px;
	padding: 0 15px;
}

div#sidebar .block h2 {
	font-size: 125%;
	font-weight: bold;
	letter-spacing:-1px;
	padding: 1px 0 0 26px;
	margin-bottom:5px;
	position:relative;
}

div#sidebar .block h3 {
	font-size: 125%;
	font-weight: bold;
}

div#sidebar .boardBlock {
	margin-bottom: 36px;
}

div#sidebar .guidanceBlock {
	margin-bottom: 12px;
	padding: 0 12px;
}

div#sidebar .keywordBlock {
	margin-bottom: 9px;
	padding: 0 10px;
}

div#sidebar .recommendBlock {
	margin-bottom: 15px;
	padding: 0 8px;
}

div#sidebar .block h2 span {
	background:url(/v2/images/onayami/sprite.gif) no-repeat;
	display: block;
	padding-left:26px;
	position: absolute;
	left: 0;
	top: 0;
	text-indent:-99999px;
}

* html div#sidebar .block h2 span {
	left: -26px;
	top: -3px;
}

*:first-child + html div#sidebar .block h2 span {
	top: -3px;
}

div#sidebar .block h2 .iconNews {
	background-position: 0 -1149px;
	height: 20px;
	width: 20px;
}

div#sidebar .block h2 .iconStar {
	background-position: 0 -1223px;
	height: 20px;
	width: 20px;
}

div#sidebar .block h2 .iconGuide {
	background-position: 0 -1077px;
	height: 20px;
	width: 20px;
}

div#sidebar .block h2 .iconSearch {
	background-position: 0 -1077px;
	height: 20px;
	width: 20px;
}

div#sidebar .block h2 .iconSearch {
	background-position: 0 -1198px;
	height: 20px;
	width: 20px;
}

div#sidebar .block h2 .iconLike {
	background-position: 0 -1102px;
	height: 20px;
	width: 20px;
}

div#sidebar .block h2 .iconConsult {
	background-position: 0 -996px;
	height: 20px;
	width: 20px;
}

div#sidebar .block ul {
	margin-bottom: 4px;
}

div#sidebar .block ul li {
	width: auto;
}


div#sidebar .block ul li a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 11px;
	height: 11px;
	margin-top: -5px;
	background:  url(/v2/images/onayami/sprite.gif) 0 -945px;
	transition: all .1s ease-out;
}

div#sidebar .block p {
	text-align: right;
}

div#sidebar .block ul.keywordList {
	padding-bottom: 3px;
}

* html div#sidebar .block ul.keywordList {
	margin-left: -3px;
}

*:first-child + html div#sidebar .block ul.keywordList {
	margin-left: -3px;
}

div#sidebar .block ul.keywordList li {
	background: url(/v2/images/onayami/bg_line03.gif) no-repeat right 1px;
	display: inline;
	line-height: 1.65;
	padding: 0 9px 0 0;
}

* html div#sidebar .block ul.keywordList li {
	padding: 0 5px 0 4px;
}

*:first-child + html div#sidebar .block ul.keywordList li {
	padding: 0 5px 0 4px;
}

div#sidebar p.banner {
	padding: 0 0 14px 4px;
}


/* # footer
---------------------------------------------------------------------------- */

div#footer ul.fNav {
	padding-bottom: 24px;
}

div#footer ul.fNav li {
	display: inline;
	float: left;
	margin-right: 8px;
	width: auto;
}

div#footer ul.fNav li a {
	background: url(/v2/images/onayami/sprite.gif) no-repeat 0 -942px;
	padding-left: 8px;
}

div#footer dl.fLink {
	color: #26a0b9;
}

div#footer dl.fLink dt {
	font-weight: bold;
}

div#footer dl.fLink dd {
	margin: -1.5em 0 0 8em;
	padding: 0 0 6px;
}

div#footer dl.fLink ul li {
	display: inline;
	float: left;
	width: auto;
}

div#footer dl.fLink ul li a {
	background:url(/v2/images/onayami/bg_line01.gif) no-repeat 0 1px;
	padding: 0 8px;
}

div#footer dl.fLink ul li.first a {
	background: none;
}

div#footer #copyright {
	font-weight: bold;
	padding-top: 19px;
}

div#footer .fLogo {
	background:none;
	bottom: 3px;
	position: absolute;
	right: 0;
}

div#footer .fLogo a {
	background:url(/v2/images/onayami/sprite.gif) no-repeat 0 -46px;
	display:block;
	width: 124px;
	height: 50px;
	text-indent:-9999em;
}

* html div#footer .fLogo a {
	height: 48px;
}

div#footer .fLogo img {
	display:none;
}


/* # clearfix
---------------------------------------------------------------------------- */

div#headerInner,
div#header div.user,
div#header p.search,
div#gNav ul.gNavList,
div#gNav ul.sNav,
#topicPath,
div#footer,
div#footer ul.fNav,
div#footer dl.fLink ul,
div#footerInner,
div#pageBody,
ul.tab,
div.tabContents,
div#content ul.productList li,
div.blockLink .linkStyle li.catList,
div.pagerLink,
div#sidebar .userBox li {
	zoom: 1;
}

div#headerInner:after,
div#header div.user:after,
div#header p.search:after,
div#gNav ul.gNavList:after,
div#gNav ul.sNav:after,
#topicPath:after,
div#footer:after,
div#footer ul.fNav:after,
div#footer dl.fLink ul:after,
div#footerInner:after,
div#pageBody:after,
ul.tab:after,
div.tabContents:after,
div#content ul.productList li:after,
div.blockLink .linkStyle li.catList:after,
div.pagerLink:after,
div#sidebar .userBox li:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}


/* # thickbox
---------------------------------------------------------------------------- */

#TB_overlay {
	height:100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.TB_overlayMacFFBGHack {
	background: url(/v2/images/onayami/bg_macffhack.png) repeat;
}

.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

* html #TB_overlay {
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	position: absolute;
}

#TB_wrap {
	background: url(/v2/images/onayami/bg_box_top.png) no-repeat 0 0;
	cursor: move;
	padding-top: 50px;
}
#TB_window {
	color: #000;
	display: none;
	left: 50%;
	position: fixed;
	z-index: 102;
	text-align: left;
	top: 50%;
}

* html #TB_window {
	position: absolute;
	margin-top: expression( - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_closeAjaxWindow {
	font-size: 0;
	text-indent: -9999em;
}

#TB_closeWindowButton {
	background: url(/v2/images/onayami/sprite.gif) no-repeat 0 -1047px;
	display: block;
	height: 26px;
	position: absolute;
	right: 37px;
	top: 8px;
	text-indent: -9999em;
	width: 26px;
}

#TB_ajaxWindowTitle {
	display: none;
}

#TB_ajaxContent {
	background: url(/v2/images/onayami/bg_box_bottom.png) no-repeat left bottom;
	clear: both;
	padding: 5px 102px 78px 73px;
	overflow: hidden;
	text-align: left;
	height: auto!important;
	width: auto!important;
}

#thickboxDetail h2 {
	font-size: 170%;
	font-weight: bold;
	margin-bottom: 36px;
}

#thickboxDetail .error {
	line-height: 1.8;
	margin-bottom: 14px;
}

#thickboxDetail .error strong {
	color: #ff3b3b;
	font-size: 110%;
}

#thickboxDetail .error span {
	color: #ff3b3b;
}

#thickboxDetail .formTable th.title {
	padding-bottom: 8px;
}

#thickboxDetail .formTable td {
	padding-bottom: 13px;
}

#thickboxDetail .formTable th .require {
	color: #ff3b3b;
	font-weight: normal;
}

#thickboxDetail .formTable td .size01 {
	margin-right: 3px;
	width: 141px;
}

#thickboxDetail ul.checkboxList li {
	display: inline;
	margin-right: 10px;
	width: auto;
}

#thickboxDetail ul.checkboxList li input {
	margin-right: 7px;
	vertical-align: middle;
}

#thickboxDetail .formTable .symbol {
	float: right;
	width: 87px;
}

* html #thickboxDetail .formTable .symbol {
	margin-top: -20px;
}

*:first-child + html #thickboxDetail .formTable .symbol {
	margin-top: -20px;
}

#thickboxDetail .formTable .symbol a {
	background: url(/v2/images/onayami/sprite.gif) 360px -169px;
	display: inline-block;
	float: right;
	height: 25px;
	width: 87px;
	text-indent: -9999em;
}

#thickboxDetail .formTable textarea {
	border: 1px solid #d6d6d6;
	height: 98px;
	width: 698px;
}

#thickboxDetail .submitBtn {
	margin: 30px auto 0;
	width: 322px;
}


/* # common classes
---------------------------------------------------------------------------- */

div.section p.image {
	padding-top: 28px;
}

div#content div.tabContents {
	border-color: #fd9941;
}

div#content ul.tab {
	border-bottom-color: #FD8011;
}

div#content ul.tab li {
	float: left;
	width: auto;
}

div#content ul.tab li a {
}

div#content ul.tab li a:hover,
div#content ul.tab li.ui-tabs-active a {
	border-color: #FD8011;
	background: linear-gradient(to bottom, #fc9b46 0%,#fd8011 100%); /* W3C */
}

div#content ul.tab li img {
	display:none;
}

div#content ul.productList li {
	background: url(/v2/images/onayami/icon_dot02.gif) repeat-x 0 100%;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

div#content ul.productList li.last {
	background: none !important;
	margin-bottom: 0;
}

ul.categoryList li {
	float: left;
	padding: 9px 0;
	width: 230px;
}

ul.categoryList li a {
	background: url(/v2/images/onayami/sprite.gif) no-repeat left top;
	display: inline-block;
	padding: 0 0 0 31px;
}

ul.categoryList li a.icon01 {
	background-position: -718px -441px;
}

ul.categoryList li a.icon02 {
	background-position: -718px -464px;
}

ul.categoryList li a.icon03 {
	background-position: -718px -486px;
}

ul.categoryList li a.icon04 {
	background-position: -718px -510px;
}

ul.categoryList li a.icon05 {
	background-position: -719px -534px;
}

ul.categoryList li a.icon06 {
	background-position: -718px -558px;
}

ul.categoryList li a.icon07 {
	background-position: -718px -582px;
}

ul.categoryList li a.icon08 {
	background-position: -718px -608px;
}

ul.categoryList li a.icon09 {
	background-position: -718px -633px;
}

ul.categoryList li a.icon10 {
	background-position: -718px -658px;
}

ul.categoryList li a.icon11 {
	background-position: -718px -685px;
}

ul.categoryList li a.icon12 {
	background-position: -716px -705px;
}

ul.categoryList li a.icon13 {
	background-position: -718px -731px;
}

ul.categoryList li a.icon14 {
	background-position: -716px -765px;
}

div.blockLink p.infoTitle {
	background: url(/v2/images/onayami/sprite.gif) no-repeat 0 -494px;
	margin-bottom: 8px;
	padding: 2px 0 0 37px;
}

div.blockLink p {
	padding-bottom: 8px;
	font-size: 120%;
	font-weight:bold;
}

div.blockLink p img {
	padding: 0 8px 0 2px;
	vertical-align: middle;
}

div.blockLink .linkStyle {
	width: 100%;
}

div.blockLink li.catList {
	background: url(/v2/images/onayami/bg_dash01.gif) repeat-x left bottom;
	padding: 7px 0 2px;
	position:relative;
}

div.blockLink ul.linkStyle li.listLast {
	background: none!important;
}

div.blockLink .catList p {
	position: absolute;
	top: 8px;
	left: 3px;
	background: url(/v2/images/onayami/bg_line01.gif) no-repeat 100% 50%;
	display: inline-block;
	font-size: 100%;
	padding: 0 7px 0 2px;
	white-space: nowrap;
}

div.general .block {
	height: 90px;
	width: 728px;
}

div.general .block ul {
	position: absolute;
	right: 0;
	top:36px;
	width: 359px;
}

div.general .block ul li {
	float: left;
	width: auto;
}

div.general .block ul li a {
	background: url(/v2/images/onayami/sprite.gif) no-repeat;
	display: block;
	width: 118px;
	height: 25px;
	overflow: hidden;
}

div.general .block ul li a {
	text-indent: -9999px;
}

div.general .block ul li.item01 a {
	background-position: 0 -114px;
}

div.general .block ul li.item02 a {
	background-position: -118px -114px;
	width: 119px;
}

div.general .block ul li.item03 a {
	background-position: -237px -114px;
	width: 121px;
}

div.general .block ul li.item04 a {
	background-position: 0 -140px;
	height: 28px;
}

div.general .block ul li.item05 a {
	background-position: -118px -140px;
	width: 119px;
	height: 28px;
}

div.general .block ul li.item06 a {
	background-position: -237px -140px;
	width: 121px;
	height: 28px;
}

div.general .linkAdd {
	position: absolute;
	bottom: 17px;
	right: 0;
}

div.general .linkAdd a {
	background: url(/v2/images/onayami/sprite.gif) no-repeat 0 -473px;
	padding-left: 21px;
	display: inline-block;
}


/* # gNav
---------------------------------------------------------------------------- */

div#gNav ul.gNavList li a.active {
	font-weight: bold;
	text-decoration: none;
}

div#gNav ul.gNavList li a.active span {
	background: #fd8011;
	color: #fff;
}



/* # clearfix
---------------------------------------------------------------------------- */

ul.categoryList li ul {
	zoom: 1;
}

ul.categoryList li ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}


/* #gNav
---------------------------------------------------------------------------- */

div#gNav ul.gNavList li a:hover,
div#gNav ul.gNavList li a.active {
	background-image: none;
	padding-bottom: 0;
}



/* # offscreen
---------------------------------------------------------------------------- */

.offscreen {
	text-indent: -9999em;
	position: absolute;
	overflow: hidden;
}


/* # float clear
---------------------------------------------------------------------------- */

.clearLeft  { clear:left; }
.clearRight { clear:right; }
.clearBoth  { clear:both; }


/* # float
---------------------------------------------------------------------------- */

.floatLeft  { float:left; }
.floatRight { float:right; }


/* # align
---------------------------------------------------------------------------- */

.alignLeft   { text-align: left !important; }
.alignCenter { text-align: center !important; }
.alignRight  { text-align: right !important; }


/* # valign
---------------------------------------------------------------------------- */

.valignBaseline { vertical-align: baseline; }


/* # rollover
---------------------------------------------------------------------------- */

.imgover {}


/* # font color
---------------------------------------------------------------------------- */

.attention {
	color: #f00;
}

.required {
	color: #f66;
}


/* # font size
---------------------------------------------------------------------------- */

.smallText { font-size: 83%; }


/* # last list
---------------------------------------------------------------------------- */

.lastList {
	background: none !important;
	border: none !important;
	margin-right: 0 !important;
}


/* # clearfix
---------------------------------------------------------------------------- */

.clearfix {
	zoom: 1;
}

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

/* detail_button
---------------------------------------------------------------------------- */
#content .detail_button {
	position: relative;
	display: inline-block;
	padding-left: 18px;
	text-decoration: underline;
}

#content .detail_button:after {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	display: block;
	width: 15px;
	height: 15px;
	background: url(/common/images/ico_arrow16.png) no-repeat left center;
	background-size: 15px 15px;
	transition: all .25s ease-out;
}

#content .show_detail:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}


/* div#content h1
---------------------------------------------------------------------------- */

div#content h1 {
	display: -webkit-box;
	margin-bottom: 6px;
	padding-bottom: 0;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}