@charset "utf-8";


/*ベースのCSSの設定
----------------------------------------------------------------*/

/*ベースの要素の設定をリセット*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
img {border:0;vertical-align: top;}
sub {vertical-align:bottom;}

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

/*Table*/
table {border-collapse:collapse;border-spacing:0;}  
table,th,td {margin:0;padding:0;font-weight:normal;}

html {
  margin: 0;
  padding: 0;
}

body {
	font-size:62.5%;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height:1.6;
	margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

/*コンテンツ
----------------------------------------------------------------*/

#content {
	font-size:1.4em;
	margin:0;
	padding:0;
	}

#content #header {
  background: #536ea7;
  border-bottom: 1px solid #111b32;
	margin:0;
	padding:0;
}

#content #header h1 {
  color: #fff;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
  height: 44px;
	margin:0;
}
	
#content .content {
	padding:20px 10px 20px;
	}

#content h2 {
	font-size:1.4em;
	margin:0 0 20px;
	color:#109adc;
	border-bottom:1px dashed #109adc;
	}
	
#content h3 {
	font-size:1.2em;
  margin:0 0 20px;
	padding:5px 10px;
	background-color:#109adc;
	
	border-radius:         5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	
	color:#FFF;
	}

#content p {
  margin:0 0 1.8em;
	}

#content .main_img {
	margin:0;
	}

#content .main_img img {
	width:100%;
	}

#content .frend {
	margin:0 0 20px;
	text-align:center;
	}

#content .bnr {
	margin:0 0 40px;
	text-align:center;
	}

#content table {
	width:100%;
	margin:0px 0px 40px;
	}

#content table th {
	padding:15px 10px;
	border:1px solid #CCC;
	text-align:left;
	width:30%;
	background-color:#EBF5FA;
	}

#content table td {
	padding:15px 10px;
	border:1px solid #CCC;
	text-align:left;
	}

#content .pagetop a {
	display:block;
	text-align:center;
	
	background-color:#7C8FC0;
	border-bottom: 1px solid #666;
	height: 44px;
	line-height:44px;
	color:#FFF;
	text-decoration:none;
	}

#footer {
	text-align:center;
	color:#FFF;
	margin:0;
	padding:0;
	height:50px;
	
	background-color:#536ea7;
	
	line-height:50px;
	
}


/*メニュー
----------------------------------------------------------------*/
#left_menu {font-size:1.4em;}

#left_menu h2 {
	font-size:1.2em;
	margin:0;
	padding:10px 15px;
	border-bottom: 1px solid rgba(0,0,0, 10);
	}

#left_menu h3 {
	font-size:1.1em;
	padding:10px 15px;
	margin:0;
	background-color:#444;
	}

/*センターメニュー*/
#center_menu ul {
  padding: 0;
  margin: 0 0 20px;
  list-style-type: none;
}

#center_menu ul li {
  margin: 0 0 5px;
}

#center_menu li > a {
	display: block;
	border-bottom: 1px solid rgba(0,0,0, 0.2);
	border-top: 1px solid rgba(255, 255, 255, 1);
	padding: 20px 15px;
	font-weight: bold;
	text-shadow: -1 -1px 0 #FFF;
	text-decoration: none;
	color: #333;
	background-color: #F0E9DD;
	background-image: -webkit-linear-gradient(top, #FEFCF8 0, #F0E9DD 100%);
	background-image: linear-gradient(to bottom, #FEFCF8 0, #F0E9DD 100%);
	text-indent:0;
	border-radius:         5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	box-shadow: 0px 0px 2px #999;
	-moz-box-shadow: 0px 0px 2px #999;
	-webkit-box-shadow: 0px 0px 2px #999;
	font-size:1.2em;
}


/*ドロップダウンメニュー*/
#center_acmenu #acMenu dt {
	text-align:center;
	cursor:pointer;
		
	line-height:1;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	background-color: #FF9900;
	background-image: -webkit-linear-gradient(top, #FFCC00 0, #FF9900 100%);
	background-image: linear-gradient(to bottom, #FFCC00 0, #FF9900 100%);
	border: 1px solid #FF6600;
	box-flex: 0;
	font-size:1.5em;
	padding:15px;
	text-decoration:none;
	border-radius:         5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	margin:0 0 10px;
	}
#center_acmenu #acMenu dd {
	display:none;
	background-color:#333;
	margin:0 0 10px;
	}

#center_acmenu #acMenu dd h3 {
	border:none;
	color:#FFF;
	font-size:1.1em;
	padding:10px 15px;
	margin:0;
	background-color:#444;
	}
	
#center_acmenu #acMenu dd ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#center_acmenu #acMenu dd ul li > a {
  display: block;
  border-bottom: 1px solid rgba(0,0,0, 10);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
  font-weight: bold;
  text-shadow: 0 1px 0 #000;
  text-decoration: none;
  color: #CCC;
  text-indent:0;
}



/*カスタム*/

#content .button {
	line-height:1;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	background-color: #1eb0e9;
	background-image: -webkit-linear-gradient(top, #1eb0e9 0, #0984c6 100%);
	background-image: linear-gradient(to bottom, #1eb0e9 0, #0984c6 100%);
	border: 1px solid #0e5895;
	box-flex: 0;
	font-size:1.2em;
	padding:10px 20px;
	text-decoration:none;
	
	border-radius:         5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
}

#content .search_btn {
	text-align:center;
	margin:40px 0 50px;
	}

#content .search_btn a {
	display:block;
	line-height:1;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	background-color: #FF9900;
	background-image: -webkit-linear-gradient(top, #FFCC00 0, #FF9900 100%);
	background-image: linear-gradient(to bottom, #FFCC00 0, #FF9900 100%);
	border: 1px solid #FF6600;
	box-flex: 0;
	font-size:1.5em;
	padding:15px 40px;
	text-decoration:none;
	border-radius:         5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	}


/*snap
----------------------------------------------------------------*/

.snap-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 2px;
	width: auto;
	height: auto;
	z-index: 2;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.snap-drawers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}

.snap-drawer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 265px;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
     -moz-transition: width 0.3s ease;
      -ms-transition: width 0.3s ease;
       -o-transition: width 0.3s ease;
          transition: width 0.3s ease;
}

.snap-drawer-left {
  left: 0;
  z-index: 1;
}

.snap-drawer-right {
  right: 0;
  z-index: 1;
}

.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
  display: none;
}

.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
  width: 100%;
}


/*スキン
----------------------------------------------------------------*/

.snapjs-right .snap-drawer-left {
	display: block;
	right: 0;
	left: auto;
}

.snapjs-right .snap-drawer-right {
	display: none;
}

.snap-content {
  background: #FFF;
}

.snap-drawers {
  background: #333;
}

.snap-drawer {
	background: #333;
	color: #EEE;
}

.snap-drawer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.snap-drawer li > a {
  display: block;
  border-bottom: 1px solid rgba(0,0,0, 10);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
  font-weight: bold;
  text-shadow: 0 1px 0 #000;
  text-decoration: none;
  color: #CCC;
  text-indent:0;
}

.snap-drawer p {
  opacity: 0.5;
  padding: 15px;
}
