@charset "UTF-8";


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　RESET
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*reset*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul,ol{
	list-style-type:none;
}
ul li img {
	vertical-align: top;
}

* { margin:0;
	padding:0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
 }
*:after { display:block; clear:both; }
article, aside, figure, footer, header,hgroup, nav, section { display:block; }

html,body {
	/*color:#333333;*/
	-webkit-text-size-adjust: none;
	width:100%;
	height: 100%;
	position: relative;
}





/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　CONTENTS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*------------------------------ 共通項目 */

h1 {
	width:100%;
	margin:0 auto;
	line-height:0;
	height:auto;
}
h1 img {
	width:100%;
	height:auto;
}
h2 {
	width:100%;
	margin:0 auto;
	line-height:0;
	height:auto;
}
h2 img {
	width:100%;
	height:auto;
}
p {
	width:100%;
	line-height:0;
	font-size: 0;
}
a {
	line-height:0;
}
p img {
	width:100%;
}
section img {
	width:100%;
	height:auto;
}
p a {
	line-height:0;
}

.fade {
	cursor: pointer;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.fade:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}


/*------------------------------ メインコンテンツ：説明 */

#sec_main {
	background-image: url(/shironekotennis/beginner/img/summary_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#sec_main .tab {
	width: 90%;
	margin: 0 auto;
	}

#sec_main .tab li {
	width: 25%;
	float: left;
	}


/*------------------------------ メインコンテンツ：タブ */

#sec_tab {
	background-image: url(/shironekotennis/beginner/img/contents_bg_ft.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
}

#sec_tab article {
	background-image: url(/shironekotennis/beginner/img/contents_bg_hd.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	padding-top: 15px;
	overflow: hidden;
}

#sec_tab article .txt {
	width: 80%;
	margin: 0 auto;
	display: block;
	line-height: 1.3em;
	font-size: 14px;
	font-weight: bold;
	color: #00479d;
	padding: 5px 0 10px 0;
}

#sec_tab article .txt_tab {
	width: 80%;
	margin: 0 auto;
	display: block;
	line-height: 1.3em;
	font-size: 14px;
	font-weight: bold;
	color: #f2272a;
	text-align: center;
	padding: 0px 0 10px 0;
}

#sec_tab article .img {
	display: block;
	padding: 15px 0 10px 0;
}

#sec_tab article .youtube {
	background-image: url(/shironekotennis/beginner/img/movie_img02.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	text-align: center;
}

#sec_tab article .youtube iframe {
	border:3px solid #fff;
	/* box-shadow */
	box-shadow:0px 1px 2px 2px #9daebc;
	-moz-box-shadow:0px 1px 2px 2px #9daebc;
	-webkit-box-shadow:0px 1px 2px 2px #9daebc;
}

#sec_tab article .youtube .iframebox {
    position: relative;
    width: 93%;
	margin:0 auto;
	padding-top: 53%;
}
#sec_tab article .youtube .iframebox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*------------------------------ 公式Twitter */

#sec_twitter .bg {
	background: #00e4ff;
	padding-bottom: 15px;	
}

#sec_twitter .timeline {
	width: 94%;
	margin: 0 auto;
	display: block;
	padding-bottom: 10px;
}


/*------------------------------ キャンペーンサイト */

#sec_campaign {
	border-top:solid 2px #0d4281; 
	border-bottom:solid 2px #0d4281; 
}


/*------------------------------ アプリ動線 */

#sec_app ul .left {
	width: 50%;
	float: left;
}

#sec_app ul .right {
	width: 50%;
	float: right;
}

#sec_app ul img {
	width: 100%;
	height: auto;
}


/*------------------------------ SNS */

#sec_sns {
	background: #e4fbff;
	padding-bottom: 20px;
	overflow: hidden;	
}

#sec_sns ul .left {
	width: 50%;
	float: left;
}

#sec_sns ul .right {
	width: 50%;
	float: right;
}

#sec_sns ul img {
	width: 100%;
	height: auto;
}


/*------------------------------ フッター */

footer {
	background: #e4fbff;
}

footer .app {
	padding: 20px 0;
	overflow: hidden;
}

footer .app dl {
	width: 160px;
	margin: 0 auto;
	font-size: 12px;
	color: #074586;
	font-weight: bold;
	overflow: hidden;
}

footer .app dl dt {
	width: 30%;
	float: left;
	padding: 3px 0;
}

footer .app dl dd {
	width: 60%;
	float: right;
	padding: 3px 0;
}

footer .logo_game {
	width: 20%;
	margin: 20px auto;
}

footer .logo {
	width: 40%;
	margin: 20px auto;
}

footer .txt {
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
	padding-bottom: 20px;
	color: #074586;
}

footer .txt a {
	color: #074586;
}





/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　PCサイト用
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.pcsite { 
	background-image: url(/shironekotennis/beginner/img/bg_pc.jpg);
	background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
	}

.pcsite .pc_bg {
	/*height:100%;*/
	/*padding-top:100px;*/
	}
	
.pcsite .contents {
	background:#fff;
	width:640px;
	/*height:3790px;*/
	margin:0 auto;
	overflow-y:scroll;
	overflow: hidden;
	/*border: 2px solid #22ecf9;*/
	/* box-shadow */
	box-shadow:0px 3px 8px 3px #954251;
	-moz-box-shadow:0px 3px 8px 3px #954251;
	-webkit-box-shadow:0px 3px 8px 3px #954251;
	}

/*------------------------------ PC用上書き */

/*sec_tab*/

.pcsite #sec_tab .txt_tab {
	font-size: 20px !important;
	}

.pcsite #sec_tab .txt {
	font-size: 20px !important;
	}

/*sec_campaign*/

.pcsite #sec_campaign {
	border-top:solid 4px #0d4281; 
	border-bottom:solid 4px #0d4281; 
}

/*sec_twitter*/

.pcsite #sec_twitter .timeline .twitter-timeline {
	height: 600px !important;
	}

/*footer*/

.pcsite footer .app dl {
	width: 280px !important;
	font-size: 20px !important;
	}

.pcsite footer .txt {
	font-size: 20px !important;
	}


	

	
