﻿@charset "UTF-8";
/* ********************

style.css

*********************** */
@import url(module.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* -----------------------------------------------------*/
body {
  font-size: 14px;
  background: #ffffff;
  min-width: 950px;
  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/*--------------------------------------
gheader
----------------------------------------*/
#gheader #logo-wrap {
  width: 950px;
  margin: 35px auto;
}
#gheader #logo-wrap #logo img {
  display: block;
}

#mv {
  border-top: 6px solid #003366;
  border-bottom: 6px solid #003366;
}
#mv #mv-inner {
  width: 950px;
  margin: 0 auto;
  position: relative;
  height: 239px;
}
#mv #mv-inner #mv-img {
  position: absolute;
  top: -20px;
  right: 30px;
  z-index: 2;
}
#mv #mv-inner #mv-img img {
  display: block;
}
#mv #mv-inner #mv-txt {
  top: 31px;
  left: 0;
  position: absolute;
}

/*--------------------------------------
gnav
----------------------------------------*/
#gnav {
  width: 950px;
  margin: 50px auto 0;
	overflow: hidden;
}
#gnav li {
	width:190px;
  float: left;
  background-image: url(/special/fujita/images/gnav.png);
  background-repeat: no-repeat;
  height: 50px;
}
#gnav li span {
  display: none;
}
#gnav li:hover {
  cursor: pointer;
}
#gnav li.nav01 {
  background-position: 0 0;
}
#gnav li.nav01:hover {
  background-position: 0 -50px;
}
#gnav li.nav02 {
  background-position: -190px 0;
}
#gnav li.nav02:hover {
  background-position: -190px -50px;
}
#gnav li.nav03 {
  background-position: -380px 0;
}
#gnav li.nav03:hover {
  background-position: -380px -50px;
}
#gnav li.nav04 {
  background-position: -570px 0;
}
#gnav li.nav04:hover {
  background-position: -570px -50px;
}
#gnav li.nav05 {
  background-position: -760px 0;
}
#gnav li.nav05:hover {
  background-position: -760px -50px;
}



/*--------------------------------------
pagetop
----------------------------------------*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 30px;
}
.pagetop a {
  display: block;
  background-image: url(/special/fujita/images/btn-pagetop.png);
  background-repeat: none;
  width: 50px;
  height: 50px;
}
.pagetop a:hover {
  background-position: 0 -50px;
}
.pagetop a span {
  display: none;
}

/*--------------------------------------
gfooter
----------------------------------------*/
#gfooter01 {
  width: 950px;
  margin: 0 auto;
  padding: 50px 0;
}
#gfooter01 ul {
  margin-right: -30px;
}
#gfooter01 ul li {
  float: left;
  margin-right: 30px;
}

#gfooter01 ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

#gfooter01 ul {
  min-height: 1px;
}

* html #gfooter01 ul {
  height: 1px;
  /*¥*/
     /*/
height: auto;
overflow: hidden;
/**/
}

#gfooter02 {
  background: #eee;
}
#gfooter02 #gfooter02-inner {
  width: 950px;
  margin: 0 auto;
  padding: 20px 0 30px;
}
#gfooter02 .txt-link {
  float: left;
}
#gfooter02 .txt-link a {
  color: #0076d0;
  background: url(/special/fujita/images/ico-link.png) 0 0 no-repeat;
  padding-left: 15px;
}
#gfooter02 .txt-copy {
  float: right;
  font-size: 85%;
}

#gfooter02-inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

#gfooter02-inner {
  min-height: 1px;
}

* html #gfooter02-inner {
  height: 1px;
  /*¥*/
     /*/
height: auto;
overflow: hidden;
/**/
}

/* ----------------------------------------------------------- */
.box-section {
  width: 950px;
  margin: 70px auto 0;
}
.box-section .tit-box-section {
  margin-bottom: 30px;
}
.box-section .tit-box-section img {
  display: block;
}

/*-------------------------------------- news */
.news dl {
  border-bottom: 1px dotted #b2c1d1;
}
.news dl dt {
  width: 130px;
  float: left;
  clear: both;
  line-height: 1.8;
  margin-bottom: 10px;
  border-top: 1px dotted #b2c1d1;
  padding-top: 10px;
  color: #cc3399;
}
.news dl dd {
  margin-left: 130px;
  line-height: 1.8;
  margin-bottom: 10px;
  border-top: 1px dotted #b2c1d1;
  padding-top: 10px;
}

/*-------------------------------------- message */
.box-msg {
  border: 1px dashed #003366;
  padding: 30px;
  margin-bottom: 20px;
}

/*
.box-msg .box-msg-tit {
  margin-bottom: 10px;
}
.box-msg .box-msg-tit .day {
  color: #cc3399;
  font-size: 108%;
  font-weight: bold;
  float: left;
  margin-right: 20px;
  vertical-align: bottom;
  display: block;
  padding-top: 2px;
  padding-bottom: 5px;
}
.box-msg .box-msg-tit .txt {
  color: #cc3399;
  font-size: 129%;
  font-weight: bold;
  float: left;
  vertical-align: bottom;
  display: block;
  padding-bottom: 10px;
}
*/

.box-msg .box-msg-body p {
  line-height: 1.8;
  margin-bottom: 20px;
}
.box-msg .box-msg-body p:last-of-type {
  margin-bottom: 0;
}

.box-msg-body p + .list-message {
  margin-top: 20px;
}

.box-msg-tit:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

.box-msg-tit {
  min-height: 1px;
}

* html .box-msg-tit {
  height: 1px;
  /*¥*/
     /*/
height: auto;
overflow: hidden;
/**/
}

.list-message {
  margin-right: -34px;
  margin-bottom: -34px;
}
.list-message li {
  float: left;
  margin-right: 34px;
  margin-bottom: 34px;
}
.list-message li img {
  vertical-align: bottom;
    margin-bottom: 10px;
}
.list-message li a {
  display: block;
}

.list-message:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

.list-message {
  min-height: 1px;
}

* html .list-message {
  height: 1px;
  /*¥*/
     /*/
height: auto;
overflow: hidden;
/**/
}

/*-------------------------------------- snapshot */
.list-snapshot {
  margin-right: -34px;
}
.list-snapshot li {
  float: left;
  margin-right: 34px;
  margin-bottom: 34px;
}
.list-snapshot li img {
  vertical-align: bottom;
}
.list-snapshot li a {
  display: block;
}

.list-snapshot:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

.list-snapshot {
  min-height: 1px;
}

* html .list-snapshot {
  height: 1px;
  /*¥*/
     /*/
height: auto;
overflow: hidden;
/**/
}

/*-------------------------------------- result */
.tit-result-year {
  font-size: 50px;
  color: #ccc;
  font-weight: bold;
  margin-bottom: 10px;
}

.table-result table {
  border-bottom: 1px dotted #e5eaef;
  margin-bottom: 30px;
}
.table-result table th {
  background: #003366;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  border-right: 1px solid #1a4876;
}
.table-result table th:last-of-type {
  border: none;
}
.day{
width:79px;
}
.tour{
width:79px;
}
.tourname{
width:429px;
}
.rank{
width:79px;
}
.score{
width:79px;
}
.total{
width:79px;
}
.table-result table td {
  padding: 10px;
  background: #e5eaef;
  border-right: 1px solid #dbe2e9;
}
.table-result table tr.odd td {
  background: #fff;
  border-right: 1px solid #e5eaef;
}
.table-result table tr.odd td:last-of-type {
  border: none;
}

/*-------------------------------------- profile */
.profile > div {
	overflow: hidden
}
.profile > h1 + div {
	margin-bottom:50px;
}
.profile > div h2{
	margin-bottom:15px;
	color:#0f60b0;
	font-size:22px;
	line-height:1.5;
}
.profile > div img{
	display: block;
	width:200px;
	float:left;
}
.profile > div p{
	width:715px;
	line-height:1.8;
	float:right;
}

/*-------------------------------------- link */
.link li {
  margin-bottom: 15px;
  line-height: 1.6;
  background: url(/special/fujita/images/ico-external.png) 0 0.3em no-repeat;
  padding-left: 20px;
}
.link li:last-of-type {
  margin-bottom: 0;
}
.link li a {
  color: #003366;
  text-decoration: none;
  display: block;
}
.link li a:hover {
  color: #cc3399;
  text-decoration: underline;
}

/* ----------------------------------------------------------- */
.box-wrap01 {
  background: #e5f1fa;
  margin-top: 70px;
  padding: 50px 0;
}
.box-wrap01 .box-section {
  margin: 0 auto;
}

.box-wrap02 .box-section {
  margin: 50px auto 0;
}

.btn-more {
  background: #003366;
  color: #fff;
  font-size: 108%;
  text-align: center;
  width: 180px;
  height: 30px;
  margin: 30px auto;
  padding: 15px 0 0;
  cursor: pointer;
}
.btn-more:hover {
  background: #cc3399;
}
.btn-more.more-snap {
  margin-top: 0;
}

/* ----------------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
     /*/
height: auto;
overflow: hidden;
/**/
}




/* 20180813
----------------------------------------- */
#gfooter01{
position: relative;
}
/*
#gfooter01:after{
content: url(../images/bg_footerimg.png);
display: block;
position: absolute;
right:0;
bottom:-30px;
z-index: 1;
}
*/
#gfooter02{
position: relative;
z-index: 2;
}
p.pagetop{
z-index: 3;
}

section.box-msg div.box-msg-body h1{
margin:0 0 1.25rem 0;
color: #cc3399;
font-weight:bold;
}
section.box-msg div.box-msg-body h1.box-msg-tit span.day{
margin:0;
padding:0 1em 0 0;
font-size:16px;
}
section.box-msg div.box-msg-body h1.box-msg-tit span.txt{
margin:0;
padding:0;
font-size:20px;
}
section.box-msg div.box-msg-body h2{
margin:0.5em 0;
color:#003366;
font-size:16px;
font-weight:bold;
}
section.box-msg div.box-msg-body h3{
margin:0.5em 0;
color: #cc3399;
font-size:14px;
}

section.box-msg div.box-msg-body p.notes{
	font-size:90%;
}



