@charset "utf-8";


/* 見出し
------------------------------------------------------------ */
.contWrap2nd h1 {
	text-align: center;
	padding: 28px 20px 40px 20px;
	font-size: 2.5em;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
.contWrap2nd h1 {
	padding:20px 10px 20px 10px;
	font-size:1.4em;
	font-weight:bold;
}
}
/* 小カテゴリトップ
------------------------------------------------------------ */
.smallCateWrap,
.CateWrap {
	max-width:960px;
	margin:0 auto 0 auto;
}
.smallCateBox,
.smallCateImgBox {
	margin:0 20px 40px 20px;
}
.CateBox h2,
.smallCateBox h2,
.smallCateImgBox h2 {
	font-size:1.4em;
	font-weight:bold;
	padding:12px 16px;
	border-top:solid 2px #9c5da5;
	border-bottom:solid 1px #dedede;
	margin-bottom:20px;
}
.smallCateBox ul,
.smallCateImgBox ul {
	letter-spacing: -.40em;
}
.smallCateBox li {
	letter-spacing: normal;
	font-size:1.1em;
	display:inline-block;
	width:33.3%;
	vertical-align:top;
	position:relative;
}
.smallCateBox li:after {
	content: "";
	display: block;
	background-image: url(/common/images/cmn.png);
	background-repeat: no-repeat;
	background-size: 300px;
	position:absolute;
	background-position: -226px -48px;
	width: 20px;
	height:20px;
	top:50%;
	right:20px;
	margin-top:-10px;
}
.smallCateBox li a {
	display: block;
	padding: 16px 36px 16px 20px;
	margin: 10px;
	background-color: #f8f8f8;
	font-weight: bold;
	text-decoration: none;
	/*color: #4D4D4D;*/
	border-left: solid 2px #95519f;
}
.smallCateBox li a:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.smallCateBox li a span {
	display: inline-block;
	vertical-align: middle;
}
.smallCateImgBox li {
	letter-spacing: normal;
	font-size:1.1em;
	display:inline-block;
	width:33.3%;
	text-align:center;
	margin:10px 0 40px 0;
	vertical-align:top;
	padding:0 10px;
}
.smallCateImgBox li img,
.smallCateImgBox li span {
	width:250px;
	height:auto;
}
.smallCateImgBox li img {
	border-top:solid 2px #9c5da5;
}
.smallCateImgBox li figure {
	height:180px;
	overflow:hidden;
}
.smallCateImgBox li a {
	display:block;
	font-weight: bold;
	text-decoration: none;
	width:250px;
	margin:10px auto 0 auto;
}
.smallCateImgBox li a span {
	position:relative;
	padding-left:16px;
}
.smallCateImgBox li a span:before {
	content: "";
	display: block;
	background-image: url(/common/images/cmn.png);
	background-repeat: no-repeat;
	background-size: 300px;
	position:absolute;
	background-position: -115px 0px;
	width: 11px;
	height:11px;
	top:2px;
	left:0px;
}
.CateWrap {
	letter-spacing: -.40em;
	overflow:hidden;
}
.CateBox {
	width:50%;
	display:inline-block;
	letter-spacing: normal;
	margin:0 0 60px 0;
	padding:0 30px;
	vertical-align:top;
}
.sitemap h2 {
	padding:10px;
	font-size:1.2em;
}
.sitemap {
	width:25%;
	padding:0 10px;
}
.CateBox img {
	width:100%;
	height:auto;
	margin-bottom:10px;
}
.CateBox li {
	font-size:1.1em;
	display:block;
	width:100%;
	position:relative;
}
.CateBox li a {
	display: block;
	padding: 0px 0px 0px 16px;
	margin: 10px;
}
.CateBox li a:before {
	content: "";
	display: block;
	background-image: url(/common/images/cmn.png);
	background-repeat: no-repeat;
	background-size: 300px;
	position:absolute;
	background-position: -90px 0px;
	width: 5px;
	height:7px;
	top:8px;
	left:10px;
}
.sitemap h2 {
	padding:10px;
	font-size:1.2em;
}
.sitemap h3 {
	margin-left:10px;
}
.sitemap h2 a,
.sitemap h3  a {
	color:#333;
}
.sitemap {
	width:33.3%;
	padding:0 10px;
}
.sitemap li {
	font-size:1em;
	font-weight:bold;
}
.sitemap a {
	text-decoration:none;
}
.sitemap li a:before {
	top:7px;
	left:14px;
}
.sitemap li > ul {
	margin-left:10px;
}
.sitemap li > ul li {
	font-weight:normal;
}
.sitemap li > ul li a:before {
	background-position: -283px 0px;
	width: 5px;
	height:5px;
	top:8px;
	left:14px;
}
.futureWrap {
	background-color:#f4f4f4;
	padding:30px 0px;
	display:table;
	table-layout:fixed;
	border-collapse: separate;
	border-spacing: 30px 0;
	width:100%;
}
.futureShikaku,
.futureShinro {
	width:50%;
	display:table-cell;
	background-color:#FFF;
	box-shadow: 0px 0px 4px 0px #d7d7d7;
	-webkit-box-shadow: 0px 0px 4px 0px #d7d7d7;
	-moz-box-shadow: 0px 0px 4px 0px #d7d7d7;
}
.futureShikaku h2,
.futureShinro h2 {
	text-align:center;
	background-color:#95519f;
	color:#FFF;
	padding:10px;
}
.futureShinro h2 {
	background-color:#2872bb;
}
.futureShikaku h2 span,
.futureShinro h2 span {
	font-size:1.2em;
	position:relative;
	padding-left:35px;
}
.futureShikaku h2 span:before,
.futureShinro h2 span:before {
	content: "";
	display: block;
	background-image: url(/common/images/cmn.png);
	background-repeat: no-repeat;
	background-size: 300px;
	position:absolute;
	background-position: -214px -69px;
	width: 25px;
	height:20px;
	top:0px;
	left:0px;
}
.futureShinro h2 span:before {
	background-position: -214px -90px;
	width: 25px;
	height:25px;
	top:-3px;
	left:0px;
}
.futureShikaku ul,
.futureShinro ul {
	margin:20px;
}
.futureShikaku li,
.futureShinro li {
	margin-bottom:10px;
	padding-left:20px;
	position:relative;
	font-weight:bold;
}
.futureShikaku li:before,
.futureShinro li:before {
	content: "";
	display: block;
	background-image: url(/common/images/cmn.png);
	background-repeat: no-repeat;
	background-size: 300px;
	position:absolute;
	background-position: -268px -49px;
	width: 14px;
	height:14px;
	top:3px;
	left:0px;
}
.futureShinro li:before {
	background-position: -283px -49px;
}
.futureShikaku p {
	margin:0px 20px 20px 20px;
}
.futureShikaku p,
.futureShikaku span {
	font-size:0.8em;
}
.futureShinro p {
	text-align:right;
	margin:0px 20px 20px 20px;
}
.futureShinro a {
	position:relative;
	padding-left:10px;
}
.futureShinro a:before {
	content: "";
	display: block;
	background-image: url(/common/images/cmn.png);
	background-repeat: no-repeat;
	background-size: 300px;
	position:absolute;
	background-position: -90px 0px;
	width: 5px;
	height:7px;
	top:4px;
	left:0px;
}
@media screen and (max-width: 767px) {
.smallCateBox,
.smallCateImgBox {
	margin:0 10px 20px 10px;
}
.CateBox h2,
.smallCateBox h2,
.smallCateImgBox h2 {
	font-size:1em;
	padding:8px 16px;
	margin-bottom:10px;
}
.smallCateBox li {
	font-size:14px;
	display:block;
	width:100%;
}
.smallCateBox li:after {
	right:10px;
}
.smallCateBox li a {
	padding: 10px 36px 10px 14px;
	margin:0 0 10px 0;
}
.smallCateImgBox li {
	font-size:15px;
	display:block;
	width:100%;
	margin:10px 0 20px 0;
}
.CateBox {
	width:100%;
	display:block;
	margin:0 0 30px 0;
	padding:0 10px;
}
.futureWrap {
	padding:10px 10px;
	display:block;
}
.futureShikaku,
.futureShinro {
	width:100%;
	display:block;
	padding-bottom:10px;
	margin-bottom:10px;
}
.futureShikaku h2,
.futureShinro h2 {
	padding:8px;
}
.futureShikaku h2 span,
.futureShinro h2 span {
	font-size:1.1em;
}
.futureShikaku ul,
.futureShinro ul {
	margin:10px;
}
.futureShinro li:before {
	background-position: -283px -49px;
}
.futureShikaku p {
	margin:0px 10px 0px 10px !important;
}
.futureShinro p {
	text-align:right;
	margin:0px 10px 0px 10px;
}
}
/* 訪問者別トップ
------------------------------------------------------------ */
.houmonImgBox {
	margin:0 20px 60px 20px;
}
.houmonImgBox h2 {
	font-size:1.5em;
	margin:40px 0;
	font-weight:bold;
	padding-bottom:4px;
	border-bottom:solid 2px #dadada;
	position:relative;
	clear:both;
}
.houmonImgBox h2:after {
	position: absolute;
    left: 0;
    bottom: -2px;
    content: '';
    display: block;
    width: 30%;
    height: 2px;
    background: #d2b1d7;
}
.houmonImgBox ul {
	letter-spacing: -.40em;
}
.houmonImgBox li {
	letter-spacing: normal;
	font-size:1.1em;
	display:inline-block;
	width:33.3%;
	text-align:center;
	margin:10px 0 40px 0;
	vertical-align:top;
	padding:0 10px;
	
}
.houmonImgBox li img {
	width:250px;
	height:auto;
}
.houmonImgBox li a span {
	position:relative;
	padding:0 10px 0 26px;
	display:block;
	text-align:left;
}
.houmonImgBox li a span:before {
	content: "";
	display: block;
	background-image: url(/common/images/cmn.png);
	background-repeat: no-repeat;
	background-size: 300px;
	position:absolute;
	background-position: -247px -48px;
	width: 20px;
	height:20px;
	top:50%;
	left:0px;
	margin-top:-10px;	
}
.houmonImgBox li figure {
	height:180px;
	overflow:hidden;
}
.houmonImgBox li a {
	display:block;
	text-decoration: none;
	margin-top:10px;
	display:block;
	width:250px;
	margin:0 auto;
	border-top:solid 2px #9c5da5;
	padding:12px 0;
}
@media screen and (max-width: 767px) {
.houmonImgBox {
	margin:0 10px 20px 10px;
}
.houmonImgBox h2 {
	font-size:1.1em;
	margin:20px 0;
	font-weight:bold;
}
.houmonImgBox ul {
	font-size:0;
}
.houmonImgBox li {
	font-size:13px;
	display:block;
	width:100%;
	padding:0 0px;
	
}
}
/* カテゴリトップ
------------------------------------------------------------ */
h1.cateToph1 {
	margin:10px auto 0 auto;
	padding:0;
	max-width:1100px;
}
h1.cateToph1 img {
	width:100%;
	height:auto;
}
.cateTop3col,
.cateTop2col {
	max-width:960px;
	margin:0 auto;
}
ul.cateLinkBox {
	margin:0 auto;
	width:890px;
}
ul.cateLinkBox > li {
	display:inline-block;
	vertical-align:top;
	width:281px;
	border:solid 1px #afafaf;
	height:auto;
	margin:0px 5px 30px 5px;
}
ul.cateLinkBox li ul {
	margin:20px;
}
ul.cateLinkBox li ul li {
	margin-bottom:6px;
}
ul.cateLinkBox li ul li a {
	padding-left:10px;
	position:relative;
	display:block;
}
ul.cateLinkBox li ul li a:before {
	content: "";
	display: block;
	background-image: url(/common/images/cmn.png);
	background-repeat: no-repeat;
	background-size: 300px;
	position:absolute;
	background-position: -90px 0px;
	width: 5px;
	height:7px;
	top:0.5em;
	left:0px;
}
@media screen and (max-width: 1130px) {
ul.cateLinkBox {
	margin:0 auto;
	width:630px;
}
ul.cateLinkBox > li {
	margin:0px 15px 30px 15px;
}
}
@media screen and (max-width: 767px) {
h1.cateToph1 {
	margin:0px;
}
ul.cateLinkBox {
	width:281px;
}
ul.cateLinkBox > li {
	display:block;
	margin:0px 0px 30px 0px;
}
ul.cateLinkBox li ul {
	margin:0px 10px;
}
ul.cateLinkBox li ul li {
	margin-bottom:0px;
	border-bottom:dashed 1px #CCCCCC;
	padding:10px 0;
}
ul.cateLinkBox li ul li:last-child {
	border-bottom:none;
}
}
/* 竞彩足球,竞彩篮球
------------------------------------------------------------ */
.newWrap {
	padding: 5px;
	background-image: url(/common/images/category/newsbg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 40px;
	max-width: 1100px;
	margin: 0 auto;
	background-position: bottom;
	background-color: #F6A4AA;
}
.newsBox {
	background-color:#FFF;
	margin-bottom:2px;
	padding:16px;
}
.newsBoxContainer {
	max-width:960px;
	margin:0 auto;
	position:relative;
}
.newsBox h2 {
	font-size:1.6em !important;
	font-weight:normal !important;
}
.newsTibox {
	margin:16px 0px 0px 30px;
}
.newsTibox dt {
	float:left;
	color:#818181;
}
.newsTibox dd {
	clear:right;
	border-bottom:dashed 1px #c1c1c1;
	padding-left:9em;
	margin:16px 0px 16px 0px;
	padding-bottom:16px;
}
.newsTibox dd span {
	margin-left:10px;
	font-size:0.8em;
	padding:4px 20px;
}
.newsTibox dd .newsCate {
	border:solid 1px #C82D3A;
	color:#C82D3A;
}
ul.topMoreLink {
	float:right;
}
ul.topMoreLink li {
	display:inline;
	margin-left:20px;
}
ul.topMoreLink li a {
	color:#595959;
	padding-left:10px;
	position:relative;
}
ul.topMoreLink li a:before {
	content: "";
	display: block;
	background-image: url(/common/images/cmn.png);
	background-repeat: no-repeat;
	background-size: 300px;
	position:absolute;
	background-position: -90px 0px;
	width: 5px;
	height:7px;
	top:50%;
	left:0px;
	margin-top:-4px;
}
@media screen and (max-width: 767px) {
.newWrap {
	padding: 3px;
}
.newsBox {
	padding:10px;
}
.newsBox h2 {
	font-size:1.2em !important;
	font-weight:bold !important;
}
.newsTibox {
	margin:10px 0px 0px 0px;
}
.newsTibox dt {
	float:none;
}
.newsTibox dd {
	padding-left:0em;
	margin:6px 0px 10px 0px;
	padding-bottom:10px;
}
.newsTibox dt span {
	padding:3px 10px;
	margin-left:10px;
	font-size:0.8em;
}
.newsTibox dt .newsCate {
	border:solid 1px #C82D3A;
	color:#C82D3A;
}
}

/* 本文
------------------------------------------------------------ */
.leadtxt {
	text-align:center;
	margin:0 20px 40px 20px;
	line-height:1.8;
}
.dtlWrap h2 {
	text-align: center;
	font-size: 1.8em;
	border-top: solid 1px #b6b7bb;
	border-bottom: solid 1px #b6b7bb;
	background-color: #FAF8FA;
	margin-bottom: 40px;
	font-weight: normal;
	padding: 6px;
	clear:both;
}
.dtlWrap h3 {
	font-size:1.5em;
	margin:40px 0;
	font-weight:bold;
	padding-bottom:4px;
	border-bottom:solid 2px #dadada;
	position:relative;
	clear:both;
}
.dtlWrap h3:after {
	position: absolute;
    left: 0;
    bottom: -2px;
    content: '';
    display: block;
    width: 30%;
    height: 2px;
    background: #d2b1d7;
}
.dtlWrap h4 {
	font-size: 1.1em;
	margin: 40px 0 20px 0;
	font-weight: normal;
	background-color: #f7f3f7;
	padding:6px 16px 4px 16px;
	position:relative;
	clear:both;
	font-weight:bold;
}
.dtlWrap h4:after {
	content: "";
	display: block;
	background-image: url(/common/images/cmn.png);
	background-repeat: no-repeat;
	background-size: 300px;
	position:absolute;
	background-position: -91px -82px;
	width: 12px;
	height:12px;
	top:0px;
	left:0px;
}
.dtlWrap h5 {
	font-size: 1em;
	margin: 20px 0 20px 0;
	font-weight: normal;
	padding:0px 10px 4px 10px;
	position:relative;
	border-left:solid 4px #95519f;
	clear:both;
	font-weight:bold;
}
.dtlWrap h5:after {
	position:absolute;
	content: "";
	display: block;
	width: 100%;
	bottom:0px;
	left:0px;
	border-bottom: solid 2px #e0e0e0;
}
.dtlWrap table.lineonly th {
	background-color:#fff;
	border-right:none;
	font-weight:normal;
	text-align:left;
}
.dtlWrap table.lineonly td {
	border-right:none;
}
.dtlWrap table p {
	margin-bottom:0px;
}
.dtlWrap table.syllabus {
	border-top:solid 2px #95519f;
	text-align:center;
}
.dtlWrap table.syllabus a {
	font-weight:bold;
}
.dtlWrap table.syllabus tr:nth-child(1) th {
	background-color:#faf8f6;
	padding:4px;
	text-align:left;
	font-size:0.9em;
}
.dtlWrap table.syllabus tr:nth-child(2) td {
	text-align:left;
}
.dtlWrap table.syllabus tr:nth-child(3) th {
	text-align:center;
	padding:4px;
}
.dtlWrap table.syllabus tr:nth-child(4) td {
	padding:4px;
	font-size:0.9em;
	background-color:#f7f7f7;
}
.dtlWrap table.syllabus tr:nth-child(5) td {
	padding:4px;
	width:10%;
}
.dtlWrap table.syllabus .syllabus1st td:nth-child(1) {
	text-align:center;
}
.dtlWrap table.syllabus .syllabus2nd th:nth-child(2) {
	background-color:#ddf0fa;
}
.dtlWrap table.syllabus .syllabus2nd th:nth-child(3) {
	background-color:#ece0ee;
}
.dtlWrap table.syllabus .syllabus2nd th:nth-child(4) {
	background-color:#ddf2e6;
}
.dtlWrap table.syllabus .syllabus2nd th:nth-child(5) {
	background-color:#f9ebf3;
}
.dtlWrap table.syllabusgraduate {
	border-top:solid 2px #95519f;
	text-align:center;
}
.dtlWrap table.syllabusgraduate a {
	font-weight:bold;
}
.dtlWrap table.syllabusgraduate tr:nth-child(1) th {
	background-color:#faf8f6;
	padding:4px;
	text-align:left;
	font-size:0.9em;
}
.dtlWrap table.syllabusgraduate tr:nth-child(2) td {
	text-align:left;
}
.dtlWrap table.syllabusgraduate tr:nth-child(3) th {
	text-align:center;
	padding:4px;
}
.dtlWrap table.syllabusgraduate tr:nth-child(4) td {
	padding:4px;
	font-size:0.9em;
	background-color:#f7f7f7;
}
.dtlWrap table.syllabusgraduate tr:nth-child(5) td {
	padding:4px;
}
.dtlWrap table.syllabusgraduate .syllabus1st td:nth-child(1) {
	text-align:center;
	width:10%;
}
.dtlWrap table.syllabusgraduate .syllabus2nd th:nth-child(1) {
	background-color:#ddf0fa;
}
.dtlWrap table.syllabusgraduate .syllabus2nd th:nth-child(2) {
	background-color:#ece0ee;
}
.dtlWrap table.syllabusgraduate .syllabus2nd th:nth-child(3) {
	background-color:#ddf2e6;
}
.dtlWrap table.syllabusgraduate .syllabushenkou td {
	background-color:#fff !important;
	padding:10px !important;
	width:50%;
}
.dtlWrap ul.picgallary {
	margin:40px auto;
	width:704px;
}
.dtlWrap ul.picgallary li {
	padding: 4px;
	position: static;
	margin: 0px 20px 20px 20px;
	display: inline-block;
	background-color: #f8f8f8;
	border: solid 1px #E9E9E9;
	vertical-align: top;
	width:310px;
	text-align:center;
}
.dtlWrap ul.picgallary li:before {
	display:none;
}
.dtlWrap ul.picgallary li img {
	margin:0 auto 6px auto !important;
	padding:0;
	display:block;
	width:300px;
	height:auto;
}
.dtlWrap ul.pagelink {
	width:800px;
	margin:0 auto;
	text-align:center;
}
.dtlWrap ul.pagelink li {
	display:inline-block;
	padding-left:16px;
	position:relative;
	margin:0px 20px 0px 0px;
}
.dtlWrap ul.pagelink li:before {
	display:none !important;
}
.dtlWrap ul.pagelink li:after {
	content: "";
	display: block;
	background-image: url(/common/images/cmn.png);
	background-repeat: no-repeat;
	background-size: 300px;
	position:absolute;
	background-position: -90px -12px;
	width: 9px;
	height:6px;
	top:0.5em;
	left:0px;
	margin-top:3px;
}
.dtlWrap .backgroundcolor {
	padding:20px 20px 10px 20px;
	background-color:#faf8f6;
	border:dashed 1px #e9d9c9;
	margin-bottom:20px;
}
.dtlWrap .dtl2col,
.dtlWrap .dtl3col,
.dtlWrap .dtl4col {
	display:table;
	width:100%;
	margin-bottom:40px;
}
.dtlWrap .dtl2col div,
.dtlWrap .dtl3col div,
.dtlWrap .dtl4col div {
	display:table-cell;
	vertical-align:top;
	padding:0 20px;
}
.dtlWrap .dtl2col img,
.dtlWrap .dtl3col img,
.dtlWrap .dtl4col img {
	margin:0 auto 20px auto;
	display:block;
	height:auto;
}
.dtlWrap .dtl2col img,
.dtlWrap .dtl2col p {
	max-width:320px;
}
.dtlWrap .dtl3col img,
.dtlWrap .dtl3col p {
	max-width:200px;
}
.dtlWrap .dtl4col img,
.dtlWrap .dtl4col p {
	max-width:140px;
}
.dtlWrap .dtl2col p,
.dtlWrap .dtl3col p,
.dtlWrap .dtl4col p {
	margin:0 auto;
}
.dtlWrap .fltleftimg,
.dtlWrap .fltrightimg {
	max-width:800px;
	margin:0 auto 20px auto;
	clear:both;
}
.dtlWrap .fltleftimg img {
	float:left;
}
.dtlWrap .fltrightimg img {
	float:right;
}
.dtlWrap .oneLineImg img {
	max-width:100%;
	height:auto;
	margin:0 auto 20px auto;
	display:block;
}
@media screen and (max-width: 767px) {
.leadtxt {
	margin:0 20px 20px 20px;
}
.dtlWrap {
	margin:0 10px 40px 10px;
	padding:0px;
}
.dtlWrap p {
	margin-bottom:10px;
}
.dtlWrap h2 {
	font-size:1.2em;
	margin-bottom:20px;
	padding:4px;
}
.dtlWrap h3 {
	font-size:1.1em;
	margin:20px 0;
	font-weight:bold;
}
.dtlWrap h4 {
	font-size:1.1em;
	margin:20px 0 10px 0;
	padding:6px 10px;
}
.dtlWrap img {
	float:none !important;
	display:block;
	margin:0px auto 20px auto !important;
	max-width:320px;
	height:auto;
}
.dtlWrap table {
	width:100%;
	margin:20px 0;
}
.dtlWrap ul {
	margin:10px;
	width:300px;
}
.dtlWrap table ul {
	margin:0px;
	width:100%;
}
.dtlWrap .backgroundcolor {
	padding:10px 10px 0px 10px;
	margin:0px 10px 10px 0px !important;
}
.getreader {
	display:none;
}
.dtlWrap ul.picgallary {
	margin:10px auto;
	width:300px;
}
.dtlWrap ul.picgallary li {
	margin: 0px auto 10px auto;
	display: block;
	width:300px;
}
.dtlWrap ul.picgallary img {
	width:290px !important;
	height:auto;
}
.dtlWrap ul.pagelink {
	width:100%;
	margin:0 20px;
	text-align:left;
}
.dtlWrap .dtl2col,
.dtlWrap .dtl3col,
.dtlWrap .dtl4col {
	display:block;
	margin-bottom:20px;
}
.dtlWrap .dtl2col div,
.dtlWrap .dtl3col div,
.dtlWrap .dtl4col div {
	display:block;
	padding:0 0px;
}
.dtlWrap .dtl2col img,
.dtlWrap .dtl3col img,
.dtlWrap .dtl4col img {
	margin:0 auto;
}
.dtlWrap .dtl2col img,
.dtlWrap .dtl3col img,
.dtlWrap .dtl4col img,
.dtlWrap .dtl2col p,
.dtlWrap .dtl3col p,
.dtlWrap .dtl4col p {
	max-width:320px;
	margin-bottom:20px;
}
.dtlWrap .fltleftimg,
.dtlWrap .fltrightimg {
	width:100%;
	margin:0 auto 0px auto;
	clear:both;
}
.dtlWrap .fltleftimg img,
.dtlWrap .fltrightimg img {
	float:none;
}
}
/* イベント情報
------------------------------------------------------------ */
.eventWrap {
	max-width:960px;
	margin:0 auto 0 auto;
}
.eventBox {
	margin:0 20px 40px 20px;
}
.eventBox h2 {
	font-size:1.3em;
	font-weight:bold;
	background-color:#f9f0fa;
	padding:8px 16px;
	border-top:solid 2px #9c5da5;
	margin-bottom:20px;
}
.eventBox dl {
	margin-left:10px;
}
.eventBox dt {
	float:left;
	color:#818181;
	margin-right:16px;
}
.eventBox dd {
	clear:right;
	border-bottom:dashed 1px #c1c1c1;
	padding-left:9em;
	margin:16px 0px;
	padding-bottom:16px;
}
.eventBox dd span {
	position:relative;
	padding-left:12px;
}
.eventBox dd span:before {
	content: "";
	display: block;
	background-image: url(/common/images/cmn.png);
	background-repeat: no-repeat;
	background-size: 300px;
	position:absolute;
	background-position: -283px 0px;
	width: 5px;
	height:5px;
	top:5px;
	left:0px;
}
.eventBox dd a span:before {
	content: "";
	display: block;
	background-image:inherit;
}
.eventBox dd a span:before {
	content: "";
	display: block;
	background-image: url(/common/images/cmn.png);
	background-repeat: no-repeat;
	background-size: 300px;
	position:absolute;
	background-position: -90px 0px;
	width: 5px;
	height:7px;
	top:4px;
	left:0px;
}
.eventday {
	text-align:right;
	margin-top:-30px;
}
@media screen and (max-width: 767px) {
.eventBox {
	margin:0 10px 20px 10px;
}
.eventBox h2 {
	font-size:1em;
	font-weight:bold;
	padding:6px 8px;
}
.eventBox dt {
	float:none;
	margin-right:0px;
}
.eventBox dd {
	padding-left:0em;
	margin:4px 10px 4px 0px;
	padding-bottom:10px;
}
.eventday {
	text-align:right;
	margin-top:-10px;
}
}
/* 先輩からのメッセージ
------------------------------------------------------------ */
.messageWrap {
	background-image: url(/common/images/message/messagebg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.messagebox {
	max-width:770px;
	margin:0 auto;
	position:relative;
	padding-top:70px;
}
.mesGakka {
	background-color:#175caa;
	color:#FFF;
	width:210px;
	text-align:center;
	padding:10px 0 14px 0;
	font-size:1.4em;
	font-weight:bold;
	position:absolute;
	top:46px;
	left:50%;
	margin-left:-105px;
}
.midwifery {
	background-color:#d73c4a;
}
.graduate-nurse,
.health-sciences {
	background-color:#217f33;
}
.mesGakka span {
	border-bottom:solid 2px #FFFFFF;
	padding-bottom:2px;
}
.messagebox h2 {
	border:solid 2px #FFFFFF;
	width:760px;
	margin:0 auto;
	box-shadow: 0px 0px 4px 0px #d7d7d7;
	-webkit-box-shadow: 0px 0px 4px 0px #d7d7d7;
	-moz-box-shadow: 0px 0px 4px 0px #d7d7d7;
}
.messagebox .dtlWrap {
	padding-left:210px;
	position:relative;
}
.messagebox .dtlWrap img {
	margin-left:0px;
}
.messagebox .mesName {
	width:180px;
	position:absolute;
	top:0;
	left:0;
	border-left:solid 2px #95519f;
	background-color:#f3f3f3;
	padding:10px 10px 10px 16px;
}
.messagebox .mesName span {
	display:block;
	font-weight:bold;
	font-size:1.3em;
}
.messagebox h2.otherMes {
	border:none;
	box-shadow: none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	font-size:1.2em;
	border-top:solid 2px #95519f;
	padding:10px 0px;
	margin-bottom:20px;
}
ul.otherMesLi {
	letter-spacing: -.40em;
}
ul.otherMesLi li {
	display:inline-block;
	width:25%;
	letter-spacing: normal;
	padding:0 20px;
	text-align:center;
	margin-bottom:20px;
	vertical-align:top;
}
ul.otherMesLi li figure {
	margin-bottom:10px;
}
ul.otherMesLi li figure img {
	width:130px;
	height:auto;
}
ul.otherMesLi li a {
	text-decoration:none;
	color:#333;
}
@media screen and (max-width: 767px) {
.messageWrap {
	background-size:400px auto;
}
.messagebox {
	padding:40px 0px;
}
.mesGakka {
	width:150px;
	padding:8px 0 12px 0;
	font-size:1em;
	top:10px;
	margin-left:-75px;
}
.messagebox h2 {
	width:100%;
	border-left:none;
	border-right:none;
}
.messagebox h2 img {
	width:100%;
	height:auto;
}
.messagebox .dtlWrap {
	padding-left:0px;
}
.messagebox .dtlWrap img {
	width:100%;
}
.messagebox .mesName {
	width:100%;
	position:static;
	padding:10px 10px 10px 16px;
	margin-top:20px;
}
.messagebox .mesName span {
	display:inline-block;
	font-weight:bold;
	font-size:1.2em;
	margin-left:10px;
}
.messagebox h2.otherMes {
	font-size:1.2em;
	text-align:center;
}
ul.otherMesLi li {
	width:50%;
}
ul.otherMesLi li figure img {
	width:100px;
}
}
/* メールフォーム
------------------------------------------------------------ */
.mailLead {
	text-align:center;
	font-weight:bold;
	margin-bottom:40px !important;
}
.mailComp {
	text-align: center;
	font-size: 1.6em;
	color: #95519F;
	margin-bottom:40px !important;
}
ul.mailAttn {
	border:solid 1px #c9c9c9;
	background-color:#f8f8f8;
	padding:14px 10px 4px 10px;
	margin-bottom:40px;
}
ul.mailAttn li {
	padding-left:0px;
}
ul.mailAttn li:before {
	background-image:none;
}
dl.mailTbl {
	margin:0 20px 40px 20px;
	padding:0;
	border-bottom:solid 1px #c9c9c9;
	overflow:hidden;
	background-color:#f8f8f8;
}
dl.mailTbl dt {
	font-weight:bold;
	clear:left;
	float:left;
	width:240px;
	padding:20px;
	border-top:solid 1px #c9c9c9;
}
dl.mailTbl dd {
	margin:0 0 0 240px;
	border-top:solid 1px #c9c9c9;
	padding:20px 20px 20px 10px;
	background-color:#FFF;
}
dl.mailTbl span {
	font-size:0.8em;
	color:#999;
	margin:0 0 0 14px;
	padding:0;
}
dl.mailTbl span.txtLimit {
	margin:0;
}
dl.mailTbl span.required,
dl.mailTbl span.any {
	padding:6px;
	color:#FFF;
	font-size:1em;
	background-color:#d64848;
	margin:0 10px 0 0;
	vertical-align:top;
}
dl.mailTbl span.any {
	background-color:#6a6a6a;
}
dl.mailTbl dd input[type="text"] {
	background-color:#f5f5f5;
	border:solid 1px #c9c9c9;
	height:1.8em;
	width:50%;
}
dl.mailTbl dd input.w70 {
	width:70%;
}
dl.mailTbl dd input.w30 {
	width:30%;
}
dl.mailTbl dd textarea {
	background-color:#f5f5f5;
	border:solid 1px #c9c9c9;
	height:150px;
	width:90%;
}
dl.mailTbl p {
	color:#C00;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
}	
.sendBtm {
	background-color: #95519f;
	border: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	padding: 8px 10px 9px 10px;
	cursor: pointer;
	background-image: url(/common/images/contact_arrow.png);
	background-repeat: no-repeat;
	background-position: 205px center;
	width:220px;
}
.sendBtm:hover {
	background-color: #70197d;
}
.backBtm {
	background-color: #DBDBDB;
	border: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	padding: 8px 10px 9px 14px;
	cursor: pointer;
	width:80px;
	margin-right:20px;
	background-image: url(/common/images/contact_back.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

@media screen and (max-width: 767px) {
.mailLead {
	margin-bottom:20px !important;
}
.mailComp {
	font-size: 1.4em;
	margin-bottom:20px !important;
}
ul.mailAttn {
	padding:8px 8px 4px 8px;
	margin:0 0 20px 0;
	width:100% !important;
}
dl.mailTbl {
	margin:0 0px 20px 0px;
}
dl.mailTbl dt {
	font-weight:bold;
	float:none;
	width:100%;
	padding:10px;
}
dl.mailTbl dd {
	margin:0;
	padding:10px 10px 10px 10px;
}
dl.mailTbl span {
	margin:0;
}
dl.mailTbl dd input[type="text"] {
	background-color:#fff;
	width:100%;
}
dl.mailTbl dd input.w70 {
	width:100%;
}
dl.mailTbl dd input.w30 {
	width:100%;
}
dl.mailTbl dd textarea {
	background-color:#fff;
	width:100%;
}
.sendBtm {
	padding: 6px 0;
	width:100%;
}
.sendBtm:after {
	margin-left: 10px;
}
.backBtm {
	padding: 6px 0;
	width:100%;
	margin:0 0 10px 0;
}
}

/* 学生専用ページ
------------------------------------------------------------ */
.stuWrap {
	max-width:1050px;
	margin:0 auto;
	padding:0 20px;
}
.stuBox {
	display:table;
	width:100%;
	table-layout:fixed;
}
.stuWrap .dtlWrap {
	/*max-width:1050px;*/
	padding:0;
}
.stuCont {
	display:table-cell;
	vertical-align:top;
	max-width:830px;
}
.stuCont .newsBoxContainer {
	/*width:780px;*/
}
.stuCont .newsBox {
	padding:0px;
}
.stuMenu {
	width:210px;
	display:table-cell;
	vertical-align:top;
}
.stuMenu div {
	width:190px;
	margin:0 0 0 30px;
	background-color:#f8f8f8;
	padding:0 0 6px 0;
}
.stuMenu div h3 {
	margin: 0;
	padding: 6px 10px;
	border: none;
	background-color: #F4EDF5;
	font-size: 1em;
	color: #76407D;
	border-top: solid 2px #95519f;
}
.stuMenu div h3:after {
	display:none;
}
.stuMenu div ul {
	margin:10px;
	padding:0;
}
.stuMenu div li {
	padding-left: 10px;
	position: relative;
	margin-bottom: 6px;
}
.stuMenu div li:before {
	content: "";
	display: block;
	background-image: url(/common/images/cmn.png);
	background-repeat: no-repeat;
	background-size: 300px;
	position:absolute;
	background-position: -90px 0px;
	width: 5px;
	height:7px;
	top:50%;
	left:0px;
	margin-top:-4px;
}
.studentlogin {
	width:400px;
	margin:0 auto;
	background-color:#f5f9ff;
	border:solid 2px #dce8f7;
	padding:30px;
}
.studentlogin dt {
	margin:0 0 4px 0;
	font-weight:bold;
}
.studentlogin dd {
	margin:0 0 16px 0;
}
.studentlogin input[type="text"],
.studentlogin input[type="password"] {
	background-color:#fff;
	border:solid 1px #c9c9c9;
	height:2.5em;
	width:100%;
	font-size:1.2em;
}
#login {
	background-color: #124b8f;
	border: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	padding: 8px 10px 9px 10px;
	cursor: pointer;
	background-image: url(/common/images/contact_arrow.png);
	background-repeat: no-repeat;
	background-position: 205px center;
	width:220px;
	margin:30px auto 0 auto;
	display:block;
}
.loginerror {
	font-weight:bold;
	text-align:center;
	color:#d64848;
}
table.resulttbl {
	border-top:solid 2px #95519f;
}
table.resulttbl th {
	width:50%;
	text-align:center !important;
	font-weight:bold !important;
	background-color:#faf8f6 !important;
	border-right:solid 1px #CCCCCC !important;
}
table.resulttbl td {
	text-align:center;
	border-right:solid 1px #CCCCCC !important;
}
table.resulttbl tr:nth-child(even) {
	background-color:#f7f7f7;
}
table.resulttbl td:nth-child(even),
table.resulttbl th:nth-child(even) {
	border-right:none !important;
}
@media screen and (max-width: 767px) {
.stuWrap {
	padding:0 10px;
}
.stuBox {
	display:block;
	width:100%;
}
.stuWrap .dtlWrap {
	margin:0 0 20px 0;
}
.stuCont {
	display:block;
}
.stuCont .newsBoxContainer {
	/*width:780px;*/
}
.stuCont .newsBox {
	padding:0px;
}
.stuMenu {
	width:100%;
	display:block;
}
.stuMenu div {
	width:100%;
	margin:0px;
}
.studentlogin {
	width:100%;
	padding:20px;
}
.studentlogin input[type="text"],
.studentlogin input[type="password"] {
	height:2em;
	width:100%;
	font-size:1em;
}
#login {
	margin:20px auto 0 auto;
}
}
/* clearfix
------------------------------------------------------------ */
.newsBoxTab:after,
.newsTibox:after,
.listTibox:after,
.newsBoxContainer:after,
.eventBox:after,
.fltleftimg:after,
.fltrightimg:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/* careerSupport
------------------------------------------------------------ */
.careerSupport{
  line-height: 1.4;
}

.careerSupport span {
  display: block;
  margin: 0px 0 5px 0;
}
.careerSupport dt{
  float:left;
  width:30px;
  margin: 0 1.5em 0 0;
}
.careerSupport dd{
  clear:right;
}

.careerSupport .scPerson{
  margin: 15px 0 0 0;
}

.careerSupport .scPerson dt{
  float:left;
  width:180px;
  margin: 0 1.5em 0 0;
}

.carrerSupportStudent h2{
  margin-top: 30px;
}
.smallCateBox .carrerSupportStudent li {
    width: 100%;
}
.smallCateBox .carrerSupportStudent li a{
    margin: 5px 10px;
}
.carrerSupportStudent ul li a{
  height: 100% !important;
}

.firstStep h2{
  border-top: solid 2px #ef9026;
}
.firstStep li a{
  border-left: solid 2px #ef9026;
}

.secondStep h2{
  border-top: solid 2px #595550;
}
.secondStep li a{
  border-left: solid 2px #595550;
}

.thirdStep h2{
  border-top: solid 2px #f7db2a;
}
.thirdStep li a{
  border-left: solid 2px #f7db2a;
}

.fourthStep h2{
  border-top: solid 2px #27b0f4;
}
.fourthStep li a{
  border-left: solid 2px #27b0f4;
}

.fifthStep h2{
  border-top: solid 2px #61ed36;
}
.fifthStep li a{
  border-left: solid 2px #61ed36;
}

.lowLevel{
  margin: 0 0 0 30px;
}


.smallCateWrap .smallCateBox .schedule{
  margin: 20px 0;
  font-size: 1.1em;
}

.youtubeArea{
  margin: 10px auto;
  position: relative;
    width: 500px;
    height: 280px;
}
@media screen and (max-width: 767px) {
.youtubeArea{
  margin: 20px auto;
  position: relative;
  width: 370px;
    height: 210px;
}    
}
.youtubeArea iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* 入試情報バナー */
.AdmBnr {
	text-align: center;
}
.AdmBnr a {
	display: inline-block;
	height: 80px;
}
.AdmBnr img {
	height: 100%;
	width: auto;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.AdmBnr {
		margin-top: 20px;
	}
	.AdmBnr a {
		height: auto;
	}
	.AdmBnr img {
		width: 250px;
		height: auto;
	}
}