@charset "utf-8";

/* CSS Document */

/* ==========================================================

	ブラウザリセット

========================================================== */

/* 初期化 */

body
{
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p
{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

ul,
dl
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul:after
{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

ul
{
	display: inline-block;
}
*/ /* for macIE \*/
* html ul {
height:1%;
}

ul
{
	display: block;
}

dt,
dd
{
	margin: 0;
	padding: 0;
}

img
{
	border: none;
}

table
{
	font-size: 100%;
}

th
{
	text-align: left;
	font-weight: bold;
}

input,
select
{
	vertical-align: middle;
}

header,
footer,
nav,
article,
section
{
	display: block;
}

/* clearfix
===========================================================*/

.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix
{
	min-height: 1%;
}

* html .clearfix
{
	height: 1%;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ==========================================================

	全ページ共通

========================================================== */
/* ==========================================================

	メニュー

========================================================== */
#menuArea
{
	width: 99%;
	display: block;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#menuArea ul
{
	margin: 0px auto;
	padding: 0px;
}

#menuArea li
{
	font: 18px/24px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px auto;
	padding: 5px 4px 0px 4px;
}

#menuArea li.sindan a
{
	display: block;
	width: auto;
	color: #fff;
	margin: 0px auto;
	padding: 10px 15px;
	text-decoration: none;
	text-indent: 30px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

	background: #f96888;
	background: url(../sp_img/cmn/icon-arrowWH.png) 10px center no-repeat,
	-moz-linear-gradient(top, #f96888, #f7305c);
	background: url(../sp_img/cmn/icon-arrowWH.png) 10px center no-repeat,
	-webkit-gradient(linear, left top, left bottom, from(#f96888), to(#f7305c));

	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

#menuArea li.other a
{
	display: block;
	width: auto;
	color: #f96888;
	margin: 0px auto;
	padding: 10px 15px;
	text-decoration: none;
	text-indent: 30px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

	background: #fff;
	background: url(../sp_img/cmn/icon-arrowPK.png) 10px center no-repeat;
	border: 1px solid #f96888;

	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

#menuArea li.top a
{
	display: block;
	width: auto;
	font: 15px/20px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #f96888;
	margin: 0px auto;
	padding: 10px 0px;
	text-decoration: none;
	text-indent: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

	background: #fff;
	background: url(../sp_img/cmn/icon-back.png) left center no-repeat;
	-webkit-background-size: 17px 17px;
	background-size: 17px 17px;
}


/* ==========================================================

	ご注意テキスト

========================================================== */
#fn-attention
{
	width: 99%;
	margin: 0px auto;
	padding: 10px 0px 20px 0px;
	text-align: center;
	border-top: 1px solid #ccc;
}

#fn-attention p
{
	width: 90%;
	display: block;
	margin: 0px auto;
	font: 10px/12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	text-align: left;
	text-decoration: none;
}


/* ==========================================================

	エラーページ

========================================================== */
#p-error
{
	width: auto;
	margin: 10px;
	padding: 20px;
	text-align: center;
	border: 1px solid #f96888;
	font: 12px/16px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #f96888;
	text-align: left;
	text-decoration: none;
}
