@charset "utf-8";

/* ===========================================
 * 京都国際学生映画祭
 * -------------------------------------------
 * Common Style
 * -------------------------------------------
 * 2015.02.13
=========================================== */


/* General
=========================================== */
body {color: #FFF; background:#1d1d1d; min-width:1020px;}
strong {font-weight: bold;}

a:link{color:#FFF; text-decoration:underline;}
a:visited{color:#FFF; text-decoration:underline;}
a:hover{color:#FFF; text-decoration:none;}
a:active{color:#FFF; text-decoration:none;}


/* Clear
=========================================== */
.clear {
display: block;
clear: both;
visibility: hidden;
height: 0;
font-size: 1px;
line-height: 1px;
}
.addclear {
display: block;
clear: both;
}
/* clearfix */
/* For modern browsers */
.cf:before,
.cf:after {
content:"";
display:table;
}
.cf:after {
clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
zoom:1;
}


/* Layout
=========================================== */
#wrapper{
	overflow:hidden;
	width:1000px;
	margin:0 auto;
	font-size:100%;
	line-height:1.7;
}
#wrapper #side{
	float:left;
	width:210px;
}


/* Common
=========================================== */
.o_alpha:hover{
filter:alpha(opacity=70);
opacity:0.7;
-moz-opacity:0.7;
-moz-transition: all 0.16s ease-in;
-ms-transition: all 0.16s ease-in;
-o-transition: all 0.16s ease-in;
-webkit-transition: all 0.16s ease-in;
}


/* Header
=========================================== */
#header{}
#header #h1Logo{
	padding:30px 0;
}

/* Global Navigation
=========================================== */
#globalNavi{}
#globalNavi ul{
	overflow:hidden;
}
#globalNavi li{
	margin:14px 0 0 0;
}
#globalNavi li a{
	display:block;
	border-left:solid 1px #383838;
	text-decoration:none;
}
#globalNavi li.bnr a{
	border-left:none;
}
#globalNavi li.bnr a:hover{
	border-left:none;
}
#globalNavi li a:hover{
	border-left:solid 1px #f29417;
}
#globalNavi li a .en,
#globalNavi li a .jp{
	padding:0 0 0 15px;
}
#globalNavi li a .en{
	color:#f29417;
	font-size:14px;
}
#globalNavi li a .jp{}
#globalNavi li.btnImg01,
#globalNavi li.btnImg02{
	margin:40px 0 0;
	line-height:1;
	font-size:0;
}
#globalNavi li.btnImg02{
	margin:10px 0 0;
}
#globalNavi li.btnImg01 a,
#globalNavi li.btnImg02 a{
	border-left:none;
}
/* -------------------- */
#btnSns{
	overflow:hidden;
	padding:20px 0 0 0;
}
#btnSns p{
	float:left;
	padding:10px 0 0 0;
}
#btnSns p.blog{
	padding:0 0 0 20px;
	float:left;
}

/* Main
=========================================== */
#main{
	float:right;
	width:760px;
}

/* 共通見出し01 */
#main .cmnTit01{
	padding:50px 0 60px;
}
/* 共通見出し02 */
#main .cmnTit02{
	padding:0;
	line-height:1;
	font-size:0;
}


/* Bread Crumbs
=========================================== */
#bread{
	width:100%;
	padding:15px 0;
	border-top:solid 1px #3c3c3b;
	font-size:12px;
}
#bread ol{
	overflow:hidden;
	width:760px;
	margin:0 auto;
	padding:0 0 0 240px;
	line-height:1.2;
}
#bread li{
	float:left;
}
#bread li.home a{
	font-weight:bold;
}


/* Footer
=========================================== */
#footer{
	position:relative;
	clear:both;
	overflow:hidden;
	height:150px;
	width:100%;
	background:#222222;
}
#ftBtn01{
	position:absolute;
	top:35px;
	left:50%;
	margin-left:-260px;
}
#ftBtn02{
	position:absolute;
	top:35px;
	left:50%;
	margin-left:130px;
}
#boxCopyright{
	position:absolute;
	top:115px;
	left:50%;
	margin-left:-260px;
	font-size:11px;
	line-height:1.1;
}
#boxCopyright #host{
	padding-right:20px;
}


/* pageTop
=========================================== */

#pageTop{
	position: fixed;
	left:50%;
	bottom: 120px;
	margin-left:510px;
}


/* JS 
=========================================== */

#spLinkBlockInPc a{
	display:block;
	margin:20px 0 0 0;
	padding:15px 0;
	text-align:center;
	border:dotted 1px #3c3c3b;
}
