@CHARSET "UTF-8";

/*
	共通
------------------------------------------ */

html {
	height:auto;
    font-size: 100%;
}

body {
	width: 100%;
	height:100%;
	font-family: Helvetica,"Hiragino Kaku Gothic ProN",Meiryo,Verdana,YuGothic,"游ゴシック",sans-serif; 
	line-height:1.6em;
    color: #333;
}


/*
	広告、アナリティクスエリア
------------------------------------------ */
#adArea {
	display:block;
	position:fixed;
	left:0;
	top:0;
}


/*
	リンク
------------------------------------------ */
a{
    color: #7f2434;
    text-decoration: none;
}

/* 画像リンク */
a:hover img,
a:active img {
	opacity:0.85;
	-moz-opacity:0.85;
	filter:alpha(opacity=85);
	-ms-filter: "alpha(opacity=85)";
}

/*
	文字スタイル
------------------------------------------ */
p {
    font-size: 0.94em;
}

/* 赤文字 */
.orange {
    color: #e17c1a;
}

/* 太文字 */
.bold {
    font-weight: bold;
}


/*
	マージン
------------------------------------------ */
.mb10 {
	display:block;
	margin-bottom:10px!important;
}
.mb20 {
	display:block;
	margin-bottom:20px!important;
}
.mb40 {
	display:block;
	margin-bottom:40px!important;
}
.mb60 {
	display:block;
	margin-bottom:60px!important;
}

.mbHr {
	display:block;
	margin-bottom:0.5rem!important;
}
.mb1r{
    display: block;
    margin-bottom: 1rem!important;
}
.mb2r{
    display: block;
    margin-bottom: 2rem!important;
}


