@charset "utf-8";
/* Reset CSS
http://meyerweb.com/eric/tools/css/reset/index.html
---------------------------------------------------------------------------------------------------------------------------- */
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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: SourceHanSansJP-Light, YuGothic, 'Yu Gothic', "游ゴシック体", "游ゴシック", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 85%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
.inner ol, .inner ul {
	margin: 1em 0;
}
.inner ol li {
	list-style: outside disc;
	margin-left: 1.5em;
}
.gallery .inner ol, .gallery .inner ul, .gallery .inner ol li, .gallery .inner ul li, .member .inner ol, .member .inner ul, .member .inner ol li, .member .inner ul li {
	list-style: outside none;
	margin: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
figure {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* ---------------------------------------------------------------------------------------------------------------------------- */

/* ALL
------------------------------------------------------------*/
body {
	color: #333;
	line-height: 1.58;
	background: #FFF;
	-webkit-text-size-adjust: none;
}
a {
	color: #0068B7;
	text-decoration: none;
}
a:hover {
	color: #0068B7;
	text-decoration: underline
}
a:active, a:focus {
	outline: 0;
}
.wrapper {
	margin: 0 auto;
	padding: 0 1%;
	width: 98%;
	position: relative;
}
.inner {
	margin: 0 auto;
	width: 100%;
}
/* Header
------------------------------------------------------------*/
#header {
	background: url(../images/header_bg.png) repeat-x left top;
	position: relative;
}
#header .wrapper {
	height: 90px;
	background: url(../images/header.png) no-repeat bottom right;
}
#header #logo img {
	width: 380px;
	height: 60px;
	top: 17px;
	left: 3px;
	position: absolute;
	z-index: 9;
}
#header h1 {
	font-size: 14px;
	position: absolute;
	top: 22px;
	left: 505px;
	z-index: 10;
}
.fb_iframe_widget {
	float: right;
	position: absolute;
	top: 33px;
	right: 185px;
	z-index: 500;
}
#line {
	float: right;
	position: absolute;
	top: 60px;
	right: 295px;
	z-index: 500;
}
#line img {
	width: 55%
}
/* Banner
------------------------------------------------------------*/
#banner {
	margin-bottom: 15px;
	padding: 0;
	width: 100%;
	position: relative;
	height: 336px;
	background: #FFF;
	top: -7px;
	overflow: hidden;
	height: auto;
}
#banner img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
#banner #wrapper {
	position: absolute;
}
/* Grid
------------------------------------------------------------*/
.g-wrapper {
	padding-bottom: 20px;
	overflow: hidden;
}
section.inner .g-wrapper article {
	padding: 0;
	border: none;
}
* html .g-wrapper {
	height: 1%;
}
.grid {
	float: left;
	background: #fff;
}
.box {
	margin-right: 10px;
	padding: 10px 10px;
	border: 1px solid #CCC;
	overflow: hidden;
}
.last {
	margin: 0;
}
.box img {
	max-width: 100%;
	height: auto;
}
#main h3 {
	margin-bottom: .25em;
	padding-left: .35em;
	font-size: 110%;
	border-left: #3FA6D2 3px solid;
	font-weight: bold;
	clear: both;
}
.fan_message #main h3 {
	font-size: 120%;
	border-left: none;
	background: #FFF;
	margin-bottom: 0;
}
.readmore {
	padding: 10px 5px 0;
	text-align: right;
}
/* Mai
------------------------------------------------------------*/
section.inner article {
	margin-bottom: 10px;
	overflow: hidden;
	padding: 8px 15px;
	border: 1px solid #CCC;
	background: #FFF;
}
section.inner article.blog p {
	margin: 1em 0;
}
section.inner article.blog p.pdate {
	margin: 0;
}
*html section.inner article {
	height: 1%;
}
section.inner ul {
	margin: -5px 0 5px;
}
section.inner ul li {
	border-bottom: 1px dotted #DDD;
	padding: 5px 0;
}
article#news li {
	padding-left: 18px;
	background: url(../images/icon-link02.png) no-repeat left center;
}
section.inner li a { 
	display: block;
	line-height: 2;
}
section.inner li a:hover {
	text-decoration: none;
	background: #EFEFEF;
}
section.inner li a span {
	color: #666;
	padding-right: 15px;
}
.inner h2 {
	padding: 0 10px;
	background: url(../images/h2_bg.gif) repeat-x left bottom;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	font-weight: bold;
	position: relative;
	padding: .5em 1em .7em;
}
.member .inner h2 {
	margin-bottom: 10px;
}
.inner h2 .readmore {
	position: absolute;
	top: 5px;
	right: 15px;
	display: block;
}
section.inner p b {
	font-size: 108%;
	padding-left: 1em;
}
section.inner img {
	max-width: 90%;
	height: auto;
}
.alignleft {
	float: left;
	clear: left;
	margin: 3px 10px 15px 0;
}
.alignright {
	float: right;
	clear: right;
	margin: 3px 0 10px 15px;
}
.slogan {
	line-height: 0;
	float: left;
}
#group .grid img, .border {
	border: 1px solid #ebebeb;
}
#group h3 {
	margin-bottom: 1em;
	background: url(../images/h3_line.png) no-repeat right center;
}
#group h3 img {
	max-width: 28%;
	height: auto;
}
/* Table
------------------------------------------------------------*/
table {
	width: 100%;
	margin: 5px auto 15px auto;
	border-bottom: 1px solid #CCC;
}
table td {
	border-collapse: collapse;
	text-align: left;
	padding: 6px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	line-height: 16px;
	background-color: #FFF;
}
table th {
	background-color: #F5F5F5;
	text-align: right;
	padding: 4px;
	width: 28%;
	white-space: nowrap;
	color: #151515;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	background-repeat: repeat-x;
	background-position: top;
}
/* Side
------------------------------------------------------------*/
#sidebar {
	margin: 15px 0 30px;
	position: relative;
}
#sidebar .inner {
	padding: 5px;
	width: auto;
	border: 1px solid #CCC;
}
#sidebar article.top h2 {
	font-size: 120%;
	border-bottom: 1px solid #666;
	margin: 0 0 10px;
	padding-left: 35px;
	line-height: 1.8;
	font-weight: bold;
	background: url(../images/pickup_icon.png) no-repeat left 0;
}
#sidebar h3 {
	font-size: 105%;
	font-weight: bold;
	padding: 3px 15px;
	line-height: 26px;
	color: #fff;
	background: url(../images/nav_bg.png) repeat-x left top;
}
#sidebar li {
	margin-bottom: 7px;
	padding-bottom: 3px;
	list-style: none;
	border-bottom: 1px dotted #CCC;
}
#sidebar .inner li {
	padding-left: 18px;
	background: url(../images/icon-link02.png) no-repeat left center;
}
#sidebar .list li {
	padding-left: 0;
	background: url(../images/icon-link02.png) no-repeat left center;
}
#sidebar .list li img {
	width: 70px;
}
#sidebar li:last-child {
	border: 0;
	margin-bottom: 0px;
}
#sidebar li a {
	display: block;
}
#sidebar article {
	margin-bottom: 15px;
	overflow: hidden;
	background: #FFF;
}
#sidebar article.top {
	padding: 11px 15px;
	background: transparent url(../images/side_bg.png) repeat left top;
	height: 146px;
	margin-bottom: 0;
	border: 1px solid #CCC;
}
.home #sidebar article.top {
	border: none;
}
#sidebar article.top dl {
	margin-bottom: 5px;
}
#sidebar article.top dt {
	float: left;
	margin-right: 10px;
	width: 35%;
}
#sidebar article.top dd {
	font-size: 140%;
	line-height: 1.3;
	color: #111;
}
#sidebar dd span {
	font-size: 40%;
	display: block;
}
#sidebar article.top dd a {
	font-size: 70%;
}
#sidebar #searchform label {
	display: none;
}
#sidebar #searchform input {
	padding: .5em 1em;
	border: 2px solid #CCC;
}
ul.list li {
	clear: both;
	margin-bottom: 5px;
	padding: 5px 0;
	overflow: hidden;
	height: 1%;
	line-height: 1.35;
}
ul.list li b {
	font-size: 95%;
}
ul.list li a:hover {
	background: #EEE
}
ul.list li img {
	float: left;
	margin-right: 10px;
}
.home ul.list li img {
	width: 65px;
	height: auto;
}
#sidebar article.top a, .readmore a {
	font-size: 90%;
	padding-left: 3px;
}
/* Footer
------------------------------------------------------------*/
#footer {
	clear: both;
	overflow: hidden;
	padding: 20px 10px 20px 10px;
	background: #3FA6D2;
}
#footer .grid {
	padding: 10px 0 5px;
	margin: 0;
	background: transparent;
}
#footer .logo {
	float: none;
	margin: 5px 0 15px 0;
}
ul.footnav {
	float: right;
	width: 100%;
	padding: 20px 0;
}
ul.footnav li {
	float: left;
	margin-bottom: 10px;
	padding: 0 7px 0 8px;
	border-right: 1px solid #b6b6b6;
}
ul.footnav li:last-child {
	border-right: none;
}
#footer .logo img {
	width: 315px;
	height: auto;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #FBC507;
}
#footer p {
	color: #FFF;
	margin-left: 48px;
}
address {
	clear: both;
	padding: 5px;
	text-align: center;
	font-style: normal;
	font-size: 12px;
}
#t-alert {
	position: relative;
	clear: both;
	overflow: hidden;
	height: 102px;
	padding-top: 60px;
	background: #FFF url(../images/foot_bg.gif) no-repeat bottom right;
}
#t-alert a {
	float: right;
	padding: 11px 50px;
	display: block;
}
#page-top {
	display: block;
}
#super-ball {
	width: 64px;
	height: 64px;
	background: url(../images/superball.png) no-repeat center center;
	right: 4%;
	bottom: 316px;
	position: absolute;
	z-index: 1000;
}
.ClickBox {
	cursor: pointer
}
.ClickBox:hover, #sidebar .list li.ClickBox:hover {
	background: #EEE;
}
. 
/* 各ページ
------------------------------------------------------------*/


/* 選手紹介 */
.member .inner h2 strong {
font-size:135%;
}
.member #main .list li {
	width: 18.35%;
	display: inline-table;
	text-align: center;
	margin-right: 8px;
}
.member #main .list img {
	width: 100%;
}
.profile img {
	float: left;
	padding: 4px;
	background: #EEE;
}
.profile table.pro01 {
	width: 65%;
	float: right;
}
.profile table.pro01 th {
	text-align: center;
	background: #DFEFF7;
}
.profile table.pro01 span {
	font-size: 73%;
}
/* お知らせ・活動報告 */
.icat {
	margin: 1em 0;
}
.pdate {
	text-align: right;
	margin-bottom: .5em;
}
.reports .ClickBox img, .news .ClickBox img {
	float: left;
	margin-right: 1em;
}
.reports .ClickBox b, .news .ClickBox b {
	font-weight: bold;
}
/* スケジュール */
.scheduler table {
	margin-top: 1px;
	border-right: 1px solid #CCC;
}
.scheduler #main .inner h3 {
	margin-top: 1em;
}
.scheduler th {
	width: 8%;
	text-align: center;
	border-right: none;
	font-weight: bold;
}
.scheduler td {
	padding: 5px 0 0 0;
	height: 5em;
	text-align: center;
	border-left: 1px solid #CCC;
	border-right: none;
	vertical-align: top;
	font-weight: bold;
	background-color: #FFF;
}
.scheduler .public a {
	padding: 5px 1px;
	color: #04831E;
	display: block;
	text-decoration: underline;
}
.scheduler .open a {
	padding: 5px 1px;
	color: #0546AB;
	text-decoration: underline;
	display: block;
}
.scheduler table p {
	margin-top: 5px;
	font-size: 85%;
	padding: 0 0 5px;
	font-weight: normal;
	line-height: 1.3
}
table#score {
	width: 100%;
	background: #555;
	color: #FFF;
}
table#score th {
	background: #444;
	color: #FFF;
	width: auto;
	text-align: center;
	vertical-align: middle;
}
.news table#score tr:first-child th{ border-left: none;}
table#score th.t-name {
	font-size: 90%;
	width: 19%;
}
table#score td {
	font-size: 100%;
	font-weight: normal;
	height: 25px;
	background: #444;
	text-align: center;
	vertical-align: middle;
}
.inner h2.pdate {
	background: none;
	font-size: 138%;
	border: none;
	text-align: center;
	color: #FFF;
}
.scheduler #next_prev {
	margin: 0;
	border: none;
}
.scheduler #next_prev td {
	border: none;
	height: 2em;
	vertical-align: middle;
	background-color: #3FA6D2;
}
.scheduler #next_prev td a {
	padding: 10px 30px;
	color: #FFF;
}
.scheduler .inner article.no {
	background: #FFF url(../images/wating_bg.jpg) no-repeat top right;
}
.scheduler #banner .inner img {
	margin: 1em 0;	
}
.scheduler .waiting {
	font-size: 90%;
	padding: 2em 0;
}
.scheduler .sun {
	background: #FCE1E2;
	color: red;
}
.scheduler .sat {
	background: #D9F5FC;
	color: blue;
}
/*
.scheduler .tod {
	background: #FF6;
}
*/

/* フォトギャラリ */
.gallery .inner .selection {
	margin: 1em 0 0 1em;
	clear: both;
	overflow: hidden;
}
.gallery .inner .selection li {
	width: 30.95%;
	float: left;
	margin: 0 1em 0 0;
	clear: none;
	position: relative;
	border: none;
}
.gallery .inner .selection li span {
	position: absolute;
	bottom: 8px;
	left: 1px;
	z-index: 100;
	padding: 2.5%;
	background-color: rgba(0,0,0,0.6);
	color: #FFF;
	width: 95%
}
/* ファンページ */
#banner .slogan-f a {
	margin-bottom: 1em;
	padding: 7px 0;
	clear: both;
	display: block;
	text-align: center;
	background: #0068B6;
	overflow: hidden;
}
.fan-bnr {
	margin-bottom: 1em;
	clear: both;
	display: block;
	text-align: center;
}
#banner .profile .slogan-f img {
	padding: 0;
}
/* icon自動表示
======================================== */
a[href $='.pdf'] {
	background: url(../images/icon_pdf.gif) no-repeat left top;
	margin: 0 0 0 0;
	padding: 0 16px 0 22px;
}
.extlink {
	background: url(..images/icon_window.gif) no-repeat right 3px;
	margin: 0 0 0 0;
	padding: 0 16px 0 0;
}

/* PC用    (min-width: 960px) 
------------------------------------------------------------*/
@media only screen and (min-width: 960px) {
#banner {
	background: url(../images/main_bg.jpg) no-repeat top center;
}
.news #banner, .reports #banner, .scheduler #banner{
	background-position: center 360px;
}
body.gallery #banner, body.contact #banner, body.us #banner, body.history #banner, body.member #banner {
	background: none;
}
body.fan_message #banner {
	background: url(../images/main_bg_fan.jpg) no-repeat top center;
}
#mainNav {
	padding: 1px 0 7px;
	background: url(../images/nav_bg.png) repeat-x left top;
	clear: both;
	overflow: hidden;
	position: relative;
	z-index: 8;
}
#mainNav .wrapper {
	background: url(../images/nav.png) top right;
}
#mainNav ul li a {
	background: url(../images/nav.png);
}
#mainNav ul li.m01 a {
	background-position: 0 top;
}
#mainNav ul li.m01 a:hover, .scheduler #mainNav ul li.m01 a {
	background-position: 0 bottom;
}
#mainNav ul li.m02 a {
	background-position: 840px top;
}
#mainNav ul li.m02 a:hover, .member #mainNav ul li.m02 a {
	background-position: 840px bottom;
}
#mainNav ul li.m03 a {
	background-position: 700px top;
}
#mainNav ul li.m03 a:hover, .news #mainNav ul li.m03 a {
	background-position: 700px bottom;
}
#mainNav ul li.m04 a {
	background-position: 560px top;
}
#mainNav ul li.m04 a:hover, .reports #mainNav ul li.m04 a {
	background-position: 560px bottom;
}
#mainNav ul li.m05 a {
	background-position: 420px top;
}
#mainNav ul li.m05 a:hover, .history #mainNav ul li.m05 a {
	background-position: 420px bottom;
}
#mainNav ul li.m06 a {
	background-position: 280px top;
}
#mainNav ul li.m06 a:hover, .gallery #mainNav ul li.m06 a {
	background-position: 280px bottom;
}
#mainNav ul li.m07 a {
	background-position: 140px top;
}
#mainNav ul li.m07 a:hover, .contact #mainNav ul li.m07 a {
	background-position: 140px bottom;
}
#mainNav ul li {
	float: left;
	position: relative;
}
#mainNav ul li a {
	display: block;
	text-align: center;
	font-size: 12px;
	width: 140px;
	height: 30px;
	padding-top: 10px;
	color: #333;
	text-indent: -9999px;
}
#mainNav ul li a span, #mainNav ul li a strong {
	display: block;
}
#mainNav ul li a span {
	color: #CCC;
	font-size: 8px;
}
nav div.panel {
	display: block !important;
	float: left;
	height: 40px;
}
a#menu {
	display: none;
}
#mainNav li.current a, #mainNav li a:hover {
	color: #fff;
	background-position: 0 -60px;
}
.wrapper {
	width: 980px;
	padding: 0;
}
.wrapper {
	overflow: hidden;
}
#breadcrumbs {
	margin-bottom: 1em;
	padding: 5px 15px;
	background: #EEE;
	border: 1px solid#DDD;
	font-size: 85%;
}
#slider {
	margin-bottom: 15px;
}
#main {
	margin-top: 15px;
	float: left;
	width: 700px;
}
#sidebar {
	margin: 15px 0;
	float: right;
	width: 265px;
	overflow: hidden;
}
#sidebar article.top img {
	width: 90px;
	height: auto;
}
#banner .slogan img {
	width: 100%;
}
#sidebar .slogan-f {
	margin-bottom: 15px;
}
/* グリッド */
.g-wrapper .grid {
	float: left;
	width: 233px;
}
.grid {
	width: auto;
}
#group {
	background: url(../images/group_bg.jpg) no-repeat center 100px;
	padding: 0 0 100px;
	margin: 60px 0 0;
}
#group .grid {
	width: auto;
	margin: 10px 25px 10px 10px;
}
#t-alert {
	background-position: bottom center;
}
/* 各ページ
------------------------------------------------------------*/
.member .selection {
	margin: 0 0 0 10px;
}
.gallery #banner .selection li {
	height: 163px;
}
.gallery #banner .selection li img {
	margin-bottom: 3px;
	border: 1px solid #CCC;
	width: 320px;
	max-height: 240px;
}
#banner #main .inner .slogan-f img {
	width: 38%;
}
.fan_message section.inner article {
	background: url(../images/letter_bg.png) repeat left 23px;
	padding: 5px 20px;
	line-height: 1.85;
	border: 2px solid #DDD;
}
#message {
	margin-bottom: 1em;
	padding: 20px 0;/*background: url(../images/fan_message_bg.jpg) no-repeat top center; */
}
#message ul.slides {
	width: 65%;
	margin: 0 0 0 18%;
	border: 2px solid #333;
	background: #FFF;
}
}

/* タブレット　*/
@media only screen and (max-width:959px) {
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-size: 14px;
}
.small {
	font-size: 12px;
}
.large {
	font-size: 20px;
}
#header .wrapper {
	background: none;
}
#header h1 {
	font-size: 95%;
	position: absolute;
	top: 60px;
	left: 72px;
}
#header #logo img {
	　top: 6px;
	width: 46%;
	height: auto;
}
#banner {
	background: none;
}
table td {
	font-size: 93%;
}
.fb_iframe_widget {
	top: 38px;
	right: 85px;
}
#slider {
	margin-bottom: 15px;
}
#breadcrumbs {
	display: none;
}
#mainNav {
	clear: both;
	width: 60px;
	margin: 0 auto;
	position: absolute;
	top: -2px;
	right: 0;
	z-index: 500;
	display: block;
}
#mainNav a.menu {
	display: block;
}
#mainNav a img {
	width: 100%;
	height: auto;
}
#main {
	max-width: 100%;
}
#sidebar article.top {
	overflow: hidden;
	height: auto;
}
#sidebar article.top li {
}
#sidebar .slogan img {
	display: block;
}
#sidebar #searchform {
	display: none
}
#group .grid {
	float: left;
	width: 25%;
	margin: 0 0 0 1%;
}
#group h3 img {
	max-width: 50%;
	height: auto;
}
#footer .grid, #footer ul.footnav {
	float: none;
	width: 100%;
	text-align: center;
}
#footer .logo img {
	width: 250px;
}
ul.footnav li {
	float: left;
	display: inline-block;
	width: 49%;
	border: none;
	font-size: 95%;
}
.grid {
	width: 32%;
	margin: 10px 0 0 1%;
}
#footer .grid img, #footer {
	float: none;
}
#footer .grid p {
	display: block;
}
#footer .logo {
	width: 100%;
	float: none;
}
#footer .logo p {
	float: none;
	display: block;
}
#footer .logo img {
	float: none;
	padding: 0;
	margin-top: 1em;
}
#banner .profile .slogan-f img {
	padding: 0;
	width: 44%;
}
.fan-bnr img {
	width: 100%;
}
.fan-bnr {
	top: 68px;
}
#line {
	top: 60px;
	right: 176px;
}
.gallery .inner ol, .gallery .inner ul, .gallery .inner ol li, .gallery .inner ul li, .member .inner ol, .member .inner ul, .member .inner ol li, .member .inner ul li {
	margin-left: 0;
}
.member #main .list li {
	font-size: 75%;
}
.gallery .inner .selection li {
	height: 160px;
	margin-bottom: 1em;
}
.gallery .inner .selection li span {
	width: 99%;
	bottom:-5px;
}
}

@media only screen and (max-width:959px) and (min-width:641px) {
#sidebar article.top img {
	width: 46%;
}
}

/* スマートフォン 横 */
@media only screen and (max-width:640px) {
#header {
	height: auto;
	padding-bottom: 20px;
}
#header h1, #logo {
	text-align: center;
}
#logo {
	clear: both;
	float: none;
}
#logo p {
	float: none;
	display: block;
}
#logo img {
	float: none;
	padding: 0;
	width: 65%;
}
.fb_iframe_widget {
	top: 45px;
	right: 11px;
}
.box img {
	margin-right: 5px;
}
.box h3 {
	padding-top: 0;
}
.g-wrapper {
	padding-bottom: 0;
}
.alignleft, .alignright {
	float: none;
	display: block;
	margin: 0 auto 10px;
}
#sidebar article.top {
	height: auto;
}
#sidebar article.top dt {
	width: 28%;
}
#group .grid {
	float: left;
}
.slogan {
	float: none;
}
.slogan-f {
	position: initial;
	margin-bottom: 15px;
	display: block;
}
.last {
	margin-right: 10px;
}
/* 各ページ */
#banner .pro img {
	max-width: 34%;
}
#banner .profile .slogan-f img {
	padding: 0;
	width: 100%;
}
.gallery .selection li {
	width: 30%;
}
}

/* スマートフォン 縦 */
@media only screen and (max-width:480px) {
body {
	font-size: 14px;
}
#header .wrapper {
	height: 80px;
}
#header #logo img {
	width: 73%;
	height: auto;
	top: 26px;
	left: 3px;
}
#header h1 {
	font-size: 80%;
	position: absolute;
	top: 7px;
	left: 5px;
}
.readmore {
	padding-top: 0;
}
.grid {
	width: 100%;
}
#line {
	top: 68px;
	right: 100px;
}
#banner .box img {
	width: 100%;
	margin-bottom: 5px;
}
#mainNav a img {
	width: 80%;
	height: auto;
}
#sidebar article.top dd {
	font-size: 140%;
}
#footer p {
	margin-left: 0;
}
/* 各ページ */
#banner .pro img {
	max-width: 50%;
	float: none;
}
.profile table.pro01 {
	width: 100%;
}
.member #main .list li {
	width: 29%;
	margin-right: 9px;
}
#super-ball {
	bottom: 365px;
}
.inner h2.pdate {
	font-size: 115%;
}
.scheduler #next_prev td a {
	padding: 10px 13px;
}
.gallery .inner .selection li {
	width: 45.5%;
}
.gallery .inner .selection li {
	height: 120px;
}
.inner .selection .wp-video { max-width: 100% !important; }

video.wp-video-shortcode, .wp-video-shortcode video{ 
	position: relative;
    max-width: 350px; max-height: 250px;}
}



/* Webフォント
------------------------------------------------------------*/
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?8umgp0');
	src: url('../fonts/icomoon.eot?#iefix8umgp0') format('embedded-opentype'),  url('../fonts/icomoon.ttf?8umgp0') format('truetype'),  url('../fonts/icomoon.woff?8umgp0') format('woff'),  url('../fonts/icomoon.svg?8umgp0#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
	content: "\e900";
	font-size: 110%;
	color: #777;
	margin-right: .3em;
}
.icon-pencil2, .icon-pencil2:before {
	content: "\e906";
	color: #777;
	margin-right: .3em;
}
.icon-camera:before {
	content: "\e90f";
	color: #777;
	margin-right: .3em;
}
.icon-film:before {
	content: "\e913";
	color: #777;
	margin-right: .3em;
}
.icon-price-tag:before {
	content: "\e935";
	color: #777;
	margin-right: .3em;
}
.icon-location:before {
	content: "\e947";
	color: #777;
	margin-right: .3em;
}
.icon-clock:before {
	content: "\e94e";
	color: #777;
	margin-right: .3em;
}
.icon-calendar:before {
	content: "\e953";
	color: #046DB8;
}
.scheduler .icon-calendar:before {
	content: "\e953";
	color: #777;
	margin-right: .3em;
}
.icon-zoom-in:before {
	content: "\e987";
}
.icon-circle-right:before {
	content: "\ea42";
	color: #046DB8;
}
.icon-head:before {
	content: "\e600";
}
.icon-enagic:before {
	content: "\e601";
	color: #777;
	margin-right: .3em;
}
.icon-back:before {
	content: "\e602";
}
.icon-letter, .icon-letter:before {
	content: "\e603";
	color: #046DB8;
	margin-right: .3em;
	font-size: 110%;
}
.icon-reports:before {
	content: "\e604";
}
.icon-next:before {
	content: "\e605";
	color: #046DB8;
}
.m10 {
	margin: 1em;
}
.mt10 {
	margin-top: 1em;
}
.mt20 {
	margin-top: 2em;
}
.mb05 {
	margin-bottom: .5em;
}
.mb15 {
	margin-bottom: 1.5em;
}
.mb20 {
	margin-bottom: 2em;
}
.ft115 {
	font-size: 115%;
}
.t-right {
	text-align: right;
}
div.wpcf7 {
	margin: 0;
	padding: 2em 0;
}
form.wpcf7-form {
	width: 65%;
	margin: 0 auto;
}
form.wpcf7-form p {
	font-size: 113%;
	margin-bottom: .5em;
	font-weight: bold;
	line-height: 1.5;
}
form.wpcf7-form p b {
	background-color: #C10508;
	padding: .25em 1em;
	font-size: 70%;
	text-align: center;
	color: #FFF;
	margin-right: 1em;
}
form.wpcf7-form input, form.wpcf7-form textarea, form.wpcf7-form button, form.wpcf7-form select {
	font-family: SourceHanSansJP-Light, YuGothic, 'Yu Gothic', "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	width: 100%;
	border: 2px solid #CCC;
	color: #444;
	font-size: 125%;
	padding: 3px;
}
form.wpcf7-form p span {
	font-size: 75%
}
form.wpcf7-form input:hover, form.wpcf7-form textarea:hover {
	background: #FFE;
}
form.wpcf7-form input:focus, form.wpcf7-form textarea:focus {
	background: #FFC;
}
form.wpcf7-form .wpcf7-submit {
	background-color: #0976BB;
	border: 1px solid #999;
	padding: .5em;
	color: #FFF;
	cursor: pointer;
	font-size: 105%;
	letter-spacing: 1em;
}
form.wpcf7-form .wpcf7-submit:hover, form.wpcf7-form .wpcf7-submit:focus {
	background-color: #3FA6D2;
}
div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}
div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}
div.wpcf7-mail-sent-ok {
	background-color: #159738;
	color: #FFF;
	font-size: 1.25em;
}
div.wpcf7-mail-sent-ng {
	background-color: #EF4A4D;
	color: #FFF;
	font-size: 1.25em;
}
div.wpcf7-spam-blocked {
	background-color: #EF4A4D;
	color: #FFF;
	font-size: 1.25em;
}
div.wpcf7-validation-errors {
	background-color: #EF4A4D;
	color: #FFF;
	font-size: 1.25em;
}
span.wpcf7-form-control-wrap {
	position: relative;
}
.wpcf7-not-valid {
	background-color: #F7D6D7;
}
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
	font-size: .8em;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}
span.wpcf7-list-item {
	margin-left: 0.5em;
}
.wpcf7-display-none {
	display: none;
}
div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}
div.wpcf7 div.ajax-error {
	display: none;
}
div.wpcf7 .placeheld {
	color: #888;
}
form.wpcf7-form input.wpcf7-acceptance {
	height: 25px;
	border: none;
}
#sitemap_list li {
	margin: .5em 0;
}
#sitemap_list li a {
	padding: 5px 35px;
	background: #faf8f2 url(http://enagic-baseball.com/baseball/cms/wp-content/plugins/ps-auto-sitemap/images/simple2/ico_level_2.png) no-repeat 0 center;
}
#sitemap_list li ul {
	margin: .5em 0 0 0;
}
#sitemap_list li li {
	margin: .5em 1em
}

@media only screen and (max-width:640px) {
form.wpcf7-form {
	width: 90%;
	margin: 0 auto;
	background: none;
}
}

.mt15 {
	margin-top: 15px;
}
#page-top {
	position: relative;
	bottom: -100px;
	right: 80px;
	font-size: 90%;
}
#page-top a {
	background: #3FA6D2;
	text-decoration: none;
	color: #fff;
	padding: 15px 30px;
	text-align: center;
	display: block;
	border-radius: 20px;
}


#google_translate_element {
	position: fixed;
	bottom: 0;
	right: 5px;
}
#fade {
	display: none;
	position: relative;
}
