/* レイアウト関係 */

@media print, screen and (min-width: 900px) {

.secTitle {
	font-size: 139%;
	font-weight: bold;
	color: #203ea1;
	margin-bottom: 18px;
}
.txt {
	font-size: 108%;
	line-height: 1.6;
}
.txt_m {
	font-size: 100%;
	line-height: 1.6;
}
.txt_s {
	font-size: 93%;
	line-height: 1.6;
}
.pdf img{
	padding-top:3px;
	padding-right:5px;
}

}


/* small display
------------------------------*/
@media print, screen and (max-width: 900px) {
.secTitle {
	font-size: 139%;
	font-weight: bold;
	color: #203ea1;
	margin-bottom: 9px;
}
.txt {
	font-size: 108%;
	line-height: 1.6;
}
.txt_m {
	font-size: 100%;
	line-height: 1.6;
}
.txt_s {
	font-size: 93%;
	line-height: 1.6;
}
.pdf img{
	padding-top:3px;
	padding-right:5px;
}

}



/*
################################################################################################################

- 背景

################################################################################################################
*/

.ie8 #maximage{
	display:none;
}

.ie8.mc-hide-scrolls{
	overflow: scroll !important;
}


@media print, screen and (min-width: 900px) {
#group1 {
	background: url(../img/phd/bg1.jpg) no-repeat top center;
	background-size: cover;
	width: auto;
	padding: 60px 0 60px;
	background-attachment: fixed;
}
#group2 {
	background: url(../img/phd/bg2.jpg) no-repeat top center;
	background-size: cover;
	width: auto;
	padding: 60px 0 60px;
	background-attachment: fixed;
}
#group3 {
	background: url(../img/phd/bg3.jpg) no-repeat top center;
	background-size: cover;
	width: auto;
	background-attachment: fixed;
}
#group4 {
	padding: 60px 0 60px;
	background: #fff;
}
.story {
	width: 900px;
	margin: 0 auto;
}
}

/* small display
------------------------------*/
@media print, screen and (max-width: 900px) {
#group1 {
	background: url(../img/phd/bg1.jpg) repeat center;
	background-size: cover;
	width: auto;
	padding: 30px 0 30px;
}
#group2 {
	background: url(../img/phd/bg2.jpg) repeat;
	padding: 30px;
}
#group3 {
	background: url(../img/phd/bg3.jpg) no-repeat top center;
	background-size: cover;
	width: auto;
}
#group4 {
	padding: 30px;
	background: #fff;
}
.story {
	width: inherit;
	margin: 0 auto;
}


}


.mobile #group5 {
	background: url(../img/phd/bg1.jpg) repeat center;
	background-size: cover;
	width: auto;
	padding: 0px;
}



/*
################################################################################################################

group1

################################################################################################################
*/


@media print, screen and (min-width: 900px) {
/* group1
-------------------*/

h2.titleMain {
	text-align: center;
	margin-bottom: 90px;
	margin-top: 130px;
}
#group1 .story .contentWrap {
	position: relative;
	z-index: 6;
	background: #fff;
	padding: 60px;
}

/* 博士後期課程概要 */
#group1 .story .contentWrap .sec01 {
	margin-bottom: 40px;
}
#group1 .story .contentWrap .sec01 .read {
	margin-bottom: 18px;
}
#group1 .story .contentWrap .sec01 .column3 {
	width: 780px; /*親ボックスの幅*/
	overflow: hidden;
}
#group1 .story .contentWrap .sec01 .column3 ul {
	width: 794px; /*右マージン含む子ボックス合計幅*/
	margin-right: -14px; /*親ボックスからのはみ出しぶんをずらしとく*/
}
#group1 .story .contentWrap .sec01 .column3 ul li {
	width: 250px;
	float: left;
	margin-right: 14px;
	padding: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #f1f4f4;
	position: relative;
}
#group1 .story .contentWrap .sec01 .column3 ul li .icon {
	text-align: center;
	margin-bottom: 18px;
}
#group1 .story .contentWrap .sec01 .column3 ul li .icon {
	opacity: 0;
}
#group1 .story .contentWrap .sec01 .column3 ul li .title {
	text-align: center;
	font-weight: bold;
	font-size: 108%;
	margin-bottom: 14px;
}
#group1 .story .contentWrap .sec01 .column3 ul li .txt_s {
text-align: justify;
text-justify: inter-ideograph;
word-break:break-all;
}




/* 課程修了・学位授与の要件 */
#group1 .story .contentWrap .sec02 .read {
	margin-bottom: 18px;
}
#group1 .story .contentWrap .sec02 ul li {
	padding-left: 1.4em;
	text-indent: -1.4em;
	margin-bottom: 5px;
}
#group1 .story .contentWrap .sec02 ul li span {
	margin-right: 5px;
	color: #203ea1;
}
#group1 .story .contentWrap .sec02 ul li .box {
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 25px;
	padding-left: 0em;
	text-indent: 0em;
}
}

/* small display
------------------------------*/
@media print, screen and (max-width: 900px) {
/* group1
-------------------*/

h2.titleMain {
	text-align: center;
	margin-bottom: 15px;
	margin-top: 65px;
	padding:0px 20px;
}
h2.titleMain img{
	width:100%;
	height:auto;
	max-width:578px;
}
#group1 .story .contentWrap {
	position: relative;
	z-index: 6;
	background: #fff;
	padding: 20px;
	margin:0 20px;
}

/* 博士後期課程概要 */
#group1 .story .contentWrap .sec01 {
	margin-bottom: 20px;
}
#group1 .story .contentWrap .sec01 .read {
	margin-bottom: 9px;
}
#group1 .story .contentWrap .sec01 .column3 {
}
#group1 .story .contentWrap .sec01 .column3 ul {
}
#group1 .story .contentWrap .sec01 .column3 ul li {
	padding: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #f1f4f4;
	position: relative;
	margin-bottom:10px;
}
#group1 .story .contentWrap .sec01 .column3 ul li .icon {
	text-align: center;
	margin-bottom: 9px;
}
#group1 .story .contentWrap .sec01 .column3 ul li .icon {
	opacity: 0;
}
#group1 .story .contentWrap .sec01 .column3 ul li .title {
	text-align: center;
	font-weight: bold;
	font-size: 108%;
	margin-bottom: 14px;
}
/* 課程修了・学位授与の要件 */
#group1 .story .contentWrap .sec02 .read {
	margin-bottom: 9px;
}
#group1 .story .contentWrap .sec02 ul li {
	padding-left: 1.4em;
	text-indent: -1.4em;
	margin-bottom: 5px;
}
#group1 .story .contentWrap .sec02 ul li span {
	margin-right: 5px;
	color: #203ea1;
}
#group1 .story .contentWrap .sec02 ul li .box {
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 0.5em;
	text-indent: -0.5em;
}
}





/*
################################################################################################################

group2

################################################################################################################
*/


@media print, screen and (min-width: 900px) {

/* group2
-------------------*/

/* 共通 */
#group2 .story .contentWrap {
}
#group2 .story .contentWrap dl {
	margin-bottom: 18px;
}
#group2 .story .contentWrap dl dt {
	margin-bottom: 3px;
	font-weight: bold;
}
#group2 .story .contentWrap dl dt h4 {
	font-weight: bold;
}
/* 教育課程・授業科目の概要 */
#group2 .story .contentWrap .sec01 {
	margin-bottom: 40px;
}
#group2 .story .contentWrap .sec01 .read {
	margin-bottom: 18px;
}
/* 博士後期課程における研究指導のスケジュール */
#group2 .story .contentWrap .sec02 {
	margin-bottom: 40px;
}
#group2 .story .contentWrap .sec02 .schedule img{
	width:900px;
	height:auto;
}
}

/* small display
------------------------------*/
@media print, screen and (max-width: 900px) {

/* group2
-------------------*/

/* 共通 */
#group2 .story .contentWrap dl {
	margin-bottom: 9px;
}
#group2 .story .contentWrap dl dt {
	margin-bottom: 3px;
	font-weight: bold;
}
#group2 .story .contentWrap dl dt h4 {
	font-weight: bold;
}
/* 教育課程・授業科目の概要 */
#group2 .story .contentWrap .sec01 {
	margin-bottom: 20px;
}
#group2 .story .contentWrap .sec01 .read {
	margin-bottom: 9px;
}
/* 博士後期課程における研究指導のスケジュール */
#group2 .story .contentWrap .sec02 {
	margin-bottom: 20px;
}
#group2 .story .contentWrap .sec02 .schedule{
	overflow: scroll;
	width:100%;
	height:auto;
	-webkit-overflow-scrolling: touch;
}
#group2 .story .contentWrap .sec02 .schedule img{
	width:850px;
	height:auto;
}
}



/*
################################################################################################################

group3

################################################################################################################
*/

@media print, screen and (min-width: 900px) {

#overlay{
	background:url(../img/phd/over.png) repeat;
	padding: 60px 0 60px;
}

/* group3
-------------------*/

#group3 .story .contentWrap {
	position: relative;
	z-index: 6;
	background: #fff;
	padding: 60px;
}



/* 施設 */
#group3 .story .contentWrap .sec01 ul {
}
#group3 .story .contentWrap .sec01 ul li {
	margin-top: 26px;
}
#group3 .story .contentWrap .sec01 ul li:first-child {
	margin-top: 0px;
}
#group3 .story .contentWrap .sec01 ul li figure {
	float: left;
}
#group3 .story .contentWrap .sec01 ul li .rightWrap {
	float: right;
	width: 455px;
	margin-top: -0.2em;
}
#group3 .story .contentWrap .sec01 ul li .title {
	font-weight: bold;
	margin-bottom: 3px;
}

}

/* small display
------------------------------*/
@media print, screen and (max-width: 900px) {

#overlay{
	background:url(../img/phd/over.png) repeat;
	padding: 30px;
}

/* group3
-------------------*/
#group3 .story .contentWrap {
	position: relative;
	z-index: 6;
	background: #fff;
	padding: 20px;
}
/* 施設 */
#group3 .story .contentWrap .sec01 ul li {
	margin-top: 13px;
}
#group3 .story .contentWrap .sec01 ul li:first-child {
	margin-top: 0px;
}
#group3 .story .contentWrap .sec01 ul li figure{
	margin-bottom:6px;
	text-align:center;
}

#group3 .story .contentWrap .sec01 ul li figure img{
	width:100%;
	height:auto;
	max-width:294px;
}
#group3 .story .contentWrap .sec01 ul li .rightWrap {
}
#group3 .story .contentWrap .sec01 ul li .title {
	font-weight: bold;
	margin-bottom: 3px;
}

}




/*
################################################################################################################

group4

################################################################################################################
*/

@media print, screen and (min-width: 900px) {

/* group4
-------------------*/

#group4 .story .contentWrap {
	background: #fff;
	padding-bottom:20px;
}
/* 共通 */
#group4 .story .contentWrap .secTitle {
	text-align: center;
}
/* テーブル２カラム */
table.column2 {
	width: 100%;
	text-align: left;
	border: solid 1px #cdcdcc;
}
table.column2 th {
	width: 88px;
	font-weight: bold;
	border: solid 1px #cdcdcc;
	background-color: #203ea1;
	padding: 26px 30px;
	vertical-align: middle;
	color: #fff;
}
table.column2 td {
	line-height: 1.8;
	border: solid 1px #cdcdcc;
	padding: 26px 30px;
}
/* 入学者選抜 */
#group4 .story .contentWrap .sec01 {
	margin-bottom: 40px;
}
/* 学納金 */
#group4 .story .contentWrap .sec02 {
	margin-bottom: 70px;
}
/* お問合せ先 */
#group4 .story .contentWrap .info {
	background-color: #203ea1;
	padding: 10px;
}
#group4 .story .contentWrap .info .inner {
	padding: 26px 0;
	background-color: #203ea1;
	border: 1px solid #7789c5;
	text-align: center;
	color: #fff;
}
#group4 .story .contentWrap .info .inner .secTitle {
	color: #fff;
	margin-bottom: 12px;
}

/* btn */
#group4 .story .contentWrap .info .btn{
	width:240px;
	background:#307ce3;
	margin:20px auto 8px;
}
#group4 .story .contentWrap .info .btn a{
	color:#fff;
	display:block;
	text-decoration:none;
	text-align:center;
	padding:6px 0;
	font-size:83%;
}
#group4 .story .contentWrap .info .btn a span img{
	margin-left:8px;
	padding-top:2px;
	height:8px;
	width:auto;
}


}


/* small display
------------------------------*/
@media print, screen and (max-width: 900px) {

/* group4
-------------------*/
#group4 .story .contentWrap {
	background: #fff;
	padding-bottom:10px;
}
/* 共通 */
#group4 .story .contentWrap .secTitle {
	text-align: center;
}
/* テーブル２カラム */
table.column2 {
	width: 100%;
	text-align: left;
	border: solid 1px #cdcdcc;
}
table.column2 th {
	width: 44px;
	font-weight: bold;
	border: solid 1px #cdcdcc;
	background-color: #203ea1;
	padding: 13px 15px;
	vertical-align: middle;
	color: #fff;
}
#en table.column2 th {
}

table.column2 td {
	line-height: 1.8;
	border: solid 1px #cdcdcc;
	padding: 13px 15px;
}
/* 入学者選抜 */
#group4 .story .contentWrap .sec01 {
	margin-bottom: 20px;
}
/* 学納金 */
#group4 .story .contentWrap .sec02 {
	margin-bottom: 35px;
}
/* お問合せ先 */
#group4 .story .contentWrap .info {
	background-color: #203ea1;
	padding: 5px;
}
#group4 .story .contentWrap .info .inner {
	padding: 13px 10px;
	background-color: #203ea1;
	border: 1px solid #7789c5;
	text-align: center;
	color: #fff;
}
#group4 .story .contentWrap .info .inner .secTitle {
	color: #fff;
	margin-bottom: 6px;
}
#group4 .story .contentWrap .info .inner span.br{
	display:none;
}


/* btn */
#group4 .story .contentWrap .info .btn{
	width:230px;
	background:#307ce3;
	margin:20px auto 8px;
}
#group4 .story .contentWrap .info .btn a{
	color:#fff;
	display:block;
	text-decoration:none;
	text-align:center;
	padding:6px 0;
	font-size:83%;
}
#group4 .story .contentWrap .info .btn a span img{
	margin-left:8px;
	padding-top:2px;
	height:8px;
	width:auto;
}


}



/*
################################################################################################################

アクセス・お問い合わせ
- phd_info

################################################################################################################
*/
@media print, screen and (min-width: 900px) {

#phd_info {
    margin: 0 auto;
    padding: 160px 0 60px;
    width: 900px;
}
#phd_info .contentWrap{
	background: #fff;
	padding: 60px;
}
#phd_info .secCommon{
	margin-bottom:30px;
}
#phd_info .secCommon h4 {
	font-weight:bold;
	margin-bottom:8px;
	font-size:108%;
}

/* sec01 */
#phd_info .sec01 p.txt{
	margin-bottom:25px;
}
/* googlemap */
#phd_info .sec01 #gMap {
	height: 320px;
	margin-bottom:10px;
}
#phd_info .sec01  .more {
	text-align:right;
	font-size:93%;
}
#phd_info .sec01  .more a{
	color: #4c4c4c;
}
#phd_info .sec01  .more a:hover{
	text-decoration:none;
}



/* sec04 */
#phd_info .sec04{
	margin-bottom:0px;
}
}



/* small display
------------------------------*/
@media print, screen and (max-width: 900px) {

#phd_info{
	padding:100px 0 30px;
	margin: 0px 20px 0px;
}
#phd_info .contentWrap{
	background: #fff;
	padding: 20px;
}
#phd_info .secCommon{
	margin-bottom:15px;
}
#phd_info .secCommon h4 {
	font-weight:bold;
	margin-bottom:4px;
	font-size:108%;
}

/* sec01 */
#phd_info .sec01 p.txt{
	margin-bottom:25px;
}
/* googlemap */
#phd_info .sec01 #gMap {
	height: 200px;
	margin-bottom:10px;
}
#phd_info .sec01  .more {
	text-align:right;
	font-size:93%;
}
#phd_info .sec01  .more a{
	color: #4c4c4c;
}
#phd_info .sec01  .more a:hover{
	text-decoration:none;
}



/* sec04 */
#phd_info .sec04{
	margin-bottom:0px;
}



}

