/* CSS Document */

/* ▼レスポンシブ用 */
img {
max-width: 100% !important;
height: auto !important;
width /***/: auto !important;
}
table{
	/*IEにおいて　table+img　時に画像が縮まない対策*/
	table-layout:fixed;
}


/* ▼インポートCSS */

/* @import url("style-j.css"); */

/* ▲インポートCSS */

*{
    margin: 0;
    padding: 0;
    border: none;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form {
	margin: 0px;
	padding: 0px;
}

ins {
	text-decoration: none !important;
}

em {
	font-weight: normal !important;
	font-style: normal !important;
}

strong {
	font-weight: normal !important;
	font-style: normal !important;
}


/*EEE-CSSデフォルトリセット
---------------------------------------------------------------------------*/

/*=共通指定項目　S
---------------------------------------------------------------------------*/

a {
	text-decoration: none;
	font-weight: normal;
	color:#333;
}

a:hover {
	color: #98D918;/*サイトごとに個別に変更*/
}

.clear {
	clear: both !important;
}

/*=bodyに対する指定 S
---------------------------------------------------------------------------*/

html {
	height: auto !important;
}

body {
	font-family:  "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", monospace;
	font-size: 62.5%;
	color:#333;
	margin: 0px;
	padding: 0px;
	max-width: 700px;
	/* overflow: auto; */ /* 横スクロールバー対策 */
	height: auto;
	overflow-x: hidden;　/* 横スクロールバー対策 */
	/* overflow-y: hidden; */　/* 縦スクロールバー対策 */
}

/*EEE-body
---------------------------------------------------------------------------*/


/* ここから共通読み込み部分 */

#output {
	overflow-x: hidden; /* 横スクロールバー対策 */
	margin-top: 0px;
	padding-top: 0px;
	height: auto;
	margin-left: 0px;
	padding-left: 0px;
	overflow-y: hidden;　/* 縦スクロールバー対策 */
}
#contents {
	max-width: 680px;
	margin-left: 0px;
	padding-left: 0px;
}


/* ▼星評価テーブル */
.evaluationWrap {
	margin-top: 20px;
	margin-bottom: 20px;
}

.evaluationWrap .evaluation {
	width:100%;
	margin-top: 6px;
}

.evaluationWrap .evaluation.blue th {
	margin-top: 8px;
	background-color: #76B9FC;
}

.evaluationWrap .evaluation caption {
	padding-bottom: 0px;
}

.evaluation caption {
	font-size: 16px;
	color: #666;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 5px;
}
.evaluation tr td {
	border: 1px solid #999;
}

.evaluation tr th {
	width: 16%;
	border: 1px solid #999;
	background-color: #FFA980;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* ▲星評価テーブル */




/* 幅700pxスケジュール部分 ここから */

.w700px {
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.w700px ul {
	padding: 0px;
	width: 100%;
}
.w700px ul li {
	list-style-type: none;
	float: left;
	width: 220px;
	text-align: center;
	height: auto;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 13px;
}
.w700px ul li img {
	width: 220px;
	height: 160px;
	margin-top: 5px;
	margin-bottom: 7px;
}
.w700px p {
	font-size: 12px;
	line-height: 16px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #000;
	padding: 10px;
}
.w700px p a{
	color: #00F;
	text-decoration: underline;
}
.w700px p a:hover {
	text-decoration: none;
	color: #666;
}
.w700px ul li .img-gif {
	width: 83px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

/* 幅700pxスケジュール部分 ここまで */


/* 口コミ・体験レポリスト ここから */
.report {
	width: 100%;
	margin-top: 5px;
}
.report li {
	float: left;
	width: 120px;
	list-style-type: none;
	margin-left: 8px;
	margin-right: 8px;
	text-align: center;
	color: #333;
	margin-bottom: 8px;
	height: auto;
	line-height: 20px;
}
.report li a {
	width: 120px;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
	height: auto;
}
.report li a:hover {
	color: #09F;
	text-decoration: none;
}
/* 口コミ・体験レポリスト ここまで */


a.a-sp {
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	color: #990;
	text-decoration: underline;
}
.w150px {
	width: 150px;
}
