﻿@charset "utf-8";

/* base Set
----------------------------------------------------*/
* {
	padding: 0;
	margin: 0;}
	
html {
	overflow-y: scroll;}
	
body {
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;	
	font-size: 13px;
	color: #443826;
	line-height: 1.6;}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	font-weight: normal;}
	
p{
	font-size:13px;}
	
table {
	border-collapse: collapse;}

img {
	border: none;
	vertical-align: bottom;}

li {
	list-style-type: none;}

.sup {
	color: #900;}
	
.small {
	font-size:10px;}
	


/* link Set
----------------------------------------------------*/
a{ 
	color:#277A8F;}

a:visited {
	color:#277A8F;}
	
a:hover {
	text-decoration: none;}
	

/* CSS rollover
----------------------------------------------------*/
a:hover img.hov {
	background-color: #fff;
	filter: alpha(opacity=84);
	-moz-opacity:0.84;
	opacity:0.84;
}

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

.clear {
	clear: both;}

/* Adjustment
----------------------------------------------------*/
.mb5 {
	margin-bottom: 5px!important
}
.mb10 {
	margin-bottom: 10px!important
}

.mb15 {
	margin-bottom: 15px!important
}
.mt15 {
	margin-top: 15px!important
}
.mb20 {
	margin-bottom: 20px!important
}
.mb30 {
	margin-bottom: 30px!important
}
.mt30 {
	margin-top: 30px!important
}
.mb40 {
	margin-bottom: 40px!important
}
.mb50 {
	margin-bottom: 50px!important
}
.bold {
	font-weight: bold!important
}
.small {
	font-size:10px;!important
}
.alignL {
	text-align: left!important
}
.alignC {
	text-align: center!important
}
.alignR {
	text-align: right!important
}


/* end */
