@charset "UTF-8";

/* #Reset & Basics
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Base styles
================================================== */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
* { -webkit-text-size-adjust: none; }
html {
  overflow-y: scroll;
}
body { 
  font: 13px 'Helvetica', Arial, sans-serif;
  color: #444;
  line-height: 1.6em;
}
h1, h2, h3 {
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 0.6em;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
}
p, ul, ol, pre, dl {
  margin-bottom: 0;
}
strong { font-weight: bold; }
pre, code {
  font-family: Monaco, monospace;
  font-size: 12px;
  background: #111;
  color: #F5F5F5;
}
p code {
  padding: 1px 3px;
}
pre {
  margin: 1em 0;
  padding: 10px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
ul, ol { padding-left: 1.3em;}
blockquote {
	margin: 0;
	font: italic 18px Georgia, serif;
}
dt {
  font-weight: bold;
  font-size: 14px;
}
dd + dt {
  margin-top: 0.5em;
}
dd {
  margin-left: 1.0em;
}
button {
  -webkit-appearance: push-button;
}


/* link
***************************************************************************/
a {
	color: #c00;
	text-decoration: underline;
}
a:hover {
	color: #f00;
	text-decoration: none;
}
a:active {
	background: hsla( 0, 100%, 100%, 0.5 );
}
a img {
	border: none;
}


/* wide img
***************************************************************************/
.wide img, .wide img, .wide img {
	display:block;
	max-width: 100%;
	height: auto;
}
.ie6 .wide img, .ie6 .wide img, .ie6 .wide img {
	width: 100%;
}


/* page top
***************************************************************************/
.pagetop {
	text-align: right;
}
.pagetop a {
}


/* Body
***************************************************************************/
body { 
	background: #eee;
	max-width: 1210px;
	width:expression(document.body.clientWidth > 1212? "1210px" : "auto");
	padding: 0 8px;
	margin: 0 auto;
	background: url(/images/body_bgimg.gif) repeat 0 0;
}
.ie body {
	min-width: 820px;
}


/* clearfix
***************************************************************************/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* loading
***************************************************************************/
.loading {
	margin: 15px;
	text-align:center;
}


/* headbar
***************************************************************************/
#headbar {
	text-align: right;
	font-size: 11px;
	padding: 0 10px;
	margin: 10px auto;
}
#headbar img {
	vertical-align: middle;
}
#headbar .ex-nav {
	display: inline;
	line-height:0;
}
#headbar .ex-nav ul,
#headbar .ex-nav h3 {
	display: inline;
	margin: 0;
	padding: 0;
}
#headbar .ex-nav h3 {
	margin-left: 1em;
}
#headbar .ex-nav li {
	display: inline;
	margin: 0 0 0 0.5em;
	padding-left: 8px;
	background: url(/images/head_bar_link.gif) no-repeat 0 center;
}
#headbar .ex-nav li:first-child {
}
#headbar .ex-nav a {
	color: #000;
	text-shadow: 1px 1px 1px #fff;
	text-decoration: none;
}
#headbar .ex-nav a:hover {
	color: #c00;
	text-decoration: underline;
}


/* container
***************************************************************************/
#container {

	background: #ccc;
	background: rgba(0,0,0,0.03);

	padding: 5px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 5px;
	clear: both;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
}
.ie #container {
	background: #bbb;
}


/* nav
***************************************************************************/
#gNav .logo {
	margin: 0;
}
#gNav .logo a img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#gNav .logo a:hover img {
    opacity: 0.6;
}
#gNav a {
	color: #333;
	text-decoration: none;
}
#gNav a:hover {
	color: #c00;
	text-decoration: underline;
}
#gNav ul {
	padding: 20px 0 0 0;
	position: relative;
	list-style: none;
}
#gNav ul li {
	padding: 5px 0;
	border-top: 1px dotted #999;
	position: relative;
	z-index: 1;
	line-height: 0;
}
#gNav ul li:last-child {
	border-bottom: 1px dotted #999;
}
#gNav ul li a.nav-first {
	display: block;
	height: 25px;
	width: 170px;
	text-indent: -9999px;
	overflow: hidden;
	line-height: 1;
	background: url(/images/nav_menu.png) no-repeat 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#gNav ul li.nav01 a.nav-first {
	background-position: 0 0;
}
#gNav ul li.nav02 a.nav-first {
	background-position: 0 -25px;
}
#gNav ul li.nav03 a.nav-first {
	background-position: 0 -50px;
}
#gNav ul li.nav04 a.nav-first {
	background-position: 0 -75px;
}
#gNav ul li.nav05 a.nav-first {
	background-position: 0 -100px;
}
#gNav ul li.nav06 a.nav-first {
	background-position: 0 -125px;
}
#gNav ul li.nav07 a.nav-first {
	background-position: 0 -150px;
}
#gNav ul li.nav08 a.nav-first {
	background-position: 0 -175px;
}
#gNav ul li.nav01.current a {
	background-position: -340px 0;
}
#gNav ul li.nav02.current a.nav-first {
	background-position: -340px -25px;
}
#gNav ul li.nav03.current a.nav-first {
	background-position: -340px -50px;
}
#gNav ul li.nav04.current a.nav-first {
	background-position: -340px -75px;
}
#gNav ul li.nav05.current a.nav-first {
	background-position: -340px -100px;
}
#gNav ul li.nav06.current a.nav-first {
	background-position: -340px -125px;
}
#gNav ul li.nav07.current a.nav-first {
	background-position: -340px -150px;
}
#gNav ul li.nav08.current a.nav-first {
	background-position: -340px -175px;
}
#gNav ul li:hover a.nav-first {
	background-color: #ececec;
}
#gNav ul li ul {
	visibility:hidden;
	opacity:0;
	position: absolute;
	top: 5px;
	left: 145px;
	padding: 5px 7px 5px 18px;
	background-color: #ececec;
	border-bottom: none;
	-webkit-border-radius: 6px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 6px;
	-moz-border-radius-topleft: 0;
	border-radius: 6px;
	border-top-left-radius: 0;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-o-transition: opacity .5s; 
	-moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;
}
#gNav ul li:hover {
	z-index: 100;
}
#gNav ul li:hover > ul {
	visibility: visible;
	opacity: 1;
}
.ie7 #gNav ul li:hover > ul {
	visibility: hidden;
	opacity: 0;
}
#gNav ul li ul {
	margin: 0;
	padding: 5px;
}
#gNav ul li ul li {
	border: none !important;
	margin: 0;
	padding: 0;
}
#gNav ul li ul li a {
	display: block;
	line-height: 1.3;
	border: none;
	padding: 5px 7px 5px 14px;
	text-indent: 0;
	width: 12em;
	padding-right: 17px;
	background-image: none;
	background: url(/images/nav_menu_sp.png) no-repeat 98% center;
}
#gNav ul li ul li:hover {
	background-color: #e0e0e0;
}
#gNav ul li ul li a:hover {
	background-image: url(/images/nav_menu_sp_cr.png);
	text-decoration: none;
}


#gNav ul li.current a.nav-first {
	background-color: #ececec;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#gNav ul li.current ul {
	visibility: visible;
	opacity:1;
	position: static;
	background-color: #ececec;
	border-bottom: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.ie7 #gNav ul li.current:hover > ul {
	visibility: visible;
	opacity:1;
}
#gNav ul li.current ul li a {
	width: auto;
}
#gNav ul li.current ul li.current a {
	color: #c00;
	background-image: url(/images/nav_menu_sp_cr.png);
}
#cNav {
	display: none;
	margin-bottom: 10px;
}
#cNav ul {
	padding: 0 5px;
}
#cNav ul li {
	display: inline-block;
	margin: 0.3em;
	padding: 0 0 0 13px;
	background: url(/images/nav_menu_sp.png) no-repeat left center !important;
}


/* footer
***************************************************************************/
footer {
	text-align: center;
	font-size: 11px;
	padding: 0 10px;
	margin: 10px auto;
	text-shadow: 1px 1px 1px #fff;
}
footer small {
	display: block;
	margin: 10px 0;
}
footer img {
	vertical-align: middle;
	margin-right: 8px;
}
footer ul  {
	display: inline;
	margin: 0;
	padding: 0;
}
footer ul li {
	display: inline;
	display: inline-block;
	margin: 0 0 0 0.5em;
	padding-left: 10px;
	background: url(/images/head_bar_link.gif) no-repeat 0 center;
}
.ie6 footer ul li,
.ie7 footer ul li {
	display: inline;
}
footer a {
	color: #000;
	text-decoration: none;
}
footer a:hover {
	color: #c00;
	text-decoration: underline;
}


/* box
***************************************************************************/
.box {
	margin: 5px;
	padding: 10px;
	background: #fff;
	float: left;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}


/* screens smaller than 820
***************************************************************************/
@media only screen and (min-width:541px) and (max-width:820px) {
body {
    width: 610px;
}
#headbar {
	font-size: 9px;
}
footer {
	font-size: 10px;
}
#gNav {
	width: 570px;
	overflow: hidden;
	float: none;
	margin-bottom: 10px;
}
#gNav .logo {
	float:left;
	width: 170px;
	margin: 10px 15px 10px 10px;
}
#gNav ul {
	float:left;
	width: 65%;
	padding: 10px 0;
}
#gNav ul li {
	float:left;
	margin: 0 7px;
}
#gNav ul li:nth-child(7) {
	border-bottom: 1px dotted #999;
}
#gNav ul li:hover > ul {
	visibility: hidden;
	opacity: 0;
}
#gNav ul li.current a.nav-first {
	background-color: transparent;
}
#gNav ul li.current ul {
	display: none;
}
#cNav {
	display: block;
	float: none;
	margin-bottom: 10px;
}
#cNav li.current a {
	color: #333;
	text-decoration: none;
}
}
/* /screens smaller than 820 */


/* screens smaller than 540
***************************************************************************/
@media only screen and (max-width:540px) {
body {
    padding: 0 5px;
}
h1 {
  font-size: 22px;
}

h1 img{
	max-width: 100%;
}

h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
#headbar {
	text-align: center;
	padding: 0 6px;
	margin: 5px auto;
}
#headbar .ex-nav li {
	display: inline;
	margin: 0 0.4em;
}
#headbar .pamphlet {
	display:none;
}
#headbar {
	font-size: 9px;
}
footer {
	font-size: 9px;
}
#gNav {
	width: 100%;
	overflow:hidden;
	float: none;
	margin-bottom: 10px;
}
#gNav .logo {
	float:left;
	width: 47%;
	margin: 0 3% 0 0;
}
#gNav .logo img {
	display:block;
	width:100%;
	height:auto;
}
#gNav ul {
	float:left;
	width: 50%;
	padding: 0;
}
#gNav ul li {
	padding: 3px 0;
}
#gNav ul li:nth-child(8) {
	border-bottom: 1px dotted #999;
}
#gNav ul li a.nav-first {
	text-indent: 0;
	width: 100%;
	height: auto;
	padding: 5px;
	background: url(/images/nav_menu_sp.png) no-repeat right center !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#gNav ul li a.current {
	color: #c00;
}
#gNav ul li.nav01 {
	display:none;
}
#gNav ul li:hover > ul {
	visibility: hidden;
	opacity: 0;
}
#gNav ul li.current a.nav-first {
	background-color: transparent;
	color: #c00;
}
#gNav ul li.current ul {
	display: none;
}
#cNav {
	display: block;
	float: none;
	margin-bottom: 10px;
}
#cNav li.current a {
	color: #333;
	text-decoration: none;
}
#container{
	width: auto !important;
	padding: 0 1.8%;
	background: none;
}
.box{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 5px 0;
}
}
/* /screens smaller than 540 */