@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: .81em/150% "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	color: #4C4C4C;
}
a:link, a:visited, a:active {
	color: #3895AA;
	text-decoration: none;
	word-wrap: break-word;
	outline: none;
}
a:hover {
	color:#3895AA;
	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;
}

/* 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: #CD0065; }
.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; }
.next {
	clear: both;
	margin-top: 15px;
}
.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: 115%;
	font-weight: bold;
}
.font02 {
	font-size: 110%;
	font-weight: bold;
	color: #CD0065;
}
.font03 {
	font-size: 200%;
	font-weight: bold;
	color: #FF44A2;
	padding-bottom:10px;
}
.overflow	{
	_zoom: 1;   
	overflow: hidden;
}

/* Color
---------------------------------------------*/
.fc01 { color: #FF0000; }
.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; }
.gra-wh {
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F3F3F3), color-stop(0.00, #fff));
	background: -moz-linear-gradient(#fff, #F3F3F3);
	background: -o-linear-gradient(#fff, #F3F3F3);
	background: -ms-linear-gradient(#fff, #F3F3F3);
}
.gra-gray {
	background: #e3e3e3;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #e3e3e3));
	background: -moz-linear-gradient(#fff, #e3e3e3);
	background: -o-linear-gradient(#fff, #e3e3e3);
	background: -ms-linear-gradient(#fff, #e3e3e3);
}
.gra-bk {
	background: #131313;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #4b4b4b), color-stop(1.00, #131313));
	background: -moz-linear-gradient(#4b4b4b, #131313);
	background: -o-linear-gradient(#4b4b4b, #131313);
	background: -ms-linear-gradient(#4b4b4b, #131313);
}
.gra-red {
	background: #d20004;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #d20004), color-stop(1.00, #130505));
	background: -moz-linear-gradient(#d20004, #130505);
	background: -o-linear-gradient(#d20004, #130505);
	background: -ms-linear-gradient(#d20004, #130505);
}
.gra-cc01 {
	background: #912c44;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #912c44), color-stop(0.00, #cc607b));
    background: -webkit-linear-gradient(top, #cc607b 0%, #912c44 88%);
    background: -moz-linear-gradient(top, #cc607b 0%, #912c44 88%);
    background: -o-linear-gradient(top, #cc607b 0%, #912c44 88%);
    background: -ms-linear-gradient(top, #cc607b 0%, #912c44 88%);
}
