/* COMMON */
body{
	font-family: "Open Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	color: #4D4D4D;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	text-align: left;
	padding: 0;
	margin: 0;
}

table {
	table-layout: fixed;
}

ul li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

img {
	border: 0;
	vertical-align: middle;
}

a:link {
	text-decoration: none;
	color: #299AD1;
	transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out; /* opera */
	-moz-transition: opacity 0.2s ease-in-out; /* firefox */
	-webkit-transition: opacity0.2s ease-in-out; /* chrome, safari */
	-ms-transition: opacity 0.2s ease-in-out; /* ie */
}

a:visited {
	text-decoration: none;
	color: #299AD1;
}

a:hover {
	text-decoration: none;
	opacity: 0.6;
}

a:hover img{
	opacity: 0.6;
}

a:active {
	text-decoration: none;
	color: #4F4E4D;
}

.com_width {
	width: 976px;
	margin: auto;
}

.com_inner_width {
	width: 930px;
	margin: auto;
}

#container {
	background-color: #ffffff;
}

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

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	height: auto;
	overflow: hidden;
}

.com_table {
	display: table;
	height: 100%;
}

.com_table > * {
	display: table-cell;
	vertical-align: middle;
}

.tColor {
	background-color: #ffffff; /* jsでロード時にセット */
}
/* /common END */

/* page scroll top */
#page-scroll{
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:60px;
	bottom:80px;
}

#page-scroll p{
	margin:0;
	padding:0;
	text-align:center;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

#move-page-scroll{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
/* /page scroll top END */

/* head title menu */
#header_title_menu {
	color: #ffffff;
	background-color: #333333;
	height: 60px;
}

#header_title_menu_in{
	height: 60px;
	width: 100%;
	display: table;
}

#header_title_menu h1 {
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
}

#header_title_menu h2 {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	font-size: 11px;
}

#header_title_menu h2 a:link{
	color: #ffffff;
}

#header_title_menu h2 a:visited{
	color: #ffffff;
}
/* head title menu END */

/* Breadcrumb */
.breadCrumbHolder {
	background-color: #333333;
	border-top: solid 1px #666666;
}

.breadCrumb {
	padding: 0;
	display: block;
	height: 21px;
	overflow: hidden;
	padding:5px;
}

.breadCrumb ul {
	padding: 0;
	height: 21px;
	display: block;
}

.breadCrumb li {
	display: block;
	float: left;
	position: relative;
	height: 21px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 21px;
	margin: 0px 6px 0px 0;
	padding: 0px 12px 0px 0;
	font-size: 11px;
	background: url(/jcms/img/chevron.png) no-repeat 100% 0;
}

.breadCrumb ul li span {
	display: block;
	overflow: hidden;
}

.breadCrumb ul li a {
	display: block;
	position: relative;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	float: left;
	color: #ffffff;
}

.breadCrumb ul li.first a {
	height: 16px !important;
	width:22px;
	padding: 0;
	margin-top: 2px;
	overflow: hidden;
	background:url(/jcms/img/pic_home.png) no-repeat 0 0;
}

.breadCrumb ul li.first a:hover {
	opacity: 0.6;
}

.breadCrumb ul li.last {
	background: none;
	opacity: 0.6;
	margin-right: 0;
	padding-right: 0;
}

.breadCrumbHolder {
	margin:0 0 0px 0;
}

.breadCrumb ul li div.over_bread {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.over_bread {
	height: 20px;
	width: 40px;
}

.foot_bread {
	background-color: #333333;
}
/* Breadcrumb END */

/* head navigation */
#top_fixed_menu {
	position: absolute;
	top: 162px;
	width: 100%;
	max-width: 1200px;
	z-index: 300;
}

#head_navigation {
	position: relative;
	background-color: #7c7c7c;
	height: 30px;
	width: auto;
	font-size: 11px;
	color: #ffffff;
}

#head_navigation > div {
	position: relative;
	height: 30px;
}

#head_navigation span:nth-child(3) {
	width: 32px;
}

.head_nav_top {
	cursor: pointer;
}

.head_nav_right {
	text-align: right;
}

#head_navigation a {
		color: #ffffff;
}
/* head navigation END*/

/* head hide navigation */
#head_hide_navigation {
	background-color: #454545;
	color: #ffffff;
	font-size: 14px;
	height: 30px;
	width: 100%;
	text-align: right;
	display: none;
}

#head_hide_navigation > div {
	position: relative;
	height: 30px;
}

#head_hide_navigation span{
	padding-right: 6px;
}

#head_hide_navigation a {
	color: #ffffff;
}
/* /head hide navigation END*/

/* head img area */
#top_header {
	position: relative;
	z-index: 110;
	overflow: hidden;
	max-height: 520px;
}

#top_header > img {
	min-width: 1200px;
	max-width: 1200px;
	min-height: 520px;
	max-height: 520px;
	z-index: 111;
}

#dup_img {
	position: relative;
	top: -519px;
	z-index: 112;
}

.top_header_wrap {
	z-index: 113;
}
/* head img are END */

/* top navigation */
#top_navigation {
	background-color: rgba(85,85,85,0.4);
	font-size: 12px;
	color: #ffffff;
	height: 83px;
	z-index: 801;
}

#top_navigation > div {
	position: relative;
	height: 30px;
}

#top_navigation_inner {
	display: none;
	height: 83px;
}

#top_navigation ul {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #ffffff;
	display: inline-block;
}

#top_navigation ul:before,
#top_navigation ul:after {
  content: "";
  display: table;
}

#top_navigation ul:after {
  clear: both;
}

#top_navigation ul > li {
	float: left;
	width: 130px;
	height: 82px;
	border: solid 1px #aeaeae;
	text-align: left;
	position: relative;
	text-align: center;
	word-wrap: break-word;
	word-break: break-all;
	line-height: 18px;
}

#top_navigation ul > li > div {
	display: table;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#top_navigation ul > li > div > div {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

#top_navigation ul > li > div > div >span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}

#top_navigation ul > li > div > div >span > p {
	text-align: left;
	word-wrap: break-word;
	word-break: break-all;
}

#top_navigation ul > li > ul > li {
	display: table;
	min-width: 138px;
	height : 100%;
	width: 100%;
	line-height: 16px;
	color: #444444;
	font-size: 12px;
	background-color: #ffffff;
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	word-break: keep-all;
}

#top_navigation ul > li:hover ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

#top_navigation li ul {
  position: absolute;
  left: 0;
  top: 82px;
  z-index: 802;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 200ms ease;
  -moz-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
/* /top navigation END */

/* read */
#read {
	position: absolute;
	top:80px;
	width: 930px;
	z-index: 115;
}

#read_pickup{
		margin-top: 80px;
}

#read_pickup span{
	color:#FFFFFF;
	font-size: 14px;
	font-weight:700;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #0071AB;
}

#read_pickup span:empty {
	visibility: hidden;
}

#read_title {
	margin-top: 20px;
	height: 100px;
	width: 100%;
}

#read_title h1 {
	font-size: 26px;
	font-weight: 100;
	line-height: 1.4em;
	word-wrap: break-word;
	word-break: break-all;
}

#read_text {
	height: 180px;
	width: 470px;
}

#read_text p{
	font-size: 15px;
	line-height: 1.6em;
}

.page_read_button {
	color:#FFFFFF;
	font-size:12px;
	font-weight:700;
	padding-left: 20px;
	padding-right: 20px;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
	background-color: #0071AB;
	border-top: solid 5px #0071AB;
	border-right: solid 20px #0071AB;
	border-bottom: solid 5px #0071AB;
	border-left: solid 20px #0071AB;
	border-radius:25px;
	opacity:0.8;
}

.page_read_button:empty {
	visibility: hidden;
}

/* inner navigation */
.inner_belt {
	color: #ffffff;
	height: auto;
	overflow: hidden;
}

#inner_nav a:link {
	color: #ffffff;
}

#inner_nav a:visited {
	color: #ffffff;
}

#inner_nav h2{
	height: 42.388px;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	font-size: 18px;
	text-align: center;
	font-weight: lighter;
	padding-left: 20px;
	padding-right: 20px;
}

#inner_nav h2:nth-child(1) {
	width: 486px;
}

#inner_nav h2:nth-child(2) {
	border-left: none;
	width: 487px;
}

#inner_nav h2:empty {
	display: none;
}

#inner_nav h2 > div {
	width: inherit;
	height: inherit;
}

.inner_nav_active {
	background-color: #ffffff;
}

.inner_nav_nonactive {
	transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out; /* opera */
	-moz-transition: background-color 0.2s ease-in-out; /* firefox */
	-webkit-transition: background-color 0.2s ease-in-out; /* chrome, safari */
	-ms-transition: background-color 0.2s ease-in-out; /* ie */
}

.inner_nav_nonactive:hover {
	background-color: #eb6100;
}

.inner_box div{
	height: 38px;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	/*border-bottom: solid 1px #ffffff;*/
	font-size: 14px;
	padding-left: 10px;
	transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out; /* opera */
	-moz-transition: background-color 0.2s ease-in-out; /* firefox */
	-webkit-transition: background-color 0.2s ease-in-out; /* chrome, safari */
	-ms-transition: background-color 0.2s ease-in-out; /* ie */
}

.inner_box div:nth-child(1) {
	width: 225px;
	padding-left: 20px;
}

.inner_box div:nth-child(2) {
	width: 230px;
	border-left: none;
}

.inner_box div:nth-child(3) {
	width: 230px;
	border-left: none;
}

.inner_box div:nth-child(4) {
	border-left: none;
	padding-right: 20px;
}

.inner_box div:empty {
	visibility: hidden;
}

.inner_box_active {
	background-color: #eb6100;
	/*cursor: pointer;*/
}

/*
.inner_box div:hover {
	background-color: #eb6100;
}
*/

.inner_box img {
	margin-right: 4px;
	width: 22px;
}
/* /inner navigation END*/

/* innerRead on gray */
#inner_read_gray {
	width: inherit;
	background-color: #E6E6E6;
	margin-top: 0px;
	word-wrap: break-word;
	word-break: break-all;
}

#inner_read_gray p {
	font-size: 15px;
	line-height: 28px;
	font-weight: 500;
	padding-bottom: 20px;
	padding-top: 20px;
	max-height: 100%;
}
/* /innerRead on gray END*/

/* for article_detail common */
.article_detail h3 {
		font-size: 21px;
		font-weight: lighter;
		line-height: 28px;
		word-wrap: break-word;
		word-break: break-all;
		padding-bottom: 10px;
		margin-bottom: 20px;
		padding-top: 40px;
		border-bottom: solid 1px #111111;
		max-height: 100%;
}

.article_detail h3:empty {
	display: none;
}

.article_detail p {
	font-size: 15px;
	line-height: 28px;
	word-wrap: break-word;
	word-break: break-all;
	max-height: 100%;
}

.art_image {
	margin-top: 10px;
	margin-bottom: 16px;
}

.art_img_title {
	background-color: #333333;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 12px;
	padding-right: 8px;
	word-wrap: break-word;
	word-break: break-all;
}

.art_img_title:empty {
	display: none;
}

.art_img_box {
	width: 100%;
	background-color: #E5E5E5;
	text-align: center;
}

.art_img_box > img {
	max-width: 100%;
	height: auto;
}

.art_img_cap {
	background-color: #E6E6E6;
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 8px;
	color: #636F87;
	font-size: 13px;
	line-height: 20px;
	word-wrap: break-word;
	word-break: break-all;
}

.art_img_cap:empty {
	display: none;
}
/* /for article common END*/

/* Layout 0 */
.article0 h3 {
	width: inherit;
}

.article0 img {
	max-width: 930px;
}

.article0 > .art_image {
	width: inherit;
}
/* /Layout 0 END*/

/* Layout 1 */
.article1 h3 {
	width: inherit;
}

.article1 img {
	max-width: 270px;
}

.art1_left {
	width: 639px;
	padding-right: 40px;
	vertical-align: top;
}

.art1_right {
	width: 270px;
	vertical-align: top;
}
/* /Layout 1 END*/

/* Layout 2 */
.article2 h3 {
	width: inherit;
}

.article2 img {
	max-width: 431px;
}

.art2_left{
	width: 431px;
	font-size: 15pt;
	vertical-align: top;
	padding-right: 64px;
}

.art2_right{
	width: 431px;
	font-size: 15pt;
	vertical-align: top;
}
/* /Layout 2 END */

/* Layout 3 */
.article3 h3 {
	width: inherit;
}

.article3 img {
	max-width: 455px;
}

.art3_left{
	width: 440px;
	vertical-align: top;
	padding-right: 35px;
}

.art3_right{
	width: 455px;
	vertical-align: top;
}
/* /Layout 3 END */

/* lineup  */
.lineup {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-image: -moz-linear-gradient(top, #f1f1f1, #e7e7e7);
	background-image: -ms-linear-gradient(top, #f1f1f1, #e7e7e7);
	background-image: -o-linear-gradient(top, #f1f1f1, #e7e7e7);
	background-image: -webkit-linear-gradient(top, #f1f1f1, #e7e7e7);
	background-image: linear-gradient(top, #f1f1f1, #e7e7e7);
}

.lineup h3{
	font-size: 21px;
	font-weight: lighter;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: solid 1px #999999;
}

.list_lineup_wrap {
	margin-top: 10px;
	padding-bottom: 20px;
}
/* /lineup END*/

/* article */
.article {
	width: 438px;
	min-height: 440px;
	float: left;
	margin-top: 10px;
}

.article:nth-child(even) {
	margin-left: 10px;
}

.article:nth-child(odd) {
	margin-left: 40px;
}

.art_pickup {
	height: 30px;
}

.art_pickup span{
	color:#FFFFFF;
	font-size: 14px;
	height: 30px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #0071AB;
}

.art_pickup span:empty {
	display: none;
}

.article h4{
	font-size: 18px;
	font-weight: 100;
	line-height: 22px;
	padding-bottom: 4px;
	margin-left: 6px;
	vertical-align: bottom;
	word-wrap: break-word;
	word-break: break-all;
	display: none;
	/*display: table-cell;*/
}

.section {
	cursor: pointer;
	transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out; /* opera */
	-moz-transition: background-color 0.2s ease-in-out; /* firefox */
	-webkit-transition: background-color 0.2s ease-in-out; /* chrome, safari */
	-ms-transition: background-color 0.2s ease-in-out; /* ie */
}

.section:hover {
		background-color: #EBEBEB;
}

.art_box {
	width: 424px;
	height: 275px;
	/*height:338px;*/
	border: solid 1px #B3B3B3;
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	background-color: #ffffff;
	display: table;
	padding-top: 14px;
	padding-bottom: 14px;
	overflow: hidden;
}

.art_inner {
	margin-left: 24px;
	margin-top: 16px;
}

.art_img {
	height: 150px;
	width: 150px;
	vertical-align: top;
}

.art_box img {
	max-height: 150px;
	max-width: 150px;
}

.art_box_scale {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.art_text {
	width: 215px;
	font-size: 14px;
	line-height: 21px;
	vertical-align: top;
	padding-left: 16px;
	word-wrap: break-word;
	word-break: break-all;
	height: auto;
}

.title1 {
	font-size: 14px;
	min-height: 26px;
	height: auto;
	margin-bottom: 8px;
}

.title2 {
	font-size: 16pt;
	min-height: 30px;
	height: auto;
	margin-bottom: 16px;
}

.intro {
	max-height: 151px;
	/*max-height: 180px;*/
	overflow: hidden;
}

.art_cap {
	background-color: #E6E6E6;
	width: 424px;
	min-height: 76px;
	height: auto;
	border-top: solid 1px #B3B3B3;
	border-left: solid 1px #B3B3B3;
	border-right: solid 1px #B3B3B3;
	border-bottom: solid 1px #B3B3B3;
	border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px;
	color: #4D4D4D;
	position: relative;
	top: -8px;
	/*top: -74px;*/
	left: 0px;
}

.art_cap:before {
	content:".";
	display:block;
	float:left;
	width:0px;
	height:76px;
	opacity:0;
}

.biko {
	font-size: 18px;
	padding-left: 20px;
	line-height: 26px;
	word-wrap: break-word;
	word-break: break-all;
	width: 250px;
	padding-right: 10px;
}

.biko_button {
	text-align: center;
}

.biko_button div{
	color:#FFFFFF;
	font-size:12px;
	font-weight:700;
	margin-right: 20px;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
	background-color: #0071AB;
	border-top: solid 5px #0071AB;
	border-right: solid 20px #0071AB;
	border-bottom: solid 5px #0071AB;
	border-left: solid 20px #0071AB;
	border-radius:25px;
	opacity:0.8;
	word-wrap: break-word;
	word-break: break-all;
	width: auto;
}

.biko_button div:empty {
	visibility: hidden;
}

.biko_button:before {
	content:".";
	display:block;
	float:left;
	width:50px;
	height:0px;
	opacity:0;
}
/* /article END */

/* img modal */
#modal-win {
	width: 100%;
	position: absolute;
	z-index: 1001;
}

#modal-win-inner {
	border: solid 	1px #000000;
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e7e7e7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e7e7e7')";
	background-image: -moz-linear-gradient(top, #ffffff, #e7e7e7);
	background-image: -ms-linear-gradient(top, #ffffff, #e7e7e7);
	background-image: -o-linear-gradient(top, #ffffff, #e7e7e7);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e7e7e7));
	background-image: -webkit-linear-gradient(top, #ffffff, #e7e7e7);
	background-image: linear-gradient(top, #ffffff, #e7e7e7);
	margin: auto;
	position: relative;
	z-index: 1002;
	padding-top: 25px;
	text-align: center;
}

#inner_img {
	position: relative;
	top: -30px;
}

#modal-win-inner img {
	border: solid 1px #000000;
}

#modal-bg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	cursor: pointer;
}

#modal_close {
	border: 0;
	width: 100%;
	height: 30px;
	z-index: 1003;
	position: relative;
	top: -40px;
	left: 50%;
	cursor: pointer;
}

#modal_close img {
	border: 0;
	text-align: right;
}

#modal_html {
	border: solid 2px #adadad;
	margin: auto;
	padding-left: 20px;
	padding-top: 20px;
	background-color: #ffffff;
}
/* /img modal END */

/* detail page */
/* detail page / top navigation */
#detail_top_navigation {
		background-color: rgba(85,85,85,0.4);
		font-size: 10px;
		color: #444444;
		height: 83px;
		z-index: 801;
}

#detail_top_navigation > div {
	position: relative;
	height: 83px;
}

#detail_top_navigation_head {
	height: 83px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	float: left;
}

#detail_top_navigation_head > div {
	display: table;
	height: 100%;
	width: 130px;
}

#detail_top_navigation_head > div > span {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

#detail_top_navigation_head > div > span > p {
	display: inline-block;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
}

#detail_top_navigation_inner {
	vertical-align: top;
	display: none;
}

#detail_top_navigation ul {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
	display: inline-block;
	width: 800px;
}

#detail_top_navigation ul:before,
#detail_top_navigation ul:after {
  content: "";
  display: table;
}

#detail_top_navigation ul:after {
  clear: both;
}

#detail_top_navigation ul > li {
	float: left;
	width: 157px;
	height: 39px;
	font-size: 12px;
	border: solid 1px #aeaeae;
	text-align: left;
	position: relative;
	text-align: center;
	background-color: #dddddd;
	line-height: 14px;
}

#detail_top_navigation ul > li:hover {
	color: #ffffff;
	cursor: pointer;
}

#detail_top_navigation ul > li > div {
	display: table;
	width: 100%;
	height: 100%;
}

#detail_top_navigation ul > li > div > div {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

#detail_top_navigation ul > li > div > div >span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
}

#detail_top_navigation ul > li > div > div >span > p {
	text-align: left;
}

#detail_top_navigation ul > li > ul {
	width: auto;
}

#detail_top_navigation ul > li > ul > li {
	display: inline-block;
	width: 138px;
	min-width: 138px;
	height : 100%;
	width: 100%;
	line-height: 16px;
	color: #444444;
	font-size: 12px;
	background-color: #ffffff;
	word-break: keep-all;
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

#detail_top_navigation ul > li > ul > li:hover {
	color: #ffffff;
}

#detail_top_navigation li ul {
  position: absolute;
  left: 0;
  top: 39px;
  z-index: 802;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 200ms ease;
  -moz-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}

.top_nav_active {
	color: #ffffff;
}

#sub_menu_wrap {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	display: none;
	cursor: pointer;
}
