﻿@charset "utf-8";

/* 
HTML 5 Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Editor:Ricochets
*/

/*--------------base--------------*/

* {
	margin: 0;
	padding: 0;
	list-style:none;
	outline:0;
	vertical-align:baseline;
	/*background:transparent;*/
}
img,
a img {
	border: 0;
	vertical-align:baseline;
}

article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section {
	display:block;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

/*--------------user--------------*/

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

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 #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

/*--------------cmn--------------*/

html, body {
	height: 100%;
	overflow-x: hidden;
}

body {
	font-size: 80%;
	line-height: 170%;
	font-family: Verdana, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 0.5px;
	color: #341b0e;
}

.L{
	float: left;
}

.R{
	float: right;
}

.clear {
	clear: both;
}

.st{
	font-weight: bold;
}

.mb5{
	margin-bottom: 5px!important;
}

.mb10{
	margin-bottom: 10px!important;
}

.mb15{
	margin-bottom: 15px!important;
}

.mb20{
	margin-bottom: 20px!important;
}

.mb30{
	margin-bottom: 30px!important;
}

.mb40{
	margin-bottom: 40px!important;
}

.mb50{
	margin-bottom: 50px!important;
}

.mb60{
	margin-bottom: 60px!important;
}

.nbg{
	background: none!important;
}

.nm{
	margin: 0!important;
}
.nmt{
	margin-top: 0!important;
}
.nmr{
	margin-right: 0!important;
}
.nmb{
	margin-bottom: 0!important;
}
.nml{
	margin-left: 0!important;
}

.np{
	padding: 0!important;
}
.npt{
	padding-top: 0!important;
}
.npr{
	padding-right: 0!important;
}
.npb{
	padding-bottom: 0!important;
}
.npl{
	padding-left: 0!important;
}

.nb{
	border: none!important;
}
.nbt{
	border-top: none!important;
}
.nbr{
	border-right: none!important;
}
.nbb{
	border-bottom: none!important;
}
.nbl{
	border-left: none!important;
}

.aleft{
	text-align: left!important;
}
.aright{
	text-align: right!important;
}
.acenter{
	text-align: center!important;
}

.rel{
	position: relative;
}

.super{
	vertical-align: super;
	font-size: 80%;
}
.cap{
	font-size: 80%;
	line-height: 150%;
	font-weight: normal;
}

/*画面幅でSP対応*/
.pc_only{
	display: block;
}
.sp_only{
	display: none;
}
/*800以下*/
@media screen and (max-width: 980px){
	.pc_only{
	display: none;
}
.sp_only{
	display: block;
}
}




