 /* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("gs.12col.css");

/*---------------------------------
#header
	└#gNav
.container full
	└.contens maxwidth
#footer
----------------------------------*/


/* Default
-----------------------------------*/
html { background-color: #4e576d; }

body {
    font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","Osaka","MS Pゴシック","MS PGothic","MSゴシック",Arial,Helvetica,sans-serif;
	font-size: 0.875em; /* 14px */
    line-height: 1.64;
	color: #333;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

img {
	max-width: 100%;
	height: auto;
	width /***/:auto;　/*IE8のみ適用*/1
}

small { font-size: 0.875em; }

/* Link
-----------------------------------*/
a:link { color: #333; text-decoration: none; }
a:visited { color: #333; text-decoration: none; }
a:hover { color: #ce617f; text-decoration: underline; }
a:active { color: #999; text-decoration: none; }
div.hover {
	border: 5px solid #000;
	cursor: pointer;
	background-color: #eee;
}
a:link.underline { text-decoration: underline; }


/*	FONT
-----------------------------------*/
h2 { 
	font-size: 3em;
	line-height : 2em;
	font-weight: bold;
}

h3, h4 {
	font-size: 1.5em;
	line-height: 1.8em;
    font-weight: bold;
} 

h5, h6 {
	font-size: 1.25em;
	line-height: 1.8em;
	font-weight: bold;
}

.lead {
	font-size: 1.125em;
	line-height: 1.8em;
}

.reg {
	font-size: 1em;
}

.small { 
	font-size: 0.875em;
	line-height: 1.5em;
}

.num { letter-spacing: 0.15em; }

/* !Clearfix
------------*/
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;
}

/*	HEADER
-----------------------------------*/
#header {
	background-color: #fff;
	background-repeat: repeat-x;
	width: 100%;
	height: 120px;
	z-index: 9999;
	position: fixed;
}

#header-content {
	display: block;
	margin: 0 auto;
	width: 880px;
}

#logo {
	float: left;
	width: 290px;
	height: 70px;
	padding-top: 26px;
	position: absolute;
	z-index: 200;
}
#logo a {
	background: url(/img/logo.gif) no-repeat;
	background-position: center center;
	display: block;
	text-indent: -9999px;
	height: 70px;
}
#logo a:hover {
    filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}


/* GLOBAL NAVIGATION */
#gNav {
	z-index: 100;
	position: absolute;
	width: 557px;
	margin-left: 323px;
}

#gNav ul { 
	float:right;
	clear: both;
 }
 
#gNav ul li#en {
	display: inline-block;
}
#gNav ul li#en a {
	margin-bottom: 14px;
	padding: 2px 0;
	background: #ce617f;
	width: 130px;
	text-align: center;
	color: #fff;
	display: inline-block;
	text-decoration: none;
 }
#gNav ul li#en a:hover {
	 filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
 
#gNav ul li#gNavFb { padding-left: 10px; }
#gNav h2 { display: none; }



/*	FOOTER
-----------------------------------*/
#footer {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background-color: #4e576d;
}
#footer ul {
	list-style: outside none none;
}

#footer ul li, #footer ul li a { color: #ccc !important; }
#footer ul li a:hover { color: #999 !important; }
#copyright {padding-bottom: 4em; }

#footerSns {
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
	background-color: #3e4657;
	height: 90px;
}
#footerSns ul {
	text-align: center;
	position: relative;
}
#footerSns ul li { 
	display: inline-block;
	padding-right: 40px;
}

#footerSns ul li:last-child{
    padding-right: 0;
}

#footerSitemap {
	background-color: #4e576d;
	display: block;
}
#footerSitemap ul { float: left; padding: 50px 0; }
#footerSitemap ul.home { width: 150px; }
#footerSitemap ul.about { width: 260px; }
#footerSitemap ul.collection { width: 190px; }
#footerSitemap ul.news { width: 140px; }
#footerSitemap ul.contact { width: 140px; }

#footerSitemap ul li { 
	display: block;
	margin: 0.75em 0;
	line-height: 1em;
}
#footerSitemap ul li.mds { font-weight: bold; }

#footerLinks {
	margin: 0 auto;
    display: block;
	clear: both;
	width: 880px ;
}

#footerLinks ul {
	text-align: center;
	position: relative;
}
#footerLinks ul li { 
	display: inline-block;
	padding: 0 10px 0;
}
#footerLinks ul li.webuse {
	padding-right: 15px;
	margin-right: 5px;
	border-right: solid 1px #eee;
	line-height: 0.75em;
}
#footerLinks ul.copyright { 
	padding: 15px 0 30px;
	font-size: 0.75em;
}

#pageTop {
    bottom: 20px;
    display: none;
    position: fixed;
    right: 20px;
	z-index: 8888;
}

#pageTop a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}



/*	CONTENTS
-----------------------------------*/
.container { 
	padding: 120px 0;
}

.contents {
    margin: 0 auto;
    display: block;
	clear: both;
	width: 880px;
}

#mds-area {
	margin-bottom: 30px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ccc;
}

h2#ttl { 
	text-indent: -9999px; 
	float: right;
	margin-top: 40px;
	height: 50px;
}

h5#close-txt  {
    display: inline;
    padding: 0.5em;
	background-color: #999;
	font-size: 0.875em;
	color: #fff;
}

#breadcrumb ul {
    margin: 0 auto;
    overflow: hidden;
    padding: 12px 0;
	font-size: 85.71%;
}

#breadcrumb li {
    background: url("/img/bg_breadcrumb.gif") no-repeat scroll left 0.5em rgba(0, 0, 0, 0);
    float: left;
    margin-right: 10px;
    padding-left: 14px;
  	white-space: nowrap;
}
#breadcrumb li.home {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 0;
}
#breadcrumb li a {
    text-decoration: none;
    white-space: nowrap;
}
#breadcrumb li a:hover, #breadcrumb li a:focus {
    text-decoration: underline;
}

#mds {
	padding-top: 50px;
	display: block;
	clear: both;
	}

#mds-area h3, #mds-area h4 { display: inline-block; }

#mds-area .date {
	display: inline-block;
	float: right;
	font-size: 0.875em;
}


/*	PARTS
-----------------------------------*/
.arrow {
	width: 0px;
	height: 0px;
	border-top: 6px solid transparent;/* border-topとborder-bottomの太さを同一にすると、三角形の頂点が真ん中になる */
	border-bottom: 6px solid transparent;
	border-left: 6px solid #ce617f;	/* border-leftの大きさを大きくすると、三角形は横に大きくなる */
	border-right: 0px solid transparent;
	display: inline-block;
	padding-right: 0.75em;
}

.arrowFD {
    left: 0;
    padding-left: 18px;
    position: relative;
    top: 0;
}
.arrowFD:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #ce617f;
    left: 0;
    top: 3px;
	content: "";
	position: absolute;
}

.arrowBR{
	position:relative;
	top:0;
	left:0;
	padding-right:18px;
}
.arrowBR:before{
	content: "";
	position: absolute;
	top: 6px;
	right: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #ce617f;
}

.arrow {
	margin:0;
	padding-left:8px;
	background-image:url(c../img/link-arrow.gif);
	background-position:left top;
	text-decoration:none;
}

.fl-rgt { float: right; }
.fl-lft { float: left; }
.s-line { float: left; margin-top:0.3em; }

.line {
	border-top: 1px solid #ccc;
	margin-top: 30px;
	padding-top: 30px;
}

.dot {
	border-top: 1px dotted #ccc;
	margin-top: 30px;
	padding-top: 30px;
}

.box {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 30px;
}

.pdf {
    background: url("/img/ico_pdf_s.png") no-repeat scroll left;
    float: left;
	width: 16px;
	height: 16px;
    margin-right: 10px;
    padding-left: 14px;
  	white-space: nowrap;
}

.tp10 { padding-top: 10px; }
.tp20 { padding-top: 20px; }
.mb50 { margin-bottom: 50px; }
.mb30 { margin-bottom: 30px; }

.blue { color: #344780 !important; }

ul li.disc { list-style-type : disc; }



/*====================================================
1024px以下 for PC
====================================================*/


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

	
}

