@charset "utf-8";

/*
-------------------------------------------
■全ページ共通スタイル（初期化）
-------------------------------------------
*/
html,body,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,table,th,tr,td,form,strong,em,span,a,img,fieldset,legend,address {
	margin: 0px;
	padding: 0px;
	outline-style: none;
	font-weight: normal;
	font-style: normal;
}
html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
	/*min-width:1000px;*/
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka－等幅", sans-serif, Osaka-mono;
	font-size: 0.9em;
	line-height: 1.8em;
	color: #333;
	text-align: center;
	background: url(images/background.gif) repeat;
}
table {
	border-collapse: collapse;
}
ul,ol,li {
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	font-size: 0;
}
p {
	text-align: justify;
	text-justify: inter-ideograph;
}
input,select,textarea {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka－等幅", sans-serif, Osaka-mono;
}
a:link {
	color: #E6002D;
	text-decoration: underline;
}
a:visited {
	color: #E6002D;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}
#wrapper {
	width: 100%;
}
.margT00 {
	margin-top: 0px !important;
}
.margT05 {
	margin-top: 5px !important;
}
.margT10 {
	margin-top: 10px !important;
}
.margT15 {
	margin-top: 15px !important;
}
.margT20 {
	margin-top: 20px !important;
}
.margT25 {
	margin-top: 25px !important;
}
.margT30 {
	margin-top: 30px !important;
}
.margT35 {
	margin-top: 35px !important;
}
.margT40 {
	margin-top: 40px !important;
}
.margT45 {
	margin-top: 45px !important;
}
.margT50 {
	margin-top: 50px !important;
}
.margT55 {
	margin-top: 55px !important;
}
.margT60 {
	margin-top: 60px !important;
}
.margB00 {
	margin-bottom: 0px !important;
}
.margB05 {
	margin-bottom: 5px !important;
}
.margB10 {
	margin-bottom: 10px !important;
}
.margB15 {
	margin-bottom: 15px !important;
}
.margB20 {
	margin-bottom: 20px !important;
}
.margB25 {
	margin-bottom: 25px !important;
}
.margB30 {
	margin-bottom: 30px !important;
}
.margB35 {
	margin-bottom: 35px !important;
}
.margB40 {
	margin-bottom: 40px !important;
}
.margB50 {
	margin-bottom: 50px !important;
}
.margB55 {
	margin-bottom: 55px !important;
}
.margB60 {
	margin-bottom: 60px !important;
}





/*
-------------------------------------------
■Clear FIX
-------------------------------------------
*/
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}





/*
-------------------------------------------
■テキストサイズ
-------------------------------------------
*/
.fontBig {
	font-size: 1.4em !important;
}
.fontSmall {
	font-size: 0.9em !important;
	line-height: 1.4em;
}

/*
-------------------------------------------
■テキストカラー
-------------------------------------------
*/
.fontGreen {
	color: #85991D !important;
}
.fontPink {
	color: #FF1E50 !important;
}
.fontGray {
	color: #808080 !important;
}
.fontBlack {
	color: #000000 !important;
}
.fontWhite {
	color: #FFFFFF !important;
}

/*
-------------------------------------------
■テキスト強調
-------------------------------------------
*/
.fontBold {
	font-weight: bold !important;
}
.fontNormal {
	font-weight: normal !important;
}

/*
-------------------------------------------
■ 英字フォント
-------------------------------------------
*/
.fontEn {
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

/*
-------------------------------------------
■ 明朝体フォント
-------------------------------------------
*/
.fontMin {
	font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	font-weight: bold;
}

/*
-------------------------------------------
■ 英字　サンセリフ
-------------------------------------------
*/
.fontEnMin {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;	
	font-weight: bold;
}

/*
-------------------------------------------
■テキスト寄せ
-------------------------------------------
*/
.txtAlignR {
	text-align: right !important;
}
.txtAlignC {
	text-align: center !important;
}
.txtAlignL {
	text-align: left !important;
}






/*
-------------------------------------------
■ヘッダー
-------------------------------------------
*/
#header {
	width: 100%;
	height: 49px;
	border-bottom: solid 1px #E6E6E6;
	background-color: #FFF;
}
#header #japan_work {
	width: 230px;
	height: 49px;
	margin: 0 auto;
	text-indent: -9999em;
	background-image: url(images/head_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 230px 49px;
}
#header #jbaa_logo {
	width: 250px;
	height: 49px;
	float: left;
	text-align: left;
	text-indent: -9999em;
	background-image: url(images/jbaa_logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 250px 49px;
}
#Page_EN #header #jbaa_logo {
	background-image: url(images/jbaa_logo_en.png);
}
#header #facebook {
	width: 50px;
	height: 49px;
	float: right;
}
#header #facebook a,
#header #facebook a:visited {
	display: block;
	width: 49px;
	height: 49px;
	border-left: solid 1px #E6E6E6;
	background-color: #F5F5F5;
	text-align: left;
	text-indent: -9999em;
	background-image: url(images/face_book_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 49px 49px;
}



/*
-------------------------------------------
■ contents
-------------------------------------------
*/
#content {
	width: 100%;
}



/*
-------------------------------------------
■ entrance
-------------------------------------------
*/
#entrance {
	width: 1000px;
	margin: 50px auto 0;
	padding-bottom: 80px;
}
#entrance #main_image {
	width: 1000px;
	height: 350px;
	background-image: url(images/main_back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: 1px 2px 10px rgba(0,0,0,0.5);
	position: relative;
}
#entrance #main_image #main_logo {
	width: 1000px;
	height: 230px;
	position: absolute;
	bottom: -110px;
	left: 0;
	text-align: center;
}
#entrance #main_image #main_logo img {
	width: 230px;
	height: 230px;
}
#entrance #main_catch {
	width: 1000px;
	margin: 120px auto 0;
}
#entrance #main_catch h2 {
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.8em;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
#entrance #lang_menu {
	width: 1000px;
	margin: 30px auto 0;
}
#entrance #lang_menu a,
#entrance #lang_menu a:visited {
	display: inline-block;
	padding: 15px 80px;
	margin: 0 5px;
	font-size: 1.2em;
	text-decoration: none;
	color: #FFF;
	background-color: #E6002D;
	background-image: url(images/next_arrow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 20px 15px;
	border-radius: 5px;
	box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
}
#entrance #lang_menu a:hover {
	color: #E6A0B4;
	background-color: #BE0014;
	background-image: url(images/next_arrow_on.png);
	box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
}



/*
-------------------------------------------
■ start_container
-------------------------------------------
*/
.start_container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 80px;
}
.start_container h1 {
	font-size: 2.2em;
	line-height: 300px;
	color: #E6002D;
	width: 1000px;
	height: 300px;
	background-image: url(images/start_image.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#Page_EN .start_container h1 {
	font-size: 1.8em;
	line-height: 1.6em;
	color: #E6002D;
	width: 1000px;
	height: 200px;
	padding-top: 100px;
	background-image: url(images/start_image.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.start_container p {
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: left;
	color: #1A1A1A;
	padding: 30px;
	width: 912px;
	background-color: #FFF;
	border: solid 14px rgba(0,0,0,0.1);
	box-shadow: 1px 2px 10px rgba(0,0,0,0.2);
}
.start_container .start_button {
	display: none;
	padding: 15px 80px;
	margin-top: 30px;
	font-size: 1.2em;
	color: #FFF;
	background-color: #E6002D;
	background-image: url(images/next_arrow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 20px 15px;
	border-radius: 5px;
	box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
	cursor: pointer;
}
.start_container .start_button.mouseOn {
	color: #E6A0B4;
	background-color: #BE0014;
	background-image: url(images/next_arrow_on.png);
	box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
}
.start_container .loading {
	width: 292px;
	height: 45px;
	margin: 30px auto 0;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 292px 45px;
}



/*
-------------------------------------------
■ invisible_contents
-------------------------------------------
*/
#invisible_contents {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	display: none;
	padding-bottom: 80px;
}



/*
-------------------------------------------
■ question_container
-------------------------------------------
*/
.question_container {
	width: 1000px;
	margin: 30px auto 0;
	position: relative;
	padding-bottom: 80px;
	/*z-index: -5;*/
}



/*
-------------------------------------------
■ question_number
-------------------------------------------
*/
.question_number {
	position: absolute;
	left: -15px;
	top: -15px;
	font-family:"Times New Roman" , "Roboto Slab" , Garamond , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;	
	font-weight: bold;
	font-size: 2em;
	color: #666;
	z-index: 10;
}
.question_number .number {
	background-color: #E6002D;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #FFF;
	font-size: 1.6em;
	width: 70px;
	height: 70px;
	line-height: 68px;
	border-radius: 35px;
	margin-right: 5px;
	display: inline-block;
}



/*
-------------------------------------------
■ question
-------------------------------------------
*/
.question {
	width: 992px;
	height: 340px;
	border: solid 4px #FAFAFA;
	background-color: #FFF;
	box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
	position: relative;
}
.question .question_text {
	width: 500px;
	text-align: left;
	margin: 100px auto 0 50px;
	font-size: 2.5em;
	line-height: 1.2em;
	color: #1A1A1A;
}
#Page_EN .question .question_text {
	width: 500px;
	text-align: left;
	margin: 100px auto 0 50px;
	font-size: 1.9em;
	line-height: 1.2em;
	color: #1A1A1A;
}
.question .question_image {
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 400px 300px;
	width: 992px;
	height: 340px;
	position: absolute;
	left: 0;
	top: 0;
}
.question .time {
	position: absolute;
	bottom: 0;
	right: 5px;
	font-size: 1.6em;
	color: #4D4D4D;
	font-family:"Times New Roman" , "Roboto Slab" , Garamond , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;	
	background-image: url(images/timer.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px 20px;
	padding-right: 25px;
}
.question .timer_bar {
	position: absolute;
	width: 1000px;
	height: 4px;
	bottom: -4px;
	left: -4px;
	background-color: #E6002D;
}
.question .timer_bar .count_time_bar {
	width: 80%;
	height: 4px;
	background-color: #FFC8DC;
}



/*
-------------------------------------------
■ answer_container
-------------------------------------------
*/
.answer_container {
	width: 1000px;
	margin-top: 30px;
}
.answer_container .choices_container {
	width: 800px;
	float: left;
}
.answer_container .choices_container div {
	width: 788px;
	background-color: #FFF;
	text-align: left;
	border: solid 1px #E6002D;
	border-radius: 5px;
	margin-top: 10px;
	padding: 5px;
	cursor: pointer;
}
.answer_container .choices_container div.mouseOn {
	background-color: #FFD2E6;
}
.answer_container .choices_container div.selected {
	background-color: #E6002D;
}
.answer_container .choices_container .choice1 {
	margin-top: 0;
}
.answer_container .choices_container div .number {
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 2em;
	line-height: 1em;
	font-weight: bold;
	color: #E6002D;
	padding-left: 20px;
	display: inline-block;
	vertical-align: middle;
}
.answer_container .choices_container div.selected .number {
	color: #FFF;
}
.answer_container .choices_container div .text {
	font-size: 1.4em;
	line-height: 1.8em;
	color: #E6002D;
	padding-left: 20px;
	padding-top: 2px;
	display: inline-block;
	vertical-align: middle;
}
.answer_container .choices_container div.selected .text {
	color: #FFF;
}
.answer_container .answer_button {
	width: 170px;
	height: 170px;
	border-radius: 50%;
	float: right;
	background-color: #E0E0E0;
}
.answer_container .answer_button.enabled {
	background: linear-gradient(145deg, #FFB3D1, #E00017);
	cursor: pointer;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
}
.answer_container .answer_button .text {
	color: #F7F7F7;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 120px;
	padding-bottom: 30px;
	background-image: url(images/answer_check.png);
	background-repeat: no-repeat;
	background-position: center 85px;
	background-size: 55px 40px;
}
.answer_container .answer_button.enabled .text {
	color: #FFF;
	background-image: url(images/answer_check_enabled.png);
	background-repeat: no-repeat;
	background-position: center 85px;
	background-size: 55px 40px;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
}



/*
-------------------------------------------
■ result_mask
-------------------------------------------
*/
.result_mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.95);
	position: absolute;
	top: 0;
	display: none;
	z-index: 30;
}
.result_mask .result .image {
	width: 100%;
	height: 260px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 230px 230px;
}
.result_mask .result.correct .image {
	background-image: url("images/correct.png");
}
.result_mask .result.incorrect .image {
	background-image: url("images/incorrect.png");
}
.result_mask .result .text {
	color: #FFF;
	font-size: 2.4em;
	font-weight: bold;
	padding: 15px 0 10px;
}
.result_mask .result .text.correct {
	background-color: rgba(0,180,0,0.8);
}
.result_mask .result.correct .text.correct {
	display: block;
}
.result_mask .result.incorrect .text.correct {
	display: none;
}
.result_mask .result .text.incorrect {
	background-color: rgba(255,0,0,0.8);
}
.result_mask .result.correct .text.incorrect {
	display: none;
}
.result_mask .result.incorrect .text.incorrect {
	display: block;
}
.result_mask .detail .detail_question,
.result_mask .detail .detail_correct,
.result_mask .detail .detail_commentary {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	font-size: 1.4em;
}
.result_mask .detail .detail_question {
	margin-top: 40px;
}
.result_mask .detail .detail_correct,
.result_mask .detail .detail_commentary {
	margin-top: 10px;
}
.result_mask .detail .head {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	color: #FFF;
	background-color: #666;
	border-radius: 3px;
	line-height: 50px;
	font-weight: bold;
	font-size: 1.4em;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	text-align: center;
}
.result_mask .detail .detail_correct .head {
	color: #FFF;
	background-color: #E6002D;
}
.result_mask .detail .text {
	display: block;
	width: 905px;
	min-height: 27px;
	padding: 13px 20px 10px;
	background-color: #FFF;
	border-radius: 3px;
	margin-left: 55px;
}
.result_mask .detail .detail_correct .text {
	color: #E6002D;
}
.result_mask .detail .detail_commentary {
	display: inline-block;
	width: 938px;
	padding: 30px;
	color: #BCBCBC;
	background-color: #262626;
	border-radius: 3px;
	border: solid 1px #505050;
	font-size: 1.2em;
}
.result_mask .next_button {
	position: relative;
}
.result_mask .next_button .text {
	display: inline-block;
	padding: 15px 80px;
	font-size: 1.2em;
	color: #FFF;
	background-color: #E6002D;
	background-image: url(images/next_arrow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 20px 15px;
	border-radius: 5px;
	box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
	cursor: pointer;
	margin-top: 30px;
}
.result_mask .next_button .mouseOn {
	color: #E6A0B4;
	background-color: #BE0014;
	background-image: url(images/next_arrow_on.png);
	box-shadow: 1px 2px 2px rgba(0,0,0,0.6);
}
.result_mask .result_quit_button {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.result_mask .result_quit_button .text {
	display: inline-block;
	padding: 2px 30px 2px 50px;
	font-size: 0.8em;
	color: #FFF;
	background-image: url(images/quit.png);
	background-repeat: no-repeat;
	background-position: left 15px center;
	background-size: 12px 12px;
	border-radius: 5px;
	border: solid 1px #606060;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: -40px;
}
.result_mask .result_quit_button .mouseOn {
	color: #FFF;
	border: solid 1px #606060;
	background-color: rgba(255,255,255,0.1);
}



/*
-------------------------------------------
■ total_result_container
-------------------------------------------
*/
.total_result_container {
	width: 1000px;
	margin: 70px auto 0;
	position: relative;
	padding-bottom: 80px;
	display: none;
}
.total_result_container .result {
	font-size: 3.2em;
	font-weight: bold;
	color: #E6002D;
	letter-spacing: 0.6em;
	font-family:"Times New Roman" , "Roboto Slab" , Garamond , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;	
}
.total_result_container .correct_detail_container {
	width: 1000px;
}
.total_result_container .correct_detail_container .correct_percentage,
.total_result_container .correct_detail_container .correct_count {
	width: 400px;
	padding-top: 70px;
	float: left;
	text-align: left;
}
.total_result_container .correct_detail_container .correct_count {
	width: 300px;
}
.total_result_container .correct_detail_container .title {
	display: inline-block;
	background-color: #E6002D;
	color: #FFF;
	font-size: 1.2em;
	padding: 5px 20px;
	margin-right: 10px;
	vertical-align: 10px;
}
.total_result_container .correct_detail_container .main {
	display: inline-block;
	color: #E6002D;
	font-size: 8.5em;
	line-height: 1.0em;
	font-weight: bold;
	font-family:"Times New Roman" , "Roboto Slab" , Garamond , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;	
}
.total_result_container .correct_detail_container .other {
	display: inline-block;
	color: #666;
	font-size: 3.5em;
	font-weight: bold;
	font-family:"Times New Roman" , "Roboto Slab" , Garamond , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;	
}
.total_result_container .correct_detail_container .image {
	width: 300px;
	height: 200px;
	float: right;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 300px 200px;
}
.total_result_container .comment {
	font-size: 1.8em;
	line-height: 1.6em;
	text-align: left;
	color: #1A1A1A;
	padding: 30px;
	width: 912px;
	background-color: #FFF;
	border: solid 14px rgba(230,0,45,0.2);
	box-shadow: 1px 2px 10px rgba(0,0,0,0.2);
}
.total_result_container .main_link {
	margin: 50px auto 0;
	width: 1000px;
}
.total_result_container .main_link .official_site {
	display: inline-block;
	padding: 15px 80px;
	font-size: 1.2em;
	color: #FFF;
	background-color: #E6002D;
	background-image: url(images/next_arrow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 20px 15px;
	border-radius: 5px;
	box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
	cursor: pointer;
}
.total_result_container .main_link .official_site.mouseOn {
	color: #E6A0B4;
	background-color: #BE0014;
	background-image: url(images/next_arrow_on.png);
	box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
}
.total_result_container .sub_links {
	margin: 20px auto 0;
	width: 1000px;
}
.total_result_container .sub_links div {
	display: inline-block;
	padding: 8px 30px;
	margin: 0 5px;
	font-size: 1.0em;
	color: #FFF;
	background-color: #4D4D4D;
	border-radius: 5px;
	box-shadow: 1px 2px 6px rgba(0,0,0,0.2);
	cursor: pointer;
}
.total_result_container .sub_links div.mouseOn {
	color: #898989;
	background-color: #343434;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
}



/*
-------------------------------------------
■ quit_button
-------------------------------------------
*/
.quit_button {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #666;
	background-image: url(images/quit.png);
	background-repeat: no-repeat;
	background-position: center 17px;
	background-size: 12px 12px;
	margin: 0 auto;
	position: fixed;
	right: 10px;
	bottom: 40px;
	color: #CCC;
	font-size: 0.7em;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	line-height: 76px;
	cursor: pointer;
}
.quit_button.mouseOn {
	background-color: #494949;
	color: #959595;
}



/*
-------------------------------------------
■ footer
-------------------------------------------
*/
.footer {
	width: 100%;
	color: #CCC;
	background-color: #404040;
	position: fixed;
	left: 0;
	bottom: 0;
	font-size: 0.6em;
	padding: 3px 0;
	z-index: 20;
}
