﻿@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.5
}
/* @end */
/* @group Header */
header { text-align : center; padding-top : 0px}

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

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

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


/* @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 : white;
text-align : center;
background : #ff8c00
}
/* @end */

p {
	position: relative;
	display: inline-block;
	padding: 15px 40px;
	background-color: #ff8c00;
	border: 1px solid #ccc;
	text-align: center;
}
p::before,
p::after {
	content: '';
	position: absolute;
}

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

 .list5 ul li:nth-child(odd) {
 float: left;
 width: 50%;
 }
 .list5 ul li a{
display : block;
color : #ffffff;
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;
 }