@charset "utf-8";


/* ------------------------------------------
	Reset
------------------------------------------ */

body,
div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend,
p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: none;
}
legend {
	display: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: inherit;
	font-weight: inherit;
}
ol, ul {
	list-style: none outside;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: inherit;
}
em, strong {
	font-weight: normal;
	font-style: normal;
}
input, textarea, select, button {
	font-size: inherit;
	font-weight: inherit;
}
button {
	margin: 0;
	padding: 0;
	border: none;
	font-size:100%;
}

body {
	margin: 10px 0 0;
	padding: 0;
	background-color: #fff;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
}


/* ------------------------------------------
	contentsArea
------------------------------------------ */

#contentsArea {
	width: 950px;
	margin: 0 auto 10px;
	text-align: left;
	color: #333333;
	font-size: 100%;
}
/* #siteTop */
#siteTop {
	display: none;
	margin-bottom: 10px;
}
#siteTop h1 {
	display: inline;
	font-size: 82%;
	font-weight: normal;
}
#siteTop span {
	font-size: 82%;
}

/* alertMessage */
#contentsArea .alertMessage {
	margin-bottom: 10px;
	padding: 10px 14px;
	background: #ffecec;
	font-size: 82%;
}
#contentsArea .alertMessage span.title {
	margin-right: 35px;
	color: #f63d3d;
	font-weight: bold;
}
#contentsArea .alertMessage span.option {
	margin-left: 24px;
}

#contentsWrap {
	zoom: 1;
}
#contentsWrap:before {
	content: ' ';
	display: table;
}
#contentsWrap:after {
	content: ' ';
	display: table;
	clear: both;
}


/* ------------------------------------------
	Layout
------------------------------------------ */

/* asideLeft */
#contentsArea .asideLeft {
	float: left;
	width: 200px;
	margin-right: 10px;
}
/* mainContent */
#contentsArea .mainContent {
	float: left;
	width: 530px;
	overflow: hidden;
}
/* asideRight */
#contentsArea .asideRight {
	float: right;
	width: 200px;
}


/* ------------------------------------------
	Module
------------------------------------------ */

/* adList
---------------------------------------- */
#contentsArea .adList li {
	margin-bottom: 10px;
}


/* aside
---------------------------------------- */
#contentsArea .aside {
	margin-bottom: 10px;
	padding: 5px;
	background-image: url(/img/style/common/relatednavi_bg.gif);
	background-repeat: repeat;
	background-position: 0 0;
}
/* contentBox */
#contentsArea .aside .contentBox {
	margin-top: 10px;
	border: #c7c7c7 solid 1px;
	border-top: none;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}
#contentsArea .aside .contentBox:first-child {
	margin-top: 0;
}
#contentsArea .aside .contentBox > .ttl {
	padding: 6px 8px;
	border-top: #c7c7c7 solid 3px;
	border-bottom: #c7c7c7 solid 1px;
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(0.5,#f1f1f1),color-stop(0.5,#e8e8e8),to(#f3f3f3));
	background: -webkit-linear-gradient(top, #fff 0%, #f1f1f1 50%, #e8e8e8 50%,#f3f3f3);
	background:    -moz-linear-gradient(top, #fff 0%, #f1f1f1 50%, #e8e8e8 50%,#f3f3f3);
	background:      -o-linear-gradient(top, #fff 0%, #f1f1f1 50%, #e8e8e8 50%,#f3f3f3);
	background:         linear-gradient(to bottom, #fff 0%, #f1f1f1 50%, #e8e8e8 50%,#f3f3f3);
	background-color: #f3f3f3;
	font-size: 90%;
	font-weight: bold;
}
#contentsArea .aside .contentBox > .ttl.blue {
	border-top: #00499d solid 3px;
}
#contentsArea .aside .contentBox > .ttl.orange {
	border-top: #ff7600 solid 3px;
}
#contentsArea .aside .contentBox > .ttl.red {
	border-top: #bf0000 solid 3px;
}
#contentsArea .aside .contentBox > .body {
	padding: 12px 8px;
	background-color: #fff;
}


/* iconList
---------------------------------------- */
#contentsArea .iconList {
	margin-bottom: 15px;
}
#contentsArea .iconList li {
	min-height: 16px;
	margin-top: 7px;
	overflow: hidden;
	zoom: 1;
}
#contentsArea .iconList li:first-child {
	margin-top: 0;
}
#contentsArea .iconList [class*="icon-"] {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 7px;
	background-image: url(/img/style/common/sprite_icons_s.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#contentsArea .iconList .icon-first {
	background-position: 0 0;
}
#contentsArea .iconList .icon-examination {
	background-position: 0 -20px;
}
#contentsArea .iconList .icon-online {
	background-position: 0 -40px;
}
#contentsArea .iconList .icon-medical {
	background-position: 0 -60px;
}
#contentsArea .iconList .icon-life {
	background-position: 0 -80px;
}
#contentsArea .iconList .icon-cancer {
	background-position: 0 -100px;
}
#contentsArea .iconList .icon-car {
	background-position: 0 -120px;
}
#contentsArea .iconList .icon-pet {
	background-position: 0 -140px;
}
#contentsArea .iconList .icon-travel {
	background-position: 0 -160px;
}
#contentsArea .iconList li .link {
	display: block;
	line-height: 1.3;
	font-size: 82%;
	overflow: hidden;
	zoom: 1;
}


/* captionBox
---------------------------------------- */
#contentsArea .captionBox {
	margin-top: 12px;
}
#contentsArea .captionBox:first-child {
	margin-top: 0;
}
#contentsArea .captionBox .ttl {
	margin-bottom: 7px;
	padding-bottom: 8px;
	color: #ff6600;
	background-image: url(/img/style/common/line_dot_orange.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
	font-size: 82%;
	font-weight: bold;
}


/* arrowList
---------------------------------------- */
#contentsArea .arrowList li {
	margin-top: 8px;
}
#contentsArea .arrowList li:first-child {
	margin-top: 0;
}
#contentsArea .arrowList li {
	padding-left: 15px;
	background-image: url(/img/style/common/icon_tri_orange.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
}
#contentsArea .arrowList.blue li {
	background-image: url(/img/style/common/icon_tri_blue.gif);
}
#contentsArea .arrowList.orange li {
	background-image: url(/img/style/common/icon_tri_orange.gif);
}
#contentsArea .arrowList li a {
	line-height: 1.3;
	vertical-align: top;
	font-size: 82%;
}
#contentsArea .arrowList li .small {
	display: block;
	margin-top: 3px;
	color: #666;
	font-size: 62%;
}


/* rankList
---------------------------------------- */
#contentsArea .rankList li {
	margin-top: 8px;
}
#contentsArea .rankList li:first-child {
	margin-top: 0;
}
#contentsArea .rankList li dl {
	overflow: hidden;
	zoom: 1;
}
#contentsArea .rankList li dt {
	float: left;
	width: 31px;
	margin-right: 11px;
	text-align: center;
	color: #630;
	font-size: 82%;
	font-weight: bold;
}
#contentsArea .rankList li dd {
	display: block;
	overflow: hidden;
	word-wrap: break-word;
	zoom: 1;
}
#contentsArea .rankList li dd a {
	line-height: 1.3;
	font-size: 82%;
}
#contentsArea .rankList li dd .small {
	display: block;
	margin-top: 3px;
	color: #666;
	font-size: 62%;
}
#contentsArea .showRanking {
	display: block;
	margin-bottom: 10px;
	padding: 6px 6px 7px;
	border: #f93 solid 1px;
	border-bottom-width: 2px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ffe3ca));
	background: -webkit-linear-gradient(top, #fff, #ffe3ca);
	background:    -moz-linear-gradient(top, #fff, #ffe3ca);
	background:      -o-linear-gradient(top, #fff, #ffe3ca);
	background:         linear-gradient(to bottom, #fff, #ffe3ca);
	background-color: #ffe3ca;
	text-align: center;
	font-size: 82%;
	font-weight: bold;
}


/* rankList (for old include code)
---------------------------------------- */
#contentsArea .naviBox .rankingArea .list li {
	margin-top: 8px;
}
#contentsArea .naviBox .rankingArea .list li:first-child {
	margin-top: 0;
}

#contentsArea .naviBox .rankingArea .list li dl {
	overflow: hidden;
	zoom: 1;
}
#contentsArea .naviBox .rankingArea .list li dt {
	float: left;
	width: 31px;
	margin-right: 11px;
	text-align: center;
	color: #630;
	font-size: 82%;
	font-weight: bold;
}
#contentsArea .naviBox .rankingArea .list li dd {
	display: block;
	overflow: hidden;
	line-height: 1.3;
	font-size: 82%;
	word-wrap: break-word;
	zoom: 1;
}
#contentsArea .naviBox .rankingArea .categoryRank {
	margin-top: 8px;
	text-align: right;
	font-size: 82%;
	word-wrap: break-word;
}


/* Rakuten group service
---------------------------------------- */

#contentsArea .naviBox .serviceList li {
	margin-top: 10px;
	padding-top: 10px;
	background-image: url(/img/style/common/line_dot_gray.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#contentsArea .naviBox .serviceList li.first {
	margin-top: 0;
	padding-top: 0;
	background-image: none;
}
#contentsArea .naviBox .serviceList li dl {
	overflow: hidden;
	zoom: 1;
}

#contentsArea .naviBox .serviceList li dt {
	float: left;
	margin-right: 8px;
}
#contentsArea .naviBox .serviceList li dd {
	line-height: 1.3;
	overflow: hidden;
	font-size: 82%;
	zoom: 1;
}


/* ttlMain
---------------------------------------- */
#contentsArea .ttlMain {
	margin-bottom: 8px;
	border: #00499d solid 1px;
}
#contentsArea .ttlMain .inner {
	padding: 8px;
	border: #9dbfe1 solid 1px;
	background: -webkit-gradient(linear,left top,left bottom,from(#167dd2),to(#014b9f));
	background: -webkit-linear-gradient(top, #167dd2, #014b9f);
	background:    -moz-linear-gradient(top, #167dd2, #014b9f);
	background:      -o-linear-gradient(top, #167dd2, #014b9f);
	background:         linear-gradient(to bottom, #167dd2, #014b9f);
	background-color: #014b9f;
	color: #ffffff;
	overflow: hidden;
	zoom: 1;
}
#contentsArea .ttlMain .inner .text {
	float: left;
	font-size: 90%;
	font-weight: bold;
}
#contentsArea .ttlMain .inner .small {
	float: right;
	line-height: 14px;
	font-size: 68%;
	font-weight: bold;
}
#contentsArea .ttlMain .inner .link {
	float: right;
	line-height: 14px;
	color: #fff;
	font-size: 82%;
}


/* ttlSub
---------------------------------------- */
#contentsArea .ttlSub {
	margin-bottom: 8px;
	padding-bottom:5px;
	background: url(/img/style/common/line_dot_blue_02.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
#contentsArea .ttlSub .text {
	padding: 3px 0 3px 12px;
	background: url(/img/style/common/bg_title_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #00499d;
	font-size: 90%;
	font-weight: bold;
}


/* categoryBox
---------------------------------------- */
#contentsArea .categoryBox {
	margin-bottom: 10px;
	padding: 8px 10px 5px;
	border: #9cf solid 1px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear,left top,left bottom,from(#eff6ff),to(#fff));
	background: -webkit-linear-gradient(top, #eff6ff, #fff);
	background:    -moz-linear-gradient(top, #eff6ff, #fff);
	background:      -o-linear-gradient(top, #eff6ff, #fff);
	background:         linear-gradient(to bottom, #eff6ff, #fff);
	background-color: #eff6ff;
}
#contentsArea .categoryBox dl {
	margin-top: 5px;
	padding-top: 6px;
	background-image: url(/img/style/common/line_dotted_blue.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	overflow: hidden;
	zoom: 1;
}
#contentsArea .categoryBox dl:first-child {
	margin-top: 0;
	padding-top: 0;
	background-image: none;
}
#contentsArea .categoryBox dl dt {
	float: left;
	width: 75px;
	padding: 5px 0 0 10px;
	background-image: url(/img/style/common/icon_tri_orange.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	color: #00499d;
	font-size: 82%;
	font-weight: bold;
}
#contentsArea .categoryBox dl dd {
	overflow: hidden;
	zoom: 1;
}
#contentsArea .categoryBox dl dd li {
	display: inline-block;
	min-width: 140px;
	min-height: 20px;
	margin-bottom: 3px;
	font-size: 82%;
}
*:first-child+html #contentsArea .categoryBox dl dd li {
	display: inline;
	zoom: 1;
}
#contentsArea .categoryBox dl dd li [class*="icon-"] {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 6px;
	background-image: url(/img/style/common/sprite_icons.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}
#contentsArea .categoryBox dl dd li .icon-online {
	background-position: 0 0;
}
#contentsArea .categoryBox dl dd li .icon-medical {
	background-position: 0 -30px;
}
#contentsArea .categoryBox dl dd li .icon-cancer {
	background-position: 0 -60px;
}
#contentsArea .categoryBox dl dd li .icon-life {
	background-position: 0 -90px;
}
#contentsArea .categoryBox dl dd li .icon-medical-lady {
	background-position: 0 -120px;
}
#contentsArea .categoryBox dl dd li .icon-cancer-lady {
	background-position: 0 -150px;
}
#contentsArea .categoryBox dl dd li .icon-pension {
	background-position: 0 -180px;
}
#contentsArea .categoryBox dl dd li .icon-child {
	background-position: 0 -210px;
}
#contentsArea .categoryBox dl dd li .icon-medical-disease {
	background-position: 0 -240px;
}
#contentsArea .categoryBox dl dd li .icon-life-disease {
	background-position: 0 -270px;
}
#contentsArea .categoryBox dl dd li .icon-car {
	background-position: 0 -300px;
}
#contentsArea .categoryBox dl dd li .icon-bike {
	background-position: 0 -330px;
}
#contentsArea .categoryBox dl dd li .icon-golf {
	background-position: 0 -360px;
}
#contentsArea .categoryBox dl dd li .icon-pet {
	background-position: 0 -390px;
}
#contentsArea .categoryBox dl dd li .icon-travel {
	background-position: 0 -420px;
}
#contentsArea .categoryBox dl dd li .icon-domestic {
	background-position: 0 -450px;
}
#contentsArea .categoryBox dl dd li .icon-fire {
	background-position: 0 -480px;
}
#contentsArea .categoryBox dl dd li .icon-furniture {
	background-position: 0 -510px;
}
#contentsArea .categoryBox dl dd li .text {
	padding-left: 20px;
}


/* calculateWidget
---------------------------------------- */
#calculateWidget {
	margin-bottom: 10px;
	padding: 0 10px;
	overflow: hidden;
	zoom: 1;
}
#calculateWidget .stepUnit {
	float: left;
	padding-right: 18px;
	background-image: url(/img/style/common/img_arrow_calcwidget.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
#calculateWidget .stepUnit .stepInner {
	border: #ffa300 solid 1px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff7ea;
}
#calculateWidget .stepUnit .stepInner .ttl {
	padding: 5px;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border-bottom: #ffa300 solid 1px;
	background: -webkit-gradient(linear,left top,left bottom,from(#ffa300),to(#ff7800));
	background: -webkit-linear-gradient(top, #ffa300, #ff7800);
	background:    -moz-linear-gradient(top, #ffa300, #ff7800);
	background:      -o-linear-gradient(top, #ffa300, #ff7800);
	background:         linear-gradient(to bottom, #ffa300, #ff7800);
	background-color: #ff7800;
	text-shadow: 0 1px 2px #d77500;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
/* step1 */
#calculateWidget #calcStep1 {
	margin-right: 5px;
}
#calculateWidget #calcStep1 .stepInner {
	width: 197px;
}
#calculateWidget #calcStep1 .stepInner dl {
	min-height: 110px;
	padding: 25px 0 25px 5px;
}
#calculateWidget #calcStep1 .stepInner .subtitle {
	margin-bottom: 12px;
	color: #666;
	font-size: 65%;
}
#calculateWidget #calcStep1 .stepInner ul {
	overflow: hidden;
	zoom: 1;
}
#calculateWidget #calcStep1 .stepInner ul li {
	float: left;
	padding: 2px 0;
	margin-right: 10px;
	font-size: 82%;
}
/* step2 */
#calculateWidget #calcStep2 .stepInner {
	width: 181px;
}
#calculateWidget #calcStep2 .stepInner dl {
	padding: 5px 8px 5px 8px;
}
#calculateWidget #calcStep2 .stepInner dt {
	margin: 5px 0 2px;
	color: #666;
	font-size: 82%;
	font-weight: bold;
}
#calculateWidget #calcStep2 .stepInner dt:first-child {
	margin-top: 0;
}
#calculateWidget #calcStep2 .stepInner dd {
	font-size: 82%;
}
#calculateWidget #calcStep2 .stepInner dd select {
	width: 164px;
}
#calculateWidget #calcStep2 .stepInner .petKindSet ul {
	overflow: hidden;
	zoom: 1;
}
#calculateWidget #calcStep2 .stepInner .petKindSet ul li {
	float: left;
	margin-right: 5px;
}
#calculateWidget #calcStep2 .stepInner .petKindSet ul li input {
	margin: 0 2px 0 0;
}
#calculateWidget #calcStep2 .stepInner .carSet li {
	padding: 2px 0;
	overflow: hidden;
	zoom: 1;
}
#calculateWidget #calcStep2 .stepInner .carSet li input {
	float: left;
	margin: 0 2px 0 0;
}
#calculateWidget #calcStep2 .stepInner .carSet li label {
	display: block;
	overflow: hidden;
	line-height: 1.3;
	zoom: 1;
}
#calculateWidget #calcStep2 .travelFormSet input.dateInput,
#calculateWidget #calcStep2 .travelFormSet input.area {
	border: 1px solid #CCCCCC;
	cursor: pointer;
	padding: 3px;
}
#calculateWidget #calcStep2 .travelFormSet input.dateInput {
	width: 150px;
	height: 19px;
	background: url("/img/icon_calendar.gif") no-repeat scroll 130px 50% #FFFFFF;
}
#calculateWidget #calcStep2 .travelFormSet input.area {
	width: 100px;
}

#calculateWidget #calcStep2 .travelFormSet .subTxt {
    margin-top: 5px;
    color: #666666;
    font-size: 79%;
    font-weight: normal;
}

/* submit */
#calculateWidget form .submitUnit {
	float: right;
}
#calculateWidget form .submitUnit button {
	display: block;
	width: 82px;
	height: 82px;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	background-image: url(/img/style/common/btn_calcwidget_submit.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	white-space: nowrap;
	overflow: hidden;
	text-indent: -100%;
	text-align: left;
	font-size: 82%;
	cursor: pointer;
}


/* choiceBox
---------------------------------------- */
#contentsArea .choiceBox {
	line-height: 1.3;
	margin: 0 10px 10px;
	overflow: hidden;
	zoom: 1;
}
/* leftColumn */
#contentsArea .choiceBox .leftColumn {
	float: left;
	width: 250px;
	padding: 3px 0;
	background-image: url(/img/style/common/line_dotted_blue_v.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
}
#contentsArea .choiceBox .leftColumn dt {
	margin-bottom: 8px;
	padding: 0 0 0 10px;
	background-image: url(/img/style/common/icon_tri_orange.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	color: #00499d;
	font-size: 82%;
	font-weight: bold;
}
#contentsArea .choiceBox .leftColumn dd {
	font-size: 82%;
}
#contentsArea .choiceBox .leftColumn dd ul li {
	margin-bottom: 5px;
	padding: 0 0 0 6px;
	background-image: url(/img/style/common/icon_dot_gray.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
}
/* rightColumn */
#contentsArea .choiceBox .rightColumn {
	float: right;
	width: 250px;
	padding: 3px 0;
}
#contentsArea .choiceBox .rightColumn dl {
	margin-top: 10px;
	padding: 11px 0 0 5px;
	background-image: url(/img/style/common/line_dotted_blue.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#contentsArea .choiceBox .rightColumn dl:first-child {
	margin-top: 0;
	padding-top: 0;
	background-image: none;
}
#contentsArea .choiceBox .rightColumn dt {
	margin-bottom: 8px;
	padding: 0 0 0 10px;
	background-image: url(/img/style/common/icon_tri_orange.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	color: #00499d;
	font-size: 82%;
	font-weight: bold;
}
#contentsArea .choiceBox .rightColumn dd {
	font-size: 82%;
}
#contentsArea .choiceBox .rightColumn dd ul li {
	margin-bottom: 5px;
	padding: 0 0 0 6px;
	background-image: url(/img/style/common/icon_dot_gray.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
}

#contentsArea .choiceBox .rightColumn dd ul {
	overflow: hidden;
}
#contentsArea .choiceBox .rightColumn dd ul.inline li {
	display: inline-block;
	min-width: 80px;
}
*:first-child+html #contentsArea .choiceBox .rightColumn dd ul.inline li {
	display: inline;
	zoom: 1;
}


/* counselingBox
---------------------------------------- */
#contentsArea .counselingBox {
	margin: 0 10px 10px;
}
#contentsArea .counselingBox p {
	line-height: 1.3;
	margin-bottom: 15px;
	font-size: 82%;
}
#contentsArea .counselingBox .counselingInner {
	overflow: hidden;
	zoom: 1;
}
#contentsArea .counselingBox .counselingInner .leftColumn {
	float: left;
	width: 235px;
}
#contentsArea .counselingBox .counselingInner .rightColumn {
	float: right;
	width: 265px;
}
#contentsArea .counselingBox .counselingInner .rightColumn dl {
	margin-top: 15px;
}
#contentsArea .counselingBox .counselingInner .rightColumn dl:first-child {
	margin-top: 0;
}
#contentsArea .counselingBox .counselingInner .rightColumn dt {
	margin-bottom: 5px;
	padding: 0 0 0 10px;
	background-image: url(/img/style/common/icon_tri_orange.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	color: #00499d;
	font-size: 82%;
	font-weight: bold;
}


/* campaignBox
---------------------------------------- */
#contentsArea .campaignBox {
	height: 91px;
	margin: 0 0 10px;
	background-color: #fff;
}
/* jsonp load error */
#contentsArea .campaignBox .noJsonp {
	padding-top: 40px;
	text-align: center;
	font-size: 82%;
}
/* loading animation */
#contentsArea .campaignBox .campaignLoading {
	height: 91px;
	background-image: url(/img/style/common/img_loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#contentsArea .campaignBox .campaignLoading img{
	display: none;
}
/* no script */
#contentsArea .campaignBox .campaignLoading noscript p {
	padding-top: 40px;
	text-align: center;
	font-size: 82%;
}
/* carousel */
#contentsArea #campaignWrap {
	position: relative;
	width: 100%;
	height: 91px;
	overflow: hidden;
}
#contentsArea #campaignWrap .carousel {
	position: absolute;
	top: 10px;
	left: 26px;
	width: 479px;
	height: 70px;
	overflow: hidden;
	zoom: 1;
}
#contentsArea #campaignWrap .carousel li {
	position: absolute;
	width: 86px;
	height: 66px;
}
#contentsArea #campaignWrap .carousel li a {
	display: block;
	margin: 7px 0 0 3px;
}
#contentsArea #campaignWrap .carousel li.active a {
	margin: 0;
	padding: 1px;
	border: 2px solid #ff0000;
	background: #fff;
}

/* prevBtn */
#contentsArea #campaignWrap .prevBtn {
	position: absolute;
	top: 0;
	left: 6px;
	width: 19px;
	height: 91px;
	background-image: url(/img/style/common/sprite_btn_carousel.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}
/* nextBtn */
#contentsArea #campaignWrap .nextBtn {
	position: absolute;
	top: 0;
	right: 6px;
	width: 19px;
	height: 91px;
	background-image: url(/img/style/common/sprite_btn_carousel.gif);
	background-repeat: no-repeat;
	background-position: -30px 0;
	cursor: pointer;
}


/* knowledgeBox
---------------------------------------- */
#contentsArea .knowledgeBox {
	margin: 0 10px 10px;
}
#contentsArea .knowledgeBox .knowledgeContent {
	margin-bottom: 10px;
	overflow: hidden;
	zoom: 1;
}
#contentsArea .knowledgeBox .knowledgeContent .figure{
	float: left;
	margin-right: 10px;
}
#contentsArea .knowledgeBox .knowledgeContent .info {
	overflow: hidden;
	line-height: 1.3;
	zoom: 1;
}
#contentsArea .knowledgeBox .knowledgeContent .info .ttl {
	margin-bottom: 5px;
	color: #1780d5;
	font-size: 90%;
	font-weight: bold;
}
#contentsArea .knowledgeBox .knowledgeContent .info .text {
	margin-bottom: 5px;
	font-size: 82%;
	word-wrap: break-word;
}
#contentsArea .knowledgeBox .knowledgeContent .info .link {
	text-align: right;
	font-size: 82%;
}


/* companyBox
---------------------------------------- */
#contentsArea .companyBox {
	margin: 0 10px 10px;
	overflow: hidden;
}
#contentsArea .companyBox .companyNumber {
	margin-bottom: 8px;
	text-align: right;
	font-size: 82%;
}
/* companyList */
#contentsArea .companyBox .companyList h3 {
	margin-bottom: 4px;
	padding: 3px 0 3px 12px;
	background: url(/img/style/common/bg_title_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #00499d;
	font-size: 90%;
	font-weight: bold;
}
#contentsArea .companyBox .companyList ul {
	width: 525px;
	margin-bottom: 15px;
	padding-top: 9px;
	background: url(/img/style/common/line_dot_blue_02.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	overflow: hidden;
	zoom: 1;
}
#contentsArea .companyBox .companyList ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 5px 0;
}
*:first-child+html #contentsArea .companyBox .companyList ul li {
	display: inline;
	zoom: 1;
}
#contentsArea .companyBox .companyList ul li a {
	display: block;
	width: 116px;
}
#contentsArea .companyBox .companyList ul li img {
	display: block;
	border: #bfbfbf solid 1px;
}

/* dialog
---------------------------------------- */
div#dialogs {
	display: none;
}

div.insertArea {
	width: 700px;
	margin: 20px auto 0;
	color:#333333;
}
div.insertArea div.headline {
	padding: 1px;
	background: #e0ecfb;
	border-left: 1px solid #3474bb;
	border-right: 1px solid #3474bb;
	border-top: 1px solid #3474bb;
	text-align: left;
}
div.insertArea div.headline div {
	background: #74a7e0;
	color: #ffffff;
	font-weight: bold;
	padding: 7px 9px;
}
div.insertArea table.itemlistTable {
	border-top: 1px solid #7fa3cc;
	border-left: 1px solid #7fa3cc;
	text-align: left;
}
div.insertArea table.itemlistTable th {
	padding: 8px 10px;
	border-right: 1px solid #7fa3cc;
	border-bottom: 1px solid #7fa3cc;
	color: #00499d;
	background: #e4effd;
	font-weight: normal;
}
div.insertArea table.itemlistTable td {
	padding: 8px 10px;
	border-right: 1px solid #7fa3cc;
	border-bottom: 1px solid #7fa3cc;
	background: #ffffff;
}
div.insertArea table.itemlistTable .feeIndex .itemName {
	width: 140px;
}
div.insertArea table.itemlistTable .feeIndex .planName {
	width: 175px;
}
div.insertArea table.itemlistTable .feeIndex .condition {
	width: 321px;
}
div.insertArea table.itemlistTable .feeContents td.itemName {
	width: 140px;
}
div.insertArea table.itemlistTable .feeContents td.planName {
	width: 175px;
}
div.insertArea table.itemlistTable .feeContents td.detail {
	width: 321px;
}

/* IE width fix */

div.insertArea table.itemlistTable .feeContents .mainName {
	display: block;
	font-weight: bold;
}
div.insertArea table.itemlistTable .feeContents td.detail {
	vertical-align: top;
	background: #fffae4;
}
div.insertArea table.itemlistTable .feeContents td.detail ul {
	width: 321px;
	line-height: 1.4;
}
div.insertArea table.itemlistTable .feeContents td.detail ul li {
	padding-left: 3px;
}

div.insertArea table.itemlistTable .feeContents td.detail ul .support {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}



div#choiceArea {
	width: 100%;
	margin: -15px 0 0;
	background: #ffffff;
	text-align: left;
}

* html div#choiceArea {
	padding: 10px;
}

div.areaList {
	overflow: hidden;
	margin-bottom: 15px;
	padding: 0 10px;
	border: 1px solid #3474bb;
}

div#choiceArea dl {
	padding: 12px 5px 5px;
	border-top: 1px solid #dcdcdc;
}

div#choiceArea dl.first {
	border-top:0;
}
div#choiceArea dl.otheritem {
	border-top:3px double #dcdcdc;
}


div#choiceArea dl dt {
	font-weight: bold;
	margin-bottom: 10px;
	color: #00499d;
}
div#choiceArea dl dd {
	margin-bottom: 5px;
}
div#choiceAreaul.inlineList {
	font-size: 90%;
}
div#choiceArea ul.inlineList li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
}

* html div#choiceArea ul.inlineList li {
	display: inline;
}
*:first-child+html div#choiceArea ul.inlineList li {
	display: inline;
}

div#choiceArea ul.inlineList li{
	margin-right: 5px;
	width: 110px;
}

div#choiceArea ul.inlineList li.lw {
    width: 125px;
}

div#choiceArea dl.otheritem ul.inlineList li{
	width: 500px;
}

* html div#choiceArea ul.inlineList li {
    width: 105px;
}

* html div#choiceArea ul.inlineList li.lw {
    width: 130px;
}

:first-child + html div#choiceArea ul.inlineList li {
    width: 105px;
}

:first-child + html div#choiceArea ul.inlineList li.lw {
    width: 125px;
}

div#choiceArea ul.inlineList li label {
	display: inline-block;
	vertical-align: top;
	padding-left: 5px;
}
div#choiceArea div.actionArea {
	text-align: center;
}
div#choiceArea div.actionArea button {
	border: 1px solid #707070;
}




/* gotoTop
---------------------------------------- */
#contentsArea .gotoTop {
	padding: 5px 0;
	text-align:right;
}
#contentsArea .gotoTop a {
	display: inline-block;
	background: url(/img/style/common/icon_arrow_top.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-size: 82%;
	padding-left: 15px;
}


/* thickbox
---------------------------------------- */
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

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

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

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

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #fff;
	text-align:left;
	top:50%;
	left:49.5%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	padding: 15px;
	_padding: 0;
	_margin: 15px;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
/*	padding:11px 25px 10px 0;
*/	padding:4px 25px 4px 0 !important;
	float:right;
}

#TB_closeAjaxWindow{
	padding:10px 0;
	margin-bottom:1px;
	text-align: center;
}


#TB_closeAjaxWindow a {
	display: inline-block;
	padding: 8px 25px 7px;
	border: 1px solid #afafaf;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #dedede; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dedede 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dedede 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#dedede 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#dedede 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#dedede 100%); /* W3C */
    box-shadow: 1px 1px 1px 0 rgba(118,118,118, 0.4), inset 0px 0px 0px 1px #ffffff;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(118,118,118, 0.4), inset 0px 0px 0px 1px #ffffff;
    -moz-box-shadow: 1px 1px 1px 0 rgba(118,118,118, 0.4), inset 0px 0px 0px 1px #ffffff;
	text-decoration: none;
	color: #757575;
	font-weight: bold;
}
#TB_closeAjaxWindow a:hover {
	background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%); /* W3C */
	color: #757575;
}


#TB_ajaxWindowTitle{
	float:left;
	padding:0 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	/*Title
	background-color:#e8e8e8;
	*/
	background: #fff;
}

#TB_ajaxContent{
	clear:both;
	padding:15px 15px 0 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_ajaxContent div.favoritesInsert{
	width: 600px;
}

#TB_ajaxContent .favorites{
	margin-top: 80px;
	text-align: center;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#TB_ajaxContent .favorites ul.noDateList {
	overflow: auto;
	margin: 20px 50px 0;
	text-align: left;
	height: 86px;
}

#TB_ajaxContent .favorites ul.noDateList li{
	padding: 0 0 3px 15px;
	line-height: 100%;
	background: url(../img/icon_doc_list.gif) no-repeat 0 50%;
	font-weight: normal;
}

#TB_ajaxContent .favorites ul.favoritesBtn {
	margin-top: 50px;
	text-align: center;
}

#TB_ajaxContent .favorites ul.favoritesBtn li {
	display: inline-block;
	margin: 0 40px;
}

* html #TB_ajaxContent .favorites ul.favoritesBtn li,
* html #TB_ajaxContent .favorites ul.favoritesBtn li a{
	display: inline;
	zoom:1;
}
*:first-child+html #TB_ajaxContent .favorites ul.favoritesBtn li,
*:first-child+html html #TB_ajaxContent .favorites ul.favoritesBtn li a{
	display: inline;
	zoom:1;
}

#TB_ajaxContent .favorites ul.favoritesBtn li a.cancel{
	display: inline-block;
	width: 98px;
	padding: 8px 0 7px;
	border: 1px solid #afafaf;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #dedede; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dedede 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dedede 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#dedede 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#dedede 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#dedede 100%); /* W3C */
    box-shadow: 1px 1px 1px 0 rgba(118,118,118, 0.4), inset 0px 0px 0px 1px #ffffff;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(118,118,118, 0.4), inset 0px 0px 0px 1px #ffffff;
    -moz-box-shadow: 1px 1px 1px 0 rgba(118,118,118, 0.4), inset 0px 0px 0px 1px #ffffff;
	text-decoration: none;
	text-align: center;
	color: #757575;
	font-size: 12px;
	font-weight: bold;
}

#TB_ajaxContent .favorites ul.favoritesBtn li a.cencel:hover {
	background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%); /* W3C */
	color: #757575;
}

#TB_ajaxContent .favorites ul.favoritesBtn li a.yes{
	display: inline-block;
	width: 98px;
	padding: 8px 0 7px;
	border: 1px solid #4cacff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #40a6ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #a6d6ff 0%, #45a8ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a6d6ff), color-stop(100%,#45a8ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a6d6ff 0%,#45a8ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a6d6ff 0%,#45a8ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a6d6ff 0%,#45a8ff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a6d6ff 0%,#45a8ff 100%); /* W3C */
    box-shadow: 1px 1px 1px 0 rgba(118,118,118, 0.4), inset 0px 0px 0px 1px #a6d6ff;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(118,118,118, 0.4), inset 0px 0px 0px 1px #a6d6ff;
    -moz-box-shadow: 1px 1px 1px 0 rgba(118,118,118, 0.4), inset 0px 0px 0px 1px #a6d6ff;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#TB_ajaxContent .favorites ul.favoritesBtn li a.continnue{
	display: inline-block;
	padding: 8px 15px 7px;
	border: 1px solid #4cacff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #40a6ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #a6d6ff 0%, #45a8ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a6d6ff), color-stop(100%,#45a8ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a6d6ff 0%,#45a8ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a6d6ff 0%,#45a8ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a6d6ff 0%,#45a8ff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a6d6ff 0%,#45a8ff 100%); /* W3C */
    box-shadow: 1px 1px 1px 0 rgba(118,118,118, 0.4), inset 0px 0px 0px 1px #a6d6ff;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(118,118,118, 0.4), inset 0px 0px 0px 1px #a6d6ff;
    -moz-box-shadow: 1px 1px 1px 0 rgba(118,118,118, 0.4), inset 0px 0px 0px 1px #a6d6ff;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#TB_ajaxContent .favorites ul.favoritesBtn li a.yes:hover,
#TB_ajaxContent .favorites ul.favoritesBtn li a.continnue:hover {
background: -moz-linear-gradient(top,  #a6d6ff 0%, #63b6ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63b6ff), color-stop(100%,#45a8ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a6d6ff 0%,#63b6ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a6d6ff 0%,#63b6ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a6d6ff 0%,#63b6ff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a6d6ff 0%,#63b6ff 100%); /* W3C */
}




#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

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

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

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

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#TB_window .TB_dialogTitle{
	font-size: 135%;
	color: #bf0000;
	font-weight: bold;
}



/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(../img/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(../img/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(../img/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(../img/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(../img/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(../img/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(../img/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/img/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/img/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/img/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/img/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../img/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/img/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/img/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/img/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(../img/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .5;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(../img/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .2;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }



