﻿@charset "utf-8";
/* CSS Document */

html{
		overflow-y:scroll;
	}

body {
	font-size: 14px;
	color:#333;
	line-height:140%;
	/*font-family:"ＭＳ 明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif*/
	font-family:"HGS明朝E", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", serif;
	
}

header,nav { display:block;}



/*  リンクカラー
------------------------------------------------------------------------*/

/*  リンクカラー */
a:link, a:visited {
	text-decoration:none;
	color:#555;
}

/*  リンクカラーマウスオーバー時 */
a:hover {
	color:#3366cc;
	text-decoration: none;
}


a[id]:hover, a[id]:active, a[name]:hover, a[name]:active {
  background-color: transparent;
  color:#555;
  text-decoration: none;
}




/* reset style 
------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, blockquote{
	margin: 1px;
	padding: 1px;
	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;
}



/*  clearfix
------------------------------------------------------------------------*/

.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}

.clearfix{display: inline-table;  overflow:hidden; zoom:1;/*for IE 5.5-7*/}
/* Hides from IE-mac \*/
.clearfix{display: block;}
/* End hide from IE-mac */
.clear{
	clear:both;
}


/* class module
-----------------------------------------------------------------------*/
.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}


.floatLeftIMG {
	float: left;
	padding:0 10px 10px 0px;
}

.floatRightIMG {
	float: right;
	padding:0 0 10px 10px;
}


/* フォントサイズの設定 (font)
-----------------------------------------------------------------------*/
.fs36{
	font-size: 36px;
	line-height: 100%;
}
.fs24{
	font-size: 24px;
}
.fs18{
	font-size: 18px;
}
.fs16{
	font-size: 16px;
}
.fs14{
	font-size: 14px;
}
.fs12{
	font-size: 12px;
}
.fs11{
	font-size: 11px;
}
.fs10{
	font-size: 10px;
}



.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:inside;
	text-indent:-1em;
	margin-left:1em;
}

.listSqu li
{
	list-style-type:square;
	list-style-position:inside;
	text-indent:-1em;
	margin-left:1em;
}

.listDic li
{
	list-style-type:disc;
	list-style-position:inside;
	text-indent:-1em;
	margin-left:1em;
}

.listCir li
{
	list-style-type:circle ;
	list-style-position:inside;
	text-indent:-1em;
	margin-left:1em;
}


/* マージンボトムの設定
-----------------------------------------------------*/
.mrg5
{
	margin-bottom:5px !important;
}
.mrg10
{
	margin-bottom:10px !important;
}
.mrg20
{
	margin-bottom:20px !important;
}
.mrg30
{
	margin-bottom:30px !important;
}

.mrg40
{
	margin-bottom:40px !important;
}
.mrg50
{
	margin-bottom:50px !important;
}

.t_left
{
	text-align:left !important;
}
.t_right
{
	text-align:right !important;
}
.t_center
{
	text-align:center !important;
}


/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;
}
