@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
    line-height:1;
	color: #333;
	background: #FFFFFF;
}

img:not([width]) {
	/*zoom: .5;*/
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	color: #333;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

address {
	font-style: normal;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #ccc;
    margin: 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.img {
	vertical-align: bottom;
}
.text {
	margin: 6%;
	text-align: center;
}
.text_left {
	margin: 6% 3%;
	text-align: left;
}
	
.list {
	margin: 6%;
	list-style: none;
}
footer{
	padding: 10px;
	background: #6A1A41;
	color: #fff;
	text-align: center;
}

div{
/*	margin: 3% auto;*/
	padding: 0;
	text-align:center;
}

.left{
	text-align:left;
}

ul.notes{
	margin-top: 5px;
	margin-bottom: 5px;
	list-style:none;
	text-align:left;
	font-size:small;
	padding-left: 1em;
    text-indent: -1em;
}

.limit{
	margin:10px 0;
	padding:10px;
	text-align:center;
	border:2px solid red;
	color:red;
	font-size:20px;
	font-weight:bold;
}
.pt_10{
	padding-top: 10px;
}
.pb_10{
	padding-bottom: 10px;
}
.fs_s{
	font-size:85%;
}
/* 注意書き
================================================== */
.notes, .notes00{
	color:#333;
	text-align:left;
/*	background:#f2f2f2;
	border: #ccc 1px solid;
	padding: 10px;
*/
}
.notes li, .notes00 li{
	padding-left: 1em;
	text-indent: -1em;
}
.notes00{
	background:#fff;
	border:solid 2px #ef8101;
	margin: 5px 0;
	padding: 5px;
	line-height:1.5;
}