@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);
/*
=========================================================
reset
=========================================================
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html { overflow-y: scroll; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
}
ol, ul { list-style: none; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table td { vertical-align: top; }
caption, th { text-align: left; }
img{ vertical-align:bottom; }
a:focus { outline: none; }
/*
=========================================================
clearfix
=========================================================
*/
.cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .cf { zoom: 1; } /* IE6 */
*:first-child+html .cf { zoom: 1; } /* IE7 */
/*
=========================================================
Media widh off
=========================================================
*/
img, object, embed, video {
	max-width: 100%;
	height: auto;
}
/*
=========================================================
iPhone font size off
=========================================================
*/
body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
/*
=========================================================
img clear edge
=========================================================
*/
img.crisp-edges {
	image-rendering:optimizeSpeed;
	image-rendering:-moz-crisp-edges;
	image-rendering:-o-crisp-edges;
	image-rendering:-webkit-optimize-contrast;
	image-rendering:crisp-edges;
	-ms-interpolation-mode:bicubic;
}
/*
=========================================================
table
=========================================================
*/
table {
	width: 100%;
	border-collapse: collapse;
}
table tr th {
	text-align: left;
	font-weight: normal;
}
table tr td {
}
/*
=========================================================
hr
=========================================================
*/
hr {
    display:block;
    height: 1px;
    border:0;
    border-top:1px solid #ccc;
    margin:1em 0;
    padding:0;
}
/*
=========================================================
iOS Button Reset
=========================================================
*/
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}
/*
=========================================================
配置
=========================================================
*/
.img_right,
.right	{ float: right;}
.img_left,
.left	{ float: left;}
.txt_center	{ text-align: center;}
.txt_left	{ text-align: left;}
.txt_right	{ text-align: right;}

