﻿main{
 padding: 10px;
}

contentserea01{
 padding: 0;
}

contentserea02{
 padding: 5px;
}

contentserea03{
 padding: 5px;
}

contentserea03{
 padding: 5px;
}

info{
	font-size: 150%;
}

a img {
    border-style:none;
}

#catch {
    padding: 10px 0;
    background: #F00;
    color: #fff;
    width: 99%
    text-align: center;
}

catch {
    padding: 10px 0;
    background: #F00;
    color: #fff;
    text-align: center;
}

strong_b {
    text-shadow: 1px 1px 0 rgba(0,0,0,.1);
    color: #f33;
    font-size: 150%;
    border-bottom: 2px solid #f33;
    background: linear-gradient(transparent 40%, #ff6 40%);
}

strong_y {
    background: linear-gradient(transparent 40%, #ff6 40%);
    color: #f00;
}

strong_p {
    background: linear-gradient(transparent 40%, #fcf 40%);
    color: #f00;
}

.marker_y {
    color: #f00;
    background: linear-gradient(transparent 40%, #ff6 40%);
}

.marker_p {
    color: #f00;
    background: linear-gradient(transparent 40%, #fcf 40%);
}

.marker_r {
    border-style: solid ; border-width: 0px; padding: 2px 10px 2px 10px; border-color: #f00; color: #fff; background-color: #f00; border-radius: 6px; box-shadow: 1px 1px 1px #aaa;
}

title_r {
    border-style: solid ; border-width: 0px; padding: 2px 10px 2px 10px; border-color: #f00; color: #fff; background-color: #f00; border-radius: 6px; box-shadow: 1px 1px 1px #aaa;
}

/* アコーディオン */
.list6 dl.acordion{
 margin: 0 10px 0 10px;
 }
 .list6 dt.trigger {
 background: #f80 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f80), to(#f80));
 background: #f80 linear-gradient(#f80, #f80);
 border-radius: 10px;
 text-align: center;
 border: 1px solid #ccc;
 color: #fff;
 margin-bottom: 0;
 padding: 10px;
 }
 .list6 dt.active{
 border-radius: 10px 10px 0 0;
 }
 .list6 dt.trigger span.open-close {
 background: url(point_plus.png) no-repeat right top;
 float: right;
 width: 20px;
 height: 20px;
 text-indent: -9999em;
 }
 .list6 dt.active span.open-close {
 background: url(point_none.png) no-repeat right top;
 float: right;
 width: 20px;
 height: 20px;
 }   
 .list6 dd.acordion_tree{
 padding: 10px;
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#fff));
 background: #f80 linear-gradient(#fff, #fff);
 border: 1px solid #ccc;
 border-top: none;
 }

@charset "utf-8";
/* @group Reset */
*{ margin: 0;padding: 0}
a { text-decoration : none}
ul, ol { list-style : none}
img { vertical-align : top}
/* @end */
/* @group Fluid-img */
img { max-width : 100%}
/* @end */
/* @group HTML */
html {
font-size : 100%;
line-height : 1.5;
background :
}
/* @end */
/* @group Heading */
h1 {
font-size : 100%;
line-height : 1.5} /* 48px */
h2 {
font-size : 36px;
line-height : 1.3333} /* 48px */
h3 {
font-size : 24px;
line-height : 1} /* 24px */
hgroup h2,h4,h5,h6 {
font-size : 16px; /* 16px */
line-height : 1.5} /* 24px */
h7 {
	font-size: 200%;
	line-height : 1.1
}
h8 {
	font-size: 350%;
	line-height : 1.1
}
h9 {
	    font-size: 120%;
	line-height : 1.2
}

  .c {
    text-align: center;
  }
  div.c {
    text-align: center;
    margin: 0px auto;
  }

/* @end */
/* @group Header */
header { text-align : center; padding-top : 0}

/* @end */
/* @group Nav */

.btn {
	background: #f80;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #f00;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	width: 180px;
	padding: 10px;
	margin-left:auto; margin-right:auto;
	position: relative;
}

.btn {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 150%;
	line-height : 1.1;
	display: block;
}

.btn:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 6px;
height: 6px;
margin: -4px 0 0 0;
border-top: solid 5px #fff;
border-right: solid 5px #fff;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}


.bt {
	background: #f80;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #f00;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	width: 75%;
	padding: 10px;
	margin-left:auto; margin-right:auto;
position: relative;
}

.bt {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 100%;
	line-height : 1.1;
	display: block;
}

.bt:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 5px;
width: 4px;
height: 4px;
margin: -4px 0 0 0;
border-top: solid 3px #fff;
border-right: solid 3px #fff;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

.btnl {
	background: #0d0;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #0d0;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	width: 180px;
	padding: 10px;
	margin-left:auto; margin-right:auto;
position: relative;
}

.btnl {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 150%;
	line-height : 1.1;
	display: block;
}

.btnl:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 6px;
height: 6px;
margin: -4px 0 0 0;
border-top: solid 5px #fff;
border-right: solid 5px #fff;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}


/* @end */
/* @group Contents */
#contents {
width : 90%;
margin : 0 auto;
text-align : center}
#contents p { 
margin-bottom : 24px;
text-align : left}
#contents img { 
margin-bottom : 24px; 
}
/* @end */
/* @group Footer */
footer {
padding : 10px 0;
color : #fff;
text-align : center;
background : #f80
}
/* @end */


/* 1.5倍に拡大表示 */
input[type="radio"],
input[type="chexkbox"] {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}


.list5 {
 margin: 0px;
 }
 .list5:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 }
 .list5 ul{
 border-top: 1px solid #ccc;
 }
 .list5 ul li{
background: darkorange;
 border-top: none;
 border-bottom: 1px solid #ccc;
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 height: 45px;
 margin: 0;
 }

 .list5 ul li:nth-child(odd) {
 float: left;
 width: 50%;
 }
 .list5 ul li a{
display : block;
color : #fff;
padding : 12px 0}
 }
 .list5 ul li a strong{
 color: #000;
 display: block;
 font-weight: bold;
 padding-top: 5px;
 }
 .list5 ul li img{
 float: left;
 height: 45px;
 width: 45px;
 margin-right: 10px;
 }
