.mobile{
display:none;
}
body{
padding:60px 0 170px 0px;
}
/*------------------------------------------------------------------------
ヘッダー
------------------------------------------------------------------------*/
div.headerWrapper{
position: fixed !important;
position:absolute;
top:0;
left:0;
width:100%;
height: 60px;
background: rgba(180,160,220,0.9);
}
div.header{
width:1060px;
height: 60px;
margin:0 auto;
}
div.header a{
color: #fff;
border:none;
}
div.header h1{
display: block;
width:180px;
height: 60px;
line-height: 60px;
margin-left:10px;
font-size:24px;
float: left;
}
ul.contents{
display: inline-block;
overflow: hidden;
width:870px;
text-align: center;
}
ul.contents li{
display: inline-block;
width:110px;
text-align: left;
line-height: 58px;
text-indent: 30px;
margin-right:10px;
background-position: left center;
background-repeat:no-repeat;
}
ul.contents li.profile {
	background-image: url(img/icon_profile.svg);
	background-size: 25px;
}
ul.contents li.facebook {
	background-image: url(img/icon_facebook.svg);
	background-size: 25px;
}
ul.contents li.youtube {
	background-image: url(img/icon_youtube.svg);
	background-size: 25px;
}
ul.contents li.instagram {
	background-image: url(img/icon_instagram.svg);
	background-size: 25px;
}
ul.contents li.contact {
	background-image: url(img/icon_contact.svg);
	background-size: 25px;
}
ul.contents li.twitter {
	background-image: url(img/icon_X.svg);
	background-size: 25px;
}
ul.contents li a:hover{
	border-bottom: 2px solid #fff;
}
div#profile {
	padding-bottom: 10px;
}
div.profile {
	display: none;
}
div.facebook {
	display: none;
	text-align: center;
}
div.facebook2 {
	display: block;
	text-align: center;
	width: 300px;
	position: absolute;
	top: 100px;
	left: 10px;
}
div.youtube {
	display: none;
}
div.instagram {
	display: none;
}
div.contact {
	display: none;
}
div.twitter {
	display: none;
}
div.contents {
	position: relative;
	width: 625px;
	height: calc(100% - 200px) !important;
	padding: 20px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 1000;
}
div.contents.pink {
	background: rgba(180,160,220,0.9)
}
div.contents.blue {
	background: rgba(37,167,230,0.9) !important;
}
div.contents h2 {
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	text-indent: 30px;
	margin-bottom: 20px;
}
div.profile h2 {
	background: url(img/icon_profile.svg) left center no-repeat;
	background-size: 25px;
}
div.facebook h2 {
	text-align: left;
	background: url(img/icon_facebook.svg) left center no-repeat;
	background-size: 25px;
}
div.instagram h2 {
	background: url(img/icon_instagram.svg) left center no-repeat;
	background-size: 25px;
}
div.contact h2 {
	background: url(img/icon_contact.svg) left center no-repeat;
	background-size: 25px;
}
div.youtube h2 {
	background: url(img/icon_youtube.svg) left center no-repeat;
	background-size: 25px;
}
div.twitter h2 {
	background: url(img/icon_X.svg) left center no-repeat;
	background-size: 25px;
}
h3.result {
	background: url(img/surfboad.svg) left center no-repeat;
	background-size: 25px;
	margin-top: 20px;
	color: #fff;
	font-size: 18px;
	text-indent: 30px;
	clear: both;
	padding: 0.5em;
	border-bottom: 2px solid #fff;
	margin-bottom: 15px;
}
dl.result {
	margin: 10px 20px;
	color: #fff;
	overflow: hidden;
	border-bottom: 1px dotted #fff;
	padding-bottom: 10px;
	padding-right: 5px;
}
dl.result dt:first-child, dl.result dd:first-child {
	border-top: none;
}
dl.result dt:first-child + dd {
	border-top: none;
}
dl.result dt {
	width: 65%;
	float: left;
	clear: both;
	border-top: 1px dotted #fff;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
dl.result dd {
	width: 35%;
	float: right;
	border-top: 1px dotted #fff;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-indent: 30px;
}
dl.result dd.win {
	background: url(img/icon_win.svg) left center no-repeat;
	background-size: 20px;
}
div.contents img {
	float: left;
}
img.shino {
	width: 240px;
	height: auto;
}
div.contentsRight {
	width: 360px;
	float: right;
	color: #fff;
}
div.profileWrapper {
	overflow: hidden;
}
div.contentsRight dl {
	overflow: hidden;
}
div.contentsRight dl dt {
	width: 120px;
	float: left;
	clear: both;
}
div.contentsRight dl dd {
	width: 240px;
	float: right;
}
p.closeContents {
	background: url(img/icon_close_pink.svg) no-repeat;
	width: 40px;
	height: 40px;
	background-size: 40px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 10px;
}
p.closeContents a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}
dl.contact {
	overflow: hidden;
	color: #fff;
	border-bottom:1px solid #fff;
	padding-bottom:5px;
	
}
dl.contact dt {
	width: 260px;
	float: left;
	clear: both;
	border-top:1px solid #fff;
	padding-top:5px;
}
dl.contact dd{
	width:calc(100% - 280px);
	float: right;
	border-top:1px solid #fff;
	padding-top:5px;
	padding-left:20px;
}
div.container {
	background: #C7E4ED;
	width: 720px;
	margin: 50px auto;
	padding: 50px;
}
div.container h1 {
	font-size: 24px;
	color: #000;
	margin-bottom: 20px;
}
div.container h2 {
	font-size: 18px;
	color: #000;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
div.container p {
	margin: 0 20px 20px;
}
div.container ul {
	list-style: circle;
	margin-left: 50px;
	margin-bottom: 50px;
}
div.container ul li {
	list-style: disc;
}
p.link {
	width: 200px;
	height: 50px;
	background: #fff;
	line-height: 50px;
	margin: 10px auto;
}
p.link a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	color: #e34aad
}
p.link:hover {
	background-color: #eee;
}
p.link.facebook {
	background: url(img/icon_pink_facebook.svg) left 10px center no-repeat #fff;
	background-size: 25px;
}
p.link.instagram {
	background: url(img/icon_pink_instagram.svg) left 10px center no-repeat #fff;
	background-size: 25px;
	text-align: center;
}
p.link.contact {
	background: url(img/icon_contact.svg) left 10px center no-repeat #fff;
	background-size: 25px;
	text-align: center;
}
p.link.youtube {
	background: url(img/icon_pink_youtube.svg) left 10px center no-repeat #fff;
	background-size: 25px;
}
p.link.twitter {
	background: url(img/icon_X.svg) left 10px center no-repeat #fff;
	background-size: 25px;
}
p.underconst {
	text-align: center;
	margin: 50px auto;
	color: #fff;
}

table.result {
	margin: 10px 20px;
	color: #fff;
	border-bottom: 1px dotted #fff;
	padding-bottom: 10px;
	padding-right: 5px;
}
table.result tr:first-child td{
	border-top: none !important;
}
table.result tr td:first-child {
	width: 65%;
	float: left;
	clear: both;
	border-top: 1px dotted #fff;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
table.result tr td:last-child {
	width: 35%;
	float: right;
	border-top: 1px dotted #fff;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-indent: 30px;
}
table.result td.win {
	background: url(img/icon_win.svg) left center no-repeat;
	background-size: 20px;
}

/*------------------------------------------------------------------------
フッター
------------------------------------------------------------------------*/
div.footerWrapper{
position: fixed !important;
position:absolute;
bottom:0;
left:0;
width:100%;
height: 280px;
background: rgba(255,255,255,0.5);
}
div.footer{
width:960px;
margin:0 auto;
}
ul.sponser {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
ul.sponser li {
	width: 120px;
	height: 80px;
	text-indent: 100%;
	text-align:center;
	white-space: nowrap;
	overflow: hidden;
}
ul.sponser li a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}
ul.sponser li.s1 {
	background: url(img/BRAVO_logo1.jpg);
	background-size: 120px;
}
ul.sponser li.s2 {
	background: url(img/FCS_logo.jpg) center center no-repeat;
	background-size: 80px;
}
ul.sponser li.s3 {
	background: url(img/WB_surffing.png) center center no-repeat;
	background-size: 60px;
}
ul.sponser li.s4 {
	background: url(img/aerotech.svg)center center no-repeat;
	background-size: 80px;
}
ul.sponser li.s5 {
	background: url(img/BBG-Arch-Black.png)center center no-repeat;
	background-size: 100px;
}
ul.sponser li.s6 {
	background: url(img/yu.png)center center no-repeat;
	background-size: 60px;
}
ul.sponser li.s7 {
	background: url(img/Yogi_Logo.png) center center no-repeat;
	background-size: 80px;
}
ul.sponser li.s8 {
	background: url("img/HLNA.png") center center no-repeat;
	background-size: 120px;
}
ul.sponser li.s9 {
	background: url("img/morinaga_injelly.png") center center no-repeat;
	background-size: 100px;
}
ul.sponser li.s10 {
	background: url("img/seablink.png") center center no-repeat;
	background-size: 80px;
}
ul.sponser li.s11 {
	background: url("img/ALLIE_tagline_1_black.png") center center no-repeat;
	background-size: 100px;
}
ul.sponser li.s12 {
	background: url("img/sambazon.png") center center no-repeat;
	background-size: 100px;
}
ul.sponser li.s13 {
	background: url("img/tokioinkarami-logo.png") center center no-repeat;
	background-size: 100px;
}
ul.sponser li.s14 {
	background: url("img/blank.png") center center no-repeat;
	background-size: 100px;
}
ul.sponser li.s15 {
	background: url("img/NIKE_bl.png") center center no-repeat;
	background-size: 90px;
}
ul.sponser li.s16 {
	background: url("img/Panasonic.png") center center no-repeat;
	background-size: 120px;
}
ul.sponser li.s17 {
	background: url("img/calmic.png") center center no-repeat;
	background-size: 80px;
}
ul.sponser li.s18 {
	background: url("img/mizkan.png") center center no-repeat;
	background-size: 70px;
}
ul.sponser li.s19 {
	background: url("img/iwasaki.png") center center no-repeat;
	background-size: 110px;
}
p.support{
width:100%;
height: 25px;
line-height: 25px;
font-size:14px;
text-align: center;
}
p.copy{
width:100%;
color:#ccc;
height: 25px;
line-height: 25px;
font-size:12px;
text-align: center;
}

/*------------------------------------------------------------------------
動画
------------------------------------------------------------------------*/
div.movieWrapper{
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 60px;
	/*border: solid 1px rgb(88, 88, 88);*/
	border-radius: 2px;
}
div.movie{
	vertical-align: top;
	display: inline-block;
	width: 40%;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 85px;
	margin-top: 20px;
	height: 20em;
}
div.movie iframe{
	width: 100%;
	height: 100%;

}
dl.movieDescription{
	border-top: solid 1px rgb(0, 0, 0);
	padding: 0.5em;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: left;
}
dl.movieDescription dd{
	color: rgb(17, 17, 17)
}