@charset "utf-8";
/* ===========================================
 * Common
=========================================== */

/* Text
=========================================== */
body { color:#4c5153; }
a {color:#4c5153;}
a:link {color:#4c5153;}
a:visited {color:#4c5153;}
a:hover { color:#4c5153; text-decoration:none; }
a:active { color:#4c5153; }

/* Clearfix 
=========================================== */
.cf:before,.cf:after { content:""; display:table; }
.cf:after { clear:both; }
.cf { zoom:1; }

/* Layout
=========================================== */
html {
	overflow: auto;
}
body {
	min-width: 1000px;
	overflow: hidden;
}
#wrapper {
	position: relative;
}
.contentC {
	width: 1020px;
	margin: auto;
}
.pageTop {
	display: none;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 1000;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	transition: opacity .3s linear;
}
.pageTop:hover {
	opacity: .8;
}

/* #gHeader
=========================================== */
#gHeader {
	margin: 0 0 6px;
	padding: 0 0 18px;
	background:url(../images/common/header/bg01.gif) repeat-x 50% 19px;
	box-shadow: 0 2px 2px #eee;
}
/* #hdTxt
----------------------- */
#hdTxt {
	margin-bottom: 8px;
	display: none;
}
#hdTxt h1 {
	position: relative;
	display: inline-block;
	height: 32px;
	padding: 10px 20px 0;
	background: #fff url(../images/common/header/bg_txt01.gif) repeat-x 0 100%;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: .075em;
	line-height: 2;
	color: #b0b0b0;
}
#hdTxt h1:before,
#hdTxt h1:after {
	position: absolute;
	top: 0;
	content: "";
	width: 20px;
	height: 42px;
}
#hdTxt h1:before {
	left: -20px;
	background: url(../images/common/header/bg_txt02.png) no-repeat;
}
#hdTxt h1:after {
	right: -20px;
	background: url(../images/common/header/bg_txt03.png) no-repeat;
}
/* #hdInfo
----------------------- */
#hdInfo {
	overflow: hidden;
	padding-top: 31px;
}
#hdInfo .logo {
	float: left;
	width: 454px;
	padding: 35px 0 0;
}
#hdInfo ul {
	float: right;
	width: 497px;
	overflow: hidden;
	display: inline-block;
}
#hdInfo ul li {
	float: left;
	width: 265px;
	padding: 35px 19px 0;
}
#hdInfo ul li + li {
	float: right;
	width: 193px;
	padding: 24px 0 0;
	background: url(../images/common/header/bg_mail01.png) no-repeat;
	background-size: 196px;
	margin-top: 34px;
}
/* #gNav
----------------------- */
#gNav ul {
	overflow: hidden;
	margin-top: 42px;
	margin-left: auto;
	margin-right: auto;
	width: 842px;
}
#gNav ul li {
	float: left;
}
#gNav ul li a {
	display: block;
	height: 60px;
	background: url(../images/common/header/gnav01.png) no-repeat 0 0;
	text-indent: -100%;
	white-space: nowrap;
	overflow: hidden;
}
#gNav ul li.nav01 a {
	width: 152px;
	background-position: 0 0;
}
#gNav ul li.nav02 a {
	width: 174px;
	background-position: -152px 0;
}
#gNav ul li.nav03 a {
	width: 190px;
	background-position: -326px 0;
}
#gNav ul li.nav04 a {
	width: 168px;
	background-position: -516px 0;
}
#gNav ul li.nav05 a {
	width: 156px;
	background-position: -684px 0;
}
#gNav ul li.nav06 a {
	width: 160px;
	background-position: -840px 0;
}

#gNav ul li.nav01 a:hover { background-position: 0 -60px; }
#gNav ul li.nav02 a:hover { background-position: -152px -60px; }
#gNav ul li.nav03 a:hover { background-position: -326px -60px; }
#gNav ul li.nav04 a:hover { background-position: -516px -60px; }
#gNav ul li.nav05 a:hover { background-position: -684px -60px; }
#gNav ul li.nav06 a:hover { background-position: -840px -60px; }

/* #mainImg
=========================================== */
#mainImg {
	background: url(img/common/bg_ptn01.png) 50% 0;
}
#mainImg h2 img {
	display: block;
	margin: 0 -100px;
}

/* #breadcrumb
=========================================== */
#breadcrumb {
	box-shadow: 0 2px 2px #eee;
}
#breadcrumb ol {
	padding: 16px 0 14px;
	overflow: hidden;
}
#breadcrumb ol li {
	float: left;
	font-size: 12px;
	line-height: 1.5;
}
#breadcrumb ol li.current {
	font-weight: bold;
	color: #909090;
}
#breadcrumb ol li + li {
	padding: 0 0 0 28px;
	background:url(img/common/ico_arw03.gif) no-repeat 13px .4em;
}
#breadcrumb ol li a {
	text-decoration: none;
}
#breadcrumb ol li a:hover {
	text-decoration: underline;
}

/* #main
=========================================== */
#blog #main {
	width: 1000px;
	margin: 0 auto;
}

/* #contents
=========================================== */
#contents {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0 130px;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: .075em;
	color: #4c5153;
}
#home #contents {
	width: 100%;
	margin: 0;
	padding: 0;
}
#blog #contents {
	float: left;
	width: 760px;
}

/* #side
=========================================== */
#side {
	float: right;
	width: 210px;
	padding: 60px 0 0;
}
/* #sdCat
----------------------- */
#sdCat ul {
	padding: 10px 20px 15px;
	background: #f7f7f7;
}
#sdCat ul li a {
	display: block;
	padding: 8px 0 7px 14px;
	background: url(img/common/ico_arw04.png) no-repeat 0 .8em;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	transition: all .1s linear;
}
#sdCat ul li a:hover {
	padding-left: 17px;
	background-position: 3px .8em
}

/* #gFooter
=========================================== */
#gFooter {
	letter-spacing: .075em;
	box-shadow: inset 0 2px 2px #eee;
}
#home #gFooter {
	box-shadow: none;
}
#footerIn {
	padding: 80px 0 62px;
	overflow:hidden;
}
/* #ftSitemap
----------------------- */
#ftSitemap {
	float: left;
	overflow: hidden;
}
#ftSitemap > li {
	float: left;
	min-height: 140px;
	margin: 0 30px 0 0;
	padding: 0 40px 0 0;
	border-right: 1px solid #e9e9e9;
}
#ftSitemap a {
	display: block;
	text-decoration: none;
}
#ftSitemap > li > a {
	margin: 0 0 8px;
	padding: 0 0 0 20px;
	background: url(../images/common/ico_arw01.png) no-repeat 0 .2em;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
	color: #585858;
}
#ftSitemap > li li {
	padding: 0 0 0 20px;
}
#ftSitemap > li li + li {
	margin: 5px 0 0;
}
#ftSitemap > li li a {
	padding: 0 0 0 12px;
	background: url(../images/common/ico_arw02.png) no-repeat 0 .3em;
	font-size: 12px;
	line-height: 1.5;
	color: #989898;
}
#ftSitemap a:hover {
	text-decoration: underline;
}
/* #ftContact
----------------------- */
#ftContact {
	width: 774px;
	margin-left: auto;
	margin-right: auto;
}
#ftContact ul {
	width: 825px;
	padding: 20px;
	margin: 0 0 15px;
	border-radius: 4px;
	background: #f7f7f7;
	overflow: hidden;
	padding-bottom: 18px;
}
#ftContact ul li {
	float: left;
	width: 321px;
}
#ftContact ul li + li {
	float: left;
	width: 250px;
	margin-top: 11px;
}
#ftContact address {
	font-style: normal;
	line-height: 1.5;
	color: #585858;
}
#ftContact address p:first-child {
	font-size: 13px;
	font-weight: bold;
}
#ftContact address p + p {
	margin: 5px 0 0;
	font-size: 11px;
}
#ftContact address p + p a {
	color: #278bc3;
}
/* #ftInfo
----------------------- */
#ftInfo {
	box-shadow: inset 0 2px 2px #f4f4f4;
}
#ftInfoIn {
	padding: 23px 0 22px;
	overflow: hidden;
}
#ftInfo p {
	text-align: center;
}
#ftInfo p + p {
	float: right;
	width: auto;
	padding: 12px 0 0;
	font-size: 11px;
	line-height: 2;
	color: #989898;
}

/* Common Parts
=========================================== */
/* .blockLink
----------------------- */
.blockLink {
	display: block;
	text-decoration: none;
}
.blockLink h1,
.blockLink h2,
.blockLink h3 {
	text-decoration: underline;
}
.blockLink:hover h1,
.blockLink:hover h2,
.blockLink:hover h3 {
	text-decoration: none;
}
/* #pageNav
----------------------- */
#pageNav {
	margin: 40px 0 0;
	text-align: center;
	letter-spacing: -0.5em;
}
#pageNav li {
	display: inline-block;
	width: 32px;
	margin: 0 3px;
	border-bottom: 3px solid #fff;
	letter-spacing: normal;
}
#pageNav li a,
#pageNav li span {
	display: block;
	padding: 11px 0 10px;
	background: #e8f2f7;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	color: #75b6dc;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	transition: all .1s linear;
}
#pageNav li a:hover,
#pageNav li.current span {
	background: #75b6dc;
	color: #fff;
}
#pageNav li.previous,
#pageNav li.next {
	margin: 0 17px;
	border-bottom: 3px solid #f7f7f7;
}
#pageNav li.previous a,
#pageNav li.next a {
	padding: 10px 0 9px;
	border: 1px solid #dbdbdb;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#pageNav li.previous a {
	background: url(../images/common/ico_arw05_prev.gif) no-repeat 50% 50%;
}
#pageNav li.next a {
	background: url(../images/common/ico_arw05_next.gif) no-repeat 50% 50%;
}
#pageNav li.previous a:hover {
	background-position: 40% 50%;
}
#pageNav li.next a:hover {
	background-position: 60% 50%;
}
/* #singleNav
----------------------- */
#singleNav {
	position: relative;
	margin: 0 auto;
}
#singleNav .back {
	position: relative;
	top: 0;
	width: 132px;
	margin: 0 auto;
	border-radius: 3px;
	background-color: #75b6dc;
	box-shadow: 0 3px rgba(0,0,0,.1);
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	transition: all .1s linear;
}
#singleNav .back:hover {
	top: 3px;
	box-shadow: none;
}
#singleNav .back a {
	display: block;
	padding: 10px 0 9px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	color: #fff;
}
#singleNav .prev,
#singleNav .next {
	position: absolute;
	top: 0;
	border: 1px solid #dbdbdb;
	box-shadow: 0 3px #f7f7f7;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	transition: all .1s linear;
}
#singleNav .prev {
	left: 0;
}
#singleNav .next {
	right: 0;
}
#singleNav .prev:hover,
#singleNav .next:hover {
	top: 3px;
	box-shadow: none;
}
#singleNav .prev a,
#singleNav .next a {
	display: block;
	width: 89px;
	padding: 9px 0 8px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	color: #75b6dc;
}
#singleNav .prev a {
	padding-left: 11px;
	background: url(../images/common/ico_arw05_prev.gif) no-repeat 11px 50%;
}
#singleNav .next a {
	padding-right: 11px;
	background: url(../images/common/ico_arw05_next.gif) no-repeat 81px 50%;
}

#gNav {
}

.sp_head {
	display: none;
}