
/* CSS Document */
/*====================================================================
common.css
======================================================================
01.format
02.body
03.other
=====================================================================*/
@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------/
	01.format
/--------------------------------------------------------------------*/
/* html5reset-1.6.1.css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	border-collapse:collapse; /* added */
	-webkit-text-size-adjust:none; /* added */
}

html, body	{
	margin: 0;         /* 余白の削除 */
	padding: 0;        /* 余白の削除 */
	width:100%;
	height:100%;
}


body {
	background:#ffffff url(img/common_body.gif) repeat-x; /* added */
	line-height:1;
	font-size:100%;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, Osaka-等幅, sans-serif;
	text-align:center; /* added */
	color:#666666; /* added */
}

	article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
		display:block;
		}
	
	nav ul {list-style:none;}
	ul li {list-style:none;} /* added */
	blockquote, q {quotes:none;}
	blockquote:before, blockquote:after,
	q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {text-decoration: line-through;}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display:block;
	height:1px;
	border:0;  
	border-top:1px solid #cccccc;
	margin:1em 0;
padding:0;
}

input, select	{
	vertical-align:middle;
}


/*--------------------------------------------------------------------/
	02.body
/--------------------------------------------------------------------*/

/* a
----------------------------------------------------------------*/
a {outline:none;}
a:link,
a:visited,
a:hover,
a:active {
	color:#666666;
	text-decoration:none;
}
a:visited {text-decoration:none;}

a:hover {
	color:#666666;
	text-decoration:underline;
}

a:hover img {
	opacity:0.6;
	filter: alpha(opacity=60);
}


a:active {text-decoration:none;}

#page-top {
	position:fixed;
	bottom:150px;
	right:0;
	font-size:77%;
}



/*--------------------------------------------------------------------/
	03.others
/--------------------------------------------------------------------*/
.right {float: right;}
.left {float: left;}
.clear {clear: both;}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clearfix {zoom:1;}
.hover a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}
.ws-n {white-space:nowrap;}

/* txt
----------------------------------------------------------------*/
.txt_l {text-align: left;}
.txt_r {text-align: right;}
.txt_c {text-align: center;}
strong.st {font-weight:bold;}

p.st {
	font-style:normal;
	font-weight:bold;
	color:#ae1a00;
}

/* size
----------------------------------------------------------------*/

.fs_ss {
	font-size: 60%;
	line-height: 100%;
}


.fs_s {
	font-size: 80%;
	line-height: 100%;
}

.fs_m {
	font-size: 100%;
	line-height: 120%;
}
.fs_l {
	font-size: 120%;
	line-height: 140%;
}
.msgoth-s {
	font-family:'ＭＳ ゴシック',sans-serif;
	font-size:10px;
}

.fs_ll	{
	font-size: 130%;
	padding-left:3px;
}

.italic	{
	font-style: italic;
}


/* letter spacing
----------------------------------------------------------------*/
.ls_s {letter-spacing: -1pt;}
.ls_m {letter-spacing: 0pt;}
.ls_l {letter-spacing: 1em;}


/* padding
----------------------------------------------------------------*/
.ps {padding: 5px;}
.ps_t {padding-top: 5px;}
.ps_b {padding-bottom: 5px;}
.ps_h {padding: 5px 0px;}
.ps_w {padding: 0px 5px;}
.pm {padding: 10px;}
.pm_t {padding-top: 10px;}
.pm_b {padding-bottom: 10px;}
.pm_h {padding: 10px 0px;}
.pm_w {padding: 0px 10px;}

/* margin
----------------------------------------------------------------*/
.ms {margin: 10px;}
.ms_t {margin-top: 10px;}
.ms_b {margin-bottom: 10px;}
.ms_l {margin-left: 10px;}
.ms_r {margin-right: 10px;}
.ms_h {margin: 10px 0px;}
.ms_w {margin: 0px 10px;}
.mm {margin: 15px;}
.mm_t {margin-top: 15px;}
.mm_b {margin-bottom: 15px;}
.mm_l {margin-left: 15px;}
.mm_r {margin-right: 15px;}
.mm_h {margin: 15px 0px;}
.mm_w {margin: 0px 15px;}
.ml {margin: 20px;}
.ml_t {margin-top: 20px;}
.mll_t {margin-top: 30px;}
.ml_b {margin-bottom: 20px;}
.ml_l {margin-left: 20px;}
.ml_r {margin-right: 20px;}
.ml_h {margin: 20px 0px;}
.ml_w {margin: 0px 20px;}
.m_a {margin:0px auto;}
.mx_t {margin-top: 40px;}
.mxxx_t {margin-top: 50px;}
.mem2_t {margin-top: 2em;}

span.m_1em_t	{
	margin-top:1.8em;
	display:block;
}


/* pagetop
----------------------------------------------------------------*/
div.pagetop {
	margin-top:10px;
	width:116px;
	height:15px;
	display:inline;
	float:right;
	margin-right:5px;
}

	* html .clearfix {
	 height: 1px;
	 /*\*//*/ /*MAC IE5.x対策*/
	 height: auto;
	 overflow: hidden;
	 /**/
	}











@media screen and (max-width: 768px)	{

img{
max-width: 100%;
height: auto;
float: none;
border: none;
width /***/:auto;
}

img	{
		float : none ;
}

.clearfix	{
		float : none ;
}

.pc	{
	display:none;
}

p.sp	{
	display:block;
}

.sp	{
	display:block;
}

span.pc	{
	display:none;
}

span.sp	{
	display:block;
}

span.sp_br	{
	display:block;
}


#wrapper {
	width:100%;
	height: 100% !important;
	min-height: 100%;
	height:auto !important;
	text-align:center;
	padding:0;
	margin:0;
	overflow: hidden;
}


#container	{
			width:98%;
			text-align: left;
			margin:0 0 0 2%;
			overflow:hidden;
}


.keywords_block	{
	width:100% !important;
	margin:30px auto 20px auto;
}

p.title_keywords	{
	border-bottom:2px solid #999;
	font-size:18px;
	font-weight:bold;
	padding-bottom:8px;
	text-align:left;
}

ul.keywords	{
	display: flex;
	justify-content:left;
	widrth:98%;
	margin:20px 10px 0 10px;
	flex-wrap: wrap;
}

ul.keywords li	{
	border:1px solid #999;
	padding:6px 6px 4px 6px;
	font-size:14px;
	margin:0 10px 15px 0;
	border-radius:4px;
	text-align:left;
	background-color:#fff;
	white-space: nowrap;
}


	footer
/--------------------------------------------------------------------*/
#footer	{
	width:100%;
	background-color:#E6E6E6 !important;
	display: block;
	padding:30px 0 20px 0;
}


ul.footer_menu_ul	{
	margin:30px auto 20px auto;
	width:80% !important;
}


ul.footer_menu_ul li {
	margin:15px auto 0 auto;
	color:#666;
	font-size:14px;
}

/* copyright */
#footer p.copyright {
	font-size:14px;
	font-family: tahoma, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color:#666666;
	margin:30px 0;
}


/* パンクズ
----------------------------------------------------------------*/
p.breadnavi_top	{
	margin-top:5px;
	font-size:12px;
	color:#666;
	text-align:left;
}

ul.breadnavi_ul	{
	text-align:left;
	overflow: hidden;
	padding:2px 0 0 2px;
}

ul.breadnavi_ul li	{
	font-size:15px;
	color:#666;
	float:left;
	margin-right:0.5em;
	padding-top:5px;
	padding-bottom:1px;
}

ul.breadnavi_ul li a	{
	color:#666;
	text-decoration:none;
}

ul.breadnavi_ul li a:hover	{
	color:#3E4D43;
	text-decoration:underline;
}


li.breadnavi_topic_title	{
	display: inline;
}

li.breadnavi_topic_title br	{
	display: none;
}


/*--------------------------------------------------------------------/
	pagetop
/--------------------------------------------------------------------*/
#page-top {
	position:fixed;
	bottom:150px;
	right:0;
	font-size:77%;
}

/* pagetop
----------------------------------------------------------------*/
div.pagetop {
	margin-top:10px;
	width:116px;
	height:15px;
	display:inline;
	float:right;
	margin-right:5px;
}

span.pc_br	{
	display:block;
}

span.sp_br	{
	display:inline;
}


}




@media screen and (min-width:769px) {

.pc	{
	display:block;
}

.sp	{
	display:none;
}

span.pc	{
	display:block;
}

span.sp	{
	display:none;
}

.wh_257	{
	width:257px;
}
.wh_256	{
	width:256px;
}
.wh_266	{
	width:266px;
}


.wh_270	{
	width:270px;
}.wh_270	{
	width:270px;
}

.wh_360	{
	width:360px;
}

.wh_400	{
	width:400px;
}

.wh_530	{
	width:530px;
}


.ml_t_d	{
	margin-top: 20px;
}

.mll_t_d	{
	margin-top: 30px;
}

.mx_t_d	{
	margin-top: 50px;
}

.mll_b_d	{
	margin-bottom: 30px;
}

.pll_t_d	{
	padding-top: 30px;
}

.pll_b_d	{
	padding-bottom: 30px;
}

.pm_d	{
	padding: 5px;
}
.ml_b_d	{
	margin-bottom: 20px;
}

.mll_l_d	{margin-left: 30px;}
.mll_r_d	{margin-right: 30px;}


.padd_b_1em	{
	padding-bottom:1.5em;
	font-size:15px;
	line-height:1.5em;
}



/* wrapper
----------------------------------------------------------------*/
div#wrapper {
	width:100%;
	text-align:center;
	/*padding-bottom: 77px;*/
	margin:0 auto 0 auto;
}

	#container	{
	margin:10px auto 80px auto;
	width:1180px;
	padding:0 0 10px 0;
	text-align:center;
	overflow: hidden;
}


/*--------------------------------------------------------------------/
	footer
/--------------------------------------------------------------------*/
#footer	{
	width:100%;
	background-color:#E6E6E6;
	margin:0 auto;
	padding:50px 0 20px 0;
	text-align:center;
}

/* btn */
#footer div {
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
}


ul#footer_navi_ul	{
	width:98%;
	margin:0 auto 0 auto;
	display: flex;
	justify-content:center;
}

ul#footer_navi_ul li	{
	margin:0 2em;
	color:#666;
	font-size:13px;
}


ul.footer_menu_ul	{
	display: flex;
	justify-content:center;
	widrth:98%;
	margin-top:50px;
}

ul.footer_menu_ul li	{
	margin:0 10px;
	font-size:13px;
}
ul.footer_menu_ul li a	{
	margin:0 10px;
	font-size:13px;
}

li.footer_menu a:hover	{
	text-decoration:underline;
	color:#aaa;
}

li.footer_menu_li:before{
    content: "▲";
    display: inline-block;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    margin-right: 0;
}

.keywords_block	{
	width:900px;
	margin-top:50px;
}

p.title_keywords	{
	border-bottom:2px solid #999;
	font-size:18px;
	font-weight:bold;
	padding-bottom:8px;
	text-align:left;
}

ul.keywords	{
	display: flex;
	justify-content:left;
	widrth:98%;
	margin-top:20px;
}

ul.keywords li	{
	border:1px solid #999;
	padding:6px 6px 4px 6px;
	font-size:14px;
	margin:0 5px;
	border-radius:4px;
	text-align:left;
	background-color:#fff;
}


/* copyright */

#footer p.copyright {
	width:100%;
	margin:0 auto;
	padding:30px 0 10px 0;
	font-family: tahoma, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	font-size:14px;
	color:#666666;
}


footer.regist {
	width:100%;
	background:url(../img/footer_bg.jpg) #E6E6E6 repeat-x bottom;
	overflow: hidden;
	height:160px !important;
	margin-top:20px;
	padding:0;
}





/* 中央に合わせてトリミング 変更サイズ*/

.trim	{
	width: 270px;
	height: 180px;
	position: relative;
	overflow: hidden;
	margin:0 auto;
}

/* 中央に合わせてトリミング */
.trim img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.flex	{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
}
.flex_left	{
	justify-content: flex-start;
}
.flex_right	{
	justify-content: flex-end;
}
.flex_center	{
	justify-content: center;
}

.flex_space	{
	justify-content: space-between;
}

.flex_between	{
	justify-content: space-around;
}

}
