@charset "shift_jis";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	text-align:center;
	margin:0 auto;
	padding:0;
	font-size:16px;
	line-height:150%;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color:#333;
	letter-spacing:0;
}
.sp{
	clear:both;
}
object,img {  
	vertical-align:bottom;
	border:0;
	padding:0;
	margin:0;
}
a{
	color:#993300;	
}
a:hover{
	color:#FF0000;
}
a:hover img{
    opacity: 0.8;
    filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
	-khtml-opacity: .80; /* Safari 1.x */
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
p{
	text-align:left;
}
ul{
	clear:both;
}
ul li{
	list-style-type:none;
}
li img{
	line-height:0;
}
/* font */
.fc-red {
	color: #F00;
}
.fc-red-b {
	color: #F00;
	font-weight: bold;
}
.fc-blue {
	color: #00F;
}
.fc-blue02 {
	color: #06F;
	font-weight: bold;
}
.btn_top{
	display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #6495ed;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
	margin-bottom:1px;
}
.btn_top:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}
#container {
	max-width: 680px;
	*width: 680px;
	_width: 680px;
	margin: 0 auto;
	border-top: 6px solid #FEC769;
	padding: 6px 0px;
}
#container p {
	margin: 2px auto 18px auto;
}
.img-right {
	float: right;
	margin-left: 16px;
}
.img-left {
	float: left;
	margin-right: 16px;
}
h1 {
	color: #009;
	font-weight: bold;
	text-align: left;
	margin: 18px 0px;
	padding: 6px 0px;
	border-bottom: 4px solid #F90;
	font-size: 20px;
}
h2 {
	color: #C00;
	text-align: left;
	padding: 12px 12px 12px 28px;
	font-size: 18px;
	font-weight: bold;
	background-image: url(img/rakuda2.gif);
	background-position: left;
	background-repeat: no-repeat;
}
hr.line01 {
   border-width: 1px 0px 0px 0px;
   border-style: solid;
   border-color: #999;
   height: 1px;
   margin: 15px 0px;
   clear: both;
   display: block;
}
hr.line02 {
   border-width: 1px 0px 0px 0px;
   border-style: dotted;
   border-color: #999;
   height: 1px;
   margin: 10px 0px;
   clear: both;
   display: block;
}
.footer {
	display: block;
	text-align: center;
	font-size: 12px;
	margin: 20px 0px 4px 0px;
}
.b-box {
	background-color: #FEF0D1;
	margin: 12px auto;
	text-align: left;
	float: right;
	width: 50%;
}
.b-box strong {
	display: block;
	padding: 6px 0px;
	background-color: #CCCC00;
}
.b-box p {
	padding: 6px;
}
.img-left02 {
	float: left;
	margin-bottom: 40px;
}
.tx-center {
	display: block;
	text-align: center;
}
a.raku {
	display: inline-block;
	padding: 10px 24px;
	text-align: center;
	background-color: #EE3304;
	color: #FFF;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
@media screen and (max-width: 679px) {
	img {
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
	#container img {
		margin-bottom: 4px;
	}
	#container p {
		margin-right: 4px;
		margin-left: 4px;
	}
	#container h1,#container h2 {
		margin-right: 4px;
		margin-left: 4px;
	}
	.img-left02 {
		float: none;
	}
	.b-box {
		width: 94%;
		float: none;
	}
}
@media screen and (max-width: 480px) {
	.img-right {
		float: none;
	}
}