﻿@charset "utf-8";

/* -------------------------------------------------------------------
 スライド
------------------------------------------------------------------- */

/* スライド
----------------------------- */

/* 包括(ナビ含む) */
#wrapSlide {
	clear: both;
	height: 360px;
}

/* 包括 */
#slide {
	clear: both;
	width: 900px;
	margin: 20px auto 0;
}

/* スライダー */
#slider {
	height: 300px;
}


/* -------------------------------------------------------------------
 コンテンツ
------------------------------------------------------------------- */

/* コンテンツ
----------------------------- */

/* 包括 */
#contentsIndex {
	clear: both;
	width: 900px;
	margin: 0 auto 0;
}

/* 垂直搬送機
----------------------------- */

/* 包括 */
#wrapMainSuichoku {
	clear: both;
	width: 900px;
	margin: 0 auto 40px;
}

/* リスト包括 リンクhover */
#wrapMainSuichoku a {
	opacity: 0.8; 
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
}

#wrapMainSuichoku a:hover {
	opacity: 0.7; 
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;
}

/* 画像包括 */
#suichokuImg {
	float: left;
	width: 430px;
	margin-bottom: 20px;
}


/* カード
----------------------------- */

/* 包括 */
#wrapCard {
	clear: both;
	width: 430x;
	margin-top: 30px;
	border: 1px solid #368f29;
	box-sizing: border-box;
}

/* タイトル */
#wrapCard .cardTtl {
	width: 100%;
	padding: 0.3em 0;
	color: #fff;
	text-align: center;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6bb62d+0,368f29+30,368f29+50,368f29+70,6bb62d+99 */
/*background: #6bb62d;*/ /* Old browsers */
/*background: -moz-linear-gradient(left, #6bb62d 0%, #368f29 30%, #368f29 50%, #368f29 70%, #6bb62d 99%);*/ /* FF3.6-15 */
/*background: -webkit-linear-gradient(left, #6bb62d 0%,#368f29 30%,#368f29 50%,#368f29 70%,#6bb62d 99%);*/ /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to right, #6bb62d 0%,#368f29 30%,#368f29 50%,#368f29 70%,#6bb62d 99%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bb62d', endColorstr='#6bb62d',GradientType=1 );*/ /* IE6-9 */
background: #8cc123;
font-size: 116%;
}

/* テキスト包括 */
#wrapCard .wrapTxt {
	width: 100%;
	padding: 1.5em;
	border-top: none;
	box-sizing: border-box;
}

/* テキストinner */
#wrapCard .wrapTxt .inner {
	width: 100%;
	/*padding-bottom: 6em;*/
	/*background: url(../../img/index/card.gif) no-repeat center 11em;*/
}


/* テキスト包括 */
#suichokuTxt {
	float: right;
	width: 425px;
}

/* リスト包括 */
#suichokuTxt #wrapSuichokuList dt {
	margin-top: 20px;
}


/* リスト包括 */
#suichokuTxt #wrapSuichokuList dd {
	margin-top: 5px;
}


/* FB
----------------------------- */

/* 包括 */
/*
#wrapFbPage {
	clear: both;
	width: 100%;
}
*/

