@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #333;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	/*font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";*/
    background-color: #FFF;

    /*文字サイズ/行間、フォントファミリー*/
    font: 14px/2 "inherit",'Century Gothic',"Hiragino Sans GB","Hiragino Sans GB W3","STXihei",SimHei,Heivetica,"游ゴシック","メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";

    font-family: "inherit",'Century Gothic',"Hiragino Sans GB","Hiragino Sans GB W3","STXihei",SimHei,Heivetica,"游ゴシック","メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
    webkit-font-smoothing:antialiased;

}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}
form {

	margin: 0px;
    margin-top: 20px;
}


table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}


/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #1b56f8;	/*リンクテキストの色*/
}
a:hover {
	color: #148ef6;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
    position: relative;
	width: 990px;	/*コンテナー幅*/
    padding-top: 120px;
	margin-right: auto;
	margin-left: auto;
	/*background-image: url(../../img/tennis_member_individual/bg1.png);*/	/*背景画像の読み込み*/
	background-repeat: no-repeat;				/*背景画像をリピートしない*/
	background-position: right -30px;			/*背景画像を右側、上から-30pxの位置に配置*/
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/

#container h1{
    margin-left: 10px;
    margin-top: 30px;
    font-size: 20px;

}

#container h6{
    color: #636363;
    font-size: 25px;
    margin-left: 10px;
}


/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;	/*左側に回り込み*/
	width: 90%;	/*メインコンテンツ幅*/
	margin:10px 5%;
    padding-bottom: 30px;


}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	background-color: #636363;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#636363), to(#636363));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#636363, #636363);	/*同上*/
	background-image: linear-gradient(#636363, #636363);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #999;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #999;			/*同上*/
	font-size: 100%;
	color: #FFF;			/*文字色*/
	padding: 10px 15px;	/*上下、左右への余白*/
	clear: both;
}
#main h2.type3 {
	background-color: #148ef6;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#35a1fd), to(#148ef6));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#35a1fd, #148ef6);	/*同上*/
	background-image: linear-gradient(#35a1fd, #148ef6);			/*同上*/
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	background-color: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background-image: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	font-size: 100%;
	padding: 4px 15px;	/*上下、左右への余白*/
	clear: both;
	border: 1px solid #999;	/*枠線の幅、線種、色*/
}
/*mainコンテンツのh3タグのtype2設定。plan.htmlの各プランに使っている見出し。*/
#main h3.type2 {
	background-color: #babad1;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d7d7e5), to(#babad1));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#d7d7e5, #babad1);	/*同上*/
	background-image: linear-gradient(#d7d7e5, #babad1);			/*同上*/
}
/*mainコンテンツのh4タグの設定*/
#main h4 {
	padding: 5px 5px 10px 10px;	/*上、右、下、左側への余白*/
	font-size: 18px;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #000;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #000;	/*文字色*/
}

#main h5{
    position: relative;
    background: #dfefff;
    box-shadow: 0px 0px 0px 5px #dfefff;
    border: dashed 2px white;
    padding: 0.2em 2em;
    color: #454545;
    font-size: 18px;
    margin: 20px 5px;
}

#main h5:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #a8d4ff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 15px;	/*左から、上、左右、下への余白*/
}

#main p.exp {
    font-size: 17px;
    color: #2e6da4;
}



/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;	/*文字色*/
	background: #000;	/*背景色*/
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}
/*---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list {
    border: 1px solid #CCC;	/*枠線の幅、線種、色*/
    border-radius: 0px;		/*角丸のサイズ*/
    padding: 0px;			/*ボックス内の余白*/
    margin-bottom: 0px;	/*ボックス間（下側）のスペース*/
    overflow: hidden;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
    background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	/*同上*/
    background-image: linear-gradient(#FFF, #e3e3e3);			/*同上*/
    -webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・距離・色を設定*/
    box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;			/*同上*/
}
/*ボックス内の写真設定*/
#main section.list figure img {
    float: left;			/*画像を左へ回り込み*/
    background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
    padding: 0px;			/*余白。ここに上の行で設定した背景色が出ます。*/
    margin: 2px 50px;
    border: 1px solid #CCC;	/*枠線の幅、線種、色*/
    width: 15%;
    height:auto;
}

/*ボックス内の段落タグ設定*/
#main section.list p {
    color: rgba(31, 30, 179, 0.89);	/*文字色*/
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding: 0px;
    margin-left: 40%;	/*左の写真とのバランスをとって設定*/
    margin-bottom: 0px;
    margin-top: 20px;
    margin-right: 30px;
    overflow: auto;
    overflow-wrap: break-word;
}

/*ボックス内の段落タグ設定*/
#main section.list div {
    color: #040c36;	/*文字色*/
    font-size: 16px;
    line-height: 25px;
    padding: 0px;
    margin-left: 40%;	/*左の写真とのバランスをとって設定*/
    margin-bottom: 0px;
    margin-top: 10px;
    margin-right: 30px;
    font-weight: bold;
}

#main div.detail{
    margin-top: 10px;
    margin-left: 40%;

}

/* メンバーの説明 */
#main article p.exp{
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
    overflow: auto;
    overflow-wrap: break-word;
}

#main article div.exp{
    padding: 15px;
}
div.tag{
    margin: 10px 5px;
}



#but_prev,#but_next,#but_score_prev,#but_score_next{
    width: 100px;
    margin-left: 15px;
}
#but_prev_disp,#but_next_disp{
    font-size: 25px;
    width: 28%;
    margin-left: 3%;
    height: 50px;
}





/*テーブル1
---------------------------------------------------------------------------*/
.ta1 {
    width: 100%;
    margin: 5px 0px 10px 0px;
    position: relative;
}
.ta1, .ta1 td, .ta1 th{
    border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
    /*line-height: 2;*/
}
/*テーブル内の右側*/
.ta1 td{
    padding: 5px 15px;
    font-size: 17px;
    vertical-align: middle;
}
/*テーブル内の左側*/
.ta1 th{
    width: 220px;
    padding: 10px;
    text-align: left;
    background-color: #e2e2e3;	/*背景色*/
    font-size: 17px;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi,.ta1 th.tamidashi_s{
    width: auto;
    text-align: center;
    background-color: #636363;	/*背景色*/
    color: #FFF;	/*文字色*/
    font-size: 17px;
}
.ta1 .ta_text1{
    font-size: 13px;
    margin-top: 5px;
    text-align: right;
}
.ta1 .ta_text2{
    text-align: center;
}

.ta_rank{
    margin-bottom: 50px;
}

.ta1 .pad0{
    padding: 0px;
}


/*ボタンの設定*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
    margin-top: 10px;
	margin-bottom: 10px;
	border: none;
	border-radius: 5px;	/*角丸のサイズ*/
	background-color: #2286fc;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5dbafb), to(#2286fc));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#5dbafb, #2286fc);	/*同上*/
	background-image: linear-gradient(#5dbafb, #2286fc);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	color: #FFF;		/*文字色*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background-color: #2a33bd;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5dbafb), to(#2a33bd));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#5dbafb, #2a33bd);	/*同上*/
	background-image: linear-gradient(#5dbafb, #2a33bd);			/*同上*/
}



input[type="submit"].btn_login,
input[type="button"].btn_login
{
    width: 100px;	/*ボタン幅*/
    padding: 5px 10px;	/*ボタン内の余白*/
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;	/*角丸のサイズ*/
    background-color: #9c9c9c;	/*背景色（古いブラウザだとここの色のみが出ます）*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9c9c9c), to(#9c9c9c));	/*グラデーション*/
    background-image: -webkit-linear-gradient(#9c9c9c, #9c9c9c);	/*同上*/
    background-image: linear-gradient(#9c9c9c, #9c9c9c);			/*同上*/
    -webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
    box-shadow: 1px 2px 7px #ccc;			/*同上*/
    color: #FFF;		/*文字色*/
    font-size: 18px;	/*文字サイズ*/
    letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
    background-position: 0 0px; /* 半分おかしな色が出るのを修正 */
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #7e7e7e;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
figcaption {
	font-size: 11px;
}
img {
	max-width: 100%;
	height: auto;
}

iframe {
    max-width: 100%;
    /*height: auto;*/
}

img.fr {
	float: right;
	margin: 0px 0px 15px 10px;
}
img.fl {
	float: left;
	margin: 0px 10px 15px 0px;
}

div.status{
    margin: 20px;
    font-size: 17px;
}


a.btn-user-profile {
    position: relative;
    display: inline-block;
    margin-top: 2px;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    background-color: #eb6100;
    border-radius: 100vh;
}
a.btn-user-profile:hover {
    color: #fff;
    background: #f56500;
}



/*ここからタブレット用 (959px以下に適用される)
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 959px) {

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
    padding-top: 50px;
}


/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

#main p {
    overflow:scroll;
}


/*リスト
---------------------------------------------------------------------------*/

#main section.list figure img {
    margin: 0px 5px;
    width:15%;
    height:auto;
}

/*ボックス内の段落タグ設定*/
#main section.list p {
    font-size: 16px;
    line-height: 25px;
    margin: 20px 0px 0px 38%;	/*左の写真とのバランスをとって設定*/
}

/*ボックス内の段落タグ設定*/
#main section.list div {
    font-size: 13px;
    line-height: 25px;
    margin: 3px 0px 0px 38%;	/*左の写真とのバランスをとって設定*/
}


#but_prev_disp,#but_next_disp{
    width: 20%;
}



/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
    margin: 5px 0px;
}
/*テーブル内の右側*/
.ta1 td{
    width: auto;
    padding: 5px 5px;
    font-size: 12px;
    line-height: 18px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
    width: 180px;
    padding: 5px;
    font-size: 12px;
}
.ta1 th .icon{
    max-width: 20px;
}

.ta1 .ta_text1{
    font-size: 13px;
    margin-top: 5px;
    text-align: right;
}

.ta1 th.tamidashi{
    font-size: 14px;
    padding: 10px 10px;
}

.ta1 th.tamidashi_s{
    font-size: 13px;
    padding: 10px 10px;
}

.ta_rank{
    margin-bottom: 50px;
}



/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}

div.status{
    margin: 20px;
    font-size: 17px;
}

/* タブレット　非表示
---------------------------------------------------------------------------*/
.none {
    display: none;
}



}



/*ここからスマートフォン用（480px以下）環境の設定
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){


/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin-right: 3px;
	margin-left: 3px;
    padding-top: 50px;
    overflow-x: auto;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main {
    margin:2px;
    padding-bottom: 20px;
    overflow: auto;
}

#main h5{
    padding: 5px 0px;
    text-align: center;
}

#main, #sub {
    float: none;
    width: auto;
}
#main p {
    padding: 0px;	/*左から、上、左右、下への余白*/
    /*font-size: 12px;*/
    font-size: 11px;
    line-height: 15px;
    overflow:scroll;
}













/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
    margin-top: 0px;
}



/*mainコンテンツのh4タグの設定*/
#main h4 {
    padding: 2px 0px 2px 5px;	/*上、右、下、左側への余白*/
    font-size: 14px;
    line-height: 21px;
    margin-top: 0px;
}

/*リスト
---------------------------------------------------------------------------*/
/*ボックス内の写真設定*/
#main section.list figure img {
    /*min-width: 100px;*/
    width: 40px;
    height: auto;
    margin: 0px 5px;
}

/*ボックス内の段落タグ設定*/
#main section.list p {
    font-size: 13px;
    line-height: 20px;
    margin: 10px 0px 10px 35%;	/*左の写真とのバランスをとって設定*/
}

/*ボックス内の段落タグ設定*/
#main section.list div {
    font-size: 13px;
    line-height: 17px;
    margin: 5px 0px 10px 35%;	/*左の写真とのバランスをとって設定*/
}

#main div.detail{
    clear: both;
    display: block;
    margin-left: 0%;

}

#but_prev,#but_next,#but_score_prev,#but_score_next{
    width: 70px;
}

#but_prev_disp{
    height: 50px;
    width: 48%;
    font-size: 23px;
    float: right;
    margin-left: 0;
}
#but_next_disp{
    height: 50px;
    width: 48%;
    font-size: 23px;
    float: left;
    margin-left: 0;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
    margin: 5px 0px;
}
/*テーブル内の右側*/
.ta1 td {
	width: auto;
	padding: 7px;
    font-size: 13px;
    line-height: 16px;
}

/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 30%;
	padding: 10px;
    font-size: 13px;
}
.ta1 th .icon{
    max-width: 15px;
}

/*テーブル内の左側の見出し部分*/
.ta1 th.narrow{
    width: 15%;
}
/*テーブル内の左側の見出し部分*/
.ta1 th.tamidashi{
    font-size: 12px;
}

.ta1 th.tamidashi_s{
    font-size: 10px;
    padding: 10px 3px;
}
.ta1 .ta_text1{
    font-size: 10px;
    text-align: right;
}

.ta_rank{
    margin-bottom: 50px;
}


/*その他
---------------------------------------------------------------------------*/
img.fr {
	width: 100%;
	height: auto;
}
img.fl {
	width: 100%;
	height: auto;
}
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}


a.button1{
    width : 80px;
    height:40px;
    padding: 5px 5px;
}




div.status{
    margin: 5px;
    font-size: 14px;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
    margin-bottom: 150px;
}


/* モバイル　非表示
---------------------------------------------------------------------------*/
.none {
    display: none;
}

}
