@charset "utf-8";
/* CSS Document */

/* 出張講義の講座一覧ページ設定 */

.clear {
	clear: both
}
#applications tr:nth-child(odd) td {
	background-color: #FBFBFB;
}

@media print,screen and (min-width: 768px){

/* PC用設定 */

#applications {
	position: relative;
}
#contents pre {
	font-size: 18px;
	line-height: 1.7em;
	margin-bottom: 0.5em;
}
#applications #title {
	background-image: url(../img/pages/title_bk.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 140px;
	background-size:100%;
	display: flex;
	align-items: center;
}
#applications #title .main {
	width:1050px;
	margin-left:auto;
	margin-right:auto;
}
#applications #title h2 {
	color: #c01c25;
	font-size: 32px;
	line-height: 1.4em;
	background-image: url(../img/pages/h2_bk.png);
	display: inline-block;
	padding: 40px 3em 0px 1em;
	height: 100px;
	text-shadow: 1px 1px 1px #FFF;
	background-repeat: no-repeat;
	background-position: right center;
}
#applications #title h2 small {
	font-size: 14px;
	line-height: 1em;
	font-weight: normal;
	display: block;
	color: #666;
}
#breadcrumb {
	padding:20px 0px;
}
#breadcrumb ul {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
#breadcrumb li {
	display: inline;
	font-size: 13px;
	line-height: 1em;
	color: #666;
}
#breadcrumb li:before {
        content: " > ";
}
#breadcrumb li:first-child:before {
        content: none;
}
#breadcrumb li a {
	color: #c01c25;
}
#breadcrumb li a:hover {
	color: #c01c25;
}
#applications #container {
	margin: 0em;
	padding-top:0px;
}
#applications #contents {
	width:950px;
	padding:50px;
	padding-top:20px;
	background-color:#FFF;
}
#applications #contents a {
	color: #c01c25;
	text-decoration: none;
}
#applications #contents a:hover {
	color: #c01c25;
	text-decoration: underline;
}
#applications #contents h2 {
	font-size: 24px;
	line-height: 1.3em;
	color: #c01c25;
	margin-top: 1.5em;
	margin-bottom: 1em;
	padding-bottom: 0.2em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #c01c25;
}

#applications #contents .flex {}
#applications #contents .flex li {
	font-size: 15px;
	line-height: 1em;
	background-image: url(../img/pages/menu_sankaku.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 17.7%;
	padding-right:1%;
	margin-right: 1%;
	text-align: center;
	border: 1px solid #CCC;
	float: left;
	margin-top: 1em;
}
#applications #contents .flex li span {
	width:100%;
	padding-top: 10px;
	padding-bottom: 10px;	
	display: block;
}
#applications #contents .flex li span:hover {
	cursor:pointer;
}

#applications #contents table {
	width: 100%!important;
	border-collapse: collapse;
	border: solid 2px #999;
	margin-bottom:0.7em;
	margin-top:3em;
}
#applications #contents th {
	padding: 1em;
	font-size: 16px;
	line-height: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	background-color: #FBF8F6;
}
#applications #contents th * {
	font-size: 16px!important;
	line-height: 1em!important;
}
#applications #contents th:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#applications #contents td {
	padding: 1em;
	font-size: 16px;
	line-height: 1.4em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
/*
	white-space: nowrap;
*/
}
#applications #contents td * {
	font-size: 16px!important;
	line-height: 1.4em!important;
}
#applications #contents td:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	white-space: normal!important;
}
#applications #contents .annotation {
	font-size: 14px;
	line-height: 1.3em;
}
#applications #contents .type {
	float: left;
	width: 580px;
}
#applications #contents .box {
	float: right;
	width: 330px;
}
#applications .nyushi-event-filter {
	margin-top:1.5em;
	margin-bottom:2em;
}
#applications .nyushi-event-filter h6 {
	padding: 13px;
	float: left;
	font-size: 18px;
	line-height: 1em;
	font-weight: normal;
	margin-right:1em;
	background-color: #FBF8F6;
}
#applications .nyushi-event-filter select {
	padding: 10px;
	border: 1px solid #c01c25;
	float: left;
	font-size: 16px;
	line-height: 1em;
	font-weight: normal;
	margin-right:2em;
}
#applications .nyushi-event-filter button {
	padding: 13px;
	border: 1px solid #CCC;
	float: left;
	font-size: 16px;
	line-height: 1em;
	font-weight: normal;
	color: #FFF;
	background-color: #c01c25;
	text-align: center;
}
#applications .none {
	font-size: 24px!important;
	line-height: 1em;
	margin-top:1.5em;
	color: #c01c25;
	text-align: center;
}
#applications #download {
	padding: 30px;
	margin-top: 2em;
	border: 2px solid #c01c25;
	background-color: #FBF8F6;
}
#applications #download ol {
	margin:1em 0px;
	padding:0px;
	padding-left:1em;
}
#applications #download li {
	font-size: 18px;
	line-height: 1.7em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	font-weight: bold;
}
#applications #download h6 {
	font-size: 18px;
	line-height: 1em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
#applications #download .reader {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 20px;
	margin-top:1.5em;
}
#applications #download .reader p {
	font-size: 16px;
	line-height: 1em;
	padding-top:12px;
}
#applications #download .reader img {
	float: left;
	margin-right: 2em;
}

}
@media screen and (max-width: 767px){

/* スマホ用設定 */

#wrapper {
	margin-top:70px;
}
#contents pre {
	font-size: 14px;
	line-height: 1.7em;
	margin-bottom: 0.5em;
}

#applications #title {
	background-image: url(../img/pages/title_bk.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
	background-size:100%;
}
#applications #title h2 {
	height: 50px;
	color: #c01c25;
	font-size: 18px;
	line-height: 1.4em;
	background-image: url(../img/pages/h2_bk.png);
	display: inline-block;
	padding: 10px 3em 0px 1em;
	text-shadow: 1px 1px 1px #FFF;
	background-repeat: no-repeat;
	background-position: right center;
	margin-left:0px;
	background-size: 800px 100%;
}
#applications #title h2 small {
	font-size: 11px;
	line-height: 1em;
	font-weight: normal;
	display: block;
	color: #666;
}
#breadcrumb {
	padding:10px;
}
#breadcrumb ul {
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
}
#breadcrumb li {
	display: inline;
	font-size: 10px;
	line-height: 1em;
	color: #c01c25;
}
#breadcrumb li:before {
        content: " > ";
}
#breadcrumb li:nth-child(3) {
	display:none;
}
#breadcrumb li:first-child:before {
        content: none;
}
#breadcrumb li a {
	color: #c01c25;
}
#breadcrumb li a:hover {
	color: #c01c25;
}
#applications #container {
	margin: 0em;
	padding-top:0px;
}
#applications #contents {
	width:auto;
	padding:10px;
	background-color:#FFF;
}
#applications #contents a {
	color: #c01c25;
	text-decoration: none;
}
#applications #contents a:hover {
	color: #c01c25;
	text-decoration: underline;
}
#applications #contents h2 {
	font-size: 16px;
	line-height: 1.3em;
	color: #c01c25;
	margin-top: 0em;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #c01c25;
}
#applications #contents table {
	width: 100%!important;
	border-collapse: collapse;
	border: solid 2px #999;
	margin-bottom:0.7em;
	margin-top:2em;
}
#applications #contents th {
	padding: 0.5em;
	font-size: 12px;
	line-height: 1.3em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	background-color: #FBF8F6;
	width:25%;
}
#applications #contents th * {
	font-size: 12px!important;
	line-height: 1.3em!important;
}
#applications #contents th:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#applications #contents td {
	padding: 0.5em;
	font-size: 12px;
	line-height: 1.3em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-left-width: 1px;

	border-left-style: solid;
	border-left-color: #999;
}
#applications #contents td * {
	font-size: 12px!important;
	line-height: 1.3em!important;
}
#applications #contents td:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#applications #contents .annotation {
	font-size: 12px;
	line-height: 1.4em;
}
#applications .nyushi-event-filter {
	margin-top:1em;
	margin-bottom:1.5em;
}
#applications .nyushi-event-filter h6 {
	padding: 8px;
	float: left;
	font-size: 13px;
	line-height: 1em;
	font-weight: normal;
	margin-right:0.5em;
	background-color: #FBF8F6;
}
#applications .nyushi-event-filter select {
	padding: 5px;
	border: 1px solid #c01c25;
	float: left;
	font-size: 13px;
	line-height: 1em;
	font-weight: normal;
	margin-right:1em;
}
#applications .nyushi-event-filter button {
	padding: 10px;
	border: 1px solid #CCC;
	float: none;
	font-size: 14px;
	line-height: 1em;
	font-weight: normal;
	color: #FFF;
	background-color: #c01c25;
	text-align: center;
	display: block;
	margin:1.5em auto;
}
#applications .none {
	font-size: 16px!important;
	line-height: 1em;
	margin-top:1.5em;
	color: #c01c25;
	text-align: center;
}
#applications #download {
	padding: 15px;
	margin-top: 1.5em;
	border: 2px solid #c01c25;
	background-color: #FBF8F6;
}
#applications #download ol {
	margin:1em 0px;
	padding:0px;
	padding-left:0.5em;
}
#applications #download li {
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	font-weight: bold;
}
#applications #download h6 {
	font-size: 15px;
	line-height: 1.3em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
#applications #download .reader {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 15px;
	margin-top:1.5em;
}
#applications #download .reader p {
	font-size: 13px;
	line-height: 1.4em;
	padding-top:1em;
	margin:0px;
}
#applications #download .reader img {
	float: none;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

}
