@charset "utf-8";

/*----------------------------------------------------------------------------------------------------
	reset
----------------------------------------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
	font-size: 62.5%;
	font-family: Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	text-align: center;
	overflow-y: scroll;
}
table, button, input, option, textarea, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-size: inherit;
}
address, caption, em { font-style: normal; }
ul, ol { list-style: none; }
table {
	border-collapse: collapse;
	border-spacing: none;
}
caption { text-align: left; }
th { font-weight: normal; }
tbody th { text-align: left; }
img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
img { width: auto\9; /*IE8*/ }
a img { border: none; }
fieldset { border: none; }

/* clear */

.wrapper:before, .ebox:before, .einner:before, .cf:before, .wrapper:after, .ebox:after, .einner:after, .cf:after { content: ""; display: table; }
.wrapper:after, .ebox:after, .einner:after, .cf:after { clear: both; }
.wrapper, .ebox, .einner, .cf { zoom: 1; }

/* image_replacement */

.ir { overflow: hidden; text-indent: 100%; white-space: nowrap; }
* html .ir { width: 100%; }
*+html .ir { width: 100%; }
.ir a, a.ir { display: block; }

.sp { display: none; }

/*----------------------------------------------------------------------------------------------------
	common
----------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------
	button
--------------------------------------------------*/

.btn {
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	vertical-align: baseline;
}
.btn:hover, .btn:active { color: #fff; }
.btn:hover { text-decoration: none; }
.btn:active {
	position: relative;
	top: 1px;
}

/* color */

.btn01 { background: #f00; }
.btn01:hover, .btn01:active { background: #c00; }

.btn02 { background: #0f0; }
.btn02:hover, .btn02:active { background: #0c0; }

.btn03 { background: #00f; }
.btn03:hover, .btn03:active { background: #00c; }

/* size */

.btn_bl { display: block; }

/*--------------------------------------------------
	cfs_list
--------------------------------------------------*/

.cfs {
	position: relative;
	z-index: 1;
}

/* list */

.cfs_list {
	overflow: hidden;
	position: relative;
}
.cfs_list li {
	float: left;
	position: relative;
}
.cfs_list img { vertical-align: bottom; }

/* nav */

.cfs_nav {
	bottom: 10px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 3;
}
.cfs_nav a {
	background: url(../img/cfs_nav.png) no-repeat left top;
	display: inline-block;
	height: 10px;
	margin-left: 5px;
	width: 10px;
}
.cfs_nav a:first-child { margin-left: 0; }
.cfs_nav a:hover,
.cfs_nav .selected { background-position: -10px top; }
.cfs_nav a span { display: none; }

/* prev_next */

.cfs_prev, .cfs_next {
	background: url(../img/cfs_nav.png) no-repeat;
	cursor: pointer;
	height: 40px;
	position: absolute;
	top: 130px;
	width: 30px;
	z-index: 2;
}
.cfs_prev {
	background-position: left -10px;
	left: 0;
}
.cfs_next {
	background-position: -30px -10px;
	right: 0;
}

/*--------------------------------------------------
	column
--------------------------------------------------*/

.col_1 { width: 40px; }
.col_2 { width: 100px; }
.col_3 { width: 160px; }
.col_4 { width: 220px; }
.col_5 { width: 280px; }
.col_6 { width: 340px; }
.col_7 { width: 400px; }
.col_8 { width: 460px; }
.col_9 { width: 520px; }
.col_10 { width: 580px; }
.col_11 { width: 640px; }
.col_12 { width: 700px; }
.col_13 { width: 760px; }
.col_14 { width: 820px; }
.col_15 { width: 880px; }
.col_16 { width: 940px; }

.wrapper {
	margin: 0 auto;
	text-align: left;
	width: 940px;
}
.col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11 { float: left; margin-right: 20px; }
.col_1.fr, .col_2.fr, .col_3.fr, .col_4.fr, .col_5.fr, .col_6.fr, .col_7.fr, .col_8.fr, .col_9.fr, .col_10.fr, .col_11.fr { float: right; }
.col_1.last, .col_2.last, .col_3.last, .col_4.last, .col_5.last, .col_6.last, .col_7.last, .col_8.last, .col_9.last, .col_10.last, .col_11.last {	margin-right: 0; }
@media screen and (max-width : 640px){
	.col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11 { float:  none; width: 100%; }	
	.wrapper { margin-right: 5%; margin-left: 5%;  width: 100%; }
}

/*--------------------------------------------------
	ebox
--------------------------------------------------*/

.ebox {
    width: 940px;
	margin: 0 auto;
}

/* content */

.ebox .cf, .ebox p, .ebox ul, .ebox ol, .ebox dl, .ebox table, .ebox blockquote, .ebox address, .ebox pre { margin-bottom: 20px; }
.ebox *:last-child, .ebox > *:last-child, .ebox > *:last-child > *:last-child, .ebox > *:last-child > *:last-child > *:last-child { margin-bottom: 0 !important; }

/*--------------------------------------------------
	float
--------------------------------------------------*/

.fl { float: left; }
.fr { float: right; }

/*--------------------------------------------------
	head_title
--------------------------------------------------*/

/*--------------------------------------------------
	link
--------------------------------------------------*/

a {}
a:hover {}

a.link01 {}
a.link01:hover {}

a.link02 {}
a.link02:hover {}

/*--------------------------------------------------
	list_dl
--------------------------------------------------*/

/* cms */

.entry_body dd { margin-left: 40px; }

/* basic_style */

.dl01 dd { margin-left: 40px; }

/* other_style */

.dl02 dt {
	border-bottom: 1px solid #4d4d4d;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 9px;
}
.dl02 dd { margin-bottom: 20px; }
.dl02 dt:last-child { margin-bottom: 0; }

/*--------------------------------------------------
	list_ol
--------------------------------------------------*/

/* cms */

.entry_body ol {
	list-style: decimal;
	padding-left: 40px;
}
.entry_body ol ul {
	list-style: circle;
	padding-left: 40px;
}

/* basic_style */

.ol01 {
	list-style: decimal;
	padding-left: 40px;
}
.ol01 ol {
	list-style: decimal-leading-zero;
	padding-left: 40px;
}
.ol01 ul {
	list-style: circle;
	padding-left: 40px;
}

/* other_style */

.ol02 {
	color: #9c0;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1;
	list-style: decimal-leading-zero;
	padding-left: 40px;
}
.ol02 span {
	color: #4d4d4d;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
}

.ol03 { counter-reset: repas;}
.ol03 li {
	counter-increment: repas;
	list-style-type: none;
}
.ol03 li:before {
	background: #9c0;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #fff;
	content: counter(repas);
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
	width: 40px;
}

/*--------------------------------------------------
	list_ul
--------------------------------------------------*/

/* cms */

.entry_body ul {
	list-style: circle;
	padding-left: 40px;
}
.entry_body ul ul {
	list-style: disc;
	margin-left: 20px;
}

/* basic_style */

.ul01 {
	list-style: circle;
	padding-left: 40px;
}
.ul01 ul {
	list-style: disc;
	margin-left: 20px;
}

/* icon_style */

.ul02 li {
	background: url(../img/icon.png) no-repeat left top;
	padding-left: 20px;
}

/* border_style */

.ul03 li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.ul03 ul {
	margin-top: 10px;
	padding-left: 20px;
}
.ul03 ul li {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* float_style */

.ul04 li {
	background: url(../img/icon.png) no-repeat 0 top;
	float: left;
	margin-right: 20px;
	padding-left: 20px;
	white-space: nowrap;
}

/* other_style */

.ul05 {}
.ul05 li {}

/*--------------------------------------------------
	margin
--------------------------------------------------*/

/* top */

.mt0 { margin-top: 0 !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }

/* right */

.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }

/* bottom */

.mb0 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }

/* left */

.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }

/*--------------------------------------------------
	page_back_nav
--------------------------------------------------*/

.page_back_nav {
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: -.4em;
	text-align: center;
}
.page_back_nav li {
	display: inline-block;
	letter-spacing: normal;
	margin-right: 20px;
	width: 160px;
}
.page_back_nav .home { margin-right: 0; }
.page_back_nav a {
	background: #f2f2f2;
	color: #4d4d4d;
	display: block;
	padding: 10px;
	text-decoration: none;
}
.page_back_nav a:hover { background: #fc0; }

/*--------------------------------------------------
	page_nav
--------------------------------------------------*/

.page_nav {
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: -.4em;
	text-align: center;
}
.page_nav li {
	display: inline;
	letter-spacing: normal;
	margin-right: 1px;
}
.page_nav .last { margin-right: 0; }
.page_nav a,
.page_nav span {
	background: #f2f2f2;
	color: #4d4d4d;
	display: inline-block;
	padding: 10px;
	text-decoration: none;
}
.page_nav .previous a, .page_nav .next a { background: #d9d9d9; }
.page_nav .first a, .page_nav .last a { background: #ccc; }
.page_nav li.current span { background: #f90; }
.page_nav a:hover { background: #fc0; }

/*--------------------------------------------------
	post_nav
--------------------------------------------------*/

.post_nav {
	font-size: 13px;
	font-size: 1.3rem;
}
.post_nav li {
	float: left;
	margin-right: 20px;
	width: 160px;
}
.post_nav .previous {
	margin-right: 0;
	text-align: right;
}
.post_nav .home, .post_nav .top { text-align: center; }
.post_nav a,
.post_nav span {
	color: #4d4d4d;
	display: block;
	padding: 10px;
	text-decoration: none;
}
.post_nav .previous a, .post_nav .next a, .post_nav .previous span, .post_nav .next span { background: #d9d9d9; }
.post_nav .previous span, .post_nav .next span { color: #ccc; }
.post_nav .home a, .post_nav .top a { background: #f2f2f2; }
.post_nav a:hover { background: #fc0; }

/*--------------------------------------------------
	table
--------------------------------------------------*/

table { width: 100%; }

/* cms */

.entry_body th, .entry_body td {
	border: 1px solid #ccc;
	padding: 10px;
}
.entry_body th { background: #e5e5e5; }
.entry_body thead th {
	border-bottom: 3px double #ccc;
	text-align: center;
}
.entry_body thead th:first-child { text-align: left; }

/* basic_style */

.table01 th, .table01 td {
	border: 1px solid #ccc;
	padding: 10px;
}
.table01 th { background: #e5e5e5; }
.table01 thead th {
	border-bottom: 3px double #ccc;
	text-align: center;
}
.table01 thead th:first-child { text-align: left; }

/* other_style */

.table02, .table02 table { border: 1px solid #ccc; }
.table02 th, .table02 td { padding: 10px; }
.table02 td { border-left: 1px solid #fff; }
.table02 thead th {
	border-left: 1px solid #fff;
	background: #e5e5e5;
	text-align: center;
}
.table02 thead th:first-child { border-left: none; text-align: left; }
.table02 tr:nth-child(even) th, .table02 tr:nth-child(even) td { background: #f2f2f2; }

.table03 {
	background: #ccc;
	border-collapse: separate;
	border-spacing: 1px;
}
.table03 th, .table03 td { padding: 10px }
.table03 th {
	background: #e5e5e5;
	border: 1px solid #fff;
	white-space: nowrap;
}
.table03 td { background: #fff; }
.table03 thead th {
	background: #ccc;
	text-align: center;
}
.table03 thead th:first-child { text-align: left; }

.table04 th, .table04 td {
	border-bottom: 1px solid;
	padding: 10px;
}
.table04 th {
	border-color: #ccc;
	color: #690;
}
.table04 td { border-color: #e5e5e5; }
.table04 thead th {
	background: #f2f2f2;
	color: #4d4d4d;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
}
.table04 thead th:first-child { background: #e5e5e5; }
.table04 tbody tr:first-child th { border-top: 2px solid #9c0; }
.table04 tbody tr:first-child td { border-top: 2px solid #4d4d4d; }

/* common */

table.autow { width: auto; }
td.num {
	text-align: right;
	white-space: nowrap;
}
td.price {
	color: #f00;
	text-align: right;
	white-space: nowrap;
}
td.link { text-align: right; }

/*--------------------------------------------------
	text
--------------------------------------------------*/

.right { text-align: right; }
.center { text-align: center; }

/* address */

.ebox address {
	border: 1px solid #ccc;
	padding: 20px;
}

/* blockquote */

blockquote {
	background-color: #f2f2f2;
	padding: 20px 20px 20px 40px;
	position: relative;
}
blockquote:before {
	color: #999;
	content: "“";
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	left: 5px;
	line-height: 1;
	position: absolute;
	top: 0;
}

/* code */

code {
	background: #f7f77c;
	font-family: Consolas, "Courier New", Courier, Monaco, monospace;
	vertical-align: text-top;
}

/* color */

.fc01 { color: #f00; }
.fc02 { color: #f90; }
.fc03 { color: #9c0; }
.fc04 { color: #39c; }

/* pre */

pre {
	background: #f2f2f2;
	border: 1px solid #ccc;
	font-family: Consolas, "Courier New", Courier, Monaco, monospace;
	padding: 20px;
	overflow: scroll;
}

/* size */

.fs_ss { font-size: 11px; font-size: 1.1rem; }
.fs_s { font-size: 13px; font-size: 1.3rem; }
.fs_m { font-size: 20px; font-size: 2rem; }
.fs_l { font-size: 25px; font-size: 2.5rem; }

/*----------------------------------------------------------------------------------------------------
	layout
----------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------
	composition
--------------------------------------------------*/

body {
    width: 100%;
    height: 100%;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
#top {
	margin: 0 auto;
}
#wrapper {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0px auto;
}

/*--------------------------------------------------
	back_to_top
--------------------------------------------------*/

#back_to_top {
	bottom: 20px;
	position: fixed;
	right: 20px;
}
#back_to_top a {
	background: url(../img/back_to_top.png) no-repeat left top;
	height: 50px;
	width: 50px;
}


/*----------------------------------------*----------------------------------------
Grid
----------------------------------------*----------------------------------------*/

/*----------------------------------------
container
----------------------------------------*/

.container {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 960px;
}

@media screen and (max-width: 767px) {
	.container { width: 100%; }
}

/*----------------------------------------
row
----------------------------------------*/

.row,
.row-narrow,
.row-broad,
.row-stripe {
  margin-right: -10px;
  margin-left: -10px;
}
.row-grid {}

/*----------------------------------------
col
----------------------------------------*/

/*左右余白がデフォルトの場合（20px） class="row"*/

[class^="col-"], [class*=" col-"] {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

/*左右余白を小さくしたい場合（10px） class="row-narrow"*/

.row-narrow > [class^="col-"],
.row-narrow > [class*=" col-"] {
  padding-right: .5rem;
  padding-left: .5rem;
}

/*左右余白を大きくしたい場合（30px） class="row-broad"*/

.row-broad > [class^="col-"],
.row-broad > [class*=" col-"] {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

/*左右余白が必要ない場合は class="row-sprite"*/

.row-stripe > [class^="col-"],
.row-stripe > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*上下左右余白が必要ない場合は　 class="row-grid"*/

.row-grid > [class^="col-"],
.row-grid > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
	[class^="col-sp-"], [class*=" col-sp-"] { float: left; }
	.col-sp-1 { width: 8.33333333%; }
	.col-sp-2 { width: 16.66666667%; }
	.col-sp-3 { width: 25%; }
	.col-sp-4 { width: 33.33333333%; }
	.col-sp-5 { width: 41.66666667%; }
	.col-sp-6 { width: 50%; }
	.col-sp-7 { width: 58.33333333%; }
	.col-sp-8 { width: 66.66666667%; }
	.col-sp-9 { width: 75%; }
	.col-sp-10 { width: 83.33333333%; }
	.col-sp-11 { width: 91.66666667%; }
	.col-sp-12 { width: 100%; }
	.col-sp-x5 { width: 20%; }
	.col-sp-pull-0 { right: auto; }
	.col-sp-pull-1 { right: 8.33333333%; }
	.col-sp-pull-2 { right: 16.66666667%; }
	.col-sp-pull-3 { right: 25%; }
	.col-sp-pull-4 { right: 33.33333333%; }
	.col-sp-pull-5 { right: 41.66666667%; }
	.col-sp-pull-6 { right: 50%; }
	.col-sp-pull-7 { right: 58.33333333%; }
	.col-sp-pull-8 { right: 66.66666667%; }
	.col-sp-pull-9 { right: 75%; }
	.col-sp-pull-10 { right: 83.33333333%; }
	.col-sp-pull-11 { right: 91.66666667%; }
	.col-sp-pull-12 { right: 100%; }
	.col-sp-push-0 { left: auto; }
	.col-sp-push-1 { left: 8.33333333%; }
	.col-sp-push-2 { left: 16.66666667%; }
	.col-sp-push-3 { left: 25%; }
	.col-sp-push-4 { left: 33.33333333%; }
	.col-sp-push-5 { left: 41.66666667%; }
	.col-sp-push-6 { left: 50%; }
	.col-sp-push-7 { left: 58.33333333%; }
	.col-sp-push-8 { left: 66.66666667%; }
	.col-sp-push-9 { left: 75%; }
	.col-sp-push-10 { left: 83.33333333%; }
	.col-sp-push-11 { left: 91.66666667%; }
	.col-sp-push-12 { left: 100%; }
	.col-sp-offset-0 { margin-left: 0; }
	.col-sp-offset-1 { margin-left: 8.33333333%; }
	.col-sp-offset-2 { margin-left: 16.66666667%; }
	.col-sp-offset-3 { margin-left: 25%; }
	.col-sp-offset-4 { margin-left: 33.33333333%; }
	.col-sp-offset-5 { margin-left: 41.66666667%; }
	.col-sp-offset-6 { margin-left: 50%; }
	.col-sp-offset-7 { margin-left: 58.33333333%; }
	.col-sp-offset-8 { margin-left: 66.66666667%; }
	.col-sp-offset-9 { margin-left: 75%; }
	.col-sp-offset-10 { margin-left: 83.33333333%; }
	.col-sp-offset-11 { margin-left: 91.66666667%; }
	.col-sp-offset-12 { margin-left: 100%; }
}

@media screen and (min-width: 768px) {
	[class^="col-pc-"], [class*=" col-pc-"] { float: left; }
	.col-pc-1 { width: 8.33333333%; }
	.col-pc-2 { width: 16.66666667%; }
	.col-pc-3 { width: 25%; }
	.col-pc-4 { width: 33.33333333%; }
	.col-pc-5 { width: 41.66666667%; }
	.col-pc-6 { width: 50%; }
	.col-pc-7 { width: 58.33333333%; }
	.col-pc-8 { width: 66.66666667%; }
	.col-pc-9 { width: 75%; }
	.col-pc-10 { width: 83.33333333%; }
	.col-pc-11 { width: 91.66666667%; }
	.col-pc-12 { width: 100%; }
	.col-pc-x5 { width: 20%; }
	.col-pc-x8 { width: 12.5%; }
	.col-pc-pull-0 { right: auto; }
	.col-pc-pull-1 { right: 8.33333333%; }
	.col-pc-pull-2 { right: 16.66666667%; }
	.col-pc-pull-3 { right: 25%; }
	.col-pc-pull-4 { right: 33.33333333%; }
	.col-pc-pull-5 { right: 41.66666667%; }
	.col-pc-pull-6 { right: 50%; }
	.col-pc-pull-7 { right: 58.33333333%; }
	.col-pc-pull-8 { right: 66.66666667%; }
	.col-pc-pull-9 { right: 75%; }
	.col-pc-pull-10 { right: 83.33333333%; }
	.col-pc-pull-11 { right: 91.66666667%; }
	.col-pc-pull-12 { right: 100%; }
	.col-pc-push-0 { left: auto; }
	.col-pc-push-1 { left: 8.33333333%; }
	.col-pc-push-2 { left: 16.66666667%; }
	.col-pc-push-3 { left: 25%; }
	.col-pc-push-4 { left: 33.33333333%; }
	.col-pc-push-5 { left: 41.66666667%; }
	.col-pc-push-6 { left: 50%; }
	.col-pc-push-7 { left: 58.33333333%; }
	.col-pc-push-8 { left: 66.66666667%; }
	.col-pc-push-9 { left: 75%; }
	.col-pc-push-10 { left: 83.33333333%; }
	.col-pc-push-11 { left: 91.66666667%; }
	.col-pc-push-12 { left: 100%; }
	.col-pc-offset-0 { margin-left: 0; }
	.col-pc-offset-1 { margin-left: 8.33333333%; }
	.col-pc-offset-2 { margin-left: 16.66666667%; }
	.col-pc-offset-3 { margin-left: 25%; }
	.col-pc-offset-4 { margin-left: 33.33333333%; }
	.col-pc-offset-5 { margin-left: 41.66666667%; }
	.col-pc-offset-6 { margin-left: 50%; }
	.col-pc-offset-7 { margin-left: 58.33333333%; }
	.col-pc-offset-8 { margin-left: 66.66666667%; }
	.col-pc-offset-9 { margin-left: 75%; }
	.col-pc-offset-10 { margin-left: 83.33333333%; }
	.col-pc-offset-11 { margin-left: 91.66666667%; }
	.col-pc-offset-12 { margin-left: 100%; }
}
