﻿@charset "utf-8";

/*リセット*/

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none
}

ul,
li {
  list-style: none;
}

.marker_yellow {
background: linear-gradient(transparent 60%, #ffff66 60%);
}

.marker_lime {
background: linear-gradient(transparent 60%, #66ffcc 60%);
}

.marker_water {
background: linear-gradient(transparent 60%, #66ccff 60%);
}

.marker_pink {
background: linear-gradient(transparent 70%, #ffdfef 70%);
}

/*//リセット*/

body {
  font-family: Verdana, "Droid Sans", Roboto, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  padding: 10px;
  font-size: 14px;
}

html,body{

      margin:0;
      padding:0 5px;

}

html {
      -webkit-overflow-scrolling: touch;
}

body, p, td, div {
  line-height: 1.7;
}

img {
       max-width: 100%;
       height: auto;
}

a:link {
	color: #0E1BBB;
	text-decoration: none;
}

a:visited {
        color: #0E1BBB;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.t3 {
       line-height: 1.3;
}

.t5 {
       line-height: 1.5;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 14px
}

.tyuu1 {
  background-color: #dfdfff
}

.tyuu2 {
  background-color: #ffff9b
}

.tyuu3 {
  background-color: #ffdfdf
}

.u {
  border-bottom: 1px solid;
  padding-bottom: 1px;
}

#wrapper {
  margin-bottom : 10px;
}

#footimg {max-width: 100%;
          margin-top: 10px;
          margin-bottom: 10px;}

/*アコーディオン*/
ul.accordion { width:100%; margin:0; padding:0; font-size:16px; line-height: 1.5;}
ul.accordion a { display:block; padding:10px; background-position:97% center; background-repeat:no-repeat; text-decoration:none; color:#000080; font-weight:bold; line-height: 2}
ul.accordion span { display:block; padding:10px; background-position:97% center; background-repeat:no-repeat; color:#333; font-weight:bold;}
ul.accordion ul { display:none;}
ul.accordion > li { background: -moz-linear-gradient(top, #C6F0FE, #27BCF9); background: -webkit-gradient(linear, left top, left bottom, from(#C6F0FE), to(#27BCF9));}
ul.accordion > li > p { background: -moz-linear-gradient(top, #C6F0FE, #27BCF9); background: -webkit-gradient(linear, left top, left bottom, from(#C6F0FE), to(#27BCF9));cursor:pointer;}
ul.accordion > li > p span { background-image:url(../img/open.png);}
ul.accordion > li > p span.open { background-image:url(../img/close.png);}
ul.accordion > li > ul > li { background:#FFF; border-bottom:1px solid   #808080;}
ul.accordion > li > ul > li > p { background:#999;}
ul.accordion > li > ul > li > a { background:url(../img/go.png) no-repeat 98% center;}
ul.accordion > li > ul > li > ul > li { background:#FFF; border-bottom:1px dotted #888;}
ul.accordion > li > ul > li > ul > li:last-child { border:none;}
/*/アコーディオン*/

.btn{
       display: inline-block;
       border: 1px solid #DDD;  
       border-radius: 4px;  
       -moz-border-radius: 4px;  
       -webkit-border-radius: 4px;
       background-color: #248;  
       color: #fff;
       text-align: center;
       width: 130px;

} 

.btn-push {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  background-color: #ffa300;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  border-bottom: 4px solid #d37800;
}

.btn-push:active {
    transform: translateY(4px);
    border-bottom: none;
}

.all {
    position: relative;
}
.all a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}