﻿@charset "UTF-8";
/* CSS Document */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote{
	margin: 0;
	padding: 0;
}
body, td, th, h1, h2, h3, h4, h5, h6{
	font-size:14px;
	font-weight: normal;
	line-height: 1.5;
}

ol, ul{
	list-style-type: none;
}

img{
	border: 0;
}

.boxlink{
	cursor: pointer;
}
.boxlink:hover{
	background-color: #F3F9FF;
	border-color: #00d;
}

/*クリア*/
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix{
	display: inline-table;
	min-height: 1%;
	overflow: hidden;
}

* html .clearfix{
	 
	height: 1%; 
}
.clearfix{
	 
	display: block; 
}

.clear{
	 
	clear: both; 
}

/*段落文字揃え*/
.alCenter{
	text-align: center;
}
.alLeft{
	text-align: left;
}
.alRight{
	text-align: right;
}
/*左パディング*/
.pl1{
	padding-left: 1em;
}
.pl2{
	padding-left: 2em;
}
.pl3{
	padding-left: 3em;
}
.pl4{
	padding-left: 4em;
}
.pl5{
	padding-left: 5em;
}
.pl6{
	padding-left: 6em;
}
.pl7{
	padding-left: 7em;
}
.pl8{
	padding-left: 8em;
}
.pl9{
	padding-left: 9em;
}
.pl10{
	padding-left: 10em;
}

/*フォントサイズ*/
.fs10px{
	font-size : 10px;
}
.fs11px{
	font-size : 11px;
}
.fs12px{
	font-size : 12px;
}
.fs13px{
	font-size : 13px;
}
.fs14px{
	font-size : 14px;
}
.fs15px{
	font-size : 15px;
}
.fs16px{
	font-size : 16px;
}
.fs17px{
	font-size : 17px;
}
.fs18px{
	font-size : 18px;
}
.fs20px{
	font-size : 20px;
}
.fs22px{
	font-size : 22px;
}
.fs24px{
	font-size : 24px;
}
.fs26px{
	font-size : 26px;
}

/*文字の色*/
.fc_black{
	color:#000;
}
.fc_white{
	color:#fff;
}
.fc_gray_333{
	color:#333;
}
.fc_gray_666{
	color:#666;
}
.fc_gray_999{
	color:#999;
}
.fc_gray_ccc{
	color:#ccc;
}
.fc_red{
	color:#f00;
}
.fc_blue{
	color:#00c;
}
.fc_orange{
	color:#F60;
}
.fc_green{
	color:#390;
}

article, aside, hgroup, header, footer, figure,  figcaption, nav, section{
	display: block;
	margin: 0;
	padding: 0;
}

img{
	vertical-align: bottom;
}

img .vcenter{
	vertical-align: middle;
}

/*画像　リンク内画像　マウスオーバーで少し透過*/
a:hover img
{
	opacity:0.8;
	filter: alpha(opacity=80);
}

a:hover img.noop 　/*マウスオーバーに反応ささない*/
{
	opacity:1.0;
	filter: alpha(opacity=100);
}

span .super{
	vertical-align:top;
	font-size:0.8em;
}

span.bluebold{
	color:blue;
	font-weight:bold;
}

.h2_cornermark {
	font-size:16px;
	line-height:30px;
	color: white;
	background-color: #0066cc;
	background-image: url("/images/h2_cornermark.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 22px;
}

.h2_cornermark_chintai {
	font-size:16px;
	line-height:30px;
	color: white;
	background-color: #FF7089;
	background-image: url("/images/h2_cornermark.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 22px;
}

.h3_cornermark {
	font-size:16px;
	line-height:30px;
	color: white;
	background-color: #7C838A;
	background-image: url("/images/h3_cornermark.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 32px;
}