@charset "utf-8";
/* CSS Document */

body {
	/*background: url(../img/bg_header.png) no-repeat top center fixed ;*/
	color: #473d3d;
	font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
	font-size: 15.5px;
	line-height: 1.85em;
	margin:0px;
	padding:0px;
}

/*
-------------------*/
h3 {
	margin: 0px;
	padding: 0px;
}
img {
	border:0;
}
a:link {
	color: #3587c7;
	text-decoration:none;
}
a:visited {
	color: #3587c7;
}
a:hover {
	color: #3587c7;
	text-decoration:underline;
	opacity:0.9;
}
a:active {
	color: #999;
}
.clear {
	clear:both;
	height:0px;
}

/*ヘッダー
-------------------*/
.header {
	width: 100%;
	height: 520px;
	margin: 0 auto;
}
#title {
	width: 1000px;
	margin:0px auto;
	position:relative;
}
h1 {
	background: url(../img/title.png) no-repeat;
 text-indent:-9999px;
	width: 1000px;
	height: 300px;
	position:absolute;
	top: 170px;
}
.joqr_logo {
	background: url(../img/joqr_logo.png) no-repeat;
	width: 112px;
	height: 40px;
	text-indent:-9999px;
	position:absolute;
	top: 40px;
	right: 3%;
	display: block;
}

/*レイアウト
-------------------*/
#bg_fixed {
 z-index: -1;
	background-color: #fff;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#wrapper {
	width: 1000px;
	height:auto;
	min-height:680px;
	margin:0 auto 10px;
	padding:0;
	clear:both;
}
#contents {
	box-shadow:2px 4px 8px 0 rgba(0,0,0,0.2);
	background:rgba(255,255,255,0.8);
	width: 1000px;
	height:auto;
	min-height:680px;
	margin:0 ;
	padding:40px 0 40px;
}


/* article
--------------------------------*/
/* ブログ　article　*/

.article {
	border-top:#473d3d 2px solid;
	width: 860px;
 margin: 0 70px;
 padding: 35px 0;
}
.article:first-child {
	border-top: none;
 padding-top: 0 ;
}

.article h3.title {
 font-family: "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", Meiryo, "Times New Roman", serif;
	font-size: 2.65em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing:0.05em;
	line-height: 1.35em;
	margin:0 auto 40px;
}
.article h3.title span {
	font-size: 0.65em;
	font-weight:normal;
}

.articleText strong {
    font-weight: bold;
}


/* 共通　article　*/
.program {
	font-size:1.15em;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
 margin:20px 0;
}

.text {
	margin:0 auto;
}
.text img {
		margin:10px 0 20px;
}
.text a {
	color:#3587c7;
	letter-spacing:0.1em;
	position:relative;
}
.text a:hover {
	text-decoration:under-line;
}

.text h5 {
	background: url(../img/subtitle_interview.png) no-repeat top center;
	width:480px;
 height:50px;
	margin: 30px 0 15px;
	text-indent:-9999px;
}

.articleText a.timefree {
	position:relative;
	margin-left: 26px;
}
.articleText a.timefree.icon:before {
	content:" ";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../img/timefree.png) no-repeat;
	position: absolute;
	top: 12px;
	left: -26px;
	margin-top: -15px;
}
.articleText a.timefree:before {
	content:" ";
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -12px;
}


/*SNS*/
.snsTop {
	width: 1000px;
	height:30px;
	text-align: right;
	margin:0 auto 20px;
	display:block;
	position:relative;
	z-index:10;
}

/*トップへ戻る*/
#pageTop {
	background-image:url(../img/pagetop.png);
	width:26px;
	height:96px;
	text-indent:-9999px;
	position:fixed;
	bottom:80px;
	right:120px;
}
#footer {
	width: 1000px;
	color: #666666;
	font-family:Verdana, sans-serif;
 text-align: center;
	font-size: 0.9em;
	margin: 20px auto 50px;
}