@charset "UTF-8";
th,h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
body {
	font-size: 16px;/* 12px */
	/* 14px font-size: 113%; */
	/* 10px font-size: 82%;*/
	line-height: 1.4;
	color: #333;
	font-family:  "游ゴシック", Yu Gothic, "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif!important;
}
* html body {
	font-size: 16px;
	line-height: 1.5;
}

a:link,
a:visited {
	text-decoration: none;
	outline: none;
}
a:hover,
a:active {
	opacity: 0.7;
	text-decoration: none;
	outline: none;
}
img {
	vertical-align: bottom;
}
/*----------------------------------------
	clearfix
-----------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
	font-size: 0.1px;
	line-height: 0.1px;
}

.clearfix {
	display: inline-block;
	position: relative; /* DW */
}

/* Hides from IE-mac \*/
.clearfix {
	display: block; 
}
/* End hide from IE-mac */


/*----------------------------------------
	space
-----------------------------------------*/

.pt10 {
	padding-top: 10px!important;
}
.pt15 {
	padding-top: 15px!important;
}
.pt20 {
	padding-top: 20px!important;
}
.pt25 {
	padding-top: 25px!important;
}
.pt30 {
	padding-top: 30px!important;
}
.pt75 {
	padding-top: 75px!important;
}
.pt80 {
	padding-top: 80px!important;
}
.pb10 {
	padding-bottom: 10px!important;
}
.pb15 {
	padding-bottom: 15px!important;
}
.pb20 {
	padding-bottom: 20px!important;
}
.pb25 {
	padding-bottom: 25px!important;
}
.pb30 {
	padding-bottom: 30px!important;
}
.pb90 {
	padding-bottom: 90px!important;
}



.pl10 {
	padding-left: 10px!important;
}
.pl20 {
	padding-left: 20px!important;
}
.pl30 {
	padding-left: 30px!important;
}
.pl40 {
	padding-left: 40px!important;
}
.pl50 {
	padding-left: 50px!important;
}
.pr10 {
	padding-right: 10px!important;
}
.pr20 {
	padding-right: 20px!important;
}
.pr30 {
	padding-right: 30px!important;
}
.pr40 {
	padding-right: 40px!important;
}
.pr50 {
	padding-right: 50px!important;
}



.w350 {
	width: 350px!important;
}

.h147 {
	height: 147px!important;
}

/*----------------------------------------
	font-color
-----------------------------------------*/

.text_red {
	color: #bc2f3b;
}

/*----------------------------------------
	 線種
-----------------------------------------*/

.text_bold {
	font-weight: bold;
}

