/* 全デバイス共通 */

html,body {
	width: 100%;
	height:100%;
}

body {
    font-family: "Microsoft Yahei","PingHei" ,'Noto Sans Japanese',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    background: url('../../img/tennis/tennis101.jpeg') 0% 0% no-repeat;
    /*background: url('../img/back7.jpg') no-repeat 30% 30%;*/
    background-size: cover;
	background-attachment: fixed;
}

ul, ol, li {
    text-decoration: none;
    list-style-type: none;
}

/* main */
#main {
    margin: 0 auto;
    max-width: 800px;

    background: rgba(255, 255, 255, 0.5);
}

/*#top	{*/
	/*width: 100%;*/
	/*height: 800px;*/
    /*position:relative;*/
    /*background-color: rgba(255, 255, 255, 0.20);*/
/*}*/

#top h1	{
    font-weight:bold;
    font-size: 22px;
    padding: 1em;
    background-color: rgba(58, 58, 58, 0.82);
    box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4);
    color: #ffffff;
    margin-top: 110px;
    text-align: center;
}




/* カテゴリー  */

.category	{
    position: relative;
    overflow: auto;
    /*box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.50);*/
}

.category > h1	{
    font-size: 20px;
    /*text-decoration: underline;*/
    color: white;
    /*padding-top:25px ;*/
    /*padding-bottom: 25px;*/
    padding: 20px 10px;
    background-color: rgba(99, 99, 99, 0.80);
    margin-top: 48px;

}

.category article	{
    padding: 20px 0px;
	position: relative;
	width:100%;
	height:auto;
	overflow: auto;
}

.category article .content:before	{
/*	background-color: rgba(255,255,255,0.8);*/
    background: #ffffff;

    content: "";
	z-index: -1;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top:0;
	right:0;
}

.post_category {
    line-height: 1.3em;
    border-right: solid 1px #F5F5F5;
}

.category h6{
    color: #636363;
    font-size: 25px;
    margin-left: 10px;
}



/*gallery.html内の各ブロック
---------------------------------------------------------------------------*/
/*ボックスの設定*/
#main section.list {
    border: 1px solid #ccc;	/*枠線の幅、線種、色*/
    border-radius: 0px;		/*角丸のサイズ*/
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#eaeaea));	/*グラデーション*/
    background: -webkit-linear-gradient(#FFF, #eaeaea);	/*同上*/
    background: linear-gradient(#FFF, #eaeaea);			/*同上*/
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;	/*ボックス同士のスペース*/
    margin: 10px 10px;
}
#main section.list a {
    display: block;
    position: relative;
    padding: 10px;	/*ボックス内の余白*/
    text-decoration: none;
    overflow: hidden;
}
/*マウスオン時*/
#main section.list a:hover {
    background: #FFF;	/*背景色*/
}
/*ボックス内の段落タグ設定*/
#main section.list p {
    position: absolute;
    color: #7e7e7e;	/*文字色*/
    font-size: 15px;
    /*line-height: 18px;*/
    padding: 0px;
    top:10px
    /*background-color: white;*/
}

#main section.list p.left_side {
    width: 80%;
    left: 13%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#main section.list p.right_side {
    right: 5%;
    top:60%;
}

#main section.list p.fb {
    font-weight: bold;
}
/*ボックス内の写真設定*/
#main section.list figure img {
    float: left;		/*画像を左へ回り込み*/
    background: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
    padding: 0px;		/*余白。ここに上の行で設定した背景色が出ます。*/
    border: 1px solid #ccc;	/*枠線の幅、線種、色*/
    width: 5%;		/*写真の幅*/
    min-width: 80px;
    margin-right: 20px;
    height: auto;	/*写真の高さ*/
}
/*ボックス内のh4タグ設定*/
#main section.list h4 {
    font-size: 18px;
    line-height: 20px;
    margin-left: 25%;
    color: #7e7e7e;	/*文字色*/
    border-bottom: 2px solid #7e7e7e;	/*下側の線の幅、線種、色*/
    margin-bottom: 20px;
    padding: 0px;
    padding-bottom: 8px;
}

/*タグ
---------------------------------------------------------------------------*/
.tag_bbs{
    position: absolute;
    left:13%;
    bottom: 10px;
}

.tagWhite,
.tagBlue,
.tagRed
{
    color: #7e7e7e;
    background-color: white;
    padding: 5px 12px;
    font-size: 12px;
    border: 1px solid #7e7e7e;
    border-radius: 30px;
    display: inline-block;
}


.tagWhite {
    background-color: white;
}

.tagBlue {
    background-color: rgba(135, 193, 230, 0.5);
}

.tagRed {
    background-color: rgba(252, 152, 144, 0.5);
}

.exp{
    padding-left: 10px;
    font-size: 14px;
}

.list_foot{
    padding-top:15px;
    padding-bottom:10px;
    height: 70px;
    background-color: white;
    /*font-weight: 100;*/
    color: #777;
    text-align: center;
    vertical-align: middle;
    margin: 10px 10px;
    font-size: 15px;
}

.list_foot span{
    vertical-align: middle;
}


#connectingSports a	{
    color: #9c9c9c;
    font-size: 20px;
    text-decoration: underline;
}
#connectingSports a:hover	{
    color: #040c36;
}


/*ボタンの設定*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
    width: 250px;	/*ボタン幅*/
    padding: 10px;	/*ボタン内の余白*/
    margin-bottom: 20px;
    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; /* 半分おかしな色が出るのを修正 */
}


/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
    margin: 40px 0px;
    padding: 0 10px;
    position: relative;
    table-layout: fixed;
    width: 100%;
}
.ta1, .ta1 td, .ta1 th{
    border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
}
/*テーブル内の右側*/
.ta1 td{
    padding: 5px 15px;
    font-size: 17px;
    background-color: #ffffff;	/*背景色*/
    width: 80%;
}
/*テーブル内の左側*/
.ta1 th{
    padding: 10px;
    text-align: left;
    background-color: #e2e2e3;	/*背景色*/
    font-size: 17px;
    width: 20%;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
    width: 100%;
    text-align: center;
    background-color: #636363;	/*背景色*/
    color: #FFF;	/*文字色*/
    font-size: 20px;
}


/*テーブル強調表示*/
.ta1 td.mainTitle{
    font-size: 20px;
    font-weight: bold;
}

/*テーブルのキャプション設定*/
.ta1 caption{
    padding: 10px;
    border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
    border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
    border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
    text-align: left;
    background-color: #294ba8;	/*背景色（古いブラウザだとここの色のみが出ます）*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(#294ba8), to(#294ba8));	/*グラデーション*/
    background-image: -webkit-linear-gradient(#294ba8, #294ba8);	/*同上*/
    background-image: linear-gradient(#294ba8, #294ba8);			/*同上*/
    font-weight: bold;	/*文字を太字にする設定*/
}

.center{
    text-align:center
}


.title{
    width: 100%;
    height:auto;
}

.message{
    width:100%;
    height:320px;
}

div.list_bbs{
    margin: 5px 20px 0px 20px;
}


.btn_report {
    background-color: rgba(112, 155, 238, 0.61);	/*背景色（古いブラウザだとここの色のみが出ます）*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1f73), to(rgba(51, 75, 240, 0.46)));	/*グラデーション*/
    background-image: -webkit-linear-gradient(#1b1f73, rgba(51, 75, 240, 0.46));	/*同上*/
    background-image: linear-gradient(#1b1f73, rgba(51, 75, 240, 0.46));			/*同上*/
    -webkit-box-shadow: 1px 2px 5px #adadad;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
    box-shadow: 1px 2px 5px #adadad;			/*同上*/
    float: right;
    width:60px;
    height:50px;
    margin-right: 10px;
}
.btn_report:hover {
    background: rgba(101, 129, 165, 0.52);
}

#reportImage{
    background-image:url('/img/_common/alert3.png');
    background-repeat: no-repeat;
    display:inline-block;
    width:35px;
    height:35px;
}

textarea.info {
    color: #000000;
    border: none;
    width: 100%;
    background: #ffffff;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
    pointer-events: none;
}

/*フッター設定
---------------------------------------------------------------------------*/
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;
}











/* 解像度低めのPC
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

@media screen and (max-width:1024px) and (min-width:767px)	{


    body {
        /*        background-size: cover;
                background: url('../../img/index/back.jpg') no-repeat 50% 50%;*/
        background: url('../../img/tennis/tennis101.jpeg') 0% 10% no-repeat;
        background-size: contain;
        background-color:#000000 !important;
    }




	a.button	{
		display: table-cell;
		/*font-family: "Microsoft Yahei","PingHei" ,'Raleway', sans-serif;*/
		background: #004C97;
		font-size: 22px;
		color: #FFFFFF;
		line-height: 33px;
		width:120px;
		height:120px;
		text-align: center;
		vertical-align: middle;
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		border-radius: 60px;
	}

    .category article	{
        padding: 10px 0px;
        position: relative;
        width:100%;
        /*height:600px;*/
        overflow: auto;
    }



    footer p	{
		font-size: 18px;
	}

    /*menu.html内のメニュー案内の各ブロック
       ---------------------------------------------------------------------------*/
    /*各ボックスの設定*/
    #main section.list {
        width: auto;
        margin: 10px 10px;
    }
    /*ボックス内のh4タグ設定*/
    #main section.list h4 {
        font-size: 15px;
        margin-left: 30%;
        margin-bottom: 20px;
        padding-bottom: 8px;
    }
    /*ボックス内の段落タグ設定*/
    /*#main section.list p {*/
        /*margin-left: 30%;*/
    /*}*/

    #main section.list p.left_side {
        left: 15%;
    }

    #main section.list p.right_side {
        white-space: nowrap;
        right: 5%;
        top:60%;
    }

    /*ボックス内の写真設定*/
    #main section.list figure img {
        min-width: 70px;
    }

    .tag_bbs{
        left:15%;
    }

    /*テーブル１
---------------------------------------------------------------------------*/
    .ta1 {
        margin: 5px 0px;
    }
    /*テーブル内の右側*/
    .ta1 td{
        padding: 10px;
        font-size: 17px;
        /*line-height: 18px;*/
    }
    /*テーブル内の左側の見出し部分*/
    .ta1 th{
        padding: 10px;
        font-size: 17px;
    }

    .title{
        /*height:50px;*/
    }

    .message{
        /*height:150px;*/
    }

}

/* タブレット
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/


@media screen and (max-width:768px) and (min-width:481px)	{

    body {
        /*        background-size: cover;
                background: url('../../img/index/back.jpg') no-repeat 50% 50%;*/

        background: url('../../img/tennis/tennis101.jpeg') 0% 20% no-repeat;
        background-size: contain;
        background-color:#000000 !important;;
    }

    #top h1	{
        margin-top: 110px;
	}

    #lead	{
        height: 800px;
        padding-left: 0%;
        padding-right: 0%;
    }

    /*#lead h1	{*/
        /*font-weight: 400;*/
        /*font-size: 22px;*/
        /*line-height: 40px;*/
    /*}*/

    #lead p	{
        font-weight: 100;
        font-size: 14px;
        line-height: 30px;
    }

	#lead .items .item	{
		display: table-cell;
		width:100px;
		height:100px;
		position:relative;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		/*font-family: "Microsoft Yahei","PingHei" ,Raleway;*/
		font-weight: 400;
		font-size: 14px;
		color: #FFFFFF;
		line-height: 47px;
	}

	a.button	{
		display: table-cell;
		/*font-family: "Microsoft Yahei","PingHei" ,'Raleway', sans-serif;*/
		background: #004C97;
		font-size: 22px;
		color: #FFFFFF;
		line-height: 33px;
		width:100px;
		height:100px;
		text-align: center;
		vertical-align: middle;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
	}


    .category article	{
        padding: 10px 0px;
        position: relative;
        width:100%;
        /*height:700px;*/
        overflow: auto;
    }

    /* topic */
    .topic article{
        margin-bottom: 10px;
    }
    .topic .topic_img {
        width: 100%;
        float: left;
        position:relative;
    }

    .topic .topic_img img{
        width: 100%;

    }
   .topic .entry-title{
        font-size: 20px;

    }

    /*menu.html内のメニュー案内の各ブロック
   ---------------------------------------------------------------------------*/
    /*各ボックスの設定*/
    #main section.list {
        width: auto;
        margin: 10px 20px;
    }
    /*ボックス内のh4タグ設定*/
    #main section.list h4 {
        font-size: 15px;
        margin-left: 32%;
        margin-bottom: 10px;
        padding-bottom: 8px;
    }
    /*ボックス内の段落タグ設定*/
    /*#main section.list p {*/
        /*margin-left: 10%;*/
    /*}*/

    /*ボックス内の写真設定*/
    #main section.list figure img {
        min-width: 10%;
    }
    #main section.list p.left_side {
        left: 15%;
    }

    #main section.list p.right_side {
        right: 5%;
        top:60%;
    }

    .tag_bbs{
        left: 17%;
        top:55%;
        bottom: auto;
    }

    .tagWhite,
    .tagBlue,
    .tagRed
    {
        padding: 2px 5px;
        font-size: 11px;
    }


    .exp{
        padding-left: 10px;
        font-size: 14px;
    }

    .list_foot{
        width: auto;
        margin: 10px 20px;

    }

    #connectingSports a	{
        font-size: 14px;
        text-decoration: underline;
    }
    /*その他
    ---------------------------------------------------------------------------*/
    /*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
    body.s-n #sub {
        display: none;
    }

    .title{
        /*height:50px;*/
    }

    .message{
        height:300px;
    }

   div.list_bbs{
        margin: 5px 0px 80px 0px;
    }
    .btn_report {
        width:60px;
    }



}




/* スマートフォン
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/


@media screen and (max-width:480px)	{

    body {
        /*        background-size: cover;
                background: url('../../img/index/back.jpg') no-repeat 50% 50%;*/

        background: url('../../img/tennis/tennis101.jpeg') 0% 20% no-repeat;
        background-size: contain;
        background-color:#000000 !important;
    }
    #top h1	{
        font-size: 18px;
        padding: 20px 20px;
        margin-top: 70px;
   	}

    #lead	{
        height:700px;
        padding-left: 0%;
        padding-right: 0%;
    }

    /*#lead h1	{*/
        /*padding-top:100px;*/
        /*font-weight: 400;*/
        /*font-size: 18px;*/
        /*line-height: 40px;*/

    /*}*/

    #lead p	{
        font-weight: 100;
        font-size: 10px;
        line-height: 25px;
    }

    #lead img{
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
        height:auto;
        margin-top: 30px;
    }


    #lead .items .item	{
		display: table-cell;
		width:60px!important;
		height:60px!important;
		position:relative;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		padding:0;
		/*font-family: "Microsoft Yahei","PingHei" ,Raleway;*/
		font-weight: 400;
		font-size: 12px;
		color: #FFFFFF;
		line-height: 47px;
	}



	.buttons	{
		margin-left:auto;
		position:relative;
		z-index:1000;
	}

	a.button	{
		display: table-cell;
		/*font-family: "Microsoft Yahei","PingHei" ,'Raleway', sans-serif;*/
		background: #004C97;
		font-size: 10px;
		color: #FFFFFF;
		line-height: 33px;
		width:60px;
		height:60px;
		text-align: center;
		vertical-align: middle;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
	}

    .category article	{
        padding: 10px 0px;
        position: relative;
        width:100%;
        height:auto;
        overflow: scroll;
    }

    footer p	{
		font-size: 10px;
	}

    /* topic */
    .topic article .content:before	{
        width:100%;
    }

    .topic article{
        margin-bottom: 10px;
    }
    .topic .topic_img {
        width: 100%;
        float: left;
        position:relative;
    }

    .topic .topic_img img{
        width: 100%;

    }

    .topic .entry-title{
        font-size: 20px;

    }

    /*menu.html内のメニュー案内の各ブロック
    ---------------------------------------------------------------------------*/
    /*各ボックスの設定*/
    #main section.list {
        width: auto;
        margin: 10px 0px;
        padding: 5px 0px;
    }
    /*ボックス内の段落タグ設定*/
    #main section.list p {
        margin-left: 0;
        font-size: 8px;
        /*line-height: 12px;*/
        /*margin-left: 35%;*/
        margin-bottom: 5px;
    }
    #main section.list a {
        padding: 10px;	/*ボックス内の余白*/
    }

    /*ボックス内の写真設定*/
    /*#main section.list figure img {*/
        /*float: left;*/
        /*width: 30%;*/
        /*box-sizing: border-box;*/
        /*-moz-box-sizing: border-box;*/
        /*-webkit-box-sizing: border-box;*/
        /*margin-bottom: 10px;*/
        /*margin-right: 10px;*/
        /*min-width: 100px;*/
    /*}*/
    /*ボックス内の写真設定*/
    #main section.list figure img {
        min-width: 14%;
        min-height: 33px;
    }
    /*ボックス内のh4タグ設定*/
    #main section.list h4 {
        display: block;
        margin: 5px 0px;
        margin-left: 35%;
        margin-bottom: 10px;
        padding-bottom: 5px;
        font-size: 11px;
        line-height: 15px;
    }
    #main section.list p.left_side {
        left: 19%;
        font-size: 14px;
    }

    #main section.list p.right_side {
        right: 5%;
        top:60%;
    }

    .tag_bbs{
        left: 19%;
        top:55%;
        bottom: auto;
    }

    .tagWhite,
    .tagBlue,
    .tagRed
    {
        padding: 2px 5px;
        font-size: 11px;
    }

    .exp{
        padding-left: 10px;
        font-size: 10px;
    }

    .list_foot{
        width: auto;
        margin: 10px 0px
    }
    .list_foot span{
        font-size: 12px;
    }

    #connectingSports a	{
        font-size: 12px;
        text-decoration: underline;
    }


    /*テーブル１
    ---------------------------------------------------------------------------*/
    .ta1 {
        margin: 5px 0px;
        background-color: #ffffff;
    }
    .ta1, .ta1 td, .ta1 th {
        border: 0;
    }
    .ta1 th {
        display: block;
        width: 100%;
        padding: 16px 10px 0;
        /*background-color: transparent;*/
    }
    .ta1 td {
        display: block;
        width: 100%;
    }
    .ta1 .narrow {
        background-color: #ffffff;
    }


    /*テーブル内の左側の見出し部分*/
    .ta1 th.tamidashi{
        font-size: 15px;
    }


    .title{
        /*height:50px;*/
    }

    .message{
        height:300px;
    }

    div.list_bbs{
        font-size: 10px;
        margin: 0px 0px 90px 0px;
    }
    .btn_report {
        width:80px;
        height:50px;
        margin: 10px;
    }


    /*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
    body.s-n #sub {
        display: none;
    }
    /* モバイル　非表示
    ---------------------------------------------------------------------------*/
    .none {
        display: none;
    }


}