﻿@charset "utf-8";

/*----------------------------------------------------------------------------------*/
/* レスポンシブ対応版スタイルシート(2024-10-02 update) */
/*----------------------------------------------------------------------------------*/

/* 共通設定:start ------------------------------------*/

*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
	}

a:link{   text-decoration:none;       color:#991100;}
a:visited{text-decoration:none;       color:#007700;}
a:hover{  text-decoration:underline;  color:#ee0000;}
a:focus  {text-decoration:underline;  color:#ee0000;}
a:active{ text-decoration:none;       color:#ff0000;}

.clearfix{
	zoom:1;
	}

.clearfix:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	}

b{font-weight:bold;}

hr{
	margin:10px 0px 10px 0px;
	color: #aaaaaa;
	background-color:#aaaaaa;
	border-style:none;
	height:1px;
	}

small{
	font-size:0.7em;
	font-weight:normal;
	}

.fc_red{color:#dd0000;}
.fc_blue{color:#0033dd;}
.fc_green{color:#00dd00;}
.fc_gray{color:#777777;}
.fc_white{color:#ffffff;}
.fc_black{color:#000000;}

/* 共通設定:end ------------------------------------*/



/*==========================================================*/
/* smp用の設定*/
/*==========================================================*/

@media screen and (max-width:700px){

.smp{display:block;}
#smp{display:block;}
.pc{display:none;}
#pc{display:none;}


body{
	background-color:#ffffff;
	margin:0;
	height:100%;
	}


/*--------------------------------------------------------*/
/* ヘッダー＆フッター */
/*--------------------------------------------------------*/

header{
	width:100%;
	height:60px;
	top:0;
	padding:10px 0px 0px 0px;
	position:fixed;
	background-color:rgba(90,0,20,0.8);
	z-index:10;
	}

h1.page_title{
	margin:0px 0px 0px -20px;
	padding:15px 20px 0px 0px;
	line-height:26px;
	font-size:16px;
	font-weight:normal;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	color:#ffffff;
	text-align:center;
	}

#back{
	height:28px;
	width:40px;
	float:left;
	position:absolute;
	top:15px;
	left:7px;
	background-color:rgba(0,0,0,0.5);
	border-radius:6px;
	}

.navi{
	padding:3px 6px 0px 6px;
	line-height:26px;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	font-size:14px;
	color:#ffffff;
	text-align:center;
	}

.navi a{
	text-decoration:none;
	color:#ffffff;
	}

#backhome{
	float:right;
	position:absolute;
	top:8px;
	right:8px;
	width:52px;
	height:44px;
	background:url("../images/back_home.png") no-repeat;
	background-size:52px 44px;
	-moz-background-size:52px 44px;
	-webkit-background-size:52px 44px;
	}

#backhome a{
	display:block;
	width:45px;
	height:31px;
	}

footer{
	width:100%;
	height:80px;
	margin:0px;
	padding:20px 0px 20px 0px;
	font-size:14px;
	font-weight:normal;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	line-height:20px;
	color:#ffffff;
	text-align:center;
	background-color:rgba(90,0,20,0.8);
	}

footer p.credit{
	margin:0px auto 20px auto;
	padding:20px 0px 0px 0px;
	font-size:14px;
	font-weight:normal;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	line-height:20px;
	color:#ffffff;
	text-align:center;
	}

/*--------------------------------------------------------*/
/* 本文 */
/*--------------------------------------------------------*/

#wrapper_top{
	margin:0px 0px 0px 0px;
	padding:70px 0px 0px 0px;
	}

#wrapper{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	font-weight:normal;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	line-height:20px;
	color:#000000;
	}

dl.main_text_1{
	margin:10px 10px 30px 10px;
	padding:0px 0px 0px 0px;
	}

dl.main_text_1 dt{
	margin:3px 0px 3px 5px;
	padding:10px 10px 10px 20px;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	line-height:24px;
	background-color:#aa0000;
	border-radius:10px 10px 10px 10px;
	}

dl.main_text_1 dd{
	margin:0px 10px 10px 10px;
	padding:3px 0px 3px 5px;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	font-size:16px;
	font-weight:normal;
	line-height:26px;
	color:#550000;
	}

dl.main_text_2{
	margin:10px 10px 20px 10px;
	padding:20px 0px 0px 0px;
	border-top:2px dotted #999999;
	}

dl.main_text_2 dt{
	margin:3px 0px 3px 5px;
	padding:0px 0px 0px 5px;
	color:#005577;
	font-size:18px;
	font-weight:bold;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	line-height:22px;
	border-left-color:#aaccff;
	border-left-width:15px;
	border-left-style:solid;
	}

dl.main_text_2 dd{
	margin:0px 5px 10px 20px;
	padding:3px 0px 3px 5px;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	font-size:15px;
	font-weight:normal;
	line-height:24px;
	color:#000055;
	}

ul.i_asterisk{
	margin:10px 20px 20px 50px;
	list-style-type:none;
	}

ul.i_asterisk li{
	margin:0px 0px 2px 0px;
	padding:0px;
	font-size:12px;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	line-height:18px;
	color:#000000;
	}

ul.i_asterisk li:before{
	margin-left:-1em;
	content:'※';
	color:#000077;
	}

}



/*==========================================================*/
/* pc用の設定 */
/*==========================================================*/

@media screen and (min-width:701px){

	.smp{display:none;}
	#smp{display:none;}
	.pc{display:block;}
	#pc{display:block;}


#wrapper_top{
	margin:5px auto 0px auto;
	padding:0px 0px 0px 0px;
	width:100%;
	background-image:url("../images/talkshow_bg.png");
	background-repeat:repeat-x;
	text-align:center;
	}

#wrapper{
	margin:5px auto 20px auto;
	padding:0px 0px 20px 0px;
	width:978px;
	background-color:#ffffff;
	border-bottom:1px dotted #bbbbbb;
	}

dl.main_text_1{
	margin:10px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	border-collapse:collapse;
	border-top:none;
	border-right:none;
	border-left:none;
	}

dl.main_text_1 dt{
	margin:0px 0px 0px 0px;
	padding:6px 10px 5px 30px;
	text-align:left;
	vertical-align:top;
	line-height:32px;
	font-size:24px;
	font-family:"Yu Gothic","游ゴシック Medium","游ゴシック体","ＭＳ Ｐゴシック",sans-serif;
	font-weight:600;
	color:#ffffff;
	background-color:#aa0033;
	border:2px solid #aa0033;
	border-radius:10px 10px 0px 0px;
	white-space:nowrap;
	}

dl.main_text_1 dd{
	margin:0px 0px 20px 0px;
	padding:10px 30px 20px 40px;
	text-align:left;
	vertical-align:top;
	line-height:30px;
	font-size:20px;
	font-weight:normal;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW3", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	color:#000000;
	border:2px solid #aa0033;
	border-radius:0px 0px 10px 10px;
	}

dl.main_text_2{
	margin:10px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	border-collapse:collapse;
	border-top:none;
	border-right:none;
	border-bottom:1px dotted #ff9999;
	border-left:none;
	}

dl.main_text_2 dt{
	margin:0px 0px 0px 0px;
	padding:8px 10px 5px 10px;
	text-align:left;
	vertical-align:top;
	line-height:26px;
	font-size:18px;
	font-weight:normal;
	font-family:"Yu Gothic","游ゴシック Medium","游ゴシック体","ＭＳ Ｐゴシック",sans-serif;
	font-weight:600;
	color:#aa0033;
	white-space:nowrap;
	border-top:1px dotted #ff9999;
	}

dl.main_text_2 dd{
	margin:-30px 0px 0px 120px;
	padding:0px 10px 10px 10px;
	text-align:left;
	vertical-align:top;
	line-height:26px;
	font-size:16px;
	font-weight:normal;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW3", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	color:#000000;
	}

ul.i_asterisk{
	margin:10px 0px 5px 20px;
	list-style-type:none;
	}

ul.i_asterisk li{
	margin:0px 0px 2px 0px;
	padding:3px;
	font-size:15px;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	line-height:20px;
	color:#000000;
	}

ul.i_asterisk li:before{
	margin-left:-1em;
	content:'※';
	color:#000077;
	}

.form a:link,
.form a:visited{
	opacity:1.0;
	filter:alpha(opacity=100);
	-webkit-transition: all .3s;
	transition: all .3s;
	}

.form a:hover,
.form a:active{
	opacity:0.7;
	filter:alpha(opacity=70);
	-webkit-transition: all .3s;
	transition: all .3s;
	}


}


