/* ==================================
インフォメーション用CSS
================================== */

/*------------------------------*/
/* メインタイトル               */
/*------------------------------*/
#main_title{
	clear:both;
	width:950px;
	margin:auto;
	margin-bottom:10px;
}

/*------------------------------*/
/* インフォメーション           */
/*------------------------------*/
#container{
	width:100%;
	margin:auto;
	text-align:left;
	margin-bottom: 20px;
	padding: 20px;
	position: relative; 
	background-color: #FFFFFF; 
	border-width: 1px; 
	border-style: solid; 
	border-color: #DDDDDD; 
	border-radius: 0px; 
	/*box-shadow: 0px 1px 4px 0px #99a3ad, inset 0px 0px 40px #eeeeee; */
}

#container H1{
	font-size:115%;
	margin:0 0 5px 5px;
	color:#ccc;

}

#information_title{
    text-align: left;
    font-size: 114%;
    padding: 4px 4px 4px 6px;
    background: #cc3433;
    color: #fff;
    border-left: 4px solid #ff0000;
}

#information_img{
	float:left;
	margin:20px 0 0 0;
	width:40%;
}

#information_text{
	float:right;
	margin:10px;
	width:auto;
	line-height:160%;
	max-width:58%;
}


#information_detail h2{
	background-color: #F2F2F2;
	color: #333333;
	font-size: 110%!important;
	font-weight: bold;
	border-left: 4px solid #CC3433;
	border-bottom: 1px solid #ccc;
	padding:4px 2px 2px 4px;
	margin:15px 0 10px 0px;
}

#information_detail b{
	font-size: 110%;
	color:#CC3433;
}
#information_detail a{
/*	font-size: 114%;*/
}

#information_detail h3{
	font-size: 110%;
	margin: 10px 0px 5px 0px;
	border-bottom: 2px solid #CC3433;
	color: #CC3433;
}

.info_img{
	width:348px;
}


/*===============================================
●tablet.css 画面の横幅が***pxまで
===============================================*/
@media screen and (max-width: 1091px){
	#container,
	#main_title
	 {
		width: 90%;
	}
	#information_text{
		float:right;
		max-width: 54%;
	}
}


/*===============================================
●smart.css  画面の横幅が***pxまで
===============================================*/
@media screen and (max-width: 747px){
	#container,
	#main_title
	 {
		width: 99%;
		/*font-size:small;*/
		padding:0;
		border: 0px;

	}
	#information_text H2{
		font-size:small;
	}
	#information_img {
		width:100%;
		margin:10px 0 !important;
	}
	#information_img TABLE{
		width:100%;
		text-align:center;
	}
	#information_img TABLE .info_img{
		width:98%;
	}

	#information_text{
		max-width: 100%;
	}

}

