@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,img {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,img {
  border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
  font-weight: normal;
}

ol,ul {
  list-style: none;
}

caption,th {
  text-align: left;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
}

q:before,q:after {
  content: '';
}

img {
  vertical-align: bottom;
}

body {
  background: url(../img/common/back.jpg) repeat-x #c7e6f0;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, sans-serif;
  font-size: 100%;
}

a {
  outline: none;
}

a:link {
  color: #006699;
}

a:visited {
  color: #800080;
}

/*================================================
					layout
================================================*/
#layout {
  position: relative;
  width: 760px;
  margin: 0 auto;
  background: url(../img/common/contents_bg.gif) repeat-y;
}

/*================================================
					header
================================================*/
#header {
  width: 760px;
}

#logo {
  float: left;
  padding: 10px 0 10px 15px;
}

.google-search {
  float: right;
  padding: 0 10px 10px 0;
}

.google-search td {
  line-height: 1.2;
}

.google-search input {
  vertical-align: middle;
}

/*================================================
				navigation
================================================*/
#top-navi {
  float: right;
  padding: 5px 15px 10px 0;
}

#top-navi li {
  float: left;
  display: inline;
}

#gnavi {
  width: 740px;
  clear: both;
  margin: 0 auto;
}

#gnavi li {
  width: 148px;
  float: left;
  display: inline;
}

#gnavi li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity = 80);
  -moz-opacity: 0.8;
}

/*================================================
				content
================================================*/
#content-layout {
  clear: both;
  width: 740px;
  margin: 0 auto;
  padding: 10px 0 0;
}

/*.content
------------------------------------------------*/
.content {
  float: left;
  width: 550px;
  margin: 0 0 30px;
}

.one_column .content {
  float: none;
  width: 740px;
  margin: 0 auto 30px;
}

.content h2 {
  background: no-repeat url(../img/common/caption_bg.gif) left top;
  
  padding: 1px 0 0 20px;
  margin-bottom: 20px;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 16pt;
}

.one_column .content h2 {
  background: no-repeat url(../img/common/caption_bg_long.gif) left top;
}

.content h3 {
  
  margin-left: 1px;
  padding: 0 0 0 10px;
  margin-bottom: 20px;
  
  border-left: 6px solid #74ACC3;
  border-bottom: 1px solid #e6e6e6;
  
}

/*.side
------------------------------------------------*/
.side {
  float: right;
  width: 180px;
  margin: 0 0 30px;
}

.side li img {
  margin: 0 0 10px;
}

/*#footer
------------------------------------------------*/
#profile {
  clear: both;
  padding: 10px 0 10px 10px;
  border-top: 1px solid #ccc;
}

#footer {
  padding: 5px 0;
  font-size: 82%;
  clear: both;
  text-align: center;
  color: #FFFFFF;
  background: #333333;
}

/*================================================
					other page
================================================*/
/**
 * メインコンテンツ ここまで
 */

/**
 * メインコンテンツ リスト
 */
dl.corporations {
  margin-left: 20px;
}
dl.corporations dt {
}
dl.corporations dt strong {
  font-weight: bold;
}
dl.corporations dd {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e6e6e6;
}
/**
 * メインコンテンツ リスト ここまで
 */


/**
 * メインコンテンツ 詳細情報
 */
.detail {
  margin-left: 20px;
  margin-bottom: 20px;
}

.detail .images {
  margin: 0 auto 20px;
  width: 520px;
}

.detail .images img {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}

/**
 * メインコンテンツ 詳細情報 ここまで
 */
/**
 * メインコンテンツ データテーブル
 */
table.datatable {
  border-collapse: collapse;
  empty-cells: show;
}

.detail table.datatable {
  margin: 0 auto;
  width: 530px;
}
.schedules table.datatable {
  margin: 0 auto;
  width: auto;
}

.datatable th, .datatable td {
  line-height: 1.4;
  border: 1px solid #e6e6e6;
  padding: 4px;
  font-size: 100%;
  font-weight: normal;
}

.datatable th {
  background-color: #74ACC3;
  color: #fff;
  text-align: right;
}

.schedules .datatable th {
  text-align: center;
}
.schedules .datatable td {
  text-align: center;
}
.schedules .saturday {
  background-color: #f0f8ff;
}
.schedules .sunday {
  background-color: #fff0f0;
}

/**
 * メインコンテンツ データテーブル ここまで
 */

/**
 * メインコンテンツ 入力フォーム
 */
.input_form {
  margin: 0 auto 20px;
}

.input_form input,.input_form select {
  margin: 2px 2px;
  line-height: 1.4;
  font-size: 100%;
  vertical-align: middle;
}

.input_form table {
  margin: 0 auto;
  width: 700px;
  border-collapse: collapse;
  empty-cells: show;
}

.input_form th,.input_form td {
  line-height: 1.4;
  border: 1px solid #e6e6e6;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
}

.input_form th {
  background-color: #74ACC3;
  color: #fff;
  text-align: right;
}

.input_form .has_error {
  color: #333;
  background-color: #FFFFF0;
}

.input_form .required {
  font-weight: bold;
}

.input_form .submit {
  margin: 10px 0;
  text-align: center;
}

.input_form .submit input {
  margin: 0;
}

/**
 * メインコンテンツ 入力フォーム ここまで
 */
 
/**
 * pagenation
 */
.pagination {
  
}

.pagination em {
  font-style: normal;
  font-weight: bold;
}

#contents .pagination p {
  margin-left: 0;
  margin-bottom: 0;
  text-indent: 0;
}

.pagination_result {
  float: left;
}

.pagination_pages {
  text-align: center;
}

.pagination_show_select {
  float: right;
  font-size: 86%;
  text-align: right;
}
/**
 * pagenation ここまで
 */