@charset "utf-8";

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {

	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	color: #444;
	-webkit-text-size-adjust: 100%;
	width: 950px;
	text-align: left;
	margin: 0 auto;
	padding: 0;	
	
}

input, select, textarea {
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

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

a:hover { 
	color:	red; 
	text-decoration:underline; 
}

a:active { 
	color:	red; 
	text-decoration:underline; 
}

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

table {
	border-collapse: collapse;	
}

ul {
	padding-left: 33px;	
}

/***********************************************/
/* Layout                                      */
/***********************************************/
#header {
	margin: 0 0 10px 0;
	width: 950px;
	padding: 0;
}

#headerLinks {
	float: right;
	width: auto;	
}

#logo {
	position: absolute;
	float: left;
	margin: 10px 0;
	width: 179px;
	height: 82px;
}


#topBanner {
	float: left;
	border: 1px solid #ccc;
	margin: 4px auto 15px 255px;
	width: 468px;
	height: 60px;

}

#header #print {
	padding-top: 10px;
	float: right;
	width: 300px;
	text-align: right;
	font-size:80%;
}

#heartbeat {
	width: 0px;
	height: 0px;
	border: none;	
}

/***********************************************/
/* Setting                                       */
/***********************************************/

.panel-wrap {
  display: block;
  position: relative; 
  float: left;
  padding: 0;
  padding-top: 5px;
  padding-right: 10px;  
  font-size: 80%;
}
a.panel-btn{
  display: block;
  position: relative;
  float: right;
  z-index: 100;
  padding-left: 22px;

}
a.panel-btn:before {
  	position: absolute;
 	left: 2px;
  	color: #999;
  	font: 18px 'FontAwesome';
}
a.panel-btn:hover:before
{
  color: red;
}

.clock a.panel-btn:before {
	content: "\f017";
}
.globe a.panel-btn:before {
  	content: "\f0ac";
}

.panel {
  display: none;
  position: absolute;
  top: 35px;
  left: 0px;
  z-index: 1000;
  width: 325px;
  padding: 10px;
  background: #ffe;
  border: 5px solid #9fb5cb;
  border-radius: 3px;
  box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
}

.clock .panel {
  margin-left: -235px;	
}

.globe .panel {
  margin-left: -130px;	
}

.panel:after,#panel:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
}


.panel:after {
  top: -35px;
  border: 15px solid transparent;
  border-bottom: 15px solid #9fb5cb;
}

.clock .panel:after {
  left: 235px;	
}

.globe .panel:after {
  left: 130px;	
}

.panel p {
	font-size: 12px;
	color: #666;
	line-height: 1.6;	
}

.panel a {
	display: block;
	float: right;
	margin-top: 10px;	
}

a.btn {
  display: block;
  position: relative;
  float: right;
  z-index: 100;
  padding-left: 25px;
}

a.btn:before {
  position: absolute;
  left: 2px;
  color: #999;
  font: 18px 'FontAwesome';
}

a.login:before {
  content: "\f090";
}

a.logout:before {
  content: "\f08b";
}

a.clock:before {
  content: "\f017";
}

/***********************************************/
/* Layout                                      */
/***********************************************/

#leftColumn {
	vertical-align: top;
	padding: 0;
	float: left;
	width: 197px;
	margin-right: 25px;
	margin-top: 0px;
}

#mainColumn {
	vertical-align: top;
	padding: 0;
	float: right;
	width: 728px;
	line-height: 1.7;
	margin-top: 0px;
	margin-bottom: 15px;
}

#msgColumn {
	vertical-align: top;
	padding: 0;
	line-height: 1.5;
	float: left;
	width: 950px;
	text-align: center;
	margin-top: 3px;
}



#mainColumn2 {
	vertical-align: top;
	float: left;
	width: 640px;
	margin: 165px 10px 10px 0;
	line-height: 1.5;
}

#rightColumn2 {
	vertical-align: top;
	padding: 0;
	float: left;
	width: 300px;
	margin-top: 165px;
	margin-bottom: 10px;
	font-size: 80%;
}

/***********************************************/
/* Size                                        */
/***********************************************/

.rs {
	width: 728px;
	margin: 0 auto;	
}

/***********************************************/
/* side                                        */
/***********************************************/

.sideBox {
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
	box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
	font-size: 80%;
	margin-bottom: 15px;
}

.sideBox .title {
	font-size: 100%;
	padding: 5px 0px;
	background: #737373;
	background: -webkit-gradient(linear, left top, left bottom, from(#737373), to(#595959));
	background: -webkit-linear-gradient(#737373, #595959);
	background: linear-gradient(#737373, #595959);
	border: 1px solid #6666;
	text-align: center;
	font-weight: normal;
	color: #FFF;
	border-radius: 4px 4px 0px 0px;
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
	box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
}


.sideBox ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sideBox li a {
	display: block;
	padding: 5px 10px;
	border-right: 1px solid #ccccba;
	border-left: 1px solid #ccccba;
	border-bottom: 1px solid #ccccba;
	background-color: #FFF;
}

.sideBox li a:hover,
.sideBox li.selected a:hover {
	color: #444;
	background-color: #eef;
	text-decoration: none;
}

.sideBox div.body {
	padding: 5px;
	border-right: 1px solid #ccccba;
	border-left: 1px solid #ccccba;
	border-bottom: 1px solid #ccccba;		
}



.sideBox .back {
	font-size: 85%;
	text-align: right;
	margin-right: 2px;
}

#searchBox {
	background: #74B600;
	background: -webkit-gradient(linear, left top, left bottom, from(#74B600), to(#6CAA00));
	background: -webkit-linear-gradient(#74B600, #6CAA00);
	background: linear-gradient(#74B600, #6CAA00);
	border: 1px solid #6CAA00;
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
	box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
	font-size: 80%;
	margin-bottom: 15px;	
	border-radius: 5px;
}

#searchBox .title {
	color: white;
	text-align: center;
	padding-top: 5px;
}

#searchBox .title:before {
	position: relative;
	top: -1px;
	right: 4px;
  	font-family: 'FontAwesome';
  	content: "\f002";
}

#searchBox .body {
	padding: 5px 2px 10px 10px;
	color: white;
}

#searchBox input {
	border: 1px solid #ccc;
	padding: 2px;
	vertical-align: middle;
	margin-bottom: 5px;
}

.gBox {
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	border-radius: 5px; /* CSS3草案 */ 
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 5px; /* Firefox用 */ 
	margin-bottom: 10px;
	font-size: 13px;	
	padding: 5px;
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
	box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
}

.gBox .title {
	border-radius: 5px; /* CSS3草案 */ 
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 5px; /* Firefox用 */
	background-color: #797979;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
	padding: 3px 0;
	width: 100%;
	text-align: center;
	margin: 0;
	margin-bottom: 5px;	
}

/***********************************************/
/* TABLE                                       */
/***********************************************/
table.table { 	
	border:				1px solid #CACA95;
	color:				#444444;
	border-collapse: 	collapse;
	text-align:			left;
}
table.table td 	{	
	border: 1px solid #CACA95;
	padding: 5px;
	line-height: 1.5;
}
table.table .top	{	
	background-color:	#E2E2C2;
	border:				1px solid #CACA95;
	text-align:			center;
	color:				#444444;
	background: 		#eec url(/image/em/parts.png) repeat-x 0 -60px;
	
}
table.table .side	{ 	
	background-color:	;
	width: 25%;
	background: #eec url(/image/common/triBeige.gif) no-repeat 2px 10px;
	padding-left: 10px;
	vertical-align: top;
}
	
table.table .side span.red {
	font-size: 80%;	
}

table.gTable { 	
	border:				1px solid #ccc;
	color:				#444;
	border-collapse: 	collapse;
	text-align:			left;
}
table.gTable td 	{	
	border: 1px solid #ccc;
	padding: 5px;
	line-height: 1.5;
}
table.gTable .top	{	
	background-color:	#eee;
	border:				1px solid #ccc;
	text-align:			center;
}



table.noBorder {
	border: none;
	border-colapse: collapse;
}

table.noBorder td {
	border: none;
	padding: 2px;
}


table.zTable {
	border-collapse: 	collapse;
	width: 100%;	
}

table.zTable tr.g {
	background-color: #f6f6f6;	
}	



/***********************************************/
/* Top Navi                                    */
/***********************************************/
#navi {
	clear:both;	
	height: 40px;
	line-height: 35px;
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
	background: #0c0c0c;
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#0c0c0c));
	background: -webkit-linear-gradient(#555, #0c0c0c);
	background: linear-gradient(#555, #0c0c0c);
	border-radius: 4px 4px 4px 4px;
}

#navi ul {
	list-style-type: none;
	height: 40px;	
	margin: 0px auto;
	width: 950px;
	padding-left: 7px;
}
#navi ul li {
	float: left;
	width: 104px;
	font-size: 11px;
}
#navi ul li a {
	text-decoration: none;	
	display: block;
	text-align: center;
	color: #FFF;
	border-right: 1px solid #666;
}
#navi ul li a:hover {
	background: #eee;
	color: #333;
}

#navi ul li a.active:before {
	position: relative;
	top: 1px;
	right: 4px;
  	font: 14px 'FontAwesome';
}
#navi ul li.info a {
	border-top: 5px solid #797979;
}
#navi ul li.info a.active {
	border-top: 5px solid #666;
	background: #797979;
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#797979));
	background: -webkit-linear-gradient(#999, #797979);
	background: linear-gradient(#999, #797979);
}
#navi ul li.info a.active:before {
  	content: "\f015";
  	color: #ccc;
}

#navi ul li.bbs a {
	border-top: 5px solid #009A63;
}
#navi ul li.bbs a.active {
	background: #009A63;
	border-top: 5px solid #00794f;
	background: -webkit-gradient(linear, left top, left bottom, from(#009A63), to(#00794f));
	background: -webkit-linear-gradient(#009A63, #00794f);
	background: linear-gradient(#009A63, #00794f);	
	
}
#navi ul li.bbs a.active:before {
  	content: "\f086";
  	color: #d0dfa4;
}

#navi ul li.classified a {
	border-top: 5px solid #B33737;
	letter-spacing: -0.1em;
}
#navi ul li.classified a.active {
	background: #B33737;
	border-top: 5px solid #962e2e;
	background: -webkit-gradient(linear, left top, left bottom, from(#B33737), to(#962e2e));
	background: -webkit-linear-gradient(#B33737, #962e2e);
	background: linear-gradient(#B33737, #962e2e);
}
#navi ul li.classified a.active:before {
  	content: "\f14a";
  	color: #F1DAC8;
}

#navi ul li.school a {
	border-top: 5px solid #006699;
}
#navi ul li.school a.active {
	background: #006699;
	border-top: 5px solid #004f75;
	background: -webkit-gradient(linear, left top, left bottom, from(#006699), to(#004f75));
	background: -webkit-linear-gradient(#006699, #004f75);
	background: linear-gradient(#006699, #004f75);	
}
#navi ul li.school a.active:before {
  	content: "\f19d";
	color: #DFF4FF;
}

#navi ul li.travel a {
	border-top: 5px solid #CC3333;
}
#navi ul li.travel a.active {
	background: #CC3333;
	border-top: 5px solid #a82b2b;
	background: -webkit-gradient(linear, left top, left bottom, from(#CC3333), to(#a82b2b));
	background: -webkit-linear-gradient(#CC3333, #a82b2b);
	background: linear-gradient(#CC3333, #a82b2b);
}
#navi ul li.travel a.active:before {
  	content: "\f072";
	color: #FFDBDB;
}

#navi ul li.stay a {
	border-top: 5px solid #ee6600;
}
#navi ul li.stay a.active {
	background: #ee6600;
	border-top: 5px solid #c65400;
	background: -webkit-gradient(linear, left top, left bottom, from(#ee6600), to(#c65400));
	background: -webkit-linear-gradient(#ee6600, #c65400);
	background: linear-gradient(#ee6600, #c65400);	
}
#navi ul li.stay a.active:before {
  	content: "\f0f7";
 	color: #FADDC9;
}

#navi ul li.guide a {
	border-top: 5px solid #B4783C;
}
#navi ul li.guide a.active {
	background: #B4783C;
	border-top: 5px solid #956331;
	background: -webkit-gradient(linear, left top, left bottom, from(#B4783C), to(#956331));
	background: -webkit-linear-gradient(#B4783C, #956331);
	background: linear-gradient(#B4783C, #956331);	
}
#navi ul li.guide a.active:before {
  	content: "\f02d";
 	color: #F0E1CF;
}

#navi ul li.kuchikomi a {
	border-top: 5px solid #9351A6;
}
#navi ul li.kuchikomi a.active {
	background: #9351A6;
	border-top: 5px solid #814792;
	background: -webkit-gradient(linear, left top, left bottom, from(#9351A6), to(#814792));
	background: -webkit-linear-gradient(#9351A6, #814792);
	background: linear-gradient(#9351A6, #814792);	
}
#navi ul li.kuchikomi a.active:before {
  	content: "\f0e5";
  	color: #eee2f1;
}

#navi ul li.site a {
	border-top: 5px solid #5A65A5;
	border-right: none;
}
#navi ul li.site a.active {
	background: #5A65A5;
	border-top: 5px solid #4b558b;
	background: -webkit-gradient(linear, left top, left bottom, from(#5A65A5), to(#4b558b));
	background: -webkit-linear-gradient(#5A65A5, #4b558b);
	background: linear-gradient(#5A65A5, #4b558b);
}

#navi ul li.site a.active:before {
  	content: "\f108";
 	color: #DFE0EF;
}


/***********************************************/
/* Second Navi                                    */
/***********************************************/

#navi2 {
	clear:both;
	width: 950px;
	padding-top: 0;
	background-color: #fff;
	border-bottom: 1px dotted #ccc;
	height: 22px;
}

#navi2 .nl {
	width: 100%;
	margin: 0 auto 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	height: 22px;
}

#navi2 .nl li {  
	float: left;
	background: url(/image/common/triBeige.gif) no-repeat 5px 8px;
}


#navi2 .nl li a {
	margin-right:1px;
	font-size: 10px;
	display: block;
	position: relative; /* IE6—p */
	padding: 7px 11px 5px 17px; 
	text-decoration: none;	
}

#navi2 .nl li a:hover {
	margin-right:1px;
	color: #222;
	background: #eed url(/image/em/parts.png) no-repeat 6px -131px;
}

#navi2 .nl li.active {
	background: #eed url(/image/em/parts.png) no-repeat 6px -131px;
}

#navi2 .nl li.active a {
	color: #222;
}



/***********************************************/
/* Topic Path                                  */
/***********************************************/

#breadcrumb {
	padding-left: 0;
	font-size: 12px;
	margin: 0;
	padding: 6px 0 0 0;
	text-align: left;
	vertical-align: top;
}	

#breadcrumb li {
	display: inline;
	padding: 0;
	margin: 0;
}

#breadcrumb li a {
	text-decoration: none;
	padding-right: 10px; 
}

#breadcrumb li:after {
	position: relative;
	top: 1px;
	right: 4px;
  	font: 14px 'FontAwesome';
  	content: "\f105";
  	color: #aaa;
}


#breadcrumb li.bold {
	padding-left: 5px;
	font-weight: normal;
	font-size: 100%;
}

/***********************************************/
/* Keyword Box                                  */
/***********************************************/
.kBox {
	font-size: 13px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 10px 15px;
	background-color: #fafafa;
	background-image:	url(/image/em/bg_yellow.gif);
	background-repeat:	repeat-x;
}

.kBox .title {
	color: #444;
	font-weight: bold;
	padding-bottom: 3px;
}

.kBox .title:before {
	position: relative;
  	font: 13px 'FontAwesome';
	content: "\f0a9";
  	color: #C65400;	
  	padding-right: 5px;
}

.kBox p {
	padding: 0;
	margin: 0;
}

.kResults {
	margin: 5px 0 5px 3px;	
}
.kResults dt {
	clear: left;
	float: left;
	width: 5.5em;
	color: #c60;
}

.kResults dd {
	margin-left: 6em;
	font-weight: bold;
}

/***********************************************/
/* Basic                                       */
/***********************************************/

.alignL { 	text-align: left;	}
.alignC {	text-align: center;	}
.alignR {	text-align: right;	}

.mrgnB10 {	margin-bottom: 10px;}
.mrgnT10 {	margin-top: 10px;	}
.mrgnB15 {	margin-bottom: 15px;}
.mrgnB20 {	margin-bottom: 20px;}
.mrgnT20 {	margin-top: 20px;	}

.divC	{	margin:0 auto		}

.sizeS 	{	font-size: 85%;		}
.sizeM	{	font-size: 90%;		}
.sizeB 	{	font-size: 120%;	}	

.red 	{	color: red;			}
.grey 	{	color: #666;		}
.green 	{	color: #008000;		}
.brown 	{	color: #c60;		}
.yellow {	color: #ffd;		}
.beige  {	color: #A4A453;		}
.black  {	color: #444;		}
.white  {	color: #fff;		}

.bold 	{	font-weight: bolder;}
.notBold 	{	font-weight: normal;}
.widthFull {	width: 100%; }
.widthSemi {	width: 80%;		margin: 0 auto;	}
.widthHalf {	width: 50%;		margin: 0 auto;	}

.clear 	{	clear: both; }

.mTop5 { margin-top: 5px; }

.pic 	{
	border: 1px solid #ccc;
	margin: 0 auto;
}

.maple {
	padding: 2px 17px 0 0;
	background: url(/image/em/user/maple.png) no-repeat right  0;		
}

.pdf {
	background: url(/image/pdf.gif) no-repeat left 0px;
	padding-left: 20px;
	padding-top: 1px;
}


.button {
	border: 1px solid #15aeec;
	background-color: #49c0f0;
	background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
	background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
	border-radius: 4px;
	color: #fff;
	line-height: 50px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.button:hover {
	border:1px solid #1090c3;
	background-color: #1ab0ec;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}
.button:active {
	background: #1a92c2;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

a.sArrow {
	font-weight: bolder;
	background: url(/image/common/icons/bullet_go.png) no-repeat left 1px;
	padding-left: 18px;
}

/***********************************************/
/* Box                                         */
/***********************************************/
.boxY {
	border: 1px solid #ccc;
	background-color: #ffd;
	line-height: 1.5;
	color: #444;
	padding: 10px;
	-webkit-box-shadow: 2px 2px 7px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 7px rgba(0,0,0,0.1);	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	margin: 15px 0;	
}

ol.boxY {
	margin-left: 8px;
	padding-left: 35px;	
}

.boxG {
	border: 1px solid #ccc;
	background-color: #fcfcfc;
	line-height: 1.5;
	color: #222;
	padding: 10px;
}

p.boxG, p.boxY {
	margin-left: 8px;
}

ol.boxG {
	margin-left: 8px;
	padding-left: 35px;	
}

/***********************************************/
/* Footer                                      */
/***********************************************/
#footer {
	clear: left;
	font-size: 80%;
	text-align: center;
	padding: 5px 0;
	color: #666;
	line-height: 1.5;
	clear: both;
}

#footer ul.listP {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	float: left;
}

#footer ul.listP li {
	display: inline;
	padding: 0 7px 0 11px;
}

#footer ul.listP li:before {
	position: relative;
	top: 1px;
	right: 4px;
  	font: 14px 'FontAwesome';
  	content: "\f0da";
  	color: #aaa;
}

#footer ul.listA {
	width: 500px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	float: right;
	font-size: 100%;
	font-weight: bolder;
}

#footer ul.listA li {
	display: inline;
	padding: 0 7px 0 11px;
}

#footer ul.listA li:before {
	position: relative;
	top: 1px;
	right: 4px;
  	font: 14px 'FontAwesome';
  	content: "\f0da";
  	color: #aaa;
}


#footer ul.listB {
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#footer ul.listB li {
	padding: 0 0px 0 10px;
	background: url(/image/em/parts.png) no-repeat left -30px; 
	display: inline;
}
#footer ul.listB li.first {
	background-image: none;
}

/***********************************************/
/* Table List                                  */
/***********************************************/

.tl {
	width: 100%;
	margin-top: 5px;
}

.tl .left {
	width: 25%;
	float: left;
	text-align: right;
	margin-right: 5px;
}

.tl .right {
	float: left;
	width: 73%;
}

/***********************************************/
/* A Navi                                      */
/***********************************************/

.mainBox {
	border: 1px solid #ccc;
	background-color: #ffd;
	width: 728px;
	margin: 0 auto;
}

.mainBox .title {
	font-weight: bolder;
	margin: 20px 15px 0 15px;
	line-height: 0;
}

.mainBox ul.list {
	padding: 0;
	list-style-type: none;
	text-align: left;
	margin: 15px;
}

.mainBox ul.list li {
	display: inline;
	padding: 0 7px 0 0;
}

.mainBox ul.list li.selected {
	padding: 0 7px 0 11px;
	background: url(/image/em/parts.png) no-repeat 2px -47px;
}

.mainBox ul.list li.selected a {
	font-weight: bolder;
	color: #c60;
}

/***********************************************/
/* Main Table                                  */
/***********************************************/


.mainTable {
	width: 728px;
	margin: 0 auto;
	color: #666;
	border-collapse: collapse;
	line-height: 1.7;
	vertical-align:	middle;	
}

.mainTable td {
	padding: 5px;
}

.mainTable tr.note td {
	color: #fff;
	font-weight: bolder;
	text-align: center;	
}

.mainTable tr.title td {
	background-color: #fbfbfb;
	height: 40px;
	text-align: center;
}

.mainTable tr.sLine td{
	border: none;
}

.mainTable tr.sLine td{
	border: none;
	border-bottom: 1px solid #eee;
}

.mainTable tr.gray td{
	background-color: #fafafa;
}

/***********************************************/
/* gMap Info window                            */
/***********************************************/

.gmap_marker {
	font-size: 80%;
	line-height: 1.3;
	padding: 0;
	margin: 0;	
}

/***********************************************/
/* Pager                                      */
/***********************************************/
.pages {
	margin: 10px 0;
	text-align: center;
}

.pages .pager {
	font-weight: bold;
	color: #c60;
}	

.pages img {
	vertical-align: middle;
	margin-bottom: 2px;
}

/***********************************************/
/* Border                                      */
/***********************************************/
.borderBD {	border-bottom: 1px dotted #ccc; }	
.borderTD {	border-top: 1px dotted #ccc; }	
.borderBS {	border-bottom: 1px solid #97a5b0; }	
.borderTS {	border-top: 1px solid #97a5b0; }
.borderS  { border: 1px solid #ccc;}



/***********************************************/
/* Other                                       */
/***********************************************/

.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: left;
	visibility: hidden;
}

.clearFix {
	min-height: 1px;
}

/***********************************************/
/* Page Top                                    */
/***********************************************/

#page-top {
  	display: block;
  	position: fixed;
  	z-index: 9999;
  	bottom: 10px;
  	right: 10px;
  	width: 90px;
  	padding: 10px 5px;
  	background: #666;
  	background: rgba(0,0,0,.4);
  	color: #fff;
  	text-align: center;
  	text-decoration: none;
  	font-size: 11px;
  	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#page-top:hover{
	background: #ccc;
  	background: rgba(0,0,0,.6);
}

/***********************************************/
/* Page Top                                    */
/***********************************************/

.std-btn {
	border: 1px solid #aaa;
	background: #999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999 0%, #666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999), color-stop(100%,#666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999 0%,#666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999 0%,#666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999 0%,#666 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999 0%,#666 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999', endColorstr='#666',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	color: #fff;
	line-height: 35px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
	width: 150px;
	display: inline-block;
	margin: 0 auto;
}
.std-btn:hover {
	border: 1px solid #aaa;
	background: #999; /* Old browsers */
	background: -moz-linear-gradient(top,  #666 0%, #999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(100%,#999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #666 0%,#999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #666 0%,#999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #666 0%,#999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #666 0%,#999 100%); /* W3C */
	text-decoration: none;
	color: #fff;
}

.std-btn:visited {
	color: #fff;
}
.std-btn:active {
	background: #666;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #ccc;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}


/* ========================================================================
タブレット用設定
---------------------------------------------------------------------------*/
@media (max-width:767px){


#mainColumn {
	width: 100%;
}


body {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
	-webkit-text-size-adjust: 100%;
}

#header {
	width: auto;
}

#headerLinks {
	padding-top: 12px;
	margin-bottom: 13px;
}

#topBanner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 190px 6px auto 6px;
	border: 1px solid #ccc;
	background-color: #ccc;
	width: auto;
	border-radius: 5px; 
	padding: 5px 0;
	text-align: center;	
}

#topBanner iframe{
	margin: 0 auto;
}

.panel-wrap {
	clear: both;
}

.clock .panel {
  margin-left: -220px;	
}

.globe .panel {
  margin-left: -220px;	
}

.globe .panel:after {
  left: 235px;	
}

#navi {
	height: auto;
	line-height: normal;
	background: #555;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 0;
}
#navi ul {
	width: auto;
	height: auto;
	border: none;
	padding-left: 0;	
}
#navi ul li {
	width: 20%;
	border: none;
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
}
#navi ul li a {
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px 0px;
	background: #0c0c0c;
	background: -webkit-gradient(linear, left top, left bottom, from(#313131), to(#0c0c0c));
	background: -webkit-linear-gradient(#313131, #0c0c0c);
	background: linear-gradient(#313131, #0c0c0c);
}

#breadcrumb {
	margin-top: 85px;
}

}

/* ========================================================================
モバイル用設定
---------------------------------------------------------------------------*/
@media (max-width : 499px){

/* ▽▽--- Main Start---▽▽　*/ 

#logo {
	width: 165px;
	height: auto;
}

#topBanner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 6px;
	margin-top: 217px;

	background-color: #ccc;
	padding: 0;
	border-radius: 0;
/*	padding-bottom: 12.825%; */
	width: auto;
	height: 42px;
	overflow: hidden;
}

#topBanner iframe{
	width: 468px;
	height: auto;
	-moz-transform: scale(0.683);
	-webkit-transform: scale(0.683);
	-o-transform: scale(0.683);
	-ms-transform: scale(0.683);
	transform-origin:0 0;
	-o-transform-origin:0 0;
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-ms-transform-origin:0 0;		
}

#navi ul li {	
	width: 33%;
}

#navi ul li a {
	height: 35px;
	padding: 7px 0px;	
}
#navi ul li:nth-child(3n) {
	width: 34%;
}
#navi ul li:nth-child(3n) a {
	border-right: 1px solid #666;
}

#breadcrumb {
	margin-top: 60px;
}

.std-btn {
	width: 120px;	
}

}
