
@charset "utf-8";

/*******************************************************************************
 *
 *  Web Site  : https://www.ritsumei.ac.jp/ir/special/
 *  Modified  : 2014.7.26
 *  lastUpdate  : 2014.7.31
 *  File         :  layout.css
 *  Description : 国際関係学部　スペシャルサイト　基本レイアウト用CSS
 *
 *******************************************************************************/

/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
a{
	text-decoration:none;
}
table {
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
	list-style: none;
	margin:0;
	padding:0;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	margin:0;
	padding:0;
	color:#000;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border: 0;
}

/* Common CSS
 * --------------------------------------- */
body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #000;
	color: rgba(0,0,0,0.5);
	line-height: 1.2;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	display:none;
}
h2{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 auto;
	padding-bottom: 0.5em;
}
h3{
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 auto;
	padding-bottom: 0.5em;
}
h4{
	font-size: 2em;
}
p{
	font-size: 1em;
	color: #000;
}


.section .link{
	margin-top: 12px!important;
	text-align:left;
	font-size: 0.9em;
}
.section .link-second{
	margin-top: 0px!important;
}
.section .link a{
	color: #cc0000;
	background: url(/ir/special/assets/img/link.png) no-repeat 0% 50%;
	background: url(/ir/special/assets/img/link-small.png) no-repeat 0% 50%\9; /* IE8 */
	background-size: 20px;
	padding:2px 0 10px 25px;
	background-position: 0 0;
	display: block;
	line-height: 1.2;
}
.section .link a:hover{
	color: #FF0000;
}
.section .link span{
	color: #000000!important;
}



.intro {

}
.intro p{
	margin: 0 auto;
	font-size: 1em;
}
.section{
	text-align:center;
}
.section p{
	font-size: 1em;
	line-height: 1.5;
	margin: 0 auto;
	text-align: left;
	width: 55%;
}

.section .top{
	margin-top: -30%;
}
.section .bottom{
	bottom: 0px;
	position: absolute;
}
.section .right{
	right: 0px;
	position: absolute;
}
.section .left{
	left: 0px;
	position: absolute;
}
.section .intro .image-box img.sp {
	display: none;
}
.section .intro .image-box img.pc {
	display: inline-block;
}
h2 img.sp {
	display: inline-block;
	}
h2 img.sp {
	display: none;
	}
.section .link-sp {
	display: none;
}




/* Sections
* --------------------------------------- */
/* Sections0 */
#section0 .intro{
	}
#section0 img.rogo{
	position: absolute;
	top: 10px;
	right: 10px;
	margin-top: 0;
	}


/* Section */
.section .cover h2 img {
	width: 33%;
	}
.section .cover h3 {
	font-weight: bold;
}

.section .intro{
	position: relative;
	display: table;
	}
.section .intro h2{
	text-align: left;
	color: #f33;
	font-size: 1.6em;
	margin-left: 15%;
	width:62%;
	}


.section .intro h2 span{
	display: block;
	font-size: 0.6em;
	margin-top: 10px;

	}
.section .intro .image-box{
	width: 50%;
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	}
.section .intro .article-box{
	display: table-cell;
	text-align: center;
	vertical-align: middle;

}
.section .intro .article-box p{
	font-size: 1em;
	width:62%;
	margin-left: 15%;
	}
.section .intro .article-box .link{
	width:62%;
	margin-left: 15%;
	}
.section .intro .image-box img.pc {
	width:85%;
	}


.section .intro .sp-br {display: none;}



/* Sections5 */
#section5 {
	background-image: url("/ir/special/assets/img/bg-5.jpg");
	background-size: cover;
}

#section5 img {
	margin: 20px 0 0;
	width: 55%;
}
#section5 .intro .link{
	margin-left:23%;
}

/* Sections6 */
#section6 {
	background-image: url("/ir/special/assets/img/bg-6-pc.gif");
	background-size: cover;
}
#section6 .intro .link{
	margin-left:23%;
}





@media screen and (max-width: 1021px) {
/* 1024pxまでの幅の場合に適応される */
/* Section */
.section .cover h2 img {
	width: 50%;
	}

.section .intro{
	display: block;
	text-align: center;
	}
.section .intro h2{
	text-align: center;
	color: #f33;
	font-size: 1.6em;
	line-height: 1.3;
	margin: 0;
	padding-bottom: 0.5em;
	width:100%;
	}
.section .intro .image-box{
	display: block;
	text-align: center;
	width:100%;
	}
.section .intro .article-box{
	width:50%;
	margin-left: 25%;
	display: block;
	padding: 0;
}
.section .intro .article-box p{
	width:100%;
	margin-left: 0;
}
.section .intro .article-box .link{
	width:100%;
	margin-left: 0;
	}
.section .intro .image-box img.pc{
	width: 60%;
	margin-top: 19px;
	margin-bottom: 19px;
	}
.section .intro .notebook-br {display: inline; line-height: 1.2;}

}
@media screen and (max-width: 810px) {
/* 810pxまでの幅の場合に適応される タブレット縦表示*/
/* navi */
/*
#navi_btn-inside{
	padding: 12px 0px 12px 40px;
	text-indent: -9999px;
}
*/
/* Cover */

/* section */
.section .intro .image-box img.pc{
	width: 76%;
}
.section .intro .article-box{
	width:76%;
	margin-left: 12%;
}
/* Sections0 */
#section0 h2 img.pc {
width: 66%;
}
#section0 img.rogo{
	position: absolute;
	top: 10px;
	right: 10px;
	margin-top: 0;
}
}

@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される スマホとiPhone5*/
/* common */
.section .intro .sp-br {display: inline; line-height: 1.2;}
.section .link{
font-size: 0.79em;
}
.section .link a{
background-size: 16px;
padding:1px 0 10px 20px;
background-position: 0 0;
}
#fullpage .section h2{
font-size: 0.9em;
font-weight: bold;
line-height: 1.2;
padding-bottom: 0.5em;

}
#fullpage .section h3{
font-size: 1.1em;
line-height: 1.2;
margin: 0 auto;
padding-bottom: 0.8em;

}
#fullpage p {
font-size: 0.85em;
line-height: 1.6;
margin: 0 auto;
text-align: left;
}
.fp-controlArrow.fp-prev {
border-width: 28.5px 28px 28.5px 0;
left: 5px;
}
.fp-controlArrow.fp-next {
border-width: 28.5px 0 28.5px 28px;
right: 5px;
}
/* section0 */
#section0 img.rogo {
margin-top: 0;
position: absolute;
right: 10px;
top: 10px;
width: 20%;
}
#section0 h2 img.pc {
display: none;
}
#section0 h2 img.sp {
display: inline-block;
width: 113px;
margin-top: 20px;
}

/* Section */
.section .cover h2 img {
	width: 66%;
	margin-top: 33px;
}
.section .intro h2{
margin: 0;
padding-bottom: 0.5em;
text-align: center;
}
.section .intro .image-box img.pc {
margin: 0px 0 20px 0;
width: 66%;
}
.section .intro .article-box{
width: 74%;
margin-left: 13%;
}
/* section4 */
#section4.section .slide .image-box img.pc {
	width: 60%;
	margin-top: 0px;
}
}
@media screen and (max-width: 320px) {
/* 320pxまでの幅の場合に適応される iPhone4-5*/

/* section */
.section .intro p {
	font-size: 0.79em;
	line-height:1.4;
}
.section .link{
	font-size: 0.79em;
}

.section .intro .article-box {
	display: table-header-group;
	text-align: center;
}
.section .intro .image-box img.pc {
	display: none;
}
.section .intro .image-box img.sp {
	display: inline-block;
	width: 78%;
	margin-bottom: 0px;
	margin-top: 8px;
}

.section .slide-child .fp-tableCell {
	vertical-align:top;
}
.section .intro {
	display: table;
	width: 100%;
	margin-top:20px;
}
.section .intro .image-box {
	display: table-footer-group;
	text-align: center;
}
.section .intro .article-box h2 {
	width: 74%;
	margin-left: 13%;
}
.section .intro .article-box p {
	width: 74%;
	margin-left: 13%;
	font-size: 0.79em;
	line-height:1.4;
}
.section .intro .article-box .link {
	width: 74%;
	margin-left: 13%;
}
/* section1 */
#section1.section .slide .image-box img.sp {
	width: 100%;
}
.section .slide1-1 .image-box img.sp {
	margin-top: 8px;
}
.section .slide1-2 .image-box img.sp {
	margin-top: 78px;
}
.section .slide1-3 .image-box img.sp {
	margin-top: 78px;
}
.section .slide1-4 .image-box img.sp {
	margin-top: 38px;
}
/* section2 */
.section .slide2-1 .image-box img.sp {
	margin-top: 40px;
}
.section .slide2-2 .image-box img.sp {
	margin-top: 40px;
	width: 100%;
}
.section .slide2-3 .image-box img.sp {
	margin-top: 20px;
	width: 74%;
}
.section .slide2-4 .image-box img.sp {
	margin-top: 20px;
	width: 74%;
}
.section .slide2-5 .image-box img.sp {
	margin-top: 20px;
	width: 74%;
}
/* section3 */
#section3.section .slide .image-box img.sp {
	width: 100%;
	margin-top: 0px;
}
#section3.section .slide3-3 .image-box img.sp {
	margin-top: 20px;
}
/* section4 */
#section4.section .slide-child .fp-tableCell {
	vertical-align:middle;
}
#section4.section .intro {
	margin-top:0px;
}
#section4.section .intro .article-box p{
	color:#fff
}
#section4 .slide4-1 {
background-image: url("/ir/special/assets/img/timeline/img-4-1-sp.jpg");
background-size: cover;
background-position: top center;
}
#section4 .slide4-2 {
background-image: url("/ir/special/assets/img/timeline/img-4-2-sp.jpg");
background-size: cover;
background-position: bottom center;
}
#section4 .slide4-1 .link a{
	color: #4FD0EF;
	background: url(/ir/special/assets/img/link-wht.png) no-repeat 0% 50%;
	background: url(/ir/special/assets/img/link-wht-small.png) no-repeat 0% 50%\9; /* IE8 */
	background-size: 16px;
	padding:1px 0 10px 20px;
	background-position: 0 0;
}
.section .link a:hover{
	color: #FF0000;
}
.section .link span{
	color: #000000!important;
}
}

@media screen and (max-width: 320px) and (max-height:440px) {
/* 幅320pxまで、高さ480pxまでの場合に適応される iPhone4*/
.section .link-pc {
	display: none;
}
.section .link-sp {
	display: inline-block;
	font-size: 0.7em;
}
/* section1 */
#section1.section .slide .image-box img.sp {
	width: 100%;
}
.section .slide1-1 .image-box img.sp {
	margin-top: 3px;
}
.section .slide1-2 .image-box img.sp {
	margin-top: 58px;
}
.section .slide1-3 .image-box img.sp {
	margin-top: 58px;
}
.section .slide1-4 .image-box img.sp {
	margin-top: 18px;
}
/* section2 */
.section .slide2-1 .image-box img.sp  {
	margin-top: 8px;
}
.section .slide2-2 .image-box img.sp {
	margin-top: 8px;
	width: 80%;
}
.section .slide2-3 .image-box img.sp {
	margin-top: 14px;
	width: 74%;
}
.section .slide2-4 .image-box img.sp {
	margin-top: 14px;
	width: 74%;
}
.section .slide2-5 .image-box img.sp {
	margin-top: 14px;
	width: 74%;
}
/* section3 */
/* section4 */


}



