@charset "UTF-8";

body.ask {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#ask_menu {
	display: none;
	position: fixed;
	z-index: 150;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
body.ask #ask_menu {
	display: block;
}
#ask_menu_bg {
	position: absolute;
	z-index: 160;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #323232;
}

#ask_menu_content {
	position: absolute;
	z-index: 200;
	top: 50%;
	left: 50%;
	margin: -140px 0 0 -380px;
	width: 760px;
	height: 280px;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 2em;
	opacity: 0;
	color: #333;
	-webkit-box-shadow: 0px 1px 20px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 20px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 20px rgba(0,0,0,0.3);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#ask_menu_content h2 {
	margin: 0 auto 40px auto;
	padding: 0;
	font-size: 1.4rem;
	font-weight: bold;
}
#ask_menu_bt_box {
	margin: 0 auto 30px auto;
}
#ask_menu_content a {
	display: none;
}
#ask_menu_content.show a {
	display: inline-block;
}
#ask_menu_bt_box a {
	cursor: pointer;
	margin: 0 .4em;
	padding: .3em;
	width: 10em;
	font-size: 1.3rem;
	color: #FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #38b4ed;
	background: -moz-linear-gradient(top, #38b4ed 0%, #0097e0 100%);
	background: -webkit-linear-gradient(top, #38b4ed 0%,#0097e0 100%);
	background: linear-gradient(to bottom, #38b4ed 0%,#0097e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38b4ed', endColorstr='#0097e0',GradientType=1 );
}
#ask_menu_bt_box a:hover {
	text-decoration: none;
	background: #38b4ed;
}
#ask_menu_bt_box a:active {
	background: #0097e0;
}

a.ask_menu_bt {
}


#ask_menu_content p {
	width: 96%;
	margin: 0 auto .6em auto;
	text-align: left;
	font-size: .9rem;
}

/*テキスト*/
.b{
	font-size:180%;
	line-height:150%;
	
}

.midashi{
	font-size:160%;
	line-height:130%;
	color:#ffffff
	
}

.s3{
	font-size:120%;
	line-height:130%;
	color:#666666
	
}

.s4{
	font-size:110%;
	line-height:130%;
	color:#666666
	
}


.s5{
	font-size:110%;
	line-height:130%;
	color:#ffffff
	
}


table {
    border-collapse:  collapse; /* セルの線を重ねる */
}


th,td {
    height: 20px;        /* 高さ指定 */
    padding: 5px;      /* 余白指定 */


