﻿@charset "UTF-8";

h1 {
	color: #e85298;
       text-shadow: 1px 1px #ccc;
	font-size: 24px;
}

h2 {
	color: #000000;
	font-size: 18px;
	margin: 0px;
       text-align: center;
}

h3 {
	color: #000000;
	font-size: 10px;
	margin: 0px;
}

body {
        font-size: 14px ;
	font-family: Verdana, "Droid Sans", Roboto, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
        -webkit-text-size-adjust: 100%;
        -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -o-text-size-adjust: 100%;
        text-size-adjust: 100%;
}

.naka {
       text-align: center;
}

.size_18 {
      font-size: 18px;
      line-height: 3.0;
      margin-bottom: 50px;
}

.size_16 {
      font-size: 16px;
}

.size_14 {
      font-size: 14px;
}

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

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a.nashi {
	text-decoration: none;
	color: #000000;
}

a:hover.white {
	color: #FFFFFF ;
	text-decoration: underline ;
}

a:link.white {
	color: #FFFFFF ;
}

a.amazon {
	text-decoration: underline;
	color: #0000FF;
}

.white {
	color: #FFFFFF ;
	font-size: 13px
}

.hon {
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
}

.all {
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 12px;
}

.link {
	font-weight: bold;
}

.boder {
	width: 270px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8080ff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.boder2 {
	width: 170px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8080ff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.hwideyellow {
	background-color: #FFFF55;
	padding: 0.3em 0px;
}

td {
       text-align: left;
}

td.white {
	color: #FFFFFF
        font-size: 14px;
}

p.waku {
	padding: 4px;
	border: 1px solid #8080C0;
	background-color: #ffffff;
        width: 738px;
}

.top-btn {
width: 600px;
margin: 5px auto 0;
}

.top-btn > a {
display: block;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: #f992c1;
color: #fff;
font-size: 15px;
text-align: center;
height: 42px;
line-height: 42px;
-webkit-box-shadow: 0 3px 0 #c35588;
-moz-box-shadow: 0 3px 0 #c35588;
box-shadow: 0 3px 0 #c35588;
}

.top-btn > a:hover {
-webkit-transform: translate3d(0px,3px,0);
-moz-transform: translate3d(0px,3px,0);
transform: translate3d(0px,3px,0);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.table-css, .td-css {
border-style:none;
margin:0 auto;
}

@media print {
  body { display: none !important; }
}