
/* CSS Document */
/*====================================================================
print.css

=====================================================================*/
@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;}




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

/*--------------------------------------------------------------------/
	05.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_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;}





}

/* 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;
	 /**/
	}



	#header	{
	width:100%;
	margin:0 0;
	padding:0;
	text-align: center;
}

h1#kinohus	{
	margin:20px auto 0 auto;
	width:600px;
	font-size:44px;
	color:#333;
	line-height:1em;
	padding:0;
}

h1#kinohus span.subtitle	{
	font-size:13px;
	font-weight:normal;
	display:block;
}



#navi_block	{
	width:1180px;
	margin:0 auto 0 auto;
	text-align:center;
	padding:0;
	border-bottom:1px solid #bbb;
}

	ul.header_navi_ul	{
	margin:30px auto 0 auto;
	display:flex;	
	justify-content: center;
	font-size:13px;
	
}

	ul.header_navi_ul li.line	{
	color:#bbb;
	margin:0 15px;
	padding-bottom:20px;
}

	ul.header_navi_ul li.menu_pc	{
	color:#333;
	margin:0 15px;
	padding-bottom:20px;
	cursor: pointer;
}

.nolink	{
	opacity:0.6;

}


ul.header_navi_ul li	{
	position: relative;
}




ul.sub	{
	display: none;
	position: absolute;
	margin: 20px 0 0 -40px;
	padding: 15px 0 25px 10px;
	background-color: #ccc;
	border-radius:1%;
	width:270px;
	opacity: 0.95;
	
}

ul.sub li.subnavi_top a	{
	display: block;
	color: #333;
	text-align:left;
	margin:10px 0 0 10px;
	font-size:14px;
}

ul.sub li.subnavi_title	{
	display: block;
	color: #333;
	text-align:left;
	margin:25px 0 0 20px;
	font-size:14px;
}

ul.sub li.subnavi_item a	{
	display: block;
	color: #333;
	text-align:left;
	margin:10px 0 0 45px;
	font-size:14px;
}

ul.sub li.subnavi_item a:hover	{
	text-decoration:underline;
	color: #333;
}























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

.new_arrival .left_block,.new_arrival .right_block	{
	width:400px;
}

.feature_cover	{
	width:830px;
}

.left_block_360	{
	width:360px;
	margin-left:30px;
	padding:5px;
}

.right_block_360	{
	width:360px;
	margin-left:30px;
	padding:5px;
}

p.img_ad 	{
	margin:0;
	}







p.headline	{
	font-size:15px;
	color:#444;
	margin-top:10px;
	line-height:1.8em;
}


p.outline	{
	font-size:13px;
	color:#777;
	margin-top:0.6em;
	line-height:2em;
}


.link_btn_cover	{
	width:830px;
	text-align:center;
}

p.link_btn	{
	margin:30px auto 0 auto;
	width:400px;
	text-align:center;
	background-image: url("../image/common/link_btn_bg.jpg");
	 overflow: hidden;
	 color:#fff;
	 padding:14px 0;
}

.bg_6081bf	{
	background-color:#6081bf;
}

.bg_fff	{
	background-color:#fff;
}

.bg_fdf3ec	{
	background-color:#fdf3ec;
}
.bg_e5e5e5	{
	background-color:#e5e5e5;
}


.bg_feedd3	{
	background-color:#feedd3;
}

h5.cate_title	{
	font-size:18px;
	color:#6081bf;
}

span.marker	{
	background: url("../image/common/marker_Log_house.png") no-repeat 0 0; padding-right: 2em;
}

span.marker2	{
	background: url("../image/common/marker_Log_house2.png") no-repeat 0 0; padding-right: 2em;
}

.bg_fappylife	{
	background: url("../feature_img/fappylife_bg.jpg") repeat-y;
}

.bg_house_building	{
	background: url("../feature_img/house_building_bg.jpg") repeat;
}





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

ul.breadnavi_ul	{
	text-align:left;
	overflow: hidden;
	margin-left:30px;
}

ul.breadnavi_ul li	{
	font-size:12px;
	color:#666;
	float:left;
	margin-right:0.5em;
	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;
}


	#main	{
		overflow: hidden;
		background-color:#fff;
		width:830px;
		float:left;
		text-align:left;
		margin-top:40px;
}



/*--------------------------------------------------------------------
main contens
----------------------------------------------------------------*/

h2.title,h2.title_s	{
		width:830px;
	margin-top:20px;
	font-size:20px;
	color:#666;
	text-align:left;
	line-height:1.4em;
		overflow: hidden;
}

p.design	{
	text-align:right;
	font-size:11px;
	margin-top:15px;
	padding:0;
}

h2.title img,h2.title_s img	{
	float:left;
	vertical-align:top;
	margin:0 15px 0 0;
}




h3.top_image	{
	margin-top:20px;
}


.feature_title_cover_top	{
	background-color:#fff;
	padding-bottom:15px;
}	

.feature_title_cover	{
	background-color:#fff;
	padding-bottom:15px;
	margin-top:61px;
}	


p.feature_title	{
	width:100px;
	padding:2px 0;
	background-color:#333;
	color:#fff;
	font-size:13px;
	text-align:center;
}


.block_footer	{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


p.update_date	{
	text-align:left;
	color:#999;
	font-size:80%;
	display:inline-block;
}

p.end_logo	{
	text-align:right;
	color:#333;
	margin:0;
	display:inline-block;
}

p.end_logo img	{
vertical-align-top;
	margin:0;
	padding:0;
}



.series_block	{
	width:830px;
	background-color:#fff;
}

p.series_img_l	{
	margin-right:30px;
	float:left;
}

p.series_img_r	{
	float:right;
}

.series_text_block	{
	width:398px;
	border:1px solid #cccccc;
	float:left;
}


p.series_copy	{
	font-size:16px;
	font-weight:bold;
	color:#333;
}

p.series_lead	{
	font-size:14px;
	color:#333;
	line-height:1.4em;
	margin-top:20px;
}






.case_block01,.case_block04,.case_block05	{
	margin-top:30px;
	width:830px;
	text-align:left;
}

.case_block02,.case_block03	{
	margin-top:60px;
	width:830px;
	text-align:left;
}

.block_study_loghouse_postandbeem	{
	background-color:#e2f4fd;
	margin-top:30px;
	padding:20px;
}

p.study_loghouse_postandbeem	{
	font-size:16px;
	color:#333;
}


h3.sub_title	{
	font-size:18px;
	color:#666;
	text-align:left;
	line-height:1.8em;
}

h4.subtitle	{
	font-size:17px;
	color:#666;
	text-align:left;
	line-height:1.8em;
}

p.sentence	{
	margin-top:10px;
	font-size:14px;
	color:#666;
	text-align:left;
	line-height:1.8em;
}

p.sentence_t20	{
	margin-top:20px;
	font-size:14px;
	color:#666;
	text-align:left;
	line-height:1.8em;
}


p.sentence_q	{
	margin-top:10px;
	font-size:17px;
	font-weight:bold;
	color:#666;
	text-align:left;
	line-height:1.8em;
}

p.sentence_a	{
	margin-top:20px;
	font-size:15px;
	font-weight:bold;
	color:#666;
	text-align:left;
	line-height:2em;
}

p.sentence_q img	{
	float:left;
}

p.sentence_a img	{
	float:left;
}



p.img_photo	{
	width:830px;
	text-align:center;
	margin-top:30px;
	padding:0;
}

p.img_ets	{
	width:830px;
	text-align:left;
	margin-top:30px;
	padding:0;
}

p.img_layout	{
	width:830px;
	text-align:left;
	margin:20px 0 0 20px;
	padding:0;
	display:flex;	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex_space_between	{
	display:flex;	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex_start	{
-webkit-box-pack: start;
     -ms-flex-pack: start;
   justify-content:start;
}

.flex_left	{
-webkit-box-pack: left;
     -ms-flex-pack: left;
   justify-content: left;
}

p.title_data	{
	width:3em;
	background-color:#333;
	text-align:left;
	margin:20px 0 0 0;
	padding:4px 4px 4px 10px;
	color:#c3ac79;
}

p.title_data_img	{
	text-align:left;
	margin:10px 0 0 107px;
}

p.detail_data	{
	width:700px;
	text-align:left;
	margin:10px 0 0 1px;
	line-height:1.3em;
}

ul.detail_data	{
	width:750px;
	text-align:left;
	margin-top:20px;
}

ul.detail_data li.title_data	{
	background-color:#333;
	text-align:center;
	margin:20px 0 20px -10px;
	padding:2px 0 2px 0;
	width:70px;
	color:#c3ac79;
	list-style-type: none;
}

ul.detail_data li.title_data:before {
	content: '';
}



ul.detail_data li	{
color: #333333;
	list-style-type: none;
	line-height:1.4em;
	margin-top:5px;
}

ul.detail_data li:before {
	content: '●';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	position: relative;
	left: -15px;
	top: -3px;
}


p.title_data_iruma_img	{
	text-align:left;
	margin:50px 0 0 0;
}

p.subtitle_data	{
	text-align:left;
	margin-top:20px;
	font-weight:bold;
}



p.detail_data_iruma	{
	text-align:left;
	margin:10px 0 0 0;
	line-height:1.5em;
}


p.title_data_loghouse_life	{
	text-align:left;
	margin-top:30px;
	font-weight:bold;
	border-bottom:2px solid #333;
	color:#006d5e;
	padding-bottom:3px;
	font-size:18px;
}

p.detail_data_loghouse_life	{
	text-align:left;
	margin:10px 0 0 0;
	line-height:1.5em;
}

p.coverage	{
	margin:30px 0 0 0;
	text-align:left;
	font-size:13px;
}

p.m_l_10,ul.m_l_10	{
	margin-left:10px;
}

p.m_l_20,ul.m_l_20	{
	margin-left:20px;
}

p.m_l_30,ul.m_l_30	{
	margin-left:30px;
}
p.m_l_60,ul.m_l_60	{
	margin-left:60px;
}
p.m_l_70,ul.m_l_70	{
	margin-left:70px;
}
p.m_l_80,ul.m_l_80	{
	margin-left:80px;
}
p.m_l_90,ul.m_l_90	{
	margin-left:90px;
}

p.m_l_110,ul.m_l_110	{
	margin-left:110px;
}












aside	{
		width:300px;
		float:right;
		text-align:center;
		margin:40px auto;
		padding-bottom:20px;
}

.side_block	{
	width:300px;
	margin:0 auto 40px auto;
	background-color:#ccc;
	text-align:center;
	padding:1px 0 20px 0;
}

ul.pickup_ul	{
	width:260px;
	margin:20px auto 20px auto;
	background-color:#fff;
}

li.pickup_img_li	{
	margin:0;
	padding:0;
}

li.pickup_title_li	{
	padding:10px;
	text-align:left;
	font-size:14px;
	line-height:1.4em;
}

li.pickup_read_li	{
	margin-top:3px;
	text-align:left;
	font-size:10px;
	line-height:1.2em;
}

li.pickup_date_li	{
	padding:10px;
	text-align:left;
	font-size:12px;
	display: flex;justify-content: space-between
}


p.side_block_ad	{
	width:260px;
	margin:20px auto 0 auto;
	text-align:center;
}












.aside_block01	{
	width:300px;
	padding:20px 0;
	margin:0 auto;
	background-color:#aaa;
	text-align:center;
	color:#fff;
}

.aside_block02,.aside_block03,.aside_block04	{
	width:300px;
	padding:20px 0;
	margin:30px auto 0 auto;
	background-color:#bbb;
	text-align:center;
}

ul.sideblock_ul	{
	width:260px;
	margin:0 auto;
}

li.sideblock_img_li	{
	margin:0;
	padding:0;
}

li.sideblock_title_li	{
	margin-top:10px;
	text-align:right;
	font-size:12px;
}

li.sideblock_copy_li	{
	margin-top:3px;
	text-align:left;
	font-size:11px;
	line-height:1.2em;
}




header#header_login	{
	background-image: url("../image/common/header_bg.jpg");
	width:100%;
	margin:0 0;
	text-align: center;
	background-repeat:repeat-y;
	height:130px;
}

p.registration_title	{
	color:#7c421c;
	font-size:24px;
	width:900px;
	margin:0 auto;
	padding-top:30px;
}















p.list_title	{
	margin-top:30px;
	font-size:20px;
	text-align:center;
}

p.list_title_tyui	{
	width:740px;
	font-size:15px;
	text-align:left;
	line-height:1.5em;
	margin:30px auto 0 auto;
}

p.feel_iruma_subtitle1	{
		background: url("../feature_img/feel_iruma/feel_iruma_bg_01.jpg") no-repeat 0 0;
		width:400px;
		height:144px;
}

p.feel_iruma_subtitle2	{
		background: url("../feature_img/feel_iruma/feel_iruma_bg_02.jpg") no-repeat 0 0;
		width:400px;
		height:144px;
		margin-top:30px;
}

p.feel_iruma_subtitle3	{
		background: url("../feature_img/feel_iruma/feel_iruma_bg_03.jpg") no-repeat 0 0;
		width:400px;
		height:144px;
		margin-top:30px;
}

span.feel_iruma_title	{
	display:block;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	padding:25px 0 0 80px;
	line-height:1.2em;
}


span.feel_iruma_coment	{
	display:block;
	color:#fff;
	font-size:12px;
	padding:20px 25px 0 20px;
	line-height:1.2em;
}








/* background-color
----------------------------------------------------------------*/

.loghouse_life_bg_f6eeda	{
	background-color:#f6eeda;
	width:830px;
}

.w_325_left	{
	width:325px;
	padding:30px 0 0 30px;
}
.w_430_right	{
	width:430px;
	padding:20px 20px 20px 0;
	text-align:right;
}

p.loghouse_life_subtitle	{
	font-weight:bold;
	font-size:18px;
}

p.sentence2	{
	margin-top:30px;
	font-size:14px;
	color:#666;
	text-align:left;
	line-height:1.8em;
}


p.loghouse_life_img img	{
	border:8px solid #ffffff;
}




/*--------------------------------------------------------------------/
	container		section　ポリシー
/--------------------------------------------------------------------*/

section#policy	{
	background-color: #fff;
}

.block_inner_policy	{
	margin:0 auto 0 auto;
	width:830px;
	padding:0;
}

h3.policy	{
	color: #555;
	font-family:arial black;
	font-weight: bold;
	font-size: 40px;
	text-align: left;
	padding-top:30px;
}


h4.privacy_policy	{
	width:780px;
	margin:30px 0 0 30px;
	text-align:left;
	font-size:15px;
	color:#666666;
	line-height:1.5em;
	font-weight:normal;
}



h5.privacy_policy2	{
	width:780px;
	margin:30px 0 0 30px;
			text-align:left;
			font-size:15px;
			color:#666666;
			text-decoration: underline;
			font-weight:bold;
	}


ul.policy	{
			text-align:left;
			margin:20px 0 0 50px;
}	

li.policy_01	{
			list-style-position: outside;
			font-size:15px;
			line-height:1.4em;
			text-align:left;
			color:#666666;
			list-style-type:decimal;
			margin-top:10px;
}

li.policy_02	{
			font-size:15px;
			line-height:1.4em;
			text-align:left;
			color:#666666;
			list-style-type:none;
			padding-left:20px;
}


li.privacy_02	{
			font-size:15px;
			line-height:1.4em;
			text-align:left;
			color:#666666;
			list-style-type:none;
			padding-left:20px;
}

.s_title	{
			color:#666666;
			font-weight:bold;
}


/*--------------------------------------------------------------------/
	container		section　お問合わせ
/--------------------------------------------------------------------*/

section#contact	{
	background-color: #fff;
}

.block_inner_contact	{
	margin:0 auto 0 auto;
	width:830px;
	padding:0;
}

h3.contact	{
	color: #555;
	font-family:arial black;
	font-weight: bold;
	font-size: 26px;
	text-align: left;
	padding-top:30px;
}

p.contact_info	{
	margin:50px 0 0 50px;
	font-sizr:16px;
	line-height:1.8em;
}

p.contact_info a	{
	text-decoration:underline;
}




/*--------------------------------------------------------------------/
	container		section　サイトマップ
/--------------------------------------------------------------------*/

section#sitemap	{
	background-color: #fff;
}


h3.sitemap	{
	color: #555;
	font-family:arial black;
	font-weight: bold;
	font-size: 26px;
	text-align: left;
	padding-top:30px;
}


.block_inner_sitemap	{
	margin:0 auto 0 auto;
	width:830px;
	padding:0;
}

}


/* 画面外にいる状態 */
.fadeInUp {
  opacity : 0;
  transform: translateY(150px);
  transition: 1s;
}




nav.menu, ul.menu,ul#manu	{
	display:none;
}

#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;
}













