﻿@charset "utf-8";
/* CSS Document */

/*  サイト全体のtxtカラー
------------------------------------------------------------------------*/
img
{
	vertical-align:bottom;
}

body {
	-webkit-text-size-adjust: 100%;
	color:#000;
	line-height:140%;
	margin: 0px;
	padding: 0px;
}


/*  サイト全体のfont指定
------------------------------------------------------------------------*/




/*  リンクカラー
------------------------------------------------------------------------*/

/*  リンクカラー */
a:link, a:visited {
	color:#09C;
	text-decoration: none;
}

/*  リンクカラーマウスオーバー時 */
a:hover {
	color:#09C;
	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,
a.rollover:hover,
.rollover a:hover
{
	opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";

-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}


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




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



.mono, .mono *{
	font-family:"qMmpS Pro W3", "lr SVbN", "Osaka]";
}


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

/* リストスタイル
-----------------------------------------------------------------------*/


.listDec li
{
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:1.8em;
	line-height:160%;
}

.listSqu li
{
	list-style-type:square;
	list-style-position:outside;
	margin-left:1.8em;
	margin-bottom:3px;
	line-height:160%;
}




/* マージンボトムの設定
-----------------------------------------------------*/

.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;
}

.txtLeft
{
	text-align:left !important;
}
.txtRight
{
	text-align:right !important;
}
.txtCenter
{
	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;
}

.section
{
	position:relative;
}

#topcontrol a
{
	background:url(../img/back_top.png) no-repeat 0 0;
	background-size:cover;
	text-indent:-9999px;
	width:45px;
	height:45px;
	display:block;
}

/*  clearfix
------------------------------------------------------------------------*/

.cf:after,
.section:after{
    content: ""; 
    display: block; 
    clear: both;}

.cf,
.section{display: inline-table;  overflow:hidden; zoom:1;/*for IE 5.5-7*/}
/* Hides from IE-mac \*/
.cf,
.section{display: block;}
/* End hide from IE-mac */
.clear{
	clear:both;
}

