<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/*--Base------------------------------------------------------------*/
html,body {
	width: 100%;
	height: 100%;
}
html {
	height: 100%;
	overflow-y: scroll;
}

/*--Reset-----------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
img {
	border: none;
	vertical-align: middle;
}
ul,ol {
	list-style: none;
}

/*-- clearfix --*/
.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0px;
    line-height: 0;
}
.clearfix { display: inline-block; }
/* no ie mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

/*--Text------------------------------------------------------------*/
body {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.8;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
h5,h6 {
	font-size: 100%;
}
strong{
	font-size: 120%;
	line-height: 1.5;
	color: #ffd700;
}
h1{
	font-size: 120%;
	line-height: 1.5;
	color: #3cb371;
}
h2{
	font-size: 120%;
	line-height: 1.5;
	color: #ffffff;
}
h3 {
	font-size: 16px;
	color: #006C8B;
	margin-bottom:10px;
}
h4 {
	font-size: 100%;
	color: #dc143c;
}
/*--Link------------------------------------------------------------*/
a,
a:link {
	color: #ff4500;
}
a:visited {
	color: #ff4500;
}
a:hover,
a:active {
	color: #ff4500;
}
a:focus {
	outline: none;
}
/*--HTML5-----------------------------------------------------------*/
article,aside,details,footer,header,main,menu,nav,section,summary {
	display: block;
}
/*--sample----------------------------------------------------------*/
#wrapper {
	width: 100%;
}
#header {
	 background-image: url("../img/flooring-pattern-wh.jpg");
	 background-repeat: repeat;
	min-width: 1000px;
	height: 400px;
}
#header2 {
	min-width: 1000px;
	height: 400px;
	
}
#header header {
	margin: 0 auto;
}
#contents {
	margin: 0 auto;
	min-width: 1000px;
	min-height: 500px;/*サンプル用に高さ設定してあります。*/
}
#footer {
	border-top: 2px solid #9fb7d4;
	min-width: 1000px;
}
#footer footer {
	margin: 0 auto;
	height: 120px;/*サンプル用に高さ設定してあります。*/
}
#header header,
#contents,
#footer footer {
	width: 1000px;/*センター固定 or リキッドレイアウトの変更(リキッドレイアウトにする場合はwidthを100%に変更)*/
}
/*--common----------------------------------------------------------*/
#header h1,
#header h2,
#header p,
#footer p {
	padding: 10px;
}

/*--block---------------------------------------------------------*/

div.blocka {
   float: left;
   width: 400px;
}

div.block {
    color: #fff;
    background:  #3cb371;
    padding: 15px;
    border: 1px dashed rgba(255,255,255,0.8);
    box-shadow: 0 0 0 5px #3cb371;
    -moz-box-shadow: 0 0 0 5px #3cb371;
    -webkit-box-shadow: 0 0 0 5px #3cb371;
	 margin-top: 30px;
	 margin-bottom: 10px;
}

div.block3 {
    position: relative;
    margin: 0 0 1.5em;
    padding: 0.8em;
    background: #006380;
    color: #fff;
    font-size: 1.143em;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
		 margin-top: 20px;
	 margin-bottom: 5px;
}
div.block3:after{
    position: absolute;
    bottom: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #006380;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}
hr {
    border-top: 1px dashed #bbb;
}
.questbox01,.questbox02,.questbox03 {
    padding: 30px 0;
}


.questbox02 .boxleft {
    float: left;
    width: 590px;
}
.questbox02 .boxright {
    float: right;
    width: 380px;
    height: 250px;
}
.questpic {
    margin-top: 30px;
}
.questpic li {
    float: left;
    margin-right: 1px;
}
.questpic li:last-child {
    margin-right: 0;
}
/*--img---------------------------------------------------------*/
.questbox01 img {
    float: left;
    width: 230px;
    height: 231px;
    margin: 0 40px;
}
	.questbox01 p {
    float: right;
    padding: 0;
    width: 690px;
}
/*--button---------------------------------------------------------*/

p a1 {
    width: 30%;
    padding: 20px;
    background: #006380;
    color: #ffffff;
    text-align: center;
    display: block;
    text-decoration: none;
    margin: 0 auto;
    margin-bottom: 2em;
    font-size: 120%;
    margin-top: 30px;
}
p a1:hover{
	text-decoration:none;
	background:#20526F;
 
}</pre></body></html>