a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, tfoot, thead, time, tr, th, td, u, ul, var, video  {
	font-family: "メイリオ", meiryo, Arial, Helvetica!important;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

:focus { outline: 0; }

table {
	border-collapse: collapse;
	border-spacing: 0; }

*:first-child+html .row,
*:first-child+html .clr,
*:first-child+html .group		{ zoom: 1; } /* IE7 */

/*
	12 COLUMN - RESPONSIVE GRID SYSTEM
	DEVELOPED BY DENIS LEBLANC
	URL - https://responsive.gs
	VERSION - 2.0
	LICENSED UNDER GPL & MIT
*/


/* 	SET ALL ELEMENTS BOX-SIZING TO BORDER-BOX
	If you need support for IE7 and lower use polyfill: https://github.com/Schepp/box-sizing-polyfill */
* { -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

a:hover{
	color: orangered;
}

.clearfix {zoom:1;}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/*コンテンツ*/
body{
	color: #333;
    background-image: url("/css/img/mypage-bg.jpg");
}
#header{
	overflow: hidden;
	margin-bottom: 20px;
	background:url("/css/img/bg.png") no-repeat;
}
#navi{
	height: 50px;
    background: url("/css/img/bg_footer.png");
	border-bottom: 2px solid #E5E5E5;
	overflow: hidden;
    margin-bottom: 20px;
}
#navi li{
	display: block;
	float: right;
    max-width: 60%;
    position: relative;
}
#navi li a{
	display: block;
	color:#fff;
	margin: 13px 10px;
	text-decoration: none;
	font-size:14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#navi li a:hover{
	color: orange;
}
#main-super h1{
	margin: 40px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color:#111;
}
#main-super h1 .cnt{
	color: orangered;
	font-size:32px;
}
h1#u1{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
    text-shadow: 0 1px 1px #fff;
}
h2.u2{
    font-size: 24px;
    font-weight: bold;
    color: #005955;
    text-align: center;
    text-shadow: 0 1px 1px #fff;
}
#header .all-cnt{
	text-align: right;
	font-size: 14px;
}
#header .all-cnt strong{
    font-size: 24px;
    font-weight: bold;
	color: orangered;
}
#footer{
	margin-top:30px;
	color:#fff;
    background: url("/css/img/bg_footer.png");
}
#footer .link{
	margin: 0 0 20px;
	padding-top: 10px;
	text-align: center;
}
#footer .link li{
	display: inline-block;
    *display: inline;  
    *zoom: 1;
    margin: 2px;
}
#footer .link a{
	color:#fff;
	font-size:14px;
}
#footer .link a:hover{
	color:orange;
}

#footer #copyright{
	font-size:12px;
	text-align: center;
}

#topicpath{
	word-wrap: break-word;
	margin: 0 5px 20px;
	font-size: 14px;
}

#topicpath li{
	display: block;
	float:left;
	padding-left: 30px;
	background: url("/css/img/pankuzu-icon.png") no-repeat scroll 12px center;
	height: 20px;
}
#topicpath li:first-child{
	padding-left: 0;
	background: none;
}
/*btn-box*/
.btn-box{
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0 5px 20px;
    background: #fff;
    padding-bottom: 5px;
}
.btn-box h2{
	padding: 2px 0 0 25px;
    margin: 10px;
    background: url("/css/img/sport_search_icon.png") no-repeat 0 0;
}
.btn-box h3{
    border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 0 #ECEDF1;
    padding: 5px 10px 1px;
    margin: 20px 8px 10px;
}
.btn-box li{
	float:left;
	width: 23%;
	margin: 4px;
	font-size:14px;
	line-height: 25px;
}
.btn-box li a,
.btn-box li .now-param{
    background-color: #FBFBFB;
    border-radius: 3px;
    border: 1px solid #ccc;
    display: inline-block;
    *display: inline;  
    *zoom: 1;
    letter-spacing: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 0;
    width: 100%;
    height: 38px;
    text-align: center;
	font-size:12px;
}
.btn-box li .now-param{
    background: orange;
}
.btn-box select{
	font-size:16px;
	padding: 10px 5px;
    width: 200px;
	margin-left: 15px;
}
.btn-box .search-text {
    float:left;
    position: relative;
    width: 50%;
    margin-left: 15px;
}
.btn-box .search-text input[type="text"] {
    width: 100%;
    font-size:16px;
    padding: 3px;
}
.btn-box .search-text input[type="submit"] {
    position: absolute;
    right: 5px;
    top: 0;
    background: url("/css/img/search-text-submit.png") no-repeat center center;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 0;
    cursor: pointer;
    display: block;
}
.btn-box hr{
    border: 0;
    height: 0;
}
#search-box-show{
	height:44px;
	line-height:46px;
	text-align:center;
	color:#3b5998;
	font-size:14px;
	margin: 0 auto 10px;
	width: 200px;
	border:1px solid #ccc;
	border-radius: 3px;
    background: #ebebeb; /* Old browsers */
    background:-webkit-gradient( linear, left top, left bottom, color-stop(18%, #fff), color-stop(87%, #ebebeb) );
    background:-moz-linear-gradient( center top, #fff 18%, #ebebeb 87% );
    background:-ms-linear-gradient( top, #fff 18%, #ebebeb 87% );
    background-color:#ebebeb;
  }

/*pageナビ*/
.pager{
	text-align: right;
	float: right;
	margin-bottom: 5px;
}
.pager li {
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    display: block;
	float: left;
    margin-right: 3px;
}
.pager li a, .pager li em {
    display: block;
    font-size: 12px;
    height: 2.4em;
    line-height: 2.4em;
    padding: 0 0.9em;
    text-decoration: none;
	background: #fff;
}
.pager li em {
    background: none repeat scroll 0 0 #EEEEEE;
}
.pager li a:hover {
    background: none repeat scroll 0 0 #F3F3F3;
}
.pager li.total {
    border: medium none;
    font-size: 11px;
    height: 2.4em;
    line-height: 3.4em;
}

/*map*/
#map {
    background: url("/css/img/map2.png") no-repeat 0 0;
    height: 416px;
    width: 448px;
	margin: 0 auto 50px;
    position: relative;
}
#map h2 {
    margin-left: 10px;
	font-size: 22px;
	font-weight: bold;
	color:#19b737;
}
#map ul {
    width: 58px;
    background: #e6ecf3;
    border: 1px solid #bdcad4;
    border-radius: 5px;
    padding: 1px 0;
}
#map ul.hokkaido {
    left: 80%;
    top: 8px;
}
#map ul.tohoku {
    left: 83%;
    top: 113px;
}
#map ul.kanto {
    left: 235px;
    top: 289px;
    width: 118px;
}
#map ul.hokuriku {
    left: 223px;
    top: 18px;
}
#map ul.tokai {
    left: 163px;
    top: 289px;
}
#map ul.kinki {
    left: 150px;
    top: 42px;
}
#map ul.chugoku {
    left: 76px;
    top: 67px;
}
#map ul.shikoku {
    left: 91px;
    top: 289px;
}
#map ul.kyushu {
    left: 2px;
    top: 132px;
}
#map ul.okinawa {
    left: 2px;
    top: 337px;
}
#map ul li {
    float: left;
    height: 23px;
    margin: 2px 3px;
    width: 50px;
}
#map ul li a {
    background-image: url("/css/img/map-text.png");
    background-repeat: no-repeat;
    height: 23px;
    position: relative;
    width: 50px;
    z-index: auto;
	font-size:12px;
	text-decoration: none;
}
#map a {
    display: block;
    overflow: hidden;
    padding: 3px 0 0 0;
	text-align: center;
	color: #111;
	font-weight: bold;
}
#map ul {
    position: absolute;
}
#map ul li a:active, #map ul li a:focus {
    z-index: 1;
}
#map ul li a {background-position: 0 0;}
#map ul li a:hover {background-position: -50px 0;color:orangered}


/*一覧*/
h1.main-list{
	border: 1px solid #ccc;
	padding: 10px 0 10px 20px;
	background: #E5E5E5;
	margin-bottom: 10px;
}
#main-list{
	font-size: 14px;
}
#main-list li {
    border: 1px solid #CCCCCC;
    display: block;
	margin-bottom: 20px;
    padding: 30px 10px 10px 10px;
    position: relative;
	background: #FFFAF4;
}
#main-list li.not-open {
    background: #eee;
    color:#777;
}
#main-list li span.not-open {
    text-align: center;
    display: block;
    font-size:14px;
    padding: 8px 0;
}
#main-list li .sport-kbn{
	display: inline-block;
    *display: inline;  
    *zoom: 1;
	position: absolute;
    left:0px;
    top: 0px;
	background: orange;
	padding: 2px 10px;
	min-width: 115px;
	font-size:12px;
	text-align: center;
}
#main-list li .ken{
	display: inline-block;
    *display: inline;  
    *zoom: 1;
	position: absolute;
    left:115px;
    top: 0px;
	background: greenyellow;
	padding: 2px 10px;
	min-width: 115px;
	font-size:12px;
	text-align: center;
}
#main-list li dt{
	display: block;
	float: left;
	clear: left;
	width: 70px;
    min-height: 20px;
	font-size: 13px;
	color:#937540;
	margin-bottom: 5px;
}
#main-list li dd{
	padding-left: 75px;
	margin-bottom: 5px;
	font-size: 13px;
    min-height: 20px;
}
#main-list li .img-link{
    display: block;
    text-align: center;
}


/*明細*/
#main-detail{
    position: relative;
	font-size: 14px;
}
#main-detail #team-info{
	border: 1px solid #ccc;
	padding: 30px 10px 10px 20px;
	margin-bottom: 10px;
	font-size: 13px;
	background: #FFFAF4;
    position: relative;
}
#main-detail h1{
	color:#790000;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 5px 0;
}

#main-detail .sport-kbn{
	display: inline-block;
    *display: inline;  
    *zoom: 1;
	position: absolute;
    left:1px;
    top: 1px;
	background: orange;
	padding: 2px 10px;
	min-width: 115px;
	height: 22px;
	font-size:12px;
	text-align: center;
}
#main-detail .ken{
	display: inline-block;
    *display: inline;  
    *zoom: 1;
	position: absolute;
    left:117px;
    top: 1px;
	background: greenyellow;
	padding: 2px 0;
	min-width: 115px;
	height: 22px;
	font-size:12px;
	text-align: center;
}
#main-detail .img-box {
	width: 99%;
	border: 1px solid #D0D0D0;
	border-radius: 5px;
	margin: 0 auto 20px;
	background: #fff;
	text-align: center;
	padding: 5px 0 10px;
}
#main-detail .img-box a{
    display: inline-block;
    *display: inline;  
    *zoom: 1;
    position: relative;
    border: 1px solid #eee;
    margin: 3px;
    text-decoration: none;
}
#main-detail .img-box span{
    display: block;
    position: absolute;
    bottom: 0px;
    left:3px;
    background: #333;
    opacity: 0.8;
    color:#fff;
    text-align: center;
    width: 125px;
    max-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 16px;
    
}
#main-detail .img-box img{
	margin: 3px;
    width: 125px;
}
#main-detail .img-box h2{
	text-align: center;
	font-size:16px;
}
#main-detail .img-box .biko{
	text-align: center;
	font-size:12px;
	color:#777;
}
#main-detail .tbl {
	width: 99%;
	border: 1px solid #D0D0D0;
	border-radius: 5px;
	margin: 0 auto 10px;
}
#main-detail .tbl th,
#main-detail .tbl td{
	padding: 5px 10px;
	border: 1px solid #D0D0D0;
	border-radius: 5px;
}
#main-detail .tbl th{
	background: #FFF5EC;
	width: 170px;
	color: #790000;
}
#main-detail .tbl td{
	background: #FFFAF4;
}
#main-detail .btn1,
#main-detail .btn2{
    display: block;
    height: 0;
    overflow: hidden;
    padding: 66px 0 0;
    width: 253px;
	margin:0 auto 10px;
	background: url("/css/img/sprite1.png") no-repeat scroll transparent;
}
#main-detail .dt{
    float:left;
    width: 200px;
    margin: 3px 20px 0 5px;
}
#main-detail .view-info{
    text-align:right;
    font-size:12px;
    color:#555;
}
#main-detail .btn1      {background-position: 0px -56px;}
#main-detail .btn1:hover{background-position: 0px -131px;}
#main-detail .btn2      {background-position: 0px -205px;}
#main-detail .btn2:hover{background-position: 0px -280px;}

#main-detail .link-box{
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	padding: 10px 10px 20px;
	margin-bottom: 50px;
	font-size:16px;
	text-align: center;
}
#main-detail .link-box p{
    text-align: center;
}
#main-detail .link-box .midashi{
    font-weight: bold;
    font-size: 24px;
    color:blue;
}

#main-detail .link-box .s-btn{
    width: 310px;
    height: 80px;
    margin: 0 auto;
}
#main-detail .link-box .s-btn div {
    float: left;
    margin-right: 10px;
}
#link_url_text{
    font-size:18px;
    width: 100%;
    max-width: 420px;
    padding: 5px;
}

/*入力*/
#main-edit{
    position: relative;
    font-size: 12px;
}
#main-edit h1{
	border: 1px solid #ccc;
	padding: 10px 0 10px 20px;
	background: #fff;
	margin-bottom: 10px;
	font-size:16px;
}
#main-edit .tbl {
	width: 99%;
	border: 1px solid #D0D0D0;
	border-radius: 5px;
	margin: 0 auto 10px;
}
#main-edit .tbl th,
#main-edit .tbl td{
	padding: 5px 10px;
	border: 1px solid #D0D0D0;
	border-radius: 5px;
}
#main-edit .tbl th{
	background: #EDEFE1;
	width: 120px;
	vertical-align: top;
}
#main-edit .tbl td{
	background: #fff;
}
#main-edit .rei{
	display: inline-block;
    *display: inline;  
    *zoom: 1;
	width: 100%;
	color:#999;
	font-size:11px;
}
#main-edit .point{
	display: inline-block;
    *display: inline;  
    *zoom: 1;
	width: 100%;
	color:#999;
	font-size:11px;
	padding-left: 22px;
    background: url("/css/img/one-point-icon.png") no-repeat -4px -1px;
}
#main-edit .bold{
	color:red;
	font-size:12px;
}
#main-edit .req{
	color:red;
	font-size:11px;
}
#main-edit input[type=text], #main-edit input[type=password], #main-edit textarea{
	width: 100%;
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    padding: 5px;
}
#main-edit .submit-btn{
	text-align: center;
}
#main-edit .submit-btn input[type=submit]{
	padding: 10px 20px;
	font-size:16px;
	cursor: pointer;
}
#main-edit .submit-btn .next{
    border: 1px solid #ff5400;
	border-radius: 5px;
	color:#fff;
	font-weight: bold;
	padding: 5px;
	min-width: 150px;
	background: #ff9a00;
	background: -webkit-linear-gradient(top, #ff9a00, #ff3d00); /* Chrome 10+, Safari 5.1+ */
	background: -moz-linear-gradient(top, #ff9a00, #ff3d00);    /* 3.6+ */
	background: -ms-linear-gradient(top, #ff9a00, #ff3d00);     /* 10+ */
	background: -o-linear-gradient(top, #ff9a00, #ff3d00);      /* 11.1+ */
	background: linear-gradient(to bottom, #ff9a00, #ff3d00);   /* Standard */
    -webkit-box-shadow: 0 1px 1px #ffc263 inset;
    text-shadow: 0 1px 1px #d78447;
}
#main-edit .submit-btn .next:hover{
	background: orange;
	background: -webkit-linear-gradient(top, #ff9a00, orange); /* Chrome 10+, Safari 5.1+ */
	background: -moz-linear-gradient(top, #ff9a00, orange);    /* 3.6+ */
	background: -ms-linear-gradient(top, #ff9a00, orange);     /* 10+ */
	background: -o-linear-gradient(top, #ff9a00, orange);      /* 11.1+ */
	background: linear-gradient(to bottom, #ff9a00, orange);   /* Standard */
}
#main-edit .submit-btn .nml{
	margin-left: 10px;
    border: 1px solid #ccc;
	border-radius: 5px;
	background: #D0D0D0;
	background: -webkit-linear-gradient(top, #eee, #D0D0D0); /* Chrome 10+, Safari 5.1+ */
	background: -moz-linear-gradient(top, #eee, #D0D0D0);    /* 3.6+ */
	background: -ms-linear-gradient(top, #eee, #D0D0D0);     /* 10+ */
	background: -o-linear-gradient(top, #eee, #D0D0D0);      /* 11.1+ */
	background: linear-gradient(to bottom, #eee, #D0D0D0);   /* Standard */
    -webkit-box-shadow: 0 1px 1px #ccc inset;
    text-shadow: 0 1px 1px #ddd;
}
#main-edit img{
	max-width: 400px;
}

#main-edit .one-point{
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 15px 15px 5px;
	margin-bottom: 20px;
	color: #555;
	line-height: 200%;
}
#main-edit .one-point h2{
	font-size:16px;
	color: limegreen;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
#main-edit .one-point h2 a{
	color: limegreen;
    background: url("/css/img/click-down.png") no-repeat 0px -1px;
	padding-left: 40px;
}
#main-edit .one-point h2 a:hover{
	color: orangered;
    background-position: 1px 0px;
}
#main-edit .one-point .p{
	color: red;
}
#main-edit .one-point #one-point-body{
	display: none;
}

#main-edit-v2{
    padding: 30px 50px;
    background: #fff;
    border:1px solid #ccc;
    position: relative;
}
#main-edit-v2 .tbl dt {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
#main-edit-v2 .tbl dd {
    margin-bottom: 20px;
}
#main-edit-v2 .tbl input[type="text"] ,
#main-edit-v2 .tbl input[type="password"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #333333;
    font-size: 25px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    width: 100%;
    display: block;
}
#main-edit-v2 .tbl .rei{
    color:#aaa;
    font-size:14px;
}
#main-edit-v2 .btn1,
#main-edit-v2 .btn2{
    background-image: url("/css/img/main-edit-v2-btn1.jpg");
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 18px;
    text-shadow: 0 -1px 0 #777;
    font-weight: bold;
    height: 50px;
    letter-spacing: 5px;
    text-decoration: none;
    vertical-align: text-top;
    width: 300px;
    display: block;
    margin: 0 auto 15px;
    cursor: pointer;
    text-align: center;
    padding: 12px 0;
}
#main-edit-v2 .btn2{
    background-image: url("/css/img/main-edit-v2-btn2.jpg");
    font-weight: bold;
}
/*
#main-edit-v2 .btn1:hover,
#main-edit-v2 .btn2:hover{
    filter:alpha(opacity=80);
    opacity: 0.8;
}
*/
#main-edit-v2 .info{
    text-align: center;
    font-size:18px;
    margin-bottom:20px;
    color: #590000;
    border-bottom: 1px solid #D6D7B9;
}
#main-edit-v2 .other{
    font-size:14px;
    text-align:center;
    margin-top: 30px;
    margin-bottom:10px;
    color: #590000;
    border-bottom: 1px solid #D6D7B9;
}
#main-edit-v2 .free{
    position: absolute;
    right: 0;
    top: 0;
}

/*メッセージ系*/
.message{
	border: 1px solid green;
	background: #FCFFB7;
	padding: 30px 20px;
	margin-bottom: 40px;
	text-align: center;
}
.message .em-red{
    color: red;
    font-weight: bold;
    font-size:24px;
}
.error-message{
	color:red;
}
.form-error{
	border: 1px solid red !important;
	background: papayawhip !important;
}
.flash-error{
	border: 1px solid red;
	background: #FDFFD7;
	color: red;
	padding: 30px 20px;
	margin-bottom: 20px;
}
.comp-message{
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	padding: 50px 10px;
	margin-bottom: 50px;
	font-size:18px;
	text-align: center;
}
.comp-message-hosoku{
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	padding: 20px 10px;
	margin-bottom: 50px;
	font-size:14px;
    background: whitesmoke;
    text-align: center;
}
.comp-message-hosoku *{
    text-align: center;
}
.notfound-message{
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	padding: 50px 10px;
	margin-bottom: 50px;
	font-size:18px;
	text-align: center;
}
#non-data{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 100px 10px 50px;
	margin-bottom: 50px;
	font-size:18px;
	text-align: center;
    background: url("/css/img/bg-not-data.png") no-repeat 30px 30px #FFFFC8;
}

#sub-content .ad{
	text-align: center;
	margin-bottom: 10px;
}
#sub-content .new-edit-link,
#main-content .new-edit-link{
	margin-bottom:10px;
}
#sub-content .new-edit-link a,
#main-content .new-edit-link a{
	display: block;
    border: 1px solid #ff5400;
	border-radius: 5px;
	color:#fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 15px 20px;
	margin: 0 auto;    
    background:-webkit-gradient( linear, left top, left bottom, color-stop(18%, #ff9a00), color-stop(87%, #ff3d00) );
    background:-moz-linear-gradient( center top, #ff9a00 18%, #ff3d00 87% );
    background:-ms-linear-gradient( top, #ff9a00 18%, #ff3d00 87% );
    background-color:#ff3d00;
    -webkit-box-shadow: 0 1px 1px #ffc263 inset;
    text-shadow: 0 1px 1px #d78447;
}
#sub-content .new-edit-link a:hover,
#main-content .new-edit-link a:hover{
	background: orange;
	background: -webkit-linear-gradient(top, #ff9a00, orange); /* Chrome 10+, Safari 5.1+ */
	background: -moz-linear-gradient(top, #ff9a00, orange);    /* 3.6+ */
	background: -ms-linear-gradient(top, #ff9a00, orange);     /* 10+ */
	background: -o-linear-gradient(top, #ff9a00, orange);      /* 11.1+ */
	background: linear-gradient(to bottom, #ff9a00, orange);   /* Standard */
}

#sub-content .side-osusume{
	padding: 10px 10px 0px 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size:14px;
}
#sub-content .side-osusume h4{
	color:#790000;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 5px 0;
}
#sub-content .side-osusume dl{
	margin-bottom: 20px;
	padding: 0 10px;
}
#sub-content .side-osusume dt{
	color: #7B6C00;
}
#sub-content .side-osusume dd{
	margin-bottom: 15px;
	padding-left: 15px;
}

#other h1,#other h2{
	border: 1px solid #ccc;
	padding: 10px 0 10px 20px;
	background: #eee;
	margin-bottom: 10px;
	font-size:16px;
}
#other .box{
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 40px;
	font-size: 14px;
}
#other .box .dt{
	display: block;
    color:#777;
    font-size:12px;
    margin-bottom: 10px;
}

#info-send #info-send-title{
    background: #b1f2e6;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px 5px 0 0;
}
#info-send #info-send-box{
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-size:12px;
    text-align: center;
}
#info-send #info-send-text{
    width: 100%;
    height: 50px;
    font-size:12px;
}
#info-send #info-send-msg{
    display: none;
    color: red;
}
#info-send #info-send-loading{
    text-align: center;
    display: none;
}
#info-send #info-send-btn{
	border: 1px solid #DDD;
	color:#FFF;
	width: 80px;
	padding: 5px 0;
    display: block;
    text-align: center;
    margin: 5px auto 0;
    border-radius: 3px;
    text-decoration: none;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(18%, #0099CC), color-stop(87%, #006699) );
    background:-moz-linear-gradient( center top, #0099CC 18%, #006699 87% );
    background:-ms-linear-gradient( top, #0099CC 18%, #006699 87% );
    background-color:#006699;
}

#mypage .err-msg{
    border: 1px solid #7B0000;
    padding: 90px 5px 20px;
    margin-bottom: 30px;
    text-align: center;
    color:#7B0000;
    background:  url("/css/img/err-msg.png") no-repeat center 10px #FFECEC;
}
#mypage .notice-msg{
    border: 1px solid #005900;
    padding: 90px 5px 20px;
    margin-bottom: 30px;
    text-align: center;
    color:#005900;
    background:  url("/css/img/notice-msg.png") no-repeat center 10px #ECFFEC;
}
#mypage .notice-msg li{
    padding: 8px 5px;
    text-align: center;
}
#mypage .notice-msg .dt{
    font-size:12px;
    color:#777;
}

#mypage .myteam-list-item{
    border: 1px solid #ccc;
    padding: 40px 10px 0px;
    position: relative;
    background: #fff;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    overflow: hidden;
}
#mypage h3.myteam-list-item-name{
    font-size:16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right: 90px;
    border-bottom: 1px solid #eee;
}
#mypage .myteam-list-item h4{
    padding: 5px 0 5px 25px;
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
    background-repeat: no-repeat;
    background-color: #f7f7f3;
    background-position: 5px 7px;
}
#mypage .myteam-list-item h4.c1{background-image: url("/css/img/myteam-list-item-head1.png");}
#mypage .myteam-list-item h4.c2{background-image: url("/css/img/myteam-list-item-head2.png");}
#mypage .myteam-list-item h4.c3{background-image: url("/css/img/myteam-list-item-head3.png");}
#mypage .myteam-list-item h4.c4{background-image: url("/css/img/myteam-list-item-head4.png");}
#mypage h4.myteam-list-item-hanno:after{
    border-color: #f7f7f3 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    bottom: -10px;
    content: "";
    display: block;
    left: 13px;
    position: absolute;
    width: 0;
}
#mypage .myteam-list-item .clm1,
#mypage .myteam-list-item .clm2{
    display: inline-block;
    *display: inline;  
    *zoom: 1;
    width: 250px;
    margin: 0 7px 20px;
    vertical-align: top;
}
#mypage .myteam-list-item .clm1 li{
    height: 40px;
    line-height: 40px;
    border-bottom: dotted 1px #eeeeee;
}
#mypage .myteam-list-item .clm1 li a{
    display: inline-block;
    *display: inline;  
    *zoom: 1;
    position: relative;
}
#mypage .myteam-list-item .clm1 li a:hover{
    background: #eee;
}
#mypage .myteam-list-item .clm1 .dt{
    display: inline-block;
    *display: inline;  
    *zoom: 1;
    padding-left: 12px;
    width: 88px;
    color: #555;
    white-space: nowrap;
}
#mypage .myteam-list-item .clm1 .dd{
    float: right;
    padding-right: 12px;
    width: 160px;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
}
#mypage .myteam-list-item .clm1 .dd .c1{
    display: block;
    float: right;
    max-width: 64px;
}
#mypage .myteam-list-item .clm1 .dd .c2{
    display: table-cell;
    height: 40px;
    vertical-align: middle;
}
#mypage .myteam-list-item .clm1 .jokyo{
    font-weight: normal;
}
#mypage .myteam-list-item .clm1 .ymd{
    font-weight: normal;
    font-size:14px;
}

#mypage .myteam-list-item  .btn{
	padding: 15px 0 16px;
    margin: 0px auto 10px;
    width: 75%;
	font-size: 14px;
    text-decoration: none;
	cursor: pointer;
	display: block;
	line-height: 1;
	white-space: nowrap;
	border: 1px solid #c3c3c3;
	border-radius: 4px;
	color: #7c7c7c;
    text-align: center;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.13);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.28);
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: 8px center;
}
#mypage .myteam-list-item  .btn:hover{
    background-color: #eee;
}
#mypage .myteam-list-item  .b1{background-image: url("/css/img/myteam-list-item3-btn1.png");}
#mypage .myteam-list-item  .b2{background-image: url("/css/img/myteam-list-item3-btn2.png");}
#mypage .myteam-list-item  .b3{background-image: url("/css/img/myteam-list-item3-btn3.png");}
#mypage .myteam-list-item  .b4{background-image: url("/css/img/myteam-list-item3-btn4.png");}

#mypage .sport-kbn{
	display: inline-block;
    *display: inline;  
    *zoom: 1;
	position: absolute;
    left:1px;
    top: 1px;
	background: #FFEBD7;
	padding: 2px 10px;
	min-width: 115px;
	height: 22px;
	font-size:12px;
	text-align: center;
}
#mypage .ken{
	display: inline-block;
    *display: inline;  
    *zoom: 1;
	position: absolute;
    left:117px;
    top: 1px;
	background: #D7FFD7;
	padding: 2px 0;
	min-width: 115px;
	height: 22px;
	font-size:12px;
	text-align: center;
}

#mypage .myteam-list-item .open_flg0,
#mypage .myteam-list-item .open_flg1{
    position: absolute;
    right: 10px;
    top:20px;
}
#mypage .myteam-list-item .open_flg0 a,
#mypage .myteam-list-item .open_flg1 a{
    background: #00C800;
    color:#fff;
    padding: 5px 10px;
    font-size:12px;
    text-decoration: none;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.28);
}
#mypage .myteam-list-item .open_flg0 a{
    background: #aaa;
}

#mypage-team-img{
    position: relative;
}
#mypage-team-img h1{
	border: 1px solid #ccc;
	padding: 10px 0 10px 20px;
	background: #eee;
	margin-bottom: 10px;
	font-size:16px;
}
#mypage-team-img #img-list{
    border: 1px solid #ccc;
    background: #fff;
    padding: 20px 0;
    min-height: 300px;
}
#mypage-team-img #img-list ul{
    text-align: center;
}
#mypage-team-img #img-list li{
    display: inline-block;
    *display: inline;  
    *zoom: 1;
    width: 240px;
    text-align: center;
    margin: 0px 5px 10px 5px;
}
#mypage-team-img #img-list li .txt{
    border: 1px solid #ccc;
    border-top: none;
    padding: 5px;
}
#mypage-team-img #img-list li .upimg{
    position: relative;
    border: 1px solid #ccc;
    border-bottom: 1px dotted #ccc;
    background: #eee;
    text-align: center;
    padding: 3px;
    height: 180px;
}
#mypage-team-img #img-list li img{
    max-width: 100%;
    max-height: 100%;
}
#mypage-team-img #img-list li .img-delete-btn{
    position: absolute;
    right: 4px;
    top: 4px;
    text-decoration: none;
    font-size: 11px;
}
#mypage-team-img #img-upload-btn{
    float:right;
    display: block;
    padding: 5px 20px;
    background: orange;
    border: 1px solid orangered;
    color:#fff;
    text-decoration: none;
    font-weight: bold;
}
/*
#mypage-team-img #img-upload-btn:hover{
    opacity: 0.8;
}
*/
#mypage-team-img #img-input-box{
    border: 1px solid #ccc;
    background: #eee;
    padding: 10px;
    margin-bottom: 20px;
}
#mypage-team-img .cmt{
    position: relative;
    font-size: 12px;
    margin-bottom: 10px;
}
#mypage-team-img .cmt input[type="text"]{
    width: 100%;
    height: 20px;
}
#mypage-team-img .cmt input[type="button"]{
    position: absolute;
    right: -1px;
    bottom:-1px;
    height: 22px;
}
#mypage-team-img .chk{
    position: relative;
    font-size: 12px;
}
#mypage-team-img input[type="radio"]{
    cursor: pointer;
}
#mypage-team-img label{
    cursor: pointer;
}
#mypage-team-img .msg{
    position: absolute;
    top: 40%;
    width: 100%;
    background: green;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    display: none;
}
#mypage-team-img #img-list #box-info{
    font-size:24px;
    color:#aaa;
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    background: url("/css/img/img-list-box-info.png") no-repeat center 0;
    padding-top: 150px;
}
#mypage-team-img #img-input-body{
    position: relative;
    padding-bottom: 2px;
    overflow: hidden;
}
#mypage-team-img #img-input{
    position: absolute;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    z-index: 999;
    height: 100%;
    cursor: pointer;
    font-size: 100px;
}

#mypage .my-menu-btn{
    text-align: center;
}
#mypage .my-menu-btn li {
    background-image: url("/css/img/my-menu-btn.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    height: 150px;
    margin: 15px 5px;
    position: relative;
    text-align: center;
    width: 150px;
    display: inline-block;
    *display: inline;  
    *zoom: 1;
}
#mypage .my-menu-btn li:hover{
    background-position: center bottom;
}
#mypage .my-menu-btn li a {
    color: #FFFFFF;
    display: block;
    height: 70px;
    padding-top: 105px;
    outline: medium none;
    text-decoration: none;
    background-position: 50% 25px;
    background-repeat: no-repeat;
}
#mypage .my-menu-btn li a.p1 {background-image: url("/css/img/my-menu-btn1.png");}
#mypage .my-menu-btn li a.p2 {background-image: url("/css/img/my-menu-btn2.png");}
#mypage .my-menu-btn li a.p3 {background-image: url("/css/img/my-menu-btn3.png");}
#mypage .my-menu-btn li a strong {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
#mypage .my-menu-btn li a span {
    display: block;
    font-size: 12px;
    padding-bottom: 10px;
    text-align: center;
}

#mypage .obo-list{
    margin-bottom: 30px;
}
#mypage .obo-list li{
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    padding: 13px 80px 0 10px;
    position: relative;
}
#mypage .obo-list li:first-child{
    border-top: 1px solid #ccc;
}
#mypage .obo-list li dd{
    display: block;
    float:left;
    margin-right: 10px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#mypage .obo-list li dd.img{
    width: 50px;
    margin-top: 10px;
    position: relative;
}
#mypage .obo-list li dd.img img{
    max-width: 100%;
    max-height: 100%;
}
#mypage .obo-list li dd.zokusei{
    color:#777;
    font-size:12px;
}
#mypage .obo-list li dd.obo-date{
    color:#777;
    font-size:12px;
}
#mypage .obo-list li dd.msg-btn{
    position: absolute;
    right: 0px;
    top: 25px;
	border: 1px solid #c3c3c3;
	border-radius: 4px;
	background-color: #ffffff;
    background: url("/css/img/msg-btn.png") #fff no-repeat 7px center;
    width: 70px;
    overflow:visible;
}
#mypage .obo-list li dd.msg-btn a{
    display: block;
	padding: 10px 10px 10px 30px;
	font-size: 12px;
	cursor: pointer;
	white-space: nowrap;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.13);
}
#mypage .obo-list li.no-people{
    text-align: center;
    padding: 20px 0;
    color:#590000;
}

#mypage .msg-d-list{
    margin-bottom: 30px;
    border-top: 1px solid #ccc;
}
#mypage .msg-d-list dt,
#mypage .msg-d-list dd{
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    font-size:13px;
}
#mypage .msg-d-list dt{
    padding: 10px;
    border-bottom: 1px dotted #ccc;
    border-top: none;
    background: #ECFFEC;
}
#mypage .msg-d-list dt.team{
    background: #ECFFFD;
}
#mypage .msg-d-list dt .name{
    float:left;
    font-weight: bold;
}
#mypage .msg-d-list dt .ymd{
    float:right;
    color:#999;
}
#mypage .msg-d-list dd{
    padding: 10px 10px 30px 10px;
    border-top: none;
}
#mypage .msg-d-list dd .kidoku{
    display: block;
    text-align: center;
    font-size:12px;
    color:#999;
    margin-top: 20px;
}
#mypage #team-obo-info{
    margin: 0 auto 30px;
}
#mypage #team-obo-info .team,
#mypage #team-obo-info .obo{
    float:left;
    width: 48%;
    min-height: 170px;
    font-size:12px;
    background: #ECFFEC;
    border:1px solid #ccc;
    border-radius: 5px;
    position: relative;
}
#mypage #team-obo-info .obo{
    float:right;
    background: #ECFFFD;
}
#mypage #team-obo-info dt,
#mypage #team-obo-info dd{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 3px 5px;
}
#mypage #team-obo-info dt{
    background: #fff;
    text-align: center;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}
#mypage #team-obo-info dt img{
    height: 48px;
}
#mypage #team-obo-info dt span{
    display: block;
    text-align: center;
}
#mypage #team-obo-info dd{
    text-align: center;
    color:#005955;
}
#mypage #team-obo-info dd.name{
    font-weight: bold;
    font-size: 14px;
}

#mypage .my-btn1{
    display: block;
    width: 140px;
    height: 30px;
    padding: 5px 0;
    color:#591400;
    text-align: center;
    text-decoration: none;
    margin: auto;
    position: relative;
    background: url("/css/img/my-btn1.jpg") no-repeat;
}
#mypage .my-btn1:hover{
    background-position: 0 -30px;
}

#sns-login-btn{
    text-align: center;
}
#sns-login-btn li {
    display: inline-block;
    margin: 0 12px 0;
    padding: 0;
    text-align: left;
    width: 120px;
    position: relative;
}
#sns-login-btn li a {
    display: inline-block;
    margin-bottom: 0;
    width: 120px;
    font-size: 13px;
    text-align: center;
    color:#fff;
    padding: 0 10px 0 38px;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 2px 0 #CCCCCC, 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    border-radius: 5px;
   -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-style: solid;
    border-width: 1px;
}
/*
#sns-login-btn a:hover{
    opacity: 0.8;
}*/

#sns-login-btn .fb a {
    background-color: #3E68A8;
    background-image: linear-gradient(#4661A2, #344285);
    border-color: #2F4588 #2F4588 #223262;
}
#sns-login-btn .gg a {
    background-color: #BB573D;
    background-image: linear-gradient(#D24E1A, #A73E25);
    border-color: #A34F2C #A34F2C #7B3C21;
}
#sns-login-btn .yh a {
    background-color: #FF0033;
    background-image: linear-gradient(#FF0033, #C8002D);
    border-color: #7B001C #7B001C #590014;
}
#sns-login-btn li span{
    position: absolute;
    top: 8px;
    left:5px;
    display: block;
    width: 32px;
    height: 28px;
    background-repeat: no-repeat;
}
#sns-login-btn li.fb span{
    background-image: url("/css/img/sns-login-btn-fb.png");
}
#sns-login-btn li.gg span{
    background-image: url("/css/img/sns-login-btn-gg.png");
}
#sns-login-btn li.yh span{
    background-image: url("/css/img/sns-login-btn-yh.png");
}


.midoku{
    position: absolute;
    top: -5px;
    right: -5px;
    color:#fff;
    background: #f03d25;
    border: 1px solid #d83722;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    line-height: 18px;
}
#navi .midoku{
    top: 0;
    right:0;
}
.my-btn1 .midoku{
    top: -10px;
    right: -10px;
}

.ad-search input[type="text"]{
	font-size: 14px;
	padding: 8px !important;
	width: 150px;
}
.ad-search input[type="submit"]{
	padding: 4px 8px;
	font-size: 14px;
}

#main .smart-only{display: block;}
#main .pc-only{display: none;}
#main .hide{display: none;}

@media all and  (min-width:768px) {
	#main .smart-only{display: none;}
	#main .pc-only{display: block;}

	#main, #navi-in, #header-in{
		width: 880px;
		margin: 0 auto;
	}
	#logo{
		margin-left: 30px;
	}
	#content{
		width: 550px;
		float: left;
	}
	#content2{
		width: 550px;
        margin: auto;
	}

	#sub-content{
		width: 300px;
		float: right;
	}
	#sub-content .box{
		border: 1px solid #ccc;
		border-radius: 3px;
		margin-bottom: 10px;
		padding: 10px 10px 0 10px;
		font-size:14px;
	}
	#sub-content .box ul{
		margin-left:15px;
		margin-bottom: 20px;
		display: block;
	}
	#sub-content .new-edit-link a,
	#main-content .new-edit-link a{
		display: block;
	}
	.btn-box{
		border: 1px solid #ccc;
		border-radius: 3px;
		margin: 0 auto 20px;
		background: #fff;
		padding-bottom: 5px;
	}
	.btn-box h2{
		padding: 10px 0 10px 30px;;
		margin: 10px;
		border-bottom: 1px solid #ccc;
		background-position: 5px 10px;
	}
	.btn-box h3{
		float:left;
		font-size:12px;
		height: 24px;
		line-height: 25px;
		width: 130px;
		padding: 0;
        margin: 0;
		text-align: right;
		margin-bottom: 5px;
		border: none;
		background: none;
		box-shadow:none;
	}
	.btn-box select{
		padding: 3px 5px;
	}
	.btn-box ul{
		display: block;
		float:right;
		width: 378px;
	}
	.btn-box li{
		width:auto;
		margin: 0 8px 4px 0;
	}
	.btn-box li a,
	.btn-box li .now-param{
		font-size:12px;
		height: 24px;
		line-height: 25px;
		background: none;
		border:none;
        box-shadow:none;
        padding: 0;
        overflow: visible;
	}
	.btn-box li .now-param{
		background: orange;
		padding-left: 5px;
		padding-right: 5px;
		color:#333;
	}
	.btn-box .s-g{
		margin: 0 10px;
		padding-top: 5px;
	}
	.btn-box #reselect{
		background: url("/css/img/sprite1.png") no-repeat scroll 0px 0px transparent;
		border: medium none;
		cursor: pointer;
		height: 23px;
		width: 89px;
		margin-left: 20px;
	}
	.btn-box #reselect:hover{
		background: url("/css/img/sprite1.png") no-repeat scroll 0px -23px transparent;
	}
    .btn-box hr{
        border: 0;
        height: 1px;
        background: #ccc;
    }

	#sub-content .side-osusume dt,
	#sub-content .side-osusume dd{
		font-size: 12px;
	}

	#main-detail .btn1,
	#main-detail .btn2{
		margin:0 10px 10px;
		float: left;
	}
    
    #main-list li .img-link{
        position: absolute;
        right: 10px;
        top: 20px;
    }
    #main-list li.in-img{
        padding-right: 130px;
    }
}
@media all and (max-width:480px) {
	.btn-box li{
		width:30%;
	}
    
    #map{
        width:100%;
    }
}
@media all and (max-width:320px) {
	#logo{
		display: block;
		overflow: hidden;
	}
    
    #main-detail .tbl th{
        width: 100px;
    }
    #main-detail .link-box{
        padding: 10px 3px;
    }
    #main-detail .link-box .s-btn{
        width: 310px;
        height: 80px;
        margin: 0 auto;
    }
    #main-detail .link-box .s-btn div {
        margin-right: 5px;
    }
    #link_url_text{
        font-size:14px;
        width: 100%;
        max-width: 100%;
    }
    #main-edit-v2{
        padding: 20px 3px;
    }
    
    
    #map {
        background-position: -50px 0;
    }
    #map ul.hokkaido {
        left: 262px;
        top: 30px;
    }
    #map ul.tohoku {
        left: 262px;
        top: 103px;
    }
    #map ul.kanto {
        left: 205px;
        top: 289px;
    }
    #map ul.hokuriku {
        left: 198px;
        top: 30px;
    }
    #map ul.tokai {
        left: 138px;
        top: 289px;
    }
    #map ul.kinki {
        left: 132px;
        top: 42px;
    }
    #map ul.chugoku {
        left: 65px;
        top: 67px;
    }
    #map ul.shikoku {
        left: 71px;
        top: 289px;
    }
}