﻿main{
	padding: 10px;
	color: #335;
}

info{
	font-size: 150%;
}

a img {
	border-style:none;
}

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

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

.marker_r {
	font-size : 105%;
	border-style: solid;
	border-width: 0px;
	padding: 3px 10px 3px 10px;
	border-color: #f00;
	color: #fff;
	background-color: #f00;
	border-radius: 6px;
	box-shadow: 1px 1px 1px #aaa;
	font-weight: bold;
}

/* アコーディオン */
.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 {
	position: relative;
	padding: 5px;
	color: #fff;
	text-align: center;
	background: #f80;
	margin: 0px;
	font-weight: bold;
	font-size: 110%;
}

h3 {
	position: relative;
	padding: 5px;
	color: #fff;
	text-align: center;
	background: #f00;
	margin: 15px 0;
	font-weight: bold;
	font-size: 120%;
}

h4 {
	position: relative;
	padding: 5px;
	color: #fff;
	text-align: center;
	background: #f80;
	margin: 15px 0px;
	font-weight: bold;
	font-size: 120%;
}

span.size120 {
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	line-height : 1.1;
}

span.red {
	position: relative;
	padding: 5px;
	color: #fff;
	text-align: center;
	background: #f00;
	margin: 15px 0;
	font-weight: bold;
	font-size: 120%;
}


.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);
}

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

/* 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;
 }
