@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;
}
/*--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: 100%;
	color: #3cb371;
}
h4 {
	font-size: 100%;
	color: #20B2AA;
}
/*--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;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
}
#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,
#contents h3,
#header p,
#contents 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.block2 {
    position: relative;
    margin: 0 0 1.5em;
    padding: 0.8em;
    background: #20B2AA;
    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.block2:after{
    position: absolute;
    bottom: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #20B2AA;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}

/*--img---------------------------------------------------------*/
p .hidari {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}

p .migi {
  float: right;
  margin-left: 2em;
  margin-bottom: 1em;
}

hr {
	border-top: 1px dashed #bbb;
	margin-bottom: 1em;
	margin-top: 1em;
}

/*--button---------------------------------------------------------*/

p a1{
	width:30%;
	padding:20px;
	background:#3cb371;
	color:#ffffff;
	text-align:center;
	display:block;
	text-decoration:none;
	margin: 0 auto;
	margin-bottom: 2em;
	font-size: 120%;
}
p a1:hover{
	text-decoration:none;
	background:#2e8b57;
 
}
