@charset "utf-8";
/* CSS Document */

/*********************/
/***** reset *****/
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;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

img {
	border-style: none;
	vertical-align: middle;
}

html {
	overflow-y: scroll;
}

/* opacity-rollover IE用 */
a:hover img {
	/*opacity:0.8;*/
	/*filter:alpha(opacity=80);*/
	/* IE6・7 */
	/*-ms-filter: “alpha( opacity=80 )”;*/
	/* IE8 */
}





/*************************************************************/
/*************************************************************/
/*************************************************************/

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

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

a:hover {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #333;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

/*****************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
  height: auto;
  overflow: hidden;
  /**/
}

/*****************/

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.clear {
	clear: both;
}

/*****************/

.mgnT5 {
	margin-top: 5px;
}

.mgnT10 {
	margin-top: 10px;
}

.mgnT15 {
	margin-top: 15px;
}

.mgnT20 {
	margin-top: 20px;
}

.mgnT25 {
	margin-top: 25px;
}

.mgnT30 {
	margin-top: 30px;
}

.mgnT35 {
	margin-top: 35px;
}

.mgnT40 {
	margin-top: 40px;
}

.mgnT50 {
	margin-top: 50px;
}

.mgnT60 {
	margin-top: 60px;
}

.mgnT80 {
	margin-top: 80px;
}

.mgnT100 {
	margin-top: 100px;
}

.mgnT120 {
	margin-top: 120px;
}

.mgnT150 {
	margin-top: 150px;
}

*p.mgnT-1 {
	margin-top: -1px;
}

.mgnB2 {
	margin-bottom: 2px;
}

.mgnB5 {
	margin-bottom: 5px;
}

.mgnB10 {
	margin-bottom: 10px;
}

.mgnB15 {
	margin-bottom: 15px;
}

.mgnB30 {
	margin-bottom: 30px;
}

.mgnB40 {
	margin-bottom: 40px;
}

.mgnB50 {
	margin-bottom: 50px;
}

.mgnL10 {
	margin-left: 10px;
}

.mgnL20 {
	margin-left: 20px;
}

.mgnL30 {
	margin-left: 30px;
}

.mgnL40 {
	margin-left: 40px;
}

.mgnL50 {
	margin-left: 50px;
}

.mgnL60 {
	margin-left: 60px;
}

.mgnL70 {
	margin-left: 70px;
}

.mgnR8 {
	margin-right: 8px;
}

.mgnR10 {
	margin-right: 10px;
}

.mgnR12 {
	margin-right: 12px;
}

.mgnR15 {
	margin-right: 15px;
}

.mgnR20 {
	margin-right: 20px;
}

.mgnR22 {
	margin-right: 22px;
}

.mgnR30 {
	margin-right: 30px;
}

.mgnR40 {
	margin-right: 40px;
}

.mgnR150 {
	margin-right: 150px;
}

.mgnR200 {
	margin-right: 200px;
}

.mgnR250 {
	margin-right: 250px;
}

.padT10 {
	padding-top: 10px;
}

.padT20 {
	padding-top: 20px;
}

.padL3 {
	padding-left: 3px;
}

.padL5 {
	padding-left: 5px;
}

.padL10 {
	padding-left: 10px;
}

.padL15 {
	padding-left: 15px;
}

.padR10 {
	padding-right: 10px;
}


/*****************/

.txtCenter {
	text-align: center;
}

.txtRight {
	text-align: right;
}


/*****************/

.txtColor1 {
	color: #353481;
	text-align: left;
}

.txtIndent {
	text-indent: -1em;
	margin-left: 1em;
}

.txtIndent2 {
	text-indent: -2em;
	margin-left: 2em;
}

.txtIndent3 {
	text-indent: -1.3em;
	margin-left: 1.3em;
}


/*****************/

.fontSize14 {
	font-size: 14px;
}


/*****************/

.w100per {
	width: 100%;
}

.w75per {
	width: 75%;
}

.w50per {
	width: 50%;
}

.w25per {
	width: 25%;
}


/*****************/