@charset "UTF-8";
/**
 *
 * common
 *
 */

body #page {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
.defs {
	display: none;
}
.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: #fff;
}
#header .icon-home {
	fill: #fff;
}
#univ-info .icon-new-tab {
	fill: #062c80;
}
#con-outer {
	width: auto;
}
#page {
	width: auto;
	background-image: none;
}
#con-outer .inner {
	width: 920px;
	margin: 0 auto;
}
/* header */

#header {
	height: 92px;
	margin-bottom: 0px;
}
#header #logo {
	margin-left: 3px;
	margin-right: 0px;
	padding-top: 22px;
}
#header #logo img:hover {
	opacity: 0.7;
}
#header #copy {
	color: #ed4660;
	font-size: 100%;
	font-weight: bold;
	margin-left: 21px;
	padding-top: 33px;
}
/* top-read */
#top-read {
	background-image: url("common/images/bg_top-read.png");
	background-attachment: fixed;
	margin-top: 0px;
	margin-bottom: 25px;
}
#top-read .inner {
	position: relative;
	height: 230px;
	padding-top: 30px;
}
#top-read h2 {
	color: #fff;
	font-weight: bold;
	width: 530px;
	font-size: 140%;
	margin-bottom: 20px;
}
#top-read p {
	color: #fff;
	width: 530px;
	font-size: 82%;
	font-weight: lighter;
	line-height: 1.8;
}
#top-read .img_read {
	position: absolute;
	bottom: 0;
	right: -6px;
}
/* univ-list */
#univ-list div {
	float: none;
	height: auto;
}
#univ-list .univ {
	float: left;
	width: 290px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 40px;
	border-bottom: none;
}
#univ-list div.row {
	margin-right: 0;
	width: auto;
	margin-top: 0;
	border: none;
}
#univ-list .univ h3 {
	background-color: transparent;
	padding-left: 5px;
	padding-top: 9px;
	font-size: 100%;
	margin-bottom: 10px;
}
#univ-list .univ h3 a {
	background-image: none;
	font-weight: bold;
	font-size: 100%;
	color: #0e6ac7;
	display: inline;
}
#univ-list .univ .text {
	font-size: 117%;
	margin-left: 0px;
	margin-bottom: 15px;
}
#univ-list .univ dt {
	margin-bottom: 15px;
	margin-left: 5px;
	margin-bottom: 15px;
	width: 70px;
}
#univ-list .univ dt a {
	border: none;
	margin-bottom: 0px;
	display: block;
}
#univ-list .univ dt a img {
	border: none;
	margin-bottom: 0px;
	margin-left: 0px;
}
#univ-list .univ dt a img:hover, #univ-list .univ dt a:hover {
	opacity: 0.7;
	border: none;
	text-decoration: none;
}
#univ-list .univ .btn {
	clear: both;
	margin-left: 0px;
}
#univ-list .univ .btn a {
	border-radius: 4px;
	font-size: 110%;
	background-color: #062c80;
	color: #fff;
	padding: 7px 12px;
	display: block;
	font-size: 105%;
	text-align: center;
}
#univ-list .univ .btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}
/* footerFeature */
.copyright {
	margin-top: 3px;
	color: #000;
}
.bottom-nav .page-top {
	bottom: 20px;
	display: block;
	position: fixed;
	right: 20px;
	z-index: 100;
	background-color: #062c80;
	background-image: none;
	border-radius: 30px;
	font-size: 200%;
	height: 25px;
	margin-top: 20px;
	padding: 12px 13px 16px 14px;
	width: 25px;
	opacity: 0.8;
}
.bottom-nav .page-top:hover {
	cursor: pointer;
}
#toPageTop {
	display: none;
}
.pc {
	display: block;
}
.sp {
	display: none;
}

/**
 *
 * SP
 *
 */
@media (max-width: 480px) {
body #page {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
#header .icon-home {
	fill: #fff;
	font-size: 130%;
	margin-left: 3px;
}
#con-outer {
	width: auto;
	overflow: hidden;
}
#page {
	width: auto;
	background-image: none;
}
#con-outer .inner {
	width: auto;
	margin: 0 auto;
}
/* headerFeature */
#headerFeature #logoCa {
	padding-left: 6px;
}
#headerFeature #logoCa img {
	width: 140px;
	height: 21px;
}
#headerFeature #logoAsahi01 {
	padding-right: 6px;
}
#headerFeature #logoAsahi01 img {
	width: 54px;
	height: 15px;
}
#headerFeature #logoAsahi02 {
	padding-right: 6px;
}
#headerFeature #logoAsahi02 img {
/*width: 103px;
	height: 15px;*/
}
/* header */

#header {
	height: 92px;
	margin-bottom: 0px;
}
#header #logo {
	padding: 0;
	margin: 10px auto;
	width: auto;
	float: none;
	text-align: center;
}
#header #logo img:hover {
	opacity: 0.7;
}
#header #copy {
	font-size: 100%;
	font-weight: bold;
	margin-left: 0px;
	padding-top: 0px;
	padding: 0 10px;
}
/* top-read */
#top-read {
	background-image: url("common/images/bg_top-read.png");
	background-attachment: fixed;
	margin-top: 0px;
	margin-bottom: 25px;
}
#top-read .inner {
	position: relative;
	height: auto;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
#top-read h2 {
	color: #fff;
	font-weight: bold;
	width: auto;
	font-size: 140%;
	margin-bottom: 20px;
}
#top-read p {
	color: #fff;
	width: auto;
	font-size: 82%;
	font-weight: lighter;
	line-height: 1.8;
}
#top-read .img_read {
	/*position: absolute;*/
	top: 0;
	right: auto;
}
.img_read {
	text-align: center;
	overflow: hidden;
	height: 180px;
}
.img_read img {
	max-width: 280px;
	position: relative;
	text-align: center;
	top: 0px;
}
/* univ-list */
#univ-list div {
	float: none;
	height: auto;
}
#univ-list .inner div.univ {
	float: none;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 40px;
	border-bottom: none;
}
#univ-list .end {
	margin-right: 0;
}
#univ-list .univ h3 {
	background-color: transparent;
	padding-left: 5px;
	padding-top: 9px;
	font-size: 100%;
	margin-bottom: 10px;
}
#univ-list .univ h3 a {
	background-image: none;
	font-weight: bold;
	font-size: 100%;
	display: inline;
}
#univ-list .univ .text {
	font-size: 117%;
	margin-left: 0px;
}
#univ-list .univ dt {
	margin-bottom: 15px;
	margin-left: 5px;
	margin-bottom: 15px;
	width: 70px;
}
#univ-list .univ dt a {
	border: none;
	margin-bottom: 0px;
	display: block;
}
#univ-list .univ dt a img {
	border: none;
	margin-bottom: 0px;
	margin-left: 0px;
}
#univ-list .univ dt a img:hover, #univ-list .univ dt a:hover {
	opacity: 0.7;
	border: none;
	text-decoration: none;
}
#univ-list .univ .btn {
	clear: both;
	margin-left: 0px;
}
#univ-list .univ .btn a {
	border-radius: 4px;
	font-size: 110%;
	color: #fff;
	padding: 7px 12px;
	display: block;
	font-size: 105%;
	text-align: center;
}
#univ-list .univ .btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}
}
#toTop {
	width: 184px;
	height: 40px;
	float: right;
	margin-top: 27px;
}
#toTop a {
	background-color: #062c80;
	border-radius: 3px;
	padding: 8px 0;
	color: #fff;
	font-size: 82%;
	display: block;
	text-align: center;
	/*background-image: url('/ad/clients/campusasahicom/feature/shushoku/common/images/ico_to_top.gif');*/
	background-repeat: no-repeat;
	background-position: 15px center;
}
#toTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}
/* univ-info */
#contents #univ-info {
	background-image: url("common/images/bg_top-read.png");
	background-attachment: fixed;
	margin-top: 0px;
	margin-bottom: 0;
}
#contents #univ-info div {
	background-image: none;
	height: auto;
}
#contents #univ-info .inner {
	position: relative;
	height: auto;
	padding-top: 56px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 53px;
}
#contents #univ-info h1 {
	color: #fff;
	font-weight: bold;
	width: auto;
	margin-bottom: 12px;
	font-size: 310%;
	line-height: 1;
}
#contents #univ-info p {
	color: #fff;
	width: auto;
	font-size: 82%;
	font-weight: lighter;
	line-height: 1.8;
	padding-top: 0px !important;
}
#contents #univ-info .img_read {
	/*position: absolute;*/
	top: 0;
	right: auto;
}
#contents #univ-info ul li a#info-nav1, #contents #univ-info ul li a#info-nav2, #contents #univ-info ul li a#info-nav3, #contents #univ-info ul li a#info-nav4 {
	background-image: none;
	width: 150px;
	height: auto;
	font-size: 82%;
	text-align: center;
	padding: 9px 0 9px;
}
#contents #univ-info ul li a {
	font-size: 100%;
	color: #fff;
	text-indent: 0px;
	/*background-image: url('/ad/clients/campusasahicom/feature/shushoku/common/images/ico_top_blank.gif') !important;*/
	background-repeat: no-repeat !important;
	background-position: 120px center !important;
}
#contents #univ-info ul li a:hover {
	text-align: center;
	text-decoration: none;
}
#contents #univ-info ul {
	width: 310px;
	height: auto;
	float: right;
}
#contents #univ-info li {
	width: 150px;
	float: left;
	background-color: #fff;
	border-radius: 3px;
}
#contents #univ-info li:hover {
	opacity: 0.7
}
#contents #univ-info ul li a {
	color: #062c80;
	display: block;
}
#contents #univ-info li:nth-child(odd) {
	margin-right: 10px;
}
#contents #univ-info li:nth-child(odd) {
}
#contents #univ-info li:nth-child(1) {
	margin-bottom: 10px;
}
#contents #univ-info li:nth-child(2) {
	margin-bottom: 10px;
}
#wrapper {
	width: 920px;
	margin: 0 auto;
}
#wrapper h2 {
	padding: 8px 0 8px 10px;
	background-color: #0e6ac7;
	color: #fff;
	font-weight: bold;
	margin-bottom: 22px;
}
#wrapper h3 {
	padding: 0 0 0 7px;
	border-left: 5px solid #0e6ac7;
	color: #0e6ac7;
	font-weight: bold;
	font-size: 98%;
	line-height: 1.2;
	margin-bottom: 20px;
	padding: 3px 0 3px 8px;
}
#wrapper h4 {
	padding: 3px 0 3px 0;
	border-bottom: 1px dotted #0e6ac7;
	color: #0e6ac7;
	font-weight: bold;
	font-size: 88%;
	line-height: 1.2;
	margin-bottom: 10px;
	text-align: left;
}
/* univ-detail */
#univ-detail {
	width: 445px;
}
/* job-data */
#job-data {
	width: 445px;
}
/* anchorL */
#anchorL {
	width: 670px;
	margin: 0 auto;
	/*padding-bottom: 31px;*/
	height: 70px;
}
#anchorL ul {
}
#anchorL li {
	float: left;
	width: 216px;
	margin-right: 11px;
}
#anchorL li:nth-child(3) {
	margin-right: 0;
}
#anchorL a {
	width: 216px;
	display: block;
	background-color: #062c80;
	border-radius: 0px 0px 5px 5px;
	color: #fff;
	font-size: 88%;
	text-align: center;
	padding: 8px 0;
	/*background-image: url('/ad/clients/campusasahicom/feature/shushoku/common/images/ico_inside_link.gif');
	background-repeat: no-repeat;
	background-position: 170px center;*/
	transition: all 0.3s ease 0s;
}
#anchorL a:hover {
	text-decoration: none;
	/*opacity: 0.7;*/
	padding-top: 25px;/*background-position: 170px 20px;*/
}
#anchorL a img {
}
#univ-detail p, #graduate-course p {
	line-height: 1.8;
	text-indent: 1em;
	font-size: 82%;
	margin-bottom: 25px;
}
#job-data #job-graph {
	padding: 25px 20px;
	text-align: center;
}
#job-data #job-graph p strong {
	color: #0e6ac7;
	text-align: left;
}
#wrapper .column {
	border: 1px dotted #007F70;
	margin-bottom: 20px;
	padding: 18px 18px 22px;
}
#wrapper .column h2 {
	background-color: #fff;
	border-bottom: 1px dotted #0e6ac7;
	color: #0e6ac7;
}
#wrapper .column p {
	color: #333333;
	background-color: #fff;
	text-indent: 0em;
	margin-bottom: 15px;
}
#wrapper .column .btn-link {
	width: 170px;
	background-color: #ed4660;
	border-radius: 3px;
	margin-left: auto;
	margin-right: auto;
}
#wrapper .column .btn-link a {
	background-image: none;
	width: 170px;
	height: auto;
	text-align: center;
	padding: 9px 0 9px;
	color: #fff;
	text-indent: 0px;
	/*background-image: url('/ad/clients/campusasahicom/feature/shushoku/common/images/ico_bottom_blank.gif') !important;
	background-repeat: no-repeat !important;
	background-position: 147px center !important;*/
	display: block;
}
#wrapper .column .btn-link:hover {
	opacity: 0.7;
}
#wrapper .column .btn-link a:hover {
	text-align: center;
	text-decoration: none;
}
#univ-info2 {
	padding: 13px 23px 23px;
	border: 1px solid #0e6ac7;
}
#univ-info2 h2 {
	background-color: #fff;
	color: #0e6ac7;
	border-bottom: 1px dotted #0e6ac7;
}
#univ-info2 p {
	color: #0e6ac7;
	margin-bottom: 10px;
	font-size: 82%;
}
#univ-info2 ul {
	/*width: 310px;*/
	height: auto;/*float: right;*/
}
#univ-info2 li {
	width: 150px;
	float: left;
	background-color: #ed4660;
	border-radius: 3px;
	margin-right: 15px;
}
#univ-info2 a {
	background-image: none;
	width: 150px;
	height: auto;
	font-size: 82%;
	text-align: center;
	padding: 9px 0 9px;
	color: #fff;
	text-indent: 0px;
	display: block;
}
#univ-info2 li:hover {
	text-align: center;
	opacity: 0.7;
}
#univ-info2 a:hover {
	text-decoration: none;
}
#univ-detail #intro-person #univ-copy, #univ-detail #intro-person #univ-talker {
	width: 325px;
}
#univ-detail .column {
	margin-top: 20px;
	/*background: #fafafa;*/
	border: 1px solid #c9c9c9;
}
#univ-detail .column h2 {
	padding-left: 0;
}
#univ-detail .column h3 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	background: url(../images/dot_line_1.gif) repeat-x bottom;
}
#univ-detail .column dl {
	font-size: 78%;
	line-height: 1.6;
}
#univ-detail .column dl dt {
	float: left;
	width: 3em;
	font-weight: bold;
	clear: both;
}
#univ-detail .column dl.dl-noem dt {
	float: none;
	width: 100%;
	font-weight: bold;
	clear: both;
}
#univ-detail .column dl.dl-noem dd {
	margin-left: 0;
}
#univ-detail .column dl dd {
	margin-left: 3em;
}
#univ-detail .column dl.dl-em4 dt {
	width: 4em;
}
#univ-detail .column dl.dl-em4 dd {
	margin-left: 4em;
}
#univ-detail .column dl.dl-em5 dt {
	width: 5em;
}
#univ-detail .column dl.dl-em5 dd {
	margin-left: 5em;
}
#univ-detail .column dl.dl-em6 dt {
	width: 6em;
}
#univ-detail .column dl.dl-em6 dd {
	margin-left: 6em;
}
#wrapper .text-indent-non {
	text-indent: 0;
}

@media (max-width: 480px) {
/* #page */
#page {
	padding-top: 20px;
}
/* #header */
#header {
	height: auto;
	margin-bottom: 10px;
}
#header .inner {
	padding: 0 10px;
}
#header #logo {
	width: 30%;
	margin-top: 0px;
	float: left;
}
#header #logo img {
	width: 100%;
}
#header #copy {
	width: 55%;
	padding: 0 10px;
	font-size: 70%;
	box-sizing: border-box;
}
#header #toTop {
	width: 13%;
	height: auto;
	float: right;
	margin-top: 0px;
}
#header #toTop a {
	border-radius: 3px;
	padding: 15px 0 10px;
	color: #fff;
	display: block;
	text-align: center;
	/*background-image: url('/ad/clients/campusasahicom/feature/shushoku/common/images/ico_to_top.gif');*/
	background-repeat: no-repeat;
	background-position: center center;
}
#header #toTop a span {
	font-size: 0%;
}
#header #toTop a:hover {
	text-decoration: none;
}
/* univ-info */
#contents #univ-info {
	background-image: url("common/images/bg_top-read.png");
	background-attachment: fixed;
	margin-top: 0px;
	margin-bottom: 0;
}
#contents #univ-info div {
	background-image: none;
	height: auto;
}
#contents #univ-info .inner {
	position: relative;
	height: auto;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
#contents #univ-info h1 {
	color: #fff;
	font-weight: bold;
	width: auto;
	margin-bottom: 12px;
	font-size: 280%;
	line-height: 1;
}
#contents #univ-info p {
	color: #fff;
	width: auto;
	font-size: 82%;
	font-weight: lighter;
	line-height: 1.8;
	padding-top: 0px !important;
	margin-bottom: 12px;
}
#contents #univ-info .img_read {
	/*position: absolute;*/
	top: 0;
	right: auto;
}
#contents #univ-info ul li a#info-nav1, #contents #univ-info ul li a#info-nav2, #contents #univ-info ul li a#info-nav3, #contents #univ-info ul li a#info-nav4 {
	background-image: none;
	width: 145px;
	height: auto;
	font-size: 82%;
	text-align: center;
	padding: 9px 0 9px;
}
#contents #univ-info ul li a {
	font-size: 100%;
	color: #fff;
	text-indent: 0px;/*background-image: url('/ad/clients/campusasahicom/feature/shushoku/common/images/ico_top_blank.gif') !important;
		background-repeat: no-repeat !important;
		background-position: 120px center !important;*/
}
#contents #univ-info ul li a:hover {
	text-align: center;
	text-decoration: none;
}
#contents #univ-info ul {
	width: 300px;
	height: auto;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#contents #univ-info li {
	width: 145px;
	float: left;
	background-color: #fff;
	border-radius: 3px;
}
#contents #univ-info ul li a {
	color: #062c80;
	display: block;
}
#contents #univ-info li:nth-child(odd) {
	margin-right: 10px;
}
#contents #univ-info li:nth-child(odd) {
}
#contents #univ-info li:nth-child(1) {
	margin-bottom: 10px;
}
#contents #univ-info li:nth-child(2) {
	margin-bottom: 10px;
}
#wrapper {
	width: auto;
	margin: 0 auto;
	padding: 0 10px;
}
#wrapper h2 {
	padding: 8px 0 8px 10px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 22px;
}
#wrapper h3 {
	padding: 0 0 0 7px;
	font-weight: bold;
	font-size: 98%;
	line-height: 1.2;
	margin-bottom: 20px;
	padding: 3px 0 3px 8px;
}
#wrapper h4 {
	padding: 3px 0 3px 0;
	font-weight: bold;
	font-size: 88%;
	line-height: 1.2;
	margin-bottom: 10px;
}
/* univ-detail */
#univ-detail {
	width: auto;
	float: none;
}
#univ-detail #gallery img {
	width: 100%;
	height: auto;
}
/* job-data */
#job-data {
	width: auto;
	float: none;
}
/* anchorL */
#anchorL {
	width: auto;
	margin: 0 auto;
	/*padding-bottom: 31px;*/
	height: 70px;
}
#anchorL ul {
}
#anchorL li {
	float: left;
	margin-right: 0;
	padding-right: 11px;
	width: 33%;
	box-sizing: border-box;
}
#anchorL li:nth-child(3) {
	padding-right: 0;
}
#anchorL li:nth-child(3) {
	margin-right: 0;
}
#anchorL a {
	width: auto;
	display: block;
	border-radius: 0px 0px 5px 5px;
	color: #fff;
	font-size: 77%;
	text-align: center;
	padding: 8px 3px;
	/*background-image: url('/ad/clients/campusasahicom/feature/shushoku/common/images/ico_inside_link.gif');
		background-repeat: no-repeat;
		background-position: 170px center;*/
	transition: none;
}
#anchorL a:hover {
	text-decoration: none;
	/*opacity: 0.7;*/
	padding: 8px 3px;/*background-position: 170px 20px;*/
}
#anchorL a img {
}
#univ-detail p, #graduate-course p {
	line-height: 1.8;
	text-indent: 1em;
	font-size: 82%;
	margin-bottom: 25px;
}
#job-data #job-graph {
	padding: 25px 10px;
}
#job-data #job-graph img {
	width: 100%;
	height: auto;
}
#wrapper .column {
	border: 1px dotted #0e6ac7;
	margin-bottom: 20px;
	padding: 18px 18px 22px;
}
#wrapper .column h2 {
	background-color: #fff;
	border-bottom: 1px dotted #0e6ac7;
	color: #0e6ac7;
}
#wrapper .column p {
	color: #333333;
	background-color: #fff;
	text-indent: 0em;
	margin-bottom: 15px;
}
#wrapper .column .btn-link {
	/*width: 150px;*/
	border-radius: 3px;
	margin-left: auto;
	margin-right: auto;
}
#wrapper .column .btn-link a {
	background-image: none;
	/*width: 150px;*/
	height: auto;
	text-align: center;
	padding: 9px 0 9px;
	color: #fff;
	text-indent: 0px;
	/*background-image: url('/ad/clients/campusasahicom/feature/shushoku/common/images/ico_bottom_blank.gif') !important;
		background-repeat: no-repeat !important;*/
		/*background-position: 120px center !important;*/
	display: block;
}
#wrapper .column .btn-link a:hover {
	text-align: center;
	text-decoration: none;
	opacity: 0.7;
}
#univ-info2 {
	padding: 23px 10px;
	border: 1px solid #0e6ac7;
}
#univ-info2 h2 {
	background-color: #fff;
	color: #0e6ac7;
	border-bottom: 1px dotted #0e6ac7;
}
#univ-info2 p {
	color: #0e6ac7;
	margin-bottom: 10px;
}
#univ-info2 ul {
	/*width: 310px;*/
	height: auto;
	/*float: right;*/
	width: 300px;
	margin: 0 auto;
}
#univ-info2 li {
	width: 145px;
	float: left;
	border-radius: 3px;
	margin-right: 0px;
}
#univ-info2 li:hover {
	text-align: center;
	opacity: 0.7;
}
#univ-info2 a:hover {
	text-decoration: none;
}
#univ-info2 li:nth-child(odd) {
	margin-right: 10px;
}
#univ-info2 li:nth-child(1), #univ-info2 li:nth-child(2) {
	margin-bottom: 10px;
}
#univ-info2 a {
	background-image: none;
	width: 145px;
	height: auto;
	font-size: 82%;
	text-align: center;
	padding: 9px 0 9px;
	color: #fff;
	text-indent: 0px;
	/*background-image: url('/ad/clients/campusasahicom/feature/shushoku/common/images/ico_bottom_blank.gif') !important;
		background-repeat: no-repeat !important;
		background-position: 120px center !important;*/
	display: block;
}
#univ-info2 a:hover {
	text-align: center;
	text-decoration: none;
	opacity: 0.7;
}
.pc {
	display: none;
	;
}
.sp {
	display: block;
	;
}
#univ-detail #intro-person div {
	width: auto;
	float: none;
	text-align: center;
	margin-bottom: 5px;
}
#univ-detail #intro-person #univ-copy, #univ-detail #intro-person #univ-talker {
	width: auto;
}
#univ-detail #intro-person #univ-copy, #univ-detail #intro-person #univ-talker {
	float: none;
	text-align: center;
}
#univ-detail .photo_r {
	float: none;
	margin-left: 0px;
	text-align: center;
}
}

@media (max-width: 350px) {
#univ-info2 ul {
	width: 280px;
}
#univ-info2 li {
	width: 135px;
}
#univ-info2 a {
	font-size: 70%;
}
#univ-info2 a {
	background-position: 113px center !important;
}
}
/* 2016.09.08 */
#wrapper h5 {
	font-size: 82%;
	color: #0e6ac7;
	font-weight: bold;
	margin-bottom: 10px;
}
#graduate-course p {
	text-indent: 0;
}
/* 2016.09.09 */
#job-data #job-graph table, #univ-detail table {
	border: 1px solid #ccc;
	font-size: 90%;
	margin: 3px;
	padding: 3px;
	width: 100%;
}
#job-data #job-graph table th, #univ-detail table th {
	background-color: #cccccc;
	border: 1px solid #ccc;
	border-collapse: collapse;
	color: #ffffff;
	font-weight: bold;
	padding: 2px;
	font-size: 82%;
}
#job-data #job-graph table td, #univ-detail table td {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	padding: 3px;
	font-size: 82%;
}
#job-graph p {
	font-size: 80%;
}

@media (max-width: 480px) {
#univ-detail p.univ-detail-img, #univ-detail div.univ-detail-img {
	text-indent: 0em;
}
#univ-detail p.univ-detail-img img, #univ-detail div.univ-detail-img img {
	width: 100%;
}
}
#job-data #job-graph table th, #univ-detail table th {
	font-size: 62%;
}
#job-data #job-graph table td, #univ-detail table td {
	font-size: 62%;
}
}
#job-data #job-graph h4 {
	text-align: left;
	margin-top: 40px;
}
#job-data #job-graph h5 {
	text-align: left;
	margin-top: 25px;
}
/* =========================================
準備中表示　2018.10.10追加
========================================= */
.coming-soon {
	border-radius: 4px;
	font-size: 110%;
	background-color: #666;
	color: #fff;
	padding: 7px 12px;
	display: block;
	font-size: 105%;
	text-align: center;
}
