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

@media screen and (max-width: 768px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}

body{
	background-color: #FFFFFF;
	margin: 0;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

.wrap{
	width: 90%;
	margin: 0 auto;
	background-color: #fff;
	padding:0;
}

h1{
	font-family: 'arial black',sans-serif;
	font-size: 40px;
	color: #235F9F;
	letter-spacing : 2px;
}

h2{
	background: #235F9F;
	color: #fff;
	padding: 5px 0 5px 10px;
}

h3{
	border-left: 15px solid #000;
	border-bottom: 1px solid #000;
	text-indent: 5px;
}

h4{
	background:#FF6666;
	color: #fff;
	padding: 5px 0 5px 10px;
	font-size:18px;
}

h5{
	background: #009933;
	color: #fff;
	padding: 5px 0 5px 10px;
	font-size:18px;
}

.h6{
	background:#E4007F;
	color: #fff;
	padding: 5px 0 5px 10px;
	width: internal;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:20px;
	font-weight:700;
}


.h7{
	background: #34A174;
	color: #fff;
	padding: 5px 0 5px 10px;
	width:100%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:20px;
	font-weight:700;
}


.h8{
	background:  #8c5fa0;
	color: #fff;
	padding: 5px 0 5px 10px;
	width:100%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:20px;
	font-weight:700;
}


.h9{
	background: #f2a222;
	color: #fff;
	padding: 5px 0 5px 10px;
	width:100%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:20px;
	font-weight:700;
}


.h10{
	color: #000;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:20px;
	font-weight:700;
}

	p.kome {
		text-indent: 0;
		font-size: 75%;
		line-height: 150%;
	}

.style2{
font-size: 18px;
}

.style3{
font-size: 20px;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
}

.box1{
	width:100%;
}

.text-box{
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.list{
	border: solid 1px #FFA907;
	margin: 0 0 50px 0;
	padding: 0 10px;
}

.orange{
	background: #FFA907;
	padding: 5px;
	color: #fff;
	text-indent: 20px;
}

dl.list309 dt {
  clear: left;
  float: left;
  margin: 0 0 0.4em;
  width: 15px;
  padding-left: 5px;
  color: #000;
  font-size: 13px;
  color: #FFA907;
}

dl.list309 dd {
  margin-bottom: 0.4em;
  font-size: 13px;
	-webkit-margin-start: 10px;
}

.button{
	display: block;
	width: 100%;
	height: 30px;
	position: relative;
	background-color: #000;
	color: #fff;
	line-height: 35px;
	-webkit-transition: none;
	transition: none;
	text-align:center;
	letter-spacing:2px;
	font-size: 12px;
	margin: 30px 0 10px 0;
	box-shadow: 0 5px 0 #000;
	cursor: pointer;
}
.button-area{
	width: 200px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.button2{
	display: block;
	width: 100%;
	height: 45px;
	position: relative;
	background-color: #fff;
	color: #000;
	line-height: 48px;
	-webkit-transition: none;
	transition: none;
	text-align:center;
	letter-spacing:2px;
	font-size: 16px;
	margin: 30px 0 10px 0;
	cursor: pointer;
	border: 1px #000 solid; /
	
}

.button-area2{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}




.button-area a{
	text-decoration: none;
}



<!--
a:link, a:visited { text-decoration:none; color:blue; }
a: hover { background: #999999; }
-->

.shadow{
    -moz-box-shadow: 2px 2px 3px 3px #CCC;
    -webkit-box-shadow: 2px 2px 3px 3px #CCC;
    box-shadow: 2px 2px 3px 3px #CCC;
    background-color: #EEE;
    padding: 10px;
    margin: 20px;
}

.image img{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.white space{
height:5px;
background:#FFFFFF;
}

a:hover img.hoverImg{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}

.nextpage{
width:100px;
margin-top:20px;
background-color:#333;
color:#FFFFFF;
padding-left:20px;
}

.nextpage:hover {
	background-color: #3577BD;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 5px 0 #1A3F66;
}

.nextpage:active {
	top: 3px;
	box-shadow: none;
}


.prepage{
width:150px;
margin-top:20px;
background-color:#333;
color:#FFFFFF;
padding-left:20px;
}

.prepage:hover {
	background-color: #3577BD;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 5px 0 #1A3F66;
}

.prepage:active {
	top: 3px;
	box-shadow: none;
}


.style13{
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size:12px;
}

.hedder{
background-color: #243A73;
width:100%;
padding:10px 0 0 0;
}

#footer{
background:#000;
width:100%;
color:#FFFFFF;
padding:10px 0;
text-align:center;
font-size:10px;
}

* html #footer{height:1%;}

.tel strong{
font-size:20px;
font-weight:bold;
}

.leftmargin{
margin: 7px 0 10px 10px;;
}

.lg{display:none;}


button {
-webkit-appearance: button;
}

ul.pager {
	margin: 0;
	padding: 0;
	font: 100% Arial, Helvetica, sans-serif;
	text-align: center;
}
ul.pager li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
ul.pager li strong {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	padding: 0.25em 0.4em;
	background-color: #EEEEEE;
	border: 1px #CCCCCC solid;
}
ul.pager li a {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	padding: 0.25em 0.4em;
	border: 1px #CCCCCC solid;
}

ul.pager li a:link,
ul.pager li a:visited {
	border-color: #CCCCCC;
	color: #0033FF;
}
ul.pager li a:hover,
ul.pager li a:active {
	border-color: #003399;
	background-color: #003399;
	color: #FFFFFF;
}



table.type01 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
}
table.type01 th {
	width: 150px;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #ccc;
	text-align:left;
	font-size:10px
}
table.type01 td {
	width: 350px;
	padding: 5px;
	vertical-align: top;
	border: 1px solid #ccc;
	text-align:left;
	font-size:10px
}

.test1 {
margin: 50px 0;
font-size: 30px;
font-weight: bold;
text-align: center;
color: #1abc9c;
}

#animation {
margin: 50px 0;
font-size: 40px;
font-weight: bold;
color: #ff0000;
}

.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
}

@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
