@charset "UTF-8";
/********************
 *  general
 ********************/

body{
	font-family:'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro','Verdana','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
	font-size: 75%;
	line-height: 1.6;
	height: 100%;
	color:#666;
	text-align: center;
	background:#FFF;
	border-top:solid 8px #D84481;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.4;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
h2.c_title{
	font-size:16px;
	line-height:1.4;
	width:265px;
	border-bottom:solid 1px #fff;
	margin-bottom:8px;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup, sub {
	line-height: -1px;/*
	vertical-align: text-top;
*/
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
hr {
	display: none;
}
p {
	margin-bottom: 1em;
}
th, td {
	padding: 0.5em;
}
th {
	white-space: nowrap;
	font-weight: normal;
	text-align: center;
}
ul {
	list-style-type: none;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.floatright{
	float:right;
}

.left {
	text-align: left;
}
.floatleft{
	float:left;
}
.clear {
	clear: both;
}
/********************
 *  clearfix
 ********************/
/* Start of "Micro clearfix" */
        
        .cf { zoom: 1; }
        .cf:before,
        .cf:after { content: ""; display: table; }
        .cf:after { clear: both; }
        
/* End of "Micro clearfix" */

/********************
 *  link
 ********************/
a{
	outline:none;
	overflow:hidden;
}
a img{
	border:none;
}
a:link {
	color: #D84481;
	text-decoration:none;
}
a:visited {
	color: #D84481;
	text-decoration: none;
}
a:hover {
	color: #D84481;
	text-decoration: underline;
}

#footer{
	clear:both;
	text-align:center;
	padding:20px 0 ;
	background:#D84481;
	color:#FFF;
}

address{
	font-style:normal;
	
}
