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


/*  RESET   各ブラウザのデフォルト要素をリセット  
------------------------------------------------------------ */
body {
	margin: 0;
	padding: 0;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
/*html {
	overflow-y: scroll;
}*/
h1, h2, h3, h4, h5, h6, p, caption, th, td, address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
ol, ul {
	list-style: none;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img, object, embed {
	vertical-align: top;
}
/*table {
	border-collapse: collapse;
	border-spacing: 0;
}*/
caption, th {
	text-align: left;
}

/* clearFix clear  回り込みの解除 
------------------------------------------------------------ */
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear {
	clear:both;
}





/*	フォント
------------------------------------------------------------ */

html {
	font-size: 62.5%;
}
body {
	font-size: 14.5px;
	font-size: 1.45rem;
	-webkit-text-size-adjust: 100%;
}
body {
	color:#4d4d4d;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
	line-height: 1.65em;
	margin:0px;
	padding:0px;
/*	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; */
}


/*	リンクカラー
------------------------------------------------------------ */

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

/*	フォーマット
------------------------------------------------------------ */
.center {
	text-align:center;
}
.underline {
	text-decoration:underline;
}






/*	基本レイアウト
------------------------------------------------------------ */

body {
	background:#faf7f3;
	height: 100%;
 margin: 0;
	padding: 0;
	display: block;
	min-width: 980px;
}
#header {
	width: 722px;
	margin: 70px auto 30px ;
	padding: 0;
	position:relative;
}
#contents {
	width: 100%;
	margin: 0;
	padding: 0 0 25px 0;
}
#footer {
	width: 722px;
	height: auto;
	margin: 0 auto;
	padding: 50px 0;
}


*/

/*	ヘッダ
------------------------------------------------------------ */
#header {
/* 基本レイアウト　に記述 */
}

#header h1 {
	background: url(../img/title.png)  no-repeat;
	width: 722px;
	height: 264px;
	text-indent: -9999px;
	padding: 0 ;
	margin: 0 auto ;
}
#header h1 a {
	background: url(../img/logo.png) no-repeat;
	width: 108px;
	height: 46px;
	text-indent: -9999px;
	margin: 0  ;
	display: block;
	position:absolute;
	z-index:1000;
}



/* joqr_logo
--------------------------------*/
.joqr_logo  {
	width: 116px;
	height: 50px;
 margin: 0 auto ;
	padding: 0 ;
	position:absolute;
	top: -50px;
	right: -120px;
}
.joqr_logo a {
	background: url(../img/logo_joqr.png) no-repeat;
 width: 116px;
	height: 50px;
	text-indent:-9999px;
 margin: 0 auto ;
	padding: 0 ;
 display: block;
}
.joqr_logo:hover a {
	opacity:0.85;
}



/* sns_top
--------------------------------*/
.sns_top  {
	width: auto;
	height: 50px;
	text-align:center;
 margin: 0 auto ;
	padding: 0 ;
}



/*	コンテンツ
------------------------------------------------------------ */


/*	パーソナリティー
------------------------------------------------------------ */
	
#personality ul {
	width:620px;
	font-size:0px;
 margin: 0 auto 30px;
	padding: 0 ;
}	
#personality ul li {
	width: 255px;
	height: 280px;
	font-size: 15.5px;
	text-align: center;
 margin: 0 0 0 20px ;
	padding: 0 ;
	display:inline-block;
}	
#personality ul li:first-child {
 margin: 0 ;
}	
#personality ul li img {
	border: #aedbd5 2px solid;
	border-radius: 8px;
	width: 255px;
	height: 250px;
 margin: 0 0 10px 0 ;
	padding: 0 ;
	display:block;
}	
#banner ul li a:hover {
	opacity: 0.7;
}	
	

/*	バナー
------------------------------------------------------------ */

#lead {
	background: url(../img/bg_lead.png) left top no-repeat;
	width: 320px;
	height: 220px;
	font-size: 16.5px;
	font-weight:bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.55em;
 margin: 0 auto;
	padding: 0 0 0 230px;
}
#lead a {
	padding: 0 0 10px;
	display:block;
}


	
/*	コンテスト概要
------------------------------------------------------------ */
#summary {
	width:720px;
 -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
 margin: 30px auto ;
	padding: 0 ;
}	
#summary h3 {
	background:url(../img/bg_summery_title.png) center no-repeat;
 width: 720px;
	height: 40px;
	color:#fff;
	font-size: 17.5px;
	font-weight:bold;
	text-align: center;
	line-height:2.5;
 margin: 0 ;
	padding: 0 ;
}
#summary #summaryTxt {
	border: #d45f5d 2px solid;
	border-radius:12px;
	background:#fff;
 width: 720px;
 margin: 0 ;
	padding: 0 ;
}
#summary #summaryTxt table {
 width: 680px;
	font-size: 13.5px;
 margin: 0 auto;
	padding: 0 0 20px;
}
#summary #summaryTxt table th {
	width: 120px;
	color: #d45f5d ;
	font-weight:bold;
 vertical-align:top;
}
#summary #summaryTxt table th .narrow {
	letter-spacing: -1.2px;
}
#summary #summaryTxt table th .wide {
	letter-spacing: 2.5px;
}
#summary #summaryTxt table td a ,
#summary #summaryTxt table td a:hover ,
#summary #summaryTxt table td em {
	color: #1c816f ;
	font-weight:bold;
}



/*	バナー
------------------------------------------------------------ */
	
#banner ul {
	width:620px;
	font-size:0px;
 margin: 0 auto 30px;
	padding: 0 ;
}	
#banner ul li {
	background:#fff;
	width: 300px;
	height: 150px;
 margin: 0 0 0 20px ;
	padding: 0 ;
	display:inline-block;
}	
#banner ul li:first-child {
 margin: 0 ;
}	
#banner ul li a {
	width: 300px;
	height: 150px;
 margin: 0 ;
	padding: 0 ;
	display:block;
}	
#banner ul li a:hover {
	opacity: 0.7;
}	
	

	

/*	リンク
------------------------------------------------------------ */
	
#link ul {
	width:620px;
	font-size:0px;
	text-align: center;
 margin: 0 auto ;
	padding: 0 ;
}	
#link ul li {
	color:#d45f5d;
	font-size: 12.5px;
	text-align: center;
 line-height: 1.25em;
 margin: 0;
	padding: 0 40px ;
	display:inline-block;
}	
#link ul li:first-child {
	border-right: 1px solid #d45f5d;
}	
#link ul li a:hover {
	opacity: 0.7;
}	

	
/* トップへ戻る
-------------------*/
#pageTop {
	background:url(../img/pagetop.png);
	width:40px;
	height:40px;
	text-indent:-9999px;
	position:fixed;
	bottom:80px;
	right:80px;
}


/*フッター
------------------------------------------------------------ */

#footer {
	border-top:#1c816f 2px solid;
	color:#1c816f;
	font-family:Verdana;
	font-size: 0.9em;
	text-align: center;
}

