@charset "UTF-8";

/*

    Basic

*/

/*  Color  */
body { color: #000000;}
a:link    { color: #000000;}
a:visited { color: #000000;}
a[href]:hover   { opacity: 0.7;}
#c_main a[href]  { text-decoration: underline;}

/*  other  */
body img,
body iframe {
	max-width: 100%;
}




/*

    Body

*/
body {
	background-position: center top;
	background-repeat: repeat;
}





/*

    Header

*/

/*  layout  */
header.global {
	position: fixed;
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: space-between;
	background-color: #ffffff;
	background-position: center bottom;
	background-repeat: repeat-x;
	z-index: 10;
	box-shadow: 0 10px 10px 2px rgba(0,0,0,0.2);
}

/*  sitenname  */
header.global div.sitename a {
	display: block;
	height: 60px;
}
header.global div.sitename a img {
	display: block;
	max-height: 100%;
}

/*  navigation  */
header.global nav.global {
	display: flex;
}
header.global nav.global ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0;
}
header.global nav.global ul li {
	list-style: none;
	height: 100%;
	margin: 0 2em 0 0;
}
header.global nav.global ul li a {
	display: flex;
	align-items: center;
	height: 100%;
}
header.global nav.global ul li ul {
	display: none;
	position: absolute;
	padding: 0.5em;
	background-color: #ffffff;
}
header.global nav.global ul li:hover ul {
	display: block;
}
header.global nav.global ul li ul li {
	margin: 0;
}
header.global nav.global ul li ul li a {
	display: block;
	padding: 0.5em 1em;
}
header.global a.contact {
	display: block;
	height: 60px;
}
header.global a.contact img {
	display: block;
	max-height: 100%;
}





/*

    Contents layout

*/

/*  layout  */
#c_content {
	padding-top: 60px;
}
#c_content #c_main {
	max-width: 1200px;
	min-height: 800px;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url("images/content.bg.png");
	background-repeat: repeat-y;
	font-size: 1.4rem;
}





/*

    Footer

*/

/*  layout  */
footer.global {
	background-repeat: repeat-x;
}
footer.global .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2em 0;
}

/*  banners  */
footer.global aside.banners ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.25em;
}
footer.global aside.banners ul li {
	width: 16.66%;
	margin: 0;
	list-style: none;
}
footer.global aside.banners ul li a {
	display: block;
	margin: 0.25em;
}
footer.global aside.banners ul li a img {
	display: block;
}






/*

    Shortcut

*/

/*  layout  */
#shortcut {
	position: fixed;
	right: 0;
	top: 20%;
	width: 80px;
}
#shortcut ul.side {
	margin: 0;
	list-style: none;
}
#shortcut ul.side li {
	margin: 0 0 5px;
	padding: 0;
}
#shortcut ul.footer {
	display: none !important;
}





/*

    Main contents

*/

/*  Common  */
#c_main h1 {
	margin: 15px 10px 25px;
	padding-left: 30px;
	background-image: url("images/h.png");
	background-size: 22px 22px;
	background-position: left center;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	font-size: 20px;
	font-size: 2rem;
}
#c_main section {
	margin: 0 35px 50px 50px;
}
#c_main section h2 {
	margin: 0 -25px 10px -15px;
}
#c_main h2 {
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
#c_main h2:before {
	content: "■ ";
}
#c_main h3 {
	margin: 1em 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.25;
}
#c_main aside {
	margin: 0 10px 0 35px;
}

/*  Content footer  */
#c_main #contentfooter {
	clear: both;
	margin: 60px 10px;
	text-align: center;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: bold;
}





/*

    Article

*/

/*  Common  */
#c_main div.piece {
	width: 100%;
	margin: 1em 0;
}
#c_main div.piece:first-child {
	margin-top: 0;
}

/*  Headings  */
#c_main div.piece.crosshead {
	margin: 0;
}
#c_main div.piece.crosshead * {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
#c_main div.piece.subheading * {
	margin-top: 0;
	margin-bottom: 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;
}
#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;
}
#c_main div.piece div.right img,
#c_main div.piece div.rightfloat img {
	margin-left: 1em;
}
#c_main div.piece div.left div.image,
#c_main div.piece div.right div.image {
	display: table-cell;
	vertical-align: top;
}
#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;
}




/*  202411-custom  */
header.global .container p {
	position: relative;
	width: 50%;
	margin: 0;
	padding: 0;
	z-index: 1;
}
header.global .container p a {
	display: block;
	width: 100%;
	height: 60px;
}
