@charset "UTF-8";
/* CSS Document */

/* Import "PT Sans Narrow" font from Google fonts */
@import url(fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);


/*
---------------------------------------------------------------
  Note that styles you apply to the main menu items are inherited by the sub menus items too.
  If you'd like to avoid this, you could use child selectors (not supported by IE6) - for example:
  .sm-blue > li > a { ... } instead of .sm-blue a { ... }
---------------------------------------------------------------*/


/* Menu box
===================*/

	


/*
---------------------------------------------------------------
  Responsiveness
  These will make the sub menus collapsible when the screen width is too small.
---------------------------------------------------------------*/


/* decrease horizontal main menu items left/right padding to avoid wrapping */


@media screen and (max-width: 480px) {

	.sm-blue02 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;			/*background-image: url(../../images/common/menu_bg06.jpg);
			background:#3193c0;  Old browsers 
		background-image:url(css-gradients-fallback/main-menu-bg.png);
		background-image:-moz-linear-gradient(top,#4cb1e0 0%,#1675a1 100%);
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4cb1e0),color-stop(100%,#1675a1));
		background-image:-webkit-linear-gradient(top,#4cb1e0 0%,#1675a1 100%);
		background-image:-o-linear-gradient(top,#4cb1e0 0%,#1675a1 100%);
		background-image:-ms-linear-gradient(top,#4cb1e0 0%,#1675a1 100%);
		background-image:linear-gradient(top,#4cb1e0 0%,#1675a1 100%);
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
		border-radius:8px;
		-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3);
		-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3);
		box-shadow:0 1px 1px rgba(0,0,0,0.3);*/
	}
	.sm-blue02-vertical {
		-moz-box-shadow:0 1px 4px rgba(0,0,0,0.3);
		-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3);
		box-shadow:0 1px 4px rgba(0,0,0,0.3);
	}
	.sm-blue02 ul {
	/*-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;*/
	-moz-box-shadow: 0 5px 12px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 5px 12px rgba(0,0,0,0.8);
	box-shadow: 0 5px 12px rgba(0,0,0,0.8);
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
	/*background-image: url(../../images/common/menu_bg06.jpg);*/
	}
	/* for vertical main menu subs and 2+ level horizontal main menu subs round all corners */
	.sm-blue02-vertical ul,
	.sm-blue02 ul ul {
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		/*border-radius:4px;*/
	}


/* Menu items
===================*/

	.sm-blue02 a {
	color: #000;
	font-size: 18px;
	line-height: 16px;
	/*font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;*/
	font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-weight: 300;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 7px;	/*text-shadow: 0 1px 0 rgba(0,0,0,0.3);*/
	/*background-color: #F0EFE3;
	background-image: url(../../images/common/menu_bg06.jpg);*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	}
	.sm-blue02 a:hover, .sm-blue02 a:focus, .sm-blue02 a:active,
	.sm-blue02 a.highlighted {
	background-color: rgba(255,255,255,0.8);
	}
	.sm-blue02-vertical a {
		padding:9px 40px 8px 23px;
		background:#3193c0; /* Old browsers */
		/*background-image:url(css-gradients-fallback/vertical-main-item-bg.png);*/
		background-image: url(../../images/common/bg_orenji.jpg);
		
		/*background-image:-moz-linear-gradient(top,#3fa3d1 0%,#2586b3 100%);
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#3fa3d1),color-stop(100%,#2586b3));
		background-image:-webkit-linear-gradient(top,#3fa3d1 0%,#2586b3 100%);
		background-image:-o-linear-gradient(top,#3fa3d1 0%,#2586b3 100%);
		background-image:-ms-linear-gradient(top,#3fa3d1 0%,#2586b3 100%);
		background-image:linear-gradient(top,#3fa3d1 0%,#2586b3 100%);*/
	}
	.sm-blue02 ul a {
	color: #333333;
	font-size: 16px;
	text-shadow: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;	/*background-color: transparent;*/
	padding-top: 13px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 23px;
		background: rgba(255,255,255,0.6);
	}
	.sm-blue02 ul a:hover, .sm-blue02 ul a:focus, .sm-blue02 ul a:active,
	.sm-blue02 ul a.highlighted {
	/*background:#3193c0;  Old browsers */
		/*background-image:url(css-gradients-fallback/main-menu-bg.png);
		background-image:-moz-linear-gradient(top,#4cb1e0 0%,#1675a1 100%);
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4cb1e0),color-stop(100%,#1675a1));
		background-image:-webkit-linear-gradient(top,#4cb1e0 0%,#1675a1 100%);
		background-image:-o-linear-gradient(top,#4cb1e0 0%,#1675a1 100%);
		background-image:-ms-linear-gradient(top,#4cb1e0 0%,#1675a1 100%);
		background-image:linear-gradient(top,#4cb1e0 0%,#1675a1 100%);
	color: #D3D6D6;
	/*text-shadow: 0 1px 0 rgba(0,0,0,0.3);*/
	}
	/* current items - add the class manually to some item or check the "markCurrentItem" script option */
	.sm-blue02 a.current, .sm-blue02 a.current:hover, .sm-blue02 a.current:focus, .sm-blue02 a.current:active,
	.sm-blue02 ul a.current, .sm-blue02 ul a.current:hover, .sm-blue02 ul a.current:focus, .sm-blue02 ul a.current:active {
		/*background:#006892;
		background-image:url(css-gradients-fallback/current-item-bg.png);
		background-image:-moz-linear-gradient(top,#005a84 0%,#00749f 100%);
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#005a84),color-stop(100%,#00749f));
		background-image:-webkit-linear-gradient(top,#005a84 0%,#00749f 100%);
		background-image:-o-linear-gradient(top,#005a84 0%,#00749f 100%);
		background-image:-ms-linear-gradient(top,#005a84 0%,#00749f 100%);
		background-image:linear-gradient(top,#005a84 0%,#00749f 100%);*/
		color:#fff;
		text-shadow:0 1px 0 rgba(0,0,0,0.3);
	}
	/* round the left corners of the first item for horizontal main menu */
	.sm-blue02 > li:first-child > a {
		/*-moz-border-radius:8px 0 0 8px;
		-webkit-border-radius:8px 0 0 8px;
		border-radius:8px 0 0 8px;*/
	}
	/* round the corners of the first and last items for vertical main menu */
	.sm-blue02-vertical > li:first-child > a {
		-moz-border-radius:8px 8px 0 0;
		-webkit-border-radius:8px 8px 0 0;
		border-radius:8px 8px 0 0;
	}
	.sm-blue02-vertical > li:last-child > a {
		-moz-border-radius:0 0 8px 8px;
		-webkit-border-radius:0 0 8px 8px;
		border-radius:0 0 8px 8px;
	}
	.sm-blue02 a.has-submenu {

	}


/* Sub menu indicators
===================*/

	.sm-blue02 a span.sub-arrow {
		position:absolute;
		bottom:2px;
		left:50%;
		margin-left:-5px;
		/* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
		width:0;
		height:0;
		overflow:hidden;
		/*border-width:5px; /* tweak size of the arrow */
		/*border-style:solid dashed dashed dashed;
		border-color:#a4cde1 transparent transparent transparent;*/
	}
	.sm-blue02-vertical a span.sub-arrow,
 	.sm-blue02 ul a span.sub-arrow {
		bottom:auto;
		top:50%;
		margin-top:-5px;
		right:15px;
		left:auto;
		margin-left:0;
		border-style:dashed dashed dashed solid;
		border-color:transparent transparent transparent #a4cde1;
	}


/* Items separators
===================*/

	.sm-blue02 li {
		/*border-left:1px solid #1a8bb9;*/
		width: 50%;
	}
	.sm-blue02 li:first-child,
	.sm-blue02-vertical li,
	.sm-blue02 ul li {
		border-left:0;
	}


/* Scrolling arrows containers for tall sub menus - test sub menu: "Sub test" -> "more..." -> "more..." in the default download package
===================*/

	.sm-blue02 span.scroll-up, .sm-blue02 span.scroll-down {
		position:absolute;
		display:none;
		visibility:hidden;
		overflow:hidden;
		background:#ffffff;
		height:20px;
		/* width and position will be automatically set by the script */
	}
	.sm-blue02 span.scroll-up-arrow, .sm-blue02 span.scroll-down-arrow {
		position:absolute;
		top:-2px;
		left:50%;
		margin-left:-8px;
		/* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
		width:0;
		height:0;
		overflow:hidden;
		border-width:8px; /* tweak size of the arrow */
		border-style:dashed dashed solid dashed;
		border-color:transparent transparent #247eab transparent;
	}
	.sm-blue02 span.scroll-down-arrow {
		top:6px;
		border-style:solid dashed dashed dashed;
		border-color:#247eab transparent transparent transparent;
	}


}