@charset "utf-8";
/*========================================================
CSS RESET
========================================================*/
html {
  font-size: 100%;
  line-height: 100%;
}

*, 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, textarea, 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;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-size: 1rem;
  line-height: 1rem;
  -webkit-text-size-adjust: 100%;
}

ol, 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;
}

/*========================================================
Default Setting
========================================================*/

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

html, body {
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}

img { -ms-interpolation-mode: bicubic; }

/*=========================================================
layout frame style
=========================================================*/
body {
}

#container {
	width: 100%;
}
#cf-container {
	width: 100%;
}

#header, #wpheader, #bpheader {
	width: 100%;
	min-width: 980px;
	position: fixed;
	top: 0px;
	z-index: 3;
}
#header {
	top: -120px;
}

#content {
	min-width: 980px;
	position: relative;
	z-index: 2;
}
#cf-container #content {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 2;	
}

#footer {
	min-width: 980px;
	overflow: hidden;
	position: relative;
	z-index: 4;
	background-color: #EEE;
}
#cf-footer {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 4;
	background-color: #EEE;	
}
/*=========================================================
top page contents section style
=========================================================*/
section {
	padding: 20px 2.5% 60px;
	position: relative;
}

.stcontents{
	clear: both;
	padding: 20px 0 0;
	color: #666;
	line-height: 26px;
	line-height: 1.625rem;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	font-size: 1.125rem;
}

.subtitle {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 30px;
	line-height: 1.875rem;
	font-weight: bold;
}

.stcontents ul {
}

* {
	background-image: url(../img/sp_cl.gif);
	background-repeat: no-repeat;
}

/*=========================================================
header section style
=========================================================*/
.header {
	height: 110px;
	padding: 0px 2.5%;
	overflow: hidden;
	position: relative;
	z-index: 4;
	background-color:rgba(230,230,230,0.75)
}
.headershadow {
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
}
.arcmenu {
	height: 150px;
	top: -150px;
	display: none;
	opacity: 0;
	padding: 0 2.5%;
	position: relative;
	z-index: 2;
	background-color: rgba(102,102,102,0.6)
}
.arcmenu p{
	margin: 20px 0 0;
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-weight: bold;
	color: #FFF;
}
.yearly {
	width: 65%;
	float: left;
}
.yearly ul {
	height: 80px;
	margin: 10px 0 0;
}
.yearly ul li {
	height: 80px;
	width: 80px;
	margin: 0 20px 0 0;
	background-color: #DDD;
	position: relative;
	float: left;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.6px;
	overflow: hidden;
}
.yearly li a {
	display: block;
	width: 80px;
	padding: 31px 0;
	text-align: center;
	position: absolute;
	line-height: 18px;
	color: #333;
	text-decoration: none;
}
.categorylist {
	width: 65%;
	float: left;
}
.categorylist ul {
	height: 80px;
	margin: 10px 0 0;
}
.categorylist ul li {
	height: 80px;
	width: 80px;
	margin: 0 20px 0 0;
	background-color: #DDD;
	position: relative;
	float: left;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.6px;
	overflow: hidden;
}
.categorylist li a {
	display: block;
	width: 72px;
	padding: 15px 4px;
	position: absolute;
	line-height: 18px;
	color: #333;
	text-decoration: none;
}
.searchbox {
	display: none;
	width: 35%;
	float: right;
}

.fstitle, .stitle {
	margin: 0;
	width: 100%;
	float: left;
}
#btfunction {
	width: 80px;
	height: 80px;
	margin: 15px 10px 15px 0;
	float: left;
	position: relative;
	background-color: #DDD;
}

.bptitle {
	position: relative;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	opacity:0;
}
.fstitle {
	width: 430px;
	max-width: 430px;
	opacity:0;
}
.stitle {
	width: 100%;
}
.fstitle, .stitle h2, .bptitle, .cftitle h2 {
	height: 39px;
	line-height: 39px;
	margin: 40px 0 30px 0;
	font-size: 36px;
	letter-spacing: -0.6px;
	font-weight: 700;
	color: #666;
	font-family: Quicksand;
}
.stitle h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.stitle h2.current {
	opacity: 0;
}
.cftitle {
	margin-left: -100px;
	float: left;
	width: 100%;
}
.cftitle div {
	margin-left: 100px
	
}
/*==== top  navigation section style ====*/
#nav {
	width: 500px;
	height: 110px;
	float: right;
	position: relative;
}

#nav ul {
	height: 80px;
	position: absolute;
	margin: 15px 0 0;
}

#nav ul li {
	height: 80px;
	width: 80px;
	margin: 0 20px 0 0;
	background-color: #DDD;
	position: relative;
	float: left;
	font-size: 12px;
	font-family: Quicksand;
	font-weight: 700;
	letter-spacing: -0.6px;
	overflow: hidden;
}

#nav li a, .nl-backpage a {
	display: block;
	width: 76px;
	height: 28px;
	/*padding: 52px 0 0 4px;*/
	position: absolute;
	line-height: 14px;
	color: #333;
	text-decoration: none;
}
#nav li.current {
	background-color: #AAA;
}
.nl-home {
	background-image: url(../img/bthead_home.png);
	background-repeat: no-repeat;
}
.nl-whatsnew {
	background-image: url(../img/bthead_whatsnew.png);
	background-repeat: no-repeat;
}
.nl-aboutus {
	background-image: url(../img/bthead_aboutus.png);
	background-repeat: no-repeat;
}
.nl-report {
	background-image: url(../img/bthead_report.png);
	background-repeat: no-repeat;
}
.nl-contact {
	background-image: url(../img/bthead_contact.png);
	background-repeat: no-repeat;
}
.nl-backpage {
	height: 80px;
	width: 80px;
	margin: 15px 0;
	background-color: #DDD;
	position: relative;
	float: right;
	font-size: 12px;
	font-family: Quicksand;
	font-weight: 700;
	letter-spacing: -0.6px;
	overflow: hidden;
	/*background-image: url(../img/bthead_backpage.png);*/
	/*background-repeat: no-repeat;*/
}

/*=========================================================
footer section style
=========================================================*/
div.footer {
	padding: 20px 2.5%;
	position: relative;
}
#foottitle {
	height: 110px;
	position: relative;
}
#footinfo {
	margin: 20px 0 0;
	height: 130px;
}
#footcontents {
	min-height: 230px;
	overflow: hidden;
	clear: both;
	color: #666;
	line-height: 24px;
	line-height: 1.5rem;
}

#clogo {
	width: 180px;
	height: 60px;
	margin: 30px 20px 0 0;
	float: left;
	position: relative;
}
#clogo img {
}

#footmenu {
	height: 110px;
	margin: 0 0 0 200px;
	position: relative;
}

#affiliated {
}
.adpanel {
	float: left;
	position: relative;
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #CCC;
}
.adpanel.width2 {
	width: 180px;
}
.adpanel.width3 {
	width: 280px;
}

.adpanel.height2 {
	height: 180px;
}
.adpanel.height3 {
	height: 280px;
}

.adpanel .adpinner {
	margin: 0;
	padding: 10px;
	position: relative;
}
.adpanel img {
	position: relative;
}
.adpinner .linktxt {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	font-size: 8px;
	line-height: 10px;
	text-align: right;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	opacity: 0;
}
.adpinner .linkcom {
	width: 100%;
	height: 30%;
	position: absolute;
	padding-bottom: 10px;
	bottom: 18px;
	left: 0;
}
.adpinner .linkcom p{
	font-size: 12px;
	height: 100%;
	position: relative;
	padding: 6px;
	margin: 0 10px 10px;
	line-height: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: rgba(100,100,100,0.75);
}
.adpanel a {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
	text-decoration: none;
}


#copy {
	height: 20px;
	margin-top: 20px;
	text-align: center;
}
small {
	font-size: 16px;
	line-height: 20px;
}


ul.snslist {
	float: left;
	height: 80px;
	overflow: hidden;
	margin: 15px 0 0;
}
ul.cguide {
	float: right;
	height: 80px;
	overflow: hidden;
	margin: 15px 160px 0 0;
}
ul.snslist li, ul.cguide li {
	height: 80px;
	width: 80px;
	margin: 0 20px 0 0;
	position: relative;
	float: left;
	font-size: 12px;
	line-height: 13px;
	font-family: Quicksand;
	font-weight: 700;
	letter-spacing: -0.6px;
	overflow: hidden;
}
ul.snslist li {
	background-color: #333;
}
ul.snslist li a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	color: #FFF;
	text-decoration: none;
}

ul.snslist p {
	padding: 50px 0 0 4px;
}
/*
.sn-facebook {
	background-image: url(../img/btsns_facebook.png);
	background-repeat: no-repeat;
}
.sn-twitter {
	background-image: url(../img/btsns_twitter.png);
	background-repeat: no-repeat;
}
.sn-google {
	background-image: url(../img/btsns_google.png);
	background-repeat: no-repeat;
}
*/
ul.cguide li {
	background-color: #CCC;
}
ul.cguide li a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	color: #333;
	text-decoration: none;
}
ul.cguide p {
	padding: 50px 0 0 4px;
}
/*
.cg-pp, .cg-sp {
	background-image: url(../img/btcon_info.png);
	background-repeat: no-repeat;
}
.cg-sm {
	background-image: url(../img/btcon_sitemap.png);
	background-repeat: no-repeat;
}
*/
.footlink {
	overflow: hidden;
	padding: 0;
}
/*=========================================================
intro section
=========================================================*/
#intro {
	height: 470px;
	padding: 20px 2.5%;
	position: relative;
	overflow: hidden;
}



#intromenu {
	height: 280px;
	padding: 20px 0 20px 0;
	position: absolute;
	background-color: rgba(255,255,255,0.80);
	z-index: 10;
}
#intromenu h1 a {
	display: block;
	position: absolute;
	font-size: 0.2rem;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	text-indent: -999px;
}



div.logo {
	width: 380px;
	margin-right: 20px;
	left: 0;
	float: left;
	position: absolute;
	z-index: 11;
}

div.logo img {
	padding: 140px 0 0 20px;
}

#intropanel {
	min-width: 500px;
	height: 280px;
	margin-left: 400px;
}
#intropanel .pitem{
	/*position: relative;*/
	margin: 0 20px 20px 0;
	overflow: hidden;
	float: left;
}

#intropanel a {
	box-sizing: border-box;
	font-family: Quicksand;
	font-weight: 700;
	letter-spacing: -0.6px;
	color: #333;
	text-decoration: none;
	font-size: 18px;
	line-height: 20px;
}
#intropanel .lpanel{
	width: 180px;
	height: 180px;
	position: relative;
	background-color:#DDD;
}
#intropanel .lpanel a {
	width: 100%;
	height: 100%;
	padding: 150px 10px 0 0;
	display: block;
	position: absolute;
	z-index: 10;
	text-align: right;
}
#intropanel .lpanel p {
	position: absolute;
	left: 20px;
	top: 40px;
	font-size: 24px;
	letter-spacing: 4px;
}
#intropanel .lpanel h3 {
	position: absolute;
	left: 20px;
	top: 60px;
	font-size: 32px;
	line-height: 42px;
}
#intropanel .mpanel {
	width: 80px;
	height: 80px;
	position: relative;
	background-color:#DDD;
	overflow: hidden;
}
#intropanel .mpanel a {
	width: 100%;
	height: 100%;
	padding: 34px 0 5px 5px;
	display: block;
	position: absolute;
	z-index: 10;
}
/*======== PickupMenu Area ========*/
#pickupmenu {
	z-index: 2;
	line-height: 1.625rem;
}

#pickupmenu .fadelink {
	filter: alpha(opacity=40);
	-moz-opacity: 0.40;
	-khtml-opacity: 0.40;
	opacity: 0.40;
}

#pickupmenu .fadelink:hover {
	opacity:0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

/*======== /Pickup Area =======*/



/*=========================================================
what's new section style
=========================================================*/
.topicsarea {
	width: 100%;
	margin-right: -380px;
	min-height: 200px;
	float: left;
}

.topicsarea h3 {
	font-size: 1.2rem;
	line-height: 1.8rem;
}
.topicsarea p {
	font-size: 1rem;
	line-height: 1.2rem;
}
.topiclist {
	position: relative;
	border-collapse: collapse;
	margin-right: 380px;
	min-height: 510px;
}
.topiclist li {
	overflow: auto;
}
.topiclist li:nth-of-type(4n+1) {
	background-color: #EFEFEF;
}
.topiclist li:nth-of-type(4n+2) {
	background-color: #EFEFEF;
}
.topiclist li.topicinfo {
	padding: 8px 6px 2px;
}
.topiclist li.topictitle {
	padding: 2px 6px 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.topicdate {
	width: 150px;
	float: left;
	padding: 2px 0;
}
.topiccategory {
	font-size: 0.8rem;
	float: left;
	font-weight: bold;
	background-color: #666;
	border: 1px solid #333;
}
.topiccategory a {
	color: #FFF;
	text-decoration: none;
	margin: 0 10px;
	display: block;
	width: 100%;
	height: 100%;
}
.topictitle a {
	color: #333;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}


div.rssnews {
	/*background-color: #FCF4EF;*/
	position: relative;
	margin: 20px 0 0;
	border-collapse: collapse;
	margin-right: 380px;
	overflow: auto;
}
div.rssnews img {
	margin: 6px 0 6px 6px;
	float: left;
}
div.rssnews h3 {
	font-size: 18px;
	padding: 58px 0 0 0;
	line-height: 22px;
	margin-left: 100px;
}
div.rssnews a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.snsarea {
	width: 352px;
	min-height: 572px;
	float: right;
}
.snsarea .fb-like-box {
	margin-bottom: 40px;
}
.topics-network {
	/*width: 346px;*/
	height: 200px;
	padding: 0 3px;
	margin-bottom: 20px;
}
.topics-atomfeed {
	width: 165px;
	height: 200px;
	float: left;
	margin-right: 14px;
}
.topics-rss {
	width: 165px;
	height: 200px;
	float: right;
}
.topics-google {
	margin-bottom: 20px;
	height: 90px;
}
/*=========================================================
about us section style
=========================================================*/

ul.fieldlist {
	width: 33%;
	float: left;
	margin: 20px 20px 0 0;
}
.fieldlist li.liheader {
	float: none;
	padding: 6px 10px 10px 6px;
	margin: 0 0 10px 0;
	background-color: #EEE;
	list-style-type: none;
	text-indent: 0em;
}

.fieldlist li {
	float: left;
	padding: 5px 10px;
	list-style-type: square;
	list-style-position: inside;
	padding-left: 0.8rem;
	text-indent: -0.6rem;
}
.fieldlist li {
	white-space: nowrap;
}
ul.resultlist {
	width: 100%;
	margin: 20px 0 0 0;
	
}
.resultlist li.liheader {
	float: none;
	padding: 6px 10px 10px 6px;
	margin: 0 0 10px 0;
	background-color: #EEE;
	list-style-type: none;
	text-indent: 0rem;
}

.resultlist li {
	padding: 5px 10px;
	list-style-type: square;
	list-style-position: inside;
	padding-left: 2rem;
	text-indent: -1rem;
}


#aboutus h3 {
	font-size: 41.6px;
	font-size: 2.6rem;
	line-height: 60.8px;
	line-height: 3.8rem;
	font-weight: bold;
}
#aboutus h4 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 30px;
	line-height: 1.875rem;
	font-weight: bold;
}

/*=========================================================
report section
=========================================================*/
#report h3 {
	line-height: 50px;
}

/*=========================================================
contact section
=========================================================*/
.cmap {
	width: 50%;
	float: left;
}

#cmapimage {
	height: 500px;
	margin: 0 20px 20px 0;
}
.cmapinfo {
	display: none;
	margin: 0 20px 20px 10px;
	
}


#contact .stcontents ul {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
#contact .stcontents ul:first-child {
	margin-right: 2%;
}

#contact .stcontents li {
	padding-top: 2rem;
}
#contact .stcontents li:first-child {
	padding-top: 0;
}

#contact li p.info-name {
	font-weight: bold;
}
#contact li p.info-comm {
	font-size: 1rem;
}

.ccontact {
	width: 50%;
	float: right;
}

.ccontact p{
	margin: 0 10px 20px;
}

.contactformbox {
	position: relative;
	background-image: url(../img/btcon_mailcontact.png);
	height: 180px;
	background-repeat: no-repeat;
	background-position: 10px;
	overflow: hidden;
	border-style: none;
}
.contactformbox img {
	border-style: none;
}

.contactformbox a {
	display: block;
	font-size: 1.2rem;
	padding: 80px 0px 0px 220px;
	width: 100%;
	height: 100%;
	position: absolute;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	border-style: none;
}
/*=========================================================
WEB Page style setting
=========================================================*/
.wpcontents h3 {
	font-size: 41.6px;
	font-size: 2.6rem;
	line-height: 60.8px;
	line-height: 3.8rem;
	font-weight: bold;
}
.wpcontents h4 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 30px;
	line-height: 1.875rem;
	font-weight: bold;
}

/*=========================================================
panel layout setting
=========================================================*/

.ispanel {
	float: left;
	position: relative;
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #EEE;
}
.ispanel.width2 {
	width: 180px;
}
.ispanel.width3 {
	width: 280px;
}

.ispanel.height2 {
	height: 180px;
}
.ispanel.height3 {
	height: 280px;
}

.ispanel .ispinner {
	margin: 0;
	padding: 10px;
	position: relative;
}
.ispanel figure {
}

.paneltitle {
	position: absolute;
	display: block;
	top: 20px;
	left: 0;
	padding: 0 16px;
	font-size: 24px;
	font-weight: bold;
}
.paneltitle-m {
	position: absolute;
	display: block;
	top: 10px;
	left: 0;
	padding: 0 10px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.pictthumb {
	background-color: #FFF;
}
.thumb {
	filter: alpha(opacity=20);
	-moz-opacity: 0.20;
	-khtml-opacity: 0.20;
	opacity: 0.20;
	background-color: #FFF;
}
.ispinner h2 {
}
.ispinner .linktxt {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	font-size: 8px;
	line-height: 10px;
	text-align: right;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	opacity: 0;
}

.ispinner .linkcom {
	width: 100%;
	position: absolute;
	display: block;
	bottom: 6px;
	left: 0;
}
.ispinner .linkcom p{
	font-size: 12px;
	height: 100%;
	position: relative;
	padding: 6px;
	margin: 0 10px 10px;
	line-height: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: rgba(100,100,100,0.75);
}
.ispinner p.name {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.ispanel a {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
	text-decoration: none;
}

/*========================================================
Writing Area site share style
========================================================*/
.writingarea h1 {
}
.writingarea h2 {
}
.writingarea h3 {
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 4px;
	line-height: 1.8rem;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #F5F5F5;
}
.writingarea h4 {
	font-weight: bold;
	padding: 4px;
	margin: 0 0 10px 0;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}
.writingarea hr {
	clear: both;
	height: 0;
	border: none;
	visibility: hidden;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
}


.wabox50 {
	width: 48%;
	margin-bottom: 20px;
}
.wabox30 {
	width: 32%;
	margin-bottom: 20px;
}
.wabox40 {
	width: 39%;
	margin-bottom: 20px;
}
.wabox60 {
	width: 59%;
	margin-bottom: 20px;
}
.wabox70 {
	width: 66%;
	margin-bottom: 20px;
}
.wabox1-4 {
	width: 23%; 
	margin-bottom: 20px;
}
.wawidth100p {
	width: 100%;
}
.waheight100p {
	height: 100%;
}
.waheight200 {
	height: 200px;
}
.waheight300 {
	height: 300px;
	overflow: hidden;
}
.waheight400 {
	height: 400px;
	overflow: hidden;
}
.waleft {
	float: left;
}
.waright {
	float: right;
}
.waright:after {
	clear: both;
}
.wared {
	color: #F99;
	font-weight: bold;
}
.wared-1 {
	color: #DC5252;
	font-weight: bold;
}
.wablue-1 {
	color: #5085DE;
	font-weight: bold;
}
.wagreen {
	color: #6C9;
	font-weight: bold;
}
.wafbold {
	font-weight: bold;
}
.wafsize14 {
	font-size: 1.4rem;
}
.wafsize18 {
	font-size: 1.8rem;
}
ul.list-mark {
	margin: 0 0 0 24px;
	margin-bottom: 20px;
	list-style-position: outside;
	list-style-type: disc;
}

.list-mark li {
	padding: 0 0 10px 0;
	border-left-width: 4px;
}
.list-mark li.non {
	list-style-type: none;
}

dl.tab-rireki {
	margin: 0 0 20px 0;
}
.tab-rireki dt {
	float: left;
	clear: left;
	width: 120px;
	padding: 4px;
}
.tab-rireki dd {
	padding: 4px;
	margin-left: 130px;
}

/* ====== W3C Check ======= */
.w3ccheck {
	border: 2px solid #666;
	padding: 4px
}

.w3ccheck p {
	margin: 0 0 6px 0;
}
.w3ccheck input#url {
	width: 400px;
	font-size: 18px;
	padding: 6px;
	border:solid 1px #CCC;
	color: #333;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.w3ccheck input#submit {
	width: 418px;
	font-size: 14px;
	padding: 4px 6px;
}
.w3ccheckbg {
	background-image: url(http://www.sciinc.jp/report/imgrep/rep-webcheck-10.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}




/*=========================================================
Sitemap style setting
=========================================================*/


/*========================================================
breadcrumb navigation
========================================================*/
#breadcrumb ul {
	font-size: 12px;
	line-height: 14px;
	font-family: Quicksand;
	font-weight: 700;
	letter-spacing: -0.6px;
	list-style: none;
	overflow: hidden;
}
#breadcrumb ul li {
	float: left;
}

#breadcrumb ul li a {
	display: block;
	float: left;
	min-width: 76px;
	height: 28px;
	padding: 52px 10px 0 26px;
	background-color: #DDD;
	position: relative;
	margin: 0 10px 0 0;
	text-decoration: none;
	color: #333;
}
#breadcrumb ul li a:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 10px solid #DDD;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	left: 100%;
	z-index: 2;
}
#breadcrumb ul li a:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 10px solid #FFF;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	margin-left: 10px;
	left: 100%;
	z-index: 1;
}

#breadcrumb ul li a:hover {
	background-color: #EFEFEF;
	-webkit-transition: 0.1s ease-in-out; 
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;	
}
#breadcrumb ul li a:hover:after {
	border-left-color: #EFEFEF;
}


#breadcrumb ul li:first-child a {
	border-top-left-radius: 6px; border-bottom-left-radius: 6px;
}
#breadcrumb ul li:last-child a {
	padding-right: 50px;
	border-top-right-radius: 6px; border-bottom-right-radius: 6px;
}
#breadcrumb ul li:last-child a:after {
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
	-webkit-transition: 0.1s ease-in-out; 
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;	
}

/*=========================================================
go top button setting
=========================================================*/
img.gotop {
	width: 12%;
	max-width: 140px;
	min-width: 80px;
	position: fixed;
	right: 50px;
	cursor: pointer;
	opacity:0.4;
	filter: alpha(opacity=60);
	-webkit-transition: 0.1s ease-in-out; 
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;	
	bottom: -150px;
	z-index: 20;
}
img.gotop:hover {
	cursor: pointer;
	opacity:0.6;
	filter: alpha(opacity=40);
}

.effectBt {
	cursor: pointer;
	opacity:0.9;
	filter: alpha(opacity=10);
	-webkit-transition: 0.1s ease-in-out; 
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;	
}
.effectBt:hover {
	cursor: pointer;
	opacity:0.5;
	filter: alpha(opacity=50);
}


/*=========================================================
effect style
=========================================================*/
.fadelink {
	-webkit-transition: 0.1s ease-in-out; 
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;	
}

.fadelink:hover {
	cursor: pointer;
	opacity:0.7;
	filter: alpha(opacity=30);
}

.clearbox {
	filter: alpha(opacity=94);
	-moz-opacity: 0.94;
	-khtml-opacity: 0.94;
	opacity: 0.94;
}

.br6 {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
.br2 {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.op0 {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

/*========================================================
snsbox-area
========================================================*/
.snsbox {
	margin: 2px 0 0;
	overflow: hidden;
}
.snsbox li {
	float: left;
	margin-left: 20px;
}
.snsbox-fbshare {
	position: relative;
}
.snsbox-fbshare a {
	display: block;
	width: 63px;
	height: 63px;
	background-color: #3B55A5;
	background-image: url(../img/iconsns_facebook01.png);
	background-repeat: no-repeat;
	background-position: 15px 8px;
}
.snsbox-fbshare p {
	font-size: 14px;
	line-height: 16px;
	color: #FFF;
	width: 100%;
	margin-top: 42px;
	text-align: center;
	position: absolute;
}

/*=========================================================
function style
=========================================================*/
/* clearfix ------------ */

.clearfix:after {
     content: "";
     display: block;
     height: 0;
     clear: both;
}

.hrclear {
	clear: both;
	height: 0px;
	border: none;
	visibility: hidden;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
}


/* Hide from MacIE \*/
/** html .clearfix { height: 1px; }*/
/*.clearfix { display: block; }*/
/* End Hide from MacIE */

/*=========================================================
media screen
=========================================================*/
@media screen and (max-width: 1028px) {
	img.gotop {
		right: 12px;
	}
	ul.cguide {
		margin: 15px 130px 0 0;
	}

}
/*=========================================================
media print
=========================================================*/
@media print {
	img.gotop, footer {
		display: none;
	}
}
