@charset "utf-8";

/* reset
-------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	background:#FFFFFF;
	color:#333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic ProN;
	font-size:82%;
	line-height:1.5;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
	line-height:1.5;
}
th {
	font-weight:normal;
	text-align:left;
}
img {
	border:0;
	vertical-align:bottom;
}
ul li {
	list-style:none;
}
ol {
	padding-left:18px;
	*padding-left:24px;
	_padding-left:24px;
}
input, textarea {
	vertical-align:middle;
}
address, em {
	font-style:normal;
}


@media screen and (max-width:759px) {
img {
	margin-bottom:10px;
}
.reset img {
	margin-bottom:0;
}
}

/* link
-------------------------------------------------------------------*/
a:link, a:visited, a:hover {
	color:#333;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

/* common class
-------------------------------------------------------------------*/
/* general purpose class:Not set */
.left_area {}
.right_area {}
.bg_top {}
.bg_mdl {}
.bg_btm {}
.first {}
.last {}

/* position */
.position {	position:relative;}

/* float */
.flt_left {	float:left;}
.flt_right {	float:right;}

/* margin:top */
.mt05 {	margin-top:5px !important;}
.mt10 {	margin-top:10px !important;}
.mt15 {	margin-top:15px !important;}
.mt20 {	margin-top:20px !important;}

/* margin:right */
.mr05 {	margin-right:5px !important;}
.mr10 {	margin-right:10px !important;}
.mr15 {	margin-right:15px !important;}
.mr20 {	margin-right:20px !important;}

/* margin:bottom */
.mb00 {	margin-bottom:0 !important;}
.mb05 {	margin-bottom:5px !important;}
.mb10 {	margin-bottom:10px !important;}
.mb15 {	margin-bottom:15px !important;}
.mb20 {	margin-bottom:20px !important;}
.mb25 {	margin-bottom:25px !important;}
.mb30 {	margin-bottom:30px !important;}
.mb35 {	margin-bottom:35px !important;}
.mb40 {	margin-bottom:40px !important;}
.mb50 {	margin-bottom:50px !important;}
.mb60 {	margin-bottom:60px !important;}

/* margin:left */
.ml05 {	margin-left:5px !important;}
.ml10 {	margin-left:10px !important;}
.ml15 {	margin-left:15px !important;}
.ml20 {	margin-left:20px !important;}

/* font */
.f_bold {	font-weight:bold !important;}
.f_normal {	font-weight:normal !important;}
.f_10 {	font-size:85% !important;}
.f_12 {	font-size:90% !important;}
.f_14 {	font-size:115% !important;}
.f_16 {	font-size:130% !important;}

.f_sub { font-size:75% ;}
/* align */
.t_left {	text-align:left !important;}
.t_center {	text-align:center !important;}
.t_right {	text-align:right !important;}
.img_btm {	vertical-align:text-bottom;}

/* Javascript:rollover */
.btn {}

/* clearfix
-------------------------------------------------------------------*/
dl:after, ul:after, .fix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}
dl, ul, .fix {
	display:inline-block;
	min-height:1%;
}
/* start hide from IE-mac\*/
*html dl, *html ul, *html .fix {
	height:1%;
}
dl, ul, .fix {
	display:block;
}
/* End hide from IE-mac */


@media screen and (max-width:759px) {

/* reset
-------------------------------------------------------------------*/
body {
	color:#000000;
	font-size:12px;
	-webkit-text-size-adjust:none;
}
span {
	display:block;
}

/* link
-------------------------------------------------------------------*/
a {
	display:block;
}
 a:visited, a:hover {
	color:#000;
	text-decoration:none;
}
.main_col a:link {
	text-decoration:underline;
}
/* font
-------------------------------------------------------------------*/
.f_10 {	font-size:10px !important;}
.f_12 {	font-size:12px !important;}
.f_14 {	font-size:14px !important;}
.f_16 {	font-size:16px !important;}

.f_sub { font-size:85% ;}
}



