@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;
	word-break : break-all;
}
img,
a img {
	border: 0;
	vertical-align: top;
}

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%;
}

html{
	font-size: 62.5%;
}
@media screen and (max-width: 850px){
	html{
		font-size: 55%;
	}
}
body {
	font-size: 1.45rem;
	line-height: 1.8;
	color: #333;
	letter-spacing: 0.5px;
	-webkit-text-size-adjust: 100%;
	font-family:"微软雅黑" ,  "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

.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;
}

.mb80{
	margin-bottom: 80px!important;
}

.mt15{
	margin-top: 15px!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;
}


.page_list a{ margin-left:10px  }