﻿@charset "UTF-8";

* {
	padding			: 0;
	margin			: 0;
    font-family		: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size		: 16px;
	line-height		: 150%;
	letter-spacing : -0.5px;
	text-align		: justify; }

#wrap {
	width			: 100%;
	padding 		: 5px 0px 0px 0px;
	background-color: #ffffff; } 

.link_font {
	color			: #0044d4; }

.logo_l {
	width			: 100%;
	height			: 65px;
    margin			: 3px 0px 0px 0px;
	padding 		: 3px 0px 0px 0px;
	background-color: #afaf83; }

.logo_r {		}
  	
.no_hide {
	display			: none;}

.p_count {
	font-size		: 14px;
	color			: #575757;
	text-align		: right;
	margin			: 3px 10px 10px auto; }
	
.indent {
	list-style-image: url('img_t/ind.gif');	
    margin			: 10px 15px 0px 7px; }

.noline_link {
	text-decoration	: none; }

h1 {
	font-size		: 23px;
	color			: #ffffff;
	margin			: 0px 0px 0px 8px; }

h2 {
	color			: #ffffff;
	text-align		: right;
	margin			: -32px 15px 0px 115px; }

h3 {
	color			: #ffffff;
	text-align		: right;
	margin			: -122px 15px 0px 217px; }

.line_02 {
 	border			: 1px solid #bfbfbf;
	margin			: 10px 0px 15px 0px; }

.space_0 {
 	border			: 0px solid #ffffff; }

.space_10 {
 	border			: 3px solid #ffffff; }

.box {
	line-height		: 100%;
	margin     		: 1px 6px 0px 6px; }

.img {
	margin     		: 0px 0px 23px 0px; 
	width			: 100%;
	height			: 70vw;
	object-fit		: cover; }
	
.img_c {
	margin     		: 0px 0px 4px 0px; 
	width			: 100%;
	height			: 70vw;
	object-fit		: cover;}

.button {
	display			: block;
	width			: 190px;
	font-weight		: bold;
	text-align		: center;
	margin			: 15px 10px 15px auto;
	padding			: 8px 0px 8px 0px;
	background-color: #858585;
	color			: #ffffff;
	text-decoration	: none;
  	border-radius	: 60px; }

a:active {
	color:#0000ee; }
