﻿@charset "utf-8";

/* =========================================================
	1.layout
	2.common
	3.contents
	4.accordion
	5.navigation
========================================================= */

/*----------------------------------------------------------
	01.layout
--------------------------------------------------------- */

#header {
	clear: both;
	display: inline;
	line-height: 1;
	position: static;
	width: 100%;
}

#page,
#wrapper {
	position: static;
}

#mcInr {
	background: #fff;
	border: 1px solid #eee;
	display: inline;
	float: right;
	padding: 30px 20px;
	width: 650px;
}

#sNavi {
	display: inline;
	float: left;
}

#sNaviInr {
	display: inline;
	float: left;
}

/*----------------------------------------------------------
	02.common
--------------------------------------------------------- */

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

.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1px;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

a.btn-flt01 {
	display: block;
	float: right;
	margin: 8px 0;
}

#contW {
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
}

#contW .heading {
	border: none;
	color: #444;
	font-size: 189%;
	line-height: 1.8;
	padding: 8px 0;
}

#contW .pageTitle {
	background-color: #fff;
	margin-bottom: 20px;
}

#contW .btn-flt01 {
	display: inline-block;
	padding: 10px 15px;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
	color: #5C5C5C;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f2f2f2;
	background-image: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#f0f0f0));
	background-image: -webkit-linear-gradient(top, #f2f2f2, #f0f0f0);
	background-image: -o-linear-gradient(top, #f2f2f2, #f0f0f0);
	background-image: linear-gradient(to bottom, #f2f2f2, #f0f0f0);
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#fff0f0f0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.4);
	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.4);
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.4);
	opacity: 1.0;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

#contW .btn-flt01:hover {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	color: #000;
	opacity: 0.75;
	text-decoration: none;
}

#contW .btn-flt01:active {
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.15);
	outline: 0;
}

#aboutwed,
#mywed,
#folder,
#rss,
#conditions,
#sitelinks {
	margin-bottom: 4.0em;
	padding: 0 15px;
}

#aboutwed h1.secTtl,
#mywed h1.secTtl,
#folder h1.secTtl,
#rss h1.secTtl,
#conditions h1.secTtl,
#sitelinks h1.secTtl {
	margin-bottom: 15px;
}

.secTtl {
	border-left: 8px solid #F69696;
	clear: both;
	color: #333;
	font-size: 138%;
	font-weight: bold;
	line-height: 1.8;
	margin-left: -35px;
	min-height: 30px;
	padding: 8px 10px 0 0;
}

.secTtl span.h1text {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding: 0 10px 5px 22px;
	vertical-align: top;
}

.secTtl span.sprite_icon {
	background-position: 0 -203px;
	background-repeat: no-repeat;
	display: inline-block;
	/display: inline;
	height: 24px;
	margin: 0 10px;
	vertical-align: top;
	width: 14px;
	/zoom: 1;
}

.secBlock > div {
	margin-bottom: 30px;
}

.secBlock p,
.secBlock p section,
.secBlock ul,
.secBlock .table01 dd {
	color: #666;
	font-size: 100%;
	line-height: 1.8;
}

#contW li {
	line-height: 1.6;
}

#contW .mb13 {
	margin-bottom: 1.8em;
}

#contW .mb30 {
	margin-bottom: 3.0em;
}

#contW .mb30 h1 {
	color: #333;
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-bottom: 5px;
}

#contW #aboutPlugin .caution {
	display: block;
	font-size: 93%;
}

.ft93 li:before,
#contW #aboutPlugin .caution:before {
	content: "※";
}

#contW .ft85 {
	font-size: 85%;
}

#contW .ft93 {
	font-size: 93%;
	list-style: none;
}

#contW dt {
	color: #333;
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-bottom: 5px;
}

#contW dd {
	line-height: 1.8em;
	margin-bottom: 1.8em;
	padding: 0 1em;
}

#contW .column {
	overflow: hidden;
	padding: 10px 15px;
	position: relative;
}

#contW .ttl01 {
	background-color: #EEEEEE;
	color: #333333;
	font-weight: bold;
	font-size: 116%;
	margin: 0 0 1em 0;
	padding: 0.4em 1em;
}

#contW .box .ttl01 {
	background-color: #f3f3f3;
}

#contW .table01 {
	padding: 0 15px;
}

#contW .table02 {
	margin-bottom: 40px;
	padding: 0 10px;
}

.secBlock i {
	display: inline-block;
	margin-right: 8px;
	vertical-align: baseline;
}

.secBlock i.listMark {
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #F19090;
	height: 0px;
	width: 0px;
}

/*----------------------------------------------------------
	03.contents
--------------------------------------------------------- */
#mywed .column p {
	color: rgb(233, 80, 74);
	float: left;
	font-size: 100%;
	font-weight: bold;
	width: 370px;
}

#mywed a.linkBlock {
	display: block;
	margin-bottom: 15px;
}

#mywed a.linkBlock:hover .column {
	background-color: #fdefee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

#mywed a.linkBlock .column .btn-flt01 {
	bottom: 15px;
	float: right;
	position: absolute;
	right: 15px;
}

#folder ul {
	margin-top: 20px;
}

#conditions p {
	margin: 0 10px;
}

#conditions ul {
	list-style: disc;
	margin: 8px 0 8px 10px;
	padding-left: 20px;
}

.mb30 .box {
	border: 1px solid #E4E4E4;
	margin: 20px 10px;
}

#conditions .box p.ttl,
.mb30 .box .ttl01 {
	background: #f3f3f3;
	color: #333;
	font-weight: bold;
	line-height: 2;
	margin: 0;
	padding-left: 10px;
}

#conditions .box a.bnr {
	float: left;
	padding: 15px 0 0 20px;
}

#conditions .box .txt {
	font-size: 85%;
	float: right;
	padding: 15px 15px 10px 0;
	width: 380px;
}

ul.number {
	list-style: decimal;
	margin-left: 35px;
}

ul.number li {
	margin-bottom: 10px;
}

.numIn {
	margin: 0.5em 0 1em 0;
}

ul.number .numIn li {
	margin-bottom: 0;
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
}

#sitelinks .table02 p {
	font-size: 108%;
	margin: 0 0 10px 0;
}

#sitelinks .table02 .ttl01 {
	margin-bottom: 10px;
}

.txtLink {
	padding: 20px;
}

.txtLink p {
	color: #C30;
	font-weight: bold;
}

.txtLink .ttl {
	border-left: solid 5px #FA7D7D;
	color: #333;
	line-height: 1.5;
	margin-bottom: 10px;
	padding: 2px 10px;
}

.txtLink .gw1 {
	border-left-color: #FFA3A3;
}

.txtLink .gw2 {
	border-left-color: #F7B759;
}

.txtLink .gwyk {
	border-left-color: #E4AAD8;
}

.txtLink dt span {
	font-size: 85%;
}

#sitelinks .table02 .txtLink img {
	margin-bottom: 20px;
}

.txtLink table {
	background-color: #FFF;
	border: solid 2px #eee;
	color: #666;
	font-size: 93%;
}

.txtLink table tr {
	border-bottom: dotted 1px #e4e4e4;
}

.txtLink table tr:last-child {
	border-bottom-style: none;
}

.txtLink table td {
	padding: 10px 20px;
	vertical-align: top;
}

.txtLink table td:nth-child(odd) {
	background-color: #f7f7f7;
	font-weight: bold;
	width: 150px;
}

.txtLink table td span {
	color: #999;
	display: block;
	font-size: 77%;
	font-weight: normal;
	margin-top: 1em;
}

.txtLink table td.bnr {
	text-align: center;
}

/*----------------------------------------------------------
	04.accordion
--------------------------------------------------------- */
#sitelinks .accordion section > div {
	margin-bottom: 20px;
}

#sitelinks .accordion .ttl01,
#sitelinks .accordion .box {
	border: 1px solid #E4E4E4;
}

#sitelinks .accordion .current {
	border-style: solid;
}

#sitelinks .accordion .current a {
	background-image: url(../img/minusbtn.png);
	background-repeat: no-repeat;
	background-position: 586px center;
}

#sitelinks .accordion a {
	background-image: url(../img/plusbtn.png);
	background-repeat: no-repeat;
	background-position: 586px center;
}

#sitelinks .accordion a:hover {
	background-color: #fdefee;
}

#sitelinks .accordion .ttl01 {
	background: none;
	margin: 0;
	padding: 0;
}

#sitelinks .accordion .box {
	border-style: none solid solid solid;
	margin: 0;
}

#sitelinks .accordion .current .box {
	margin-bottom: 15px;
}

.accordion .ttl01 a {
	background: #f3f3f3;
	display: block;
	line-height: 2;
	padding: 0.4em 1em;
}


/*----------------------------------------------------------
	05.navigation
--------------------------------------------------------- */
#navBlock {
	border: solid 5px #EEEBEB;
	width: 230px;
}

#navBlock li a {
	background: #fff;
	border: 1px #E4DDDD;
	border-style: solid solid none solid;
	display: block;
	font-weight: bold;
	padding: 15px 10px 15px 15px;
}

#navBlock li a:hover {
	background: #fdeadf;
	text-decoration: none;
}

#navBlock ul li:last-child a {
	border-bottom-style: solid;
}

#navBlock span {
	font-weight: 85%;
}

#navBlock li i {
	display: inline-block;
	margin-right: 8px;
	vertical-align: inherit;
}

#navBlock li .listMark {
	border-color: transparent transparent transparent #ab4e3e;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	height: 0px;
	width: 0px;
}

#navBlock li a:hover .listMark {
	border-color: transparent transparent transparent #df2b22;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	height: 0px;
	width: 0px;
}