﻿@charset "utf-8";

/* @group Reset */

*{ margin: 0;padding: 0}

a { text-decoration : none}
img { vertical-align : middle}

/* @end */


/* @group Fluid-img */

img { max-width : 100%}

/* @end */

/* @end */

h1 {
	font-size: 2em;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}
h2 {
	font-size: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}


#wrapper {
	line-height: 1.5em;
	margin: 4em auto 0em auto;
	background-color: #FFFFFF;
	width: 80%;
	max-width: 1200px;
}

#wrapper #catch {
	margin: 1em;
	padding: 1em;
	border: 0.1em solid #000080;
	border-radius: 10px;
}

.red {
	color: #FF0000;
	font-weight: 500;
}
ol {
	list-style-position: inside;
}
#table {
	table-layout: fixed;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
#table td,
#table th {
	padding: 10px;
	border: 1px solid #ccc;
}
#table th {
	font-weight: bold;
}
#table thead th {
	background:#e6e6e6;
}

.okigaruni_pic {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
}

.nowrap {
	white-space:nowrap;
	vertical-align:top;
}


/*--- 表示領域が768px以下の場合に適用するスタイル ---*/
@media screen and (max-width: 768px) {

#wrapper {	
	width: 95%;
}

#youtube {
	margin-top: 1em;
	overflow:auto;
	
}


h1 {
	font-size: 1.2em;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}
h2 {
	font-size: 1em;
}

	#table{
		display: block;
	}
		#table thead{
			display: none;
		}
		#table tbody{
			display: block;
		}
			#table tbody tr{
				display: block;
				margin-bottom: 1.5em;
			}
			#table tbody th,
			#table tbody td{
				display: block;
				border: none;
			}
			#table tbody th{
	margin-bottom: 5px;
	list-style-type: none;
	color: #fff;
	background: #4C4C4C;
}
			#table tbody td{
				margin-left: 20px;
				padding: 0;
			}
			#table tbody td:nth-of-type(1):before { content: ""; }
			#table tbody td:nth-of-type(2):before { content: ""; }



}
