@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
a {
	color: #3498DB;
}
a:hover {
	color: #8bc4ea;
}

html {
	font-family: "arial","Helvetica",sans-serif;
}

#main_content {
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#main_content #header {
	margin-top: 10px;
	position: relative;
	width: 1000px;
}
#main_content {
	width: 1000px;
}
#main_content a {
	text-decoration: none;
}

#main_content h1#detail_headtitle {
	background-color: #005797;
	color: #fff;
	font-size: 1.3em;
	font-weight: 600;
	padding: 5px 0px 5px 10px;
}

#main_content .detail_btn {
	position: absolute;
	/*top: 620px;*/
	font-size: 22px;
	font-weight: 200;
	text-align: center;
	width:100%;
}
.detail_btn a{
	display: inline-block;
	background-color: #F3F2ED;
	color: #000;
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding: 10px 0px;
}
.detail_btn a:hover{
	background: #AC0002;
	color: #fff;
}
.detail_btn a:visited{
	color: #fff;
}


#search {
	padding: 90px 0 0 0;
	background-color: #fff;
}
#search h2.search_headtitle {
	box-sizing: border-box;
	background: url('../img/02_bg.jpg') no-repeat;
	height: 130px;
	color: #00345d;
	font-size: 24px;
	font-weight: 200;
	text-align: center;
	padding: 30px 0px 15px 0px;
}
#search h3.search_title {
	background: #02124a;
	color: #fff;
	font-size: 18px;
	font-weight: 200;
	text-align: center;
	padding: 15px 0px 15px 0px;
	margin: 0 20px 0 20px;
}

#search h3.search_title1 {
	background: #bf4600;
	color: #fff;
	font-size: 18px;
	font-weight: 200;
	text-align: center;
	padding: 15px 0px 15px 0px;
	margin: 0 20px 0 20px;
}


#search ul {
	overflow: hidden;
	width: 920px;
	padding: 0px 15px 0px 15px;
	margin: 0 auto;
	background-image: url('../img/model_bg.jpg');
}
#search ul li {
	margin: 15px 0;
	float: left;
}
#search div {
	overflow: hidden;
	text-align: center;
	background-position: center bottom;
}
#search div a {
	display: block;
	margin: 59px auto 79px auto;
}

#search_all {
	font-size: 20px;
	font-weight: 200;
	text-align: center;
}
#search_all a{
	display: inline-block;
	box-sizing: border-box;
	background: url('../img/search_icon.png') 21% 50% no-repeat;
	background-color: #0073ce;
	color: #fff;
	text-decoration: none;
	width: 500px;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
	padding: 20px 0px 20px 20px;
}
#search_all a:hover{
	background-color: #2592e8;
	color: #fff;
}


#detail {
  background-color: #E1DEDE;
  padding-top: 50px;
  padding-bottom: 45px;
}
#detail h2 {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 30px;
}
#detail div {
  margin-top: 15px;
  margin-bottom: 60px;
  text-align: center;
}
#detail dl {
  overflow: hidden;
  padding-top: 20px;
  width: 660px;
  margin-left: auto;
  margin-right: auto;
}
#detail dl dt, #detail dl dd {
  min-height: 45px;
  border-bottom: 1px solid #000;
}
#detail dl dt {
  width: 150px;
  padding-left: 20px;
  height: 24px;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #000;
  float: left;
}
#detail dl dd {
  width: 490px;
  float: left;
  font-size: 16px;
  line-height: 18px;
  color: #000;
}
#detail h3, #detail h4 {
  margin-bottom: 20px;
}

#detail_caution ul {
  padding: 30px 0 20px 0;
}
#detail p{
	font-size: 9px;
	padding-top: 20px;
	width: 660px;
	margin: 0 auto;
}
#foot_search {
  background-image: url('../img/foot_bg.jpg');
  background-repeat: no-repeat;
  width: 950px;
  height: 400px;
  position: relative;
}
#foot_search a {
  position: absolute;
  top: 275px;
  left: 241px;
}
