@charset "utf-8";

/* 共通モジュールCSS ///////////////////////////// */

/* デフォルトのスタイルをリセット */
* {
 margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-style:normal;
}


/* フォントのセット */
* {
	font-family: "MS UI Gothic", sans-serif;
	line-height: 150%;
	font-size: 12px;
	color: #333333;
}

/* リンク画像 */

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/* 共通クラス */

.Fleft {	float: left; }
.Fright {	float: right; }

.imgFleft {
	float: left;
	margin-right: 12px;
	margin-bottom: 20px;
}

.pl36 { padding-left: 36px; }

.mb3 { margin-bottom: 3px; }
.mb5 { margin-bottom: 5px; }
.mb6 { margin-bottom: 6px; }
.mb8 { margin-bottom: 8px; }  
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }


.mt3 { margin-top: 3px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt23 { margin-top: 23px; }
.mt30 { margin-top: 30px; }

.mr3 { margin-right: 3px; }
.mr5 { margin-right: 5px; }
.mr8 { margin-right: 8px; }
.mr10 { margin-right: 10px; }
.mr125 { margin-right: 125px; }
.mr160 { margin-right: 160px; }

/* フォントクラス */
.strong {	font-weight: bold; }
.f10 { font-size:10px; }
.f11 { font-size:11px; }
.f12 { font-size:12px; }
.f14 { font-size:14px; }
.f18 { font-size:18px; }

.fl_180 {	line-height: 180%; }
.fl_160 {	line-height: 160%; }

.pink { color: #EF444A; }
.pink_line {
	color: #FFFFFF;
	background-color: #EF444A;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.gray_line {
	color: #FFFFFF;
	background-color: #333333;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.red { color: #FF0000; }
.red2 { color: #CC0000; }
.stred { color: #CC0000; font-weight: bold; }
.st14red { color: #CC0000; font-weight: bold; font-size: 14px; }
.st16red { color: #CC0000; font-weight: bold; font-size: 16px; }
.st18red { color: #CC0000; font-weight: bold; font-size: 18px; }

.stblue { color: #039BCD; font-weight: bold; }
p {
	line-height: 160%;
	margin-bottom: 8px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

p.m0 {
	margin: 0px;
	padding: 0px;
}

p.minired {
	color: #990000;
	font-size: 11px;
}

p.st14 {
	font-size: 14px;
}

p.m3 {
	margin: 0px 0px 3px;
	padding: 0px;
}

p.p110 {
	line-height: 110%;
}

a {
	color: #215E9A;
}


a.y_pinkst {
	color: #EF444A;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/gr/gr_icon01.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 12px;
}

a.y_pinkst:hover {
	text-decoration: underline;
}

a.y_pink {
	color: #EF444A;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/gr/gr_icon01.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 12px;
}

a.y_pink:hover {
	text-decoration: underline;
}

a.dl_btn {
	text-decoration: none;
	background-image: url(../img/gr/gr_icon02.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 15px;
	color: #333333;
}

a.dl_btn:hover {
	text-decoration: underline;
}

/* フォーム関連 */
input.line {
	padding: 3px;
	border: 1px solid #000000;
}
input {
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0px;
}
select {
	padding: 3px;
	border: 1px solid #000000;
}
.w100 { width: 100px; }
.w150 { width: 150px; }
.w250 { width: 250px; }
.w300 { width: 300px; }
.w350 { width: 350px; }

textarea {
	padding: 3px;
	border: 1px solid #000000;
}

input.line_none {
	padding: 0px;
	margin-bottom: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.h120 {
	height: 120px;
	padding: 3px;
	width: 100%;
}


/* テーブル関連 */
.tb_right {
	text-align: right;
}
.tb_left {
	text-align: left;
}
.tb_center { text-align: center;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */




.section {
	margin-bottom: 45px;
}
