@charset "UTF-8" ;

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td{
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	font-size: 100%;
}
/* clearfix
------------------------------------------*/
.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix{
	min-height: 1px;
}

* html .clearfix{
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* サイト共通基本設定
---------------------------------------------- */
html { font-size: 62.5%;}

body {
	margin: 0;
	padding: 0;
	font-size: 13px; font-size: 1.3rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #313131;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	background: url(../img/bg_photo.jpg) no-repeat center 80px;
	background-size: 120% auto;
	background-attachment: fixed;
	min-width: 1200px;
}

a{
	text-decoration: none;
	color: #cc0000;
	outline: none;
}

a:hover{
	color: #cc0000;
	text-decoration : underline;
}

a img{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

img{ border: none;}
.sm{ display: none!important;}
.fl_l{ float: left;}
.fl_r{ float: right!important;}
.n {float: none!important;}
/* 共通
------------------------------------------*/
.inner{
	width: 980px;
	margin: 0 auto;
}

/* ヘッダー
------------------------------------------*/
#header{
	width: 100%;
	height: 80px;
	background: rgba(255, 255, 255, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

h1{
	width: 145px;
	float: left;
}

h1 a{
	display: block;
	height: 80px;
	text-indent: -9999px;
	background: url(../img/logo.png) no-repeat left center;
}

/* フッター
------------------------------------------*/
#footer {
	clear: both;
	letter-spacing: 0;
	padding:20px 0;
	border-top:3px solid #e2e2e2;
	background:#f7f7f7;
	font-size: 12px;
}

#footer .container {
	width: 980px;
	margin: 0 auto;
}

#footer h2 {
	float:left;
	margin:0 75px 0 10px;
	background:url(../img/logo02.png);
	width:88px;
	height:96px;
	text-indent:-9999px;
}

#footer .fLink {
	padding-top:5px;
	width: 807px;
	float: right;
}

#footer .fLink li {
	float:left;
	margin: 0 17px 10px 0;
	line-height:1;
}

#footer .fLink li.yi {
	margin: 0px 17px 0 0;
}

#footer .fLink li.sl {
	float:right;
	margin: 0 30px 10px 0;
}

#footer .fLink li li {
	float:none;
	margin:0;
	/*background:url(../img/bg_flink02.png) no-repeat 0 50%;*/
}

#footer .fLink li.parent {
	background:url(../img/bg_flink.png) no-repeat 6px 18px;
}

#footer .fLink li a {
	display:block;
	margin-bottom:8px;
	padding:2px 0 2px 22px;
	background:url(../img/mrk_link01.png) no-repeat 0 50%;
	text-decoration:none;
	color: #222;
}

#footer .fLink li li a {
	margin-bottom:4px;
	background:none;
	font-size:12px;
}

#footer .fLink li a:hover {
	text-decoration:underline;
}

#footer p.copyright{
	display: none;
}
