/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
	line-height:1;
	font-family:"Helvetica","ヒラギノ角ゴ ProN W3";
	font-feature-settings:"palt" 1;
	background-color:#000;
	min-width:320px;
	max-width:375px;
	margin:0 auto;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

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;
}

/* 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;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}


.top{
	margin:0 auto;
}

main{
	margin:0 auto;
	width:94%;
}

.mainV{
	margin:0 auto;
	margin-bottom:10px;
	background-image:url(img/kv/kv_amecomi.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
	padding-top:20px;
}

.mainV .subtitle{
	margin:10px;
	font-size:12px;
}

.detail, .step{
	margin:0 auto;
	color:#fde30c;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	border:solid 3px #fde30c;
	margin-bottom:10px;
}

.dtailbox {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.dtail_ketakuma {
	position: absolute;
	top: 14%;
	right: 2%;
	width: 30%;
}

.cptitle{
	margin-top:10px;
}

.detailtext{
	color:#fff;
	font-size:12px;
	line-height:1.3c;
	margin-top:10px;
	margin-bottom:10px;
}

.link {
	margin:20px auto;
	text-align:center;
}
.link img {
	vertical-align: middle;
}
.link p {
	margin-bottom: 10px;
	border: 1px solid #fff;
}

.accbox {
    margin:0 auto;
    padding: 0;
    max-width: 400px;
}


.accbox label {
	display: block;
	margin:0 auto;
	margin-bottom:10px;
	padding : 10px 12px;
	color:#512D0B;
	font-size:14px;
	font-weight: bold;
	background-color:#F8F4E4;
    cursor :pointer;
	text-align:center;
}

.accbox input {
    display: none;
}

.accbox .accshow {
	height:0;
	margin:0;
    padding:0;
    overflow:hidden;
    opacity:0;
}

.cssacc:checked + .accshow {
	height: auto;
	opacity: 1;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#F8F4E4;
	font-size:10px;
	line-height:1.3;
	color:#512D0B;
	margin-bottom:10px;
}

.accbox h1,.contact h1,.privacy h1{
	text-align:center;
	font-size:14px;
	margin-bottom:15px;
	line-height:1.5;
}

.accbox ol{
	margin:0 15px;
	margin-bottom:15px;
	list-style-type:none;
	line-height:1.4;
}

.accbox ol h2{
	font-size:10px;
}

.accbox ol li{
	margin-left:7px;
	font-weight:lighter;
	font-size:10px;
}

.accbox li:before{
	content:'';
	width:2px;
	height:2px;
	display:inline-block;
	border-radius:100%;
	background:#000;
	position:relative;
	left:-0.4em;
	top:-3px;
}

.contact{
	margin:0px auto;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#F8F4E4;
	font-size:1em;
	line-height:1.3;
	color:#512D0B;
	text-align:center;
}
.text{
	font-size:0.6em;
	line-height:20px;
}

.contact .mail{
	line-height:1.5;
}

.privacy{
	margin:0px auto;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#F8F4E4;
	font-size:1em;
	line-height:1.3;
	color:#512D0B;
	text-align:center;
}

.privacy h2{
	font-size:12px;
}

footer{
	color:#fff;
	font-size:10px;
	text-align:center;
	margin-top:10px;
	margin-bottom:50px;
}
