@charset "utf-8";

/*
===== CONTENTS ===========================================

	1: universal reset 
	2: body and base setting
		: general params
		: acronyms and abbreviations styles
	3: link setting

==========================================================
*/




/*
===== 1: universal reset =================================
*/

*{
	margin:0;
	padding:0;
}

/*
===== 2: body and base setting ===========================
*/

body {
	text-align:center;/* box centering */
	margin: 0px auto;
	padding: 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* general params
--------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
	padding: 0px;
	margin: 0px;
	line-height: 160%;
    font-size: 100%;
}

table {margin : 0;empty-cells: show; font-size:100%;}

hr,.areaAnchor,.anchor { display : none; }

img {
	border: none;
	vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

a img:hover {
	opacity:0.7;
	transition:all 0.5s ease;
}

nav ul {
    list-style:none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

.block {
	display: block;
}

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}

.clear {
	margin:0;
	padding:0;
	line-height:0;
	clear:both;
}

.clearfix,
.clearFix {
    zoom:1;/*for IE 5.5-7*/
	overflow:hidden;
	margin:0;
	padding:0;
}

.clearfix:after,
.clearFix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
	overflow: hidden;/* 隙間対応 */
	font-size: 0.1em;/* 隙間対応 */
	line-height: 0;/* 隙間対応 */
}

* html .clearfix,
* html .clearFix {
	display:inline-table;
	/*\*/display:block;/**/
}

/*
===== 3: link setting ===========================
*/

a:link {
  transition: color 0.3s ease 0s;
  color:#333333;
  text-decoration:none;
}

a:visited {
  transition: color 0.3s ease 0s;
  color:#333333;
  text-decoration:none;
}

a:hover {
	animation: gradation 1s;
	color:#025282;
	text-decoration:underline;;
}

a.link:link,
a.link2:link {
	transition: color 0.3s ease 0s;
	color:#3B97EE;
	color:#195493;
	text-decoration:underline;
}

a.link:visited,
a.link2:visited {
	transition: color 0.3s ease 0s;
	color:#3B97EE;
	color:#195493;
	text-decoration:none;
}

a.link:hover,
a.link2:hover {
	animation: gradation 1s;
	color:#FF8000;
	text-decoration:underline;;
}

/*
===== 5: FLOART ==========================================
*/

.floatL {
	float:left;
}

.floatR {
	float:right;
}

.alignL {
	text-align:left;
}

.alignR {
	text-align:right;
}

.alignC {
	text-align:center;
}

/*
===== 5: 標準テーブル ==========================================
*/

/*標準テーブル*/
div.normalTbl {
	margin: 0 0 20px 0;
}

div.normalTbl table {
	border-top: 1px solid #D2E9F6;
	border-left: 1px solid #D2E9F6;
	font-size:100%;
}

div.normalTbl table td {
	border-right: 1px solid #D2E9F6;
	border-bottom: 1px solid #D2E9F6;
	padding: 10px;
	background-color:#FFFFFF;
	text-align:left;
	font-size:90%;
}

div.normalTbl table th {
	border-right: 1px solid #D2E9F6;
	border-bottom: 1px solid #D2E9F6;
	padding: 10px;
	background: #E5F3FA;
	font-weight: bold;
	font-size:90%;
	text-align:left;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

div.normalTbl table th.head {
	text-align:center;
	background-color:#E5F1F1;
}


/*標準テーブル*/
.normalTbl2 {
	margin: 0 0 20px 0;
}

.normalTbl2 table {
	border-top: 1px solid #D2E9F6;
	border-left: 1px solid #D2E9F6;
	font-size:100%;
}

.normalTbl2 table td {
	border-right: 1px solid #D2E9F6;
	border-bottom: 1px solid #D2E9F6;
	padding: 5px;
	text-align:center;
	font-size:80%;
}

.normalTbl2 table td.trLeft {
	text-align:left;
	padding:5px 5px 5px 10px;
}

.normalTbl2 table th {
	border-right: 1px solid #D2E9F6;
	border-bottom: 1px solid #D2E9F6;
	padding: 5px;
	background: #E5F3FA;
	font-weight: bold;
	font-size:80%;
	text-align:center;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

.normalTbl2 table td.yellow {
	background-color:#FFF7DE;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

.normalTbl2 table td.red2 {
	background-color:#FFECEC;
	background-color:#FEDFDF;
	background-color:#FFF7DE;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

/*標準テーブル*/
div.normalTbl3 {
	margin: 0 0 20px 0;
}

div.normalTbl3 table {
	border-top: 1px solid #F4D0D2;
	border-left: 1px solid #F4D0D2;
	font-size:100%;
}

div.normalTbl3 table td {
	border-right: 1px solid #F4D0D2;
	border-bottom: 1px solid #F4D0D2;
	padding: 10px;
	background-color:#FFFFFF;
	text-align:left;
	font-size:90%;
}

div.normalTbl3 table th {
	border-right: 1px solid #F4D0D2;
	border-bottom: 1px solid #F4D0D2;
	padding: 10px;
	background: #F4D0D2;
	font-weight: bold;
	font-size:90%;
	text-align:left;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

/*標準テーブル*/
.normalTbl4 {
	margin: 0 0 10px 0;
}

.normalTbl4 table {
	border-top: 1px solid #D2E9F6;
	border-left: 1px solid #D2E9F6;
	font-size:100%;
}

.normalTbl4 table td {
	border-right: 1px solid #D2E9F6;
	border-bottom: 1px solid #D2E9F6;
	padding: 5px 0 5px 10px;
	text-align:left;
	font-size:80%;
}

.normalTbl4 table th {
	border-right: 1px solid #D2E9F6;
	border-bottom: 1px solid #D2E9F6;
	padding: 5px 0 5px 10px;
	background: #E5F3FA;
	font-weight: bold;
	font-size:80%;
	text-align:left;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

.tableLeft {
	float:left;
	width:48%;
}

.tableRight {
	float:right;
	width:48%;
}

/*
===== 5: MARGIN ==========================================
*/

.mt5 {
	margin-top:5px;
}

.mt10 {
	margin-top:10px;
}

.mt20 {
	margin-top:20px;
}

.mt30 {
	margin-top:30px;
}

.mt40 {
	margin-top:40px;
}

.mt50 {
	margin-top:50px;
}

.ml5 {
	margin-left:5px;
}

.ml10 {
	margin-left:10px;
}

.ml15 {
	margin-left:15px;
}

.ml20 {
	margin-left:20px;
}

.ml30 {
	margin-left:30px;
}

.ml40 {
	margin-left:40px;
}

.ml50 {
	margin-left:50px;
}

.mr10 {
	margin-right:10px;
}

.mr15 {
	margin-right:15px;
}

.mr20 {
	margin-right:20px;
}

.mr30 {
	margin-right:30px;
}

.mr40 {
	margin-right:40px;
}

.mr50 {
	margin-right:50px;
}

.mb10 {
	margin-bottom:10px;
}

.mb15 {
	margin-bottom:15px;
}

.mb20 {
	margin-bottom:20px;
}

.mb30 {
	margin-bottom:30px;
}

.mb40 {
	margin-bottom:40px;
}

.mb50 {
	margin-bottom:50px;
}

.pt30 {
	padding-top:30px;
}

.pt50 {
	padding-top:50px;
}

.no_margin {
	margin: 0;
}

/*
===== 6: FONT ==========================================
*/

.font {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

.fontLLL {
	font-size:250%;
	line-height:130%;
}

.fontLL {
	font-size:220%;
}

.fontL {
	font-size:140%;
}

.fontM {
	font-size:110%;
}

.fontS {
	font-size:80%;
}

.fontSS {
	font-size:70%;
}

.bold {
	font-weight:bold;
}

.green {
	color: #278C00;
}

/*
===== 6: FONT ==========================================
*/

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.alignLeft {
	text-align:left;
}

.alignRight {
	text-align:right;
}

.alignCenter {
	text-align:center;
}

.font-10 { font-size: 10px; }

.font-12 { font-size: 12px; }

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

.font-16 { font-size: 16px; }

.font-18 { font-size: 18px; }

.gray { color: #CCCCCC; }

.red { color: #FF0000; }

.blue { color: #0181CC; }

.orange { color: #FF6600; }

.green { color: #44A228; }

.marginTop1 {
	margin:1px 0 0 0;
}

.marginTop5 {
	margin:5px 0 0 0;
}

.marginTop10 {
	margin:10px 0 0 0;
}

.marginTop20 {
	margin:20px 0 0 0;
}

.marginTop30 {
	margin:30px 0 0 0;
}

.marginTop50 {
	margin:50px 0 0 0;
}

.padding {
	margin:0 0 30px 0;
}
