@charset "utf-8";

/************************************************************************************
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
img, fieldset { border: 0; }
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto¥9; /* ie8 */
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

body {
	font: 100% "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	color: #373737;
}
a:link, a:visited, a:active {
	color: #DC5A82;
	text-decoration: none;
	word-wrap: break-word;
	outline: none;
}
a:hover {
	color:#FF9F55;
	text-decoration: underline;
}


input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
 display: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
.clearfix {
	display: block;
	zoom: 1;
}
.clear {
	clear:both;
	font:0pt/0pt sans-serif;
}

.left { float:left; }
.left_img {
	float:left;
	padding-right: 20px;
	padding-bottom: 17px;
}
.right { float:right; }
.right_img {
	float:right;
	padding-bottom: 7px;
	padding-left: 10px;
}

/* text_font
---------------------------------------------*/
.fl {
	font-size:120%;
	line-height:140%;
}
.fs {
	font-size:80%;
	line-height:120%;
}
strong {
	font-size: 100%;
	font-weight: bold;
	color: #666666;
}
em {
	color: #fff;
	background-color: #E03034;
	padding: 2px 3px;
	font-size: 12px;
}
.b { font-weight:bold; }
.c { text-align:center; }
.r {
	text-align:right;
	display: block;
}
.l { text-align:left; }
.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.ml10 { margin-left: 10px; }
.pad_t15 { padding-top: 15px; }
.pad_l5 { padding-left: 5px; }
.pad_tb10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pad_A5 { padding: 5px; }
.pad_A10 { padding: 10px; }
.pad_A20 { padding: 20px; }
.p1 {
	padding-bottom: 1em;
	padding-left: 5px;
	padding-top: 0.2em;
	line-height: 1.4em;
}
.p2 {
	padding-bottom: 0.3em;
	padding-left: 5px;
	padding-top: 0.1em;
	line-height: 1.4em;
}
.font01 {
	font-size: 130%;
	font-weight: bold;
}
.font02 {
	font-size: 110%;
	font-weight: bold;
	color: #006800;
}
.font03 {
	font-size: 200%;
	font-weight: bold;
	color: #006800;
	padding-bottom:10px;
}
.overflow	{
	_zoom: 1;   
	overflow: hidden;
}
.indent     { 
     margin-left: 1em;
     text-indent: -1em;
}

/* Color
---------------------------------------------*/
.fc01 { color: #006800; }
.bg-gray { background: #e8e8e8; }
.bg-pink { background: #FFEAEC; }
.bg-red { background: #d20004; }
.fc-cc01 { color: #AA3350; }
.fc-wh { color: #fff; }
.fc-bk { color: #000; }
.fc-gray { color: #ccc; }
.fc-red { color: #d20004; }
.fc-blue { color: #3E8BEA; }
.fcs-wh { text-shadow:0 1px 1px #fff; }
.fcs-bk { text-shadow:0 -1px 1px #000; }
.fcs-gray { text-shadow:0 -1px 1px #ccc; }
