﻿@charset "utf-8";


/* common
-------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size:92%;
	line-height:1.4;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}
* html body a{	/* for IF6 */
	font-family:Sans-Serif;
}
img {
	-ms-interpolation-mode: bicubic;
}

a img {
	border: 0;
}
a,area{outline: none;}



option {
	padding: 0 5px 0 0;
}

/* title
-------------------------------------*/
h1, h2, h3, h4, h5, h6 {

}

/* character setting
-------------------------------------*/
strong {
	font-weight: 800;
}

em {
	font-style: normal;
}

address {
	font-style: normal;
}

/* list
-------------------------------------*/
ul{
	list-style-type: none;
}
ol {
	padding:0 10px 8px 30px;
}
ol li {
	padding:0 0 8px 0;
}

/* pre
-------------------------------------*/
pre{
	font-size: 80%;
	background: #efefff;
	overflow:auto;
}
-------------------------------------*/

/* table
-------------------------------------*/
table,
th,
td {
	padding:2px;
}

caption {
	text-align: left;
}

/* font-size
-------------------------------------*/
.txtxxsmall { font-size: xx-small}
.txtxsmall { font-size: x-small}
.txtsmall { font-size: small}
.txtsmaller { font-size: smaller}
.txtxxlarge { font-size: xx-large}
.txtxlarge { font-size: x-large}
.txtlarge { font-size: large}
.txtlarger { font-size: larger}
.txtmed { font-size: medium}
.txt50{ font-size:50%;}
.txt60{ font-size:60%;}
.txt70{ font-size:70%;}
.txt80{ font-size:80%;}
.txt90{ font-size:90%;}
.txt100{ font-size:100%;}
.txt110{ font-size:110%;}
.txt120{ font-size:120%;}

.txtweight400{
	font-weight:400;
}
/* color
-------------------------------------*/
.clrred { color: #C52540;}
.clrblue { color:#323C99;}
.clryellow { color: #FC0;}
.clrorange { color: #F90;}
.clrgreen { color: #016745;}
.clrpink { color: #FF999C;}
.clrwhite { color: #FFF;}
.clr333 { color: #333;}
.clr666 { color: #666;}
.clr999 { color: #999;}
.clrCCC { color: #CCC;}
.clrblack { color: #343434;}

/*margin
------------------------------------*/
.ma20 { margin: 20px;}
.ma10 { margin: 10px;}
.ma05 { margin: 5px;}
.contents .ma00 { margin: 0;}
.mt20 {	margin: 20px 0 0 0;}
.mt10 { margin: 10px 0 0 0;}
.mt05 { margin: 5px 0 0 0;}
.mb20 { margin: 0 0 20px 0;}
.mb10 { margin: 0 0 10px 0;}
.mb05 { margin: 0 0 5px 0;}
.mr20 { margin: 0 20px 0 0;}
.mr10 { margin: 0 10px 0 0;}
.mr05 { margin: 0 5px 0 0;}
.ml20 { margin: 0 0 0 20px;}
.ml10 { margin: 0 0 0 10px;}
.ml05 { margin: 0 0 0 5px;}
.mtb20 { margin: 20px 0;}
.mtb10 { margin: 10px 0;}
.mtb05 { margin: 5px 0;}

/*padding
------------------------------------*/
.pa20 { padding: 20px;}
.pa10 { padding: 10px;}
.pa05 { padding: 5px;}
.contents .pa00 { padding: 0;}
.pt20 { padding: 20px 0 0 0;}
.pt10 { padding: 10px 0 0 0;}
.pt05 { padding: 5px 0 0 0;}
.pb20 { padding: 0 0 20px 0;}
.pb10 { padding: 0 0 10px 0;}
.pb05 { padding: 0 0 5px 0;}
.pr20 { padding: 0 20px 0 0;}
.pr10 { padding: 0 10px 0 0;}
.pr05 { padding: 0 5px 0 0;}
.pl20 { padding: 0 0 0 20px;}
.pl10 { padding: 0 0 0 10px;}
.pl05 { padding: 0 0 0 5px;}

/*--------------------------------------------------------------------------
*/
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここから） */
.clearbox {
 min-height:1px;　/* IE 7対策 */
}
.clearbox:after {
 content:".";
 display:block;
 height:0px;
 clear:both;
 visibility:hidden;
}
.clearbox { display:inline-table; }
/* Mac IE には適用させない \*/
* html .clearbox { height:1px; }
.clearbox { display:block; }
/* */
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */
/*--------------------------------------------------------------------------
*/

/*----位置の指定----*/
.alncenter{
	text-align:center;
}
.alnleft{
	text-align:left;
}
.alnright{
	text-align:right;
}
.nowrap{
	white-space:   nowrap;
}
.fltleft{
	float:left;
}
.fltright{
	float:right;
}
.marginauto{
	margin-left:auto;
	margin-right:auto;
}
.clear{
	clear:both;
}
.valntop{
	vertical-align:top;
}
.valnmiddle{
	vertical-align:middle;
}
.valnbottom{
	vertical-align:bottom;
}
.valnbaseline{
	vertical-align:baseline;
}
.indent{
	text-indent:-10000px;
}
.justify{
	text-align:justify;
	text-justify: distribute-all-lines;
}
/*----ディスプレイ----*/
.none{
	display:none;
}
.block{
	display:block;
}
.inline{
	display:inline;
}


.cap,
.contents .cap{
	padding-left:1em;
	text-indent:-1em;
}
.cap2,
.contents .cap2{
	padding-left:2em;
	text-indent:-2em;
}

.contents .cap,
.contents .cap2{
	margin:0 0 0 10px;
	padding-bottom:2px;
}
a:hover img{
	opacity:0.5;
	filter: alpha(opacity=50);
}


.borderbtm01{
	border-bottom:1px solid #CACACA;
}
.borderbtm02{
	border-bottom:1px dotted #CACACA;
}


.vmiddle{
display:table-cell;

vertical-align:middle;

}

* html .vmiddle{/* IE 6 */
display:inline;
zoom:1;
}

*:first-child+html .vmiddle{/* IE 7 */
display:inline;
zoom:1;
}

