@charset 'UTF-8';

/*

    Font styles

*/

/*  color  */
body { color: #333333;}
a    {
	color: #54351e;
	-webkit-tap-highlight-color: #54351e;
}
a.tel {
	color: inherit;
}

/*  form  */
input[type=radio],
input[type=chexkbox] {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
input[type=text],
input[type=password],
textarea {
	font-size: 1.6rem;
}

/*  size  */
h1 { font-size: 1.7rem;}
h2 { font-size: 1.5rem;}

/*  body  */
body {
  -webkit-text-size-adjust: 100%;
}
body img,
body iframe {
	max-width: 100%;
	height: auto !important;
}
body table {
	width: auto !important;
}

/*  webkit  */
* {
	-webkit-user-select: none;
}
img {
	-webkit-touch-callout: none;
}
input, button, textarea, select {
	max-width: 100%;
	-webkit-user-select: auto;
	-webkit-appearance: none;
	border-radius: 0;
	box-sizing: border-box;
	font-size: 17px;
}





/*

    Reset

*/
body {
	background: none !important;
}





/*

    Header

*/
header.global {
	margin: 0;
	padding: 5px 5px 12px;
	background-color :#eeeeee;
	background-size: auto 2px;
	background-position: center bottom;
	background-repeat: repeat-x;
}
header.global .container {
	overflow: hidden;
}
header.global div.container a,
header.global div.container p {
	display: none;
}
header.global div.container div.sp * {
	display: block;
}
header.global div.container div.sp a {
	text-align: center;
}
header.global div.container div.sp a img {
	display: inline;
	vertical-align: bottom;
}
header.global div.container div.sp a.tel {
	display: block;
	padding: 5px 0;
	font-size: 2.4rem;
	color: #666666;
}




/*

    Navigation

*/
header.global a.menuopen,
#c_sub nav a.menuclose {
	clear: left;
	display: block;
	padding: 8px 0;
	background-color: #666666;
	color: #ffffff;
	text-align: center;
	border-radius: 5px;
}
#c_sub nav a.menuclose {
	margin: 15px;
}
#c_sub nav {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.9);
	z-index: 99;
}
#c_sub nav ul {
	margin: 0;
	padding: 10px 15px 0;
	list-style: none;
}
#c_sub nav ul li {
	margin: 10px 0 0;
	background: none !important;
}
#c_sub nav ul li a {
	display: block;
	padding: 10px;
	border: 1px #666666 solid;
	text-align: center;
	border-radius: 5px;
}





/*

    Sub contents

*/
#c_sub #sitename {
	display: none;
}
#c_sub {
	margin: 0 -10px -10px;
	padding: 10px 5px 0;
	background-color: #eeeeee;
	letter-spacing: -10px;
	font-size: 0;
}
#c_sub aside {
	display: inline-block;
	width: 50%;
	padding: 0 5px 10px;
	letter-spacing: 0;
	font-size: 1.3rem;
	vertical-align: top;
	box-sizing: border-box;
}
#c_sub a {
	letter-spacing: 0;
	font-size: 1.3rem;
}





/*

    Footer

*/

/*  layout  */
footer.global {
	padding: 10px;
	background-size: auto 2px;
	background-repeat: repeat-x;
}
footer.global img {
	max-width: 50%;
}

/*  banner  */
footer.global .banner {
	margin: 0 -10px 0;
	padding: 10px 5px 0 ;
	font-size: 0;
	letter-spacing: -10px;
}
footer.global .banner a {
	display: inline-block;
	width: 50%;
	padding: 0 5px 10px;
	box-sizing: border-box;
	letter-spacing: 0;
	font-size: 1.3rem;

}
footer.global .banner a img {
	width: 100%;
	max-width: 100%;
}






/*

    Contents

*/
#c_content {
	padding: 10px;
}

/*  Common  */
#c_main h1 {
	margin-bottom: 10px;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	font-size: 2rem;
}
#c_main h1:before {
	content: "";
	margin: 0 10px 0 5px;
	border-left-style: solid;
	border-left-width: 5px;
}
#c_main h2 {
	margin: 10px 0;
	font-size: 1.6rem;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
#c_main h3 {
	margin: 1em 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.25;
}

/*  Content footer  */
#c_main #contentfooter {
	clear: both;
	margin: 20px 10px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}





/*

    Main contents

*/

/*  heading  */
article header.main {
	margin: 15px 0 30px;
}
article header.main p {
	margin: 5px 0 0;
	color: #666666;
}
article header.sub {
	margin-bottom: 15px;
}
article header.sub p {
	margin: 5px 0 0;
	color: #666666;
}
article section {
	margin: 30px 0;
}

/*  table  */
#c_main table {
	width: 100%;
	margin: 1em 0;
}
#c_main table th,
#c_main table td {
	padding: 5px 5px 5px 0;
	background: none;
	border: none;
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	font-weight: normal;
}
#c_main table th {
	max-width: 30%;
}





/*

    Article

*/

/*  headings  */
#c_main div.piece.crosshead {
	margin: 2em 0 1em;
}
#c_main div.piece.crosshead * {
	margin: 0;
	padding: 0;
}
#c_main div.piece.subheading {
	margin: 1em 0;
}
#c_main div.piece.subheading * {
	margin: 0;
	padding: 0;
}

/*  hr  */
#c_main div.piece hr {
	border: 0;
	height: 1px;
	background-color: #EEEEEE;
}

/*  image  */
#c_main div.piece:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	overflow: hidden;
}
#c_main div.piece div.imagetext.left,
#c_main div.piece div.imagetext.right {
	display: table;
	table-layout: fixed;
	width: 100%;
}
#c_main div.piece img {
	display: block;
	margin-bottom: 1em;
}
#c_main div.piece div.left img,
#c_main div.piece div.leftfloat img {
	margin-right: 1em;
	max-width: 100%;
}
#c_main div.piece div.right img,
#c_main div.piece div.rightfloat img {
	margin-left: 1em;
	max-width: 100%;
}
#c_main div.piece div.left div.image,
#c_main div.piece div.right div.image {
	display: table-cell;
	max-width: 50%;
	vertical-align: top;
}
#c_main div.piece div.left div.image { padding-right: 1em;}
#c_main div.piece div.right div.image { padding-left: 1em;}
#c_main div.piece div.left div.text,
#c_main div.piece div.right div.text {
	display: table-cell;
	vertical-align: top;
}
#c_main div.piece div.leftfloat div.image {
	float: left;
}
#c_main div.piece div.rightfloat div.image {
	float: right;
}
#c_main div.piece.image img {
	display: inline;
}






