/*
	RESET - ADAPTED FROM MEYER RESET
	URL - http://meyerweb.com/eric/tools/css/reset/
	LICENSE - PUBLIC DOMAIN
*/

/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed,
fieldset, figcaption, figure, form, footer,
header, hgroup, h1, h2, h3, h4, h5, h6, html,
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby,
s, samp, section, main, small, span, strike, strong, sub, summary, sup,
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,ul,
u, var, video {

	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main {
	display: block;
}

 ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
html{
	background:white;
}
body{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.mincho{
	font-family: 游明朝, YuMincho, 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*
.clearfix {display: inline-block;}
*/

.cf:before, .cf:after {
    content:"";
    display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* For IE 6/7 */
a{
	text-decoration: none;
	color:black;
}
a:visited{
	color:black;
}
.fr{
	float: right;
}
.fl{
	float: left;
}
.tc{
	text-align: center;
}
.tr{
	text-align: right;
}
.tl{
	text-align: left;
}
.cent{
	margin-right:auto;
	margin-left: auto;
}
hr{
	border:0; /* 太さ */
	height: 1px;
	border-style: solid;     /* 線の種類 */
	border-color: #f00;      /* 線の色 */
}
.textimage{
	text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.relative{
	position: relative;
}
.w48p{
	width:48%;
}
.w60p{
	width: 60% !important;
}
.w80p{
	width: 80% !important;
}
.w100{
	width: 100%;

}
.mt10{
	margin-top: 10px !important;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px !important;
}
.mt50{
	margin-top: 50px !important;
}
.mt80{
	margin-top: 80px !important;
}
.mb10{
	margin-bottom: 10px !important;
}
.mb20{
	margin-bottom: 20px !important;
}
.mb30{
	margin-bottom: 30px !important;
}
.mb50{
	margin-bottom: 50px !important;
}
.mb80{
	margin-bottom: 80px;
}
.ml30{
	margin-left: 30px;
}
.mr20{
	margin-right: 20px;
}
.pt30{
	padding-top: 30px;
}
.pt40{
	padding-top: 40px !important;
}
.pl10{
	padding-left: 10px;
}
.pl20{
	padding-left: 20px;
}
.ml20{
	margin-left: 20px !important;
}
.pt20{
	padding-top: 20px !important;
}
.pt30{
	padding-top: 30px !important;
}
.f10{
	font-size: 10px;
}
.f12{
	font-size: 12px;
}
.f14{
	font-size: 14px;
}
.f16{
	font-size: 16px !important;
}
.f22{
	font-size: 22px;
}
.text-r{
	text-align: right;
}
#wrapper{
	width: 100%;
}
.pink{
	color: #c06f6f !important;
}
.green{
	color: #008C23 !important;
}
.orange{
	color: #FF7F00 !important;
}
.blue{
	color: #3333ff !important;
}
.red{
	color:#ff0000 !important;
}
.bg-glay{
	background: #B5B5B6;
}
.bold{
	font-weight: bold;
}
.breadlist{
	display: inherit;
	font-size: 12px;
}
.breadlist{
display: inherit;
	font-size: 12px;
	margin: 20px 0;
	width: 100%;
	height: 20px;
}
.breadlist li:nth-child(3),.breadlist li:nth-child(4){
	display: none;
}
.breadlist li{
	float: left;
	letter-spacing: 2px;
}
.breadlist li:first-child a{
	background: url(../image/common/bread_arrow.png) no-repeat right 1px;
}
.breadlist li a{

	padding-right: 16px;
	margin-right: 12px;
	color:#4C79FF;
}
@media screen and (min-width : 768px){
.breadlist li:nth-child(3),.breadlist li:nth-child(4){
	display: inherit;
}
.breadlist{
display: inherit;
	font-size: 12px;
	margin: 20px 0;
	width: 100%;
	height: 20px;
}
.breadlist li{
	float: left;
	letter-spacing: 2px;
}
.breadlist li:first-child a{
	background: url(../image/common/bread_arrow.png) no-repeat right 1px;
}
.breadlist li a{
	background: url(../image/common/bread_arrow.png) no-repeat right 4px;
	padding-right: 16px;
	margin-right: 12px;
	color:#4C79FF;
}
#main{
	width: 100%;

	z-index: 1;
	padding-bottom: 100px;
}
#contents{
	width: 1100px;
	margin: 0 auto;
	background: white;
}
}
.sub-q{
	background: #F9F9F4;
}
.btn-off{
	background: url(../image/common/btn_off_bg.gif);
}

.btn-on:hover{
	background: #FFFFBF;
}
.nmr{
	margin-right: 0 !important;
}
.nml{
	margin-left: 0 !important;
}
#imagelightbox
{
    position: fixed;
    z-index: 9999;
}
#footer{
	clear: both;
}

@media (max-width: 480px) {
	.fl{
		float: none;
	}
	.fr{
		float: none;
	}
	.img100{
		width: 100% !important;
		height: auto;
	}
	.img95{
		width: 95% !important;
		height: auto;
	}
	.img90{
		width: 90% !important;
		height: auto;
	}
	.img80{
		width: 80% !important;
		height: auto;
	}
	.img40{
		width: 40% !important;
		height: auto;
	}
	.img50{
		width: 50% !important;
		height: auto;
	}
	.img60{
		width: 60% !important;
		height: auto;
	}
.br-no{
	display: none;
}
.sp100{
	width: 100%;
}
}
.b-link{
	color: blue !important;
    text-decoration: underline;
}
.chi{
font-family:"MingLiu","Microsoft Yahei","PingHei" ,"sans-serif" !important;
line-height: 1.5;
}