@charset "UTF-8";
/*--------------------------------------------------------------------
初期設定
--------------------------------------------------------------------*/


/* =============== 標準化 */

/* ------ framework */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, var, i, dl, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-style: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
html {
	overflow-y: scroll;
}
body {
	-webkit-text-size-adjust: 100%;
}
/* ------ block elements */
ul {
	margin: 0;
	padding: 0 0 0 1.5em;
	list-style-type: disc;
}
ol {
	margin: 0;
	padding: 0 0 0 2em;
}
p {
	margin: 0 0 .6em;
}
/* ------ inline elements */
a {
	outline: none;
	background: transparent;
}
a:focus, a:active, a:hover {
	outline: none;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
/* ------ form */
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
/* ------ table */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption {
	text-align: left;
}
/* ------ img */
img {
	border: 0;
	vertical-align: bottom;
}
.ie7 img {
	-ms-interpolation-mode: bicubic;
}
/* =============== 共通利用スタイル */

/* ------ テキスト装飾 */
.note {
	font-size: 85%;
	line-height: 1.5;
	margin: .6em 0 1em;
	color: #555;
}
.bold {
	font-weight: bold;
}
.it {
	font-style: italic;
}
.em1 {
	font-size: 108%;
}
.em2 {
	font-size: 116%;
}
.sml1 {
	font-size: 93%;
}
.sml2 {
	font-size: 85%;
}
.red {
	color: #e36;
}
.nowrap {
	white-space: nowrap;
}
/* ------ 配置 */
.clear {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.center {
	text-align: center;
}
.textR {
	text-align: right;
}
.floatR {
	float: right;
	margin: 0 0 10px 15px;
}
.floatL {
	float: left;
	margin: 0 15px 10px 0;
}
.spOnly {
	display: none;
}
.inBlk {
	display: inline-block;
}
/* ------ スペース */
.top06 {
	margin-top: .6em!important;
}
.top1 {
	margin-top: 1em!important;
}
.top15 {
	margin-top: 1.5em!important;
}
.top2 {
	margin-top: 2em!important;
}
.top20 {
	margin-top: 20px!important;
}
.top30 {
	margin-top: 30px!important;
}
.top40 {
	margin-top: 40px!important;
}
.top50 {
	margin-top: 50px!important;
}
.top60 {
	margin-top: 60px!important;
}
.top06 {
	margin-top: .6em!important;
}
.btm06 {
	margin-bottom: .6em!important;
}
.btm1 {
	margin-bottom: 1em!important;
}
.btm15 {
	margin-bottom: 1.5em!important;
}
.btm2 {
	margin-bottom: 2em!important;
}
.btm20 {
	margin-bottom: 20px!important;
}
.btm30 {
	margin-bottom: 30px!important;
}
.btm40 {
	margin-bottom: 40px!important;
}
.btm50 {
	margin-bottom: 50px!important;
}
.btm60 {
	margin-bottom: 60px!important;
}
.v04 {
	margin-top: .4em!important;
	margin-bottom: .4em!important;
}
.v06 {
	margin-top: .6em!important;
	margin-bottom: .6em!important;
}
.v1 {
	margin-top: 1em!important;
	margin-bottom: 1em!important;
}
.v15 {
	margin-top: 1.5em!important;
	margin-bottom: 1.5em!important;
}
.v2 {
	margin-top: 2em!important;
	margin-bottom: 2em!important;
}
.first, .top0 {
	margin-top: 0!important;
}
.btm0 {
	margin-bottom: 0!important;
}
/* ------ ul, ol, dl */
.square {
	margin: 0;
	padding: 0 0 0 1.5em;
	list-style-type: square;
}
.disc {
	margin: 0;
	padding: 0 0 0 1.5em;
	list-style-type: disc;
}
ul.spaced, ol.spaced, dl.spaced {
	margin: 1em 0;
}
.spaced li {
	margin: .6em 0;
}
.spaced dt {
	margin-top: 1.2em;
}
.spaced dt:first-child {
	margin-top: 0;
}
.spaced dd {
	margin-top: .6em;
}
ul.semiSpaced, ol.semiSpaced, dl.semiSpaced {
	margin: .6em 0;
}
.semiSpaced li {
	margin: .3em 0;
}
.semiSpaced dt {
	margin: .6em 0 .3em;
}
.col2, .col3, .col4 {
	overflow: hidden;
	zoom: 1;
}
.col2 li {
	width: 50%;
	float: left;
}
.col3 li {
	width: 33.3%;
	float: left;
}
.col4 li {
	width: 20%;
	float: left;
}
/* ------ テーブル装飾 table.bordered */
.bordered {
	margin-top: .6em;
	margin-bottom: .6em;
}
.bordered th, .bordered td {
	padding: .4em .7em;
	border: 1px #ccc solid;
}
.bordered th {
	background: #f2f2f2;
	background: rgba(0,0,0,.06);
}
.bordered td {
	background: #fff;
}
.bordered .thead th, .bordered .thead td {
	border-bottom: 3px #ccc double;
	font-weight: normal;
}
.full {
	width: 100%;
}
.almostFull {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}
/* ------ 定義リスト装飾 dl.tableLike */
.tableLike {
	margin: .6em 0;
	overflow: hidden;
	zoom: 1;
}
.tableLike dt {
	clear: left;
	width: 20%;
	float: left;
	padding: .6em 0;
	border-top: 1px #bbb dotted;
	font-weight: bold;
}
.tableLike dd {
	width: 80%;
	float: left;
	padding: .6em 0;
	border-top: 1px #bbb dotted;
}
.tableLike dt:first-child, .tableLike dt:first-child + dd {
	border-top: 0;
}
/* ------ その他 */
.loadingBg {
	background: url("../img/bx_loader.gif") no-repeat 50% 50%;
}
.linkedBox > *:hover {
	opacity: .7;
}
/*-------------------------------------------------------------------------------------
基本設定・レイアウト
-------------------------------------------------------------------------------------*/


/* =============== 全体 */

body {
	font: 13px/1.5 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
*font-size:small;
*font:x-small;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lucida Grande', '游ゴシック体', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.content {
	width: 950px;
	margin: 0 auto;
	zoom: 1;
	position: relative;
}
.content:after {
	content: "";
	display: block;
	clear: both;
}
/* =============== ヘッダ */

header {
	background: #fff;
	position: relative;
	z-index: 10000;
}
header .content {
	position: relative;
	padding: 8px 0 24px;
}
header ul {
	list-style-type: none;
	padding-left: 0;
}
/* ------ SEO用見出し */
.headerExp {
	margin-bottom: -16px;
	font-size: 85%;
	color: #606060;
}
/* ------ サイト名 */
.siteTitle {
	display: block;
	padding-top: 30px;
	text-align: center;
	font-size: 197%;
	line-height: 1.2;
	vertical-align: middle;
}
.siteTitle a {
	text-decoration: none;
}
.siteTitle img {
	max-width: 100%;
}
/* ------ 右側要素のボックス（サブナビ・連絡先） */
.headerMisc {
	position: absolute;
	right: 0;
	top: 8px;
	text-align: right;
	vertical-align: middle;
}
/* サブナビ */
.headerSubNav {
	font-size: 93%;
}
.headerSubNav li {
	position: relative;
	display: inline-block;
}
.ie6 .headerSubNav li, .ie7 .headerSubNav li {
	display: inline;
	zoom: 1;
}
.headerSubNav li + li {
	margin-left: .4em;
	padding-left: .8em;
}
.headerSubNav li + li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	height: 1.3em;
	width: 0;
	border-left: 1px #888 dotted;
}
.headerSubNav li a {
	text-decoration: none;
}
/* 連絡先 */
.headerNote p {
	vertical-align: 0%;
	margin: 0;
}
.headerNote p b {
	font-size: 153.9%;
	font-family: Arial, Helvetica, sans-serif;
	color: #147;
}
/* ------ グローバルナビ */
.gnav {
	background: #457;
}
.gnav > ul {
	width: 950px;
	display: table;
	margin: 0 auto;
	zoom: 1;
}
.gnav > ul:after {
	content: "";
	display: block;
	clear: both;
}
.gnav > ul > li {
	position: relative;
	float: left;
	text-align: center;
	letter-spacing: .01em;
	font-size: 108%;
}
.gnav > ul > li + li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	height: 2em;
	width: 0;
	margin-top: -1em;
	border-left: 1px rgba(255,255,255,.2) solid;
}
.gnav > ul > li > div {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	background: #346;
	text-align: left;
}
.gnav > ul > li > div li + li {
	border-top: 1px rgba(255,255,255,.2) solid;
}
.gnav a {
	display: block;
	padding: .8em;
	text-decoration: none;
	color: #fff;
}
.gnav a:hover {
	background: rgba(255,255,255,.05);
}
.gnav div a {
	color: #fff;
}
/* =============== メイン */

#main .content {
	padding: 40px 0 50px;
}
#main .content img {
	max-width: 100%;
	height: auto;
}
/* =============== フッタ */

footer {
	background: #f4f4f4;
}
footer .content {
	padding: 15px 0 10px;
}
footer ul {
	list-style-type: none;
	padding-left: 0;
}
/* ------ フッターメニュー */
.footerNav {
	font-size: 93%;
}
.footerNav li {
	position: relative;
	display: inline-block;
}
.ie6 .footerNav li, .ie7 .footerNav li {
	display: inline;
	zoom: 1;
}
.footerNav li + li {
	margin-left: .4em;
	padding-left: .8em;
}
.footerNav li + li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	height: 1.3em;
	width: 0;
	border-left: 1px #888 dotted;
}
.footerNav li a {
	text-decoration: none;
}
/* ------ 社名・住所 */
footer address {
	margin-top: 1em;
}
/* ------ コピーライト */
footer .copyright {
	margin: 0;
	font-size: 85%;
	text-align: center;
	color: #606060;
}
/* =============== スマホ対応用の記述 */

.spBlk, .spInBlk, #spNav {
	display: none;
}

@media screen and (min-width:601px) {
header, #main, footer {
	min-width: 980px;
}
.gnav {
	display: block!important;
}
}
/* =============== 共通利用スタイル */

/* ------ リンク関係 */
a {
	color: #000;
}
a:hover {
	filter: alpha(opacity=80);
	opacity: .80;
}
a.inactive {
	cursor: default;
}
a.inactive:hover {
	filter: none;
	opacity: 1;
}
/* 囲み線つきリンクボタン .textBtn */
.textBtn a, a.textBtn {
	display: inline-block;
	padding: .1em 1em .1em .8em;
	border: 2px #457 solid;
	text-decoration: none;
}
.textBtn a:before, a.textBtn:before {
	content: "»";
	display: inline-block;
	margin-right: .4em;
	line-height: 1;
	font-size: 131%;
}
/* 囲み線つきリンクボタン2 .textBtn2 */
.textBtn2 a, a.textBtn2 {
	display: inline-block;
	padding: .1em .6em .1em .8em;
	background: #e0e8ee;
	border-radius: 3px;
	line-height: 1.33;
	text-decoration: none;
	font-size: 93%;
}
.textBtn2 a:after, a.textBtn2:after {
	content: "›";
	display: inline-block;
	margin-left: .4em;
	line-height: 1;
	font-size: 131%;
}
/* ------ 見出し装飾 */
.pageTitle {
	padding: 25px 0;
	background: #f0f3fa;
}
.pageTitle h1 {
	width: 950px;
	margin: 0 auto;
	font-size: 189%;
}
h2, .heading2 {
	margin: 1.6em 0 .8em;
	font-size: 167%;
	font-weight: bold;
	padding-bottom: .2em;
	border: #457 solid;
	border-width: 0 0 1px;
}
h3, .heading3 {
	margin: 1.6em 0 .4em;
	font-size: 131%;
	font-weight: bold;
	padding-left: 10px;
	border: #147 solid;
	border-width: 0 0 0 6px;
}
h4, .heading4 {
	margin: 1.2em 0 .3em;
	font-size: 116%;
	font-weight: bold;
	padding: 0;
	border: none;
	color: #147;
}
h5, .heading5 {
	margin: 1.2em 0 .2em;
	font-size: 108%;
	font-weight: bold;
	padding: 0;
	border: none;
}
h6, .heading6 {
	margin: .8em 0 .2em;
	font-size: 100%;
	font-weight: bold;
	padding: 0;
	border: none;
}
#main > .content > h2:first-child, #main > .content > .heading2:first-child, #main > .content > h3:first-child, #main > .content > .heading3:first-child, #main > .content > h4:first-child, #main > .content > .heading4:first-child {
	margin-top: 0!important;
}
.catch {
	margin-bottom: .3em;
	font-size: 146.5%;
	font-weight: bold;
	color: #147;
}
/*-------------------------------------------------------------------------------------
ページ個別
-------------------------------------------------------------------------------------*/


/* =============== トップページ */

.homeMainImg {
	margin: -20px 0 40px;
}
.homeMainImg ul {
	padding-left: 0;
	list-style-type: none;
}
.homeMainImg img {
	width: 100%;
}
.homeIntro {
	overflow: hidden;
	zoom: 1;
	width: 540px;
	float: left;
}
.homeNews {
	width: 540px;
	float: left;
}
.homeHighlights {
	width: 360px;
	float: right;
}
.homeHighlights article {
	overflow: hidden;
	zoom: 1;
}
.homeHighlights article + article {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px #ccc solid;
}
.homeHighlights h1 {
	margin-bottom: .4em;
	font-size: 123.1%;
}
.homeHighlights h1 a {
	text-decoration: none;
}
.homeHighlights .pic {
	float: left;
	width: 80px;
	height: 80px;
	margin: 0 15px 3px 0;
}
.homeHighlights .pic img {
	width: 100%;
}
.homeHighlights .text {
	margin-left: 95px;
}
.homeHighlights .text p:last-child {
	margin-bottom: 0;
}
.omitHighlights .homeIntro, .omitHighlights .homeNews {
	width: auto;
	float: none;
}
/* =============== 新着情報 */

.paginatedList {
	list-style-type: none;
	padding-left: 0;
	overflow: hidden;
}
.paginatedList li {
	position: relative;
	margin-top: -1px;
	padding: .8em 0 .8em 10em;
	border-top: 1px #bbb dotted;
}
.paginatedList li span {
	display: block;
	position: absolute;
	left: 0;
}
.entryBody {
	overflow: hidden;
	zoom: 1;
}
.entryBody img {
	max-width: 100%;
	height: auto;
}
/* =============== メールフォーム */

.req:after {
	content: "*";
	margin: 0 .3em;
	color: #e56;
}
input[type='text'] {
	width: 50%;
	margin: 3px;
}
input.sizeS {
	width: 30%;
}
input.sizeM {
	width: 50%;
}
input.sizeL {
	width: 90%;
}
textarea {
	width: 90%;
	height: 9em;
}
.buttons {
	margin-top: 20px;
	text-align: center;
}
.buttons input[type='submit'] {
	padding-left: 2em;
	padding-right: 2em;
}
/*-------------------------------------------------------------------------------------
外部ライブラリ
-------------------------------------------------------------------------------------*/

/* pager */
.pagination {
	margin: 15px 0;
	text-align: center;
}
.pagination a {
	display: inline-block;
	margin: .6em .2em;
	padding: 0 .4em;
	border: 1px #ccc solid;
	cursor: pointer;
}
.pagination a:hover {
	background: #ccc;
}
.pagination a.jp-previous, .pagination a.jp-next {
	border: 0;
}
.pagination a.jp-current, a.jp-current:hover {
	border-color: #fff;
	background: transparent;
}
.pagination a.jp-disabled, a.jp-disabled:hover {
	color: #bbb;
}
.pagination a.jp-current, a.jp-current:hover, .pagination a.jp-disabled, a.jp-disabled:hover {
	cursor: default;
	background: none;
}
.pagination span {
	margin: 0 5px;
}
/* --------------- bxslider */
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
*zoom:1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-viewport {/*-moz-box-shadow:0 0 5px #ccc; -webkit-box-shadow:0 0 5px #ccc; box-shadow:0 0 5px #ccc; border:solid #fff 5px; left:-5px; */
	background: #fff;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url("../img/bx_loader.gif") center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
*zoom:1;
*display:inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
.bx-wrapper .bx-prev {
	left: 10px;
	background: url("../img/bx_controls.png") no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url("../img/bx_controls.png") no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url("../img/bx_controls.png") -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url("../img/bx_controls.png") -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, .75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/* --------------- fancybox */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox_sprite.png');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
.fancybox-lock {
	overflow: hidden;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
	max-width: 90%;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	width: 680px;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}


/*追加CSS*/
.athlete, .athlete2{
	display: flex;
	flex-wrap: wrap;
}

.player, .player2{
	display: block;
	margin:10px;
	text-align: center;
	
}
ul{
	list-style: none;
}
ul.athlete_detail{
	width:500px;
	text-align: left;

}
ul.athlete_detail li{
	margin-bottom:10px;
}
ul.athlete_detail li > span{
	margin-left: 10px;
}
