@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
section, article, aside, hgroup, header, footer, nav, figure {
	display: block;
}
body {
	background-color: #ffffff;
	font-size: 16px;
	line-height: 150%;
}
a {
	text-decoration: none;
}
a img {
	border-style: none;
}
.cf::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#photo ul li {
	list-style-type: none;
}
#photo img {
	/*max-width:100%;
	height:auto;*/
	max-width: 100%;
	height: auto;
}
#photo01 ul li {
	list-style-type: none;
}
#photo01 img {
	/*max-width:100%;
	height:auto;*/
	max-width: 100%;
	height: auto;
}
header {
	height: 92px;
	/*background-image: -moz-linear-gradient(50% 0% -90deg, rgb(205,230,185) 0%, rgb(235,241,189) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(205,230,185)), color-stop(1, rgb(235,241,189)));
	background-image: -webkit-linear-gradient(-90deg, rgb(205,230,185) 0%, rgb(235,241,189) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(205,230,185) 0%, rgb(235,241,189) 100%);
	background-image: -ms-linear-gradient(-90deg, #4682b4 0%, #000066 100%);*/
	background-image: linear-gradient(180deg, #4682b4 0%, #000066 100%);
	-moz-box-shadow: 0px 2px 3px rgb(51,51,51);
	-webkit-box-shadow: 0px 2px 3px rgb(51,51,51);
	box-shadow: 0px 2px 3px rgb(51,51,51);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#ff333333,Positive=true)progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffcde6b9,endColorstr=#ffebf1bd,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#ff333333, Positive=true) progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffcde6b9, endColorstr=#ffebf1bd, GradientType=0);
}
header div {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
	padding-top: 25px;
}
header h1 {
	margin: 0 10px;
	width: 96%;
	max-width: 960px;
	float: left;
}
header p {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 90px;
	/*background-image: -moz-linear-gradient(50% 0% -90deg, rgb(46,152,28) 0%, rgb(19,124,1) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(46,152,28)), color-stop(1, rgb(19,124,1)));
	background-image: -webkit-linear-gradient(-90deg, rgb(46,152,28) 0%, rgb(19,124,1) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(46,152,28) 0%, rgb(19,124,1) 100%);*/
	background-image: linear-gradient(180deg, rgb(46,152,28) 0%, rgb(19,124,1) 100%);
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: 12px;
	text-shadow: -1px -1px 3px rgb(51,51,51);
	float: right;
	height: 24px;
	margin-top: 3px;
	padding-top: 12px;
	text-align: center;
	line-height: 100%;
}
#main-gnavi {
	width: 96%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#photo {
	margin-top: 18px;
	overflow: hidden;
}
#photo01 {
	margin-top: 18px;
	overflow: hidden;
}
#main-gnavi nav ul li {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/*background-image: -moz-linear-gradient(50% 0% -90deg, rgb(46,152,28) 0%, rgb(19,124,1) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(46,152,28)), color-stop(1, rgb(19,124,1)));
	background-image: -webkit-linear-gradient(-90deg, rgb(46,152,28) 0%, rgb(19,124,1) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(46,152,28) 0%, rgb(19,124,1) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(46,152,28) 0%, rgb(19,124,1) 100%);*/
	background-image: linear-gradient(180deg, #4682b4 0%, #000066 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2e981c,endColorstr=#ff137c01,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2e981c, endColorstr=#ff137c01, GradientType=0);
	list-style-type: none;
	margin-bottom: 4px;
}
#main-gnavi nav ul li a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	color: rgb(255,255,255);
	font-weight: bold;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 92% center;
	text-shadow: -1px -1px 3px #333;
}
#contents {
	width: 96%;
	max-width: 960px;
	margin: 0px auto;
}
#contents a {
	color: #ffffff;
}
article h1, article h2, h3 {
	line-height: 120%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-style: solid;
	border-color: #0000cc;
	padding: 6px;
	font-size: 14px;
	margin: 15px 0px 10px;
	color: #0033cc;
	/*background-image: -moz-linear-gradient(50% 0% -90deg, rgb(255,255,255) 0%, rgb(249,249,249) 60%, rgb(221,221,221) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(255,255,255)), color-stop(0.6, rgb(249,249,249)), color-stop(1, rgb(221,221,221)));
	background-image: -webkit-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(249,249,249) 60%, rgb(221,221,221) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(249,249,249) 60%, rgb(221,221,221) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(249,249,249) 60%, rgb(221,221,221) 100%);*/
	background-image: linear-gradient(180deg, rgb(255,255,255) 0%, rgb(249,249,249) 60%, rgb(221,221,221) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdddddd,GradientType=0)";
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffdddddd, GradientType=0);
}
aside li {
	list-style-type: none;
	float: left;
}
aside .bnr {
	float: left;
	margin-left: auto;
}
#tel {
	width: 96%;
	margin: 15px auto 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/*background-image: -moz-linear-gradient(50% 0% -90deg, rgb(255,173,0) 0%, rgb(255,92,0) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(255,173,0)), color-stop(1, rgb(255,92,0)));
	background-image: -webkit-linear-gradient(-90deg, rgb(255,173,0) 0%, rgb(255,92,0) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(255,173,0) 0%, rgb(255,92,0) 100%);*/
	background-image: linear-gradient(180deg, rgb(255,173,0) 0%, rgb(255,92,0) 100%);
}
#tel a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 45px;
	color: rgb(255,255,255);
	font-weight: bold;
	background-image: url(../images/tel.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	font-size: 30px;
}
footer {
	height: 56px;
}
footer p {
	text-align: center;
	/*background-image: -moz-linear-gradient(50% 0% -90deg, rgb(46,152,28) 0%, rgb(19,124,1) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgb(46,152,28)), color-stop(1, rgb(19,124,1)));
	background-image: -webkit-linear-gradient(-90deg, rgb(46,152,28) 0%, rgb(19,124,1) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(46,152,28) 0%, rgb(19,124,1) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(46,152,28) 0%, rgb(19,124,1) 100%);*/
	background-image: linear-gradient(180deg, #4682b4 0%, #000066 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2e981c,endColorstr=#ff137c01,GradientType=0)";
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2e981c, endColorstr=#ff137c01, GradientType=0);
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 16px 0px;
}
footer li {
	list-style-type: none;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 4px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
footer a {
	text-decoration: underline;
}
table {
	width: 100%;
	max-width: 500px;
	margin: auto;
	height: auto;
}
td.lm {
	text-align: left;
	vertical-align: middle;
}
td.rm {
	text-align: right;
	vertical-align: middle;
}
td.cm {
	text-align: center;
	vertical-align: middle;
}
.t-style {
	max-width: 100%;
	height: auto;
}
.t-style02 {
	max-width: 100%;
	height: auto;
}
.tbl01 {
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: auto;
	max-width: 500px;
	font-size: 10px;
	font-weight: bold;
	height: auto;
}
.moji-style01 {
	font-size: 16px;
	color: #000066;
	text-align: left;
	font-weight: bold;
}
.moji-style01k {
	font-size: 22px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	margin:60px auto 10px;
}
.moji-style02 {
	font-size: 14px;
	color: #000000;
	text-align: left;
	font-weight: bold;
}
.moji-style02k {
	font-size: 14px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	margin:10px auto 60px;
}
.moji-style03 {
	font-size: 11px;
	color: #000066;
	text-align: right;
	font-weight: bold;
}
.style-a {
	margin: 0 10px;
}
.style-a2 {
	width: 96%;
	max-width: 960px;
	margin: 30px auto 0;
	text-align:center;
}
.mihon01 {
	height: 30px;
	width: 300px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
	font-size: 10px;
	color: #ff0000;
}
/*　キャンパスライフページのタグ　*/

#top-info {
	width: 100%;
	height: auto;
	max-width: 960px;
	margin: 0 auto;
	background-color: #ffffff;
}
#top-info9 {
	width: 100%;
	height: auto;
	max-width: 960px;
	margin: 30px auto;
	background-color: #ffffff;
}
#contents01 {
	width: 96%;
	max-width: 960px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 10px;
}
#contents01 #sec01p{
	width: 96%;
	max-width: 560px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 10px;
}
#contents01 a {
	color: #ffffff;
}
#contents02 {
	width: 96%;
	max-width: 960px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 10px;
}
#contents03 {
	width: 96%;
	max-width: 960px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 10px;
}
#contents02 a {
	color: #ffffff;
}
#contents03 a {
	color: #ffffff;
}
.sec-ph01 {
	margin-top: 10px;
	max-width: 465px;
	height: auto;
	background-color: #ffffff;
}
.sec-ph02 {
	margin-top: 10px;
	max-width: 465px;
	height: auto;
	background-color: #ffffff;
}
.sec-ph01a {
	margin-top: 10px;
	max-width: 465px;
	height: auto;
	background-color: #ffffff;
}
.sec-ph02a {
	margin-top: 10px;
	max-width: 465px;
	height: auto;
	background-color: #ffffff;
}
#sec01 .sec-ph01a img {
	max-width: 100%;
	height: auto;
}
#sec01 .sec-ph02a img {
	max-width: 100%;
	height: auto;
}
#sec01 .sec-ph01 img {
	max-width: 100%;
	height: auto;
}
#sec01 .sec-ph02 img {
	max-width: 100%;
	height: auto;
}
#sec02 .sec-ph01 img {
	max-width: 100%;
	height: auto;
}
#sec02 .sec-ph02 img {
	max-width: 100%;
	height: auto;
}
#sec02 .sec-ph01a img {
	max-width: 100%;
	height: auto;
}
#sec02 .sec-ph02a img {
	max-width: 100%;
	height: auto;
}
#sec03 .sec-ph01 img {
	max-width: 100%;
	height: auto;
}
#sec03 .sec-ph02 img {
	max-width: 100%;
	height: auto;
}
#sec03 .sec-ph01a img {
	max-width: 100%;
	height: auto;
}
#sec03 .sec-ph02a img {
	max-width: 100%;
	height: auto;
}
/*修正前*/
.sec-ph01 .title-gren01 img {
	max-width: 100%;
	height: auto;
}
.sec-ph01a .title-gren01 img {
	max-width: 100%;
	height: auto;
}
.sec-ph01 .title-white01 img {
	text-align: left;
	margin-left: 10px;
	max-width: 100%;
	height: auto;
	background-color: white;
}
.sec-ph01a .title-white01 {
	text-align: left;
	margin-left: 10px;
	max-width: 100%;
	height: auto;
	background-color: white;
}
.title-white01 {
	text-align: left;
	margin-left: 10px;
	max-width: 100%;
	height: auto;
	background-color: white;
}
.space01 {
	margin-bottom: 8px;
}
.space02 {
	margin-top: 8px;
}
/*修正前*/

.sec-ph02 .title-gren01 img {
	max-width: 100%;
	height: auto;
}
.sec-ph02a .title-gren01 img {
	max-width: 100%;
	height: auto;
}
.sec-ph02 .title-white01 {
	text-align: left;
	margin-left: 10px;
	max-width: 100%;
	height: auto;
	background-color: white;
}
.sec-ph02a .title-white01 {
	text-align: left;
	margin-left: 10px;
	max-width: 100%;
	height: auto;
	background-color: white;
}
/*　キャンパスラ]イフページのタグ終わり　*/

.slicknav_menu {
	display: none;
}

/*お問い合わせCSS*/

#formWrap {
	margin: 0 auto;
	max-width: 596px;
	width: 100%;
	height: auto;
	margin-bottom: auto;
	color: #555;
	line-height: 120%;
	font-size: 12px;
}
#formWrap table.formTable {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
#formWrap table.formTable td, table.formTable th {
	border: 1px solid #ccc;
	padding: 10px;
}
#formWrap table.formTable th {
	width: 38%;
	font-weight: normal;
	background: #cde6e9;
	text-align: left;
}
#si01k {
	width: 590px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
#si01 {
	margin: 0 auto;
	max-width: 590px;
	padding-bottom: 0px;
	width: 100%;
	height: auto;
}
#si01 p {
	font-size: 12px;
	text-align: left;
}
#si02 {
	margin: 20px auto 0;
	max-width: 590px;
	width: 100%;
	height: auto;
}
#mainInner7 #si02y {
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	margin-top: 40px;
}
#si02 .check01 {
	margin: 0 auto;
	width: 100%;
	max-width: 560px;
	height: auto;
}
#si02 .check01 .spc9 {
	margin-left: auto;
	margin-right: auto;
	width: 120px;
	height: auto;
	margin-top: 10px;
}
.font-s01 {
	font-size: 12px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.font-s02 {
	color: #ff0000;
	font-size: 12px;
	margin-top: 5px;
}
.moji_01 {
	color: #ff0000;
}

/*お問い合わせCSSおわり*/



@media only screen and (max-width: 767px) {
.pc, .tablet {
	display: none;
}
.js #menu {
	display: none;
}
.js .slicknav_menu {
	display: block;
}
aside img {
	width: 150px;
	height: auto;
}
#photo img {
	max-width: 767px;
	width: 100%;
	margin: 0 auto;
	height: auto;
}
#photo01 img {
	max-width: 767px;
	width: 100%;
	margin: 0 auto;
	height: 10px;
}
#main-gnavi nav ul {
	max-width: 767px;
	width: 100%;
	margin: 0px auto;
	height: auto;
}
#main-gnavi nav img {
	max-width: 767px;
	height: auto;
}
/*大学案内*/
#sec01 .sec-ph01a {
	max-width: 370px;
	height: 155px;
}
#sec01 .sec-ph02a {
	max-width: 370px;
	height: 155px
}
#sec02 .sec-ph01 {
	max-width: 370px;
	height: 155px
}
#sec02 .sec-ph02 {
	max-width: 370px;
	height: 155px
}
/*修正付け加え*/
/*修正*/
.sec-ph01 .title-gren01 img {
	max-width: 370px;
	height: 155px
}
.sec-ph01a .title-gren01 img {
	max-width: 370px;
	height: 155px
}
.sec-ph01 .title-white01 img {
	text-align: left;
	margin-left: 10px;
	max-width: 370px;
	height: 155px;
	background-color: white;
}
.sec-ph01a .title-white01 {
	text-align: left;
	margin-left: 10px;
	max-width: 370px;
	height: auto;
	background-color: white;
}
.title-white01 {
	text-align: left;
	margin-left: 0;
	max-width: 370px;
	height: auto;
	background-color: white;
}
.sec-ph02 .title-gren01 img {
	max-width: 370px;
	height: 155px
}
.sec-ph02a .title-gren01 img {
	max-width: 370px;
	height: 155px
}
.sec-ph02 .title-white01 {
	text-align: left;
	margin-left: 10px;
	max-width: 370px;
	height: auto;
	background-color: white;
}
.sec-ph02a .title-white01 {
	text-align: left;
	margin-left: 10px;
	max-width: 370px;
	height: auto;
	background-color: white;
}
/*修正付け加え*/
#sec03 .sec-ph01 {
	max-width: 370px;
	height: 155px
}
#sec03 .sec-ph02 {
	max-width: 370px;
	height: 155px
}
/*キャンパスライフ*/
#sec01 .sec-ph01 {
	max-width: 370px;
	height: 190px
}
#sec01 .sec-ph02 {
	max-width: 370px;
	height: 190px
}
#sec02 .sec-ph01a {
	max-width: 370px;
	height: 190px
}
#sec02 .sec-ph02a {
	max-width: 370px;
	height: 190px
}
#sec03 .sec-ph01a {
	max-width: 370px;
	height: 190px
}
#sec03 .sec-ph02a {
	max-width: 370px;
	height: 190px
}
/*キャンパスライフ*/
.cf1::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
}

@media only screen and (min-width: 768px) {
.smart, .pc {
	display: none;
}
#photo img {
	max-width: 959px;
	width: 100%;
	margin: 0 auto;
	height: auto;
}
#photo01 img {
	max-width: 959px;
	width: 100%;
	margin: 0 auto;
	height: 10px;
}
#main-gnavi {
	position: relative;
}
#main-gnavi nav ul {
	position: absolute;
	top: 0px;
	width: 100%;
}
#main-gnavi nav ul li {
	float: left;
	width: 19%;
	margin-right: 1%;
	text-align: center;
	padding-left: 0px;
	box-shadow: 2px 2px 3px #cccccc;
}
#main-gnavi nav ul li a {
	background: none;
	padding-left: 0px;
}
#main-gnavi nav ul .inquiry {
	width: 20%;
}
#main-gnavi nav ul .recruit {
	margin-right: 0px;
}
#photo {
	padding-top: 60px;
}
#contents articlesection h1 {
	margin-top: 10px;
	padding-top: 10px;
}
/*大学案内*/
#sec01 .sec-ph01a {
	max-width: 350px;
	height: 200px;
	float: left;
}
#sec01 .sec-ph02a {
	max-width: 350px;
	height: 200px;
	float: right;
}
#sec02 .sec-ph01 {
	max-width: 350px;
	height: 200px;
	float: left;
}
#sec02 .sec-ph02 {
	max-width: 350px;
	height: 200px;
	float: right;
}
#sec03 .sec-ph01 {
	max-width: 350px;
	height: 200px;
	float: left;
}
#sec03 .sec-ph02 {
	max-width: 350px;
	height: 200px;
	float: right;
}
/*　キャンパスライフページのタグ　*/

.cf1::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*キャンパスライフ*/
#sec01 .sec-ph01 {
	max-width: 354px;
	height: 180px;
	float: left;
}
#sec01 .sec-ph02 {
	max-width: 354px;
	height: 180px;
	float: right;
}
#sec02 .sec-ph01a {
	max-width: 354px;
	height: 180px;
	float: left;
}
#sec02 .sec-ph02a {
	max-width: 354px;
	height: 180px;
	float: right;
}
#sec03 .sec-ph01a {
	max-width: 354px;
	height: 180px;
	float: left;
}
#sec03 .sec-ph02a {
	max-width: 354px;
	height: 180px;
	float: right;
}
/*　キャンパスライフページのタグ　*/
.sec-ph01 .title-gren01 img {
	max-width: 354px;
	height: 200px
}
.sec-ph01a .title-gren01 img {
	max-width: 354px;
	height: 200px
}
.sec-ph01 .title-white01 img {
	text-align: left;
	margin-left: 10px;
	max-width: 354px;
	height: 200px;
	background-color: white;
}
.sec-ph01a .title-white01 {
	text-align: left;
	margin-left: 10px;
	max-width: 354px;
	height: auto;
	background-color: white;
}
.title-white01 {
	text-align: left;
	margin-left: 0;
	max-width: 354px;
	height: auto;
	background-color: white;
}
.sec-ph02 .title-gren01 img {
	max-width: 354px;
	height: 200px
}
.sec-ph02a .title-gren01 img {
	max-width: 354px;
	height: 200px
}
.sec-ph02 .title-white01 {
	text-align: left;
	margin-left: 10px;
	max-width: 354px;
	height: auto;
	background-color: white;
}
.sec-ph02a .title-white01 {
	text-align: left;
	margin-left: 10px;
	max-width: 354px;
	height: auto;
	background-color: white;
}
}

@media only screen and (min-width: 960px) {
.pc {
	display: block;
}
#photo img {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	height: auto;
}
#photo01 img {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	height: 10px;
}
#outside {
	width: 213px;
	float: right;
	padding-top: 16px;
}
article {
	float: right;
	margin-right: 23px;
	max-width: 500px;
}
#clg_bnr {
	float: left;
	width: 201px;
}
/*大学案内*/
#sec01 .sec-ph01a {
	max-width: 457px;
	height: 200px;
	float: left;
}
#sec01 .sec-ph02a {
	max-width: 457px;
	height: 200px;
	float: right;
}
#sec02 .sec-ph01 {
	max-width: 457px;
	height: 200px;
	float: left;
}
#sec02 .sec-ph02 {
	max-width: 457px;
	height: 200px;
	float: right;
}
#sec03 .sec-ph01 {
	max-width: 457px;
	height: 200px;
	float: left;
}
#sec03 .sec-ph02 {
	max-width: 457px;
	height: 200px;
	float: right;
}
/*キャンパスライフ*/
#sec01 .sec-ph01 {
	max-width: 460px;
	height: 235px;
	float: left;
}
#sec01 .sec-ph02 {
	max-width: 460px;
	height: 235px;
	float: right;
}
#sec02 .sec-ph01a {
	max-width: 460px;
	height: 235px;
	float: left;
}
#sec02 .sec-ph02a {
	max-width: 460px;
	height: 235px;
	float: right;
}
#sec03 .sec-ph01a {
	max-width: 460px;
	height: 235px;
	float: left;
}
#sec03 .sec-ph02a {
	max-width: 460px;
	height: 235px;
	float: right;
}
.sec-ph01 .title-gren01 img {
	max-width: 457px;
	height: 200px;
}
.sec-ph01a .title-gren01 img {
	max-width: 457px;
	height: 200px
}
.sec-ph01 .title-white01 img {
	text-align: left;
	margin-left: 10px;
	max-width: 457px;
	height: 200px;
	background-color: white;
}
.sec-ph01a .title-white01 {
	text-align: left;
	margin-left: 10px;
	max-width: 457px;
	height: auto;
	background-color: white;
}
.title-white01 {
	text-align: left;
	margin-left: 0;
	max-width: 457px;
	height: auto;
	background-color: white;
}
.sec-ph02 .title-gren01 img {
	max-width: 457px;
	height: 200px
}
.sec-ph02a .title-gren01 img {
	max-width: 457px;
	height: 200px
}
.sec-ph02 .title-white01 {
	text-align: left;
	margin-left: 10px;
	max-width: 457px;
	height: auto;
	background-color: white;
}
.sec-ph02a .title-white01 {
	text-align: left;
	margin-left: 10px;
	max-width: 457px;
	height: auto;
	background-color: white;
}
/*　キャンパスライフページのタグ　*/
cf1::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
footer {
	/*background-image: -moz-linear-gradient(50% 0% -90deg, rgb(46,152,28) 0%, rgb(19,124,1) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(46,152,28)), color-stop(1, rgb(19,124,1)));
	background-image: -webkit-linear-gradient(-90deg, rgb(46,152,28) 0%, rgb(19,124,1) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(46,152,28) 0%, rgb(19,124,1) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(46,152,28) 0%, rgb(19,124,1) 100%);*/
	
	
	
	background-image: linear-gradient(180deg, #4682b4 0%, #000066 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2e981c,endColorstr=#ff137c01,GradientType=0)";
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2e981c, endColorstr=#ff137c01, GradientType=0);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	padding: 6px 0px;
	margin-top: 10px;
	clear: both;
	height: auto;
	overflow: hidden;
}
footer div {
	max-width: 960px;
	margin: 0px auto;
	height:auto;
}
footer p {
	background: none;
	float: right;
	margin: 0px;
	padding: 16px 0px;
}
footer ul {
	float: left;
	margin: 0px;
}
footer li {
	width: auto;
	float: left;
	margin-top: 0px 0px 0px 8px;
	list-style-type: none;
}
footer a {
	color: #ffffff;
}
.ft01 ul {
	float: left;
	overflow: hidden;
}
.ft01 p {
	float: right;
}
.ft02 p {
	float: left;
}
.ft02 {
	margin-top: 25px;
	color: #fff;
	font-size: 12px;
}
footer .nk01 {
	max-width: 960px;
	margin-top: 60px;
	text-align: left;
}
}
/*印刷用CSS*/
@media print {
/* CSS Document */

/*    共通CSS         */






* {
	margin: 0px;
	padding: 0px;
}


#outside,#tel,.nk01,.site01 {
	display: none;
}
.js #menu {
	display: block;
}
.slicknav_menu {
	display: none;
}
/*HTML5非対応ブラウザで新要素がblock要素の様に配置される指定です。　*/
section, article, aside, hgroup, header, footer, nav, figure {
	display: block;
}
html {
	font-family: Verdana, Geneva, sans-serif;
	font-size : 100%;
	line-height: 1.5;
	background : #ffffff/*url(../images/960_grid_12_col.png) repeat-y top center*/;
}
body {
	font-size: 16px;
	line-height: 150%;
	background-color: #ffffff;
}
/* @group Heading */

h1, h2, h3, h4, h5, h6 {
	margin-bottom : 24px
}
h1 {
	font-size : 48px;
	line-height : 1
} /* 48px */
h2 {
	font-size : 36px;
	line-height : 1.3333
} /* 48px */
h3 {
	font-size : 24px;
	line-height : 1
} /* 24px */
hgroup h2, h4, h5, h6 {
	font-size : 16px; /* 16px */
	line-height : 1.5
} /* 24px */
/* @end */

/*  @group reset */

/* すべての要素を余白0pxに設定しています。*/
* {
	margin: 0px;
	padding: 0px;
}
/* テキストリンクの下線を「なし」に設定しています。*/
a {
	text-decoration: none;
}
/* 画像リンクのボーダーを「なし」に設定しています。*/
a img {
	border-style: none;
}
ul, ol {
	list-style: none;
}
img {
	vertical-align: middle;
}
/*  @end  */


/* クリアフィックスの記述です。*/
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
img {
	max-width: 100%;
}




#photo ul li {
	list-style-type: none;
}
#photo img {
	/*max-width:100%;
	height:auto;*/
	max-width: 100%;
	height: auto;
}
#photo01 ul li {
	list-style-type: none;
}
#photo01 img {
	/*max-width:100%;
	height:auto;*/
	max-width: 100%;
	height: auto;
}
header {
	height: 92px;
	/*background-image: -moz-linear-gradient(50% 0% -90deg, rgb(205,230,185) 0%, rgb(235,241,189) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(205,230,185)), color-stop(1, rgb(235,241,189)));
	background-image: -webkit-linear-gradient(-90deg, rgb(205,230,185) 0%, rgb(235,241,189) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(205,230,185) 0%, rgb(235,241,189) 100%);
	background-image: -ms-linear-gradient(-90deg, #4682b4 0%, #000066 100%);*/
	background-image: linear-gradient(180deg, #4682b4 0%, #000066 100%);
	-moz-box-shadow: 0px 2px 3px rgb(51,51,51);
	-webkit-box-shadow: 0px 2px 3px rgb(51,51,51);
	box-shadow: 0px 2px 3px rgb(51,51,51);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#ff333333,Positive=true)progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffcde6b9,endColorstr=#ffebf1bd,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#ff333333, Positive=true) progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffcde6b9, endColorstr=#ffebf1bd, GradientType=0);
}
header div {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
	padding-top: 25px;
}
header h1 {
	margin: 0 10px;
	width: 96%;
	max-width: 960px;
	float: left;
}
header p {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 90px;
	/*background-image: -moz-linear-gradient(50% 0% -90deg, rgb(46,152,28) 0%, rgb(19,124,1) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(46,152,28)), color-stop(1, rgb(19,124,1)));
	background-image: -webkit-linear-gradient(-90deg, rgb(46,152,28) 0%, rgb(19,124,1) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(46,152,28) 0%, rgb(19,124,1) 100%);*/
	background-image: linear-gradient(180deg, rgb(46,152,28) 0%, rgb(19,124,1) 100%);
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: 12px;
	text-shadow: -1px -1px 3px rgb(51,51,51);
	float: right;
	height: 24px;
	margin-top: 3px;
	padding-top: 12px;
	text-align: center;
	line-height: 100%;
}
#main-gnavi {
	width: 96%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#photo {
	margin-top: 18px;
	overflow: hidden;
}
#photo01 {
	margin-top: 18px;
	overflow: hidden;
}
#main-gnavi nav ul li {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/*background-image: -moz-linear-gradient(50% 0% -90deg, rgb(46,152,28) 0%, rgb(19,124,1) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(46,152,28)), color-stop(1, rgb(19,124,1)));
	background-image: -webkit-linear-gradient(-90deg, rgb(46,152,28) 0%, rgb(19,124,1) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(46,152,28) 0%, rgb(19,124,1) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(46,152,28) 0%, rgb(19,124,1) 100%);*/
	background-image: linear-gradient(180deg, #4682b4 0%, #000066 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2e981c,endColorstr=#ff137c01,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2e981c, endColorstr=#ff137c01, GradientType=0);
	list-style-type: none;
	margin-bottom: 4px;
}
#main-gnavi nav ul li a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	color: rgb(255,255,255);
	font-weight: bold;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 92% center;
	text-shadow: -1px -1px 3px #333;
}
#contents {
	width: 96%;
	max-width: 960px;
	margin: 0px auto;
}
#contents a {
	color: #ffffff;
}
article h1, article h2, h3 {
	line-height: 120%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-style: solid;
	border-color: #0000cc;
	padding: 6px;
	font-size: 14px;
	margin: 15px 0px 10px;
	color: #0033cc;
	/*background-image: -moz-linear-gradient(50% 0% -90deg, rgb(255,255,255) 0%, rgb(249,249,249) 60%, rgb(221,221,221) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(255,255,255)), color-stop(0.6, rgb(249,249,249)), color-stop(1, rgb(221,221,221)));
	background-image: -webkit-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(249,249,249) 60%, rgb(221,221,221) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(249,249,249) 60%, rgb(221,221,221) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(249,249,249) 60%, rgb(221,221,221) 100%);*/
	background-image: linear-gradient(180deg, rgb(255,255,255) 0%, rgb(249,249,249) 60%, rgb(221,221,221) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdddddd,GradientType=0)";
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffdddddd, GradientType=0);
}
aside li {
	list-style-type: none;
	float: left;
}
aside .bnr {
	float: left;
	margin-left: auto;
}
#tel {
	width: 96%;
	margin: 15px auto 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/*background-image: -moz-linear-gradient(50% 0% -90deg, rgb(255,173,0) 0%, rgb(255,92,0) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(255,173,0)), color-stop(1, rgb(255,92,0)));
	background-image: -webkit-linear-gradient(-90deg, rgb(255,173,0) 0%, rgb(255,92,0) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(255,173,0) 0%, rgb(255,92,0) 100%);*/
	background-image: linear-gradient(180deg, rgb(255,173,0) 0%, rgb(255,92,0) 100%);
}
#tel a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 45px;
	color: rgb(255,255,255);
	font-weight: bold;
	background-image: url(../images/tel.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	font-size: 30px;
}
footer {
	height: 56px;
}
footer p {
	text-align: center;
	/*background-image: -moz-linear-gradient(50% 0% -90deg, rgb(46,152,28) 0%, rgb(19,124,1) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgb(46,152,28)), color-stop(1, rgb(19,124,1)));
	background-image: -webkit-linear-gradient(-90deg, rgb(46,152,28) 0%, rgb(19,124,1) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(46,152,28) 0%, rgb(19,124,1) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(46,152,28) 0%, rgb(19,124,1) 100%);*/
	background-image: linear-gradient(180deg, #4682b4 0%, #000066 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2e981c,endColorstr=#ff137c01,GradientType=0)";
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2e981c, endColorstr=#ff137c01, GradientType=0);
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 16px 0px;
}
footer li {
	list-style-type: none;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 4px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
footer a {
	text-decoration: underline;
}
table {
	width: 100%;
	max-width: 500px;
	margin: auto;
	height: auto;
}
td.lm {
	text-align: left;
	vertical-align: middle;
}
td.rm {
	text-align: right;
	vertical-align: middle;
}
td.cm {
	text-align: center;
	vertical-align: middle;
}
.t-style {
	max-width: 100%;
	height: auto;
}
.t-style02 {
	max-width: 100%;
	height: auto;
}
.tbl01 {
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: auto;
	max-width: 500px;
	font-size: 10px;
	font-weight: bold;
	height: auto;
}
.moji-style01 {
	font-size: 16px;
	color: #000066;
	text-align: left;
	font-weight: bold;
}
.moji-style01k {
	font-size: 22px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	margin:60px auto 10px;
}
.moji-style02 {
	font-size: 14px;
	color: #000000;
	text-align: left;
	font-weight: bold;
}
.moji-style02k {
	font-size: 14px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	margin:10px auto 60px;
}
.moji-style03 {
	font-size: 11px;
	color: #000066;
	text-align: right;
	font-weight: bold;
}
.style-a {
	margin: 0 10px;
}
.style-a2 {
	width: 96%;
	max-width: 960px;
	margin: 30px auto 0;
	text-align:center;
}
.mihon01 {
	height: 30px;
	width: 300px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
	font-size: 10px;
	color: #ff0000;
}
/*　キャンパスライフページのタグ　*/

#top-info {
	width: 100%;
	height: auto;
	max-width: 960px;
	margin: 0 auto;
	background-color: #ffffff;
}
#top-info9 {
	width: 100%;
	height: auto;
	max-width: 960px;
	margin: 30px auto;
	background-color: #ffffff;
}
#contents01 {
	width: 96%;
	max-width: 960px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 10px;
}
#contents01 #sec01p{
	width: 96%;
	max-width: 560px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 10px;
}
#contents01 a {
	color: #ffffff;
}
#contents02 {
	width: 96%;
	max-width: 960px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 10px;
}
#contents03 {
	width: 96%;
	max-width: 960px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 10px;
}
#contents02 a {
	color: #ffffff;
}
#contents03 a {
	color: #ffffff;
}
.sec-ph01 {
	margin-top: 10px;
	max-width: 465px;
	height: auto;
	background-color: #ffffff;
}
.sec-ph02 {
	margin-top: 10px;
	max-width: 465px;
	height: auto;
	background-color: #ffffff;
}
.sec-ph01a {
	margin-top: 10px;
	max-width: 465px;
	height: auto;
	background-color: #ffffff;
}
.sec-ph02a {
	margin-top: 10px;
	max-width: 465px;
	height: auto;
	background-color: #ffffff;
}
#sec01 .sec-ph01a img {
	max-width: 100%;
	height: auto;
}
#sec01 .sec-ph02a img {
	max-width: 100%;
	height: auto;
}
#sec01 .sec-ph01 img {
	max-width: 100%;
	height: auto;
}
#sec01 .sec-ph02 img {
	max-width: 100%;
	height: auto;
}
#sec02 .sec-ph01 img {
	max-width: 100%;
	height: auto;
}
#sec02 .sec-ph02 img {
	max-width: 100%;
	height: auto;
}
#sec02 .sec-ph01a img {
	max-width: 100%;
	height: auto;
}
#sec02 .sec-ph02a img {
	max-width: 100%;
	height: auto;
}
#sec03 .sec-ph01 img {
	max-width: 100%;
	height: auto;
}
#sec03 .sec-ph02 img {
	max-width: 100%;
	height: auto;
}
#sec03 .sec-ph01a img {
	max-width: 100%;
	height: auto;
}
#sec03 .sec-ph02a img {
	max-width: 100%;
	height: auto;
}
/*修正前*/
.sec-ph01 .title-gren01 img {
	max-width: 100%;
	height: auto;
}
.sec-ph01a .title-gren01 img {
	max-width: 100%;
	height: auto;
}
.sec-ph01 .title-white01 img {
	text-align: left;
	margin-left: 10px;
	max-width: 100%;
	height: auto;
	background-color: white;
}
.sec-ph01a .title-white01 {
	text-align: left;
	margin-left: 10px;
	max-width: 100%;
	height: auto;
	background-color: white;
}
.title-white01 {
	text-align: left;
	margin-left: 10px;
	max-width: 100%;
	height: auto;
	background-color: white;
}
.space01 {
	margin-bottom: 8px;
}
.space02 {
	margin-top: 8px;
}
/*修正前*/

.sec-ph02 .title-gren01 img {
	max-width: 100%;
	height: auto;
}
.sec-ph02a .title-gren01 img {
	max-width: 100%;
	height: auto;
}
.sec-ph02 .title-white01 {
	text-align: left;
	margin-left: 10px;
	max-width: 100%;
	height: auto;
	background-color: white;
}
.sec-ph02a .title-white01 {
	text-align: left;
	margin-left: 10px;
	max-width: 100%;
	height: auto;
	background-color: white;
}
/*　キャンパスライフページのタグ終わり　*/



/*お問い合わせCSS*/

#formWrap {
	margin: 0 auto;
	max-width: 596px;
	width: 100%;
	height: auto;
	margin-bottom: auto;
	color: #555;
	line-height: 120%;
	font-size: 12px;
}
#formWrap table.formTable {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
#formWrap table.formTable td, table.formTable th {
	border: 1px solid #ccc;
	padding: 10px;
}
#formWrap table.formTable th {
	width: 38%;
	font-weight: normal;
	background: #cde6e9;
	text-align: left;
}
#si01k {
	width: 590px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
#si01 {
	margin: 0 auto;
	max-width: 590px;
	padding-bottom: 0px;
	width: 100%;
	height: auto;
}
#si01 p {
	font-size: 12px;
	text-align: left;
}
#si02 {
	margin: 20px auto 0;
	max-width: 590px;
	width: 100%;
	height: auto;
}
#mainInner7 #si02y {
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	margin-top: 40px;
}
#si02 .check01 {
	margin: 0 auto;
	width: 100%;
	max-width: 560px;
	height: auto;
}
#si02 .check01 .spc9 {
	margin-left: auto;
	margin-right: auto;
	width: 120px;
	height: auto;
	margin-top: 10px;
}
.font-s01 {
	font-size: 12px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.font-s02 {
	color: #ff0000;
	font-size: 12px;
	margin-top: 5px;
}
.moji_01 {
	color: #ff0000;
}

/*       end           */


/*お問い合わせCSSおわり*/


/*        css         */



#photo img {
	max-width: 959px;
	width: 100%;
	margin: 0 auto;
	height: auto;
}
#photo01 img {
	max-width: 959px;
	width: 100%;
	margin: 0 auto;
	height: 10px;
}
#main-gnavi {
	position: relative;
}
#main-gnavi nav ul {
	position: absolute;
	top: 0px;
	width: 100%;
}
#main-gnavi nav ul li {
	float: left;
	width: 19%;
	margin-right: 1%;
	text-align: center;
	padding-left: 0px;
	box-shadow: 2px 2px 3px #cccccc;
}
#main-gnavi nav ul li a {
	background: none;
	padding-left: 0px;
}
#main-gnavi nav ul .inquiry {
	width: 20%;
}
#main-gnavi nav ul .recruit {
	margin-right: 0px;
}
#photo {
	padding-top: 60px;
}
#contents articlesection h1 {
	margin-top: 10px;
	padding-top: 10px;
}
/*大学案内*/
#sec01 .sec-ph01a {
	max-width: 350px;
	height: 200px;
	float: left;
}
#sec01 .sec-ph02a {
	max-width: 350px;
	height: 200px;
	float: right;
}
#sec02 .sec-ph01 {
	max-width: 350px;
	height: 200px;
	float: left;
}
#sec02 .sec-ph02 {
	max-width: 350px;
	height: 200px;
	float: right;
}
#sec03 .sec-ph01 {
	max-width: 350px;
	height: 200px;
	float: left;
}
#sec03 .sec-ph02 {
	max-width: 350px;
	height: 200px;
	float: right;
}
/*　キャンパスライフページのタグ　*/

.cf1::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*キャンパスライフ*/
#sec01 .sec-ph01 {
	max-width: 354px;
	height: 180px;
	float: left;
}
#sec01 .sec-ph02 {
	max-width: 354px;
	height: 180px;
	float: right;
}
#sec02 .sec-ph01a {
	max-width: 354px;
	height: 180px;
	float: left;
}
#sec02 .sec-ph02a {
	max-width: 354px;
	height: 180px;
	float: right;
}
#sec03 .sec-ph01a {
	max-width: 354px;
	height: 180px;
	float: left;
}
#sec03 .sec-ph02a {
	max-width: 354px;
	height: 180px;
	float: right;
}
/*　キャンパスライフページのタグ　*/
.sec-ph01 .title-gren01 img {
	max-width: 354px;
	height: 200px
}
.sec-ph01a .title-gren01 img {
	max-width: 354px;
	height: 200px
}
.sec-ph01 .title-white01 img {
	text-align: left;
	margin-left: 10px;
	max-width: 354px;
	height: 200px;
	background-color: white;
}
.sec-ph01a .title-white01 {
	text-align: left;
	margin-left: 10px;
	max-width: 354px;
	height: auto;
	background-color: white;
}
.title-white01 {
	text-align: left;
	margin-left: 0;
	max-width: 354px;
	height: auto;
	background-color: white;
}
.sec-ph02 .title-gren01 img {
	max-width: 354px;
	height: 200px
}
.sec-ph02a .title-gren01 img {
	max-width: 354px;
	height: 200px
}
.sec-ph02 .title-white01 {
	text-align: left;
	margin-left: 10px;
	max-width: 354px;
	height: auto;
	background-color: white;
}
.sec-ph02a .title-white01 {
	text-align: left;
	margin-left: 10px;
	max-width: 354px;
	height: auto;
	background-color: white;
}


/*      end          */

}

