@charset "utf-8";

/* ===================================================================
CSS information

 file name  :common.css
 author     :PLOTT
 style info :コーポレート（PC,SP）基本CSS
=================================================================== */

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

html {-webkit-text-size-adjust: 100%}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	color:#251e1c;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

body {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

caption,th {
	text-align: left;
	font-weight:normal;
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

.tCenter { text-align:center;}
.noLetterSpace { letter-spacing: normal;}








/* mainImg -flexslider-
=================================================================== */
#mainImg div.flexslider {
	margin: 0 !important;
	background: none !important;
	border: none !important;
	box-shadow:none !important;
	margin:0 auto !important;
}

#mainImg .flex-direction-nav .flex-prev {
	width:61px !important;
	height:61px !important;
	left: 0 !important;
	background: url(../images/grouptop/bt_arrowl.png) no-repeat center bottom !important;
}

#mainImg .flex-direction-nav .flex-next {
	width:61px !important;
	height:61px !important;
	right: 0 !important;
	background: url(../images/grouptop/bt_arrowr.png) no-repeat center bottom !important;
}




