
/*====================================================
    
	 faq
	 
====================================================*/
/* =========== Event ========== */
#mainArea #eventArea {
	/* 	clear:both;*/
		margin-bottom:20px;
		width:100%;
		background:transparent url(/static/faq/images/icon_title.png)  no-repeat;
		background-position: right 20pt bottom 0pt;
		min-height: 90px;
	
	}
	
	#mainArea #eventArea .title {
		color: #c1272d;
		margin-bottom:-5px;
		font-size: 3rem;
		font-weight: 550;
		text-align: left;
		padding-right: 20px;
	}
	
	#mainArea #eventArea .title span{
		color: #212270;
	}
	
	#mainArea #eventArea .title img {
		width: 95%;
	}
	
	/* =========== columnArea03 Area ========== */
	#subTitle {
		clear:both;
		position:relative;
		margin-bottom:50px;
		width:100%;
	}
	
	#subTitle .title {
		margin-bottom:5px;
		font-size:2em;
		font-weight: bold;
		color: #212270; 
		line-height: 1.5em;
	}
	#subTitle .text {
		margin-bottom:2px;
		font-size:1.4em;
		line-height: 1.47em;
	}
	
	#subTitle .titleSub1 {
		margin-bottom:1px;
		font-size:1.3em;
		color: #c1272d;
		font-weight: bold;
		text-align: center;
		border-bottom: 1px sloid #fff;
		padding-left:60px;
	}
	
	#subTitle .titleSub2 {
		margin-bottom:0px;
		font-size:1.3em;
		color: #4d4d4d;/*c1272d*/
		font-weight: bold;
		text-align: left;
		border-bottom: 1px sloid #fff;
		padding-left: 10px;
	}
	.button_area{
		width: 95%;
	}
	
	.sec_tag{
		padding-bottom: 100px;
	}
	
	.sec_title{
		width: 98%;
		padding: 5px 0.2%;
		font-size: 98%;
		text-align: left;
		color: #494949;
	}
	
	.qa-area {
	/* 	border: 1px solid #e5e5e5;*/
		font-size: 1.3em;
		background: #fff;
		padding: 30px 2%;
		margin: 0 auto 10%;
		max-width: 100%;
	
		-webkit-box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
		-moz-box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
		box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
	}
	
	
	.qa-area section {
		margin: 0 -10px;
		padding: 10px 10px;
		border: 1px solid #d9d9d9;
		margin-bottom:20px;
	}
	
	.qa-area h3 {
		font-size: 100%;
		line-height: 1.8;
		padding-bottom: 15px;
		background: url(../images/icon_q.png) no-repeat;
		padding-left:40px;
		border-bottom: 1px #d9d9d9 solid;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	
	.ans_title {
		font-size: 90%;
		line-height: 1.5;
		padding-bottom: 15px;
		background: url(../images/icon_a.png) no-repeat;
		padding-left: 40px;
		text-align: left;
	}
	
	.ans_sub {
		font-size: 90%;
		line-height: 1.3;
		padding-bottom: 15px;
		padding-left:40px;
	}


	.ans_subTitle {
		font-size: 90%;
		line-height: 1.1;
		padding-bottom: 0;
		padding-left: 20px;
	}

	.qa-area li {
		font-size: 90%;
		line-height: 1.3;
		margin-left:0px;
		margin-bottom:10px;
	}
	
	.qa-area p {
	
	}
	
	.qa-area p + ol {
		margin-top: 10px;
	}
	
	.qa-area ul {
		border:1px solid #ddd;
		padding-left: 0;
		padding: 10px;
		margin: 0 20px;
	}
	
	.qa-area ul li {
		list-style: disc;
		margin-left: 10;
		list-style: none;
	}
	.qa-area ol li {
		list-style: decimal ;
		margin-left: 3.2em;
	}
	
	.qa-area .establish {
		text-align: right;
		font-weight: bold;
		padding-top: 20px;
	}
	
	
	/* ボタン
	-----------------------------------------------------------------*/
	.button {
		padding: 10px;
		background-color: #b61703;
		border: 1px solid #b61703;
		color: #fff;
		line-height: 50px;
		text-decoration: none;
	}
	.button:hover {
		background-color: #666666;
		border-color: #666666;
		border: 1px solid #666666;
		color: #fff;
	}
	
	.button1 {
		padding: 10px;
		background-color: #2b2422;
		border: 1px solid #2b2422;
		border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 5px;   /* Firefox用 */ 
		color: #fff;
		line-height: 50px;
		text-decoration: none;
		font-size: 0.9em;
	}
	.button1:hover {
		background-color: #423a38;
		border-color: #423a38;
		border: 1px solid #423a38;
		color: #fff;
	}
	
	
	
	
	@media screen and (max-width:400px) {
	
		#mainArea #eventArea {
			background-position: right 0pt top 0pt;
			background-size: 60px 60px;
		}
		
		#mainArea #eventArea .title {
			font-size:2em;
		}
	
		#subTitle .title {
			font-size:1.8em;
		}
	}
	