/*  */

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

body {
	width:100%;
	margin: 0px auto;
	padding: 0px;
	font-family: 'Hiragino Kaku Gothic ProN', 'qMmpS ProN W3', sans-serif;
	font-size: 8px;
}

img {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

div#kosaka_head {
	width: 100%;
	text-align: center;
	margin: 10px auto 0 auto;
}

div.head-navi {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

img.head {
	width: 30%;
	float: left;
}

span.collabo {
	font-size: 32px;
	color: #a0a0a0;
	font-weight: bold;
	float: left;
}

h1 {
	font-size: 12px;
	color: #965441;
	text-align: center;
	clear: left;
	margin: 0 auto;
}

h2 {
	font-size: 21px;
	color: #965441;
	text-align: center;
	line-height: 24px;
	margin: 0 auto;
}

p.sub-title {
	width: 90%;
	font-size: 12px;
	color: #965441;
	text-align: center;
	margin: 0 auto;
}


div#kosaka_contents {
	width: 100%;
	margin: 10px auto 0 auto;
}

table.year {
	width: 85%;
	border: 1pc solid #d46974;
	margin: 10px auto 0 auto;
}

table.year th {
	width: 85%;
	background-color: #d46974;
	font-size: 21px;
	color: #fff;
	text-align: center;
	padding: 5px;
}

table.year td {
	width: 85%;
	font-size: 12px;
	color: #925340;
	text-align: center;
	background-image: url("../images/year_back.jpg");
	background-position: center bottom;
	background-size: cover;
}

p.back_event {
	width: 60%;
	background-color: #d46974;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 10px;
	margin: 10px auto;
	border-radius: 10px;		/* CSS3 */
	-webkit-border-radius: 10px;	/* Safari,Google Chromep */
	-moz-border-radius: 10px;	/* Firefoxp */
}

p.back_event a,p.back_event a hover {
	width: 50%;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	margin: 10px auto;
}

h3 {
	font-size: 21px;
	color: #965441;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
}

table.club {
	width: 90%;
	border: 1pc solid #925340;
	margin: 0 auto;
}

table.club th {
	background-color: #925340;
	font-size: 21px;
	color: #fff;
	text-align: center;
}

table.club td {
	border: 1px solid #925340;
	font-size: 14px;
	color: #925340;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
}

table.club td.name {
	border-bottom: 1px dotted #925340;
	font-size: 12px;
}

table.club td.day {
	border-top: 1px dotted #925340;
	font-size: 12px;
}

span.group {
	font-size: 24px;
	color: #d46974;
}

p.info-title {
	width: 85%;
	background-color: #925340;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 0 5%;
	margin-top: 50px;
}

p.info {
	width: 100%;
	font-size: 10pt;
	text-align: center;
	color: #db542c;
	line-height: 18px;
}

img.info {
	width: 75%;
	margin: 0 auto;
}

div#kosaka_footer {
	width: 100%;
	background-color: #d46974;
	color: #ffffff;
	text-align: center;
	margin: 30px auto 0 auto;
	padding: 5px 0;
}

p.foot_navi {
	font-size: 8px;
	color: #ffffff;
	text-align: center;
}

p.foot_navi a, p.foot_navi a hover{
	font-size: 8px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

} /* @media screen */
