@charset 'UTF-8';

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -----------------------------
	font
------------------------------*/
.font12 {font-size: 12px;}
.font13 {font-size: 13px;}
.font14 {font-size: 14px;}
.font15 {font-size: 15px;}
.font16 {font-size: 16px;}
.font17 {font-size: 17px;}
.font18 {font-size: 18px;}
.font19 {font-size: 19px;}
.font20 {font-size: 20px;}
.font21 {font-size: 21px;}
.font22 {font-size: 22px;}
.font23 {font-size: 23px;}
.font24 {font-size: 24px;}
.font25 {font-size: 25px;}
.font26 {font-size: 26px;}

/* -----------------------------
	img
------------------------------*/
img {
vertical-align: bottom;
}

a img {
border: none;
}

a:hover img {
border: none;
}

/* -----------------------------
	text
------------------------------*/
p {

}

h1,
h2,
h3,
h4,
h5,
h6 {
}

h1 {
}

h2 {
}

h3 {
margin-bottom: 10px;
font-size: 16px;
font-weight: bold;
}

h4 {
margin-bottom: 10px;
font-size: 14px;
font-weight: bold;
}

h5 {
}

h6 {
}

em {
font-weight: bold;
font-style: normal;
}

strong {
font-weight: bold;
}

@media screen and (max-width: 640px) {
h3 {
font-size: 16px;
}

h4 {
margin-bottom: 15px;
font-size: 16px;
}
}

/* -----------------------------
	link
------------------------------*/
a {
color: #0000ff;
}

a:link {
color: #0000ff;
text-decoration: none;
}

a:visited {
color: #6600cc;
text-decoration: none;
}

a:hover {
color: #0000ff;
text-decoration: underline;
border: none;
}

/* -----------------------------
	List Module
------------------------------*/
ul,
ol,
dl {
list-style-position: outside;
}

/*------------------------------
	text-align module
------------------------------*/
.textL {text-align: left;}
.textC {text-align: center;}
.textR {text-align: right;}

/* -----------------------------
	margin Module
------------------------------*/
.mg0 {margin: 0!important;}

.mgB0 {margin-bottom: 0!important;}
.mgB5 {margin-bottom: 5px!important;}
.mgB10 {margin-bottom: 10px!important;}
.mgB15 {margin-bottom: 15px!important;}
.mgB20 {margin-bottom: 20px!important;}
.mgB25 {margin-bottom: 25px!important;}
.mgB30 {margin-bottom: 30px!important;}
.mgB35 {margin-bottom: 35px!important;}
.mgB40 {margin-bottom: 40px!important;}
.mgB45 {margin-bottom: 45px!important;}
.mgB50 {margin-bottom: 50px!important;}
.mgB55 {margin-bottom: 55px!important;}
.mgB60 {margin-bottom: 60px!important;}

.mgT0 {margin-top: 0!important;}
.mgT5 {margin-top: 5px!important;}
.mgT10 {margin-top: 10px!important;}
.mgT15 {margin-top: 15px!important;}
.mgT20 {margin-top: 20px!important;}
.mgT25 {margin-top: 25px!important;}
.mgT30 {margin-top: 30px!important;}
.mgT35 {margin-top: 35px!important;}
.mgT40 {margin-top: 40px!important;}
.mgT45 {margin-top: 45px!important;}
.mgT50 {margin-top: 50px!important;}
.mgT55 {margin-top: 55px!important;}
.mgT60 {margin-top: 60px!important;}

.mgR0 {margin-right: 0!important;}
.mgR5 {margin-right: 5px!important;}
.mgR10 {margin-right: 10px!important;}
.mgR15 {margin-right: 15px!important;}
.mgR20 {margin-right: 20px!important;}
.mgR25 {margin-right: 25px!important;}
.mgR30 {margin-right: 30px!important;}
.mgR35 {margin-right: 35px!important;}
.mgR40 {margin-right: 40px!important;}
.mgR45 {margin-right: 45px!important;}
.mgR50 {margin-right: 50px!important;}
.mgR55 {margin-right: 55px!important;}
.mgR60 {margin-right: 60px!important;}

.mgL0 {margin-left: 0!important;}
.mgL5 {margin-left: 5px!important;}
.mgL10 {margin-left: 10px!important;}
.mgL15 {margin-left: 15px!important;}
.mgL20 {margin-left: 20px!important;}
.mgL25 {margin-left: 25px!important;}
.mgL30 {margin-left: 30px!important;}
.mgL35 {margin-left: 35px!important;}
.mgL40 {margin-left: 40px!important;}
.mgL45 {margin-left: 45px!important;}
.mgL50 {margin-left: 50px!important;}
.mgL55 {margin-left: 55px!important;}
.mgL60 {margin-left: 60px!important;}


/* -----------------------------
	Form Module
------------------------------*/
form {
margin: 0;
padding: 1px 0;
}

form dl,
form p {
}

fieldset {
}

legend {
}

textarea {
}

textarea:hover {
}

textarea:focus {
}

textarea {
}

/* -----------------------------
	blockquote
------------------------------*/
blockquote {
margin-bottom: 10px;
padding: 10px 10px 1px;
background: #eee;
line-height: 1.6;
}

blockquote:after {
content: "出典 "attr(cite);
display: block;
padding: 10px;
font-size: 12px;
word-wrap: break-word;
}

/* -----------------------------
	Table
------------------------------*/
table {
}

th,
td {
}

th {
}

td {
}

/* -----------------------------
	clearFix
------------------------------*/
.clearFix:after {
content: "";
display: block;
clear: both;
}

.clearFix {
zoom: 1;
}

.clear {
clear: both;
}
