@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	font-size: 14px;
	line-height: 22px;
	color: #333;
	text-align: center;
	background-color: #3776B5;
}
h1 {
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
}
h2{
	font-size:24px;
	line-height:36px;
	padding-bottom:6px;
	border-bottom:3px solid #D00;
	text-align:left;
	color:#300;
	margin-bottom:10px;
}
h3{
	font-size:24px;
	line-height:36px;
	padding-bottom:6px;
	border-bottom:3px solid #D00;
	text-align:left;
	color:#300;
	margin-bottom:10px;
}
.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;
}
.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;
}
.sp{
	clear:both;
}
img{
	border:0;
	vertical-align:bottom;
}
#wrap {
	max-width: 900px;
	*width: 900px;
	_width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #D6D6D6;
	background-color: #FFF;
	box-sizing: border-box;
}
#header {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	margin-bottom:10px;
}
#footer{
	clear:both;
	margin:auto;
	padding:3px 0px;
}
#content {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#content p {
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin: 0px;
}
.top_tx{
	margin:auto;
	margin:0px 15px 20px 15px;
	padding:0;
}
.top_tx p{
	padding:3px 10px 5px 10px !important;
}
dl.check{
	margin:auto;
	margin:20px 20px 20px 30px;
	padding:0;
}
dl.check dt{
	margin:3px 0px;
	background-image:url(../image/check.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:16px;
	line-height:20px;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	color:#C00;
}
dl.check dd{
	margin:3px 0px;
	text-align:left;
	padding-left:20px;
}
.box{
	margin:20px;
	padding:10px;
	border:1px solid #999;
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;/*/for Firefox*/
	-webkit-border-radius: 3px;/*for Safari and chrome*/
	background:url(../image/box_bg.jpg) top repeat-x;
	color:#000;
}
.box02{
	margin:20px;
	padding:10px;
	border:1px solid #999;
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;/*/for Firefox*/
	-webkit-border-radius: 3px;/*for Safari and chrome*/
	clear:both;
}
.box02 p{
	float:left;
	width:380px;
}
.box02 .right{
	width:340px;
	padding-left:40px !important;
	border-left:1px dotted #999;
}
.f_red{
	color:#F00;
}
.line{
	display:block;
	margin-bottom:3px;
	padding:3px;
	font-weight:bold;
	color:#009;
	background-color:#E1E1DD;
}
.box03{
	margin:20px;
	padding:10px;
}
.box03 h2{
	background:url(../image/box_bg.jpg) top repeat-x;
	line-height:60px;
	padding-left:10px;
}
dl.toi{
	background-color:#FFFFFF;
	border-collapse: collapse;
	border-spacing: 0;
	margin:auto;
	margin-bottom: 20px;
	margin-top:15px;
	font-size:14px;
	text-align:left;
	width: 90%;
}
dl.toi dt,dl.toi dd{
	padding:5px;
	border:1px solid #666;
	border-width: 1px 0 0 0;
	text-align:left;
	font-size:14px;
	float: left;
	width: 50%;
}
dl.toi dt{
	background-color:#D9FBFF;
	width: 40%;
	clear: both;
}
dl.toi dt span{
	color:#F00;
	font-weight:normal;
}
.f-btn {
	display: block;
	clear: both;
	padding: 20px 0px 4px 0px;
}
.pan{
	margin:3px 0px 0px 10px;
	display:block;
	text-align:left;
}
#about{
	margin:auto;
	margin-bottom:5px;
	max-width:880px;
	*width: 880px;
	_width: 880px;
	clear:both;
}
#about .c_box01{
	width: 280px;
	height: 280px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ffffcc;
	float: left;
	margin: 4px;
}
#about .c_box02{
	width: 280px;
	height: 280px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ccffcc;
	float: left;
	margin: 4px;
}
#about .t01{
	padding-left:80px;
	display:block;
	margin-bottom:2px;
	text-align:left;
	color:#F00;
	font-weight:bold;
}
#about .c_box01 strong{
	display:block;
	padding-top:40px;
	font-size:16px;
	margin-bottom:20px;
	color:#006;
}
#about .c_box01 ul{
	padding-left:90px;
	padding-right:25px;
	text-align:left;
	background-image: url(../image/img02.gif);
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 118px;
}
#about .c_box01 li{
	list-style-type:square;
	margin:0px 0px 2px 0px;
	padding:0;
	font-size:12px;
}
#about .c_box02 strong{
	display:block;
	padding-top:40px;
	font-size:16px;
	margin-bottom:15px;
	color:#000;
}
#about .c_box02 ul{
	padding-left:90px;
	padding-right:30px;
	text-align:left;
	background-image: url(../image/img02.gif);
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 118px;
}
#about .c_box02 li{
	list-style-type:square;
	margin:0px 0px 2px 0px;
	padding:0;
	font-size:12px;
	line-height:140%;
}
#about .c_box02 li.sadoku {
	color: #F00;
	font-weight: bold;
	font-size: 14px;
	list-style-type: none;
}
.ft12{
	font-size:12px;
}
.line01{
	display:block;
	padding-bottom:3px;
	margin-bottom:3px;
	border-bottom:1px dotted #666;
}
.fc01{
	color:#900;
}
input[type="text"] {
	width: 96%;
}
textarea {
	width: 96%;
}
.tx-a {
	min-height: 194px;
}
@media screen and (max-width:900px){
	img{
		display: inline;
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
	body {
		background-color: #FFF;
	}
	h1 {
		background-color: #3776B5;
		display: block;
		padding: 4px 0px;
		text-align: center;
	}
	#wrap {
		border: none;	
	}
}
@media screen and (max-width:900px){
	.demo {
		display: block;
		margin: 0px 4px;
		text-align: left;
	}
	.box02 p {
		float: none;
		width: auto;
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.box02 .right {
		border-left: none;
		width: auto;
		padding-left: 0px !important;
	}
}
@media screen and (max-width:880px){
	#about .c_box01,#about .c_box02 {
		width: 268px;
		height: 268px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		margin: 4px 0px 4px 4px;
	}
	#about .c_box01 strong,#about .c_box02 strong {
		padding-top: 24px;
		font-size: 15px;
	}
	.box03 {
		margin: 20px 0px;
		padding: 10px 4px;
	}
	.box03 h2 {
		line-height: normal;
		padding-bottom: 18px;
		padding-top: 18px;
	}
}
@media screen and (max-width:820px){
	#about .c_box01,#about .c_box02 {
		width: 31%;
		height: auto;
		min-height: 220px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		margin: 4px 0px 4px 1%;
	}
	#about .c_box01 ul,#about .c_box02 ul {
		padding-right:4px;
	}
	#about .c_box01 strong,#about .c_box02 strong {
		padding-top: 10px;
		margin-bottom: 8px;
	}
	input[type="submit"],input[type="reset"] {
		margin: 10px 6px;
		padding: 8px 18px;
	}
}
@media screen and (max-width:640px){
	#about .c_box01,#about .c_box02 {
		width: 100%;
		height: auto;
		min-height: inherit;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		margin: 8px 0px;
		float: none;
		padding-bottom: 12px;
	}
	dl.toi {
		width: 94%;
	}
	dl.toi dt,dl.toi dd {
		width: 100%;
		padding: 5px 0px;
	}
	dl.toi dd {
		margin-bottom: 12px;
		padding-top: 8px;
	}
	input[type="text"] {
		padding: 6px 0px;
	}
	.tx-a {
		min-height: inherit;
	}
}
@media screen and (max-width:480px){
	.tx-img:before {
        content: attr(data-label);
		text-align: left;
		margin: 4px;
		font-size: 140%;
		color: #00F;
		font-weight: bold;
		display: block;
	}
	.tx-img img {
        display:none;
	}
	.top_tx {
		margin: 0px 0px 20px 0px;
	}
	dl.check {
		margin: 20px 10px;
	}
	.box,.box02 {
		margin: 20px 4px;
	}
	h2 {
		margin: 4px;
	}
	h3 {
		font-size: 21px;
	}
	.top_tx p {
		padding: 3px 10px 20px 10px !important;
	}
}