@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%;
  overflow: hidden;
*/}

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

#content {
	font-size:1.4em;
	margin:0 auto;
	padding:0;
	width:100%;
	max-width:640px;
	}

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

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

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

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

#content .main_img {
	margin:0;
	}

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

#content .share {
	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:200px;
	/*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,
#left_menu h4 {
	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,
#center_acmenu #acMenu dd h4 {
	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 {
	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;
	}



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

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

#content {
	max-width:480px;
	min-width:240px;
	}
}
@media screen and (max-width: 319px) {

#content {
	max-width:320px;
	min-width:240px;
	}

}
