﻿@charset "utf-8";
/* CSS Document */

/*  サイト全体のtxtカラー
------------------------------------------------------------------------*/
img
{
	vertical-align:bottom;
}

body {
	color:#000;
	line-height:150%;
	margin: 0px;
	padding: 0px;
}


/*  サイト全体のfont指定
------------------------------------------------------------------------*/

* {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*  リンクカラー
------------------------------------------------------------------------*/

/*  リンクカラー */
a:link, a:visited {
	color:#6D106B;
	text-decoration: none;
}

/*  リンクカラーマウスオーバー時 */
a:hover {
	color:#6D106B;
	text-decoration:underline;
}


a[id]:hover, a[id]:active, a[name]:hover, a[name]:active {
  background-color: transparent;
  color:#555;
  text-decoration: none;
}

.rollover a:hover img,
a.rollover:hover img
{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}


/* reset style 
------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, blockquote{
	margin: 0px;
	padding: 0px;
	text-decoration:none;
	font-weight:normal;
}

dl, dt, dd, ul, ol, li{
	margin:0;
	padding:0;
}
ul, ol, li
{
	list-style:none;
}

table {
	border: none;
	empty-cells: show;
	border-collapse: collapse;
}

th,td {
	border: none;
	font-weight: normal;
}

a img {
	border: none;
	color: #ffffff;
	background: transparent;
}

a:focus{
	outline:none;
}

strong,em {
	font-weight: bold;
	font-style: normal;
}

sup {
	font-size:10px;
	vertical-align: super;
}

sub{
	font-size:10px;
	vertical-align: baseline;
}
span
{
	margin:0;
	padding:0;
}

/* 151029tuika マップリンク戻ったときの画像の枠線消し */
area{
  border:none;
  outline:none;
}
/* end */


/* class module
-----------------------------------------------------------------------*/
.floatLeft {
	float: left !important;
}

.floatRight {
	float: right !important;
}


.floatLeftIMG {
	float: left;
	padding:0 10px 10px 0px;
}

.floatRightIMG {
	float: right;
	padding:0 0 10px 10px;
}


/* フォントサイズの設定 (font)
-----------------------------------------------------------------------*/
.fs36{
	font-size: 36px !important;
	line-height: 100%;
}
.fs24{
	font-size: 24px !important;
}
.fs18{
	font-size: 18px !important;
}
.fs16{
	font-size: 16px !important;
}
.fs14{
	font-size: 14px !important;
}
.fs12{
	font-size: 12px !important;
}
.fs11{
	font-size: 11px !important;
}
.fs10{
	font-size: 10px !important;
}



/* line height*/
.lh1, .lh1 *{
	line-height: 1;
}
.lh12, .lh12 *{
	line-height: 1.2;
}
.lh13, .lh13 *{
	line-height: 1.3;
}
.lh14, .lh14 *{
	line-height: 1.4;
}
.lh16, .lh16 *{
	line-height: 1.6;
}
.lh18, .lh18 *{
	line-height: 1.8;
}
.lh2, .lh2 *{
	line-height: 2;
}




/* マージンボトムの設定
-----------------------------------------------------*/
.mrg0
{
	margin-bottom:0px !important;
}

.mrg5
{
	margin-bottom:5px !important;
}
.mrg10
{
	margin-bottom:10px !important;
}
.mrg15
{
	margin-bottom:15px !important;
}
.mrg20
{
	margin-bottom:20px !important;
}
.mrg25
{
	margin-bottom:25px !important;
}
.mrg30
{
	margin-bottom:30px !important;
}
.mrg35
{
	margin-bottom:35px !important;
}

.mrg40
{
	margin-bottom:40px !important;
}
.mrg50
{
	margin-bottom:50px !important;
}

.mrg_r20
{
	margin-right:20px !important;
}

.t_left
{
	text-align:left !important;
}
.t_right
{
	text-align:right !important;
}
.t_center
{
	text-align:center !important;
}

.page_top
{
	position:fixed;
	left:50%;
	right:50%;
	bottom:0;
}
.page_top a
{
	color:#FFF !important;
	text-align:center;
	padding:15px;
	background:#000;
}
