@charset "Shift_JIS";


/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
    color: #000;
    text-decoration: underline;
}
a:visited{
    color: #000;
    text-decoration: underline;
}
a:hover{
    color: #666;
    text-decoration: none;
}
a:active{
    color: #666;
    text-decoration: none;
}

p{
	line-height: 1.5;
	text-align: left;
	font-size: 16px;
}

hr{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}

h4{
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 1em;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
	color: rgb(215, 40, 65);
	font-weight: bold;
}

h5{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 14px;
	margin-right: 34px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: rgb(215, 40, 65);
}

table{
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left : 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(204, 204, 204);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgb(204, 204, 204);
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #cccccc;
  border-bottom-color : #cccccc;
  padding-bottom : 10px;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  font-size : 16px;
  line-height : 1.5;
  width : 655px;
  table-layout : fixed;
  background-color : white;
  background-image : none;
}

table th{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    background-color: #eddee0;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
  font-size : 16px;
  line-height : 1.5;
}

table td{
    text-align: left;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
}

/* フォームパーツ設定 */
/* メインコンテンツ内基本パーツ */

/* トップページ デザイン定義 */

/* アクセスページ デザイン定義 */

/* =======================================================
  レスポンシブ設定
======================================================= */
@media screen and (max-width: 568px) {

	/*--------------------------------------------------------
	  共通レイアウトパーツ設定
	--------------------------------------------------------*/
	/* ヘッダー内パーツ */
	/* フッター内パーツ */
	/*--------------------------------------------------------
	  ナビゲーションデザイン設定
	--------------------------------------------------------*/
	/*--------------------------------------------------------
	  基本パーツデザイン設定
	--------------------------------------------------------*/
	/* フォームパーツ設定 */
	/* メインコンテンツ内基本パーツ */
	/* サイドブロック内パーツ */
	/* トップページ デザイン定義 */
	/* アクセスページ デザイン定義 */
	}