﻿@charset "utf-8";



/*	Shared main [visual - 各校名]
-------------------------------*/

#visual h2 {
	margin: 0 auto;
	width: auto;

	background: none;
	color: #000000;
	font-size: 100%;

	text-align: center;
}
@media screen and (min-width: 931px){	/* for PC */
	#visual h2 {
		padding: 5px 0 0;
		font-size: 180%;
		line-height: 1.5;
	}
}
@media screen and (max-width: 930px){	/* for SP */
	#visual h2 {
		padding: 15px 0 0;
		font-size: 120%;
		line-height: 1.25;
	}
}

#visual .visualButton {
	margin: 0 auto;
	padding: 0;
	width: auto;
	text-align: center;
}
#visual .visualButton a {
}
	#visual .visualButton a:link {
	}
	#visual .visualButton a:active {
		filter: alpha(opacity=70);	/* for IE */
		-moz-opacity: 0.7;			/* for Mozzila */
		opacity: 0.7;				/* for Other */
	}
	#visual .visualButton a:visited {
	}
	#visual .visualButton a:hover {
		filter: alpha(opacity=70);	/* for IE */
		-moz-opacity: 0.7;			/* for Mozzila */
		opacity: 0.7;				/* for Other */
	}

#visual .visualInfo {
	margin: 0 auto;
	width: auto;
	line-height: 1.5;
}
@media screen and (min-width: 931px){	/* for PC */
	#visual .visualInfo {
		padding: 15px 0 0;
		text-align: center;
	}
}
@media screen and (max-width: 930px){	/* for SP */
	#visual .visualInfo {
		font-size: 90%;
		text-align: center;
		padding: 10px 0;
	}
}

@media screen and (min-width: 931px){	/* for PC */
	#visual .visualPC {
		display: block;
	}
	#visual .visualSP {
		display: none;
	}
}
@media screen and (max-width: 930px){	/* for SP */
	#visual .visualPC {
		display: none;
	}
	#visual .visualSP {
		display: block;
	}
}



/*	Shared main [breadcrumbs]
-------------------------------*/

.breadcrumbsField dl {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.breadcrumbsField dl dt,
.breadcrumbsField dl dd {
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	float: left;
}
	.breadcrumbsField dl dt {
	}
	.breadcrumbsField dl dd {
	}
		.breadcrumbsField dl dd:before {
			content: "> ";
		}



/*	Shared main [main - edit]
-------------------------------*/

.editField {
	padding: 0;
}
	.editField:last-child {
		margin: 0 auto;
	}
@media screen and (min-width: 769px){	/* for PC */
	.editField {
	    margin: 0 auto 20px;
		width: 100%;
	}
		.editFieldPC {
			display: block;
		}
		.editFieldSP {
			display: none;
		}
}
@media screen and (max-width: 768px){	/* for SP */
	.editField {
	    margin: 0 auto 16px;
		width: 97%;
	}
		.editFieldPC {
			display: none;
		}
		.editFieldSP {
			display: block;
		}
}
/*	Shared main [main - gakuenBanner]
-------------------------------*/

.gakuenBanner img{
	width: 100%;
}


/*	Shared search-menu
-------------------------------*/

.menuSearch {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.menuSearch dt {
	margin: 0;
	padding: 5px 10px;
	list-style: none;
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
	position: relative;
	background-image: url('../images/search_box_title_back.png');
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #ffffff;
}
	.menuSearch dt.active {
/*
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
*/
	}
.menuSearch dt img {
	margin-right: 5px;
	vertical-align: middle;
}
.menuSearch dd {
	margin: 0;
	list-style: none;
	display: block;
}

@media screen and (min-width: 769px){	/* for PC */
    .menuSearch dd {
	    padding: 5px 20px 20px;
    }
}
@media screen and (max-width: 768px){	/* for SP */
    .menuSearch dd {
	    padding: 0 12px 16px;
    }
}


.menuSearch dt .menuArrow {
	padding: 0 3px;
	color: #ffffff;
	border: 1px solid #ffffff;
	position: absolute;
	top: 10px;
	right: 10px;
}
	.menuSearch dt .menuArrowUp {
		display: none;
	}
		.menuSearch dt.active .menuArrowUp {
			display: block;
		}
	.menuSearch dt .menuArrowDown {
		display: block;
	}
		.menuSearch dt.active .menuArrowDown {
			display: none;
		}



/*	Shared main [search]
-------------------------------*/

.sharedSearch {
	margin: 0;
	padding: 5px 0 0;
	width: 100%;
}

.sharedSearch ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
}
.sharedSearch ul li {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	float: left;
}
	.sharedSearch ul li.sharedSearchTitle {
	}
	.sharedSearch ul li.sharedSearchContents {
	}
@media screen and (min-width: 769px){	/* for PC */
	.sharedSearch ul li.sharedSearchTitle {
		padding-top: 12px;
		width: 15%;
	}
	.sharedSearch ul li.sharedSearchContents {
		width: 85%;
	}
}
@media screen and (max-width: 768px){	/* for SP */
	.sharedSearch ul li.sharedSearchTitle {
		margin: 12px 0 6px;
	    float: none;
        font-size: 90%;
	}
	.sharedSearch ul li.sharedSearchContents {
	    float: none;
	    margin: 0;
	}
}

.sharedSearch ul li.sharedSearchContents select {
    border-radius: 10px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;		/* Firefox用 */
}
.sharedSearch ul li.sharedSearchContents input[name=SearchWord]{
	margin: 0;
    padding: 10px;
    vertical-align: middle;

	border-radius: 10px;			/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;		/* Firefox用 */
}
.sharedSearch ul li.sharedSearchContents .comment {
    font-size: 86%;
}

@media screen and (min-width: 769px){	/* for PC */
    .sharedSearch ul li.sharedSearchContents select {
	    padding: 10px;
    }
    .sharedSearch ul li.sharedSearchContents input[name=SearchWord]{
	    padding: 10px;
	    width: 80%;
    }
}
@media screen and (max-width: 768px){	/* for SP */
    .sharedSearch ul li.sharedSearchContents select {
        font-size: 86%;
        padding: 6px 10px;
	    width: 100%;
    }
        .sharedSearch ul li.sharedSearchContents select[name=SearchGenre],
        .sharedSearch ul li.sharedSearchContents select[name=SearchSubGenre] {
            font-size: 80%;
            padding: 7px 10px 6px;
            width: 48%;
            margin-right: 2px;
        }

        .sharedSearch ul li.sharedSearchContents select[name=SearchFromYearMonth],
        .sharedSearch ul li.sharedSearchContents select[name=SearchToYearMonth] {
            width: 128px;
        }

        .sharedSearch ul li.sharedSearchContents select[name=SearchFromDay],
        .sharedSearch ul li.sharedSearchContents select[name=SearchToDay] {
            width: 100px;
        }

    .sharedSearch ul li.sharedSearchContents input[name=SearchWord]{
        font-size: 90%;
        padding: 6px 10px;
	    width: 90%;
    }

	.sharedSearch ul li.sharedSearchContents div.check-group {
        border-left: 1px solid #888;
    }

	.sharedSearch ul li.sharedSearchContents div.check-group label {
        padding: 8px 0;
        width: 24%;
        font-size: 86%;
    }
}

@media screen and (min-width: 539px) { /* for PC */
    .sharedSearch ul li.sharedSearchContents span.datePeriodNewLinePC {
        display: inline;
    }
    .sharedSearch ul li.sharedSearchContents span.datePeriodNewLineSP {
        display: none;
    }
}
@media screen and (max-width: 538px) { /* for PC */
    .sharedSearch ul li.sharedSearchContents span.datePeriodNewLinePC {
        display: none;
    }
    .sharedSearch ul li.sharedSearchContents span.datePeriodNewLineSP {
        display: inline;
    }
}

@media screen and (max-width: 340px) { /* for SP */
	.sharedSearch ul li.sharedSearchContents div.check-group label {
        font-size: 78%;
    }
}

.sharedSearch .sharedSearchButton {
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
.sharedSearch .sharedSearchButton a {
}
	.sharedSearch .sharedSearchButton a:link {
	}
	.sharedSearch .sharedSearchButton a:active {
		filter: alpha(opacity=70);	/* for IE */
		-moz-opacity: 0.7;			/* for Mozzila */
		opacity: 0.7;				/* for Other */
	}
	.sharedSearch .sharedSearchButton a:visited {
	}
	.sharedSearch .sharedSearchButton a:hover {
		filter: alpha(opacity=70);	/* for IE */
		-moz-opacity: 0.7;			/* for Mozzila */
		opacity: 0.7;				/* for Other */
	}

@media screen and (min-width: 769px){	/* for PC */
	.sharedSearch .sharedSearchButtonPC {
		display: block;
	}
	.sharedSearch .sharedSearchButtonSP {
		display: none;
	}
}
@media screen and (max-width: 768px){	/* for SP */
	.sharedSearch .sharedSearchButtonPC {
		display: none;
	}
	.sharedSearch .sharedSearchButtonSP {
		display: block;
	}
}


/*	index
-------------------------------*/

	/*	index > slider
	-------------------------------*/

#indexSlider {
	margin: 0;
	padding: 0;
	width: 100%;
}

#indexSlider div {
	margin: 0;
	padding: 0;
	width: 100%;
}

#indexSlider div a p img:hover{
	-ms-filter: "alpha( opacity=70)";
	filter: alpha( opacity=70);
	opacity: 0.7;
}

#indexSlider div .indexSliderCaption {
	margin: 0;
	padding: 1%;
	width: 68%;
	color: #ffffff;
	font-size: 80%;
	text-align: right;
	background-color: rgba(51,51,51,0.6); 
	position: absolute;
	left: 0;
	bottom: 0;
}

#indexSlider div div {
	margin: 0;
	padding: 0;
	width: 30%;
	height: 100%;
	background: #E2ECFC;
	position: absolute;
	top: 0;
	right: 0;
}
#indexSlider div div a {
	margin: 0;
	padding: 5%;
	width: 90%;
	height: 90%;
	display: block;
	background-image: url('../images/topics/index_slide_boxshadow.png');
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-y;
}

#indexSlider div div a ul {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 120px;
	position: relative;
	list-style: none;
}
#indexSlider div div a ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#indexSlider div div a ul li.seminerPhoto {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
#indexSlider div div a ul li.seminerCategory {
	margin: 0;
	padding: 5px 15px 5px 5px;
	width: 30px;
	height: 40px;
	color: #ffffff;
	font-size: 80%;
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
	#indexSlider div div a ul li.seminerCategoryA {	/* NEW */
		background-image: url('../images/topics/index_slide_category_01.png');
	}
	#indexSlider div div a ul li.seminerCategoryB {	/* オススメ */
		background-image: url('../images/topics/index_slide_category_02.png');
	}
#indexSlider div div a ul li.seminerReg {
	margin: 0;
	padding: 2.5%;
	width: 95%;
	text-align: right;
	color: #ffffff;
	font-size: 90%;
	font-weight: bold;
	background-image: url('../images/topics/index_slide_seminer_back.png');
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
}

#indexSlider div div a {
	text-decoration: none;
}
#indexSlider div div a p {
	margin: 5px 0 0;
	padding: 0;
}
#indexSlider div div a p img {
	margin: 0;
	padding: 0 5px 0 0;
	display: inline !important;
	vertical-align: middle;
}
#indexSlider div div a .seminerName {
	margin: 10px 0;
	padding: 0;
	background: none;
	width: 100%;
	color: #FF6600;
	font-size: 110%;
	/*text-decoration: underline;*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#indexSlider div div a .seminerCategory {
	font-size: 80%;
}
#indexSlider div div a .seminerSchool {
	font-size: 80%;
}

	/*	index > info
	-------------------------------*/

.indexInfoBox {
	margin: 0;
	padding: 0;
	width: 100%;
    /*
	overflow-y: scroll;
	overflow-x: hidden;
    */
}
@media screen and (min-width: 769px){	/* for PC */
	.indexInfoBox {
		/*height: 200px;*/
	}
}
@media screen and (max-width: 768px){	/* for SP */
	.indexInfoBox {
        /*
		height: 150px;
        */
	}
}

.indexInfoBox a {
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
}
	.indexInfoBox a:link {
	}
	.indexInfoBox a:active {
		background: #FFFFCC;
	}
	.indexInfoBox a:visited {
	}
	.indexInfoBox a:hover {
		background: #FFFFCC;
	}

.indexInfoBox a dl {
	margin: 0;
	width: 100%;
	list-style: none;
	overflow: hidden;
	border-bottom: 1px dotted #cccccc;
}
@media screen and (min-width: 769px){	/* for PC */
    .indexInfoBox a dl {
	    padding: 10px 0;
    }
}
@media screen and (max-width: 768px){	/* for SP */
    .indexInfoBox a dl {
	    padding: 4px 0;
    }
}


.indexInfoBox a dl dt,
.indexInfoBox a dl dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
	.indexInfoBox a dl dt {
	}
	.indexInfoBox a dl dd {
	}
	@media screen and (min-width: 769px){	/* for PC */
		.indexInfoBox a dl dt {
			width: 15%;
			float: left;
		}
		.indexInfoBox a dl dd {
			width: 85%;
			float: left;
		}
	}
	@media screen and (max-width: 768px){	/* for SP */
		.indexInfoBox a dl dt {
			/*padding: 1.5%;*/
			padding: 4px;
			/*width: 97%;*/
            margin: 0;
			float: none;
		}
		.indexInfoBox a dl dd {
			/*padding: 1.5%;*/
			padding: 4px;
			/*width: 97%;*/
            margin: 0;
			float: none;
		}
	}

	/*	index > school
	-------------------------------*/

.indexSchoolList {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.indexSchoolList a {
	margin: 10px;
	padding: 0;
	width: 230px;
	height: 230px;
	display: block;
	position: relative;
	float: left;
}
	.indexSchoolList a:nth-child(1),
	.indexSchoolList a:nth-child(4) {
		margin-left: 0;
	}
	.indexSchoolList a:nth-child(3),
	.indexSchoolList a:nth-child(6) {
		margin-right: 0;
	}

.indexSchoolList a p {
	margin: 0;
	padding: 0;
}
	.indexSchoolList a .indexSchoolListPhoto {
	}
		.indexSchoolList a:link .indexSchoolListPhoto {
		}
		.indexSchoolList a:active .indexSchoolListPhoto {
			filter: alpha(opacity=70);	/* for IE */
			-moz-opacity: 0.7;			/* for Mozzila */
			opacity: 0.7;				/* for Other */
		}
		.indexSchoolList a:visited .indexSchoolListPhoto {
		}
		.indexSchoolList a:hover .indexSchoolListPhoto {
			filter: alpha(opacity=70);	/* for IE */
			-moz-opacity: 0.7;			/* for Mozzila */
			opacity: 0.7;				/* for Other */
		}
	.indexSchoolList a .indexSchoolListName {
		padding: 5px;
		width: 220px;
		color: #ffffff;
		text-align: left;
		background-image: url('../images/index_school_back.png');
		background-attachment: scroll;
		background-position: left top;
		background-repeat: repeat;
		position: absolute;
		bottom: 0;
        font-size: 18px;
        text-align: center;
	}
		.indexSchoolList a:link .indexSchoolListName {
		}
		.indexSchoolList a:active .indexSchoolListName {
			color: #FFFF00;
		}
		.indexSchoolList a:visited .indexSchoolListName {
		}
		.indexSchoolList a:hover .indexSchoolListName {
			color: #FFFF00;
		}

	/*	index > genre
	-------------------------------*/

.indexGenre {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
}
.indexGenre li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
	.indexGenre li:nth-child(2n+1) {
		background: #ffffff;
	}
	.indexGenre li:nth-child(2n+0) {
		background: #eeeeee;
	}
.indexGenre li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
}
.indexGenre li ul li {
	margin: 0;
	padding: 1%;
	list-style: none;
	overflow: hidden;
	float: left;
}
	.indexGenre li ul li:nth-child(2n+1) {
		width: 23%;
		background: none;
	}
	.indexGenre li ul li:nth-child(2n+0) {
		width: 73%;
		background: none;
	}

.indexGenre li ul li:nth-child(2n+1) p {
	margin: 0;
	padding: 0;
	font-size: 110%;
    font-weight: bold;
}
.indexGenre li ul li:nth-child(2n+1) p img {
	margin-right: 5%;
	vertical-align: middle;
}
.indexGenre li ul li:nth-child(2n+0) p {
	margin: 0;
	padding: 0;
		padding-right: 2.5%;
	font-size: 90%;
	line-height: 1.8;
	float: left;
}

	/*	index > sp button
	-------------------------------*/

.indexSpCategory {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #ffffff;
}
.indexSpCategory li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ffffff;
}
.indexSpCategory li a {
	margin: 0;
	padding: 5px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	background: #114499;
}
.indexSpCategory li a img {
	margin-right: 5px;
	vertical-align: middle;
}
	.indexSpCategory li a img.indexSpCategoryArrow {
		float: right;
	}





/*	school
-------------------------------*/

	/*	school > list
	-------------------------------*/

.schoolList {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

.schoolList div {
	margin: 0 0 10px;
	padding: 0;
}
@media screen and (min-width: 769px){	/* for PC */
	.schoolList div {
		width: 355px;
	}
		.schoolList div:nth-child(2n+1) {
			float: left;
		}
		.schoolList div:nth-child(2n+0) {
			float: right;
		}
}
@media screen and (max-width: 768px){	/* for SP */
	.schoolList div {
		width: 100%;
		float: none;
	}
		.schoolList div:last-child {
			margin-top: 0;
		}
}

.schoolList div a {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	display: block;
}
	.schoolList div a:link {
	}
	.schoolList div a:active {
		background: #FFFFCC;
	}
	.schoolList div a:visited {
	}
	.schoolList div a:hover {
		background: #FFFFCC;
	}

.schoolList div a ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
}
    .schoolList div a ul {
        min-height:188px;
    }
@media screen and (max-width: 768px) { /* for SP */
    .schoolList div a ul {
        height: 100% !important;
    }
}
.schoolList div a ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	float: left;
}
	.schoolList div a ul li.schoolListPhoto {
		height: 150px;
		position:relative
	}
	.schoolList div a ul li.schoolListInfo {
	}
	@media screen and (min-width: 769px){	/* for PC */
		.schoolList div a ul li.schoolListPhoto {
			width: 150px;
		}
		.schoolList div a ul li.schoolListInfo {
			width: 190px;
		}
	}
	@media screen and (max-width: 768px){	/* for SP */
		.schoolList div a ul li.schoolListPhoto {
			width: 40%;
		}
		.schoolList div a ul li.schoolListInfo {
			width: 60%;
		}
	}

.schoolList div a ul li.schoolListPhoto .schoolListPhotoCell {
	margin: 0;
	padding: 0;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.schoolList div a ul li.schoolListPhoto .schoolListPhotoCategory {
	margin: 0;
	padding: 5px 15px 5px 5px;
	width: 30px;
	height: 40px;
	color: #ffffff;
	font-size: 80%;
	line-height: 1;
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
	.schoolList div a ul li.schoolListPhoto .schoolListPhotoCategoryA {	/* NEW */
		background-image: url('../images/topics/index_slide_category_01.png');
	}
	.schoolList div a ul li.schoolListPhoto .schoolListPhotoCategoryB {	/* オススメ */
		background-image: url('../images/topics/index_slide_category_02.png');
	}
.schoolList div a ul li.schoolListPhoto .schoolListPhotoReg {
	margin: 0;
	padding: 2.5%;
	width: 95%;
	text-align: right;
	color: #ffffff;
	font-size: 90%;
	font-weight: bold;
	background-image: url('../images/topics/index_slide_seminer_back.png');
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
}

.schoolList div a ul li.schoolListInfo p {
    margin-right : 0px;
}
.schoolList div a ul li.schoolListInfo .schoolListName {
	color: #FF6600;
	font-size: 110%;
	/*text-decoration: underline;*/
}
	.schoolList div a ul:link li.schoolListInfo .schoolListName {
        margin-left: 8px;
	}
	.schoolList div a ul:active li.schoolListInfo .schoolListName {
		/*text-decoration: none;*/
	}
	.schoolList div a ul:visited li.schoolListInfo .schoolListName {
	}
	.schoolList div a ul:hover li.schoolListInfo .schoolListName {
		/*text-decoration: none;*/
	}
.schoolList div a ul li.schoolListInfo .schoolListIcon {
	float: left;
    margin: 3px 8px;
}
.schoolList div a ul li.schoolListInfo .schoolListCategoryA {
	font-size: 90%;
	font-weight: bold;
    line-height: 1.2;
}
.schoolList div a ul li.schoolListInfo .schoolListCategoryB {
	font-size: 90%;
    line-height: 1.2;
}
@media screen and (max-width: 768px) { /* for SP */
    .schoolList div a ul li.schoolListInfo .schoolListIcon {
        margin-top: 0;
        margin-bottom: 0;
    }
    .schoolList div a ul li.schoolListInfo .schoolListCategoryA {
        margin-top: 0;
        margin-bottom: 0;
        height: 50%;
    }
    .schoolList div a ul li.schoolListInfo .schoolListCategoryB {
        margin-top: 0;
        margin-bottom: 0;
        height: 50%;
    }
}
.schoolList div a ul li.schoolListInfo .schoolListDetails {
	margin-top: 5px;
	font-size: 90%;
	clear: both;
    word-break: break-all;
}





/*	modal
-------------------------------*/

@media screen and (min-width: 931px){	/* for PC */
	.modalBlockPC{
        display: block;
	}
	.modalBlockSP{
        display: none;
	}
}
@media screen and (max-width: 930px){	/* for SP */
	.modalBlockPC{
        display: none;
	}
	.modalBlockSP{
        display: block;
	}
}


.modalTitle {
	margin: 0;
	padding: 10px;
	text-align: center;
}
	#shizuoka .modalTitle {
		background: #B2D184;
	}
	#parche .modalTitle {
		background: #FFC477;
	}
	#hamamatsu .modalTitle {
		background: #FF6633;
	}
	#entetsu .modalTitle {
		background: #47A3D1;
	}
	#numazu .modalTitle {
		background: #FEA3C2;
	}
	#fujieda .modalTitle {
		background: #D1A3D1;
	}
@media screen and (min-width: 931px){	/* for PC */
	.modalTitle {
		width: 800px;
	}
}
@media screen and (max-width: 930px){	/* for SP */
	.modalTitle {
	}
}

.modalTitle .modalTitleName {
	margin: 5px 0;
	padding: 0;
	font-weight: bold;
}
.modalTitle .modalTitleInfo {
	margin: 5px 0;
	padding: 0;
}
@media screen and (min-width: 931px){	/* for PC */
	.modalTitle .modalTitleName {
		font-size: 150%;
	}
	.modalTitle .modalTitleInfo {
		font-size: 90%;
	}
	.modalTitle .modalTitlePC {
		display: block;
	}
	.modalTitle .modalTitleSP {
		display: none;
	}
}
@media screen and (max-width: 930px){	/* for SP */
	.modalTitle .modalTitleName {
		font-size: 120%;
	}
	.modalTitle .modalTitleInfo {
		font-size: 70%;
	}
    .modalTitle .modalTitleName,
    .modalTitle .modalTitleInfo {
        margin: 0 auto;
        width: auto;
        line-height: 1.25;
        background: none;
        color: #000000;
        text-align: center;
    }

	.modalTitle .modalTitlePC {
		display: none;
	}
	.modalTitle .modalTitleSP {
		display: block;
	}
}

.modalMap {
	padding-bottom: 15px;
	overflow: hidden;
}
.modalMap,
.modalMap iframe {
}
@media screen and (min-width: 931px){	/* for PC */
	.modalMap iframe {
		width: 800px;
		height: 300px;
	}
}
@media screen and (max-width: 930px){	/* for SP */
    .modalMap {
	    padding-bottom: 0;
        text-align: center;
        overflow-y:auto;
    }
	.modalMap iframe {
        width: 80%;
		height: 200px;
	}
}

.modalDetails {
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 1px dotted #cccccc;
}
.modalDetails dl {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	overflow: hidden;
	border-bottom: 1px dotted #cccccc;
}
.modalDetails dl dt,
.modalDetails dl dd {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
	line-height: 1.5;
}
@media screen and (min-width: 931px){	/* for PC */
	.modalDetails dl dt {
		padding: 1%;
		width: 28%;
		float: left;
	}
	.modalDetails dl dd {
		padding: 1%;
		width: 68%;
		float: left;
	}
}
@media screen and (max-width: 930px){	/* for SP */
	.modalDetails {
		overflow-x: no-display;
		overflow-y: no-display;
	}
	.modalDetails dl dt {
		padding: 4px;
		width: 100%;
		float: none;
		background: #eeeeee;
	}
	.modalDetails dl dd {
		padding: 4px;
		width: 100%;
		float: none;
	}
}

.modalInfo {
	margin: 0;
	/*padding: 1.5%;*/
	padding: 4px;
	width: 100%;
	border-bottom: 1px dotted #cccccc;
}
.modalInfo p {
	font-size: 80%;
	line-height: 1.5;
}

@media screen and (max-width: 930px) { /* for SP */
}



/*	reserved
-------------------------------*/

.reservedTitle {
	margin: 0 0 15px;
	padding: 0;
	width: 100%;
	height: 100px;
	position: relative;
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
}
	.reservedTitleA {
		background-image: url('../images/reserved_title_back_01.png');
	}
	.reservedTitleB {
		background-image: url('../images/reserved_title_back_02.png');
	}

.reservedTitle p {
	margin: 0;
	padding: 0;
	font-size: 150%;
	font-weight: bold;
	position: absolute;
}
@media screen and (min-width: 769px){	/* for PC */
	.reservedTitle p {
		left: 115px;
		top: 30px;
	}
}
@media screen and (max-width: 768px){	/* for SP */
	.reservedTitle p {
		margin-right: 25px;
		left: 115px;
		bottom: 45px;
		line-height: 1.2;
	}
}

.reservedBox {
	padding: 14px;
	border: 1px solid #114499;
	position: relative;
	background-attachment: scroll;
	background-position: 15px bottom;
	background-repeat: no-repeat;
}
	.reservedBoxLast {
		margin: 0 auto;
	}
		.reservedBoxNumberA {
			background-image: url('../images/reserved_back_number_01.png');
		}
		.reservedBoxNumberB {
			background-image: url('../images/reserved_back_number_02.png');
		}
		.reservedBoxNumberC {
			background-image: url('../images/reserved_back_number_03.png');
		}
		.reservedBoxNumberD {
			background-image: url('../images/reserved_back_number_04.png');
		}
		.reservedBoxNumberE {
			background-image: url('../images/reserved_back_number_05.png');
		}
@media screen and (min-width: 769px){	/* for PC */
	.reservedBox {
		margin: 0 auto 50px;
		min-height: 80px;
	}
}
@media screen and (max-width: 768px){	/* for SP */
	.reservedBox {
		margin: 0 auto 10px;
	}
}

.reservedBox .reservedBoxCopy {
}
.reservedBox .reservedBoxFlow {
}
.reservedBox .reservedBoxPhoto {
}
@media screen and (min-width: 769px){	/* for PC */
	.reservedBox .reservedBoxCopy {
		width: 400px;
	}
	.reservedBox .reservedBoxFlow {
		position: absolute;
		bottom: -40px;
		left: 0;
	}
	.reservedBox .reservedBoxPhoto {
		position: absolute;
		bottom: 1px;
		right: 15px;
	}
}
@media screen and (max-width: 768px){	/* for SP */
	.reservedBox .reservedBoxCopy {
	}
	.reservedBox .reservedBoxFlow {
		display: none;
	}
	.reservedBox .reservedBoxPhoto {
		/*margin-top: 5%;*/
		margin-top: 16px;
		text-align: right;
	}
}





/*	faq
-------------------------------*/

.faqList {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #cccccc;
	list-style: none;
}

.faqList dt {
	margin: 0;
	padding: 0 0 0 50px;
	min-height: 40px;
	list-style: none;
	background-image: url('../images/faq_icon_01.png');
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
}
.faqList dd {
	margin: 10px 0 0;
	padding: 0 0 0 50px;
	min-height: 40px;
	list-style: none;
	background-image: url('../images/faq_icon_02.png');
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
}

.faqList dt p,
.faqList dd p {
	margin: 0;
	padding: 8px 0 0;
	line-height: 1.5;
}





/*	search
-------------------------------*/

.searchTabBox {
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #cccccc;
}
	.searchTabBox.shizuoka {
		border-bottom: 2px solid #57742C;
	}
	.searchTabBox.parche {
		border-bottom: 2px solid #CA7400;
	}
	.searchTabBox.hamamatsu {
		border-bottom: 2px solid #BB2F00;
	}
	.searchTabBox.entetsu {
		border-bottom: 2px solid #1C5571;
	}
	.searchTabBox.numazu {
		border-bottom: 2px solid #EE024F;
	}
	.searchTabBox.fujieda {
		border-bottom: 2px solid #844284;
	}
.searchTabBox ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.searchTabBox ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	display: block;
	float: left;
}
	.searchTabBox ul li:nth-child(1) {	/* 静岡校色 */
		background: #AACC77;
		border-color: #AACC77;
	}
	.searchTabBox ul li:nth-child(2) {	/* パルシェ校色 */
		background: #FFBE68;
		border-color: #FFBE68;
	}
	.searchTabBox ul li:nth-child(3) {	/* 浜松校色 */
		background: #FF6633;
		border-color: #FF6633;
	}
	.searchTabBox ul li:nth-child(4) {	/* 沼津校色 */
		background: #FE99BB;
		border-color: #FE99BB;
	}
	.searchTabBox ul li:nth-child(5) {	/* 藤枝校色 */
		background: #CC99CC;
		border-color: #CC99CC;
	}
		.searchTabBox ul li:nth-child(1).active {
			border-color: #57742C;
		}
		.searchTabBox ul li:nth-child(2).active {
			border-color: #CA7400;
		}
		.searchTabBox ul li:nth-child(3).active {
			border-color: #BB2F00;
		}
		.searchTabBox ul li:nth-child(4).active {
			border-color: #EE024F;
		}
		.searchTabBox ul li:nth-child(4).active {
			border-color: #844284;
		}
.searchTabBox ul li a {
	color: #ffffff;
	/*
	font-size: 90%;
	*/
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
}
.searchTabBox ul li.active a {
	color: #000000;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
	font-weight: bold;
}

@media screen and (min-width: 769px){	/* for PC */
	.searchTabBox ul {
		margin: 0;
		padding: 0 9px;
		width: 720px;
	}
	.searchTabBox ul li {
		padding: 10px 0;
		width: 116px;
		border: 2px solid;
		border-bottom: none;
	}
	.searchTabBox ul li a {
		font-size: 90%;
	}
}
@media screen and (max-width: 768px){	/* for SP */
	.searchTabBox ul {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.searchTabBox ul li {
		padding: 16px 0;
		width: 19.4%;
		border: 1px solid;
        border-bottom: 0px;
	}
	.searchTabBox ul li a {
		font-size: 90%;
	}
}

.searchList {
	width: 100%;
	display: block;
	border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 769px) { /* for PC */
    .searchList {
	    margin: 0;
	    border-bottom: 1px solid #cccccc;
    }
}
@media screen and (max-width: 768px) { /* for SP */
    .searchList {
	    margin: 0 0 16px 0;
	    border-bottom: 4px solid #aaaaaa;
    }
}
	.searchList:link {
		text-decoration: none;
	}
	.searchList:active {
		background: #FFFFCC;
	}
	.searchList:visited {
	}
	.searchList:hover {
		background: #FFFFCC;
	}
@media screen and (min-width: 769px){	/* for PC */
	.searchList {
		padding: 10px 0;
	}
}
@media screen and (max-width: 768px){	/* for SP */
	.searchList {
		padding: 5px 0;
	}
}

.searchList ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	overflow: hidden;
}
.searchList ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

    .searchList ul li .searchDetailsGakuen span.searchDetailsGakuenName {
        padding: 1px 4px;
        margin-right: 4px;
    }
    /*
    .searchList ul li .searchDetailsGakuen.gaku1 span.searchDetailsGakuenName {
        border: 3px solid #AACC77;
    }
    .searchList ul li .searchDetailsGakuen.gaku2 span.searchDetailsGakuenName {
        border: 3px solid #FFBE68;
    }
    .searchList ul li .searchDetailsGakuen.gaku3 span.searchDetailsGakuenName {
        border: 3px solid #FF6633;
    }
    .searchList ul li .searchDetailsGakuen.gaku4 span.searchDetailsGakuenName {
        border: 3px solid #FE99BB;
    }
    .searchList ul li .searchDetailsGakuen.gaku7 span.searchDetailsGakuenName {
        border: 3px solid #CC99CC;
    }
    .searchList ul li .searchDetailsGakuen.gaku8 span.searchDetailsGakuenName {
        border: 3px solid #3399CC;
    }
        */

    .searchList ul li .searchDetailsGakuen {
	    border-bottom: 1px dotted #cccccc;
    }
    .searchList ul li .searchDetailsGakuen img {
        width: 26px;
        padding: 4px;
        margin-bottom: 2px;
        vertical-align: middle;
    }

@media screen and (min-width: 769px){	/* for PC */
    .searchList ul li .searchDetailsGakuen {
        margin-bottom: 6px;
    }
}
@media screen and (max-width: 768px){	/* for SP */
    .searchList ul li .searchDetailsGakuen {
        margin: 4px 0;
    }
}
    .searchList ul li .searchDetailsGakuen  span.icon {
        margin: 0px 4px;
        padding: 2px 4px;
        font-size: 94%;
    }
    .searchList ul li .searchDetailsGakuen  span.icon.iconRed {
        background-image: url('../images/icon_large_red.png');
    }

	.searchList ul li.searchDetailsMain {
	}
	.searchList ul li.searchDetailsPhoto {
	}
	.searchList ul li.searchDetailsCopy {
	}
	@media screen and (min-width: 769px){	/* for PC */
		.searchList ul li.searchDetailsMain {
			width: 515px;
			float: right;
		}
		.searchList ul li.searchDetailsPhoto {
			width: 200px;
			float: left;
		}
		.searchList ul li.searchDetailsCopy {
			padding-top: 10px;
			width: 100%;
			clear: both;
		}
        .searchList ul li.searchDetailsPhotoPC {
            display: block;
        }
        .searchList ul li.searchDetailsMain ul.searchDetailsPhotoSP {
            display: none;
        }
	}
	@media screen and (max-width: 768px){	/* for SP */
		.searchList ul li.searchDetailsMain {
			width: 100%;
			float: none;
		}
		.searchList ul li.searchDetailsPhoto {
			width: 100%;
			text-align: center;
			float: none;
			padding-top: 10px;
		}
		.searchList ul li.searchDetailsCopy {
			width: 100%;
			padding-top: 10px;
		}
        .searchList ul li.searchDetailsPhotoPC {
            display: none;
        }
        .searchList ul li.searchDetailsMain ul.searchDetailsPhotoSP {
            display: block;
        }
	}
.searchList ul li div,
.searchList ul li p {
	margin: 0;
	padding: 0;
}

.searchList ul li.searchDetailsPhoto div {
	margin: 0 auto;
	padding: 0;
	position: relative;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    height: 244px;
}
.searchList ul li.searchDetailsPhoto div .seminerCategory {
	margin: 0;
	height: 40px;
	color: #ffffff;
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
@media screen and (min-width: 769px){	/* for PC */
	.searchList ul li.searchDetailsPhoto div .seminerCategory {
		padding: 5px 15px 5px 5px;
		width: 30px;
		font-size: 80%;
		line-height: 1;
	}
}
@media screen and (max-width: 768px){	/* for SP */
	.searchList ul li.searchDetailsPhoto div .seminerCategory {
		padding: 5px 20px 5px 0;
		width: 30px;
		font-size: 80%;
		line-height: 1;
	}
}
	.searchList ul li.searchDetailsPhoto div .seminerCategoryA {	/* NEW */
		background-image: url('../images/topics/index_slide_category_01.png');
	}
	.searchList ul li.searchDetailsPhoto div .seminerCategoryB {	/* オススメ */
		background-image: url('../images/topics/index_slide_category_02.png');
	}

.searchList ul li.searchDetailsMain .searchDetailsMainIcon {
	margin: 6px 0 5px;
	padding: 0;
	border-bottom: 1px dotted #cccccc;
	overflow: hidden;
}

@media screen and (max-width: 768px) { /* for SP */
    .searchList ul li.searchDetailsMain p.searchDetailsMainIcon {
        line-height: 1.2;
    }
    .searchList ul li.searchDetailsMain p.searchDetailsMainIcon span.icon {
        margin-bottom: 4px;
    }
}

.searchList ul li.searchDetailsMain .searchDetailsMainTitle {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
}
@media screen and (min-width: 769px){	/* for PC */
	.searchList ul li.searchDetailsMain .searchDetailsMainTitlePC {
		display: block;
	}
	.searchList ul li.searchDetailsMain .searchDetailsMainTitleSP {
		display: none;
	}
}
@media screen and (max-width: 768px){	/* for SP */
	.searchList ul li.searchDetailsMain .searchDetailsMainTitlePC {
		display: none;
	}
	.searchList ul li.searchDetailsMain .searchDetailsMainTitleSP {
		display: block;
	}
}
.searchList ul li.searchDetailsMain .searchDetailsMainTitle strong {
	margin-right: 10px;
	margin-bottom: 10px;
	color: #114499;
	font-weight: bold;
	/*text-decoration: underline;*/
}

@media screen and (min-width: 769px){	/* for PC */
    .searchList ul li.searchDetailsMain .searchDetailsMainTitle strong {
	    font-size: 150%;
    }
}
@media screen and (max-width: 768px){	/* for SP */
    .searchList ul li.searchDetailsMain .searchDetailsMainTitle strong {
	    font-size: 120%;
    }
}

.searchList ul li.searchDetailsMain .searchDetailsMainCategory {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
}
.searchList ul li.searchDetailsMain .searchDetailsMainCategory img {
	margin-right: 10px;
	vertical-align: middle;
}

.searchList ul li.searchDetailsMain .searchDetailsMainInfo {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	overflow: hidden;
}
	.searchList ul li.searchDetailsMain .searchDetailsMainInfo:nth-child(2n+1) {
	}
	.searchList ul li.searchDetailsMain .searchDetailsMainInfo:nth-child(2n+0) {
		background: #eeeeee;
	}
.searchList ul li.searchDetailsMain .searchDetailsMainInfo dt,
.searchList ul li.searchDetailsMain .searchDetailsMainInfo dd {
	margin: 0;
	list-style: none;
	/*font-size: 90%;*/
	line-height: 1.5;
}
@media screen and (min-width: 769px){	/* for PC */
	.searchList ul li.searchDetailsMain .searchDetailsMainInfo {
		display: block;
	}
		.searchList ul li.searchDetailsMain .searchDetailsMainInfo dt {
/*
			padding: 2.5%;
			width: 10%;
*/
			padding: 5px;
			width: 40px;
			float: left;
		}
		.searchList ul li.searchDetailsMain .searchDetailsMainInfo dd {
/*
			padding: 2.5%;
			width: 80%;
			float: right;
*/
			padding: 5px 5px 5px 0;
			width: 460px;
			float: left;
		}
}
@media screen and (max-width: 768px){	/* for SP */
	.searchList ul li.searchDetailsMain .searchDetailsMainInfo {
		display: none;
	}
/*
		.searchList ul li.searchDetailsMain .searchDetailsMainInfo dt {
			padding: 2.5% 2.5% 0;
			width: 95%;
			float: none;
		}
		.searchList ul li.searchDetailsMain .searchDetailsMainInfo dd {
			padding: 2.5%;
			width: 95%;
			float: none;
		}
*/
}

.searchList ul li.searchDetailsMain .searchDetailsMainInfoSP {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	overflow: hidden;
}
	.searchList ul li.searchDetailsMain .searchDetailsMainInfoSP:nth-child(2n+1) {
		background: #eeeeee;
	}
	.searchList ul li.searchDetailsMain .searchDetailsMainInfoSP:nth-child(2n+0) {
	}
.searchList ul li.searchDetailsMain .searchDetailsMainInfoSP dt,
.searchList ul li.searchDetailsMain .searchDetailsMainInfoSP dd {
	margin: 0;
	/*padding: 1.5%;*/
	padding: 4px;
	list-style: none;
	line-height: 1.5;
    font-size: 90%;
}
    .searchList ul li.searchDetailsMain .searchDetailsMainInfoSP dt {
        width: 36px;
        float: left;
    }
    .searchList ul li.searchDetailsMain .searchDetailsMainInfoSP dd {
        margin-left: 40px;
    }

@media screen and (min-width: 769px){	/* for PC */
	.searchList ul li.searchDetailsMain .searchDetailsMainInfoSP {
		display: none;
	}
}
@media screen and (max-width: 768px){	/* for SP */
	.searchList ul li.searchDetailsMain .searchDetailsMainInfoSP {
		display: block;
	}
	.searchList ul li.searchDetailsMain .searchDetailsMainInfo dt {
		/*padding: 2.5% 2.5% 0;*/
		padding: 8px 2.5% 0;
		width: 95%;
	}
	.searchList ul li.searchDetailsMain .searchDetailsMainInfo dd {
		padding: 8px 2.5%;
		padding: 2.5%;
		width: 95%;
	}
}

.searchNavi {
	margin: 10px 0 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.searchNavi .searchNaviPrev {
	margin: 0;
	padding: 3px 5px;
	text-align: center;
	border: 1px solid #000000;
	position: absolute;
	top: 0;
	left: 0;
}
.searchNavi .searchNaviNext {
	margin: 0;
	padding: 3px 5px;
	text-align: center;
	border: 1px solid #000000;
	position: absolute;
	top: 0;
	right: 0;
}
.searchNavi ul {
	margin: 0;
	padding: 0;
	width: auto;
	list-style: none;
	position: relative;
	left: 50%;
	float: left;
}
.searchNavi ul li {
	margin: 0 5px;
	padding: 3px 5px;
	width: auto;
	list-style: none;
	border: 1px solid #000000;
	position: relative;
	left: -50%;
	float: left;
}
.searchNavi ul li.active {
	background: #eeeeee;
}

.searchNavi .searchNaviPrev a,
.searchNavi .searchNaviNext a,
.searchNavi ul li a {
	display: block;
	color: #000000;
	font-size: 90%;
	text-decoration: none;
}
	.searchNavi ul li a {
		font-size: 100%;
	}
		.searchNavi .searchNaviPrev a:link,
		.searchNavi .searchNaviNext a:link,
		.searchNavi ul li a:link {
		}
		.searchNavi .searchNaviPrev a:active,
		.searchNavi .searchNaviNext a:active,
		.searchNavi ul li a:active {
			color: #666666;
		}
		.searchNavi .searchNaviPrev a:visited,
		.searchNavi .searchNaviNext a:visited,
		.searchNavi ul li a:visited {
		}
		.searchNavi .searchNaviPrev a:hover,
		.searchNavi .searchNaviNext a:hover,
		.searchNavi ul li a:hover {
			color: #666666;
		}

.searchNavi .searchCount {
	margin: 0;
	padding: 10px 0 0;
	text-align: center;
	clear: both;
}





/*	details
-------------------------------*/

.detailsIcon {
	margin: 0 0 25px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #cccccc;
	overflow: hidden;
}

    .detailsIcon .detailIconGakuen {
    }
@media screen and (min-width: 769px){	/* for PC */
    .detailsIcon .detailIconGakuen {
        margin-bottom: 6px;
    }
}
@media screen and (max-width: 768px){	/* for SP */
    .detailsIcon .detailIconGakuen {
        margin-bottom: 4px;
    }
}
    .detailsIcon .detailIconGakuen img {
        margin-bottom: 6px;
        vertical-align: middle;
    }
    .detailsIcon .detailIconGakuen  span.icon {
        margin: 0px 4px;
        padding: 2px 6px;
        font-size: 110%;
    }
    .detailsIcon .detailIconGakuen  span.icon.iconRed {
        background-image: url('../images/icon_large_red.png');
    }

.detailsIcon .detailsIconButton {
	margin: 0;
	padding: 0;
	float: right;
}

@media screen and (min-width: 769px){	/* for PC */
	.detailsIcon .detailsIconButton {
		display: block;
	}
}
@media screen and (max-width: 768px){	/* for SP */
	.detailsIcon .detailsIconButton {
		display: none;
	}
}

.detailsIcon .detailsIconIcon span.icon {
    margin-top: 8px;
    float: none;
}
@media screen and (max-width: 768px) { /* for SP */
    .detailsIcon {
        margin-bottom: 16px;
    }
    .detailsIcon p span.icon {
        margin-top: 0;
        margin-bottom: 4px;
    }
}
.detailsIcon .detailsIconButton a {
	margin: 0;
	padding: 5px 0;
	width: 150px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	display: block;
	background: #dddddd;
	background-image: url('../images/details_print_back.png');
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #cccccc;

	border-radius: 5px;			/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
.detailsIcon .detailsIconButton a {
	margin: 0;
	padding: 5px 0;
	width: 180px;
	cursor: pointer;
	color: #000000;
	text-decoration: none;
	text-align: center;
	display: block;
	background: #dddddd;
	background-image: url('../images/details_print_back.png');
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #cccccc;

	border-radius: 5px;			/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
	.detailsIcon .detailsIconButton a:link {
	}
	.detailsIcon .detailsIconButton a:active {
		background: none;
		background: #cccccc;
	}
	.detailsIcon .detailsIconButton a:visited {
	}
	.detailsIcon .detailsIconButton a:hover {
		background: none;
		background: #cccccc;
	}
.detailsIcon .detailsIconButton a img {
	margin-right: 10px;
	vertical-align: middle;
}

.detailsTitle {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
@media screen and (min-width: 769px){	/* for PC */
	.detailsTitlePC {
		display: block;
	}
	.detailsTitleSP {
		display: none;
	}
}
@media screen and (max-width: 768px){	/* for SP */
	.detailsTitlePC {
		display: none;
	}
	.detailsTitleSP {
		display: block;
	}
}
.detailsTitle strong {
	margin-right: 10px;
	color: #114499;
	/*text-decoration: underline;*/
	font-weight: bold;
}
@media screen and (min-width: 769px){	/* for PC */
	.detailsTitle strong {
		font-size: 180%;
	}
}
@media screen and (max-width: 768px){	/* for SP */
	.detailsTitle strong {
		font-size: 120%;
	}
}

.detailsTitle .detailsTitleWorn {
    color: #DD0000;
    font-size: 120%;
}

.detailsCategory {
	margin: 8px 0 0 0;
	padding: 5px;
	background: #eeeeee;
	overflow: hidden;
}
.detailsCategory img {
	margin-right: 10px;
	vertical-align: middle;
}

.detailsInfo {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	overflow: hidden;
}
@media screen and (min-width: 769px) { /* for PC */
    .detailsInfo:nth-child(2n+1) {
        background: #eeeeee;
    }
    .detailsInfo:nth-child(2n+0) {
    }
}
@media screen and (max-width: 768px) { /* for SP */
    .detailsInfo dt {
        background: #eeeeee;
    }
    .detailsInfo dd {
    }
}
.detailsInfo dt,
.detailsInfo dd {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5;
}
@media screen and (min-width: 769px){	/* for PC */
	.detailsInfo dt,
	.detailsInfo dd {
		padding: 1.5%;
		float: left;
	}
		.detailsInfo dt {
			padding: 5px 10px;
			width: 120px;
			text-align: right;
			font-weight: bold;
		}
		.detailsInfo dd {
			padding: 5px 10px 5px 0;
			width: 580px;
			text-align: left;
		}

        .detailsInfo dt.detailsInfoDdTagPC {
            display: block;
	    }
        .detailsInfo dd .detailsInfoItemPC {
            display: block;
	    }
        .detailsInfo dd .detailsInfoItemSP {
            display: none;
	    }
}
@media screen and (max-width: 768px){	/* for SP */
	.detailsInfo dt,
	.detailsInfo dd {
		/*padding: 2.5%;*/
		padding: 8px;
		float: none;
	}
		.detailsInfo dt {
			/*width: 95%;*/
			margin: 0 8px;
			text-align: left;
			border-bottom: 1px solid #cccccc;
		}
		.detailsInfo dd {
			/*width: 95%;*/
			margin: 0 8px;
			font-size: 90%;
			text-align: left;
		}

        .detailsInfo dt.detailsInfoDdTagPC {
            display: none;
	    }
        .detailsInfo dd .detailsInfoItemPC {
            display: none;
	    }
        .detailsInfo dd .detailsInfoItemSP {
            display: block;
	    }
}
.detailsInfo dd p {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

.detailsRequestButton {
	margin: 15px 0;
	padding: 0;
	text-align: center;
}
@media screen and (min-width: 769px){	/* for PC */
	.detailsRequestButtonPC {
		display: block;
	}
	.detailsRequestButtonSP {
		display: none;
	}
}
@media screen and (max-width: 768px){	/* for SP */
	.detailsRequestButtonPC {
		display: none;
	}
	.detailsRequestButtonSP {
		display: block;
	}
}
.detailsRequestButton a {
}
	.detailsRequestButton a:link {
	}
	.detailsRequestButton a:active {
		filter: alpha(opacity=70);	/* for IE */
		-moz-opacity: 0.7;			/* for Mozzila */
		opacity: 0.7;				/* for Other */
	}
	.detailsRequestButton a:visited {
	}
	.detailsRequestButton a:hover {
		filter: alpha(opacity=70);	/* for IE */
		-moz-opacity: 0.7;			/* for Mozzila */
		opacity: 0.7;				/* for Other */
	}

.detailsGenreTitle {
	margin: 0;
	padding: 15px;
	color: #114499;
	font-size: 120%;
	font-weight: bold;
	border-left: 3px solid #114499;
	background: #DDE9FB;

}
.detailsSameTitle {
	margin: 0;
	padding: 15px;
	color: #000000;
	font-size: 130%;
	font-weight: bold;
	border-left: 3px solid #FFBE68;
	border-bottom: 1px solid #FFBE68;
	background-image: url('../images/details_title_same_back.png');
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat;
}

.searchSameList {
	border-bottom: 1px solid #FFBE68;
}

	/*	details [photo - shared]
	-------------------------------*/

.detailsPhotoField {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.detailsPhotoField a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.detailsPhotoField a .detailsPhoto {
	margin: 0;
	padding: 0;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;

    -moz-background-size: auto 100%;
    background-size: auto 100%;
}


.detailsPhotoField a .detailsCaption {
	margin: 0;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	bottom: 0;
}
@media screen and (min-width: 769px){	/* for PC */
	.detailsPhotoField a .detailsCaption {
		padding: 1.5%;
		width: 97%;
		font-size: 90%;
		line-height: 1.75;
	}
}
@media screen and (max-width: 768px){	/* for SP */
	.detailsPhotoField a .detailsCaption {
		/*padding: 2.5%;*/
		padding: 8px;
		/*width: 95%;*/
		margin: 0 8px;
		font-size: 80%;
		line-height: 1.75;
	}
}

@media screen and (min-width: 769px){	/* for PC */
	.detailsPhotoPC {
		display: block;
	}
	.detailsPhotoSP {
		display: none;
	}
}
@media screen and (max-width: 768px){	/* for SP */
	.detailsPhotoPC {
		display: none;
	}
	.detailsPhotoSP {
		display: block;
	}
}

	/*	details [photo x 1]
	-------------------------------*/

.detailsPhotoFieldA {
}
@media screen and (min-width: 769px){	/* for PC */
	.detailsPhotoFieldA {
		width: 450px;
		height: 300px;
	}
}
@media screen and (max-width: 768px){	/* for SP */
	.detailsPhotoFieldA {
		width: 100%;
		height: 250px;
	}
}

	/*	details [photo x 2]
	-------------------------------*/

.detailsPhotoFieldB {
	float: left;
}
	.detailsPhotoFieldB {
		width: 50%;
		height: 300px;
	}

	/*	details [photo x 3]
	-------------------------------*/

.detailsPhotoFieldCA,
.detailsPhotoFieldCB {
	float: left;
}
	.detailsPhotoFieldCA {
		width: 65%;
		height: 300px;
	}
	.detailsPhotoFieldCB {
		width: 35%;
		height: 150px;
	}

	/*	details slider
	-------------------------------*/

#detailsSlider {
	margin: 0;
	padding: 0;
	width: 100%;
}
#detailsSlider div {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 230px;
}

	/*	details sns
	-------------------------------*/

.editSns {
	overflow: hidden;
}
@media screen and (min-width: 769px){	/* for PC */
	.editSns {
		display: none;
	}
}
@media screen and (max-width: 768px){	/* for SP */
	.editSns {
		display: block;
	}
}

#detailsSns {
	margin: 0 auto;
	padding: 0;
	position: relative;
	float: left;
	left: 50%;
}

#detailsSns ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	float: left;
	left: -50%;
}
#detailsSns ul li {
	margin: 0 5px;
	padding: 0;
	list-style: none;
	float: left;
}

#detailsSns ul li a {
}

#detailsSns ul li a img {
	width: 40px;
	height: 40px;
}





/*	form
-------------------------------*/

.formIcon {
	margin: 0 0 10px;
	padding: 25px 0 0;
	border-bottom: 1px dotted #cccccc;
	overflow: hidden;
}

.formColumn {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.formColumn .formColumnLeft,
.formColumn .formColumnRight {
	margin: 0;
	padding: 0;
	list-style: none;
}
@media screen and (min-width: 769px){	/* for PC */
	.formColumn .formColumnLeft {
		width: 410px;
		float: left;
	}
	.formColumn .formColumnRight {
		width: 300px;
		height: 200px;
		float: left;
	}
}
@media screen and (max-width: 768px){	/* for SP */
	.formColumn .formColumnLeft {
		width: 100%;
		float: none;
	}
	.formColumn .formColumnRight {
		margin: 15px auto;
		width: 300px;
		height: 200px;
		float: none;
	}
}

.formColumn .formColumnRight .formDetailsPhoto {
	margin: 0;
	padding: 0;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.formColumn .formColumnLeft .formDetailsName {
	margin-bottom: 5px;
	color: #114499;
	font-weight: bold;
}
@media screen and (min-width: 769px){	/* for PC */
	.formColumn .formColumnLeft .formDetailsName {
		font-size: 180%;
	}
}
@media screen and (max-width: 768px){	/* for SP */
	.formColumn .formColumnLeft .formDetailsName {
		font-size: 120%;
	}
}
.formColumn .formColumnLeft .formDetailsStart {
}
.formColumn .formColumnLeft .formDetailsPeriod {
}
.formColumn .formColumnLeft .formDetailsInfo {
	color: #dd0000;
}
@media screen and (max-width: 768px) { /* for SP */
    .formColumn .formColumnLeft .formDetailsStart,
    .formColumn .formColumnLeft .formDetailsPeriod,
    .formColumn .formColumnLeft .formDetailsInfo {
        font-size: 84%;
    }
}

.editFormInfo {
	padding-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
}
.editFormTitle {
	border-bottom: 1px solid #ffffff;
}

.formInfoBox {
	margin-bottom: 10px;
}
.formInfoString {
	font-size: 90%;
}
@media screen and (min-width: 769px){	/* for PC */
	.formInfoStringPC {
		display: block;
	}
	.formInfoStringSP {
		display: none;
	}
}
@media screen and (max-width: 768px){	/* for SP */
	.formInfoStringPC {
		display: none;
	}
	.formInfoStringSP {
		display: block;
	}
}

.formList {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
    font-size: 90%;
	border-bottom: 1px dotted #cccccc;
}
.formList dt,
.formList dd {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
@media screen and (min-width: 769px){	/* for PC */
	.formList dt,
	.formList dd {
		padding: 1.5%;
		float: left;
	}
		.formList dt {
			padding-top: 2.5%;
			width: 32%;
			text-align: right;
		}
		.formList dd {
			width: 62%;
		}
}
@media screen and (max-width: 768px){	/* for SP */
	.formList dt,
	.formList dd {
		/*padding: 2.5%;*/
		padding: 8px;
		float: none;
	}
		.formList dt {
			background: #eeeeee;
		}
		.formList dd {
			width: 95%;
		}
}

.formList dd input,
.formList dd select {
	margin: 0 5px;
	/*padding: 1.5%;*/
	padding: 4px;
	vertical-align: middle;

	border-radius: 5px;			/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;		/* Firefox用 */
}
	.formList dd input[type="text"] {
		width: 25%;
	}
.formList dd textarea {
	/*padding: 1.5%;*/
	padding: 4px;
	width: 97%;
	height: 120px;

	border-radius: 5px;			/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;		/* Firefox用 */
}

.formList dd p {
	margin: 0;
	padding: 0;
}

.formList dd span.itemNotes {
/*	color: #339966;*/
	color: #114499;
	font-size: 90%;
}
@media screen and (max-width: 768px) { /* for SP */
    .formList dd span.newLineSP:after {
        content: "：\A";
        white-space: pre;
        display: inline-block;
        margin-top: 5px;
    }
}

.formList dd ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.formList dd ul li {
	margin: 0 0 5px;
	padding: 0;
	list-style: none;
}
	@media screen and (min-width: 769px){	/* for PC */
		.formList dd ul {
		}
		.formList dd ul li.formListAddressTitle {
			padding: 5px 0;
			width: 30%;
			text-align: right;
			float: left;
		}
		.formList dd ul li.formListAddressInfo {
			width: 70%;
			float: left;
		}
			.formList dd ul li.formListAddressInfo input.workA {
				width: 60%;
			}
			.formList dd ul li.formListAddressInfo input.workB {
				width: 25%;
			}
	}
	@media screen and (max-width: 768px){	/* for SP */
		.formList dd ul {
			margin: 5px 0 10px;
		}
		.formList dd ul li.formListAddressTitle {
			width: 100%;
			text-align: left;
			float: none;
		}
		.formList dd ul li.formListAddressInfo {
			width: 100%;
			float: none;
		}
			.formList dd ul li.formListAddressInfo input.workA {
				width: 60%;
			}
			.formList dd ul li.formListAddressInfo input.workB {
				width: 25%;
			}
	}

.formList dd ul li.formListAddressInfo input,
.formList dd ul li.formListAddressInfo select {
	width: 40%;
}
/* 2016/05/19 */
.formList dd input.widthMax {
	width: 96% !important;
}
@media screen and (max-width: 768px) { /* for SP */
    .formList dd input.widthMaxSP,
    .formList dd select.widthMaxSP {
	    width: 96% !important;
    }
    .formList dd label {
	    font-size: 90%;
    }
}
/* 2016/05/19 */

.formList dd .formListWarning {
	margin-bottom: 10px;
}
.formListHalfway {
	margin: 25px auto 15px;
	text-align: center;
	color: #dd0000;
}
	@media screen and (min-width: 769px){	/* for PC */
		.formListHalfwayPC {
			display: block;
		}
		.formListHalfwaySP {
			display: none;
		}
	}
	@media screen and (max-width: 768px){	/* for SP */
		.formListHalfwayPC {
			display: none;
		}
		.formListHalfwaySP {
			display: block;
            font-size: 90%;
		}
	}
.formListButton {
	margin: 15px auto;
	padding: 0;
	text-align: center;
}
	@media screen and (min-width: 769px){	/* for PC */
		.formListButtonPC {
			display: block;
		}
		.formListButtonSP {
			display: none;
		}
	}
	@media screen and (max-width: 768px){	/* for SP */
		.formListButtonPC {
			display: none;
		}
		.formListButtonSP {
			display: block;
		}
	}
.formListButton a {
}
	.formListButton a:link {
	}
	.formListButton a:active {
		filter: alpha(opacity=70);	/* for IE */
		-moz-opacity: 0.7;			/* for Mozzila */
		opacity: 0.7;				/* for Other */
	}
	.formListButton a:visited {
	}
	.formListButton a:hover {
		filter: alpha(opacity=70);	/* for IE */
		-moz-opacity: 0.7;			/* for Mozzila */
		opacity: 0.7;				/* for Other */
	}

/*	ads
-------------------------------*/

.adsField {
	margin: 0;
	padding: 15px;
	border: 10px solid #0099FF;
}

.adsField .adsTitle {
	margin: 0;
	padding: 0;
	background: #0099FF;
}
	.adsField .adsTitle .adsTitleMain {
		margin: 0;
		padding: 10px;
		color: #FFFFFF;
		font-size: 150%;
		font-weight: bold;
		border-bottom: 1px solid #006699;
	}
	.adsField .adsTitle .adsTitleSub {
		margin: 0;
		padding: 10px;
		background: #99CCFF;
		border-top: 1px solid #ffffff;
	}

.adsField .adsCopy {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.adsField .adsCopy li {
	margin: 0;
	padding: 0;
	list-style: none;
}
	.adsField .adsCopy li.adsCopyText {
		line-height: 1.5;
	}
	.adsField .adsCopy li.adsCopyPhoto {
			text-align: center;
	}
	@media screen and (min-width: 769px){	/* for PC */
		.adsField .adsCopy li.adsCopyText {
			width: 680px;
			float: right;
		}
		.adsField .adsCopy li.adsCopyPhoto {
			width: 250px;
			float: left;
		}
	}
	@media screen and (max-width: 768px){	/* for SP */
		.adsField .adsCopy li.adsCopyText {
			width: 100%;
			float: none;
		}
		.adsField .adsCopy li.adsCopyPhoto {
			margin-top: 10px;
			width: 100%;
			float: none;
		}
	}

.adsField .adsInfo {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.adsField .adsInfo li {
	margin: 0;
	padding: 0;
	list-style: none;
}
	.adsField .adsInfo li.adsInfoBox {
	}
	.adsField .adsInfo li.adsInfoMap {
	}
	@media screen and (min-width: 769px){	/* for PC */
		.adsField .adsInfo li.adsInfoBox {
			width: 650px;
			float: left;
		}
		.adsField .adsInfo li.adsInfoMap {
			text-align: left;
			width: 280px;
			float: right;
		}
	}
	@media screen and (max-width: 768px){	/* for SP */
		.adsField .adsInfo li.adsInfoBox {
			width: 100%;
			float: none;
		}
		.adsField .adsInfo li.adsInfoMap {
			margin-top: 10px;
			text-align: center;
			width: 100%;
			float: none;
		}
			.adsField .adsInfo li.adsInfoMap iframe {
				margin: 0 auto;
			}
			.adsField .adsInfo li.adsInfoMap a {
				display: block;
			}
	}

.adsField .adsInfo li table {
}
.adsField .adsInfo li table th,
.adsField .adsInfo li table td {
	vertical-align: top;
	line-height: 1.5;
}
	.adsField .adsInfo li table th {
	}
	.adsField .adsInfo li table td {
	}

.adsField .adsEnd {
}
@media screen and (min-width: 769px){	/* for PC */
	.adsField .adsEnd {
		text-align: center;
	}
}
@media screen and (max-width: 768px){	/* for SP */
	.adsField .adsEnd {
		text-align: left;
	}
}

    /* 2016/05/19 */
.formList div.check-group label {
    padding: 8px 9px;
}

    .kozaRankingList {
        margin: 0;
        list-style: none;
        font-size: 90%;
    }
        .kozaRankingList li.kozaRankingListItem {
            padding-bottom: 4px;
            margin: 0;
            position: relative;
            border-bottom: 1px dotted #000;
            border-left: 5px solid #114499;
            /*border-left: 5px solid #FFBE00;*/
        }
            .kozaRankingList li.kozaRankingListItem:first-child {
            border-top: 1px dotted #000;
            }
            .kozaRankingList li.kozaRankingListItem:hover {
                background: #FFFFCC;
            }


            /*.kozaRankingList li.kozaRankingListItem.gaku1 ul li.kozaRankingListItemGakuen span {
                border: 2px solid #CADEA9;
            }
            .kozaRankingList li.kozaRankingListItem.gaku2 ul li.kozaRankingListItemGakuen span {
                border: 2px solid #FFD6A0;
            }
            .kozaRankingList li.kozaRankingListItem.gaku3 ul li.kozaRankingListItemGakuen span {
                border: 2px solid #FF9D80;
            }
            .kozaRankingList li.kozaRankingListItem.gaku4 ul li.kozaRankingListItemGakuen span {
                border: 2px solid #FFBFD4;
            }
            .kozaRankingList li.kozaRankingListItem.gaku7 ul li.kozaRankingListItemGakuen span {
                border: 2px solid #DEBFDE;
            }
            .kozaRankingList li.kozaRankingListItem.gaku8 ul li.kozaRankingListItemGakuen span {
                border: 2px solid #7EBFDB;
            }*/

            /*.kozaRankingList li.kozaRankingListItem.gaku1 {
                background-color: #E8F0D9;
                border-right: 4px solid #CADEA9;
                border-bottom: 4px solid #CADEA9;
            }
            .kozaRankingList li.kozaRankingListItem.gaku2 {
                background-color: #FFEACC;
                border-right: 4px solid #FFD6A0;
                border-bottom: 4px solid #FFD6A0;
            }
            .kozaRankingList li.kozaRankingListItem.gaku3 {
                background-color: #FFE0D7;
                border-right: 4px solid #FF9D80;
                border-bottom: 4px solid #FF9D80;
            }
            .kozaRankingList li.kozaRankingListItem.gaku4 {
                background-color: #FFE1EB;
                border-right: 4px solid #FFBFD4;
                border-bottom: 4px solid #FFBFD4;
            }
            .kozaRankingList li.kozaRankingListItem.gaku7 {
                background-color: #F2E6F2;
                border-right: 4px solid #DEBFDE;
                border-bottom: 4px solid #DEBFDE;
            }
            .kozaRankingList li.kozaRankingListItem.gaku8 {
                background-color: #D0E6F2;
                border-right: 4px solid #7EBFDB;
                border-bottom: 4px solid #7EBFDB;
            }
            .kozaRankingList li.kozaRankingListItem.gaku1:hover {
                background-color: #CADEA9;
                border-right: 4px solid #E8F0D9;
                border-bottom: 4px solid #E8F0D9;
            }
            .kozaRankingList li.kozaRankingListItem.gaku2:hover {
                background-color: #FFD6A0;
                border-right: 4px solid #FFEACC;
                border-bottom: 4px solid #FFEACC;
            }
            .kozaRankingList li.kozaRankingListItem.gaku3:hover {
                background-color: #FF9D80;
                border-right: 4px solid #FFE0D7;
                border-bottom: 4px solid #FFE0D7;
            }
            .kozaRankingList li.kozaRankingListItem.gaku4:hover {
                background-color: #FFBFD4;
                border-right: 4px solid #FFE1EB;
                border-bottom: 4px solid #FFE1EB;
            }
            .kozaRankingList li.kozaRankingListItem.gaku7:hover {
                background-color: #DEBFDE;
                border-right: 4px solid #F2E6F2;
                border-bottom: 4px solid #F2E6F2;
            }
            .kozaRankingList li.kozaRankingListItem.gaku8:hover {
                background-color: #7EBFDB;
                border-right: 4px solid #D0E6F2;
                border-bottom: 4px solid #D0E6F2;
            }*/

            .kozaRankingList li.kozaRankingListItem a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                text-indent: -32767px;
            }

        .kozaRankingList li.kozaRankingListItem ul {
            margin: 0;
            padding: 6px 4px 0 8px;
            list-style: none;
        }
            .kozaRankingList li.kozaRankingListItem ul li {
                margin-top: 2px;
                margin-bottom: 2px;
                -webkit-box-align: center;
                -moz-box-align: center;
                -o-box-align: center;
                -ms-box-align: center;
                box-align: center;
                line-height: 1.2;
            }

                .kozaRankingList li.kozaRankingListItem ul li.kozaRankingListItemRanking {
                    margin-right: 4px;
                    padding: 2px 0;
                    width:48px;
                    float: left;
                }
                .kozaRankingList li.kozaRankingListItem ul li.kozaRankingListItemGakuen {
                    margin-right: 2px;
                    float: left;
                }
                .kozaRankingList li.kozaRankingListItem ul li.kozaRankingListItemKaisai {
                    min-width: 56px;
                    float: left;
                }
                    .kozaRankingList li.kozaRankingListItem ul li.kozaRankingListItemKaisai span.icon {
                        margin-right: 0px;
                        padding: 3px 1px;
                        min-width: 56px;
                    }
                .kozaRankingList li.kozaRankingListItem ul li.kozaRankingListItemTitle {
                    float: none;
                    width: 100%;
                    display: inline-block;
                    color: #114499;
                    font-weight: bold;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    -o-text-overflow: ellipsis;
                }
            
                .kozaRankingList li.kozaRankingListItem ul li.kozaRankingListItemGenre {
                    float: none;
                    width: 100%;
                    display: inline-block;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    -o-text-overflow: ellipsis;
                }
                .kozaRankingList li.kozaRankingListItem ul li.kozaRankingListItemIcon span.icon {
                    padding: 3px 4px;
                }

            .kozaRankingList li.kozaRankingListItem ul li img.koza-ranking-icon {
                width: 20px;
                height: 20px;
                margin: 0 4px 2px 0;
                vertical-align: middle;
            }



/*	parts - button
-------------------------------*/

.buttonSubmit {
	margin: 0 auto;
	clear: both;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	background-image: url('../images/button_submit_background.png');
	background-attachment: scroll;
	background-position: center top;
	background-repeat: repeat-x;

	border-radius: 5px;			/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
	@media screen and (min-width: 769px){	/* for PC */
		.buttonSubmit {
	        padding: 20px 0;
			width: 70%;
			font-size: 140%;
		}
	}
	@media screen and (max-width: 768px){	/* for SP */
		.buttonSubmit {
	        padding: 10px 0;
			width: 90%;
			font-size: 120%;
		}
	}
	.buttonSubmit:link {
		text-decoration: none;
		*color: #FFFF00;
	}
	.buttonSubmit:active {
		filter: alpha(opacity=70);	/* for IE */
		-moz-opacity: 0.7;			/* for Mozzila */
		opacity: 0.7;				/* for Other */
	}
	.buttonSubmit:visited {
	}
	.buttonSubmit:hover {
		filter: alpha(opacity=70);	/* for IE */
		-moz-opacity: 0.7;			/* for Mozzila */
		opacity: 0.7;				/* for Other */
	}
	a.buttonSubmit{
        color:white;
	}

.buttonSubmitSub {
	margin: 0 auto;
	padding: 10px 0;
	clear: both;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	background-image: url('../images/shared_button_back2.png');
	background-attachment: scroll;
	background-position: center top;
	background-repeat: repeat-x;

	border-radius: 5px;			/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
	@media screen and (min-width: 769px){	/* for PC */
		.buttonSubmitSub {
			width: 60%;
			font-size: 140%;
		}
	}
	@media screen and (max-width: 768px){	/* for SP */
		.buttonSubmitSub {
			width: 80%;
			font-size: 110%;
            padding: 10px 0;
		}
	}
	.buttonSubmitSub:link {
		text-decoration: none;
	}
	.buttonSubmitSub:active {
		filter: alpha(opacity=70);	/* for IE */
		-moz-opacity: 0.7;			/* for Mozzila */
		opacity: 0.7;				/* for Other */
	}
	.buttonSubmitSub:visited {
	}
	.buttonSubmitSub:hover {
		filter: alpha(opacity=70);	/* for IE */
		-moz-opacity: 0.7;			/* for Mozzila */
		opacity: 0.7;				/* for Other */
	}
a.buttonSubmitSub {
    color:white;
}


