body {font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
;;body {font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
*:first-child+html body {font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
* html body {font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
html,body {
	width: 100%;
	height:100%;
	padding:0px;
	margin:0px;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
h1,h2,h3,h4,h5 {
	font-size:100%;
	font-weight: normal;
}
#main_content * {
	margin: 0px;
	padding: 0px;
}
#main_content img {
	border: 0px;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width /***/: auto;
}
#main_content li {
	list-style-type: none;
	text-decoration: none;
}
#main_content a {
	text-decoration: none;
}
#main_content a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
#main_content a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
/* PCレイアウト */
@media (min-width: 640px) {
#main{
	width:960px;
}
#main h3{
	margin-top: 0;
background: none;
height: auto;
}
#main_head_grp{
	width: 960px;
	/*height: 360px;*/
    height: 466px;
	margin: 0px auto;
}
#main_head_grp h1{
	padding: 0px;
	margin: 0px;
}
#main_content {
	width: 960px;
	margin: 0px auto;
	background-image: url(/image/repeater/bg_pattern.gif);
	background-repeat: repeat;
	background-position: left 20px;
	padding-top: 10px;
	padding-bottom: 100px;
}
#main_content p.img_bottom {
	font-size: 0px;
}
#main_content .tokuten {
	width: 880px;
	margin: 0px auto;
	padding-bottom: 15px;
}
#main_content .tokuten .contents_repeater {
	width: 800px;
	background-image: url(/image/repeater/frame_middle_repeater.gif);
	background-repeat: repeat-y;
	padding: 0px 40px 15px 40px;
}
#main_content .tokuten .contents_balioh {
	width: 800px;
	background-image: url(/image/repeater/frame_middle_balioh.gif);
	background-repeat: repeat-y;
	padding: 0px 40px 15px 40px;
}
#main_content .tokuten p.subheading {
	padding-top: 15px;
}
#main_content .tokuten p.memo {
	font-size: 18px;
	line-height: 1.35em;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
}
#main_content .attention {
	width: 880px;
	margin: 0px auto;
}
#main_content .attention .contents {
	width: 840px;
	background-image: url(/image/repeater/frame_middle_attention.gif);
	background-repeat: repeat-y;
	padding: 10px 20px 5px 20px;
}
#main_content .attention .contents li {
	text-indent: -1em;
	margin-left: 1em;
	font-size: 18px;
	line-height: 1.35em;
	font-weight: bold;
}
#main_content .attention .contents li span {
	color: #FE0000;
}
p.bt_pagetop {
	width: 180px;
	height: 40px;
	padding:10px 0px;
	float: right;
}
p.bt_pagetop a {
	width: 180px;
	height: 40px;
	display: block;
	background:url(/image/repeater/bt_pagetop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
p.bt_pagetop a:hover {
	background-position: left bottom;
}
p.bt_pagetop a span {
	position:absolute;
	left:-7650px;
}

}

/* スマホレイアウト */
@media (max-width: 639px) {
#main_head_grp{
	width: 100%;
}
#main_head_grp h1{
	padding: 0px;
	margin: 0px;
}
#main_head_grp img{
	width: 100%;
	height: auto;
}
#main_content {
	width: 100%;
	background-image: url(/image/repeater/bg_pattern.gif);
	background-repeat: repeat;
	background-position: left top;
	padding-bottom: 30px;
	font-size: 13px;
	color: #333;
	line-height: 1.5;
}
#main_content * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#main_content p.img_bottom {
	display: none;
}
#main_content .tokuten {
	width: 100%;
	padding-bottom: 15px;
}
#main_content .tokuten .contents_repeater {
	width: 100%;
	background-color: #F71717;
	padding-bottom: 20px;
}
#main_content .tokuten .contents_balioh {
	width: 100%;
	background-color: #09C;
	padding-bottom: 20px;
}
#main_content .tokuten p.subheading {
	padding: 15px 10px 0px 10px;
}
#main_content .tokuten p.memo {
	font-weight: bold;
	color: #FFF;
	padding: 10px 10px 0px 10px;
}
#main_content .attention {
	width: 100%;
}
#main_content .attention .contents {
	width: 100%;
	background-color: #FFF;
	padding: 10px 10px 20px 10px;
}
#main_content .attention .contents li {
	text-indent: -1em;
	margin-left: 1em;
	font-weight: bold;
}
#main_content .attention .contents li span {
	color: #FE0000;
}
.bt_pagetop{
	display:none;
}
#panlist_bali {
    background: #a00105 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 4px;
}
#panlist_bali li {
    float: left;
}
#panlist_bali li a {
    color: #ffcc00;
}
#panlist_bali li a:hover {
    color: #fff;
}
}


