@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%;
	color: #4a4a4a;
}

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

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

img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

nav ul {
    list-style:none;
}

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

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

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

.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}

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

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

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

a:hover {
	animation: gradation 1s;
	color:#FD8200;
	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,
table.normalTbl {
	margin:20px 0;
}

div.normalTbl table,
table.normalTbl {
	border-top: 1px solid #C5D0D1;
	border-left: 1px solid #C5D0D1;
	border-spacing:0;
	width:100%;
}

div.normalTbl table td,
table.normalTbl td {
	border-right: 1px solid #C5D0D1;
	border-bottom: 1px solid #C5D0D1;
	padding: 10px 20px;
	background-color:#FFFFFF;
	text-align:left;
}

div.normalTbl table th,
table.normalTbl th {
	border-right: 1px solid #C5D0D1;
	border-bottom: 1px solid #C5D0D1;
	padding: 10px 20px;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color:#F5F5F5;
	text-align:left;
	width:35%;
}

div.normalTbl2,
table.normalTbl2 {
	margin:20px 0;
}

div.normalTbl2 table,
table.normalTbl2 {
	border-top: 1px solid #C5D0D1;
	border-left: 1px solid #C5D0D1;
	border-spacing:0;
	width:100%;
}

div.normalTbl2 table td,
table.normalTbl2 td {
	border-right: 1px solid #C5D0D1;
	border-bottom: 1px solid #C5D0D1;
	padding: 5px 0 5px 10px;
	background-color:#FFFFFF;
	text-align:left;
	width:50%;
}

div.normalTbl2 table th,
table.normalTbl2 th {
	border-right: 1px solid #C5D0D1;
	border-bottom: 1px solid #C5D0D1;
	padding: 5px 0 5px 10px;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color:#F5F5F5;
	text-align:left;
}

div.normalTbl3,
table.normalTbl3 {
	margin:20px 0;
}

div.normalTbl3 table,
table.normalTbl3 {
	border-top: 1px solid #C5D0D1;
	border-left: 1px solid #C5D0D1;
	border-spacing:0;
	width:100%;
}

div.normalTbl3 table td,
table.normalTbl3 td {
	border-right: 1px solid #C5D0D1;
	border-bottom: 1px solid #C5D0D1;
	padding: 5px 0 5px 10px;
	background-color:#FFFFFF;
	text-align:left;
	width:25%;
}

div.normalTbl3 table th,
table.normalTbl3 th {
	border-right: 1px solid #C5D0D1;
	border-bottom: 1px solid #C5D0D1;
	padding: 5px 0 5px 10px;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color:#F5F5F5;
	text-align:left;
	width:25%;
}


div.normalTbl4,
table.normalTbl4 {
	margin:20px 0;
}

div.normalTbl4 table,
table.normalTbl4 {
	border-top: 1px solid #C5D0D1;
	border-left: 1px solid #C5D0D1;
	border-spacing:0;
	width:100%;
}

div.normalTbl4 table td,
table.normalTbl4 td {
	border-right: 1px solid #C5D0D1;
	border-bottom: 1px solid #C5D0D1;
	padding: 10px 0 8px 10px;
	background-color:#FFFFFF;
	text-align:left;
	width:50%;
}

div.normalTbl4 table th,
table.normalTbl4 th {
	border-right: 1px solid #C5D0D1;
	border-bottom: 1px solid #C5D0D1;
	padding: 10px 0 8px 10px;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color:#F5F5F5;
	text-align:left;
}


.icon {
	padding:0 0 4px 0;
}

/*
===== 5: FONT ==========================================
*/

.fontLL {
	font-size:180%;
}

.fontL {
	font-size:140%;
}

.fontM {
	font-size:120%;
}

.fontS {
	font-size:80%;
}

.fontSS {
	font-size:70%;
}

.bold {
	font-weight:bold;
}

.red {
	color:#A82800;
}

.green {
	color:#32D53A;
}

/*
===== 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;
}
