
/*--------------------------------------
	Bootstrap
--------------------------------------*/
@media print {
body {
		width: 100%;
		max-width: 100%;
}
	* img {
		width: 100%;
		max-width: 100%;
		box-sizing:border-box !important;
		overflow:hidden !important;
	}
}
/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 0px;
}


html , body {
	height: 100%;
	color: #111;
}

#body_area {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	/*min-height: 90%;*/
	min-height: 100%;
}

#body_area #wrap {
	padding-bottom: 50px;
	width: 100%;
}

ul {
	list-style-type: none;
	margin: 0 0 0 1em;
	padding: 0;
}

* p {
	margin-bottom: 50px;
}

a {
	color: #06F;
}

.nodisplay {
	display:none !important;
}

.contain {
    display: inline-block;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 5px;
	width: 120px;
    height: 120px;
    border: 1px solid #ccc;
    background-size: contain;
}

.footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    height: 100px;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 10px;
    border: 1px solid transparent;
}

.top-buffer1 { margin-top:  5px; }
.top-buffer2 { margin-top: 10px; }
.top-buffer3 { margin-top: 15px; }
.top-buffer4 { margin-top: 20px; }
.top-buffer5 { margin-top: 25px; }
.top-buffer6 { margin-top: 30px; }
.top-buffer7 { margin-top: 35px; }
.top-buffer8 { margin-top: 40px; }
.top-buffer9 { margin-top: 45px; }
.top-buffer10 { margin-top: 50px; }

.pull-left {
	margin-top:20px;
    width: 127px;
    float: left!important;
    height:200px;
}

/*	 Normal Link , External Link
---------------------------------------------------------------*/

.link,
.linkEx,
.linkR,
.linkExR {
	position:relative;
	word-break:break-all;
}
.link a,
.linkEx a,
.linkR a,
.linkExR a {
	display:inline-block;
	width:auto;
	text-decoration: underline;
	font-size: 90%;
}
.link a,
.linkEx a {
	padding-left:1em;
}
	.link:before,
	.linkEx:before,
	.linkR:after,
	.linkExR:after {
		display: inline-block;
		position: absolute;
		margin:0;
		top: 0px;
		height: 100%;
		vertical-align: top;
		font-size: 12px;
		font-family: "FontAwesome";
	}
	.linkEx:before {
		top: 2px;
	}
	.linkExR:after {
		top: -1px;
	}
	.link:before {
		top: 1px;
		left:2px;
	}
	.linkR:after,
	.linkExR:after {
		top: 2px;
	}
		.link:before {
			content: "\f0da";
		}
		.linkEx:before {
			content: "\f08e";
		}
		.linkR:after {
			content: "\f0da";
		}
		.linkExR:after {
			content: "\f08e";
		}
		.link > span,
		.linkEx > span,
		.linkR > span,
		.linkExR > span {
			display: inline;
			width: 97%;
			margin-right: 1%;
			vertical-align:middle;
			line-height: 120%;
		}


/*	 TOP Card list
--------------------------------------*/

#fh5co-board .item .fh5co-desc {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

#fh5co-board .item {
	border-radius:0px !important;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	box-shadow: 0px 0px 3px 1px rgba(156, 156, 156, 0.7) !important;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(156, 156, 156, 0.7) !important;
	-moz-box-shadow: 0px 0px 3px 1px rgba(156, 156, 156, 0.7) !important;
}

#fh5co-board .item a {
	border-radius:0px !important;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
}

#fh5co-board h2 {
	font-size: 100%;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-left: none;
	background: none;
}
#fh5co-board h2:last-child {
	margin: 0px 0px 0px 0px;
}

#fh5co-board h2 > small {
	display:block;
	margin: 5px 0px 3px 0px;
	letter-spacing: 0.1em;
}

#fh5co-board span.news {
	display: inline;
	position:relative;
	font-size: 70%;
	font-weight:normal;
	color: #FFF;
	padding: 3px 7px;
	background:#03C;
}

#fh5co-board p {
	font-size: 85%;
	margin: 0px;
}
#fh5co-board span.more {
	display: inline-block;
	float:right;
}
#fh5co-board span.more a {
	display: inline-block;
	font-size: 85%;
	color: #06F;
	margin: 10px 0px 0px 0px;
}
#fh5co-board span.more:after {
	clear:both;
	position:relative;
	top:1px;
	font-size: 120%;
	color: #06F;
	margin-left: 5px;
	font-family: 'FontAwesome';
	content: "\f0da";
}

/*----------------------------------------------------------------------------
	ALL PAGE COMMON 
----------------------------------------------------------------------------*/

/* h,1,2,3 common contents */
h1 {
	width: 100%;
	font-size: 150%;
}
.h_border {
	width: 100%;
	height: 2px;
	margin-bottom: 20px;
	border-left: 5.5em solid #000;
	background-color: #000;
}

#fh5co-main h1 {
	margin: 0px auto !important;
	padding-bottom: 5px;
}

#fh5co-main h3 {
	margin: 0px 0px 0px 20px !important;
	padding-bottom: 5px;
	font-size: 100%;
	font-weight:bold;
}


h2 {
	width: 100%;
	margin: 0px auto 30px auto;
	padding: 3px 10px;
	font-size: 115%;
	font-weight:bold;
	border-left: 3px solid #8c130b;
	/*background:#f2f2f2;*/
}

/*-----------------------------------------------------	*/
/*	for - 600px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 600px) {
	
h1 {
	font-size: 115%;
	font-weight:bold;
}

h2 {
	margin: 0px auto 30px auto;
	padding: 5px 10px;
	font-size: 100%;
}

	
}


.txt_c {
	text-align:center;
}

.t_red {
	color:#F00;
}

.t_green {
	color: #0C0;
}


/* img [ small,medium,large ] */
.s_img img,
.m_img img,
.l_img img {
	margin: 20px auto 0px auto;
}

.s_img:before,
.s_img:after,
.m_img:before,
.m_img:after,
.l_img:before,
.l_img:after {
  content: " ";
  display: table;
}
.s_img:after,
.m_img:after,
.l_img:after {
  clear: both;
}


/*----- PDF / WORD / EXCEL -----*/
.pdf_l,
.word_l,
.excel_l {
	margin: 20px auto;
	text-align: left;
}
.pdf,
.word,
.excel {
	margin: 20px auto;
	text-align:center;
}
.pdf_r,
.word_r,
.excel_r {
	margin: 20px auto;
	text-align: right;
}
.pdf_l a,
.word_l a,
.excel_l a,
.pdf a,
.word a,
.excel a,
.pdf_r a,
.word_r a,
.excel_r a {
	display: inline-block;
	padding: 10px 15px;
	border: 1px solid #CCC;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	filter:none;
}
.pdf_l a:hover,
.word_l a:hover,
.excel_l a:hover,
.pdf a:hover,
.word a:hover,
.excel a:hover,
.pdf_r a:hover,
.word_r a:hover,
.excel_r a:hover {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #f6f6f6 53%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #ededed 0%,#f6f6f6 53%,#ffffff 100%);
	background: linear-gradient(to bottom,  #ededed 0%,#f6f6f6 53%,#ffffff 100%);
	filter:none;
}
.pdf_l > a:after,
.word_l > a:after,
.excel_l > a:after,
.pdf > a:after,
.word > a:after,
.excel > a:after,
.pdf_r > a:after,
.word_r > a:after,
.excel_r > a:after {
	font-family: 'FontAwesome';
    display: inline-block;
	content: "\f105";
    width: 0px;
    height: 100%;
    vertical-align: middle;
}

.pdf_l a span,
.pdf a span,
.pdf_r a span {
	display: inline-block;
	vertical-align:middle;
	margin-right: 10px;
	padding-top: 1px;
	padding-left: 22px;
	background: url(../images/common/pdf.gif) no-repeat 0% 50%;
}
.word_l a span,
.word a span,
.word_r a span {
	display: inline-block;
	vertical-align:middle;
	margin-right: 10px;
	padding-top: 1px;
	padding-left: 22px;
	background: url(../images/common/word.gif) no-repeat 0% 50%;
}
.excel_l a span,
.excel a span,
.excel_r a span {
	display: inline-block;
	vertical-align:middle;
	margin-right: 10px;
	padding-top: 1px;
	padding-left: 22px;
	background: url(../images/common/excel.gif) no-repeat 0% 50%;
}


/*----- Small / Medium / Large  btn -----*/
.s_btn_l,
.m_btn_l,
.l_btn_l {
	margin: 5px auto;
	text-align: left !important;
}
.s_btn_c,
.m_btn_c,
.l_btn_c {
	margin: 5px auto;
	text-align:center !important;
}
.s_btn_r,
.m_btn_r,
.l_btn_r {
	margin: 5px auto;
	text-align: right !important;
}

.s_btn_l a,
.s_btn_c a,
.s_btn_r a,
.m_btn_l a,
.m_btn_c a,
.m_btn_r a,
.l_btn_l a,
.l_btn_c a,
.l_btn_r a {
	display: inline-block;
	color: #111;
	border: 1px solid #CCC;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	filter:none;
}

.s_btn_l a,
.s_btn_c a,
.s_btn_r a {
	padding: 3px 10px;
	font-size: 75%;
}

.m_btn_l a,
.m_btn_c a,
.m_btn_r a {
	padding: 10px 15px;
	font-size: 90%;
}

.l_btn_l a,
.l_btn_c a,
.l_btn_r a {
	padding: 10px 15px;
	font-size: 100%;
}

.s_btn_l a:hover,
.s_btn_c a:hover,
.s_btn_r a:hover,
.m_btn_l a:hover,
.m_btn_c a:hover,
.m_btn_r a:hover,
.l_btn_l a:hover,
.l_btn_c a:hover,
.l_btn_r a:hover {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #f6f6f6 53%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #ededed 0%,#f6f6f6 53%,#ffffff 100%);
	background: linear-gradient(to bottom,  #ededed 0%,#f6f6f6 53%,#ffffff 100%);
	filter:none;
}

.s_btn_l a span,
.s_btn_c a span,
.s_btn_r a span,
.m_btn_l a span,
.m_btn_c a span,
.m_btn_r a span,
.l_btn_l a span,
.l_btn_c a span,
.l_btn_r a span {
	display: inline-block;
	vertical-align:middle;
	margin-right: 7px;
	/*
	padding-top: 1px;
	padding-left: 22px;
	background: url(../images/pdf.gif) no-repeat 0% 50%;
	*/
}

.s_btn_l > a:after,
.s_btn_c > a:after,
.s_btn_r > a:after,
.m_btn_l > a:after,
.m_btn_c > a:after,
.m_btn_r > a:after,
.l_btn_l > a:after,
.l_btn_c > a:after,
.l_btn_r > a:after {
	font-family: 'FontAwesome';
    display: inline-block;
	content: "\f105";
    width: 0px;
    height: 100%;
	font-size: 100%;
	margin-left: 7px;
    vertical-align: middle;
}


/*----- Icons -----*/
.i_pdf {
	display: block;
	vertical-align:middle;
	margin-right: 10px;
	padding-top: 1px;
	padding-left: 22px;
	background: url(../images/common/pdf.gif) no-repeat 0% 50%;
}
.i_pdf2 {
	display: inline-block;
	vertical-align:middle;
	margin-right: 10px;
	padding-top: 0px;
	padding-left: 22px;
	background: url(../images/common/pdf.gif) no-repeat 0% 50%;
}
.i_word {
	display: block;
	vertical-align:middle;
	margin-right: 10px;
	padding-top: 1px;
	padding-left: 22px;
	background: url(../images/common/word.gif) no-repeat 0% 50%;
}
.i_excel {
	display: block;
	vertical-align:middle;
	margin-right: 10px;
	padding-top: 1px;
	padding-left: 22px;
	background: url(../images/common/excel.gif) no-repeat 0% 50%;
}


/* padding margin */
.padding_none {
	padding: 0px !important;
}

.margin_none {
	margin: 0px auto !important;
}
.margintop_none {
	margin-top: 0px !important;
}
.marginleft_none {
	margin-left: 0px !important;
}
.marginright_none {
	margin-right: 0px !important;
}
.marginbottom_none {
	margin-bottom: 0px !important;
}

/*	social [ youtube ]
--------------------------------------*/
.youtube {
	position:relative;
	width:95%;
	padding-top:56.25%;
	margin: 0px auto 20px !important;
	text-align:center;
}
.youtube iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*----------------------------------------------------------------------------
	HEADER - ALL -
----------------------------------------------------------------------------*/

header {
	width: 100%;
}
header .header:after {
	display:block;
	clear:both;
	content: "";
}

header .logo {
	padding:0px;
}
	header .logo img {
		width: 100%;
		max-width: 400px;
	}
	

header .language ul {
	position:absolute;
	right: 0px;
}
	header .language ul li {
		display:inline-block;
	}
		header .language ul li a {
			display:block;
			padding: 7px 10px 5px 10px;
			color:#FFF;
			border-bottom-left-radius: 5px;
			border-bottom-right-radius: 5px;
			-webkit-border-bottom-left-radius: 5px;  
			-webkit-border-bottom-right-radius: 5px;  
			-moz-border-radius-bottomleft: 5px;  
			-moz-border-radius-bottomright: 5px;  
			background: #999;
		}
		header .language ul li a:hover {
			text-decoration:none;
			background:#900;
		}
		header .language .select a {
			background: #900;
		}


header .language .login {
	position:absolute;
	top: 50px;
	right: 0px;
}
	header .language .login a {
		display:block;
		padding: 3px 20px;
		color: #111;
		border: 1px solid #999;
		border-radius: 5px;
		-webkit-border-radius: 5px;  
		-moz-border-radius: 5px;  
		background: #ffffff;
		background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
		background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
		background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
		filter: none;
	}
	header .language .login a:hover {
		text-decoration: none;
		background: #ededed;
		background: -moz-linear-gradient(top,  #ededed 0%, #f6f6f6 53%, #ffffff 100%);
		background: -webkit-linear-gradient(top,  #ededed 0%,#f6f6f6 53%,#ffffff 100%);
		background: linear-gradient(to bottom,  #ededed 0%,#f6f6f6 53%,#ffffff 100%);
		filter: none;
	}
		header .language .login a:before {
			clear:both;
			position:relative;
			top:0px;
			color:#111;
			font-size: 85%;
			margin-right: 5px;
			font-family: 'FontAwesome';
			content: "\f023";
		}
		header .language .login a:after {
			clear:both;
			position: absolute;
			right:10px;
			color:#111 ;
			font-size: 100%;
			margin-left: 5px;
			font-family: 'FontAwesome';
			content: "\f105";
		}


/*--------------------------------------
	Gnav グローバルナビ
--------------------------------------*/

.gnav_bg {
	width: 100%;
	background: #45484d;
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%);
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%);
	background: linear-gradient(to bottom,  #45484d 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
}


#gnav {
	width: 100%;
}

#gnav:after {
	clear: both;
}

#gnav-btn {
	display :none;
}

#gnav nav {
	/*max-width: 1168px;*/
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
	box-sizing:border-box;
}

#gnav nav ul {
	display:table;
	table-layout:fixed;
	width: 100%;
	margin: 0px;
}
	#gnav nav ul li {
		display: table-cell;
		vertical-align:middle;
	}
		#gnav nav ul li a {
			display: block;
			color: #FFF;
			text-decoration: none;
			font-size: 100%;
			font-weight: bold;
			text-align:center;
			padding: 3px 0px;
			margin: 7px 0px;
			border-right: 1px solid #666;
		}
		
		#gnav nav ul li:first-child a {
			border-left: 1px solid #666;
		}
		
		#gnav nav ul li a span {
			display: block;
			font-size: 80%;
		}
		
		#gnav nav ul li a:hover,
		#gnav nav ul li a:active {
			opacity:1;
			color: #fff;
			text-shadow: 1px 0px 3px #000;
			text-decoration: none;
			background-color: #900;
		}
		
		#gnav nav ul li.open_page a {
			color: #fff;
			text-shadow: 1px 0px 3px #000;
			text-decoration: none;
			background-color: #900;
		}
		

/*	 Gmenu
--------------------------------------*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #8c130b;
  color: #FFF;
}


/*----------------------------------------------------------------------------
	CONTENTS - ALL -
----------------------------------------------------------------------------*/
#fh5co-main {
	padding:0px;
	margin: 50px auto 150px auto;
}

@media screen and (max-width: 479px) {
	
#fh5co-main {
	padding:0px;
	margin: 50px auto;
}

}
/*--------------------------------------
	Table テーブル
--------------------------------------*/

/*	 table 01 / responsive /
--------------------------------------*/
.f_table {
	display:block;
	margin: 0px auto;
	padding: 0px 0px;
}

.f_table h3 {
	font-size: 100%;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.f_table dl {
	display:table;
	width: 100%;
	margin: 0px auto;
	color: #111;
	border: 1px solid #ddd;
	border-top: none;
	background-color: #eee;
}
	.f_table dt,
	.f_table dd {
		margin: 0;
		padding: 0;
		font-size: 85%;
		padding: 15px;
	}
	.f_table dt {
		clear: left;
		float: left;
		width: 15%;
		border-top: 1px solid #ddd;
	}
	.f_table dd {
		/*margin-left: 50px;*/
		border-top: 1px solid #ddd;
		border-left: 1px solid #ddd;
		overflow:hidden;
		background: #fff;
	}



/*--------------------------------------
	List リスト
--------------------------------------*/

/*	dl nomal list [ guest ]
--------------------------------------*/
.dln_list {
	width: 100%;
	margin: 0px auto 20px auto;
	box-sizing:border-box;
}

.dln_list dl {
	display:table;
	width: 100%;
	margin: 0px auto 10px auto;
	padding:0px;
}
	.dln_list dt {
		float:left;
		clear:both;
		width:170px;
		font-weight: normal;
		padding: 15px 0px 13px 0px;
		box-sizing:border-box;
	}
	.dln_list dt:after {
		clear:both;
		content: "";
	}
	.dln_list dd {
		margin-top: 2px;
		padding: 15px 0px 13px 120px;
		border-bottom: 1px dotted #666;
	}
	.dln_list dt:first-child,
	.dln_list dd:nth-child(2) {
		padding: 0px 0px 13px 0px;
	}
	


/*	 number list [ skills / about / member ]
--------------------------------------*/
.number_list h5 {
	font-weight:bold;
}

.number_list > ul {
	list-style: decimal-leading-zero;
	margin-top: 30px;
	margin-bottom: 30px;
}
	.number_list > ul > li {
		margin-bottom: 10px;
		margin-left: 15px;
	}
		.number_list > ul > li > ul {
			list-style: disc;
			margin:  10px  0px  30px 20px;
			padding: 0px;
		}
			.number_list > ul > li > ul > li {
				margin:  10px  0px;
				padding: 0px;
			}

	.number_list > ul > li > ol,
	.number_list > ul > li > ul > li > ol {
		list-style: none;
		padding: 0px;
	}
	.number_list > ul > li > ol {
		margin: 10px  0px 30px  20px;
	}
	.number_list > ul > li > ul > li > ol {
		margin: 10px  0px 30px  0px;
	}
	
	.number_list > ul > li > ol > li,
	.number_list > ul > li > ul > li > ol > li {
		display:block;
		list-style:none;
		margin:  10px 0px;
	}
	
	

	.number_list > ul > li > ol > li > p,
	.number_list > ul > li > ul > li > ol > li > p {
		display: block;
		margin: 0px;
		padding: 0px;
		box-sizing:border-box;
	}
	.number_list > ul > li > ol > li > p:before,
	.number_list > ul > li > ul > li > ol > li > p:before {
		display: inline-block;
		width: 0px;
		height: 100%;
		margin-right: 30px;
		vertical-align:top;
	}

		.number_list > ul > li > ol > li > p > span,
		.number_list > ul > li > ul > li > ol > li > p > span {
			display: inline-block;
			width: 90%;
			margin-right: 3%;
			vertical-align:top;
		}

	.number_list > ul > li > ol li:first-child > p:before,
	.number_list > ul > li > ul > li > ol li:first-child > p:before {
		content: "(1)";
	}
	.number_list > ul > li > ol > li:nth-child(2) > p:before,
	.number_list > ul > li > ul > li > ol > li:nth-child(2) > p:before {
		content: "(2)";
	}
	.number_list > ul > li > ol > li:nth-child(3) > p:before,
	.number_list > ul > li > ul > li > ol > li:nth-child(3) > p:before {
		content: "(3)";
	}
	.number_list > ul > li > ol > li:nth-child(4) > p:before,
	.number_list > ul > li > ul > li > ol > li:nth-child(4) > p:before {
		content: "(4)";
	}
	.number_list > ul > li > ol > li:nth-child(5) > p:before,
	.number_list > ul > li > ul > li > ol > li:nth-child(5) > p:before {
		content: "(5)";
	}
	.number_list > ul > li > ol > li:nth-child(6) > p:before,
	.number_list > ul > li > ul > li > ol > li:nth-child(6) > p:before {
		content: "(6)";
	}
	.number_list > ul > li > ol > li:nth-child(7) > p:before,
	.number_list > ul > li > ul > li > ol > li:nth-child(7) > p:before {
		content: "(7)";
	}
	.number_list > ul > li > ol > li:nth-child(8) > p:before,
	.number_list > ul > li > ul > li > ol > li:nth-child(8) > p:before {
		content: "(8)";
	}
	.number_list > ul > li > ol > li:nth-child(9) > p:beforee,
	.number_list > ul > li > ul > li > ol > li:nth-child(9) > p:beforee {
		content: "(9)";
	}
	.number_list > ul > li > ol > li:nth-child(10) > p:before,
	.number_list > ul > li > ul > li > ol > li:nth-child(10) > p:before {
		content: "(10)";
	}
	.number_list > ul > li > ol > li:nth-child(11) > p:before,
	.number_list > ul > li > ul > li > ol > li:nth-child(11) > p:before {
		content: "(11)";
	}
	.number_list > ul > li > ol > li:nth-child(12) > p:before,
	.number_list > ul > li > ul > li > ol > li:nth-child(12) > p:before {
		content: "(12)";
	}
	.number_list > ul > li > ol > li:nth-child(13) > p:before,
	.number_list > ul > li > ul > li > ol > li:nth-child(13) > p:before {
		content: "(13)";
	}
	.number_list > ul > li > ol > li:nth-child(14) > p:before,
	.number_list > ul > li > ul > li > ol > li:nth-child(14) > p:before {
		content: "(14)";
	}
	.number_list > ul > li > ol > li:nth-child(15) > p:before,
	.number_list > ul > li > ul > li > ol > li:nth-child(15) > p:before {
		content: "(15)";
	}

@media screen and (max-width: 479px) {
	
		.number_list > ul > li > ol > li > p > span,
		.number_list > ul > li > ul > li > ol > li > p > span {
			width: 85%;
		}
	
}

/*	 list 01 [ profile ]
--------------------------------------*/
.list01 ul {
	display:table;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}
	.list01 ul li {
		display:table-cell;
		float: left;
		vertical-align:top;
	}
	.list01 ul li:after {
		clear:both;
		content: "";
	}
	.list01 ul li:first-child {
		width: 60%;
	}
	.list01 ul li:last-child {
		width: 40%;
		text-align:center;
	}
		.list01 ul li img {
			width: 60%;
			margin-bottom: 15px;
		}

/*	 list 02 [ member ]
--------------------------------------*/
.list02 ul {
	display:table;
	width: 100%;
	margin: 0px auto;
	overflow:auto;
}
	.list02 ul li {
		display:table-cell;
		float: left;
		width: 20%;
		vertical-align:top;
	}
	.list02 ul li:before {
		font-size: 100%;
		font-family: 'FontAwesome';
		content: "・";
	}
	.list02 ul li:after {
		clear:both;
		content: "";
	}
	
	
	

/*	 list 03 [ gallery ]  img Vertically and horizontally Fix 縦横比固定
------------------------------------------------------------------------------------------------*/
/* 縦横画像サイズが違っている場合のリスト */
.list03 ul {
	display:table;
	width: 100%;
	padding:0;
	margin: 40px auto 30px auto;
	box-sizing:border-box;
}
	.list03 ul li {
		display: table-cell;
		float:left;
		width:33%;
		height: 220px;
		margin: 0px auto 30px auto;
		padding: 0px;
		text-align:center;
		vertical-align: bottom;
		box-sizing:border-box;
	}
	.list03 ul li:after {
		clear:both;
		content: "";
	}	
		.list03 ul li a {
			color:#262626;
			text-decoration: none;
			display: inline-block;
			margin: 0px auto;
			width: 190px;
			height: 190px;
			vertical-align:bottom;
			layout-grid-line:166px;
		}
		.list03 ul li p {
			width: 190px;
			font-size: 80%;
			text-align:left;
			line-height: 160%;
			margin: 0px auto;
		}
		.list03 ul li span {
			display: table-cell;
			margin: 0px auto;
			width: 190px;
			height: 190px;
			padding-bottom: 5px !important;
			vertical-align:bottom;
			layout-grid-line:166px;
		}
		
		.list03 ul li img {
			width:auto;
			height:auto;
			max-width:190px;
			max-height:190px;
			vertical-align:bottom;
			text-align:center;
		}

/*	 list 04 [ member ]  img Vertically and horizontally none 画像サイズ均等
------------------------------------------------------------------------------------------------*/
/* 縦横画像サイズが同じ場合のリスト */

.list04 {
	margin: 0px auto 30px auto;
}
.list04 ul {
	display:table;
	width: 100%;
	padding:0;
	margin: 30px auto;
	box-sizing:border-box;
}
	.list04 ul li {
		display: table-cell;
		float:left;
		width:33%;
		height: auto;
		margin: 0px auto;
		padding: 20px 0px;
		text-align:center;
		vertical-align: bottom;
		box-sizing:border-box;
	}
	.list04 ul li:after {
		clear:both;
		content: "";
	}	
		.list04 ul li div {
			color:#262626;
			text-decoration: none;
			display: inline-block;
			margin: 0px auto;
			width: 190px;
			height: auto;
			vertical-align:bottom;
			layout-grid-line:166px;
		}
			.list04 ul li div span {
				display: table-cell;
				margin: 0px auto;
				width: 190px;
				height: 150px;
				padding-bottom: 5px !important;
				vertical-align:bottom;
			}
			
		.list04 ul li p {
			width: 190px;
			font-size: 120%;
			text-align:left;
			line-height: 160%;
			margin: 0px auto;
		}
		.list04 ul li p span {
			display:block;
			width: 190px;
			font-size: 80%;
			text-align:left;
			line-height: 160%;
			margin: 0px auto;
		}
		
		.list04 ul li img {
			width:auto;
			height:auto;
			max-width:190px;
			max-height:190px;
			vertical-align:bottom ;
			text-align:center;
		}


/*	list05 [ dojo / news ]
--------------------------------------*/

.list05 ul,
.news ul {
	width: 100%;
	max-width: 100%;
	padding: 0px;
	margin: 30px auto 0px auto;
	list-style:none;
	box-sizing:border-box;
}
  .list05 ul li,
  .news ul li {
	  display:table;
	  width:100%;
	  margin: 20px auto;
	  padding-bottom: 10px;
	  border-bottom: 1px dashed #CCC;
  }
  .list05 ul li:last-child {
	  border-bottom:none;
  }

/*----- txt -----*/
.list05 ul li > div,
.list05 ul li > span,
.news ul li > div,
.news ul li > span {
	display:table-cell;
	vertical-align:top;
}
.list05 ul li div,
.news ul li div {
	width:90%;
}
	.list05 ul li > div > h4,
	.news ul li > div > h4 {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: bold;
		font-size: 95%;
		margin: 0px 0px 5px 0px;
		padding:0px;
		border:none;
	}
	.list05 ul li > div > h5,
	.news ul li > div > h5 {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: normal;
		font-size: 90%;
		line-height: 140%;
		margin: 0px 0px 20px 0px;
		padding:0px;
		border:none;
	}
	.list05 ul li > div > p,
	.news ul li > div > p {
		font-size: 90%;
		line-height: 150%;
		margin-bottom: 20px;
	}
	
/*----- img Vertically and horizontally Fix 縦横比固定 -----*/

.list05 ul li > span > span,
.news ul li > span > span {
	display: table-cell;
	margin: 0px auto;
	width: 190px;
	height: auto;
	padding-left: 15px;
	padding-bottom: 5px;
	vertical-align: top;
}
.list05 ul li > span img,
.news ul li > span img {
	width:auto;
	height:auto;
	max-width:190px;
	max-height:190px;
	vertical-align: top;
	text-align:center;
}



/*	 bnr list [ top ]
--------------------------------------*/

.bnr_list ul li:after {
	content: "";
	clear:both;
}
.bnr_list ul {
	display: table;
	width: 100%;
	margin: 0px auto;
	padding: 0px 10px;
	box-sizing:border-box;
}
	.bnr_list ul li {
		display: table-cell;
		width: 25%;
		float:left;
		margin-bottom: 20px;
		text-align:center;
	}
	.bnr_list ul li img {
		width:210px;
		padding:0px;
		margin:0px;
	}
		.bnr_list ul li span {
			display:block;
		}
		.bnr_list ul li a > span:after {
			position:relative;
			top: 1px;
			content: "\f08e";
			font-family: 'FontAwesome';
			margin-left: 5px;
		}

@media (max-width: 992px) {
	
	.bnr_list ul li {
		width: 33.3333%;
	}

}

@media (max-width: 768px) {
	
	
	.bnr_list ul li {
		width: 50%;
	}
	
}

@media (max-width: 479px) {
	
	.bnr_list ul li {
		width: 100%;
	}
	
}








/*--------------------------------------
	Inquiry お問い合わせ
--------------------------------------*/

.inquiry dl {
	width: 100%;
	box-sizing:border-box;
}
	.inquiry dl dt {
		font-weight:normal;
		margin: 5px auto;
	}
		.inquiry dl dt:before {
			font-size: 100%;
			margin-right: 7px;
			font-family: 'FontAwesome';
			content: "\f05d";
		}
		.inquiry dl dt > span {
			position:relative;
			top:-1px;
			display:inline-block;
			padding: 2px 5px 1px 5px;
			margin-left: 5px;
			color:#FFF;
			font-size: 70%;
			background:#F00;
		}
	.inquiry dl dd {
		margin-bottom: 30px;
	}



.submit_btn,
.reset_btn {
	width: 110px;
	color:#FFF;
	font-weight:bold;
}
.submit_btn {
	background:#900;
}
.submit_btn:hover {
	color:#FFF;
	background:#C33;
}
.reset_btn {
	background:#999;
}
.reset_btn:hover {
	color:#FFF;
	background:#111;
}

/*--- Bootstrap ---*/
.form-control {
  box-shadow: none !important;
  border: 1px solid #444;
  background: transparent;
  font-family: "Montserrat", arial, sans-serif;
}
.form-control:hover, .form-control:focus, .form-control:active {
  outline: none;
  box-shadow: none !important;
  border: 1px solid #EF5353;
}


/*
.form-group h5 {
	border-left: 5px solid #900;
	padding-left: 5px;
}
*/
.form-group h5:before {
	font-size: 100%;
	margin-right: 7px;
	font-family: 'FontAwesome';
	content: "\f05d";
}
.form-group small {
	display:block;
	font-size: 80%;
	line-height: 130%;
	margin: 0px auto 5px auto;
}



/*----------------------------------------------------------------------------
	FOOTER - ALL -
----------------------------------------------------------------------------*/

#footer {
	/*margin-top: 150px;*/
}

footer {
	padding: 30px 0px 0px 0px;
	background: #000;
}

footer .col-sm-4 {
	color:#FFF;
}
	footer .col-sm-4 h5 {
		color:#FFF;
		font-size: 110%;
		font-weight:bold;
	}
	
footer .col-sm-8 ul {
	display:table;
	margin-left: 5%;
}
	footer .col-sm-8 ul li {
		display: table-cell;
		float:left;
		width: 25%;
		padding: 0px 10px 0px 0px;
	}
	footer .col-sm-8 ul li:before {
		clear:both;
		position:relative;
		top:-1px;
		color:#FFF;
		font-size: 70%;
		margin-right: 5px;
		font-family: 'FontAwesome';
		content: "\f0da";
	}
		footer .col-sm-8 ul li a {
			color: #FFF;
			text-decoration:underline;
		}
		footer .col-sm-8 ul li a:hover {
			color: #06F;
			text-decoration:underline;
		}
	
/*----- copyright -----*/
footer .col-sm-12 {
	margin-top: 20px;
	color:#FFF;
}
	footer .col-sm-12 small span {
		font-size: 90%;
	}
	

/*----- go to top -----*/
.goto_top {
	max-width:1168px;
	position:relative;
	top: 20px;
	height:30px;
	margin: 0px auto;
	padding: 0px 20px 0px 0px;
}
	.goto_top a {
		display: block;
		position: absolute;
		top: -25px;
		right: 0px;
		width: 70px;
		height: 70px;
		padding-top: 5px;
		color: #FFF;
		background: url(../images/common/gototop.png) no-repeat 0% 0%;
		background-size: contain;
	}
	.goto_top a:hover {
		color: #e0210a;
		text-decoration:none;
		opacity: 1;
	}
	.goto_top a:link,
	.goto_top a:visited,
	.goto_top li a:active {
		text-decoration:none;
	}
		.goto_top a span {
			display:block;
			left: 0px;
			text-align:center;
		}
		.goto_top a span:before {
			display:block;
			position: relative;
			top: 5px;
			font-size: 150%;
			font-family: 'FontAwesome';
			content: "\f106";
		}



/*-----------------------------------------------------	*/
/*	for - 979px					*/
/*-----------------------------------------------------	*/

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




/*	list05 [ dojo ]   for - 979px
--------------------------------------*/
.list05 ul {
	max-width: 100%;
	list-style:none;
	margin: 0px auto;
}

}


/*-----------------------------------------------------	*/
/*	for - 767px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {
	
/*--------------------------------------
	List リスト  for - 767px	
--------------------------------------*/

/*	dl nomal list [ guest ]  for - 767px	
--------------------------------------*/
.dln_list {
	width: 100%;
	margin-bottom: 30px;
}

.dln_list dl {
	padding: 0px;
	margin: 10px auto;
}
	.dln_list dt {
		float:none;
		clear:both;
		width: 100%;
		font-weight: bold;
		padding: 15px 10px 0px 10px !important;
	}
	.dln_list dd {
		padding: 0px 10px 10px 10px !important;
	}
	
	.dln_list dt:first-child,
	.dln_list dd:nth-child(2) {
		padding-top: 0px !important;
	}
	

/*	 list 03 [ gallery ]  for - 767px
------------------------------------------------*/
.list03 ul {
	display:table;
	width: 100%;
	padding:0;
	margin: 40px auto 30px auto;
	box-sizing:border-box;
}
	.list03 ul li {
		display: table-cell;
		float:left;
		width:50%;
		height: 220px;
		margin: 0px auto 30px auto;
		padding: 0px;
		text-align:center;
		vertical-align: bottom;
		box-sizing:border-box;
	}
		.list03 ul li a {
			display:block;
			color:#262626;
			text-decoration: none;
		}
		

		
		
		
/*--------------------------------------
	Header  for - 767px
--------------------------------------*/

header {
	width: 100%;
}
header .header:after {
	display:block;
	clear:both;
	content: "";
}

header .logo {
	margin: 0px auto;
	text-align:center;
}
	header .logo img {
		width: 100%;
		max-width: 95%;
	}
	

header .language {
	padding-bottom: 30px;
	font-size: 80%;
}
header .language ul {
	position: absolute;
	margin:0px;
	left: 10px;
}
	header .language ul li {
		display:inline-block;
	}
		header .language ul li a {
			display:block;
			padding: 7px 10px 5px 10px;
			color:#FFF;
			border-bottom-left-radius: 5px;
			border-bottom-right-radius: 5px;
			-webkit-border-bottom-left-radius: 5px;  
			-webkit-border-bottom-right-radius: 5px;  
			-moz-border-radius-bottomleft: 5px;  
			-moz-border-radius-bottomright: 5px;  
			background: #999;
		}
		header .language .select a {
			background: #900;
		}
		

header .language .login {
	position: absolute;
	top: 0px;
	right: 10px;
}
	header .language .login a {
		display:block;
		padding: 7px 20px 3px 10px;
		color: #FFF;
		border: none;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		-webkit-top-bottom-left-radius: 0px;  
		-webkit-border-top-right-radius: 0px;  
		-moz-border-radius-topleft: 0px;  
		-moz-border-radius-topright: 0px;  
		background: #2c539e;
		background: -moz-linear-gradient(top,  #2c539e 0%, #2c539e 100%);
		background: -webkit-linear-gradient(top,  #2c539e 0%,#2c539e 100%);
		background: linear-gradient(to bottom,  #2c539e 0%,#2c539e 100%);
		filter:none;
	}
	header .language .login a:hover {
		background: #356aa0;
		background: -moz-linear-gradient(top,  #356aa0 0%, #356aa0 100%);
		background: -webkit-linear-gradient(top,  #356aa0 0%,#356aa0 100%);
		background: linear-gradient(to bottom,  #356aa0 0%,#356aa0 100%);
		filter: none;
	}
		header .language .login a:before {
			clear:both;
			position:relative;
			top: 0px;
			color:#FFF;
			font-size: 70%;
			margin-right: 5px;
			font-family: 'FontAwesome';
			content: "\f023";
		}
		header .language .login a:after {
			clear:both;
			position: absolute;
			right:10px;
			color:#FFF ;
			font-size: 100%;
			margin-left: 5px;
			font-family: 'FontAwesome';
			content: "\f105";
		}

	

/*--------------------------------------
	Gnav グローバルナビ	 for - 767px
--------------------------------------*/	
	
#gnav {
	width: 100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #f9f9fa;
	box-sizing: border-box;
}

/* ------ gnav btn ------ */
#gnav-btn {
	display: block;
	margin: 0 auto 0px;
}

#gnav-btn a {
	display: block;
	color: #111;
	font-size: 14px;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	line-height: 25px;
	padding: 7px 0px;
	-webkit-text-shadow: 0px -1px 0px #FFF;
	text-shadow: 0px -1px 0px #FFF;
	background:#ececec;
}

#gnav-btn a i {
	padding-right: 10px;
}

#gnav-btn a:link,
#gnav-btn a:visited {
}
#gnav-btn a:hover,
#gnav-btn a:active,
#gnav-btn a.current {
}

/* ------ gnav ------ */

#gnav nav {
	width: 100%;
	overflow: hidden;
	border-left:none;
}

#gnav nav ul {
	display: none;
	float: none;
	width: 100%;
	border-left: none;
	border-right: none;
}
#gnav nav ul:after {
	clear:both;
	content: "";
}
	#gnav nav ul li {
		display:block;
		width: 100%;
		border-top: 1px solid #ddd;
	}
			
		#gnav nav ul li a {
			display: block;
			color: #111;
			text-decoration: none;
			font-size: 85%;
			font-weight: bold;
			text-shadow: 1px 0px 3px #FFF;
			text-align:left;
			padding: 7px 20px;
			margin: 0px;
			background: url(../images/common/lst_m1.png) no-repeat 97% 50%;
			border-right: none;
		}
		
		#gnav nav ul li:first-child a {
			border-left: none;
		}
		
		#gnav nav ul li a:after {
			position: relative;
			float:right;
			color:#111 ;
			font-size: 100%;
			margin-left: 5px;
			font-family: 'FontAwesome';
			content: "\f105";
		}
		
		#gnav nav ul li a:hover,
		#gnav nav ul li a:active {
			opacity:1;
			color: #fff;
			text-shadow: 1px 0px 3px #000;
			text-decoration: none;
			background: url(../images/common/lst_m2.png) no-repeat 97% 50% #c51504;
		}
			
			#gnav nav ul li a span {
				display: block;
				font-size: 80%;
			}
			
#gnav nav ul li.open_page a {
	color: #fff;
	text-shadow: 1px 0px 3px #000;
	text-decoration: none;
	background: url(../images/common/lst_m2.png) no-repeat 97% 50% #c51504;
}

	
/*----------------------------------------------------------------------------
	CONTENTS	 for - 767px
----------------------------------------------------------------------------*/

/*--------------------------------------
	Table テーブル  for - 767px	
--------------------------------------*/

/*	 table 01 / responsive /  for - 767px
--------------------------------------*/

.f_table dl {
	width: 100%;
}
	.f_table dt {
		clear: left;
		float:none;
		width: auto;
		border-top: 1px solid #ddd;
	}
	.f_table dd {
		/*margin-left: 50px;*/
		border-top: 1px solid #ddd;
		border-left:none;
		overflow:hidden;
		background: #fff;
	}
	


	
}

/*-----------------------------------------------------	*/
/*	for - 650px					*/
/*-----------------------------------------------------	*/

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

/*	 list 04 [ member ]  for - 650px
------------------------------------------------*/
.list04 {
	margin: 0px auto 30px auto;
}
.list04 ul li {
	display: table-cell;
	float:left;
	width:50%;
	height: 250px;
	margin: 10px auto;
	padding: 0px 10px;
	text-align:center;
	vertical-align: bottom;
	box-sizing:border-box;
}	
	.list04 ul li div {
		display: inline-block;
		width: 100%;
		height: auto;
		margin: 0px auto;
		color:#262626;
		text-decoration: none;
		vertical-align:bottom !important;
	}
	.list04 ul li div span {
		display: table-cell;
		margin: 0px auto;
		width: 100%;
		height: auto;
		vertical-align:bottom;
	}
	
	.list04 ul li p {
		width:100%;
		height: 25px;
		font-size: 80%;
		text-align:left;
		line-height: 160%;
		margin: 0px auto;
	}
		.list04 ul li p span {
			display:block;
			width: 100%;
			font-size: 80%;
			text-align:left;
			margin: 0px auto;
		}
		
	.list04 ul li img {
		width:100%;
		height:auto;
		max-width: none;
		max-height: none;
		vertical-align:bottom;
		text-align:center;
	}
	
		
	
	
	
	
}

/*-----------------------------------------------------	*/
/*	for - 600px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 660px) {
	
/*----------------------------------------------------------------------------
	CONTENTS	 for - 600px
----------------------------------------------------------------------------*/
	
/*--------------------------------------
	List リスト  for - 600px	
--------------------------------------*/

/*	 list 02 [ member ]  for - 600px
--------------------------------------*/
.list02 ul {
	display:table;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}
	.list02 ul li {
		display:table-cell;
		float: left;
		width: 50%;
		vertical-align:top;
	}
	.list02 ul li:after {
		clear:both;
		content: "";
	}
	
/*	 list 03 [ gallery ]  for - 600px
------------------------------------------------*/
.list03 ul li {
	display: table-cell;
	float:left;
	width:50%;
	height: 170px;
	margin: 0px auto 30px auto;
	padding: 0px;
	text-align:center;
	vertical-align: bottom;
	box-sizing:border-box;
}
	.list03 ul li a {
		color:#262626;
		text-decoration: none;
		display: inline-block;
		margin: 0px auto;
		width: 125px;
		height: 125px;
		vertical-align:bottom;
		layout-grid-line:166px;
	}
	
	.list03 ul li p {
		width: 125px;
		font-size: 80%;
		text-align:left;
		line-height: 160%;
		margin: 0px auto;
	}
	
	.list03 ul li span {
		display: table-cell;
		margin: 0px auto;
		width: 125px;
		height: 125px;
		vertical-align:bottom;
		layout-grid-line:166px;
	}
	
	.list03 ul li img {
		width:auto;
		height:auto;
		max-width:125px;
		max-height:125px;
		vertical-align:bottom;
		text-align:center;
	}
	
	
/*	list05 [ dojo ]   for - 600px
--------------------------------------*/
.list05 ul {
	max-width: 100%;
	list-style:none;
	margin: 0px auto;
}
  .list05 ul li {
	  display: block;
	  margin: 15px auto;
	  border-bottom: 1px dotted #CCC;
  }

/*----- txt -----*/
	.list05 ul li > div,
	.list05 ul li > span {
		display: block;
	}
	.list05 ul li > div {
		width:100%;
	}
	.list05 ul li > span {
		text-align:center;
	}
		.list05 ul li > div > h4 {
			font-size: 100%;
		}

/*----- img Vertically and horizontally Fix 縦横比固定 -----*/

.list05 ul li > span > span {
			display:block;
			margin: 20px auto 0px auto;
			width: 100%;
			max-width:100%;
			height: auto;
			padding-left: 0px;
			padding-bottom: 0px;
}
.list05 ul li > span > span img {
			width:100%;
			height: auto;
			max-width: none;
			max-height: none;
			vertical-align: top;
			text-align:center;
}



	
}


/*-----------------------------------------------------	*/
/*	for - 480px					*/
/*-----------------------------------------------------	*/

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

/*----------------------------------------------------------------------------
	CONTENTS	 for - 480px
----------------------------------------------------------------------------*/

/*	 list 04 [ member ]  for - 480px
------------------------------------------------*/
.list04 {
	margin: 0px auto 30px auto;
}
.list04 ul li {
	display: table-cell;
	float:left;
	width:50%;
	height: 160px;
	margin: 10px auto;
	padding: 0px 10px;
	text-align:center;
	vertical-align: bottom;
	box-sizing:border-box;
}	


	

}

/*-----------------------------------------------------	*/
/*	for - min-768px	 PC only				*/
/*  追加CSS    add CSS  */
/*-----------------------------------------------------	*/

@media screen and (min-width: 768px) {
	
/*----------------------------------------------------------------------------
	ALL PAGE COMMON  for - min-768px  PC only
----------------------------------------------------------------------------*/
	
/*  pc only hidden - PCのみ非表示、ipad・SPでは表示される  */
.pc_none {
	display: none !important;
}

.s_img img {
	width: 40%;
}
.m_img img {
	width: 70%;
}
.l_img img {
	width: 100%;
}


/*----------------------------------------------------------------------------
	FOOTER  for - min-768px	 PC only
----------------------------------------------------------------------------*/
footer .col-sm-4,
footer .col-sm-8 {
	padding: 0px;
	color:#FFF;
}

footer .col-sm-4 {
	border-right: 1px solid #666;
}

}

/*-----------------------------------------------------	*/
/*	for - max-768px  ipad sp only			*/
/*  追加CSS    add CSS  */
/*-----------------------------------------------------	*/

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

/*----------------------------------------------------------------------------
	ALL PAGE COMMON  for - max-768px  ipad sp only
----------------------------------------------------------------------------*/

/*  hidden in the ipad and sp - ipad・SPでは非表示、PCでは表示される */
.ipad_none {
	display:none;
}

/*----------------------------------------------------------------------------
	HEADER  for - max-768px  ipad sp only
----------------------------------------------------------------------------*/





/*----------------------------------------------------------------------------
	FOOTER  for - max-768px  ipad sp only
----------------------------------------------------------------------------*/
footer .col-sm-8 ul {
	display:block;
	margin:0px auto;
}
	footer .col-sm-8 ul li {
		display:block;
		float:none;
		width: auto;
		padding: 0px 10px 0px 0px;
	}
/*----- go to top -----*/
.goto_top {
	max-width: 100%;
	position:relative;
	top: 20px;
	right: 40%;
	height:30px;
	margin: 0px auto;
	padding: 0px 20px 0px 0px;
}


}


