html {
	font-family:"メイリオ", "游ゴシック", "ＭＳ Ｐゴシック", sans-serif;
}

body {
margin: 0 auto;
-webkit-text-size-adjust:100%;
background-color:#CCCCCC;
}

/* -- ヘッダ -- */
#head {
	position: fixed;
	z-index: 999;
	max-width: 640px;
	background-color:#B4E1FF;
	margin:0 auto;
	top:0;
}

#header {
	margin-left : auto ; margin-right : auto ;
	background-color:#B4E1FF;
}

#headerbox {
	float:right;
	width:400px;
	padding:0px;
	margin:0px;
}

#headerbox a{
	font-size:11px;
	color:#000DFF;
	font-weight: bold;
	text-decoration: none;
}

#headerbox a:hover {
	text-decoration:underline;
}

/* -- フッタ -- */

#footer {
	margin-left : auto ; margin-right : auto ;
	color:#ffffff;
	clear:both;
}

#footer a {
	color:#2A2A2A;
	text-decoration: none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer .section {
	border-bottom:#FFFFFF solid 1px;
	color:#FFF;
	font-weight:bold;
}
	
/* -- 本文領域 -- */

#wrapper {
	margin: 0px auto;
	max-width: 640px;
	background-color:#FFFFFF;
}

#container {
	margin:0 auto;
	max-width: 640px;
	padding-top:10px;
	background-color: #f29600;
}

@media screen and ( max-width:479px )
{
body {
	font-size: 1em;
	}
}

h1,h2,h3,h4,h5 {
  margin: 0 auto;
  line-height: 1.5em;
  }

p,pre {
  margin-top:5px;
  line-height: 1.5em;
  }

hr {
	margin:20px;}

ul {
margin-top:-5px;
}

li {
  list-style-type: none;
  padding-left: 5px;
  text-indent: -10px;
  margin-left:-30px;
}
li::before {
  position: relative;
  left:-5px;
  display: inline-block;
 
  width: 10px;
  height: 10px;
 
  content: '';
 
  border-radius: 100%;
  background: black;
}
h1 {
	padding-top:5px;
	padding-bottom:5px;
	font-size:1.6em;
	font-weight:bold;
	text-align:center;
	color:#006699;
	border-bottom-style:solid;
	border-bottom-color:#036;
	border-bottom-width:1px;

}

h2{
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	padding:2px;
	margin-top:0px;
	margin-bottom:20px;
	color:#FFFFFF;
	background-color:#E70012;
	border-width:non;
	width:60%;
	border-radius: 20px;        /* CSS3草案 */  
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 20px;   /* Firefox用 */  
	}

h3	{
	font-size:1.2em;
	font-weight:bold;
	padding-top:2px;
	background-color:#FFE45F;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
}

h4	{
	font-size:1.1em;
	font-weight:bold;
	margin-top:1em;
	margin-left:5px;
	margin-right:5px;
	padding-left:5px;
	color:#036;
	border-top: double #0084FF;
	border-bottom: solid 1px #0084FF;
	}

h5	{
	font-size:1em;
	font-weight:bold;
	margin-left:0px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	border-left-style:double;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-left:5px;
	}

h6	{
	font-size:0.9em;
	font-weight:bold;
	margin-left:-20px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:5px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	padding: 0px;
	}

.conttitle	{
	font-size:1.2em;
	font-weight:bold;
	width:200px;
	float:left;
	text-align:center;
	color:#FFF;
	background-color:#A40B5F;
	border-width:thin;
	border-style:solid;
	margin-top:10px;
}

table {
	margin: 0 auto;
}

table.top {
	margin: 0 auto;
	table-layout:fixed;
}

a.btn {
  display: inline-block;
  margin: 15px 15px 0;
  padding: .6em 1.1em;
  font-size: 20px;
  font-size: 1.2rem;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #fe4365;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #fe4365;
  box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #fe4365;
  border: none;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
}
a.btn:hover, a.btn:focus {
  -webkit-box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #ff0364;
  box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #ff0364;
  -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-animation: gelatine 0.5s 1;
  animation: gelatine 0.5s 1;
}

a.btn-secondary {
  background:#69C;
  -webkit-box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #c8c8a9;
  box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #c8c8a9;
}
a.btn-secondary:hover {
  -webkit-box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #bebe99;
  box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #bebe99;
}

a.btn-sub {
  background: #C60;
  -webkit-box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #c8c8a9;
  box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #c8c8a9;
}
a.btn-sub:hover {
  -webkit-box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #bebe99;
  box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #bebe99;
} 
  
a.btn:active,
a.btn-sub:active,
a.btn-secondary:active {
  background: #4ecdc4;
  -webkit-transition-duration: 0;
  transition-duration: 0;
  -webkit-box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #3ac7bd;
  box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #3ac7bd;
}

a.smallbtn {
  display: inline-block;
  margin: 5px 5px 0;
  padding: .4em .8em;
  font-size:0.9em;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #06C;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #fe4365;
  box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #fe4365;
  border: none;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
}
a.smallbtn:hover, a.smallbtn:focus {
  -webkit-box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #ff0364;
  box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #ff0364;
  -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-animation: gelatine 0.5s 1;
  animation: gelatine 0.5s 1;
}

a.smallbtn:active {
  background: #4ecdc4;
  -webkit-transition-duration: 0;
  transition-duration: 0;
  -webkit-box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #3ac7bd;
  box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #3ac7bd;
}


/* -- #画像関係指定 -- */

.autoimg {
	max-width: 100%;
	height:auto;
}

.img-r {
    float: right;
	max-width: 100%;
	height:auto;
	margin:5px;
}

.img-l {
    float: left;
	max-width: 100%;
	height:auto;
	margin:5px;
}

/* -- テキスト装飾 -- */

.stdtext {
	text-align:left;
	padding-left:30px;
	font-size:1em;
	line-height:1.5em;
}
	
.whitetitle {
	color:#FFFFFF;
	font-weight:bold;
	}

.snote {
	font-size:0.7em;
}

.warn {
	font-size:0.9em;
	font-weight:bold;
	color:red;
}

.footertext {
	color:#252525;
	font-size:0.9em;
	margin:10px;
}

.footercopy {
	color:#FFFFFF;
	font-size:0.8em;
	margin:10px;
}

.footlink {
	border: 1px #BBBBBB solid;
	padding:10px;
}

/* -- テキストボックス内の指定 -- */
a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.clearfix {
display: inline-table;
}

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

.clear {
clear:both;
}

.clear hr {
display:none;
}

.topbox {
	max-width: 1000px;
	display: box;
	display: -webkit-box;
	display: -moz-box;

	/* 配置したボックスを左右中央寄せにする */
	box-pack: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
}

.secbox {
	display: inline-block;
	text-align:left;
	vertical-align:top;
	max-width: 100%;
	font-size:0.9em;
	background-color:#FFFFFF;
	margin:20px;
	padding:20px;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}

.contbox {
	text-align:left;
	vertical-align:middle;
	max-width: 100%;
	font-size:0.9em;
	background-color:#FFFFFF;
	margin:20px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:5px;
	padding-right:5px;
}


