/****************************************
	Base CSS
    Created : 2015/03/15
	Last Updated : 2015/03/15
*****************************************/

/*======================================
 * Reset
 =======================================*/
* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
}
body{
	margin:0;
	padding:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section{
	display:block;
}
nav ul{
	list-style:none;
}
blockquote, q{
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after{
	content:none;
}
del{
	text-decoration:line-through;
}
abbr[title], dfn[title]{
	border-bottom:1px dotted;
	cursor:help;
}
table{
	border-collapse:collapse;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	margin:1em 0;
}
hr{
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}
input, select{
	vertical-align:middle;
}


/*======================================
 * Base 
 =======================================*/
html * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	font-family: 'Lucida Grande', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-size: 0.95rem;
	letter-spacing: 0.02em;
	line-height: 1.5;
	word-break: break-all;
}
em, i{
	font-family: 'Lucida Grande', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	margin: 1em 0 .8em;
	clear: both;
}
h1{
	font-size: 180%;
}
h2{
	font-size: 150%;
}
h3{
	font-size: 140%;
}
h4, h5, h6{
	font-size: 120%;
}
small{
	font-size: .68em;
}
p{
	margin: 0 0 .8em;
}
blockquote, q{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after{
	content: none;
}
del{
	text-decoration: line-through;
}
abbr[title], dfn[title]{
	border-bottom: 1px dotted #d9d9d9;
	cursor: help;
}
nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul li{
	margin: 0;
}
fieldset{
	margin: 1em 0;
}
section{
	margin-bottom: 20px;
	clear: both;
}
iframe{
	border: none;
}
label{
	margin-bottom: 0.3em;
}
sub{
	font-size: .78em;
	line-height: 1em;
	vertical-align: sub;
}
sup{
	font-size: .78em;
	line-height: 1em;
	vertical-align: super;
}
a{
	color: #00F;
	text-decoration: underline;
}
ul{
	list-style: disc;
	list-style-position: outside;
}
ul li{
	margin-left: 2em;
}
ol{
	list-style: decimal;
	list-style-position: outside;
}
ol li{
	margin-left: 2.32em;
	text-indent: -.34em;
}
img {
	height: auto;
	max-width: 100%;
	width: auto;
	vertical-align: middle;
}
table{
	border-collapse: collapse;
}

/* 
 * clearfix
 */
.cf:before, .cf:after{
	content: '';
	display: table;
}
.cf:after{
	clear: both;
}
.cf{
	clear: both;
	zoom: 1;
}


/*=====================================
 * Bless-U Base
 ======================================*/
body {
	color: #000;
	font-size: 12px;
	font-size: .75rem;
}
a {
	color: #706C6B;
}
a:hover, a:active {
	text-decoration: none;
}
