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

body{
	*font-size:small;
	*font:x-small;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-family:myriad-pro-condensed-1, myriad-pro-condensed-2, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
	font-size: 14px;
	line-height: 1;
	background-color: #FAFADC;
}


/*------------------------------------------------------------------------
	Common
------------------------------------------------------------------------*/

img{
     vertical-align: bottom;
}

.clear {
	clear: both;
	height: 0px;
}

a{
	color: #0080ff;
	text-decoration:none;
	outline:none;
}

a:hover{
	color:#EC4C98;
}

#contents a:hover img{
    opacity:0.8;
    filter:alpha(opacity=80); /* IE6・7 */
    -ms-filter: "alpha( opacity=80 )"; /* IE8 */
}


/*-- 角丸・シャドウ ----------------------------*/

/*-- ↓PIE.htcをサーバーにアップロード --*/
.around {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: relative; /* CSS3 PIE が背景色に隠れないようにする */
	behavior: url(../PIE/PIE.htc); /* IE6/7/8でもCSS3の角丸、ボックスシャドウ、グラデーション、マルチバックグランドに対応する */
}

.under-round {
	background-color: #FFFFFF;
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
	position: relative; /* CSS3 PIE が背景色に隠れないようにする */
	behavior: url(../PIE/PIE.htc); /* IE6/7/8でもCSS3の角丸、ボックスシャドウ、グラデーション、マルチバックグランドに対応する */
}

.shadow {
	-webkit-box-shadow: #666 1px 1px 2px;
	-moz-box-shadow: #666 1px 1px 2px;
	box-shadow: #666 1px 1px 2px;
	position: relative; /* CSS3 PIE が背景色に隠れないようにする */
	behavior: url(../PIE/PIE.htc); /* IE6/7/8でもCSS3の角丸、ボックスシャドウ、グラデーション、マルチバックグランドに対応する */
}

.gradation {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fc0), to(#f60));
	background-image: -moz-linear-gradient(top, #fc0, #f60);
	background-image: -ms-linear-gradient(top, #fc0, #f60);
	background-image: -o-linear-gradient(top, #fc0, #f60);
	background-image: linear-gradient(top, #fc0, #f60);
	-pie-background: linear-gradient(#fc0, #f60);
	position: relative; /* CSS3 PIE が背景色に隠れないようにする */
	behavior: url(../PIE/PIE.htc); /* IE6/7/8でもCSS3の角丸、ボックスシャドウ、グラデーション、マルチバックグランドに対応する */

}

/*-- ↑PIE.htcをサーバーにアップロード --*/


.box-shadow {
	box-shadow:1px 1px 5px #bbb;
	-moz-box-shadow: 1px 1px 5px #bbb; /* FireFox */
	-webkit-box-shadow: 1px 1px 5px #bbb; /* webkit */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#bbbbbb,direction=120,strength=3,enabled=true)";

	filter: progid:DXImageTransform.Microsoft.Shadow(color=#bbbbbb,direction=120,strength=3,enabled=true); /* IE5.5+ */
	background:#fff;
}

/*-- page-top ------------------------------*/

#page-top {
	position: fixed;
	bottom: 10px;
	right: 20px;
	font-size: 100%;
}

#page-top a {
	text-decoration: none;
	width: 40px;
	text-align: center;
	display: block;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	border: 1px solid #f60;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative; /* CSS3 PIE が背景色に隠れないようにする */
	behavior: url(../PIE/PIE.htc); /* IE6/7/8でもCSS3の角丸、ボックスシャドウ、グラデーション、マルチバックグランドに対応する */
}

#page-top a:hover {
	text-decoration: none;
	background-color: #fc0;
}
#foot-button li {
	float: right;
}

/*------------------------------------------------------------------------
	HEADER（ヘッダー）
------------------------------------------------------------------------*/

#header {
	width: 100%;
	height: 55px;
	text-align: center;
	border-bottom: 5px solid #E65196;
}

#head-top {
	width: 100%;
	height: 55px;
	background-color: #FFFFFF;
}
#head-top-box {
	width: 1000px;
	height: 55px;
	margin-right: auto;
	margin-left: auto;
}

#head-left {
	float: left;
	width: 810px;
	text-align: left;
}
#head-right {
	float: right;
	width: 120px;
	text-align: right;
}

#header #flashmedia {
	min-width:1000px;
	height: 470px;
	text-align: center;
}

/*------------------------------------------------------------------------
	FOOTER（フッター）
------------------------------------------------------------------------*/

#footer {
	width: 100%;
	height: 175px;
	background-image: url(../common_img/footer_bg.png);
	background-repeat: repeat-x;
	margin-top: 20px;
}

#footer-box {
	width: 1000px;
	height: 175px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../common_img/footer_image.png);
	background-repeat: no-repeat;
}

#copyright {
	width: 450px;
	float: right;
	margin-top: 130px;
	color: #FFFFFF;
	font-size: 13px;
	text-align: right;
}

/*------------------------------------------------------------------------
	CONTENTS（コンテンツ）
------------------------------------------------------------------------*/

#contents {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#home {
	width: 1000px;
	height: 36px;
	background-color: #FFFFFF;
	float: left;
	z-index: 1;
	padding-bottom: 4px;
}

#title {
	float: left;
	width: 1000px;
	z-index: 2;
}

#chara {
	width: 251px;
	height: 282px;
	z-index: 10;
	position: absolute;
	left: 610px;
}

#top-box {
	width: 1000px;
	height: 262px;
	position: relative;
	float: left;
}

#main {
	width: 940px;
	float: left;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
}

#lead-copy {
	width: 940px;
	font-weight: bold;
	float: left;
	font-size: 18px;
	color: #1A75B8;
	margin-bottom: 30px;
	line-height: 140%;
}

#main h1 {
	width: 900px;
	background-color: #EC4C98;
	font-size: 24px;
	line-height: 36px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 30px;
	float: left;
	clear: both;
	vertical-align: middle;
	display: table-cell;
}

#main h2 {
	width: 900px;
	background-color: #192C64;
	font-size: 24px;
	line-height: 36px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 30px;
	float: left;
	clear: both;
	display: table-cell;
	vertical-align: middle;
}

#main h3 {
	width: 900px;
	background-color: #F39800;
	font-size: 24px;
	line-height: 36px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 30px;
	float: left;
	clear: both;
	display: table-cell;
	vertical-align: middle;
}

#main h4{
	font-weight: bold;
	font-size: large;
	color: #EC4C98;
}
.center-text {
	width: 900px;
	font-size: 15px;
	line-height: 150%;
	float: left;
	clear: left;
	margin-left: 20px;
	margin-right: 20px;
}
.center-image {
	width: 940px;
	clear: left;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
}

.center-image2 {
	width: 940px;
	clear: left;
	float: left;
	margin-top: 20px;
	margin-bottom: 30px;
}

.sep-line {
	width: 940px;
	height: 10px;
	clear: both;
	float: left;
	border-top: 1px solid #BDBDBD;
	margin-top: 30px;
	margin-bottom: 40px;
}

.sep-line2 {
	width: 940px;
	height: 10px;
	clear: both;
	float: left;
	border-top: 1px solid #BDBDBD;
	margin-top: 0px;
	margin-bottom: 20px;
}

/*-- 共通 -------------------------------------------------------*/
.left-text {
	width: 420px;
	font-size: 16px;
	line-height: 180%;
	float: left;
	margin-left: 20px;
}

.right-photo {
	width: 480px;
	float: right;
	margin-bottom: 20px;
}

/*-- JAFユーザーアンケート（enquete） -------------------------------------------------------*/

.linkbutton {
	width: 900px;
	text-align: right;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

/*-- Q&A -------------------------------------------------------*/

#qa-left {
	width: 460px;
	float: left;
}

#qa-right {
	width: 460px;
	float: right;
}
.qa-unit {
	width: 460px;
	float: left;
	margin-bottom: 30px;
}

.space {
	width: 940px;
	height: 50px;
	clear: both;
	float: left;
}

.omake {
	float: left;
	width: 940px;
}

/*-- バックナンバー -------------------------------------------------------*/

#backnumber {

}

#backnumber ul {
	color: black;
	background: #fff;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top: 1px solid rgba(255,255,255,1.00);
	border-bottom: 1px solid rgb(180,180,180);
	border-right: 1px solid rgb(180,180,180);
	border-left: 1px solid rgb(180,180,180);
}


#backnumber ul li {
	border-top: 1px solid #aaa;
	border-bottom: #ccc;
	list-style-type: none;
	padding: 10px 10px 10px 10px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f1f1f1));
	overflow: hidden;
	font-size: 18px;
}

		
#backnumber ul li a.arrow {
	color: black;
	text-decoration: none;
	margin: -10px;
	display: block;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	background-image: url(../backnumber/images/chevron.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#backnumber ul li a.arrow:hover {
	background: rgb(255,204,204);
	background-image: url(../backnumber/images/chevron.png);
	background-repeat: no-repeat;
	background-position: right center;
}


#backnumber ul li.sep {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#acacac), to(#666));
	color: #fff;
	font-size: 14px;
	text-shadow: #000 0 1px 0;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #acacac;
	border-bottom-color: #666;
}


#backnumber ul li dt {
	width: 150px;
	font-size: 16px;
	float: left;
	margin-bottom: 8px;
	font-weight: bold;
	line-height: 16px;
	color: #F93198;
}

#backnumber ul li dd {
	clear: left;
}
.text-small {
	font-size: 12px;
}

/* 日没QUIZ
-----------------------------------------------------------------*/
.qanda{
    margin-left:30px;
}

.qanda .q{
	cursor: pointer;
	color: #0084FF;
}
.qanda .a{
	padding-bottom: 0.5em;
	margin-top: 10px;
}
.qanda .q:hover{
	cursor: pointer;
	text-decoration: underline;
}
.qanda .a:hover{
	cursor: pointer;
	text-decoration: underline;
}
.qanda p{
    margin-left:-2em;
    padding-right:1em;
}
.qanda p span{
    display:inline-block;
}
