/*@charset "UTF-8";*/

/*------------------------------------------------------------------------------
	すみやグッディ - Global Class CSS
	URL: http://www2.sumiya-goody.co.jp/
	Date: 2015-11-30
	Copyright SUMIYA-GOODY CO.,LTD. All rights Reserved.
------------------------------------------------------------------------------*/


/*==============================================================
	タグ
===============================================================*/

div#main p,
div#main ol,
div#main ul,
div#main dl{
	margin-bottom:1.5em;
	line-height:1.5;
}



/*==============================================================
	汎用クラス
===============================================================*/

.sp_el{
    
    display: none;
}
.pc_el{
    display: block;
}
.bnr_online {
	margin-bottom: 30px;
}
.bnr_online img {
	max-width: 100%;
	height: auto;
}

/* ul : 基本リスト
----------------------------------------------------*/

.listCulum3 > *:first-child + * + * + * + * + *,
.listCulum3 > *:first-child + * + *,
.listCulum2 > *:first-child + * + * + * + * + * + * + *,
.listCulum2 > *:first-child + * + * + * + * + *,
.listCulum2 > *:first-child + * + * + *,
.listCulum2 > *:first-child + * {
	margin-right:0 !important;
}

/* li : 基本テーブル
----------------------------------------------------*/

.tbl001{
	border-collapse:collapse;
}
.tbl001 th{
	color:#595959;
	border-right:1px solid #ffd200 !important;
	background:#fff8d7;
}
.tbl001 th,
.tbl001 td{
	padding:10px;
	border:1px solid #f1eede;
}

.tbl001 td{
	background:#fff;
	vertical-align:baseline;
	word-break: break-all;
}

/*  floating : 回り込み関係
----------------------------------------------------*/

.floatL{float:left;}
.floatR{float:right;}
.photoL{float:left; margin-right:30px;}
.photoR{float:right; margin-left:30px;}

.clearL{clear:left;}
.clearR{clear:right;}
.clearB{clear:both;}

/*  align : 行揃え関係
----------------------------------------------------*/

.alignL{text-align:left;}
.alignR{text-align:right;}
.alignC{text-align:center;}


/*--EOF-----------------------------------------------------------------------*/
