@charset "UTF-8";


/* ----- リンク定義 ----- */

a:link{color: #0099cc;}
a:visited{color: #CB77CB;}
a:active{color: #CB77CB;}
a:hover{text-decoration: none;}

/* ----- タグ定義 ----- */

body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px
}

p, li, dt, dd {
	font-size: 95%;
	line-height: 170%;
}

p, form, ul, ol, li, dl, dt, dd, td, th, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
}

label,
button,
select,
input[type="raddio"],
input[type="checkbox"] {
	cursor: pointer;
}

input,
textarea {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color: #555555;
}

img {
	border: none;
}

/* ----- 全体 ----- */

.clear {
	width: 0px;
	height: 0px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

a:hover,
input[type="image"].searchs:hover,
button:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

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

.sizeFull {
	width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.allt {
	text-align: left;
}

.alct {
	text-align: center;
}

.alrt {
	text-align: right;
}

.nmlTxt {
	font-weight: normal;
}

div.wakuYel {
	background-color: #FCF9E9;
	border: 1px solid #EBE0A5;
	padding: 15px;
}

div.wakuBlu {
	background-color: #EBF4FA;
	border: 1px solid #C4DFF3;
	padding: 15px;
}

div.wakuRed {
	background-color: #FFF1F1;
	border: 1px solid #F3BBBB;
	padding: 15px;
}

div.wakuGre {
	background-color: #f1f9df;
	border: 1px solid #cedeaa;
	padding: 15px;
}

a.btnArea {
	display: inline-block;
	background-color: #333;
	text-decoration: none;
	color: #fff;
	padding: 6px 35px;
	border: 2px solid #d7d7d7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

a.btnArea.red {
	background-color: #bf0d00;
	border: 2px solid #f9d1ce;
}

/* ----- 文字装飾 ----- */

.smlTxt {
	font-size: 80%;
}

.smlerTxt {
	font-size: 75%;
}

.smlestTxt {
	font-size: 70%;
}

.bigTxt {
	font-size: 115%;
}

.biggerTxt {
	font-size: 120%;
}

.biggestTxt {
	font-size: 125%;
}

.colGra {
	color: #888888;
}

.colRed {
	color: #cc0000;
}

.colBlue {
	color: #4BAAE6;
}

.colBlue2 {
	color: #2244aa;
}

.colOra {
	color: #E68614;
}

.colGree {
	color: #336600;
}

/* ----- リンク ----- */

.link01 {
	background: url(../img/ico_link01.png) no-repeat 0px 6px;
	background-size: 12px auto;
	padding: 0px 0px 0px 18px;
}

#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#pageTop a {
	background-color: rgba(252, 134, 134, 0.4);
	display: block;
	z-index: 999;
	width: 43px;
	height: 34px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 9px 0 0 0px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

#pageTop a:hover {
	background-color: rgba(252, 134, 134, 0.6);
}

/* ----- パン屑リスト ----- */

.breadList {
	padding-bottom: 20px;
}

.breadList li {
	display: inline-block;
	position: relative;
	font-size: 85%;
	margin-right: 15px;
}

.breadList li:after {
	content: "＞";
	position: absolute;
	top: 0px;
	right: -17px;
}

.breadList li:last-child {
	margin-right: 0px;
}

.breadList li:last-child:after {
	content: "";
	right: 0px;
}

.breadList a {
	color: #333;
	text-decoration: none;
}

/* ----- 印刷用 ----- */

@media print{
	body { zoom:1; }
}